@import url('https://fonts.googleapis.com/css2?family=Hammersmith+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap');

@font-face {
    font-family: "jumper";
    src: url(../font/JumperPERSONALUSEONLY-Bold.ttf);
}

@font-face {
    font-family: "Retroica";
    src: url(../font/OldSansBlack.ttf);
}

@font-face {
    font-family: "mont";
    src: url(../font/MADE\ TOMMY\ ExtraBold_PERSONAL\ USE.otf);
}

body {
    padding: 0%;
    margin: 0%;
    overflow-x: hidden;
}

.translate {
    margin-top: 24px;
}

.goog-te-combo {
    display: none;
}

.goog-te-combo::-webkit-scrollbar {
    width: 10px;
}

.goog-te-combo::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.goog-te-combo::-webkit-scrollbar-thumb {
    background: #990D0F;
}

.goog-te-combo::-webkit-scrollbar-thumb:hover {
    background: #990D0F;
}

.goog-te-combo {

    font-family: 'Open Sans', sans-serif;
    background-color: #990D0F !important;
    border: 0 !important;
    font-size: 10pt;
    font-weight: 500;

    outline: none;
    display: inline-block;
    padding: 10px 10px !important;
    cursor: pointer;
    zoom: 1;
}

.goog-te-combo {
    color: white !important;
}

.nav2 {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px 33px 0px;
}

