@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
.gray-bg {
    background: #f5f9fb;
}
.gray-bg {
    background: #f7f7fd;
}
.boxed-btn {
    background: #fff;
    color: #ff3514 !important;
    display: inline-block;
    padding: 18px 44px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    border: 1px solid #ff3514;
    letter-spacing: 3px;
    text-align: center;
    color: #ff3514;
    text-transform: uppercase;
    cursor: pointer;
}
.boxed-btn:hover {
    background: #ff3514;
    color: #fff !important;
    border: 1px solid #ff3514;
}
.boxed-btn:focus {
    outline: none;
}
body {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    color: #072366;
    margin-top: 0;
    font-style: normal;
    font-weight: 500;
    text-transform: normal;
}
p {
    font-family: "Poppins", sans-serif;
    color: #10285d;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: normal;
}
.img {
    max-width: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.f-right {
    float: right;
}
.fix {
    overflow: hidden;
}
.clear {
    clear: both;
}
a,
.button {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}
a {
    color: #635c5c;
}
a:hover {
    color: #fff;
}
a:focus,
a:hover {
    text-decoration: none;
}
a,
button {
    color: #fff;
    outline: medium none;
}
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0;
}
input:focus::-moz-placeholder {
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
.section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}
.btn {
    border: none;
    padding: 10px 65px 10px 31px;
    text-transform: capitalize;
    border-radius: 0;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    background-size: 200%;
    transition: 0.6s;
    background-image: linear-gradient(to left, #ff3514, #d62d12, #ff3514);
    background-position: right;
}
.btn i {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    left: 26px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.btn:hover i {
    left: 30px;
}
.btn:hover {
    background-position: left;
}
.btn2 {
    padding: 15px 65px 20px 31px;
    text-transform: capitalize;
    border-radius: 0;
    cursor: pointer;
    color: #ff3514;
    display: inline-block;
    font-size: 16px;
    border: 1px solid #ff3514;
    background: none;
}
.btn2 i {
    color: #ff3514;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    left: 26px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.btn2:hover i {
    left: 30px;
}
.btn2:hover {
    color: #ff3514;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}
.hero-btn {
    padding: 17px 65px 17px 31px;
}
.submit-btn2 {
    background: #ff3514;
    width: 100%;
    height: 60px;
    padding: 10px 20px;
    border: 0;
    color: #fff;
    text-transform: capitalize;
    cursor: pointer;
    font-size: 16px;
    border-radius: 0;
}
#back-top {
    background: #ff3514;
    height: 50px;
    width: 50px;
    right: 31px;
    bottom: 18px;
    position: fixed;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    border: 2px solid transparent;
    box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
}
@media (max-width: 575px) {
    #back-top {
        right: 16px;
    }
}
#back-top a i {
    display: block;
    line-height: 50px;
}
.sticky-bar {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    background: #fff;
}
.mt-10 {
    margin-top: 10px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mr-20 {
    margin-right: 20px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-50 {
    padding-bottom: 50px;
}
@-webkit-keyframes heartbeat {
    to {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
    }
}
@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
.preloader {
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    margin: 0 auto;
}
.preloader .preloader-circle {
    width: 100px;
    height: 100px;
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-top-color: #ff9933;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 10;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    background-color: #fff;
    -webkit-animation: zoom 2000ms infinite ease;
    animation: zoom 2000ms infinite ease;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.preloader .preloader-img {
    position: absolute;
    top: 50%;
    z-index: 200;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 6px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.preloader .preloader-img img {
    max-width: 55px;
}
.preloader .pere-text strong {
    font-weight: 800;
    color: #dca73a;
    text-transform: uppercase;
}
@keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
    }
}
.slick-initialized .slick-slide {
    outline: 0;
}
.pb-bottom {
    padding-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pb-bottom {
        padding-bottom: 110px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pb-bottom {
        padding-bottom: 10px;
    }
}
@media (max-width: 575px) {
    .pb-bottom {
        padding-bottom: 10px;
    }
}
.w-padding2 {
    padding: 60px 30px;
}
@media (max-width: 575px) {
    .w-padding2 {
        padding: 70px 20px;
    }
}
.w-padding3 {
    padding: 34px 0;
}
.section-padding30 {
    padding-top: 195px;
    padding-bottom: 180px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding30 {
        padding-top: 150px;
        padding-bottom: 140px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding30 {
        padding-top: 100px;
        padding-bottom: 70px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-padding30 {
        padding-top: 65px;
        padding-bottom: 70px;
    }
}
@media (max-width: 575px) {
    .section-padding30 {
        padding-top: 65px;
        padding-bottom: 70px;
    }
}
.section-padding40 {
    padding-top: 50px;
    padding-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding40 {
        padding-top: 70px;
        padding-bottom: 50px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-padding40 {
        padding-top: 60px;
        padding-bottom: 40px;
    }
}
@media (max-width: 575px) {
    .section-padding40 {
        padding-top: 60px;
        padding-bottom: 40px;
    }
}
.footer-padding {
    padding-top: 40px;
    padding-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-padding {
        padding-top: 100px;
        padding-bottom: 70px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-padding {
        padding-top: 80px;
        padding-bottom: 70px;
    }
}
@media (max-width: 575px) {
    .footer-padding {
        padding-top: 80px;
        padding-bottom: 0;
    }
    .section-tittle {
        margin-bottom: 50px;
        text-align: left !important;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-tittle {
        margin-bottom: 50px;
    }
}
.section-tittle p {
    color: #7a8290;
}
.section-tittle span {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 22px;
    color: #ff3514;
    text-transform: capitalize;
    display: inline-block;
    color: #fff;
}
@media (max-width: 575px) {
    .section-tittle span {
        font-size: 14px;
        text-align: left;
    }
}
.section-tittle h2 {
    font-size: 40px;
    display: block;
    color: #072366;
    font-weight: 800;
    text-transform: normal;
    line-height: 1.4;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-tittle h2 {
        font-size: 36px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-tittle h2 {
        font-size: 31px;
    }
}
@media (max-width: 575px) {
    .section-tittle h2 {
        text-align: left;
        font-size: 23px;
    }
}
.section-tittle2 h2 {
    font-size: 30px;
}
@media (max-width: 575px) {
    .section-tittle2 h2 {
        font-size: 23px;
    }
}
.element {
    background-color: #ff3514;
    color: #fff;
    margin-right: 5px;
    margin-left: 5px;
    -webkit-animation: skew 3s infinite;
    animation: skew 3s infinite;
    animation-direction: normal;
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    padding: 5px 17px;
}
@keyframes skew {
    0% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
    }
    100% {
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
    }
}
.section-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}
.section-bg2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.all-btn {
    color: #ff3514;
    text-decoration: underline;
    font-size: 16px;
}
.all-btn:hover {
    color: #ff3514;
    text-decoration: underline;
    letter-spacing: 1px;
}
.gray-bg {
    background: #f5f9fb;
}
.gray-bg {
    background: #f7f7fd;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-bottom {
        padding: 17px 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .header-bottom {
        padding: 17px 0;
    }
}
@media (max-width: 575px) {
    .header-area .header-bottom {
        padding: 17px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area {
        box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area {
        box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    }
}
@media (max-width: 575px) {
    .header-area {
        box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    }
}
.header-area .header-top {
    background: #140c40;
    padding: 10px 0;
}
.header-area .header-top .header-info-left ul li {
    color: #fff;
    display: inline-block;
    margin-right: 30px;
    font-size: 15px;
    font-weight: 100;
    font-family: "Poppins", sans-serif;
    text-transform: normal;
}
.header-area .header-top .header-info-left ul li:last-child {
    margin-right: 0;
}
.header-area .header-top .header-info-left ul li i {
    margin-right: 8px;
}
.main-header {
    position: relative;
    z-index: 3;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .main-header .main-menu {
        margin-right: 30px;
    }
}
.main-header .main-menu ul li {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 0 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-header .main-menu ul li {
        margin: 0 13px;
    }
}
.main-header .main-menu ul li a {
    color: #0d2d3e;
    font-weight: 600;
    padding: 33px 2px;
    display: block;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-header .main-menu ul li a {
        padding: 39px 0;
    }
}
.main-header .main-menu ul li:hover > a {
    color: #ff9933;
}
.main-header .main-menu ul li:last-child a {
    padding-right: 0;
}
.main-header .main-menu ul li.active {
    position: relative;
}
.main-header .main-menu ul li.active::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #ff9933;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.main-header .main-menu ul ul.submenu {
    position: absolute;
    width: 170px;
    background: #140c40;
    left: 0;
    top: 90%;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    padding: 17px 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.main-header .main-menu ul ul.submenu > li {
    margin-left: 7px;
    display: block;
}
.main-header .main-menu ul ul.submenu > li > a {
    padding: 6px 10px !important;
    font-size: 15px;
    color: #fdfdfd;
}
.main-header .main-menu ul ul.submenu > li > a:hover {
    background: none;
    padding-left: 13px !important;
}
.main-header .search span {
    color: #000;
    font-size: 16px;
    cursor: pointer;
    padding: 31px 19px;
    float: right;
}
.main-header ul > li:hover > ul.submenu {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.header-area .header-sticky.sticky-bar {
    background: #fff;
}
.header-area .header-sticky.sticky-bar .main-menu nav > ul > li > a {
    padding: 33px 2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-sticky.sticky-bar {
        padding: 15px 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .header-sticky.sticky-bar {
        padding: 15px 0;
    }
}
@media (max-width: 575px) {
    .header-area .header-sticky.sticky-bar {
        padding: 15px 0;
    }
}
.mobile_menu {
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 99;
}
.search-model-box {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    z-index: 99999;
}
.search-model-box .search-model-form {
    padding: 0 15px;
}
.search-model-box .search-model-form input {
    width: 500px;
    font-size: 40px;
    border: none;
    border-bottom: 2px solid #333;
    background: none;
    color: #999;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .search-model-box .search-model-form input {
        width: 251px;
        font-size: 26px;
    }
}
@media (max-width: 575px) {
    .search-model-box .search-model-form input {
        width: 251px;
        font-size: 26px;
    }
}
.search-model-box .search-close-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #333;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 28px;
    line-height: 28px;
    top: 30px;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.slider-height {
    height: 765px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-height {
        height: 765px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height {
        height: 500px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-height {
        height: 500px;
    }
}
@media (max-width: 575px) {
    .slider-height {
        height: 500px;
    }
}
.slider-height2 {
    height: 150px;
    background: #00000085;
    background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height2 {
        height: 150px;
        background: #00000085;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-height2 {
        height: 100px;
        background: #00000085;
    }
}
@media (max-width: 575px) {
    .slider-height2 {
        height: 100px;
        background: #00000085;
    }
}
.slider-area {
    margin-top: -1px;
    background-image: url(../img/hero/structural-glass-ceiling.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
}
.slider-area .hero__caption {
    overflow: hidden;
}
.slider-area .hero__caption span {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    display: block;
}
.slider-area .hero__caption h1 {
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 29px;
    text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .hero__caption h1 {
        font-size: 70px;
        line-height: 1.2;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .hero__caption h1 {
        font-size: 50px;
        line-height: 1.2;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero__caption h1 {
        font-size: 35px;
        line-height: 1.4;
    }
}
@media (max-width: 575px) {
    .slider-area .hero__caption h1 {
        font-size: 29px;
        line-height: 1.5;
    }
}
.slider-area .hero__caption p {
    font-size: 27px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .hero__caption p {
        padding-right: 13px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero__caption p {
        padding-right: 0;
    }
}
@media (max-width: 575px) {
    .slider-area .hero__caption p {
        padding-right: 0;
        font-size: 15px;
    }
}
.slider-area .video-icon {
    position: absolute;
    right: 160px;
    top: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .video-icon {
        right: 48px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .video-icon {
        right: 63px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .video-icon {
        right: 82px;
    }
}
@media (max-width: 575px) {
    .slider-area .video-icon {
        right: 27px;
        bottom: 27px !important;
        top: unset;
    }
}
.slider-area .video-icon a {
    background: #fff;
    color: #ff1313;
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
}
.slider-area .video-icon a::after {
    position: absolute;
    border: 51px solid rgba(255, 255, 255, 0.2);
    content: "";
    border-radius: 50%;
    left: -20px;
    top: -21px;
    right: 0;
    z-index: 0;
    background: #0000;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .video-icon a {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
}
@media (max-width: 575px) {
    .slider-area .video-icon a {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
}
.slider-area .video-icon a i {
    font-size: 20px;
    font-size: 20px;
    line-height: 1;
    position: relative;
    right: -2px;
    top: 2px;
}
.slider-area .video-icon a.btn-icon {
    position: relative;
}
.slider-area .video-icon a.btn-icon::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: inherit;
    border: 1px solid #fff;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}
.slider-area .video-icon a.btn-icon:hover {
    background: #ff1313;
    color: #fff;
}
.slider-area2 .hero-cap h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area2 .hero-cap h2 {
        font-size: 50px;
    }
}
@media (max-width: 575px) {
    .slider-area2 .hero-cap h2 {
        font-size: 27px;
    }
}
.about-low-area {
    background: #ffffff;
    position: relative;
}
.about-low-area .about-caption p {
    font-size: 16px;
    text-align: justify;
    color: #64676c;
    line-height: 1.6;
    padding-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-low-area .about-caption p {
        padding-right: 20px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-low-area .about-caption p {
        padding-right: 0;
    }
}
@media (max-width: 575px) {
    .about-low-area .about-caption p {
        padding-right: 0;
    }
}
.about-low-area .experience span {
    color: #ff3514;
    font-size: 60px;
    font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-low-area .experience span {
        font-size: 42px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-low-area .experience span {
        font-size: 45px;
    }
}
@media (max-width: 575px) {
    .about-low-area .experience span {
        font-size: 45px;
    }
}
.about-low-area .about-right-cap {
    position: relative;
}
@media (max-width: 575px) {
    .about-low-area .about-right-cap {
        padding-top: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-low-area .about-right-cap {
        padding-top: 50px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-low-area .about-right-cap {
        padding-top: 50px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-low-area .about-right-cap {
        padding-top: 50px;
    }
    .about-low-area .about-right-cap {
        padding-top: 50px;
    }
}
.about-low-area .about-right-cap .about-right-img img {
    width: 100%;
    margin-bottom: 15px;
}
.about-low-area .about-right-cap .img-cap {
    position: absolute;
    bottom: -7px;
    left: -33px;
    width: 179px;
    height: 180px;
    padding: 31px 10px;
    background: #ff3514;
    text-align: center;
}
@media (max-width: 575px) {
    .about-low-area .about-right-cap .img-cap {
        left: 0;
        width: 128px;
        height: 145px;
        padding: 8px 10px;
    }
}
.about-low-area .about-right-cap .img-cap::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 31px 34px;
    border-color: transparent transparent #ff3314 transparent;
    position: absolute;
    top: -29px;
    content: "";
    right: 0;
}
.about-low-area .about-right-cap .img-cap span {
    color: #fff;
    font-size: 50px;
}
.about-low-area .about-right-cap .img-cap p {
    color: #fff;
    font-size: 15px;
}
.about-low-area .about-right-cap p {
    font-size: 22px;
    color: #140c40;
    font-weight: 300;
    padding-right: 13px;
    line-height: 1.5;
}
@media (max-width: 575px) {
    .about-caption {
        margin-bottom: 35px;
    }
}
.gallery-area .single-gallery {
    position: relative;
}
.gallery-area .single-gallery::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(1, 10, 28, 0.4);
    opacity: 0;
    z-index: 1;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.gallery-area .single-gallery:hover::before {
    opacity: 1;
    visibility: visible;
}
.gallery-area .single-gallery .gallery-img {
    position: relative;
    height: 565px;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (max-width: 575px) {
    .gallery-area .single-gallery .gallery-img {
        height: 420px;
    }
}
.gallery-area .single-gallery .thumb-content-box {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    height: 100%;
    width: 100%;
    transition: 0.4s;
    z-index: 2;
}
.gallery-area .single-gallery .thumb-content-box .thumb-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.gallery-area .single-gallery .thumb-content-box .thumb-content h3 {
    color: #fff;
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 26px;
    text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .gallery-area .single-gallery .thumb-content-box .thumb-content h3 {
        font-size: 25px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gallery-area .single-gallery .thumb-content-box .thumb-content h3 {
        font-size: 32px;
    }
}
@media (max-width: 575px) {
    .gallery-area .single-gallery .thumb-content-box .thumb-content h3 {
        font-size: 32px;
    }
}
.gallery-area .single-gallery .thumb-content-box .thumb-content p {
    font-size: 16px;
    color: #ffff;
    padding: 0 82px;
    line-height: 1.6;
}
@media (max-width: 575px) {
    .gallery-area .single-gallery .thumb-content-box .thumb-content p {
        padding: 0 18px;
    }
}
.gallery-area .single-gallery .thumb-content-box .thumb-content a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline;
}
.gallery-area .single-gallery .thumb-content-box .thumb-content a:hover {
    color: #fff;
    letter-spacing: 1px;
}
.wantToWork-area .wantToWork-caption h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .wantToWork-area .wantToWork-caption h2 {
        font-size: 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .wantToWork-area .wantToWork-caption h2 {
        font-size: 35px;
        margin-bottom: 20px;
    }
}
@media (max-width: 575px) {
    .wantToWork-area .wantToWork-caption h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }
}
.wantToWork-area .wantToWork-caption p {
    font-size: 18px;
    margin-bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .wantToWork-area .wantToWork-btn {
        float: left;
        margin-top: 30px;
    }
}
@media (max-width: 575px) {
    .wantToWork-area .wantToWork-btn {
        float: left;
        margin-top: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .wantToWork-area .wantToWork-btn {
        float: left;
        margin-top: 30px;
    }
}
.btn.w-btn {
    padding: 18px 65px 18px 33px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .double-btn.f-right {
        float: left;
    }
}
@media (max-width: 575px) {
    .double-btn.f-right {
        float: left;
    }
}
.contact-form .form-wrapper {
    padding: 65px;
    box-shadow: 0 23px 46px rgba(20, 12, 64, 0.1);
}
@media (max-width: 575px) {
    .contact-form .form-wrapper {
        padding: 25px;
    }
}
.contact-form input {
    border: 1px solid #eaeaea;
    height: 50px;
    width: 100%;
    padding: 10px 25px;
    padding-right: 30px;
    color: #a3a3a3;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 0;
}
.contact-form input .list {
    width: 100%;
    border-radius: 0;
}
.contact-form .nice-select {
    border: 1px solid #eaeaea;
    height: 50px;
    width: 100%;
    color: #a3a3a3;
    font-weight: 500;
    text-transform: capitalize;
    padding-top: 10px;
    border-radius: 0;
}
.contact-form .nice-select::after {
    border-bottom: 2px solid #a3a3a3;
    border-right: 2px solid #a3a3a3;
    height: 7px;
    right: 41px;
    width: 7px;
}
.contact-form .nice-select.open .list {
    width: 100%;
    border-radius: 0;
}
.contact-form .nice-select .option {
    color: #a3a3a3;
}
.contact-form textarea {
    color: #a3a3a3;
    border: 1px solid #eaeaea;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: capitalize;
    height: 116px;
    width: 100%;
    padding: 30px 50px;
    border-radius: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-form textarea {
        padding: 30px 42px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact-form textarea {
        padding: 30px 42px;
    }
}
@media (max-width: 575px) {
    .contact-form textarea {
        padding: 30px 42px;
    }
}
.contact-form textarea::placeholder {
    color: #898faf;
    font-size: 16px;
    font-weight: 300;
    transition: 0.4s;
}
.contact-form .contact {
    border: 1px solid #eaedff;
    padding: 40px 10px;
}
.contact-form .contact i {
    background: #8fb569;
    font-size: 40px;
    height: 150px;
    width: 150px;
    color: #fff;
    border-radius: 50%;
    line-height: 135px;
    border: 10px solid #fff;
    -webkit-box-shadow: 0 16px 32px 0 rgba(206, 226, 255, 0.4);
    box-shadow: 0 16px 32px 0 rgba(206, 226, 255, 0.4);
    margin-bottom: 30px;
}
.contact-form .contact h3 {
    font-size: 26px;
    margin-bottom: 15px;
}
.contact-form .contact p {
    margin: 0;
    padding: 0 50px;
}
.contact-form input::-moz-placeholder,
.contact-form input::-moz-placeholder {
    color: #898faf;
    font-size: 16px;
    font-weight: 300;
    transition: 0.4s;
}
.contact-form input:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.contact-form .single-gallery {
    position: relative;
}
.contact-form .single-gallery::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(1, 10, 28, 0.4);
    z-index: 1;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.contact-form .single-gallery::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(1, 10, 28, 0.5);
    opacity: 0;
    z-index: 1;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.contact-form .single-gallery:hover::before {
    opacity: 1;
    visibility: visible;
}
.contact-form .single-gallery .gallery-img {
    position: relative;
    height: 655px;
    background-size: cover;
    background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-form .single-gallery .gallery-img {
        height: 380px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact-form .single-gallery .gallery-img {
        height: 380px;
    }
}
@media (max-width: 575px) {
    .contact-form .single-gallery .gallery-img {
        height: 380px;
    }
}
.contact-form .single-gallery .thumb-content-box {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    height: 100%;
    width: 100%;
    transition: 0.4s;
    z-index: 2;
}
.contact-form .single-gallery .thumb-content-box .thumb-content {
    position: absolute;
    bottom: 43px;
    left: 50px;
}
.contact-form .single-gallery .thumb-content-box .thumb-content h3 > a {
    color: #fff;
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 24px;
    text-transform: normal;
    text-decoration: unset;
    display: block;
    line-height: 1.3;
    letter-spacing: 1px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .contact-form .single-gallery .thumb-content-box .thumb-content h3 > a {
        font-size: 32px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-form .single-gallery .thumb-content-box .thumb-content h3 > a {
        font-size: 32px;
    }
}
@media (max-width: 575px) {
    .contact-form .single-gallery .thumb-content-box .thumb-content h3 > a {
        font-size: 32px;
    }
}
.contact-form .single-gallery .thumb-content-box .thumb-content p {
    font-size: 16px;
    color: #ffff;
    padding-right: 49px;
    line-height: 1.6;
}
.contact-form .single-gallery .thumb-content-box .thumb-content a {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-decoration: underline;
}
.contact-form .single-gallery .thumb-content-box .thumb-content a:hover {
    color: #fff;
    letter-spacing: 1px;
}
.contact-form .single-mam-img img {
    width: 100%;
}
.man-slider-active button.slick-arrow {
    position: absolute;
    right: 50px;
    bottom: -1px;
    border: 0;
    padding: 0;
    z-index: 2;
    opacity: 1;
    visibility: visible;
    height: 50px;
    width: 50px;
    line-height: 60px;
    cursor: pointer;
    background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .man-slider-active button.slick-arrow {
        line-height: 40px;
        height: 40px;
        width: 40px;
        right: 40px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .man-slider-active button.slick-arrow {
        line-height: 40px;
        height: 40px;
        width: 40px;
        right: 40px;
    }
}
@media (max-width: 575px) {
    .man-slider-active button.slick-arrow {
        line-height: 40px;
        height: 40px;
        width: 40px;
        right: 40px;
    }
}
.man-slider-active button.slick-arrow i {
    font-size: 20px;
    color: #ff3514;
}
.man-slider-active button.slick-next {
    right: 0;
    background: #ff3514;
}
.man-slider-active button.slick-next i {
    color: #fff;
}
.single-projects .singel-details span {
    color: #fa8f77;
    font-size: 30px;
    margin-bottom: 27px;
    display: block;
}
.single-projects .singel-details h3 {
    font-size: 20px;
    display: block;
    color: #072366;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 1.4;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-projects .singel-details h3 {
        font-size: 15px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-projects .singel-details h3 {
        font-size: 14px;
    }
}
.single-projects-img .singel-details-img img {
    width: 100%;
}
.experience.experience2 {
    padding-left: 30px;
}
.experience.experience2 span {
    font-size: 50px;
}
@media (max-width: 575px) {
    .experience.experience2 span {
        font-size: 32px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .experience.experience2 {
        padding-bottom: 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .experience.experience2 {
        padding-bottom: 30px;
    }
}
@media (max-width: 575px) {
    .experience.experience2 {
        padding-bottom: 30px;
    }
}
.categories-area .single-cat {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: 1;
}
@media (max-width: 575px) {
    .categories-area .single-cat {
        padding: 30px 22px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .categories-area .single-cat {
        padding: 30px 18px;
    }
}
.categories-area .single-cat .cat-icon i {
    margin-bottom: 30px;
    display: block;
    font-size: 61px;
    color: #ff3514;
}
.categories-area .single-cat .cat-cap h5 > a {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 21px;
    display: block;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-transform: uppercase;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .categories-area .single-cat .cat-cap h5 > a {
        font-size: 21px;
    }
}
@media (max-width: 575px) {
    .categories-area .single-cat .cat-cap h5 > a {
        font-size: 23px;
    }
}
.categories-area .single-cat .cat-cap p {
    margin-bottom: 36px;
    color: #57667e;
    font-size: 16px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .categories-area .single-cat .cat-cap p {
        font-size: 15px;
    }
}
.categories-area .single-cat .cat-cap a {
    color: #1c165c;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.categories-area .single-cat:hover .cat-cap h5 {
    color: #000;
}
.service-area {
    padding: 50px 0px;
}
@media (max-width: 575px) {
    .service-area {
        padding-top: 100px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .service-area {
        padding-top: 100px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-area {
        padding-top: 150px;
    }
    .service-area .single-main {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .service-area .single-main {
        margin-bottom: 30px;
    }
}
@media (max-width: 575px) {
    .service-area .single-main {
        margin-bottom: 30px;
    }
}
.service-area .single-main .single-wrapper {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.service-area .single-main .single-wrapper .single-services {
    box-shadow: 0 22px 57px 0 rgba(34, 41, 72, 0.05);
    padding: 34px 31px 20px 29px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .service-area .single-main .single-wrapper .single-services {
        padding: 16px 40px;
    }
}
.service-area .single-main .single-wrapper .single-services span {
    font-size: 19px;
    margin-bottom: 20px;
    display: block;
    font-weight: 300;
}
.service-area .single-main .single-wrapper .single-services h4 {
    font-size: 24px;
    display: block;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.service-area .single-main .single-wrapper .services-btn a {
    cursor: pointer;
    padding: 36px 0;
    background: #ff3514;
    line-height: 1;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 22px;
}
.service-area .single-main .single-wrapper.active {
    opacity: 1;
    visibility: visible;
}
.service-area .single-main .single-wrapper.hide {
    opacity: 0;
    visibility: hidden;
}
.service-area .single-main .transparrent-btn {
    cursor: pointer;
    padding: 36px 0;
    background: rgba(20, 12, 64, 0.2);
    line-height: 1;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 22px;
    bottom: 0;
    left: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.service-area .single-main .transparrent-btn.active {
    opacity: 0;
    visibility: hidden;
}
.service-area .single-main:hover .single-wrapper.hide {
    opacity: 1 !important;
    visibility: visible !important;
}
.service-area .single-main:hover .transparrent-btn {
    opacity: 0;
    visibility: hidden;
}
.service-area .single-main:hover .single-wrapper .active.active {
    opacity: 1 !important;
    visibility: visible !important;
}
.service-area .single-main:hover .transparrent-btn.active {
    opacity: 0;
    visibility: hidden;
}
.testimonial-area .testimonial-caption {
    padding: 97px 60px 20px 60px;
    background: #f5f9fb;
    height: 470px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-area .testimonial-caption {
        height: 373px;
        padding: 74px 60px 20px 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-area .testimonial-caption {
        height: 426px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-area .testimonial-caption {
        height: 426px;
        padding: 66px 60px 20px 60px;
    }
}
@media (max-width: 575px) {
    .testimonial-area .testimonial-caption {
        height: 343px;
        padding: 82px 18px 20px 18px;
    }
}
.testimonial-area .testimonial-caption p {
    font-size: 28px;
    color: #072366;
    color: #140c40;
    line-height: 45px;
    line-height: 1.5;
    margin-bottom: 37px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-area .testimonial-caption p {
        font-size: 24px;
    }
}
@media (max-width: 575px) {
    .testimonial-area .testimonial-caption p {
        font-size: 16px;
    }
}
.testimonial-area .rattiong-caption span {
    color: #06080a;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}
.testimonial-area .rattiong-caption span span {
    color: #767676;
    font-size: 16px;
    text-transform: capitalize;
    padding-left: 15px;
}
.h1-testimonial-active button.slick-arrow {
    position: absolute;
    border: 0;
    padding: 10px;
    cursor: pointer;
    background: none;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 10px;
    font-size: 20px;
    color: #ff5a5a;
    bottom: -72px;
    z-index: 1;
    transform: rotate(-45deg) !important;
}
.h1-testimonial-active button.slick-next {
    left: 55px !important;
    transform: rotate(45deg) !important;
}
.slick-initialized .slick-slide {
    outline: 0;
}
.footer-area {
    background: #000000;
}
.footer-area p {
    color: #fff !important;
}
.footer-area .footer-pera p {
    color: #ffffff;
    padding-right: 52px;
    font-size: 16px;
    margin-bottom: 31px;
    line-height: 1.8;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .footer-pera p {
        padding-right: 0;
    }
}
.footer-area .footer-tittle h4 {
    color: #072366;
    font-size: 22px;
    margin-bottom: 29px;
    font-weight: 700;
}
.footer-area .footer-tittle ul li {
    margin-bottom: 15px;
}
.footer-area .footer-tittle ul li a {
    color: #3b4855;
    font-weight: 300;
}
.footer-area .footer-tittle ul li a:hover {
    color: #ff3514;
    padding-left: 5px;
}
.footer-area .footer-tittle p {
    color: #3b4855;
}
.footer-area .footer-form {
    margin-top: 40px;
}
.footer-area .footer-form form {
    position: relative;
}
.footer-area .footer-form form input {
    width: 100%;
    height: 43px;
    padding: 10px 20px;
    border: 1px solid #c2c5db;
    background: no-repeat;
    color: #c2c5db;
    border-radius: 0;
}
.footer-area .footer-form form .form-icon button {
    border: 0;
    cursor: pointer;
    padding: 15px 22px;
    background: #ff3514;
    line-height: 1;
    width: 100%;
    display: block;
    margin-top: 13px;
    border-radius: 0;
}
.footer-area .info.error {
    color: #ff3514;
}
.footer-bottom-area {
    background: #110f1a;
}
.footer-bottom-area .footer-border {
    padding: 18px 0 4px;
}
.footer-bottom-area .footer-copy-right p {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 12px;
}
.footer-bottom-area .footer-copy-right p i {
    color: #fff;
}
.footer-bottom-area .footer-copy-right p a {
    color: #fff;
}
.footer-bottom-area .footer-copy-right p a:hover {
    color: #ff3514;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-social {
        float: left;
        padding-top: 10px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-social {
        float: left;
        padding-top: 10px;
    }
}
@media (max-width: 575px) {
    .footer-social {
        float: left;
        padding-top: 10px;
    }
}
.footer-social > a {
    color: #fff;
    font-size: 14px;
    padding-left: 16px;
}
.footer-social > a > i {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
}
.footer-social > a:hover i {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}
.footer-social > a:hover {
    color: #ff3514;
}
.home-blog-area .home-blog-single {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.home-blog-area .home-blog-single .blog-img-cap .blog-img {
    overflow: hidden;
    position: relative;
}
.home-blog-area .home-blog-single .blog-img-cap .blog-img img {
    width: 100%;
    -webkit-transform: scale 1;
    -moz-transform: scale 1;
    -ms-transform: scale 1;
    transform: scale 1;
    transition: all 0.3s ease-out 0s;
}
.home-blog-area .home-blog-single .blog-img-cap .blog-cap {
    background: #fff;
    padding: 22px 29px 11px 9px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home-blog-area .home-blog-single .blog-img-cap .blog-cap {
        padding: 37px 23px 37px 20px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .home-blog-area .home-blog-single .blog-img-cap .blog-cap {
        padding: 19px 8px 17px 18px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-blog-area .home-blog-single .blog-img-cap .blog-cap {
        padding: 19px 8px 17px 18px;
    }
}
@media (max-width: 575px) {
    .home-blog-area .home-blog-single .blog-img-cap .blog-cap {
        padding: 19px 8px 17px 18px;
    }
}
.home-blog-area .home-blog-single .blog-img-cap .blog-cap p {
    color: #707b8e;
}
.home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
    color: #191d34;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    display: block;
    text-transform: capitalize;
}
.home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a:hover {
    color: #ff3514;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
        font-size: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
        font-size: 23px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
        font-size: 19px;
    }
}
@media (max-width: 575px) {
    .home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
        font-size: 19px;
    }
}
.home-blog-single:hover .blog-img-cap .blog-img img {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}
.blog_area a {
    color: "Poppins", sans-serif !important;
    text-decoration: none;
    transition: 0.4s;
}
.blog_area a:hover,
.blog_area a :hover {
    background: -webkit-linear-gradient(131deg, #ff3514 0%, #ff3514 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    transition: 0.4s;
}
.blog_item {
    margin-bottom: 50px;
}
.blog_details {
    padding: 30px 0 20px 10px;
    box-shadow: 0 10px 20px 0 rgba(221, 221, 221, 0.3);
}
@media (min-width: 768px) {
    .blog_details {
        padding: 20px 15px 10px 15px;
    }
}
.blog_details p {
    margin-bottom: 30px;
}
.blog_details a {
    color: #080808;
}
.blog_details a:hover {
    color: #09cc7f;
}
.blog_details h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}
@media (min-width: 768px) {
    .blog_details h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
}
.blog-info-link li {
    float: left;
    font-size: 14px;
}
.blog-info-link li a {
    color: #999;
}
.blog-info-link li i,
.blog-info-link li span {
    font-size: 13px;
    margin-right: 5px;
}
.blog-info-link li::after {
    content: "|";
    padding-left: 10px;
    padding-right: 10px;
}
.blog-info-link li:last-child::after {
    display: none;
}
.blog-info-link::after {
    content: "";
    display: block;
    clear: both;
    display: table;
}
.blog_item_img {
    position: relative;
}
.blog_item_img .blog_item_date {
    position: absolute;
    bottom: -10px;
    left: 10px;
    display: block;
    color: #fff;
    background-color: #ff3514;
    padding: 8px 15px;
    border-radius: 5px;
}
@media (min-width: 768px) {
    .blog_item_img .blog_item_date {
        bottom: -20px;
        left: 40px;
        padding: 13px 30px;
    }
}
.blog_item_img .blog_item_date h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.2;
}
@media (min-width: 768px) {
    .blog_item_img .blog_item_date h3 {
        font-size: 30px;
    }
}
.blog_item_img .blog_item_date p {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
}
@media (min-width: 768px) {
    .blog_item_img .blog_item_date p {
        font-size: 18px;
    }
}
.blog_right_sidebar .widget_title {
    font-size: 20px;
    margin-bottom: 15px;
}
.blog_right_sidebar .widget_title::after {
    content: "";
    display: block;
    padding-top: 15px;
    border-bottom: 1px solid #f0e9ff;
}
.blog_right_sidebar .single_sidebar_widget {
    background: #fbf9ff;
    padding: 15px;
    margin-bottom: 30px;
}
.blog_right_sidebar .single_sidebar_widget .btn_1 {
    margin-top: 0;
}
.blog_right_sidebar .search_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999;
    padding-left: 20px;
    border-radius: 0;
    border-right: 0;
}
.blog_right_sidebar .search_widget .form-control::placeholder {
    color: #999;
}
.blog_right_sidebar .search_widget .form-control:focus {
    border-color: #f0e9ff;
    outline: 0;
    box-shadow: none;
}
.blog_right_sidebar .search_widget .input-group button {
    background: #ff3514;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 4px 15px;
    border-left: 0;
    cursor: pointer;
}
.blog_right_sidebar .search_widget .input-group button i {
    color: #fff;
}
.blog_right_sidebar .search_widget .input-group button span {
    font-size: 14px;
    color: #999;
}
.blog_right_sidebar .newsletter_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999;
    padding-left: 20px;
    border-radius: 0;
}
.blog_right_sidebar .newsletter_widget .form-control::placeholder {
    color: #999;
}
.blog_right_sidebar .newsletter_widget .form-control:focus {
    border-color: #f0e9ff;
    outline: 0;
    box-shadow: none;
}
.blog_right_sidebar .newsletter_widget .input-group button {
    background: #fff;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 4px 15px;
    border-left: 0;
}
.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
    font-size: 14px;
    color: #fff;
}
.blog_right_sidebar .post_category_widget .cat-list li {
    border-bottom: 1px solid #f0e9ff;
    transition: all 0.3s ease 0s;
    padding-bottom: 12px;
}
.blog_right_sidebar .post_category_widget .cat-list li:last-child {
    border-bottom: 0;
}
.blog_right_sidebar .post_category_widget .cat-list li a {
    font-size: 14px;
    line-height: 20px;
    color: #888;
}
.blog_right_sidebar .post_category_widget .cat-list li a p {
    margin-bottom: 0;
}
.blog_right_sidebar .post_category_widget .cat-list li + li {
    padding-top: 15px;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body {
    justify-content: center;
    align-self: center;
    padding-left: 20px;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px;
    transition: all 0.3s linear;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
    color: #fff;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
}
.blog_right_sidebar .popular_post_widget .post_item + .post_item {
    margin-top: 20px;
}
.blog_right_sidebar .tag_cloud_widget ul li {
    display: inline-block;
}
.blog_right_sidebar .tag_cloud_widget ul li a {
    display: inline-block;
    border: 1px solid #eee;
    background: #fff;
    padding: 4px 20px;
    margin-bottom: 8px;
    margin-right: 3px;
    transition: all 0.3s ease 0s;
    color: #888;
    font-size: 13px;
}
.blog_right_sidebar .tag_cloud_widget ul li a:hover {
    background: #ff3514;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.blog_right_sidebar .instagram_feeds .instagram_row {
    display: flex;
    margin-right: -6px;
    margin-left: -6px;
}
.blog_right_sidebar .instagram_feeds .instagram_row li {
    width: 33.33%;
    float: left;
    padding-right: 6px;
    padding-left: 6px;
    margin-bottom: 15px;
}
.blog_right_sidebar .br {
    width: 100%;
    height: 1px;
    background: #eee;
    margin: 30px 0;
}
.blog-pagination {
    margin-top: 80px;
}
.blog-pagination .page-link {
    font-size: 14px;
    position: relative;
    display: block;
    padding: 0;
    text-align: center;
    margin-left: -1px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    border-radius: 0 !important;
    color: #8a8a8a;
    border: 1px solid #f0e9ff;
    margin-right: 10px;
}
.blog-pagination .page-link i,
.blog-pagination .page-link span {
    font-size: 13px;
}
.blog-pagination .page-item.active .page-link {
    background-color: #fbf9ff;
    border-color: #f0e9ff;
    color: #888;
}
.blog-pagination .page-item:last-child .page-link {
    margin-right: 0;
}
.single-post-area .blog_details {
    box-shadow: none;
    padding: 0;
}
.single-post-area .blog_details {
    padding-top: 26px;
}
.single-post-area .blog_details p {
    margin-bottom: 20px;
    font-size: 15px;
}
.single-post-area .quote-wrapper {
    background: rgba(130, 139, 178, 0.1);
    padding: 15px;
    line-height: 1.733;
    color: #888;
    font-style: italic;
    margin-top: 25px;
    margin-bottom: 25px;
}
@media (min-width: 768px) {
    .single-post-area .quote-wrapper {
        padding: 30px;
    }
}
.single-post-area .quotes {
    background: #fff;
    padding: 15px 15px 15px 20px;
    border-left: 2px solid;
}
@media (min-width: 768px) {
    .single-post-area .quotes {
        padding: 25px 25px 25px 30px;
    }
}
.single-post-area .arrow {
    position: absolute;
}
.single-post-area .arrow .lnr {
    font-size: 20px;
    font-weight: 600;
}
.single-post-area .navigation-top {
    padding-top: 15px;
    border-top: 1px solid #f0e9ff;
}
.single-post-area .navigation-top p {
    margin-bottom: 0;
}
.single-post-area .navigation-top .like-info {
    font-size: 14px;
}
.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
    font-size: 16px;
    margin-right: 5px;
}
.single-post-area .navigation-top .social-icons li {
    display: inline-block;
    margin-right: 15px;
}
.single-post-area .navigation-top .social-icons li:last-child {
    margin: 0;
}
.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
    font-size: 14px;
    color: #999;
}
.single-post-area .blog-author {
    padding: 40px 30px;
    background: #fbf9ff;
    margin-top: 50px;
}
@media (max-width: 600px) {
    .single-post-area .blog-author {
        padding: 20px 8px;
    }
}
.single-post-area .blog-author img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 30px;
}
@media (max-width: 600px) {
    .single-post-area .blog-author img {
        margin-right: 15px;
        width: 45px;
        height: 45px;
    }
}
.single-post-area .blog-author a {
    display: inline-block;
}
.single-post-area .blog-author a:hover {
    color: #09cc7f;
}
.single-post-area .blog-author p {
    margin-bottom: 0;
    font-size: 15px;
}
.single-post-area .blog-author h4 {
    font-size: 16px;
}
.single-post-area .navigation-area {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-top: 55px;
}
.single-post-area .navigation-area p {
    margin-bottom: 0;
}
.single-post-area .navigation-area h4 {
    font-size: 18px;
    line-height: 25px;
}
.single-post-area .navigation-area .nav-left {
    text-align: left;
}
.single-post-area .navigation-area .nav-left .thumb {
    margin-right: 20px;
    background: #000;
}
.single-post-area .navigation-area .nav-left .thumb img {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.single-post-area .navigation-area .nav-left .lnr {
    margin-left: 20px;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.single-post-area .navigation-area .nav-left:hover .lnr {
    opacity: 1;
}
.single-post-area .navigation-area .nav-left:hover .thumb img {
    opacity: 0.5;
}
@media (max-width: 767px) {
    .single-post-area .navigation-area .nav-left {
        margin-bottom: 30px;
    }
}
.single-post-area .navigation-area .nav-right {
    text-align: right;
}
.single-post-area .navigation-area .nav-right .thumb {
    margin-left: 20px;
    background: #000;
}
.single-post-area .navigation-area .nav-right .thumb img {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.single-post-area .navigation-area .nav-right .lnr {
    margin-right: 20px;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.single-post-area .navigation-area .nav-right:hover .lnr {
    opacity: 1;
}
.single-post-area .navigation-area .nav-right:hover .thumb img {
    opacity: 0.5;
}
.comments-area {
    background: transparent;
    border-top: 1px solid #eee;
    padding: 45px 0;
    margin-top: 50px;
}
@media (max-width: 414px) {
    .comments-area {
        padding: 50px 8px;
    }
}
.comments-area h4 {
    margin-bottom: 35px;
    font-size: 18px;
}
.comments-area h5 {
    font-size: 16px;
    margin-bottom: 0;
}
.comments-area .comment-list {
    padding-bottom: 48px;
}
.comments-area .comment-list:last-child {
    padding-bottom: 0;
}
@media (max-width: 413px) {
    .comments-area .comment-list .single-comment h5 {
        font-size: 12px;
    }
    .comments-area .comment-list .single-comment .date {
        font-size: 11px;
    }
    .comments-area .comment-list .single-comment .comment {
        font-size: 10px;
    }
}
.comments-area .thumb {
    margin-right: 20px;
}
.comments-area .thumb img {
    width: 70px;
    border-radius: 50%;
}
.comments-area .date {
    font-size: 14px;
    color: #999;
    margin-bottom: 0;
    margin-left: 20px;
}
.comments-area .comment {
    margin-bottom: 10px;
    color: #777;
    font-size: 15px;
}
.comments-area .btn-reply {
    background-color: transparent;
    color: #888;
    padding: 5px 18px;
    font-size: 14px;
    display: block;
    font-weight: 400;
}
.comment-form {
    border-top: 1px solid #eee;
    padding-top: 45px;
    margin-top: 50px;
    margin-bottom: 20px;
}
.comment-form .form-group {
    margin-bottom: 30px;
}
.comment-form h4 {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 22px;
}
.comment-form .name {
    padding-left: 0;
}
@media (max-width: 767px) {
    .comment-form .name {
        padding-right: 0;
        margin-bottom: 1rem;
    }
}
.comment-form .email {
    padding-right: 0;
}
@media (max-width: 991px) {
    .comment-form .email {
        padding-left: 0;
    }
}
.comment-form .form-control {
    border: 1px solid #f0e9ff;
    border-radius: 5px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent;
}
.comment-form .form-control:focus {
    outline: 0;
    box-shadow: none;
}
.comment-form .form-control::placeholder {
    font-weight: 300;
    color: #999;
}
.comment-form .form-control::placeholder {
    color: #777;
}
.comment-form textarea {
    padding-top: 18px;
    border-radius: 12px;
    height: 100% !important;
}
.comment-form ::-webkit-input-placeholder {
    font-size: 13px;
    color: #777;
}
.comment-form ::-moz-placeholder {
    font-size: 13px;
    color: #777;
}
.comment-form :-ms-input-placeholder {
    font-size: 13px;
    color: #777;
}
.comment-form :-moz-placeholder {
    font-size: 13px;
    color: #777;
}
.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.contact-info {
    margin-bottom: 30px;
}
.contact-info__icon {
    margin-right: 20px;
    border-radius: 100%;
    background: #ff9933;
    padding: 16px;
    height: 55px;
    width: 55px;
}       
.contact-info__icon i,
.contact-info__icon span {
    color: #fff;
    font-size: 22px;
}
.contact-info .media-body h3 {
    font-size: 16px;
    margin-bottom: 0;
    font-size: 16px;
    color: #2a2a2a;
}
.contact-info .media-body h3 a:hover {
    color: #140c40;
}
.contact-info .media-body p {
    color: #8a8a8a;
}
.contact-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px;
}
.form-contact label {
    font-size: 14px;
}
.form-contact .form-group {
    margin-bottom: 30px;
}
.form-contact .form-control {
    border: 1px solid #e5e6e9;
    border-radius: 0;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent;
}
.form-contact .form-control:focus {
    outline: 0;
    box-shadow: none;
}
.form-contact .form-control::placeholder {
    font-weight: 300;
    color: #999;
}
.form-contact textarea {
    border-radius: 0;
    height: 100% !important;
}
.contact-section {
    padding: 40px 0 50px;
}
@media (max-width: 991px) {
    .contact-section {
        padding: 70px 0 40px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .contact-section {
        padding: 80px 0 50px;
    }
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #4a3600;
    opacity: 0.6;
}
@media (max-width: 767px) {
    .gj-picker.gj-picker-md.timepicker {
        width: 310px;
        left: 6px !important;
    }
    .gj-picker.gj-picker-md.datepicker.gj-unselectable {
        width: 320px;
        left: 0 !important;
    }
}
.sample-text-area {
    background: #fff;
    padding: 100px 0 70px 0;
}
.text-heading {
    margin-bottom: 30px;
    font-size: 24px;
}
b,
sup,
sub,
u,
del {
    color: #140c40;
}
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    color: #828bb2;
}
.button-area {
    background: #fff;
}
.button-area .border-top-generic {
    padding: 70px 15px;
    border-top: 1px dotted #eee;
}
.button-group-area .genric-btn {
    margin-right: 10px;
    margin-top: 10px;
}
.button-group-area .genric-btn:last-child {
    margin-right: 0;
}
.genric-btn {
    display: inline-block;
    outline: none;
    line-height: 40px;
    padding: 0 30px;
    font-size: 0.8em;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.genric-btn:focus {
    outline: none;
}
.genric-btn.e-large {
    padding: 0 40px;
    line-height: 50px;
}
.genric-btn.large {
    line-height: 45px;
}
.genric-btn.medium {
    line-height: 30px;
}
.genric-btn.small {
    line-height: 25px;
}
.genric-btn.radius {
    border-radius: 3px;
}
.genric-btn.circle {
    border-radius: 20px;
}
.genric-btn.arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.genric-btn.arrow span {
    margin-left: 10px;
}
.genric-btn.default {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent;
}
.genric-btn.default:hover {
    border: 1px solid #f9f9ff;
    background: #fff;
}
.genric-btn.default-border {
    border: 1px solid #f9f9ff;
    background: #fff;
}
.genric-btn.default-border:hover {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent;
}
.genric-btn.primary {
    color: #fff;
    background: #140c40;
    border: 1px solid transparent;
}
.genric-btn.primary:hover {
    color: #140c40;
    border: 1px solid #140c40;
    background: #fff;
}
.genric-btn.primary-border {
    color: #140c40;
    border: 1px solid #140c40;
    background: #fff;
}
.genric-btn.primary-border:hover {
    color: #fff;
    background: #140c40;
    border: 1px solid transparent;
}
.genric-btn.success {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent;
}
.genric-btn.success:hover {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff;
}
.genric-btn.success-border {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff;
}
.genric-btn.success-border:hover {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent;
}
.genric-btn.info {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent;
}
.genric-btn.info:hover {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff;
}
.genric-btn.info-border {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff;
}
.genric-btn.info-border:hover {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent;
}
.genric-btn.warning {
    color: #fff;
    background: #f4e700;
    border: 1px solid transparent;
}
.genric-btn.warning:hover {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff;
}
.genric-btn.warning-border {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff;
}
.genric-btn.warning-border:hover {
    color: #fff;
    background: #f4e700;
    border: 1px solid transparent;
}
.genric-btn.danger {
    color: #fff;
    background: #f44a40;
    border: 1px solid transparent;
}
.genric-btn.danger:hover {
    color: #f44a40;
    border: 1px solid #f44a40;
    background: #fff;
}
.genric-btn.danger-border {
    color: #f44a40;
    border: 1px solid #f44a40;
    background: #fff;
}
.genric-btn.danger-border:hover {
    color: #fff;
    background: #f44a40;
    border: 1px solid transparent;
}
.genric-btn.link {
    color: #415094;
    background: #f9f9ff;
    text-decoration: underline;
    border: 1px solid transparent;
}
.genric-btn.link:hover {
    color: #415094;
    border: 1px solid #f9f9ff;
    background: #fff;
}
.genric-btn.link-border {
    color: #415094;
    border: 1px solid #f9f9ff;
    background: #fff;
    text-decoration: underline;
}
.genric-btn.link-border:hover {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent;
}
.genric-btn.disable {
    color: #222, 0.3;
    background: #f9f9ff;
    border: 1px solid transparent;
    cursor: not-allowed;
}
.generic-blockquote {
    padding: 30px 50px 30px 30px;
    background: #f9f9ff;
    border-left: 2px solid #140c40;
}
.progress-table-wrap {
    overflow-x: scroll;
}
.progress-table {
    background: #f9f9ff;
    padding: 15px 0 30px 0;
    min-width: 800px;
}
.progress-table .serial {
    width: 11.83%;
    padding-left: 30px;
}
.progress-table .country {
    width: 28.07%;
}
.progress-table .visit {
    width: 19.74%;
}
.progress-table .percentage {
    width: 40.36%;
    padding-right: 50px;
}
.progress-table .table-head {
    display: flex;
}
.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
    color: #415094;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 500;
}
.progress-table .table-row {
    padding: 15px 0;
    border-top: 1px solid #edf3fd;
    display: flex;
}
.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
    display: flex;
    align-items: center;
}
.progress-table .table-row .country img {
    margin-right: 15px;
}
.progress-table .table-row .percentage .progress {
    width: 80%;
    border-radius: 0;
    background: transparent;
}
.progress-table .table-row .percentage .progress .progress-bar {
    height: 5px;
    line-height: 5px;
}
.progress-table .table-row .percentage .progress .progress-bar.color-1 {
    background-color: #6382e6;
}
.progress-table .table-row .percentage .progress .progress-bar.color-2 {
    background-color: #e66686;
}
.progress-table .table-row .percentage .progress .progress-bar.color-3 {
    background-color: #f09359;
}
.progress-table .table-row .percentage .progress .progress-bar.color-4 {
    background-color: #73fbaf;
}
.progress-table .table-row .percentage .progress .progress-bar.color-5 {
    background-color: #73fbaf;
}
.progress-table .table-row .percentage .progress .progress-bar.color-6 {
    background-color: #6382e6;
}
.progress-table .table-row .percentage .progress .progress-bar.color-7 {
    background-color: #a367e7;
}
.progress-table .table-row .percentage .progress .progress-bar.color-8 {
    background-color: #e66686;
}
.single-gallery-image {
    margin-top: 30px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 200px;
}
.unordered-list li {
    position: relative;
    padding-left: 30px;
    line-height: 1.82em !important;
}
.unordered-list li:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: 2px solid #ff9b37;
    background: #fff;
    top: 10px;
    left: 12px;
    border-radius: 60%;
}
.ordered-list {
    margin-left: 30px;
}
.ordered-list li {
    list-style-type: decimal-leading-zero;
    color: #140c40;
    font-weight: 500;
    line-height: 1.82em !important;
}
.ordered-list li span {
    font-weight: 300;
    color: #828bb2;
}
.ordered-list-alpha li {
    margin-left: 30px;
    list-style-type: lower-alpha;
    color: #140c40;
    font-weight: 500;
    line-height: 1.82em !important;
}
.ordered-list-alpha li span {
    font-weight: 300;
    color: #828bb2;
}
.ordered-list-roman li {
    margin-left: 30px;
    list-style-type: lower-roman;
    color: #140c40;
    font-weight: 500;
    line-height: 1.82em !important;
}
.ordered-list-roman li span {
    font-weight: 300;
    color: #828bb2;
}
.single-input {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
}
.single-input:focus {
    outline: none;
}
.input-group-icon {
    position: relative;
}
.input-group-icon .icon {
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 40px;
    z-index: 3;
}
.input-group-icon .icon i {
    color: #797979;
}
.input-group-icon .single-input {
    padding-left: 45px;
}
.single-textarea {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
    height: 100px;
    resize: none;
}
.single-textarea:focus {
    outline: none;
}
.single-input-primary {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
}
.single-input-primary:focus {
    outline: none;
    border: 1px solid #140c40;
}
.single-input-accent {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
}
.single-input-accent:focus {
    outline: none;
    border: 1px solid #eb6b55;
}
.single-input-secondary {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
}
.single-input-secondary:focus {
    outline: none;
    border: 1px solid #f09359;
}
.default-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}
.default-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.default-switch input + label {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #140c40;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.default-switch input:checked + label {
    left: 19px;
}
.primary-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}
.primary-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.primary-switch input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.primary-switch input + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 8.5px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.primary-switch input + label:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.primary-switch input:checked + label:after {
    left: 19px;
}
.primary-switch input:checked + label:before {
    background: #140c40;
}
.confirm-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}
.confirm-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.confirm-switch input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.confirm-switch input + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 8.5px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}
.confirm-switch input + label:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.confirm-switch input:checked + label:after {
    left: 19px;
}
.confirm-switch input:checked + label:before {
    background: #4cd3e3;
}
.primary-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}
.primary-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.primary-checkbox input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}
.primary-checkbox input:checked + label {
    background: url(../img/elements/primary-check.png) no-repeat center center/cover;
    border: none;
}
.confirm-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}
.confirm-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.confirm-checkbox input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}
.confirm-checkbox input:checked + label {
    background: url(../img/elements/success-check.png) no-repeat center center/cover;
    border: none;
}
.disabled-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}
.disabled-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.disabled-checkbox input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}
.disabled-checkbox input:disabled {
    cursor: not-allowed;
    z-index: 3;
}
.disabled-checkbox input:checked + label {
    background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
    border: none;
}
.primary-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}
.primary-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.primary-radio input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}
.primary-radio input:checked + label {
    background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
    border: none;
}
.confirm-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}
.confirm-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.confirm-radio input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}
.confirm-radio input:checked + label {
    background: url(../img/elements/success-radio.png) no-repeat center center/cover;
    border: none;
}
.disabled-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}
.disabled-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.disabled-radio input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}
.disabled-radio input:disabled {
    cursor: not-allowed;
    z-index: 3;
}
.disabled-radio input:checked + label {
    background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
    border: none;
}
.default-select {
    height: 40px;
}
.default-select .nice-select {
    border: none;
    border-radius: 0;
    height: 40px;
    background: #f9f9ff;
    padding-left: 20px;
    padding-right: 40px;
}
.default-select .nice-select .list {
    margin-top: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    padding: 10px 0 10px 0;
}
.default-select .nice-select .list .option {
    font-weight: 300;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 28px;
    min-height: 28px;
    font-size: 12px;
    padding-left: 20px;
}
.default-select .nice-select .list .option.selected {
    color: #140c40;
    background: transparent;
}
.default-select .nice-select .list .option:hover {
    color: #140c40;
    background: transparent;
}
.default-select .current {
    margin-right: 50px;
    font-weight: 300;
}
.default-select .nice-select::after {
    right: 20px;
}
.form-select {
    height: 40px;
    width: 100%;
}
.form-select .nice-select {
    border: none;
    border-radius: 0;
    height: 40px;
    background: #f9f9ff;
    padding-left: 45px;
    padding-right: 40px;
    width: 100%;
}
.form-select .nice-select .list {
    margin-top: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    padding: 10px 0 10px 0;
}
.form-select .nice-select .list .option {
    font-weight: 300;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 28px;
    min-height: 28px;
    font-size: 12px;
    padding-left: 45px;
}
.form-select .nice-select .list .option.selected {
    color: #140c40;
    background: transparent;
}
.form-select .nice-select .list .option:hover {
    color: #140c40;
    background: transparent;
}
.form-select .current {
    margin-right: 50px;
    font-weight: 300;
}
.form-select .nice-select::after {
    right: 20px;
}
.mt-10 {
    margin-top: 10px;
}
.section-top-border {
    padding: 50px 0;
    border-top: 1px dotted #eee;
}
.mb-30 {
    margin-bottom: 30px;
}
.mt-30 {
    margin-top: 30px;
}
.switch-wrap {
    margin-bottom: 10px;
}
.white {
  color: #fff;
}
