@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;800;900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a:focus, input:focus, textarea:focus, button:focus {
    outline: 0 solid;
}
html, body {
    height: 100%}
body {
    /*cursor: none;*/
    font-size: 16px;
    font-family: 'Maven Pro', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin-bottom: 20px;
}
img {
    max-width: 100%}
a, ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}
p {
    color: #333333;
    line-height: 1.6;
}
a, a:hover {
    text-decoration: none;
}
input, select, audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}
.sec-pad {
    padding: 120px 0;
}
.sec-pad-top {
    padding-top: 120px;
}
.sec-pad-bottom {
    padding-bottom: 120px;
}
.sec-mar {
    margin: 120px 0;
}
.sec-mar-top {
    margin-top: 0px;
}
.sec-mar-bottom {
    margin-bottom: 120px;
}
.cursor {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #fec900;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    transform: translate(calc(-50% - 100px), -50%);
    z-index: 9;
}
.cursor2 {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #004181;
    position: fixed;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: width .3s, height .3s, opacity .3s;
    z-index: 9;
}
.hover {
    background-color: #004181;
    height: 70px;
    width: 70px;
    border: 1px solid transparent;
    opacity: .3;
    z-index: 9999;
}
.cursorinnerhover {
    width: 2px;
    height: 2px;
    opacity: .5;
}
.mb-15 {
    margin-bottom: 15px!important;
}
.sk-cube-grid {
    width: 80px;
    height: 80px;
    margin: 100px auto;
}
.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #fec900;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
}
35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
}
}@keyframes hover {
    0% {
    transform: scale(.5);
    color: #121212;
    -webkit-text-stroke: 2px gray;
}
20% {
    transform: scale(1);
    color: pink;
    -webkit-text-stroke: 3px red;
    filter: drop-shadow(0 0 1px black) drop-shadow(0 0 1px black) drop-shadow(0 0 3px red) drop-shadow(0 0 5px red) hue-rotate(10turn);
}
50% {
    transform: scale(.5);
    color: #121212;
    -webkit-text-stroke: 2px gray;
}
}.preloader_area_wrap {
    background: #004181 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}
.preloader_area_wrap .sk-cube-grid {
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    top: 50%}
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 100px;
    width: 100%;
    z-index: 99;
    background-color: #121212;
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
    .sticky {
    padding: 0 50px;
}
}@media only screen and (min-width:992px) and (max-width:1199px), only screen and (min-width:768px) and (max-width:991px) {
    .sticky {
    padding: 10px 20px;
}
}@media(max-width:767px) {
    .sticky {
    padding: 20px 0;
}
}@media(max-width:767px) {
    .title {
    text-align: center;
}
}@media only screen and (min-width:576px) and (max-width:767px) {
    .title {
    text-align: inherit;
}
}.title span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    height: 5px;
}
.title span:before {
    position: absolute;
    content: "";
    left: -310px;
    bottom: 0;
    width: 135%;
    height: 3px;
    border-radius: 10px;
    background-color: #fec900;
}
.title h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    text-transform: capitalize;
}
@media only screen and (min-width:1200px) and (max-width:1399px), only screen and (min-width:992px) and (max-width:1199px) {
    .title h2 {
    font-size: 48px;
}
}@media(max-width:767px) {
    .title h2 {
    font-size: 30px;
}
}.title.black h2 {
    color: #004181;
    font-weight: 900;
}
.title.special h2 {
    text-transform: uppercase;
    margin: 0;
}
.title.special h2 b {
    font-weight: 700;
    font-size: 65px;
    letter-spacing: .05em;
    text-transform: uppercase;
    -webkit-text-stroke: 2px #d90a2c;
    -webkit-text-fill-color: transparent;
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .title.special h2 b {
    font-size: 55px;
}
}@media(max-width:767px) {
    .title.special h2 b {
    font-size: 50px;
}
}.cmn-btn {
    display: inline-flex;
}
.cmn-btn a {
	font-weight: 600;
    overflow: hidden;
    position: relative;
    display: inline-block;
    border-radius: 10px;
    padding: 25px 30px;
    color: #004181;
    font-size: 18px;
    text-transform: capitalize;
    background: linear-gradient(90deg, #fec900 1.05%, #fec900 100%);
    z-index: 1;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.cmn-btn a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    top: 50%;
    left: 50%;
    background-color: #004181;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.cmn-btn a:hover {
    box-shadow: 0 0 5px rgba(255, 255, 255, .3);
}
.cmn-btn a:hover{
	color: #fec900;
}
.cmn-btn a:hover:before {
    height: 380%}
.breadcrumbs {
    min-height: 500px;
    background-image: url(../img/breadcrumbs-bg.png);
    background-size: cover;
    background-position: center center;
}
@media(max-width:767px) {
    .breadcrumbs {
    text-align: center;
    min-height: 350px;
}
}.breadcrumb-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 500px;
}
@media(max-width:767px) {
    .breadcrumb-wrapper {
    text-align: center;
    min-height: 350px;
}
}.breadcrumb-wrapper h1 {
    font-weight: 700;
    font-size: 60px;
    letter-spacing: .05em;
    text-transform: uppercase;
    -webkit-text-stroke: 2px #d90a2c;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    margin-bottom: 20px;
}
@media(max-width:767px) {
    .breadcrumb-wrapper h1 {
    font-size: 40px;
}
}.breadcrumb-wrapper span {
    font-size: 15px;
    text-transform: capitalize;
    color: #fff;
}
.breadcrumb-wrapper span a {
    display: inline-block;
    color: #d90a2c;
}
.breadcrumb-wrapper span i {
    margin: 0 10px;
}
.scroll-top.opacity {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 9;
    text-align: center;
    display: block;
}
.scroll-top.opacity span {
    height: 40px;
    width: 40px;
    display: block;
    border: 1px solid #fec900;
    border-radius: 50%;
    color: #fec900;
    position: relative;
    line-height: 40px;
    font-size: 11px;
    cursor: pointer;
    text-transform: uppercase;
}
.scroll-top.opacity span i {
    position: absolute;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
}
header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    padding: 15px 100px;
    -webkit-transition: all .8s ease-out 0s;
    -moz-transition: all .8s ease-out 0s;
    -ms-transition: all .8s ease-out 0s;
    -o-transition: all .8s ease-out 0s;
    transition: all .8s ease-out 0s;
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
    header {
    padding: 0 50px;
}
}@media only screen and (min-width:992px) and (max-width:1199px), only screen and (min-width:768px) and (max-width:991px), (max-width:767px) {
    header {
    padding: 10px 10px;
}
}.logo a img {
    max-width: 200px;
}
.get-quate.dn {
    display: none;
    margin-top: 50px;
    text-align: left;
}
@media(max-width:767px) {
    .get-quate.dn {
    display: block;
}
}@media only screen and (min-width:576px) and (max-width:767px) {
    .get-quate.dn {
    display: none;
}
}.main-nav {
    display: inline-block;
}
.main-nav .mobile-menu-logo {
    display: none;
}
.main-nav ul {
    list-style: none;
}
.main-nav ul li {
    display: inline-block;
    position: relative;
    padding: 0 20px;
}
.main-nav ul li a {
    font-size: 16px;
    color: #fff;
    display: block;
    padding: 30px 20px 30px 0px;
    position: relative;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.main-nav ul li a.active {
    color: #fec900;
}
.main-nav ul li a:hover {
    color: #fec900;
}
.main-nav ul li i {
    width: 25px;
    font-size: 17px;
    text-align: center;
    color: #fec900;
    font-style: normal;
    position: absolute;
    left: -10px;
    top: 30px;
    z-index: 999;
    cursor: pointer;
}
.main-nav ul li ul.sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    margin: 0;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    min-width: 200px;
    background: #222;
    text-align: left;
    border-radius: 5px;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.main-nav ul li ul.sub-menu>li {
    padding: 0;
    display: block;
}
.main-nav ul li ul.sub-menu>li a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}
.main-nav ul li ul.sub-menu>li a.active {
    color: #d90a2c;
}
.main-nav ul li ul.sub-menu>li a:hover {
    color: #d90a2c;
    margin-left: 10px;
}
.main-nav ul li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.get-quate {
    text-align: right;
}
@media(max-width:767px) {
    .get-quate {
    display: none;
}
}@media only screen and (min-width:576px) and (max-width:767px) {
    .get-quate {
    text-align: center;
    display: block;
}
}.hero-area {
    position: relative;
    background-image: url(../img/hero-bg.jpg);
    background-size: cover;
    background-position: center center;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
.swiper.hero-slider .swiper-pagination {
    left: 0%!important;
    bottom: initial!important;
    top: 50%;
    transform: rotate(90deg);
    width: auto!important;
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .swiper.hero-slider .swiper-pagination {
    left: -2%!important;
}
}@media(max-width:767px) {
    .swiper.hero-slider .swiper-pagination {
    display: none;
}
}.swiper.hero-slider .swiper-pagination-bullet {
    position: relative;
    height: 15px;
    width: 15px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, .6);
    background: 0 0;
    opacity: 1;
    margin: 0 12.5px!important;
}
.swiper.hero-slider .swiper-pagination-bullet:before {
    position: absolute;
    content: "";
    height: 7.5px;
    width: 7.5px;
    background-color: rgba(255, 255, 255, .6);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.swiper.hero-slider .swiper-pagination-bullet-active {
    position: relative;
    height: 20px;
    width: 20px;
    border: 1px solid #fec900;
    box-sizing: border-box;
    opacity: .6;
}
.swiper.hero-slider .swiper-pagination-bullet-active:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background-color: #fec900;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .6;
}
.hero-content-wrapper {
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media(max-width:767px) {
    .hero-content-wrapper {
    display: block;
    height: auto;
    margin-top: 180px;
}
}.hero-content-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
@media(max-width:767px) {
    .hero-content-wrap {
    display: block;
}
}.hero-content-img {
    position: relative;
    max-width: 775px;
}
@media only screen and (min-width:1400px) and (max-width:1650px) {
    .hero-content-img {
    max-width: 600px;
}
}@media only screen and (min-width:1200px) and (max-width:1399px) {
    .hero-content-img {
    max-width: 500px;
}
}@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-content-img {
    max-width: 420px;
}
}@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-content-img {
    max-width: 380px;
}
}@media(max-width:767px) {
    .hero-content-img {
    display: none;
}
}.hero-content-img:before {
	display: none;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #17161a;
    opacity: .5;
    border-radius: 100px 20px 20px 20px;
}
.hero-content-img img {
    border-radius: 100px 20px 20px 20px;
}
.hero-content {
    background: linear-gradient(150deg, #0054a7 .94%, #021529 99.09%);
    border: 1px solid rgba(173, 173, 173, .2);
    box-sizing: border-box;
    border-radius: 20px;
    text-align: center;
    max-width: 670px;
    padding: 60px 40px;
    position: relative;
    margin-left: -100px;
}
@media only screen and (min-width:1400px) and (max-width:1650px) {
    .hero-content {
    max-width: 570px;
    padding: 50px 30px;
    margin-left: -75px;
}
}@media only screen and (min-width:1200px) and (max-width:1399px) {
    .hero-content {
    max-width: 500px;
    padding: 30px 20px;
}
}@media only screen and (min-width:992px) and (max-width:1199px), only screen and (min-width:768px) and (max-width:991px) {
    .hero-content {
    max-width: 400px;
    padding: 20px;
}
}@media(max-width:767px) {
    .hero-content {
	top: -90px;
    padding: 20px;
    margin-left: 0;
    min-height: 320px;
}
}@media only screen and (min-width:576px) and (max-width:767px) {
    .hero-content {
    padding: 30px;
}
}.hero-content h2 {
    font-weight: 800;
    font-size: 60px;
    letter-spacing: .05em;
    text-transform: uppercase;
    -webkit-text-stroke: 2px rgba(255, 255, 255, .2);
    -webkit-text-fill-color: transparent;
    position: absolute;
    right: 0;
    top: -90px;
}
@media only screen and (min-width:1400px) and (max-width:1650px) {
    .hero-content h2 {
    font-size: 50px;
}
}@media only screen and (min-width:1200px) and (max-width:1399px) {
    .hero-content h2 {
    font-size: 40px;
    margin-top: 35px;
}
}@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-content h2 {
    font-size: 40px;
    margin-top: 10px;
}
}@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-content h2 {
    font-size: 40px;
    margin-top: 0;
}
}@media(max-width:767px) {
    .hero-content h2 {
    font-size: 30px;
    right: 10px;
    top: -40px;
}
}@media(max-width:767px) {
    .hero-content h2 {
    font-size: 40px;
    top: -50px;
}
}.hero-content h1 {
    font-weight: 800;
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}
@media only screen and (min-width:1400px) and (max-width:1650px) {
    .hero-content h1 {
    font-size: 45px;
    margin-bottom: 20px;
}
}@media only screen and (min-width:1200px) and (max-width:1399px) {
    .hero-content h1 {
    font-size: 40px;
    margin-bottom: 20px;
}
}@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-content h1 {
    font-size: 35px;
    margin-bottom: 20px;
}
}@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-content h1 {
    font-size: 30px;
    margin-bottom: 20px;
}
}@media(max-width:767px) {
    .hero-content h1 {
    font-size: 25px;
    margin-bottom: 20px;
}
}@media only screen and (min-width:576px) and (max-width:767px) {
    .hero-content h1 {
    font-size: 45px;
}
}.hero-content h1 span {
    font-weight: 800;
    font-size: 60px;
    letter-spacing: .05em;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
}
@media only screen and (min-width:1400px) and (max-width:1650px) {
    .hero-content h1 span {
    font-size: 55px;
}
}@media only screen and (min-width:1200px) and (max-width:1399px) {
    .hero-content h1 span {
    font-size: 48px;
}
}@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-content h1 span {
    font-size: 42px;
}
}@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-content h1 span {
    font-size: 36px;
}
}@media(max-width:767px) {
    .hero-content h1 span {
    font-size: 30px;
}
}@media only screen and (min-width:576px) and (max-width:767px) {
    .hero-content h1 span {
    font-size: 55px;
}
}.hero-content p {
    font-size: 40px;
    font-weight: 600;
    text-align: left;
    color: #fff;
    line-height: 55px;
    margin-bottom: 60px;
}
.hero-content p span{
    color: #fec900;
}
@media only screen and (min-width:1400px) and (max-width:1650px) {
    .hero-content p {
    margin-bottom: 30px;
}
}@media only screen and (min-width:1200px) and (max-width:1399px) {
    .hero-content p {
    line-height: initial;
    margin-bottom: 20px;
}
}@media only screen and (min-width:992px) and (max-width:1199px), only screen and (min-width:768px) and (max-width:991px) {
    .hero-content p {
    font-size: 14px;
    line-height: initial;
    margin-bottom: 20px;
}
}@media(max-width:767px) {
    .hero-content p {
    font-size: 13px;
    line-height: initial;
    margin-bottom: 20px;
}
}@media(max-width:767px) {
    .hero-content p {
    font-size: 15px;
}
}.hero-content a {
    display: inline-block;
    padding: 10px 20px;
    min-width: 200px;
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    letter-spacing: .03em;
    color: #004181;
    background: #fec900;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    float: right;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-content a {
    font-size: 15px;
    min-width: 160px;
}
}@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-content a {
    font-size: 14px;
    min-width: 150px;
}
}@media(max-width:767px) {
    .hero-content a {
    font-size: 13px;
    min-width: 130px;
}
}@media only screen and (min-width:576px) and (max-width:767px) {
    .hero-content a {
    font-size: 16px;
    min-width: 150px;
}
}.hero-content a.about-btn {
    background-color: #17161a;
    border: 1px solid #17161a;
    margin-right: 15px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-content a.about-btn {
    margin-right: 10px;
}
}@media(max-width:767px) {
    .hero-content a.about-btn {
    margin: 0;
}
}@media only screen and (min-width:576px) and (max-width:767px) {
    .hero-content a.about-btn {
    margin-right: 15px;
}
}.hero-content a.work-btn {
    border: 1px solid #fff;
    box-sizing: border-box;
    margin-left: 15px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-content a.work-btn {
    margin-left: 10px;
}
}@media(max-width:767px) {
    .hero-content a.work-btn {
    	font-size: 10px;
    	margin: 0;
}
}@media only screen and (min-width:576px) and (max-width:767px) {
    .hero-content a.work-btn {
    margin-right: 15px;
}
}
.hero-content a:hover{
	color: #fec900;
}
.hero-content a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    top: 50%;
    left: 50%;
    background-color: #01417e;
    color: #fec900;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.hero-content a:hover:before {
    height: 500%}