.main-nav {
    position: relative;
    /* background: url(../images/header-bg.jpg ); */
    background: linear-gradient(#d98f8f2e, #ffffff8f), url(../images/flag.jpg);
    background-size: cover;
    background-position: center;
}

.nav-link {
    display: block;
    padding: 16px 0px !important;
    color: white;
}

.main-logo {
    z-index: 1;
}

.preloader {
    color: #fff;
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader-mask {
    overflow: hidden;
    padding-right: 13px;
}

.preloader-text {
    margin: 0;
    font-size: 22px;
    transform: translateY(-135%);
    transition: transform 0.5s cubic-bezier(0.4, -0.19, 0.42, 1.3);
}

.preloader .animate {
    animation: 1.9s forwards cubic-bezier(0.4, -0.19, 0.42, 1.3) infinite;
}

.preloader .animate.slide-up {
    animation-name: slideUp;
}

.preloader .animate.delay-1 {
    animation-delay: 0.3s;
}

h1.preloader-text.animate.slide-up {
    font-size: 28px;
    font-weight: 700;
    color: #b31c1c;
}

.preloader .animate.delay-2 {
    animation-delay: 0.5s;
}

@keyframes slideUp {
    0% {
        transform: translateY(135%);
    }

    100% {
        transform: translateY(5%);
    }
}

.sub-logo {
    z-index: 1;
    margin-right: -31px;
}

.main-nav::before {
    content: "";
    position: absolute;
    background: #e3e3e3c2;
    left: -42px;
    top: 0;
    height: 147px;
    width: 338px;
    transform: skew(332deg);
    border: 1px solid #d7d7d7;
}


/* .main-nav::after {
    content: "";
    position: absolute;
    background: #e3e3e3;
    right: -41px;
    top: 0;
    height: 147px;
    width: 338px;
    transform: skew( 332deg);
} */

.navbar {
    background: #b31c1c;
    margin-top: -29px;
    padding: 0 !important;
    z-index: 1;
}

.nav-item a:hover {
    color: white;
}

.nav-link {
    margin: 0px 0px 0px 47px;
}

.nav-item1 a {
    margin: 0px 29px;
}

.slogan {
    display: contents;
}

.slogan img {
    width: 42%;
}

.slogan h4 {
    font-size: 22px;
    text-align: center;
    margin: 22px 0px;
}

.slogan span {
    font-size: 27px;
    font-weight: bold;
    color: #c51d1d;
    font-family: "jumper";
    position: relative;
    top: 6px;
}

.navbar-light .navbar-nav .nav-link {
    padding: 15px 0px;
}

.nav-item1 {
    background: #4c0000;
}

.navbar-light .navbar-nav .nav-item1 .nav-link {
    color: white;
    margin: 0;
    padding: 15px 30px;
}

.navbar-light .navbar-nav .nav-link {
    color: white !important;
}


/* navbar  */

.main-drop {
    position: absolute;
    z-index: 1;
    background: white;
    list-style: none;
    border-radius: 2px;
    box-shadow: 1px 1px 6px 1px #4a4a4a40;
    padding: 0px 12px 0px 0px;
    width: 306px;
    line-height: 36px;
    top: 45px;
    transition: 0.5s ease-in-out;
}

.main-drop li {
    border-bottom: 1px solid lightgrey;
    line-height: 46px;
    transition: all 0.5s ease-in-out;
    position: relative;
}

.main-drop li::before {
    position: absolute;
    content: "";
    background: #cf1818;
    height: 47px;
    width: 4px;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}

.main-drop li:hover::before {
    opacity: 1;
    visibility: visible;
}

.main-drop li a {
    font-size: 15px;
    padding: 10px;
    text-decoration: none;
    font-weight: 500;
    color: #565656;
    transition: all 0.5s ease-in-out;
}

.main-drop li a:hover {
    color: #cf1818;
}

.main-drop {
    visibility: hidden;
    opacity: 0;
}

.dropdown:hover .main-drop {
    visibility: visible;
    opacity: 1;
    top: 54px;
}

.navbar-light .navbar-nav .nav-link {
    color: white !important;
}

@media(max-width: 991px) {
    .main-drop {
        display: none;
    }
}


/* dropdown */

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.hero-slider {
    width: 100%;
    height: 650px;
    overflow: hidden;
    top: -27px;
}

.hero-slider .carousel-cell {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hero-slider .carousel-cell .inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    text-align: center;
    left: 5%;
}

.hero-slider .carousel-cell .inner .subtitle {
    font-family: "Roboto Slab", serif;
    font-size: 2.2rem;
    line-height: 1.2em;
    font-weight: 200;
    font-style: italic;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 5px;
}

.hero-slider .carousel-cell .inner .title {
    font-family: 'Roboto', sans-serif;
    font-size: 47px;
    text-shadow: 0px 1px 7px #2c2c2c91;
    text-align: left;
}

.hero-slider .carousel-cell .inner .btn {
    border: 1px solid #fff;
    padding: 14px 18px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 0.8rem;
    letter-spacing: 3px;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease;
}

.hero-slider .carousel-cell .inner .btn:hover {
    background: #fff;
    color: #000;
}

.hero-slider .flickity-prev-next-button {
    width: 50px;
    height: 50px;
    background: #00000056;
}

.hero-slider .flickity-prev-next-button:hover {
    background: #00000040;
}

.hero-slider .flickity-prev-next-button .arrow {
    fill: white;
}

.hero-slider .flickity-page-dots {
    bottom: 30px;
}

.hero-slider .flickity-page-dots .dot {
    width: 30px;
    height: 4px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
    border: 0 solid white;
    border-radius: 0;
}

.hero-slider .flickity-page-dots .dot.is-selected {
    background: #ffffff75;
    border: 0 solid #f3ffff;
}


/* slider  */


/* about us  */

.about-section .image-column {
    position: relative;
}

.about-section .image-column .inner-column {
    position: relative;
    text-align: right;
    margin-right: -15px;
}

.about-section .image-column .title-box {
    position: absolute;
    left: 95px;
    bottom: 75px;
    width: 100%;
    text-align: left;
    z-index: 9;
}

.about-section .image-column .title-box h2 {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 78px;
    color: #f2f2f2;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 0 0 10px #000;
    font-family: "Rubik", sans-serif;
}

.about-section .image-column .image-box .image {
    position: relative;
    margin-bottom: 0;
}

.about-section .image-column .image-box .alphabet-img {
    position: relative;
    left: 0;
    top: 71px;
}

.about-section .image-column .image-box .alphabet-img1 {
    position: relative;
    left: 0;
    top: 100px;
}

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

div#tile-1 {
    margin-bottom: 30px;
}

.about-section .image-column .image img {
    display: inline-block;
    display: none;
}

.about-section .content-column {
    position: relative;
}

.about-section .content-column .content-box {
    position: relative;
    padding: 35px 30px 60px 42px;
    background-color: #ffffff;
    border: 20px solid #f2f2f2;
    border-left: 0;
}

.about-section .content-column .content-box1 {
    position: relative;
    padding: 35px 30px 20px 42px;
    background-color: #ffffff;
    border: 20px solid #f2f2f2;
    border-left: 0;
}

.about-section .content-column .content-box .title {
    position: relative;
    margin-bottom: 35px;
}

.about-section .content-column .content-box .title h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 42px;
    color: #222222;
    font-weight: 500;
    padding-bottom: 35px;
}

.about-section .content-column .content-box .title h2:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 45px;
    background-color: #ff8a00;
    content: "";
}

.about-section .content-column .content-box .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 34px;
    color: #777777;
}

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

.about-section .content-column .content-box .link-box a {
    font-weight: 700;
}

.about-us {
    margin: -28px 0px 65px 0px;
}

.google-ads {
    position: relative;
    top: -27px;
}

.sec-title h2 {
    font-size: 28px;
    font-family: "Retroica";
    padding: 22px 0px 10px 0px;
}

.sec-title span {
    color: #c10000;
}

.link-box a {
    color: #c10000;
    padding: 10px 0px;
}

.butn a {
    background: #c10000;
    padding: 10px 25px;
    color: white;
}


/* services  */

.tabs {
    background: #b31c1c;
    width: 100%;
    padding: 31px 0px 24px 1px;
    margin-bottom: 40px;
}

.tab1 {
    display: flex;
}

.tab-icon i {
    font-size: 45px;
    color: white;
    margin-right: 15px;
}

.tab-text h4 {
    color: white;
    width: 50%;
    font-size: 19px;
}


/* services */

.item {
    text-align: left;
    padding: 30px 20px;
    box-shadow: 1px 1px 13px 9px #f3f3f3;
    margin: 20px 0px;
    position: relative;
    cursor: pointer;
}

.item::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 4px;
    background: #b31c1c;
    bottom: 0;
    left: 0;
    transition: 0.5s ease-in-out;
    transform-origin: left;
}

.item:hover::before,
.item.active::before {
    width: 100%;
}

.item:hover .info h4 {
    color: #b31c1c;
}

.item:hover .info-bt a {
    color: #b31c1c;
}

.sec-feature {
    padding: 30px 0px 56px 0px;
}

.site-heading {
    text-align: center;
    padding: 10px 0px 22px 0px;
}

.site-heading h2 {
    font-size: 28px;
    font-family: "Retroica";
}

.site-heading span {
    color: #b31c1c;
}

.site-heading p {
    width: 86%;
    margin: auto;
}

.info h4 {
    font-family: "Retroica";
    font-size: 22px;
    padding: 6px 0px;
}

.info p {
    font-size: 15px;
    line-height: 26px;
}

.info-bt {
    text-align: right;
    padding: 10px 0px;
}

.info-bt a {
    color: #000;
}

.info-bt i {
    position: relative;
    top: 2px;
    font-size: 19px;
}

.site-heading H4 {
    font-size: 18px;
}

.icon i {
    font-size: 32px;
    padding: 20px 0px;
    color: #b31c1c;
}


/* footer  */

ul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
    background: linear-gradient(#1c1c1cd1, #1c1c1ccf), url(../images/footer.jpg);
    position: relative;
    background-size: cover;
    background-position: center;
}