.hero-content .slider-num {
    position: absolute;
    right: -150px;
    bottom: -20px;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-content .slider-num {
    right: -100px;
}
}@media only screen and (min-width:768px) and (max-width:991px), (max-width:767px) {
    .hero-content .slider-num {
    display: none;
}
}.hero-content .slider-num span {
    font-weight: 600;
    font-size: 100px;
    letter-spacing: .05em;
    text-transform: uppercase;
    -webkit-text-stroke: 2px rgba(255, 255, 255, .2);
    -webkit-text-fill-color: transparent;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-content .slider-num span {
    font-size: 80px;
}
}.social-media {
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .social-media {
    right: -135px;
}
}@media(max-width:767px) {
    .social-media {
    text-align: center;
    position: initial;
    transform: none;
    padding: 30px 10px 80px;
}
}.social-media .social-list {
    list-style: none;
    transform: rotate(-90deg);
}
@media(max-width:767px) {
    .social-media .social-list {
    transform: none;
}
}.social-media .social-list li {
    display: inline-block;
}
.social-media .social-list li a {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .02em;
    text-transform: capitalize;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 0 15px;
    border-right: 1px solid #d90a2c;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
@media(max-width:767px) {
    .social-media .social-list li a {
    font-size: 14px;
}
}.social-media .social-list li a:hover {
    color: #d90a2c;
}
.social-media .social-list li:last-child a {
    border: none;
}
.service-area {
    
}
@media(max-width:767px) {
    .service-area {
    padding-top: 40px;
    padding-bottom: 0px;
}
}.service-area .title h2 {
	color: #004181;
	font-size: 26px;
    margin-bottom: 45px;
}
@media only screen and (min-width:768px) and (max-width:991px), (max-width:767px) {
    .service-area .title {
    margin-bottom: 0px;
}
}.single-service {
    box-sizing: border-box;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    display: flex;
    width: 100%;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    background-image: url(../img/fondo-azul.png);
    min-height: 230px;

}
@media only screen and (min-width:1200px) and (max-width:1399px) {
    .single-service {
    padding: 20px;
    min-height: 190px;
}
}@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-service {
    padding: 20px;
}
}@media(max-width:767px) {
    .single-service {
    background-size: cover;
    display: block;
    padding: 20px;
    text-align: center;
}
}@media only screen and (min-width:576px) and (max-width:767px) {
    .single-service {
    padding: 10px;
}
}.single-service:before {
	display: none !important;
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    height: 90px;
    width: 90px;
    background: radial-gradient(105.91% 105.91% at 37.1% 19.35%, rgba(217, 10, 44, 0.3) 0%, rgba(217, 10, 44, 0) 83.11%);
    border-radius: 50%;
    opacity: .3;
    display: none;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.single-service:after {
	display: none !important;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 10px;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.single-service span {
    font-size: 35px;
    font-weight: 700;
    -webkit-text-stroke: 2px rgba(255, 255, 255, .07);
    -webkit-text-fill-color: transparent;
    letter-spacing: 2px;
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 1;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.single-service:hover:after {
    visibility: visible;
    opacity: 1;
}
.single-service:hover:before {
    display: block;
}
.single-service:hover .service-content a i {
    margin-left: 5px;
}
.single-service:hover span {
    -webkit-text-stroke: 2px #d90a2c;
    -webkit-text-fill-color: transparent;
}
.service-icon {
    margin-top: 0px;
    min-width: 80px;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
    .service-icon {
    min-width: 60px;
}
}@media(max-width:767px) {
    .service-icon {
    margin-bottom: 0px;
    margin-top: 0px;
}
}@media only screen and (min-width:576px) and (max-width:767px) {
    .service-icon {
    margin-bottom: 30px;
}
}.service-icon i {
	background-color: #fec900;
    height: 155px;
    width: 80px;
    display: inline-block;
    line-height: 65px;
    text-align: center;
    position: relative;
    z-index: 1;
    border-radius: 20px 20px 80px 20px;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
    .service-icon i {
    height: 50px;
    width: 50px;
    line-height: 50px;
}
}.service-icon i:before {
	display: none;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    border: 1px solid rgba(217, 10, 44, .15);
    border-radius: 50%;
    left: -5px;
    top: -10px;
    z-index: -1;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
    .service-icon i: before {
    top: -5px;
}
}.service-icon i:after {
	display: none;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    border: 1px solid rgba(217, 10, 44, .15);
    border-radius: 50%;
    right: -5px;
    top: -10px;
    z-index: -1;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
    .service-icon i: after {
    top: -5px;
}
}.service-icon i img {
	margin-top: 25px;
    /*max-height: 38px;*/
    /*max-width: 38px;*/
}
@media only screen and (min-width:992px) and (max-width:1199px) {
    .service-icon i img {
    max-height: 28px;
    max-width: 28px;
}
}.service-content {
    margin-left: 15px;
    position: relative;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
    .service-content {
    margin-left: 10px;
}
}@media(max-width:767px) {
    .service-content {
    text-align: left;
    margin: 0;
    min-height: 130px;
    margin-top: 15px;
}
}.service-content h4 {
    font-size: 17px;
    font-weight: 700;
    color: #fec900;
    text-transform: capitalize;
    margin-bottom: 10px;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
    .service-content h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
}.service-content p {
    color: #fff;
    font-size: 16px;
    padding-left: 20px;
    position: absolute;
    bottom: 0px;

}
@media only screen and (min-width:992px) and (max-width:1199px) {
    .service-content p {
    font-size: 13px;
    margin-bottom: 10px;
}
}@media only screen and (min-width:576px) and (max-width:767px) {
    .service-content p {
    font-size: 14px;
}
}.service-content a {
    display: inline-block;
    color: #d90a2c;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    z-index: 1;
    position: relative;
}
.service-content a i {
    margin-left: -4px;
    z-index: -1;
    position: relative;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
@media(max-width:767px) {
    .about-area {
    margin: 30px 0;
}
}@media(max-width:767px) {
    .about-left {
    padding: 0 10px;
    margin-bottom: -20px;
}
}.about-left .our-mission {
    display: flex;
    width: 100%;
    align-items: center;
}
@media(max-width:767px) {
    .about-left .our-mission {
    display: block;
    text-align: center;
}
}@media only screen and (min-width:576px) and (max-width:767px) {
    .about-left .our-mission {
    display: flex;
    text-align: left;
}
}.about-left .our-mission .msn-icon {
    min-width: 100px;
    z-index: 9;
    position: relative;
}
.about-left .our-mission .msn-icon i img {
    width: 70px;
}
.about-left .our-mission .cto {
    min-width: 150px;
}
.about-left .our-mission .cto img {
    width: 140px;
}
@media(max-width:767px) {
    .about-left .our-mission .msn-content {
    margin: 25px 0;
}
}@media only screen and (min-width:576px) and (max-width:767px) {
    .about-left .our-mission .msn-content {
    margin: 0;
}
}.about-left .our-mission .msn-content h5 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
    z-index: 9;
    color: #004181;
}
.about-left .our-mission .msn-content p {
    margin: 0;
    color: #272727;
    font-size: 16px;
}
@media(max-width:767px) {
    .about-left .cmn-btn {
    text-align: center;
}
}@media only screen and (min-width:576px) and (max-width:767px) {
    .about-left .cmn-btn {
    text-align: left;
}
}.about-left .cmn-btn a {
    color: #e4e4e4;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1.2px;
}
.about-right .group-images {
    position: relative;
    margin-top: 85px;
    margin-right: 85px;
}
@media(max-width:767px) {
    .about-right .group-images {
    margin: 0;
}
}@media only screen and (min-width:576px) and (max-width:767px) {
    .about-right .group-images {
    margin-top: 85px;
    margin-right: 85px;
}
}.about-right .group-images>img {
    width: 100%;
    border-radius: 5px;
}
.about-right .group-images .about-top {
    position: absolute;
    top: -85px;
    right: -85px;
}
@media(max-width:767px) {
    .about-right .group-images .about-top {
    margin-top: 30px;
    position: static;
}
}@media only screen and (min-width:576px) and (max-width:767px) {
    .about-right .group-images .about-top {
    margin-top: 0;
    position: absolute;
}
}.about-right .group-images .about-top img {
    border-radius: 5px;
}
@media(max-width:767px) {
    .about-right .group-images .about-top img {
    width: 100%}
}@media only screen and (min-width:576px) and (max-width:767px) {
    .about-right .group-images .about-top img {
    width: auto;
}
}.about-skills {
    background: #fff;
    border: 1px solid rgba(217, 10, 44, .1);
    box-shadow: 0 0 50px rgba(53, 51, 83, .06);
    border-radius: 10px;
    width: 500px;
    display: flex;
    margin: 0 auto;
    margin-top: -50px;
    position: relative;
    padding: 20px 30px;
    justify-content: space-between;
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
    .about-skills {
    padding: 20px;
    width: 425px;
}
}@media only screen and (min-width:992px) and (max-width:1199px) {
    .about-skills {
    padding: 20px;
    width: 100%}
}@media(max-width:767px) {
    .about-skills {
    display: block;
    width: 90%}
}@media only screen and (min-width:576px) and (max-width:767px) {
    .about-skills {
    display: flex;
    width: 90%}
}.about-skills .signle-skill {
    display: flex;
    width: 100%;
    align-items: center;
}
@media(max-width:767px) {
    .about-skills .signle-skill {
    margin-bottom: 10px;
}
.about-skills .signle-skill.xsm {
    margin-bottom: 0;
}
}.about-skills .signle-skill .skill-content h6 {
    font-size: 15px;
    color: #545454;
    margin-bottom: 0;
    text-transform: capitalize;
}
.about-skills .signle-skill .skill-content p {
    margin: 0;
    color: #17161a;
}
.signle-skill .progress-bar-circle {
    position: relative;
    height: 70px;
    width: 70px;
    min-width: 80px;
    background-color: transparent;
}
.signle-skill .progress-bar-circle div {
    position: absolute;
    height: 70px;
    width: 70px;
    border-radius: 50%}
.signle-skill .progress-bar-circle div span {
    color: #d90a2c;
    position: absolute;
    font-size: 18px;
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    width: 60px;
    left: 50%;
    top: 50%;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%);
}
.signle-skill .progress-bar-circle .background {
    background-color: #000!important;
}
.signle-skill .progress-bar-circle .rotate {
    clip: rect(0 35px 70px 0);
    background-color: #d90a2c!important;
}
.signle-skill .progress-bar-circle .left {
    clip: rect(0 35px 70px 0);
    opacity: 1;
    background-color: #d90a2c!important;
}
.signle-skill .progress-bar-circle .right {
    clip: rect(0 35px 70px 0);
    transform: rotate(180deg);
    opacity: 0;
    background-color: #d90a2c!important;
}
.features-count {
    margin-top: 120px;
    padding: 50px 0;
    background-image: url(../img/counter-bg.png);
    border-radius: 30px;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}
.features-count:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #18191d;
    border-radius: 30px;
    z-index: -1;
    opacity: .9;
}
.single-count {
    text-align: center;
}
@media(max-width:767px) {
    .single-count {
    margin-bottom: 30px;
}
.single-count.xsm {
    margin-bottom: 0;
}
}.single-count i {
    display: block;
    margin-bottom: 15px;
}
.single-count i img {
    height: 70px;
}
.single-count p {
    text-transform: capitalize;
    color: #bdbdbd;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.single-count .counter span {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
}
.single-count .counter sup {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    top: -5px;
    display: inline-block;
}
.newsletter {
    background-image: url(../img/subscribe-bg.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
    padding: 188px 0;
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
    .newsletter {
    padding: 188px 30px;
}
}@media(max-width:767px) {
    .newsletter {
    padding: 80px 10px;
}
}.newsletter:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(256.31deg, #480000 .87%, #000 88.66%);
    opacity: .9;
    z-index: -1;
}
.subscribes {
    max-width: 590px;
    margin: 0 auto;
    text-align: center;
}
.subscribes span {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    text-transform: capitalize;
    color: #d90a2c;
    display: block;
    margin-bottom: 15px;
}
.subscribes h1 {
    font-weight: 700;
    font-size: 65px;
    text-align: center;
    text-transform: uppercase;
    color: #e4e4e4;
    margin-bottom: 20px;
    line-height: 1;
}
@media(max-width:767px) {
    .subscribes h1 {
    font-size: 30px;
    margin-bottom: 20px;
}
}@media only screen and (min-width:576px) and (max-width:767px) {
    .subscribes h1 {
    font-size: 50px;
    margin-bottom: 30px;
}
}.subscribes h2 {
    font-weight: 700;
    font-size: 55px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
}
@media(max-width:767px) {
    .subscribes h2 {
    font-size: 40px;
    margin-bottom: 40px;
}
}@media only screen and (min-width:576px) and (max-width:767px) {
    .subscribes h2 {
    font-size: 50px;
}
}.subscribe-form {
    position: relative;
}
@media(max-width:767px) {
    .subscribe-form {
    padding: 0 10px;
}
}.subscribe-form form input {
    width: 100%;
    height: 70px;
    background: #fff;
    border-radius: 48px;
    border: none;
    color: #4f4f4f;
    font-size: 14px;
}
@media(max-width:767px) {
    .subscribe-form form input {
    height: 50px;
}
}@media only screen and (min-width:576px) and (max-width:767px) {
    .subscribe-form form input {
    height: 60px;
}
}.subscribe-form form input[type=submit] {
    position: absolute;
    right: 5px;
    height: 60px;
    top: 5px;
    width: 150px;
    border-radius: 48px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid transparent;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    background-color: #d90a2c;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
@media(max-width:767px) {
    .subscribe-form form input[type=submit] {
    width: 130px;
    font-size: 14px;
    right: 15px;
    height: 40px;
}
}@media only screen and (min-width:576px) and (max-width:767px) {
    .subscribe-form form input[type=submit] {
    height: 50px;
}
}.subscribe-form form input[type=submit]:hover {
    color: #17161a;
    border: 2px solid #d90a2c;
    background: 0 0;
    box-shadow: 0 0 20px #d90a2c 1.05%, #730000 100%}
.subscribe-form form input[type=email] {
    padding: 0 160px 0 30px;
}
@media(max-width:767px) {
    .subscribe-form form input[type=email] {
    padding: 0 140px 0 20px;
}
}.our-clients {
    background-color: #111;
    padding: 149px 30px 55px;
}
@media only screen and (min-width:1400px) and (max-width:1650px) {
    .our-clients {
    padding: 119px 30px 55px;
}
}@media only screen and (min-width:1200px) and (max-width:1399px) {
    .our-clients {
    padding: 165px 30px 55px;
}
}.our-clients .title {
    margin-top: -75px;
}
.single-client {
    position: relative;
    background-color: #111;
    border: 1px solid #191a1c;
    box-sizing: border-box;
    box-shadow: inset 0 0 10px rgba(6, 6, 6, .15);
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    line-height: 45px;
    margin-bottom: 50px;
    overflow: hidden;
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
    .single-client {
    padding: 20px 10px;
}
}@media(max-width:767px) {
    .single-client {
    margin-bottom: 30px;
}
}.single-client img {
    max-height: 30px;
}
.single-client .client-hover {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
    border-radius: 10px;
    background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    visibility: hidden;
    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-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.single-client .client-hover span {
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    color: #e4e4e4;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 10px;
    justify-content: center;
    word-break: break-word;
    line-height: 20px;
}
.single-client:hover .client-hover {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.single-client:hover img {
    visibility: hidden;
}
@media(max-width:767px) {
    .portfolio-area {
    margin: 60px 0;
}
}.portfolio-area .title {
    margin-bottom: -80px;
}
.portfolio-area .title h2 {
    margin: 0;
}
.swiper.portfolio-slider {
    padding: 110px 0 30px;
}
.swiper.portfolio-slider .swiper-pagination {
    bottom: 0!important;
}
.swiper.portfolio-slider .swiper-pagination-bullet {
    height: 15px;
    width: 15px;
    border: 1px solid #d90a2c;
    box-sizing: border-box;
    background: 0 0;
    opacity: 1;
}
.swiper.portfolio-slider .swiper-pagination-bullet-active {
    position: relative;
    height: 15px;
    width: 15px;
    border: 1px solid #d90a2c;
    box-sizing: border-box;
}
.swiper.portfolio-slider .swiper-pagination-bullet-active:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    background-color: #d90a2c;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.swiper.portfolio-slider .swiper-button-next, .swiper.portfolio-slider .swiper-button-prev {
    height: 40px!important;
    width: 40px!important;
    background-color: #2a2a2a;
    border-radius: 50%;
    color: #fff!important;
    top: 22px;
    right: 5%!important;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
@media(max-width:767px) {
    .swiper.portfolio-slider .swiper-button-next, .swiper.portfolio-slider .swiper-button-prev {
    display: none;
}
}.swiper.portfolio-slider .swiper-button-next:hover, .swiper.portfolio-slider .swiper-button-prev:hover {
    background-color: #d90a2c;
}
.swiper.portfolio-slider .swiper-button-next::after, .swiper.portfolio-slider .swiper-button-prev::after {
    font-size: 14px!important;
}
.swiper.portfolio-slider .swiper-button-prev, .swiper.portfolio-slider .swiper-rtl .swiper-button-next {
    left: auto;
    right: 9%!important;
}
@media only screen and (min-width:1400px) and (max-width:1650px) {
    .swiper.portfolio-slider .swiper-button-prev, .swiper.portfolio-slider .swiper-rtl .swiper-button-next {
    right: 9%!important;
}
}@media only screen and (min-width:992px) and (max-width:1199px) {
    .swiper.portfolio-slider .swiper-button-prev, .swiper.portfolio-slider .swiper-rtl .swiper-button-next {
    right: 10%!important;
}
}@media only screen and (min-width:768px) and (max-width:991px) {
    .swiper.portfolio-slider .swiper-button-prev, .swiper.portfolio-slider .swiper-rtl .swiper-button-next {
    right: 12%!important;
}
}.single-portfolio {
    position: relative;
    overflow: hidden;
}
.single-portfolio .portfolio-data {
    position: relative;
    z-index: 1;
    border-radius: 10px;
}
.single-portfolio .portfolio-data a img {
    border-radius: 10px;
    width: 100%;
    max-height: 500px;
}
.single-portfolio .portfolio-data:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    /*background-image: url(../img/portfolio-hover-bg.png);*/
    background-size: cover;
    background-position: top bottom;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}
.single-portfolio .portfolio-inner {
	text-align: center;
    position: absolute;
    z-index: 2;
    width: 90%;
    left: 5%;
    right: 5%;
    bottom: 5%;
    background-color: #fec900d4;
    border-radius: 5px;
    padding: 20px;
    min-height: 150px;
}
.single-portfolio .portfolio-inner span {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: .02em;
    text-transform: capitalize;
    color: #e4e4e4;
    display: block;
    margin-bottom: 5px;
}
.single-portfolio .portfolio-inner h4 {
    font-weight: 400;
    font-size: 20px;
    text-transform: capitalize;
    color: #004181;
    margin: 0;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-portfolio .portfolio-inner h4 {
    font-size: 18px;
}
}@media only screen and (min-width:768px) and (max-width:991px) {
    .single-portfolio .portfolio-inner h4 {
    font-size: 18px;
}
}.single-portfolio .portfolio-inner .portfolio-hover {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}
.single-portfolio .portfolio-inner .portfolio-hover a.case-btn {
    display: inline-block;
    border: 1px solid #d90a2c;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 5px 15px;
    font-weight: 500;
    font-size: 12px;
    text-transform: capitalize;
    color: #fff;
}
.single-portfolio .portfolio-inner .portfolio-hover i {
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.single-portfolio:hover .portfolio-data:before {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.single-portfolio:hover .portfolio-inner .portfolio-hover {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
    margin-top: 20px;
    height: auto;
}
.single-portfolio:hover .portfolio-inner {
    background: #004181cc;
    border-radius: 10px;
}
.single-portfolio:hover .portfolio-inner > h4{
	color: #fec900;
}
@media(max-width:767px) {
    .why-choose-us {
    margin: 80px 0;
}
}@media(max-width:767px) {
    .why-choose-us .title.black {
    margin-bottom: 50px;
}
}.why-choose-us .title.black h2 {
    margin-bottom: 50px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .why-choose-us .title.black h2 {
    font-size: 40px;
}
}.video-demo {
    position: relative;
    z-index: 1;
}
.video-demo img {
    width: 100%}
.video-demo:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-image: url(../img/play-button-bg.png);
    background-size: cover;
    background-position: center center;
}
.video-demo .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-demo .play-btn a {
    display: inline-block;
    border: 1px solid #fff;
    box-sizing: border-box;
    height: 128px;
    width: 128px;
    line-height: 128px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.video-demo .play-btn a i {
    margin-right: 5px;
}
.video-demo .play-btn a:hover {
    color: #fff;
    border: 1px solid #d90a2c;
    background-color: #d90a2c;
}
.valuable-skills img {
    width: 100%;
    margin-bottom: 50px;
}
.valuable-skills .signle-bar h6 {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: .02em;
    text-transform: capitalize;
    color: #111;
}
.valuable-skills .signle-bar .barfiller {
    height: 5px!important;
    border: none!important;
    box-shadow: none!important;
    background: rgba(217, 10, 44, .5)!important;
    border-radius: 30px;
    margin-bottom: 40px!important;
}
.valuable-skills .signle-bar .barfiller#bar4 {
    margin-bottom: 0!important;
}
.valuable-skills .signle-bar .barfiller .tip {
    margin-top: -35px!important;
    padding: 0!important;
    position: absolute;
    z-index: 2;
    background: 0 0;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    letter-spacing: .02em;
    text-transform: capitalize;
    color: #000!important;
}
.valuable-skills .signle-bar .barfiller .tip:after {
    display: none;
}
.valuable-skills .signle-bar .barfiller .fill {
    background: #d90a2c!important;
    border-radius: 30px;
}
.testimonial-area {
    position: relative;
    background-image: url(../img/testimonial-bg.png);
    background-size: cover;
    background-position: center center;
}
.testimonial-area:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #111;
    z-index: -1;
}
.swiper.testimonial-slider {
    padding: 120px 0;
}
.swiper.testimonial-slider .swiper-pagination.swiper-pagination-fraction.swiper-pagination-horizontal {
    bottom: 30px!important;
    left: 0!important;
    width: auto!important;
    color: #d90a2c!important;
}
.swiper.testimonial-slider .swiper-pagination-current {
    font-weight: 600;
    font-size: 37px;
    letter-spacing: .05em;
    text-transform: capitalize;
    color: #fff;
}
.swiper.testimonial-slider .swiper-pagination-total {
    font-size: 20px;
    color: #d90a2c;
}
.swiper.testimonial-slider .swiper-button-next, .swiper.testimonial-slider .swiper-button-prev {
    top: initial!important;
    display: flex;
    height: 58px!important;
    width: 80px!important;
    background: #2a2a2a!important;
    box-shadow: 0 0 50px rgba(53, 51, 83, .06);
    bottom: 0;
    color: #fff;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.swiper.testimonial-slider .swiper-button-next:hover, .swiper.testimonial-slider .swiper-button-prev:hover {
    background-color: #17161a!important;
}
.swiper.testimonial-slider .swiper-button-next, .swiper.testimonial-slider .swiper-rtl .swiper-button-prev {
    right: 10px!important;
    left: auto!important;
    background: #17161a!important;
}
.swiper.testimonial-slider .swiper-button-prev, .swiper.testimonial-slider .swiper-rtl .swiper-button-next {
    left: auto!important;
    right: 90px!important;
    background-color: #fff;
}
.swiper.testimonial-slider .swiper-button-next::after, .swiper.testimonial-slider .swiper-button-prev::after {
    font-size: 20px!important;
}
.testimonial-content {
    position: relative;
    text-align: center;
}
.testimonial-content .quote {
    position: absolute;
    left: 0;
    top: -40px;
}
.testimonial-content .quote i {
    font-size: 100px;
    color: #e4e4e4;
    opacity: .05;
}
.testimonial-content p {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #e4e4e4;
    line-height: 30px;
    max-width: 970px;
    margin: 0 auto;
}
@media(max-width:767px) {
    .testimonial-content p {
    font-size: 14px;
    line-height: 28px;
}
}.testimonial-content p i {
    font-size: 14px;
}
.testimonial-content .rating {
    margin-top: 30px;
}
.testimonial-content .rating i {
    color: #ffc107;
    font-size: 20px;
    margin: 0 4px;
}
.testimonial-content .client-info {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
@media(max-width:767px) {
    .testimonial-content .client-info {
    margin-bottom: 30px;
}
}.testimonial-content .client-info .client-pic {
    min-width: 120px;
}
@media(max-width:767px) {
    .testimonial-content .client-info .client-pic {
    min-width: 100px;
}
}.testimonial-content .client-info .client-pic img {
    height: 100px;
    width: 100px;
    border-radius: 50%}
@media(max-width:767px) {
    .testimonial-content .client-info .client-pic img {
    height: 80px;
    width: 80px;
}
}.testimonial-content .client-info .client-details {
    margin-left: 10px;
    text-align: left;
}
.testimonial-content .client-info .client-details h4 {
    font-weight: 600;
    font-size: 25px;
    letter-spacing: .03em;
    color: #e4e4e4;
    margin-bottom: 5px;
}
@media(max-width:767px) {
    .testimonial-content .client-info .client-details h4 {
    font-size: 20px;
}
}.testimonial-content .client-info .client-details span {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: .03em;
    color: #949494;
}
@media(max-width:767px) {
    .testimonial-content .client-info .client-details span {
    font-size: 16px;
}
}@media(max-width:767px) {
    .latest-news {
    margin: 80px 0;
}
}.latest-news .title.black h2 {
    margin-bottom: 50px;
}
.signle-news {
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 50px rgba(53, 51, 83, .06);
    position: relative;
    overflow: hidden;
}
.signle-news .tag {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 1;
}
.signle-news .tag a {
    display: inline-block;
    min-width: 140px;
    background: #232226;
    border-radius: 2px;
    padding: 5px 20px;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
}
.signle-news .post-img {
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: height 0ms 400ms, opacity 400ms 0ms;
}
.signle-news .post-img a img {
    width: 100%;
    height: 222px;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}
.signle-news:hover .tag a {
    background-color: #d90a2c;
}
.signle-news .news-content .author {
    margin-top: 65px;
}
.signle-news:hover .post-img {
    height: auto;
    opacity: 1;
    transition: height 0ms 1000ms, opacity 1000ms 0ms;
}
.signle-news:hover .author, .signle-news:hover p {
    display: none;
}
.signle-news:hover .news-content h3 {
    margin: 0;
}
.news-content {
    padding: 20px;
}
.news-content h3 {
    margin: 20px 0 5px;
    font-weight: 600;
    font-size: 25px;
}
.news-content h3 a {
    font-size: 25px;
    text-transform: capitalize;
    color: #2e2d31;
    display: inline-block;
    line-height: 40px;
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
    .news-content h3 a {
    font-size: 24px;
}
}.news-content p {
    font-weight: 400;
    font-size: 16px;
    color: #272727;
    margin: 0;
}
.author {
    display: flex;
    width: 100%;
    align-items: center;
    margin-top: 70px;
}
@media(max-width:767px) {
    .author {
    margin-bottom: 30px!important;
}
}.author-pic {
    min-width: 70px;
}
.author-pic img {
    height: 55px;
    width: 55px;
    border-radius: 50%}
.author-info h5 {
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
    color: #232226;
    margin-bottom: 5px;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
    .author-info h5 {
    font-size: 18px;
}
}.author-info span {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .05em;
    text-transform: capitalize;
    color: #6a696c;
}
.view-btn {
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 9px;
}
.view-btn a {
    font-weight: 600;
    font-size: 16px;
    color: #232226;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.view-btn a:before {
    position: absolute;
    content: "";
    height: 40px;
    width: 40px;
    background: #d90a2c;
    opacity: .35;
    border-radius: 50%;
    left: -10px;
    top: 50%;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.view-btn a:hover {
    color: #d90a2c;
}
.lets-talk {
    background-image: url(../img/letstalk-bg.png);
    background-size: cover;
    background-position: center center;
    position: relative;
}
@media(max-width:767px) {
    .lets-talk {
    padding: 80px 0;
}
}.lets-talk:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    background: #111215;
    z-index: -1;
}
@media(max-width:767px) {
    .lets-talk .title.special {
    text-align: center;
}
}.lets-talk .title.special h1 {
    margin-bottom: 0;
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .lets-talk .title.special h1 {
    font-size: 50px;
}
}@media only screen and (min-width:768px) and (max-width:991px) {
    .lets-talk .title.special h1 b {
    font-size: 55px;
}
}@media(max-width:767px) {
    .getin-touch {
    text-align: center;
    margin-top: 20px;
}
}footer {
    position: relative;
    background-image: url(../img/footer.jpg);
    background-size: cover;
    background-position: center center;
    z-index: 1;
    padding-top: 80px;
}
@media(max-width:767px) {
    .footer-widget {
    margin-bottom: 50px;
}
}.footer-widget .footer-logo {
    margin-bottom: 30px;
}
.footer-widget .footer-logo a img {
    width: auto;
}
.footer-widget h4 {
    font-weight: 700;
    font-size: 25px;
    letter-spacing: .03em;
    color: #fff;
    margin-bottom: 15px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-widget h4 {
    font-size: 24px;
}
}.footer-widget address h4 {
    display: inline-block;
    font-weight: 500;
    font-size: 25px;
    letter-spacing: .03em;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
}
.footer-widget address h4:before {
    position: absolute;
    content: "";
    width: 100%;
    border: 1.5px solid #d90a2c;
    left: 0;
    bottom: -2px;
}
.footer-widget address p {
    font-weight: 500;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 35px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-widget address p {
    font-size: 14px;
}
}.social-media-icons {
    list-style: none;
}
.social-media-icons li {
    display: inline-block;
    padding-right: 30px;
    color: #fff;
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
    .social-media-icons li {
    padding-right: 25px;
}
}@media only screen and (min-width:992px) and (max-width:1199px) {
    .social-media-icons li {
    padding-right: 15px;
}
}@media only screen and (min-width:768px) and (max-width:991px) {
    .social-media-icons li {
    padding-right: 5px;
}
}.social-media-icons li a {
	font-size: 25px;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 10px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    color: #fec900;
    -webkit-transition: all .8s ease-out 0s;
    -moz-transition: all .8s ease-out 0s;
    -ms-transition: all .8s ease-out 0s;
    -o-transition: all .8s ease-out 0s;
    transition: all .8s ease-out 0s;
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .social-media-icons li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
}
}.social-media-icons li a:hover {
    background-color: #004181;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.footer-menu {
    list-style: none;
}
.footer-menu li {
    display: block;
    padding-bottom: 15px;
}
.footer-menu li:last-child {
    padding-bottom: 0;
}
.footer-menu li a {
    position: relative;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-menu li a {
    font-size: 15px;
}
}.footer-menu li a:before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -20px;
    height: 10px;
    width: 10px;
    background-color: #d90a2c;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.footer-menu li a:hover {
    color: #d90a2c;
    padding-left: 15px;
}
.footer-menu li a:hover:before {
    left: 0;
    visibility: visible;
    opacity: 1;
}
.number, .office-mail, .address {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 20px;
}
.number p, .office-mail p, .address p {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: .03em;
    color: #fff;
    margin: 0;
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .number p, .office-mail p, .address p {
    font-size: 14px;
}
}.phone a, .email a, .address a{
    font-weight: 500;
    font-size: 15px;
    letter-spacing: .03em;
    color: #fff;
    display: block;
    padding-bottom: 5px;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .phone a, .email a {
    font-size: 13px;
}
}.phone a:hover, .email a:hover {
    color: #fec900;
}
.num-icon, .mail-icon, .address-icon {
    min-width: 35px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .num-icon, .mail-icon, .address-icon {
    min-width: 30px;
}
}.num-icon i, .mail-icon i, .address-icon i {
    color: #fec900;
    font-size: 25px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .num-icon i, .mail-icon i, .address-icon i {
    font-size: 20px;
}
}.footer-bottom {
    margin-top: 80px;
    padding: 30px 0;
    border-top: 2px solid #fec900;
}
@media(max-width:767px) {
    .footer-bottom {
    margin-top: 30px!important;
}
}@media(max-width:767px) {
    .footer-bottom .copy-txt {
    text-align: center;
}
}.footer-bottom .copy-txt span {
    font-size: 14px;
    color: #fff;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
    .footer-bottom .copy-txt span {
    font-size: 13px;
}
}@media(max-width:767px) {
    .footer-bottom .copy-txt span {
    font-size: 13px;
}
}.footer-bottom .copy-txt span a {
    font-weight: 700;
    color: #fff;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.footer-bottom .copy-txt span a:hover {
    color: #fec900;
}
.footer-bottom .footer-bottom-menu {
    list-style: none;
    text-align: right;
}
@media(max-width:767px) {
    .footer-bottom .footer-bottom-menu {
    margin-top: 30px;
    text-align: center;
}
}.footer-bottom .footer-bottom-menu li {
    display: inline-block;
}
.footer-bottom .footer-bottom-menu li a {
    position: relative;
    font-size: 14px;
    text-align: right;
    letter-spacing: .01em;
    color: #fff;
    padding: 0 20px;
    line-height: 1;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
@media(max-width:767px) {
    .footer-bottom .footer-bottom-menu li a {
    padding: 0;
    padding-right: 10px;
}
}@media only screen and (min-width:576px) and (max-width:767px) {
    .footer-bottom .footer-bottom-menu li a {
    padding: 0 20px;
}
}.footer-bottom .footer-bottom-menu li a:before {
    border-right: 1px solid #fff;
    position: absolute;
    content: "";
    height: 60%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
@media(max-width:767px) {
    .footer-bottom .footer-bottom-menu li a: before {
    display: none;
}
}@media only screen and (min-width:576px) and (max-width:767px) {
    .footer-bottom .footer-bottom-menu li a: before {
    display: block;
}
}.footer-bottom .footer-bottom-menu li a:hover {
    color: #fec900;
}
.footer-bottom .footer-bottom-menu li:last-child a:before {
    display: none;
}
body.dark {
    background-color: #18191d;
}
.about-left.dark p {
    color: #b3b3b3;
}
.about-left.dark .our-mission .msn-content h5 {
    color: #fff;
}
.about-left.dark .our-mission .msn-content p {
    color: #b3b3b3;
}
.valuable-skills.dark .signle-bar h6 {
    color: #fff;
}
.valuable-skills.dark .signle-bar .barfiller .tip {
    color: #fff!important;
}
.signle-news.dark {
    background: #111;
    box-shadow: 0 0 50px rgba(53, 51, 83, .06);
}
.signle-news.dark .author-info h5 {
    color: #fff;
}
.signle-news.dark .news-content h3 a {
    color: #fff;
}
.signle-news.dark .news-content p {
    color: #b3b3b3;
}
.signle-news.dark .view-btn a {
    color: #d90a2c;
}
.out-story {
    margin-bottom: 120px;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
    .out-story {
    margin-bottom: 120px;
}
}@media only screen and (min-width:768px) and (max-width:991px) {
    .out-story {
    margin-bottom: 120px;
}
}.office-group-img {
    position: relative;
}
.office-group-img img {
    width: 100%;
    border-radius: 10px;
}
.office-group-img:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #111;
    opacity: .4;
    border-radius: 10px;
}
.cto-message-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 370px;
    margin-left: auto;
    right: inherit;
}
.cto-message {
    background: #fff;
    box-shadow: 0 40px 80px rgba(23, 42, 65, .06);
    padding: 25px 20px;
    text-align: left;
    border-radius: 0 20px 0 5px;
}
.cto-message h4 {
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    color: #111;
}
.cto-message p {
    font-size: 16px;
    text-transform: capitalize;
    color: #272727;
}
.cto-message img {
    margin: 0 auto;
    display: block;
    width: auto;
}
.cto-message h4 span {
    font-weight: 400;
    font-size: 17px;
    text-transform: capitalize;
    color: #111;
    opacity: .5;
}
.about-left p {
    font-weight: 400;
    font-size: 16px;
    color: #272727;
    margin-bottom: 30px;
    margin-top: 40px;
    padding-right: 55px;
}
.img-scale{
	transform: scale(1.2);
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
    .story-right .title.black h2 {
    font-size: 48px;
}
}@media only screen and (min-width:992px) and (max-width:1199px) {
    .story-right .title.black h2 {
    font-size: 40px;
}
}@media(max-width:767px) {
    .story-right {
    margin: 80px 0 50px;
}
}.story-right p {
    font-weight: 400;
    font-size: 16px;
    color: #272727;
    margin-bottom: 30px;
}
@media only screen and (min-width:1200px) and (max-width:1399px), only screen and (min-width:992px) and (max-width:1199px) {
    .story-right p {
    margin-bottom: 40px;
}
}.story-skills {
    display: flex;
    justify-content: space-between;
    width: 100%}
@media(max-width:767px) {
    .story-skills {
    display: block;
    justify-content: normal;
    width: auto;
    text-align: center;
}
}.story-skill>span {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    letter-spacing: .03em;
    margin-top: 20px;
    display: block;
    text-transform: uppercase;
    color: rgba(17, 17, 17, .6);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
    .story-skill>span {
    font-size: 14px;
    margin-top: 10px;
}
}@media only screen and (min-width:992px) and (max-width:1199px) {
    .story-skill>span {
    font-size: 12px;
    margin-top: 10px;
}
}@media(max-width:767px) {
    .story-skill>span {
    font-size: 12px;
    margin-top: 10px;
}
}.story-skill {
    position: relative;
}
@media(max-width:767px) {
    .story-skill {
    display: inline-block;
    margin-bottom: 30px;
}
}.story-skill .progress-bar-circle {
    position: relative;
    height: 170px;
    width: 170px;
    min-width: 180px;
    background-color: transparent;
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
    .story-skill .progress-bar-circle {
    height: 140px;
    width: 140px;
    min-width: 150px;
}
}@media only screen and (min-width:992px) and (max-width:1199px) {
    .story-skill .progress-bar-circle {
    height: 120px;
    width: 120px;
    min-width: 130px;
}
}@media(max-width:767px) {
    .story-skill .progress-bar-circle {
    height: 110px;
    width: 110px;
    min-width: 120px;
}
}.story-skill .progress-bar-circle div {
    position: absolute;
    height: 170px;
    width: 170px;
    border-radius: 50%}
@media only screen and (min-width:1200px) and (max-width:1399px) {
    .story-skill .progress-bar-circle div {
    height: 140px;
    width: 140px;
}
}@media only screen and (min-width:992px) and (max-width:1199px) {
    .story-skill .progress-bar-circle div {
    height: 120px;
    width: 120px;
}
}@media(max-width:767px) {
    .story-skill .progress-bar-circle div {
    height: 110px;
    width: 110px;
}
}.story-skill .progress-bar-circle div span {
    color: #18191d;
    position: absolute;
    font-size: 26px;
    font-weight: 700;
    line-height: 166px;
    height: 166px;
    width: 166px;
    left: 50%;
    top: 50%;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%);
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
    .story-skill .progress-bar-circle div span {
    height: 136px;
    width: 136px;
}
}@media only screen and (min-width:992px) and (max-width:1199px) {
    .story-skill .progress-bar-circle div span {
    height: 116px;
    width: 116px;
}
}@media(max-width:767px) {
    .story-skill .progress-bar-circle div span {
    height: 106px;
    width: 106px;
}
}.story-skill .progress-bar-circle div span b {
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
    font-weight: 600;
}
@media only screen and (min-width:1200px) and (max-width:1399px), only screen and (min-width:992px) and (max-width:1199px) {
    .story-skill .progress-bar-circle div span b {
    top: -44px;
    font-size: 22px;
}
}@media(max-width:767px) {
    .story-skill .progress-bar-circle div span b {
    top: -44px;
    font-size: 22px;
}
}.story-skill .progress-bar-circle .background {
    background-color: #000!important;
}
.story-skill .progress-bar-circle .rotate {
    clip: rect(0 85px 170px 0);
    background-color: #d6d6d6!important;
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
    .story-skill .progress-bar-circle .rotate {
    clip: rect(0 70px 140px 0);
}
}@media only screen and (min-width:992px) and (max-width:1199px) {
    .story-skill .progress-bar-circle .rotate {
    clip: rect(0 60px 120px 0);
}
}@media(max-width:767px) {
    .story-skill .progress-bar-circle .rotate {
    clip: rect(0 55px 110px 0);
}
}.story-skill .progress-bar-circle .left {
    clip: rect(0 85px 170px 0);
    opacity: 1;
    background-color: #d6d6d6!important;
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
    .story-skill .progress-bar-circle .left {
    clip: rect(0 70px 140px 0);
}
}@media only screen and (min-width:992px) and (max-width:1199px) {
    .story-skill .progress-bar-circle .left {
    clip: rect(0 60px 120px 0);
}
}@media(max-width:767px) {
    .story-skill .progress-bar-circle .left {
    clip: rect(0 55px 110px 0);
}
}.story-skill .progress-bar-circle .right {
    clip: rect(0 85px 170px 0);
    transform: rotate(180deg);
    opacity: 0;
    background-color: #d6d6d6!important;
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
    .story-skill .progress-bar-circle .right {
    clip: rect(0 70px 140px 0);
}
}@media only screen and (min-width:992px) and (max-width:1199px) {
    .story-skill .progress-bar-circle .right {
    clip: rect(0 60px 120px 0);
}
}@media(max-width:767px) {
    .story-skill .progress-bar-circle .right {
    clip: rect(0 55px 110px 0);
}
}@media(max-width:767px) {
    .how-we-work {
    margin-top: 80px;
}
}.how-we-work .title.black {
    margin-bottom: -80px;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
    .how-we-work .title.black {
    margin-bottom: -50px;
}
}@media(max-width:767px) {
    .how-we-work .title.black {
    margin-bottom: 0;
}
}.how-we-work .title.black h2 {
    margin: 0;
}
.swiper.work-process {
    padding-top: 150px;
}
@media(max-width:767px) {
    .swiper.work-process {
    padding-top: 80px;
    padding-bottom: 80px;
}
}@media only screen and (min-width:992px) and (max-width:1199px) {
    .swiper.work-process {
    padding-top: 110px;
}
}.swiper.work-process .swiper-button-next, .swiper.work-process .swiper-button-prev {
    height: 40px!important;
    width: 40px!important;
    background: #2a2a2a;
    border-radius: 50%;
    color: #fff!important;
    top: 22px;
    right: 0%!important;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
@media(max-width:767px) {
    .swiper.work-process .swiper-button-next, .swiper.work-process .swiper-button-prev {
    display: none;
}
}.swiper.work-process .swiper-button-next:hover, .swiper.work-process .swiper-button-prev:hover {
    background-color: #d90a2c;
}
.swiper.work-process .swiper-button-next::after, .swiper.work-process .swiper-button-prev::after {
    font-size: 14px!important;
}
.swiper.work-process .swiper-button-prev, .swiper.work-process .swiper-rtl .swiper-button-next {
    left: auto;
    right: 5%!important;
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .swiper.work-process .swiper-button-prev, .swiper.work-process .swiper-rtl .swiper-button-next {
    right: 12%!important;
}
}@media(max-width:767px) {
    .swiper.work-process .swiper-button-prev, .swiper.work-process .swiper-rtl .swiper-button-next {
    right: 22%!important;
}
}.work-process-wrapper {
    position: relative;
}
.work-process-wrapper img {
    width: 100%}
.work-process-wrapper .work-process-inner {
    position: absolute;
    min-width: 350px;
    left: 0;
    top: 0;
    background: #17161a;
    text-align: center;
    padding: 40px 60px;
}
@media(max-width:767px) {
    .work-process-wrapper .work-process-inner {
    padding: 30px 60px;
}
}.work-process-wrapper .work-process-inner b {
    font-weight: 700;
    font-size: 65px;
    letter-spacing: .03em;
    text-transform: capitalize;
    color: #fff;
    opacity: .1;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}
.work-process-wrapper .work-process-inner h4 {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: .03em;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
}
@media only screen and (min-width:768px) and (max-width:991px), (max-width:767px) {
    .pricing-plan .or2 {
    order: 2;
}
.pricing-plan .or1 {
    order: 1;
}
}@media(max-width:767px) {
    .pricing-plan {
    margin-top: 0;
    margin-bottom: 50px;
}
}#pills-tab {
    margin: 0!important;
}
@media(max-width:767px) {
    #pills-tab {
    justify-content: center;
}
}#pills-tabContent {
    margin-top: 40px;
}
.nav-pills .nav-link {
    background: #191a1c;
    box-shadow: inset 0 0 10px rgba(6, 6, 6, .15);
    border-radius: 50px;
    min-width: 170px;
    padding: 15px 30px;
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    letter-spacing: .03em;
    color: #fff;
    margin-right: 30px;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
@media(max-width:767px) {
    .nav-pills .nav-link {
    min-width: 140px;
    font-size: 14px;
    margin-right: 0;
    margin: 0 5px;
}
}@media only screen and (min-width:768px) and (max-width:991px) {
    .nav-pills .nav-link {
    margin-bottom: 30px;
}
}.nav-pills .nav-link:hover {
    background: linear-gradient(90deg, #D90A2C 1.05%, #730000 100%)!important;
    box-shadow: inset 0 0 10px rgba(6, 6, 6, .15);
    border-radius: 50px;
}
.nav-pills .nav-link.active {
    background: linear-gradient(90deg, #D90A2C 1.05%, #730000 100%)!important;
    box-shadow: inset 0 0 10px rgba(6, 6, 6, .15);
    border-radius: 50px;
}
.single-price-box {
    position: relative;
    background: #111;
    box-shadow: inset 0 0 10px rgba(6, 6, 6, .15);
    border-radius: 10px;
    padding: 40px 55px;
    text-align: center;
    z-index: 1;
}
@media only screen and (min-width:768px) and (max-width:991px), (max-width:767px) {
    .single-price-box {
    padding: 40px 30px;
    margin-bottom: 30px;
}
}.single-price-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 10px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.single-price-box:hover:before {
    visibility: visible;
    opacity: 1;
}
.single-price-box:hover .pay-btn a {
    background: 0 0;
    background-color: #0a0a0a;
}
.single-price-box h3 {
    position: relative;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    letter-spacing: .03em;
    color: #fff;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-price-box h3 {
    font-size: 24px;
}
}.single-price-box h3:before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, #D90A2C 1.05%, #730000 100%);
    width: 150px;
    height: 2px;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}
.single-price-box span {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    letter-spacing: .03em;
    color: #fff;
}
.single-price-box h2 {
    font-weight: 700;
    font-size: 38px;
    text-align: center;
    color: #e4e4e4;
    margin-top: 40px;
    margin-bottom: 0;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-price-box h2 {
    font-size: 24px;
}
}.single-price-box h2 sub {
    font-size: 16px;
    font-weight: 400;
    color: #d90a2c;
    text-transform: capitalize;
}
.single-price-box .feature-list {
    text-align: left;
    margin-top: 35px;
    margin-bottom: 40px;
}
.single-price-box .feature-list li {
    font-size: 16px;
    color: #fff;
    padding: 10px 0;
}
.single-price-box .feature-list li i {
    margin-right: 10px;
}
.single-price-box .pay-btn a {
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    letter-spacing: .03em;
    color: #fff;
    display: inline-block;
    background: linear-gradient(90deg, #D90A2C 1.05%, #730000 100%);
    border-radius: 30px;
    min-width: 200px;
    padding: 15px 30px;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
@media(max-width:767px) {
    .service-details {
    margin: 80px 0 50px;
}
}@media(max-width:767px) {
    .service-details .or2 {
    order: 2;
}
.service-details .or1 {
    order: 1;
}
}.signle-service-details {
    margin-bottom: 120px;
}
@media(max-width:767px) {
    .signle-service-details {
    margin-bottom: 50px;
}
.signle-service-details .or2 {
    order: 2;
}
.signle-service-details .or1 {
    order: 1;
}
}.signle-service-details img {
    margin-right: -20px;
    position: relative;
}
.signle-service-details h3 {
    font-weight: 700;
    font-size: 30px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #17161a;
    margin-bottom: 20px;
}
.signle-service-details p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #272727;
    margin: 0;
}
.sidebar-widget {
    background: #f6f6f6;
    border-radius: 5px;
    padding: 25px;
    margin-bottom: 40px;
}
.sidebar-widget h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 35px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #2e2d31;
    margin-bottom: 30px;
    position: relative;
}
.sidebar-widget h4:before {
    position: absolute;
    content: "";
    background: #111;
    opacity: .5;
    border: 1px solid #111;
    width: 70px;
    bottom: -5px;
    left: 0;
}
.service-list {
    list-style: none;
}
.service-list li {
    display: block;
}
.service-list li a {
    font-weight: 500;
    font-size: 16px;
    color: #272727;
    display: block;
    position: relative;
    padding-bottom: 20px;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.service-list li a i {
    margin-right: 10px;
}
.service-list li a span {
    position: absolute;
    right: 0;
}
.service-list li a:hover {
    color: #d90a2c;
}
.service-list li:last-child a {
    padding: 0;
}
.sidebar-search {
    margin-bottom: 40px;
}
.sidebar-search form {
    position: relative;
    overflow: hidden;
}
.sidebar-search form input {
    height: 50px;
    background: #212121;
    border-radius: 3px;
    width: 100%;
    border: none;
    padding: 0 70px 0 10px;
    color: #fff;
}
.sidebar-search form button {
    position: absolute;
    width: 70px;
    height: 50px;
    background: linear-gradient(90deg, #D90A2C 1.05%, #730000 100%);
    border-radius: 0 3px 3px 0;
    border: none;
    color: #fff;
    right: 0;
    overflow: hidden;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.sidebar-search form button:hover {
    transform: scale(1.1);
}
.single-service-work-process h3 {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    color: #17161a;
}
.single-service-work-process h4 {
    font-weight: 600;
    font-size: 26px;
    color: #17161a;
    margin-bottom: 10px;
}
.single-service-work-process .single-step {
    margin-bottom: 40px;
}
.single-service-work-process .single-step .step {
    background: #fff;
    border: 1px solid rgba(217, 10, 44, .2);
    box-sizing: border-box;
    border-radius: 5px;
    padding: 30px;
    position: relative;
}
@media(max-width:767px) {
    .single-service-work-process .single-step .step {
    padding: 30px 10px;
    margin-bottom: 30px;
}
}.single-service-work-process .single-step .step p {
    font-size: 16px;
    line-height: 28px;
    color: #272727;
    margin: 0;
}
.single-service-work-process .single-step .step .step-count {
    position: absolute;
    right: 28px;
    top: 24px;
}
.single-service-work-process .single-step .step .step-count span {
    font-weight: 700;
    font-size: 45px;
    text-align: center;
    letter-spacing: .02em;
    text-transform: capitalize;
    opacity: .3;
    -webkit-text-stroke: 1px #17161a;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}
@media(max-width:767px) {
    .single-service-work-process .single-step .step-img {
    margin-bottom: 30px;
}
}.single-service-work-process .single-step .step-img img {
    width: 100%;
    border-radius: 5px;
}
@media(max-width:767px) {
    .project-area {
    margin: 80px 0;
}
}.project-tab {
    text-align: center;
    margin-bottom: 70px;
}
.project-filter-tab {
    list-style: none;
}
.project-filter-tab li {
    display: inline-block;
    margin: 0 12.5px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    letter-spacing: .03em;
    color: #e4e4e4;
    background-color: #111;
    box-shadow: inset 0 0 10px rgba(6, 6, 6, .15);
    border-radius: 10px;
    padding: 15px 30px;
    cursor: pointer;
    @inlude transition(.5s);
}
@media only screen and (min-width: 768px) and (max-width:991px) {
    .project-filter-tab li {
    font-size: 14px;
    padding: 10px 20px;
}
}@media(max-width:767px) {
    .project-filter-tab li {
    margin: 10px;
    font-size: 12px;
    padding: 10px 15px;
}
}.project-filter-tab li.active {
    background: linear-gradient(90deg, #D90A2C 1.05%, #730000 100%);
}
.project-filter-tab li:hover {
    background: linear-gradient(90deg, #D90A2C 1.05%, #730000 100%);
}
.single-portfolio.masonary {
    margin: 0;
}
.single-portfolio.masonary .portfolio-data {
    border-radius: 0;
}
.single-portfolio.masonary .portfolio-data:before {
    border-radius: 0;
    background-image: url(../img/portfolio2hover.png);
}
.single-portfolio.masonary .portfolio-data a img {
    border-radius: 0;
}
.single-portfolio.masonary .portfolio-inner {
    visibility: hidden;
    opacity: 0;
}
.single-portfolio.masonary:hover .portfolio-inner {
    visibility: visible;
    opacity: 1;
}
@media(max-width:767px) {
    .project-details-area {
    margin: 80px 0;
}
}.project-process {
    margin-bottom: 120px;
}
.process-step {
    text-align: left;
}
@media(max-width:767px) {
    .process-step {
    margin-bottom: 30px;
}
}.process-step h4 {
    font-weight: 700;
    font-size: 25px;
    text-transform: capitalize;
    color: #111;
    margin-bottom: 5px;
}
@media(max-width:767px) {
    .process-step h4 {
    font-size: 17px;
}
}@media only screen and (min-width:768px) and (max-width:991px) {
    .process-step h4 {
    font-size: 20px;
}
}.process-step span {
    font-weight: 500;
    font-size: 16px;
    color: #6a696c;
}
@media(max-width:767px) {
    .process-step span {
    font-size: 14px;
}
}@media only screen and (min-width:768px) and (max-width:991px) {
    .process-step span {
    font-size: 16px;
}
}@media only screen and (min-width:992px) and (max-width:1199px) {
    .process-step span {
    font-size: 16px;
}
}.process-banner {
    margin-top: 60px;
    margin-bottom: 60px;
}
@media(max-width:767px) {
    .process-banner {
    margin-top: 20px;
    margin-bottom: 50px;
}
}.process-banner img {
    width: 100%}
.project-overview {
    margin-bottom: 60px;
}
@media(max-width:767px) {
    .project-overview {
    margin-bottom: 50px;
}
.project-overview .or1 {
    order: 1;
}
.project-overview .or2 {
    order: 2;
}
.project-overview .or3 {
    order: 3;
}
.project-overview .or4 {
    order: 4;
}
}.project-overview h3 {
    font-weight: 700;
    font-size: 30px;
    color: #2e2d31;
    margin-bottom: 10px;
}
@media(max-width:767px) {
    .project-overview h3 {
    text-align: center;
}
}.project-overview.right h3 {
    text-align: right;
}
@media(max-width:767px) {
    .project-overview.right h3 {
    text-align: center;
}
}@media(max-width:767px) {
    .overview-img {
    margin-bottom: 30px;
}
}.overview-img img {
    width: 100%}
.overview-content h2 {
    font-weight: 700;
    font-size: 30px;
    letter-spacing: .03em;
    color: #2e2d31;
    margin-bottom: 20px;
}
.overview-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #272727;
    margin: 0;
}
@media(max-width:767px) {
    .project-single-step {
    margin-bottom: 30px;
}
}.project-single-step h4 {
    font-weight: 700;
    font-size: 20px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #111;
    display: block;
    padding: 10px;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.project-single-step p {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: .03em;
    color: #272727;
    margin: 0;
    border: 1px solid #eee;
    padding: 20px;
    text-align: left;
}
.project-single-step:hover b {
    color: #fff;
    background: #d90a2c;
}
.project-single-step:hover .project-step-img img {
    transform: scale(1.1);
}
.project-step-img {
    overflow: hidden;
}
.project-step-img img {
    width: 100%;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.releted-project h3 {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    color: #2e2d31;
    margin-bottom: -40px;
}
@media(max-width:767px) {
    .releted-project h3 {
    text-align: center;
}
}.swiper.releted-project-slider {
    padding-top: 110px;
}
@media(max-width:767px) {
    .swiper.releted-project-slider {
    padding-top: 80px;
}
}.swiper.releted-project-slider .swiper-button-next, .swiper.releted-project-slider .swiper-button-prev {
    height: 40px!important;
    width: 40px!important;
    background-color: #2a2a2a;
    border-radius: 50%;
    color: #fff!important;
    top: 22px;
    right: 0%!important;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.swiper.releted-project-slider .swiper-button-next:hover, .swiper.releted-project-slider .swiper-button-prev:hover {
    background-color: #d90a2c;
}
@media(max-width:767px) {
    .swiper.releted-project-slider .swiper-button-next, .swiper.releted-project-slider .swiper-button-prev {
    display: none;
}
}.swiper.releted-project-slider .swiper-button-next::after, .swiper.releted-project-slider .swiper-button-prev::after {
    font-size: 14px!important;
}
.swiper.releted-project-slider .swiper-button-prev, .swiper.releted-project-slider .swiper-rtl .swiper-button-next {
    left: auto;
    right: 5%!important;
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .swiper.releted-project-slider .swiper-button-prev, .swiper.releted-project-slider .swiper-rtl .swiper-button-next {
    right: 10%!important;
}
}@media(max-width:767px) {
    .contact-area {
    margin: 10px 0;
}
}.office-info {
    text-align: center;
    border: 1px solid #eee;
    box-sizing: border-box;
    border-radius: 5px;
    min-height: 250px;
    padding: 30px;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
@media only screen and (min-width:768px) and (max-width:991px), (max-width:767px) {
    .office-info {
    margin-bottom: 30px;
}
}.office-info:hover {
    border-radius: 50px 5px 5px 5px;
}
.office-info:hover .icon {
    background-color: #d90a2c;
}
.office-info:hover .icon i {
    color: #fff;
}
.office-info .icon {
    width: 80px;
    height: 80px;
    background-color: #d90a2c30;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    margin: 0 auto;
    margin-bottom: 15px;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.office-info .icon i {
    color: #d90a2c;
    font-size: 45px;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.office-info h4 {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #111;
}
.office-info p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #272727;
    margin: 0;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
    .office-info p {
    font-size: 15px;
}
}@media(max-width:767px) {
    .office-info p {
    margin-bottom: 0;
}
}.office-info a {
    font-weight: 500;
    font-size: 16px;
    display: block;
    text-align: center;
    color: #272727;
    padding-bottom: 8px;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.office-info a:last-child {
    padding-bottom: 0;
}
.office-info a:hover {
    color: #d90a2c;
}
.contact-information {
    position: relative;
    margin-top: 80px;
    overflow: hidden;
}
@media(max-width:767px) {
    .contact-information {
    margin-top: 0px;
}
}@media(max-width:767px) {
    .contact-form {
    text-align: center;
}
}.contact-form h3 {
    font-weight: 700;
    font-size: 38px;
    text-transform: uppercase;
    color: #004181;
    margin-bottom: 60px;
}
@media(max-width:767px) {
    .contact-form h3 {
    font-size: 24px;
}
}.contact-form form input, .contact-form form textarea, .contact-form form select {
    background: #fff;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    border-radius: 0px;
    width: 100%;
    margin-bottom: 10px;
    height: 50px;
    padding: 0 5px;
    border-bottom: 2px solid #004181;
}
.contact-form form textarea {
    height: 110px;
    padding: 25px 5px;
    resize: none;
}
.contact-form form input::placeholder, .contact-form form select, .contact-form form textarea::placeholder{
	color: #333;
	font-weight: 800;
}
.contact-form form input:focus-visible, .contact-form form textarea:focus-visible, .contact-form form select:focus-visible{
	border-color: #fec900;
}
.contact-form form input[type=submit] {
    max-width: 270px;
    background-color: #004181;
    font-weight: 600;
    font-size: 20px;
    border-radius: 10px;
    line-height: 25px;
    text-align: center;
    color: #fec900;
    border: none;
    border: 2px solid transparent;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.contact-form form input[type=submit]:hover {
    color: #004181;
    background-color: transparent;
    border: 2px solid #fec900;
}

@media only screen and (min-width:768px) and (max-width:991px), (max-width:767px) {
    .google-map {
    position: static;
}
}.google-map iframe {
    width: 850px;
    height: 570px;
}
@media only screen and (min-width:1400px) and (max-width:1650px) {
    .google-map iframe {
    width: 650px;
}
}@media only screen and (min-width:1200px) and (max-width:1399px) {
    .google-map iframe {
    width: 550px;
}
}@media only screen and (min-width:992px) and (max-width:1199px) {
    .google-map iframe {
    width: 450px;
}
}@media only screen and (min-width:768px) and (max-width:991px), (max-width:767px) {
    .google-map iframe {
    width: 100%}
}@media(max-width:767px) {
    .blog-news {
    margin: 80px 0;
}
}@media only screen and (min-width:768px) and (max-width:991px), (max-width:767px) {
    .blog-news .or2 {
    order: 2;
}
.blog-news .or1 {
    order: 1;
}
}.widget-cnt {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}
.widget-cnt:last-child {
    margin: 0;
}
.widget-cnt .wi {
    min-width: 115px;
    overflow: hidden;
}
.widget-cnt .wi a img {
    width: 100%;
    background: #c4c4c4;
    border-radius: 3px;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.widget-cnt .wc {
    margin-left: 20px;
}
.widget-cnt .wc h6 {
    margin-bottom: 10px;
}
.widget-cnt .wc h6 a {
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    color: #2e2d31;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.widget-cnt .wc span {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .05em;
    text-transform: capitalize;
    color: #6a696c;
}
.widget-cnt:hover .wi a img {
    transform: scale(1.1);
}
.widget-cnt:hover .wc h6 a {
    color: #d90a2c;
}
.tag-list {
    list-style: none;
}
.tag-list li {
    display: inline-block;
}
.tag-list li a {
    font-weight: 500;
    font-size: 11px;
    text-align: center;
    color: #a0a0a0;
    border: 1px solid #a0a0a0;
    border-radius: 30px;
    padding: 10px 20px;
    display: inline-block;
    margin: 10px 5px;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.tag-list li a:hover {
    color: #fff;
    border: 1px solid #d90a2c;
    background-color: #d90a2c;
}
.widget-banner {
    position: relative;
}
@media only screen and (min-width:768px) and (max-width:991px), (max-width:767px) {
    .widget-banner {
    margin-bottom: 50px;
}
}.widget-banner img {
    background: #fff;
    border-radius: 10px;
    width: 100%}
.banner-content {
    background: rgba(17, 17, 17, .95);
    border-radius: 10px;
    position: absolute;
    height: 90%;
    width: 90%;
    top: 5%;
    left: 5%;
    text-align: center;
}
.banner-content .banner-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 30px;
}
.banner-content .banner-inner h2 {
    font-weight: 700;
    font-size: 45px;
    text-align: center;
    letter-spacing: .02em;
    color: #fff;
    margin-bottom: 50px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .banner-content .banner-inner h2 {
    font-size: 38px;
    line-height: 55px;
}
}@media(max-width:767px) {
    .banner-content .banner-inner h2 {
    font-size: 30px;
    line-height: 45px;
}
}.banner-content .banner-inner .cmn-btn {
    justify-content: center;
}
.pagination {
    display: block;
    list-style: none;
    text-align: center;
    margin-top: 50px;
}
.pagination li {
    display: inline-block;
}
.pagination li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
    border-radius: 50%;
    font-weight: 500;
    font-size: 17px;
    text-transform: capitalize;
    color: #d3d3d3;
    text-align: center;
    margin: 0 5px;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.pagination li a:hover {
    border: 1px solid #d90a2c;
    color: #d90a2c;
}
.pagination li.active a {
    border: 1px solid #d90a2c;
    color: #d90a2c;
}
.signle-news-list {
    background: #fff;
    border: 1px solid #f3f3f3;
    box-sizing: border-box;
    box-shadow: 0 0 50px rgba(53, 51, 83, .06);
}
.signle-news-list .post-img {
    position: relative;
}
.signle-news-list .post-img img {
    width: 100%}
.signle-news-list .news-content {
    padding: 0 20px 30px;
    position: relative;
}
.signle-news-list .news-content .post-author-details {
    background: #fff;
    box-shadow: 4px 5px 50px rgba(53, 51, 83, .1);
    border-radius: 5px;
    display: inline-block;
    padding: 15px;
    margin-top: -30px;
    position: relative;
}
.signle-news-list .news-content .post-author-details .author {
    margin: 0;
}
.signle-news-list .news-content .comment {
    position: absolute;
    right: 20px;
    top: 15px;
}
@media(max-width:767px) {
    .signle-news-list .news-content .comment {
    position: static;
    margin-top: 20px;
    text-align: center;
}
}.signle-news-list .news-content .comment span {
    font-weight: 400;
    font-size: 17px;
    color: #6a696c;
    text-transform: capitalize;
}
.signle-news-list .news-content .comment span i {
    margin-right: 5px;
}
.blog-details {
    padding-bottom: 50px;
}
@media(max-width:767px) {
    .blog-details {
    margin-right: 0;
}
}.post-thumbnail {
    margin-bottom: 20px;
}
.post-thumbnail img {
    width: 100%}
.blog-details h3 {
    font-weight: 600;
    font-size: 25px;
    color: #2e2d31;
    line-height: 36px;
    margin-bottom: 20px;
}
.author-comments {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}
@media(max-width:767px) {
    .author-comments {
    display: block;
    margin-bottom: 0;
}
}@media(max-width:767px) {
    .author-comments .comments {
    display: none;
}
}.author-comments .comments span {
    text-transform: capitalize;
}
.author-comments .comments span i {
    margin-right: 5px;
}
.author-comments .author {
    margin: 0;
}
.author-comments .comments {
    min-width: 240px;
    text-align: right;
}
@media(max-width:767px) {
    .author-comments .comments {
    min-width: auto;
}
}.blog-details p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #272727;
}
.blog-details h4 {
    font-weight: 600;
    font-size: 22px;
    text-transform: capitalize;
    color: #2e2d31;
    margin-bottom: 10px;
    margin-top: 20px;
}
.blog-quate {
    margin: 30px 0;
}
.blog-quate blockquote {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.blog-quate blockquote p {
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: .03em;
    color: #545454;
    display: inline-block;
    margin-bottom: 0;
}
.quote-left, .quote-right {
    min-width: 70px;
}
@media(max-width:767px) {
    .quote-left, .quote-right {
    display: none!important;
}
}@media only screen and (min-width:576px) and (max-width:767px) {
    .quote-left, .quote-right {
    display: block!important;
}
}.quote-left i {
    font-size: 50px;
    color: #e4e4e4;
}
.quote-left {
    margin-top: -10px;
}
.quote-right {
    display: inline-block;
    transform: rotate(-180deg);
}
.quote-right i {
    font-size: 50px;
    color: #e4e4e4;
}
.blog-quate b {
    position: relative;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: .03em;
    color: #d90a2c;
    padding-left: 40px;
}
.blog-quate b:before {
    position: absolute;
    content: "";
    left: 0;
    width: 30px;
    border: 1px solid #d90a2c;
    top: 50%;
    transform: translateY(-50%);
    opacity: .5;
}
.blog-banner-img {
    margin-bottom: 40px;
}
.blog-banner-img img {
    width: 100%}
@media(max-width:767px) {
    .tags {
    text-align: center;
    margin-bottom: 20px;
}
}.tags a {
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    color: #a4a4a4;
    display: inline-block;
    padding: 13px 20px;
    border: 1px solid #eee;
    border-radius: 30px;
    margin-right: 10px;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tags a {
    margin-bottom: 10px;
}
}@media only screen and (min-width:992px) and (max-width:1199px), only screen and (min-width:768px) and (max-width:991px), (max-width:767px) {
    .tags a {
    margin-bottom: 10px;
}
}.tags a:hover {
    color: #fff;
    border: 1px solid #d90a2c;
    background-color: #d90a2c;
}
.share-now span {
    text-align: center;
    border: 1px solid #000;
    border-radius: 30px;
    display: inline-block;
    min-width: 190px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
.share-now .social-share {
    list-style: none;
    text-align: center;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 30px;
    padding: 10px 20px;
    min-width: 190px;
    display: none;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.share-now .social-share li {
    display: inline-block;
}
.share-now .social-share li a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 0 10px;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.share-now .social-share li a:hover {
    color: #d90a2c;
}
.share-now:hover .social-share {
    display: inline-block;
}
.share-now:hover span {
    display: none;
}
@media(max-width:767px) {
    .share-now {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 190px;
}
}.blog-comments {
    padding-top: 55px;
    border-top: 1px solid #eee;
}
.blog-comments h3 {
    font-weight: 600;
    font-size: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #111;
    margin-bottom: 40px;
}
@media(max-width:767px) {
    .blog-comments h3 {
    font-size: 24px;
}
}.single-comments {
    display: flex;
    width: 100%;
    margin-bottom: 40px;
}
.single-comments:last-child {
    margin: 0;
}
.post-author {
    min-width: 90px;
}
.post-author img {
    height: 70px;
    width: 70px;
    border-radius: 50%}
.post-author-details {
    position: relative;
}
.post-author-details h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    color: #111;
    margin-top: 0;
    margin-bottom: 10px;
}
@media(max-width:767px) {
    .post-author-details h4 {
    font-size: 18px;
}
}.post-author-details span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #a4a4a4;
    display: block;
    margin-bottom: 0;
}
.reply {
    position: absolute;
    right: 0;
    top: 22px;
}
@media(max-width:767px) {
    .reply {
    position: static;
    margin-top: 20px;
    text-align: center;
}
}@media only screen and (min-width:576px) and (max-width:767px) {
    .reply {
    position: absolute;
    margin-top: 0;
}
}.reply a {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #111;
    cursor: pointer;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.reply a:hover {
    color: #d90a2c;
}
.reply a img {
    margin-right: 5px;
}
.post-author-details p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #272727;
    margin: 0;
    margin-top: 10px;
    line-height: 28px;
}
.single-comments:nth-child(odd) {
    margin-left: 90px;
}
@media only screen and (min-width:768px) and (max-width:991px), (max-width:767px) {
    .single-comments: nth-child(odd) {
    margin-left: 0;
}
}.comment-form {
    margin-top: 80px;
}
.comment-form h3 {
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    color: #00152b;
    margin-bottom: 40px;
}
@media(max-width:767px) {
    .comment-form h3 {
    font-size: 24px;
}
}.comment-form form input, textarea {
    background: #fff;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    border-radius: 30px;
    height: 60px;
    margin-bottom: 35px;
    padding: 0 20px;
    width: 100%;
    font-size: 15px;
}
.comment-form form textarea {
    height: 250px;
    resize: none;
    padding: 20px;
}
.comment-form form input[type=submit] {
    max-width: 200px;
    background: #d90a2c;
    border: none;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin: 0;
    border: 2px solid transparent;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.comment-form form input[type=submit]:hover {
    color: #000;
    border: 2px solid #d90a2c;
    background: 0 0;
}
.notfound-error {
    min-height: 850px;
    background-color: #18191d;
}
@media(max-width:767px) {
    .notfound-error .or2 {
    order: 2;
}
.notfound-error .or1 {
    order: 1;
}
}@media(max-width:767px) {
    .notfound-error {
    min-height: 550px;
}
}.error-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 850px;
}
@media(max-width:767px) {
    .error-wrapper {
    min-height: 550px;
}
}@media(max-width:767px) {
    .error-wrapper .error-content {
    padding-top: 50px;
}
}.error-wrapper .error-content h2 {
    -webkit-text-stroke: 2px #d90a2c;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
@media(max-width:767px) {
    .error-wrapper .error-content h2 {
    font-size: 30px;
}
}.error-wrapper .error-content h1 {
    font-weight: 700;
    font-size: 56px;
    text-transform: uppercase;
    color: #fff;
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .error-wrapper .error-content h1 {
    font-size: 38px;
}
}@media(max-width:767px) {
    .error-wrapper .error-content h1 {
    font-size: 30px;
}
}.error-wrapper .error-content p {
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 45px;
}
@media(max-width:767px) {
    .error-wrapper .error-img {
    display: none;
}
}.error-wrapper .error-img img {
    width: 100%}
.comming-soon {
    display: flex;
    width: 100%;
    height: 100%;
    background: #18191d;
    overflow: hidden;
}
@media(max-width:767px) {
    .comming-soon {
    height: auto;
}
}.comming-soon-left {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 0 120px;
    min-width: 50%}
@media only screen and (min-width:1400px) and (max-width:1650px), only screen and (min-width:1200px) and (max-width:1399px), only screen and (min-width:992px) and (max-width:1199px) {
    .comming-soon-left {
    padding: 0 40px;
}
}@media only screen and (min-width:768px) and (max-width:991px), (max-width:767px) {
    .comming-soon-left {
    min-width: 100%;
    padding: 0 40px;
}
}@media(max-width:767px) {
    .comming-soon-left {
    padding: 30px;
}
}.cngs-content h1 {
    font-weight: 700;
    font-size: 50px;
    letter-spacing: .03em;
    text-transform: uppercase;
    -webkit-text-stroke: 1.5px #fff;
    -webkit-text-fill-color: transparent;
}
.cngs-content p {
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    margin: 0;
}
#timer {
    margin: 50px 0;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
    #timer {
    margin: 30px 0;
}
}@media(max-width:767px) {
    #timer {
    margin: 30px 0;
    text-align: center;
}
}#timer div {
    display: inline-block;
    min-width: 80px;
    margin: 15px;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
    #timer div {
    margin: 10px;
    min-width: auto;
}
}#timer div b {
    font-size: 60px;
    line-height: 60px;
    opacity: .3;
    -webkit-text-stroke: 1.5px #fff;
    -webkit-text-fill-color: transparent;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
    #timer div b {
    font-size: 30px;
}
}#timer div span {
    display: block;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #fff;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
    #timer div span {
    font-size: 20px;
}
}@media(max-width:767px) {
    .subscribe-mail {
    text-align: center;
}
}.subscribe-mail form input {
    background: #26272b;
    border-radius: 5px;
    height: 60px;
    min-width: 350px;
    padding: 0 10px;
    color: #fff;
    border: none;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
    .subscribe-mail form input {
    min-width: 280px;
}
}@media(max-width:767px) {
    .subscribe-mail form input {
    min-width: 100%;
    margin-bottom: 20px;
}
}.subscribe-mail form input[type=submit] {
    background-color: #595959;
    border-radius: 5px;
    min-width: 170px;
    padding: 10px 20px;
    margin-left: 10px;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
@media only screen and (min-width:1400px) and (max-width:1650px), only screen and (min-width:1200px) and (max-width:1399px) {
    .subscribe-mail form input[type=submit] {
    min-width: 150px;
}
}@media only screen and (min-width:992px) and (max-width:1199px) {
    .subscribe-mail form input[type=submit] {
    min-width: 120px;
}
}.subscribe-mail form input[type=submit]:hover {
    background-color: #d90a2c;
}
.social-icons {
    list-style: none;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .social-icons {
    right: 15px;
}
}@media(max-width:767px) {
    .social-icons {
    position: static;
    transform: none;
    text-align: center;
    margin-top: 30px;
}
}.social-icons li {
    display: block;
}
@media(max-width:767px) {
    .social-icons li {
    display: inline-block;
    padding: 5px 10px;
}
}.social-icons li a {
    display: inline-block;
    background: #111;
    border-radius: 10px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    margin: 10px 0;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.social-icons li a:hover {
    background: #d90a2c;
}
.comming-soon-right {
    min-width: 50%;
    background-color: #fff;
}
@media only screen and (min-width:768px) and (max-width:991px), (max-width:767px) {
    .comming-soon-right {
    display: none;
}
}@media only screen and (max-width:1199px) {
    header .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 260px;
    padding: 10px 15px!important;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: #004181;
    -webkit-transform: translateX(-260px);
    transform: translateX(-260px);
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in;
}
header .main-nav .mobile-menu-logo {
    text-align: left;
    padding-top: 20px;
    display: block;
    border-bottom: 1px solid #fec900;
    padding-bottom: 8px;
}
header .main-nav ul {
    float: none;
    text-align: left;
    padding: 25px 10px 25px 0;
}
header .main-nav ul li {
    display: block;
    position: relative;
    padding: 0 5px;
}
header .main-nav ul li a {
    padding: 10px 15px;
    display: block;
    font-weight: 300;
}
header .main-nav ul li ul.sub-menu {
    position: static;
    min-width: 200px;
    background: 0 0;
    border: none;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
    display: none;
    margin-top: 0!important;
    transform: translateY(0px);
}
header .main-nav.slidenav {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
header .main-nav ul li .bi {
    display: block;
    top: 8px;
    font-size: 16px;
}
.mobile-menu {
    position: relative;
    top: 2px;
    padding: 0 5px;
    border-radius: 50%;
    display: inline-block;
}
.cross-btn {
    display: inline-block!important;
    position: relative;
    width: 30px!important;
    height: 22px!important;
    cursor: pointer;
    border: 3px solid transparent!important;
}
.cross-btn span {
    width: 100%;
    height: 2px;
    background: #fec900;
    display: block;
    position: absolute;
    right: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.cross-btn .cross-top {
    top: 0;
}
.cross-btn .cross-middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%}
.cross-btn .cross-bottom {
    bottom: 0;
    width: 100%}
.cross-btn.h-active span.cross-top {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    margin-top: -1px;
}
.cross-btn.h-active span.cross-middle {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
}
.cross-btn.h-active span.cross-bottom {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 50%;
    margin-bottom: -1px;
}
}
.cuadro {
    padding: 10px;
    background: #fec900;
    border-radius: 10px;
    max-width: 100%;
    position: relative;
    z-index: 9;
}
.cuadro:before{
	position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: -310px;
    bottom: 0;
    background-color: #fec900;
}
.msn-content {
    z-index: 9;
}
.about-left .our-mission .msn-icon:after{
    position: absolute;
    content: "";
    width: 3px;
    height: 80%;
    right: 13%;
    top: 10%;
    background-color: #004181;
}
.soluciones{
    padding: 40px 0px 40px;
}
.soluciones h3 {
	font-size: 42px;
    color: #004181;
    font-weight: 800;
}
.soluciones span.linea{
	position: relative;
    height: 3px;
    border-radius: 10px;
    width: 25%;
    background: #fec900;
}
.title span.linea:before {
	display: none;
    position: absolute;
    content: "";
    left: -310px;
    bottom: 0;
    width: 135%;
    height: 3px;
    border-radius: 10px;
    background-color: #fec900;
}
.soluciones .texto{
	margin-top: 30px;
	padding: 0px 250px;
}
.porta{
    background-image: url(../img/fondo-azul.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 69%;
    padding: 80px 0px;
}
.porta span.linea{
	position: relative;
    height: 3px;
    border-radius: 10px;
    width: 25%;
    background: #fec900;
}
.porta h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 800;
    padding: 0px 320px;
}
.demo{
	position: relative;
	padding: 80px 0px;	
}
.demo .linea{
	width: 100%;
	height: 45%;
	background: #0055a8;
	position: absolute;
	top: 27%;
	left: 0%;
	z-index: 0;
}
.demo .contenedor{
	z-index: 9;
	display: flex;
}
.demo .contenedor .cuadrado{
    width: 45%;
    transform: translate(20px, 0px) scale(1.27);
}
.demo .puntasOvaladas {
	padding: 80px 80px 80px 110px;
    border-radius: 20px 20px 100px 20px;
    background-color: #fec900;
    width: 55%;
}
.demo h1{
    font-weight: 800;
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #004181;
    margin-bottom: 40px;
}
.demo p{
	color: #004181;
	margin-top: 30px;	
}
.demo a:hover {
    color: #004181;
}
.demo a.about-btn {
    background-color: #004181;
    border: 1px solid #004181;
    margin-right: 15px;
}

.demo a {
    display: inline-block;
    padding: 10px 20px;
    min-width: 200px;
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    letter-spacing: .03em;
    color: #fec900;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.demo a:hover:before {
    height: 380%;
}
.demo a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    top: 50%;
    left: 50%;
    background-color: #fec900;
    color: #004181;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.service-area ul{
	list-style: none;
 	padding: 0;
}
.service-area li{
	color: #ffffff;
    padding-left: 20px;
    position: relative;
}
.service-area li:before {
	content: "\F270";
	font-family: bootstrap-icons!important;
	font-style: normal;
	font-weight: 400!important;
	font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0px;
    top: 4px;

}
.service-area .imagen{
    margin-top: 35px;
}
.contact-area{
	
}
.service-area .title span:before {
    position: absolute;
    content: "";
    left: -310px;
    bottom: 30px;
    width: 165%;
    height: 3px;
    border-radius: 10px;
    background-color: #fec900;
}
.contact-area span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    height: 5px;
}
.contact-area span:before {
    position: absolute;
    content: "";
    left: -310px;
    bottom: 30px;
    width: 88%;
    height: 3px;
    border-radius: 10px;
    background-color: #fec900;
}
.contact-area .formulario{
	margin-top: 20px;
}
.whats{
    position: fixed;
    right: 20px;
    bottom: 150px;
    z-index: 9;
    text-align: center;
    display: block;	
}
.whats a{
    font-size: 45px;
    color: #00b25c;
}
.whats a:hover{
    color: #00b25c;
}
a.whatsweb{
	display: block !important;
}
a.whatsapi{
	display: none !important;
}
.centrado{	
	display: flex;    
	align-items: center;    
	justify-content: center;    
}
.no-display{
	display: none;
}

@media(max-width:1400px){
.logo a img {
    max-width: 150px;
}
.hero-content p {
    font-size: 25px;
}	
.hero-content a {
    padding: 8px 15px;
    font-size: 13px;
}	
.cmn-btn a {
    padding: 10px 20px;
    color: #004181;
    font-size: 13px;
}	
.title h2 {
    font-size: 25px;
}	
.about-left .our-mission .msn-content h5 {
    font-size: 14px;
}
.soluciones h3 {
    font-size: 30px;
}	
.single-portfolio .portfolio-inner {
    padding: 10px;
    min-height: 80px;
}
.single-portfolio .portfolio-inner h4 {
    font-size: 13px;
}	
.porta {
    background-image: url(../img/fondo-azul.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80%;
    padding: 0px 0px;
}
.porta h3 {
    font-size: 27px;
    color: #fff;
    font-weight: 800;
    padding: 0px 220px;
    margin-top: 50px;
}
.demo .contenedor .cuadrado {
    width: 45%;
    transform: translate(30px, 0px) scale(1.2);
}
.demo h1 {
    font-size: 32px;
    margin-bottom: 60px;
}
.demo a {
    font-size: 13px;
}
.service-area .title h2 {
    color: #004181;
    font-size: 22px;
    margin-bottom: 45px;
}
body {
    /*cursor: none;*/
    font-size: 16px;
}
.about-area .title span:before{
	 bottom: 0px;
}
.title span:before {
    bottom: 30px;
}
.service-icon i img {
    margin-top: 15px;
}
.service-content h4 {
    font-size: 14px;
}
.service-content ul{
	font-size: 13px;
}
.service-content p {
    font-size: 13px;
}
.sec-pad {
    padding: 0px 0;
}
.contact-form h3 {
    font-size: 32px;
    margin-bottom: 20px;
}
.contact-form form input[type=submit] {
    max-width: 230px;
    max-height: 50px;
    font-size: 14px;
}
.sec-mar {
    margin: 80px 0px 0px;
}
footer {
    padding-top: 40px;
}
.footer-widget .footer-logo a img {
    width: 60%;
}
.footer-widget address p {
    font-size: 11px;
    margin-bottom: 15px;
}
.social-media-icons li a {
    font-size: 17px;
}
.num-icon i, .mail-icon i, .address-icon i {
    color: #fec900;
    font-size: 17px;
}
.number, .office-mail, .address {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 10px;
}
.phone a, .email a, .address a {
    font-size: 13px;
}
.footer-bottom {
    margin-top: 15px;
    padding: 20px 0;
    border-top: 2px solid #fec900;
}
.footer-bottom .copy-txt span {
    font-size: 13px;
    color: #fff;
}
#contacto{
	margin-bottom: 60px;
}
.about-left p {
    margin-bottom: 20px;
    margin-top: 20px;
}







}

@media(max-width:768px){
.logo a img {
    max-width: 100px;
}	
.cmn-btn a {
    padding: 15px 15px;
    font-size: 14px;
}
.cuadro:before, .cuadro:after, .about-left .our-mission .msn-icon:after{
	display: none;
}
.soluciones {
    margin: 0px 0px;
}
.soluciones h3 {
    font-size: 25px;
    color: #004181;
    font-weight: 800;
}
	.soluciones .texto {
	    margin-top: 30px;
	    padding: 0px 10px;
	}
.porta {
    background-position: center 50px;
    background-size: 100%;
    padding: 5px 0px;
}
	.porta h3 {
	    font-size: 25px;
	    color: #fff;
	    font-weight: 800;
	    padding: 0px 0px;
	}
.swiper.portfolio-slider {
    padding: 140px 0 0px;
}
.demo {
    padding: 0px 0px;
}	
.demo .contenedor {
    display: block;
}
.demo h1 {
    font-size: 25px;
}	
.demo a {
    display: inline-block;
    padding: 8px 15px;
    min-width: 160px;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    letter-spacing: .03em;
    color: #fec900;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.demo .contenedor .cuadrado {
    width: 100%;
    transform: translate(0px, 0px);
}	
.demo .puntasOvaladas {
    padding: 20px 20px 20px 20px;
    border-radius: 20px 20px 100px 20px;
    background-color: #fec900;
    width: 100%;
}
.service-area {
	padding-top: 40px;
}
.service-area .imagen {
    margin-top: 0px;
}
.service-icon i img {
    margin-top: 0px;
}
.service-icon i {
    height: 100%;
    width: 80px;
    line-height: 45px;
    border-radius: 10px;
}
.contact-form h3 {
    font-size: 25px;
    margin-bottom: 20px;
}
.contact-area span:before {
    width: 138%;
    height: 3px;
}
.whats {
    position: fixed;
    right: 20px;
    bottom: 80px;
    z-index: 9;
    text-align: center;
    display: block;
}
.scroll-top.opacity {
    bottom: 20px;
}
.whats a{
    font-size: 35px;
    color: #00b25c;
}
a.whatsweb{
	display: none !important;
}
a.whatsapi{
	display: block !important;
}
.about-left p {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-right: 0px;
}

.img-scale {
    transform: scale(1);
}
}