.single-cta i {
    color: #cf1818;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
    padding: 69px 0px 0px 0px;
}

.copyright {
    color: #dfdfdf;
    background: #60606078;
    padding: 10px 0px;
    font-size: 13px;
    margin: 41px 0px 0px 0px;
}

.copyright p {
    margin: 0;
}

.vertex a {
    color: white;
}

.vertex a:hover {
    color: white;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 15px;
    color: #e1e1e1;
    line-height: 28px;
    text-align: justify;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #DD4B39;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 3px;
    width: 43px;
    background: #b31c1c;
}

.footer-widget1 {
    margin: 0px 0px 0px 80px;
}

.footer-widget ul li {
    display: block;
    margin-bottom: 15px;
}

.footer-widget2 ul li {
    display: inline-block;
    float: left;
    width: 50%;
}

.footer-widget ul li a:hover {
    color: #e1e1e1;
}

.footer-widget ul li a {
    color: #e1e1e1;
    font-size: 15px;
    text-decoration: none;
    text-transform: capitalize;
}

.single-cta {
    margin: 50px 0px 50px 0;
    /* background: aliceblue; */
    padding: 30px 33px;
    box-shadow: 1px 1px 20px #0000001f;
    border-radius: 5px;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #202020;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}

.copyright-text p a {
    color: #ff5e14;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #ff5e14;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

.footer-widget2 i {
    font-size: 13px;
    margin-right: 5px;
}

.footer-widget1 i {
    font-size: 13px;
    margin-right: 5px;
    color: #c9c9c9;
}

.get-bg {
    background-color: white;
    box-shadow: 0px 0px 33px 0px rgb(0 0 0 / 9%);
    /* height: 400px; */
    width: 100%;
    padding: 40px;
    border-radius: 10px;
    margin: 65px 0px;
}


/* responsive  */

@media(max-width:1199px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 13px;
    }

    .slogan h4 {
        font-size: 20px;
    }

    .slogan h4 {
        font-size: 20px;
    }

    .hero-slider .carousel-cell .inner .title {
        font-size: 40px;
    }

    .about-section .content-column .content-box .text {
        font-size: 13px;
        line-height: 25px;
    }

    .about-section .content-column .content-box {
        padding: 25px 30px 37px 42px;
    }

    .about-section .image-column .image-box .alphabet-img {
        top: 85px;
    }

    .tab-text h4 {
        font-size: 16px;
    }

    .tab-icon i {
        font-size: 41px;
    }

    .tabs {
        padding: 33px 0px;
    }

    .site-heading h4 {
        font-size: 16px;
    }

    .site-heading h2 {
        margin-bottom: 4px;
    }

    .features-area .item .info p {
        font-size: 13px;
    }

    .features-area .item .info h4 {
        font-weight: 700;
        color: #545454;
    }

    .footer-widget ul li a {
        font-size: 14px;
    }
}

@media(max-width:1099px) {
    .sec-title h2 {
        font-size: 26px;
    }

    .features-area .item .icon i {
        font-size: 25px;
        height: 75px;
        line-height: 76px;
        width: 75px;
    }

    .hero-slider .carousel-cell .inner .title {
        font-size: 38px;
    }
}

@media(max-width:1024px) {
    .slogan span {
        font-size: 24px;
    }

    .slogan h4 {
        font-size: 19px;
        margin: 23px 0px;
    }
}

@media(max-width:999px) {
    .sub-logo {
        margin-right: 0px;
    }

    .sec-title h2 {
        font-size: 23px;
    }
}

@media(max-width:991px) {
    .navbar-toggler-icon {
        width: 44px !important;
        height: 32px !important;
        border: 1px solid white;
        color: white;
        padding: 5px 0px;
    }

    .navbar-nav .nav-link {
        color: white;
    }

    .nav-item {
        border-bottom: 1px solid white;
    }

    .about-section .image-column .image-box .alphabet-img {
        position: relative;
        left: -59px;
        top: 35px;
    }

    .features-area .item .info h4 {
        font-size: 15px;
    }

    .footer-widget1 {
        margin: 0px 0px 0px 46px;
    }

    .footer-widget ul li a {
        font-size: 12px;
    }

    .footer-text p {
        font-size: 12px;
    }

    .footer-text p {
        font-size: 12px;
    }

    .slogan span {
        font-size: 21px;
    }

    .slogan h4 {
        font-size: 17px;
        margin: 27px 0px;
    }

    .hero-slider .carousel-cell .inner .title {
        font-size: 36px;
    }

    .hero-slider .carousel-cell .inner {
        top: 51%;
        left: 7%;
    }
}

@media(max-width:880px) {
    .main-nav::before {
        left: -42px;
        top: 0;
        width: 304px;
    }

    .hero-slider {
        height: 467px;
    }

    .hero-slider .carousel-cell .inner .title {
        font-size: 33px;
    }
}

@media(max-width:768px) {
    .main-nav::before {
        width: 250px;
    }

    .hero-slider {
        height: 420px;
    }

    .hero-slider .carousel-cell .inner .title {
        font-size: 28px;
    }

    .site-heading p {
        font-size: 15px;
    }
}

@media(max-width:767px) {
    .slogan {
        display: none;
    }

    .main-nav::before {
        display: none;
    }

    .nav2 {
        padding: 10px 0px 44px 0px;
    }

    .navbar-nav .nav-link {
        color: white;
        font-size: 12px;
    }

    .about-section .image-column .image-box .alphabet-img {
        left: 0;
    }

    .tab1 {
        padding: 14px 0px;
    }

    .tabs {
        padding: 18px 0px;
    }

    .footer-widget1 {
        margin: 0px 0px 0px 0px;
    }
}

@media(max-width:675px) {
    .hero-slider {
        height: 365px;
    }

    .hero-slider .carousel-cell .inner .title {
        font-size: 25px;
    }
}

@media(max-width:575px) {
    .hero-slider {
        height: 317px;
    }

    .tab1 {
        display: flex;
        justify-content: center;
    }

    .features-area .item .info p {
        font-size: 13px;
        padding: 1px 52px;
    }

    .hero-slider .carousel-cell .inner .title {
        font-size: 22px;
    }
}

@media(max-width: 525px) {
    .hero-slider {
        height: 286px;
    }

    .hero-slider .carousel-cell .inner .title {
        font-size: 19px;
    }

    .flickity-prev-next-button svg {
        left: 26%;
        top: 28%;
        width: 42%;
        height: 42%;
    }

    .hero-slider .flickity-prev-next-button {
        width: 40px;
        height: 40px;
    }

    .hero-slider .carousel-cell .inner {
        top: 53%;
        left: 8%;
    }

    .about-section .image-column .image-box .alphabet-img img {
        display: none;
    }

    .tab1 {
        display: flex;
        justify-content: center;
        border: 1px solid white;
        padding: 21px 0px;
    }

    .tabs {
        padding: 0px 0px;
    }

    .col-md-3.col-sm-6 {
        padding: 0;
    }

    .hero-slider .flickity-page-dots {
        bottom: 30px;
        display: none;
    }

    .main-logo img {
        width: 80%;
    }

    .sub-logo img {
        width: 48px;
    }

    .site-heading p {
        width: 88%;
        font-size: 13px;
    }
}

@media(max-width:475px) {
    .hero-slider {
        height: 259px;
    }

    .hero-slider .carousel-cell .inner .title {
        font-size: 18px;
    }

    .site-heading h2 span {
        font-size: 27px;
    }

    .site-heading h2 {
        font-size: 27px;
    }

    .site-heading h4 {
        font-size: 15px;
    }
}

@media(max-width:425px) {
    .hero-slider {
        height: 234px;
    }

    .hero-slider .carousel-cell .inner .title {
        font-size: 16px;
    }
}