@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900&display=swap");

*,
*:before,
*:after {
    box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
}

footer,
header,
nav,
section,
main {
    display: block;
}

body,
html {
    font-size: 1rem;
    background: #ffffff;
    font-family: "Poppins";
    font-size: 62.5%;
    font-size: 10px;
    font-style: normal;
    overflow-x: hidden;
    padding: 0 !important;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: "";
        content: none;
    }

section {
    margin: 90px 0 100px 0;
}

strong {
    font-weight: 700;
}

h2 {
    background: #FFEEF1;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #ED1C24;
    padding: 12px 16px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 3rem 0;
    border: 1px solid #ED1C24;
}

    h2 img {
        margin: 0 10px 0 0;
    }

    h2 .dot-icon {
        content: "";
        width: 20px;
        height: 24px;
        display: inline-block;
        background: url(../images/sprite-icon.png) no-repeat;
        background-position: -105px -19px;
        left: 0;
        top: 5px;
        position: relative;
        margin: 0 5px 0 0;
        border: 0px;
    }

.subheading {
    color: #222E3E;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 3rem 0;
}

.section-title {
    text-align: center;
    margin: 0 auto;
}

h3 {
    color: #222E3E;
    font-size: 2rem;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 1rem 0;
}

    h3 span {
        font-size: 1.6rem;
    }

h6 {
    color: #222E3E;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 2rem 0;
}

.padding-box {
    padding: 1.6rem;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.form-control {
    font-size: 14px !important;
}

    .form-control:focus {
        box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
    }

.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.m-b-16 {
    margin-bottom: 1.6rem !important;
}

input {
    border-radius: 0;
}

.input-effect {
    position: relative;
    margin: 0 0 3rem 0;
    width: 100%;
}

input,
textarea {
    outline: none;
}

    input[type=text] {
        color: #000000;
        width: 100%;
        box-sizing: border-box;
        letter-spacing: 1px;
    }

.effect-19 {
    border: 0.1rem solid #DDDDDD;
    padding: 1.2rem 1.4rem;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    background: #ffffff;
    border-radius: 0.4rem;
}

    .effect-19 ~ .focus-border:before,
    .effect-19 ~ .focus-border:after {
        content: "";
        position: absolute;
        top: -1px;
        left: 50%;
        width: 0;
        height: 2px;
        background-color: #DB6A7A;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
    }

    .effect-19 ~ .focus-border:after {
        top: auto;
        bottom: 0;
    }

    .effect-19 ~ .focus-border i:before,
    .effect-19 ~ .focus-border i:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 2px;
        height: 0;
        background-color: #DB6A7A;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
    }

    .effect-19 ~ .focus-border i:after {
        left: auto;
        right: 0;
    }

    .effect-19:focus ~ .focus-border:before,
    .effect-19:focus ~ .focus-border:after,
    .has-content.effect-19 ~ .focus-border:before,
    .has-content.effect-19 ~ .focus-border:after {
        left: 0;
        width: 100%;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
    }

    .effect-19:focus ~ .focus-border i:before,
    .effect-19:focus ~ .focus-border i:after,
    .has-content.effect-19 ~ .focus-border i:before,
    .has-content.effect-19 ~ .focus-border i:after {
        top: -1px;
        height: 100%;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
    }

    .effect-19 ~ label {
        position: absolute;
        left: 14px;
        width: 100%;
        top: 10px;
        color: #000000;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        z-index: -1;
        letter-spacing: 0.5px;
    }

    .effect-19:focus ~ label,
    .has-content.effect-19 ~ label {
        top: -18px;
        left: 0;
        font-size: 1.2rem;
        color: #000000;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        z-index: 1;
    }

.radio {
    margin: 0 0 1.5rem 0;
}

    .radio input[type=radio] + .radio-label:before {
        border: 1px solid #555555;
        width: 20px;
        height: 20px;
        top: 0;
    }

    .radio input[type=radio]:checked + .radio-label:before {
        background-color: #DB6A7A;
        box-shadow: inset 0 0 0 3px #ffffff;
        top: 0;
    }

    .checkbox label,
    .radio label {
        padding-left: 0;
        color: #7E7E7E;
        font-size: 1.8rem;
        font-weight: 700;
        text-align: left;
    }

    .radio label {
        margin: 0 !important;
        padding: 1rem 1.5rem;
    }

    .radio input[type=radio]:checked + .radio-label {
        font-weight: bold !important;
        color: #DB6A7A;
        background: #f4f4f4;
        padding: 1rem 1.5rem;
        border-radius: 0;
    }

    .radio input[type=radio] {
        position: absolute;
        opacity: 0;
    }

        .radio input[type=radio] + .radio-label:before {
            content: "";
            background: #ffffff;
            border-radius: 100%;
            border: 2px solid #DB6A7A;
            display: inline-block;
            width: 24px;
            height: 24px;
            position: relative;
            top: -2px;
            margin-right: 1rem;
            vertical-align: middle;
            cursor: pointer;
            text-align: center;
            transition: all 250ms ease;
        }

        .radio input[type=radio]:checked + .radio-label:before {
            background-color: #DB6A7A;
            box-shadow: inset 0 0 0 3px #ffffff;
            border: 1px solid #DB6A7A;
        }

        .radio input[type=radio]:focus + .radio-label:before {
            outline: none;
            border-color: #DB6A7A;
        }

        .radio input[type=radio]:disabled + .radio-label:before {
            box-shadow: inset 0 0 0 4px #ffffff;
            border-color: #DB6A7A;
            background: #DDDDDD;
        }

        .radio input[type=radio] + .radio-label:empty:before {
            margin-right: 0;
        }

        .radio input[type=radio] + .radio-label:before {
            border: 1px solid #555555;
            width: 20px;
            height: 20px;
            top: 0;
        }

.file-box {
    border: 1px solid #DDDDDD;
    border-radius: 0.4rem;
    padding: 0px 1rem 0px 0px;
}

[type=file] {
    /* Style the color of the message that says 'No file chosen' */
    color: #222E3E;
}

    [type=file]::-webkit-file-upload-button {
        background: #DDDDDD;
        border: 0px solid #DDDDDD;
        color: #000000;
        cursor: pointer;
        font-size: 14px;
        outline: none;
        padding: 1.2rem 2rem;
        border-radius: 4px 0px 0px 4px;
    }

        [type=file]::-webkit-file-upload-button:hover {
            background: #DB6A7A;
            color: #ffffff;
        }

.prime-color {
    color: #ED1C24 !important;
}

.secondary-color {
    color: #DB6A7A !important;
}

.tertiary-color {
    color: #222E3E !important;
}

.green-color {
    color: #1fad1f;
}

.violet-color {
    color: #3728E1;
}

.pink-color {
    color: #9D00D4;
}

.blue-color {
    color: #222E3E;
}

.white-color {
    color: #ffffff !important;
}

/* image rollover effect */
.hover14 figure {
    position: relative;
}

    .hover14 figure::before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: "";
        width: 50%;
        height: 100%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        transform: skewX(-25deg);
    }

    .hover14 figure:hover::before {
        animation: shine 0.75s;
    }

@keyframes shine {
    100% {
        left: 125%;
    }
}
/* Circle */
.hover15 figure {
    position: relative;
}

    .hover15 figure::before {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        display: block;
        content: "";
        width: 0;
        height: 0;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 100%;
        transform: translate(-50%, -50%);
        opacity: 0;
    }

    .hover15 figure:hover::before {
        animation: circle 0.75s;
    }

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.pic {
    overflow: hidden;
}

.float-right {
    float: right;
}

.white-btn {
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    text-decoration: none;
    border-radius: 0.4rem;
    padding: 10px 32px;
    background: #ffffff;
    color: #222E3E;
    border: 1px solid #222E3E;
}

    .white-btn a {
        color: #ffffff;
    }

    .white-btn:hover {
        background: #222E3E;
        color: #ffffff;
        border: 1px solid #222E3E;
        border-radius: 0.4rem;
    }

.m-l-80 {
    margin: 3rem 0 0 12rem;
}

.m-t-50 {
    margin-top: 5rem;
}

.m-tl-50 {
    margin-top: 5rem;
    margin-left: 3rem;
}

.m-b-50 {
    margin-bottom: 5rem;
}

.lr-12 {
    margin: 0 12rem;
    width: 100%;
}

.full-width .primary-btn {
    display: block;
    width: 100%;
}

.square-pulse {
    box-shadow: 0 0 0 0 rgb(0, 0, 0);
    transform: scale(1);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.primary-btn {
    position: relative;
    overflow: hidden;
    font-size: 1.8rem;
    font-weight: 700;
    border-radius: 0.6rem;
    padding: 1.2rem 3.2rem;
    text-align: center;
    border: none;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    z-index: 2;
    transition: all ease 0.3s;
    border: 1px solid #DB6A7A;
    background: #DB6A7A;
    color: #ffffff;
}

    .primary-btn:hover {
        color: #DB6A7A;
        border: 1px solid #DB6A7A;
        background: #ffffff;
    }

    .primary-btn::before {
        left: 0;
    }

    .primary-btn::after {
        left: 50%;
    }

    .primary-btn span::before,
    .primary-btn span::after {
        top: auto;
        bottom: 0;
    }

    .primary-btn span::before {
        left: 25%;
    }

    .primary-btn span::after {
        left: 75%;
    }

    .primary-btn:hover::before,
    .primary-btn:hover::after,
    .primary-btn:hover span::before,
    .primary-btn:hover span::after {
        height: 100%;
    }

.secondary-btn {
    position: relative;
    overflow: hidden;
    font-size: 1.8rem;
    font-weight: 700;
    border-radius: 0.6rem;
    padding: 1.2rem 3.2rem;
    text-align: center;
    border: none;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    z-index: 2;
    transition: all ease 0.3s;
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}

    .secondary-btn:hover {
        color: #ffffff;
        border: 1px solid #ffffff;
        background: #DB6A7A;
    }

    .secondary-btn::before {
        left: 0;
    }

    .secondary-btn::after {
        left: 50%;
    }

    .secondary-btn span::before,
    .secondary-btn span::after {
        top: auto;
        bottom: 0;
    }

    .secondary-btn span::before {
        left: 25%;
    }

    .secondary-btn span::after {
        left: 75%;
    }

    .secondary-btn:hover::before,
    .secondary-btn:hover::after,
    .secondary-btn:hover span::before,
    .secondary-btn:hover span::after {
        height: 100%;
    }

.tertiary-btn {
    position: relative;
    overflow: hidden;
    font-size: 1.8rem;
    font-weight: 700;
    border-radius: 0.6rem;
    padding: 1.2rem 3.2rem;
    text-align: center;
    border: none;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    z-index: 2;
    transition: all ease 0.3s;
    border: 1px solid #ffffff;
    background: #222E3E;
    color: #ffffff;
}

    .tertiary-btn:hover {
        color: #222E3E;
        border: 1px solid #222E3E;
    }

    .tertiary-btn::before {
        left: 0;
    }

    .tertiary-btn::after {
        left: 50%;
    }

    .tertiary-btn span::before,
    .tertiary-btn span::after {
        top: auto;
        bottom: 0;
    }

    .tertiary-btn span::before {
        left: 25%;
    }

    .tertiary-btn span::after {
        left: 75%;
    }

    .tertiary-btn:hover::before,
    .tertiary-btn:hover::after,
    .tertiary-btn:hover span::before,
    .tertiary-btn:hover span::after {
        height: 100%;
    }

.t-right {
    text-align: right;
}

a.read-btn {
    color: #DB6A7A;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}

/*Header Start*/
header {
    position: fixed;
    z-index: 99999;
    width: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    top: 0;
    padding: 1rem 0;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

    header.large {
        background: #ffffff;
    }

    header.small {
        padding: 5px 0;
    }

.navbar-brand {
    display: inline-block;
    padding: 0;
    width: 15%;
    margin: 0 0 0 0px !important;
    white-space: nowrap;
}

.topmenu {
    float: right;
    width: 85%;
    text-align: right;
}

nav ul {
    padding: 0;
    margin: 0 0 0 0;
    list-style-type: none;
}

    nav ul li {
        display: inline-block;
        text-align: left;
        font-weight: bold;
    }

.nav li a:hover {
    color: #ED1C24;
}

nav li a {
    display: block;
    padding: 0 40px;
    position: relative;
}

    nav li a .active {
        background: #ffffff;
        color: #ED1C24;
        position: relative;
    }

.nav li a.active:after,
.nav li a:hover:after {
    position: absolute;
    content: "";
    background: #ED1C24;
    width: auto;
    left: 0;
    height: 3px;
    right: 0;
    bottom: 0;
}

.nav-link {
    font-weight: 500;
    margin: 0 2rem;
    display: block;
    font-size: 16px;
    padding: 0.5rem 0.5rem;
    color: #222E3E;
    text-transform: uppercase;
}

.nav {
    display: inline-block !important;
}

nav li.vline {
    background: rgba(255, 255, 255, 0.8);
    vertical-align: middle;
    height: 3rem;
    width: 1px;
}

nav li:last-child a.nav-link {
    background: #ED1C24;
    color: #ffffff;
    border-radius: 32px;
    padding: 6px 24px;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #ED1C24;
    margin-right: 0;
}

nav li:last-child a:after {
    display: none;
}

header.small .nav-link {
    display: block;
}

.nav-mobile {
    display: none;
    font-weight: bold;
    width: 100%;
}

.bar1,
.bar2,
.bar3 {
    width: 25px;
    height: 3px;
    background-color: #222E3E;
    margin: 5px 0;
    transition: 0.4s;
}

.bg-light {
    background-color: #ffffff !important;
}

.icon-anim {
    background: url(../images/home-anim-bg.png) no-repeat center center;
    position: relative;
    width: 100%;
    height: 414px;
    margin: 5rem 0 0 0;
}

    .icon-anim .icon1 {
        top: 0;
        position: absolute;
    }

    .icon-anim .icon2 {
        position: absolute;
        top: -34px;
        left: 265px;
    }

    .icon-anim .icon3 {
        position: absolute;
        top: -19px;
        right: 174px;
    }

    .icon-anim .icon4 {
        position: absolute;
        top: 0;
        right: -25px;
    }

    .icon-anim .icon5 {
        position: absolute;
        top: 125px;
        left: 145px;
    }

    .icon-anim .icon6 {
        position: absolute;
        top: 152px;
        left: 321px;
    }

    .icon-anim .icon7 {
        position: absolute;
        top: 85px;
        right: 122px;
    }

    .icon-anim .icon8 {
        position: absolute;
        top: 286px;
        left: 160px;
    }

    .icon-anim .icon9 {
        position: absolute;
        top: 312px;
        left: 372px;
    }

    .icon-anim .icon10 {
        position: absolute;
        bottom: 10px;
        right: 0;
    }

/*zoom effect start*/
.zoom-in-zoom-out {
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(1, 1);
    }
}

.zoom-out-zoom-in {
    animation: zoom-out-zoom-in 2s ease-out infinite;
}

@keyframes zoom-out-zoom-in {
    0% {
        transform: scale(1.2, 1.2);
    }

    50% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1.2, 1.2);
    }
}
/*zoom effect start*/
/*Header End*/
/**Banner form css**/
.homebanner {
    margin: 0px 0 0 0;
    background: url(../images/banner-patch.png) no-repeat left center;
    height: auto;
}

section.homebanner {
    padding: 90px 0 30px 0;
}

.header-content {
    margin: 70px 0 0 0;
}

    .header-content .banner-heading {
        color: #222E3E;
        font-size: 43px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

        .header-content .banner-heading span {
            color: #DB6A7A;
        }

    .header-content .banner-cont {
        color: #555555;
        font-size: 26px;
        font-style: normal;
        font-weight: 500;
        line-height: 40px;
        letter-spacing: 0.24px;
        margin: 0 0 2.4rem 0;
        position: relative;
    }

    .header-content .banner-arrow {
        display: inline-block;
        width: 60px;
        position: absolute;
        top: -9px;
        left: 74.5%;
    }

/*home form start*/
.banner-form {
    width: 100%;
    padding: 2px;
    margin: 70px 0 0 0px;
    border: 2px solid #DB6A7A;
    box-shadow: 12px 12px 24px #ffeaea;
    border-radius: 22px;
}

    .banner-form .banner-inbox {
        width: 100%;
        height: 100%;
        padding: 38px 35px 55px 35px;
        border-radius: 2rem;
        background: rgba(255, 255, 255, 0.95);
    }

        .banner-form .banner-inbox h1 {
            font-size: 38px;
            font-weight: 600;
            color: #000;
            text-align: center;
            padding-bottom: 30px;
        }

        .banner-form .banner-inbox .input-effect {
            margin: 0 0 0rem 0;
        }

        .banner-form .banner-inbox .form-group {
            margin: 0 0 26px 0;
        }

        .banner-form .banner-inbox .m-0 {
            margin: 0;
        }

        .banner-form .banner-inbox .form-control {
            display: block;
            width: 100%;
            padding: 20px 60px 20px 14px;
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            height: 50px;
            line-height: 1.5;
            position: relative;
            color: #555555;
            background-color: #ffffff;
            background-clip: padding-box;
            border: 1.2px solid #AFAFAF;
            border-radius: 8px !important;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        }

            .banner-form .banner-inbox .form-control :focus {
                outline: none;
                border: 1px solid #ED1C24 !important;
                width: 100%;
                transition: 0.5s;
            }

        .banner-form .banner-inbox textarea {
            background: #ffffff !important;
            border: 1px solid #7E7E7E;
            color: #000000;
            border-radius: 4px !important;
            padding: 10px 10px !important;
            min-height: 80px;
            margin: 0px 0 0 0 !important;
        }

.padding-r {
    padding: 10px 40px 10px 10px !important;
}

.banner-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #555555;
}

.banner-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #555555;
}

.banner-form :-ms-input-placeholder {
    /* IE 10+ */
    color: #555555;
}

.banner-form :-moz-placeholder {
    /* Firefox 18- */
    color: #555555;
}

button.submitbtn {
    background: #ED1C24;
    border-radius: 8px;
    display: block;
    width: 100%;
    padding: 12px 50px;
    color: #ffffff;
    border: 0px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    min-width: 150px;
    border: 2px solid #ED1C24;
    transition: all 0.3s ease-in-out;
}

    button.submitbtn:hover {
        background: #fff;
        color: #ED1C24;
    }

.check_box {
    margin: 15px 0 5px 0;
}

    .check_box .rem_div {
        float: left;
        width: 50%;
        margin: 0px 0 0 0;
        position: relative;
    }

    .check_box .forgot_div {
        float: right;
        width: 50%;
        text-align: right;
    }

        .check_box .forgot_div a {
            text-decoration-line: underline;
            color: #555555;
            font-size: 1.4rem;
        }

            .check_box .forgot_div a:hover {
                color: #ED1C24;
            }

/*custom checkbox*/
.checkform label {
    padding-left: 0;
    color: #7E7E7E;
    font-size: 14px !important;
}

.checkform a {
    color: #e0a70f;
}

    .checkform a:hover {
        color: #e0a70f;
        text-decoration: underline !important;
    }

.form-group input[type=checkbox] {
    display: none;
    cursor: pointer;
}

.rem_div .checkform label {
    margin: 12px 0 0 0;
}

input[type=checkbox] + label:before {
    content: "";
    background-color: #fff;
    border: 1px solid #7E7E7E;
    border-radius: 2px;
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
}

input[type=checkbox]:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 12px;
    width: 6px;
    height: 10px;
    border: 1px solid #ED1C24;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.input-icons {
    margin-bottom: 10px;
    z-index: 1;
    position: absolute;
    top: 11px;
    right: 12px;
    color: #848484;
}

    .input-icons svg {
        color: #848484;
    }

.form-icon1 {
    content: "";
    width: 25px;
    height: 25px;
    display: block;
    background: url(../images/sprite-icon.png) no-repeat;
    background-position: -25px -19px;
    right: 0;
    top: 0;
    position: absolute;
}

/*home form end*/
.about-head {
    color: #222E3E;
    font-size: 3.2rem;
    font-weight: 600;
}

    .about-head strong {
        color: #DB6A7A;
    }

.f-24 {
    font-size: 24px;
    font-weight: 500;
}

/*about us start*/
.about {
    position: relative;
}

    .about .aboutsec {
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 34%;
        padding-left: 20px;
    }

    .about .sub-head {
        font-size: 2.4rem;
        margin: 2rem 0 2rem 0;
    }

    .about .para-cont {
        color: #7E7E7E;
        font-size: 1.8rem;
        padding: 10px 0;
    }

ul.strategies {
    margin: 10px 0 0 0;
    padding: 0;
}

    ul.strategies li {
        width: 100%;
        display: inline-block;
        color: #7E7E7E;
        font-size: 1.6rem;
        margin: 0 20px 0 0;
    }

        ul.strategies li span {
            color: #222E3E;
            font-size: 20px;
            display: block;
            font-weight: 700;
            margin: 0px 0 10px 0;
            position: relative;
        }

            ul.strategies li span .arrow-icon {
                content: "";
                width: 20px;
                height: 24px;
                display: inline-block;
                background: url(../images/sprite-icon.png) no-repeat;
                background-position: -67px -19px;
                left: 0;
                top: 15px;
                position: relative;
                border: 0px;
            }

.mission {
    background: #EEEEEE;
    padding: 49px 32px;
    margin: 0 0 15px 0;
    min-height: 300px;
    position: relative;
}

    .mission::before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        border-bottom: 80px solid #ffffff;
        border-left: 80px solid #EEEEEE;
        width: 0;
    }

    .mission:hover {
        background: #ED1C24;
    }

        .mission:hover h3 {
            color: #ffffff;
        }

        .mission:hover .para-cont {
            color: #ffffff;
        }

        .mission:hover .about-icon1 {
            border-bottom: 1px solid #ffffff;
        }

        .mission:hover .about-icon2 {
            background: url(../images/sprite-icon.png) no-repeat;
            background-position: -96px -126px;
            border-bottom: 1px solid #ffffff;
        }

    .mission .about-icon1 {
        content: "";
        width: 52px;
        height: 60px;
        display: inline-block;
        background: url(../images/sprite-icon.png) no-repeat;
        left: 0;
        top: 0;
        margin: 0 0 0 0;
        position: relative;
        border-bottom: 1px solid #222E3E;
        background-position: -23px -126px;
        border-bottom: 1px solid #ffffff;
    }

    .mission .about-icon2 {
        content: "";
        width: 52px;
        height: 60px;
        display: inline-block;
        background: url(../images/sprite-icon.png) no-repeat;
        left: 0;
        top: 0;
        margin: 0 0 0 0;
        position: relative;
        border-bottom: 1px solid #222E3E;
        background-position: -96px -63px;
    }

    .mission h3 {
        color: #222E3E;
        font-size: 2rem;
        font-weight: 700;
        line-height: normal;
        margin: 1rem 0 1rem 0;
    }

.bg-red {
    background-color: #ED1C24;
    color: #ffffff !important;
    position: relative;
}

    .bg-red::before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        border-bottom: 80px solid white;
        border-left: 80px solid #ED1C24;
        width: 0;
    }

.mission:hover::before {
    border-bottom: 80px solid white;
    border-left: 80px solid #ED1C24;
}

.mission-pic img {
    max-width: 100%;
    width: 100%;
}

/*about us end*/
/*Service section start*/
.service-title {
    color: #222E3E;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    width: 40%;
    margin: 0 auto;
}

/*blog start*/
.media-slider .banner-box {
    overflow: hidden !important;
}

    .media-slider .banner-box .f-content {
        color: #222E3E;
        font-size: 2rem;
        font-weight: 700;
        font-style: normal;
        line-height: normal;
        position: relative;
        margin: -51px 0 0 0;
        transition: all 0.3s ease-in-out;
        width: 90%;
        padding: 1.6rem;
        background: #ffffff;
    }

        .media-slider .banner-box .f-content span {
            display: block;
            margin: 5px 0 0 0;
            color: #555555;
            font-size: 1.6rem;
            font-weight: 500;
            font-style: normal;
            line-height: normal;
        }

    .media-slider .banner-box .s-img {
        overflow: hidden;
    }

    .media-slider .banner-box a.read-more {
        margin: 2rem 0 0 0;
    }

    .media-slider .banner-box .rts-box {
        text-align: left;
        border-radius: 1.6rem 1.6rem 0 0;
        position: relative;
        margin: 1rem 1.5rem 3rem 1.5rem;
        text-align: left;
        color: #ffffff;
        line-height: 1.9rem;
        padding: 0px;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
    }

        .media-slider .banner-box .rts-box:hover {
            box-shadow: 0px 0px 0px 0px;
            border-radius: 0px;
        }

        .media-slider .banner-box .rts-box .s-img img {
            height: auto;
            width: 100%;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
        }

    .media-slider .banner-box:hover .s-img img {
        transform: scale(1.2);
        border-radius: 4.4rem;
    }

    .media-slider .banner-box:hover a.read-more {
        color: #555555;
        padding: 0 0 0 2rem;
    }

    .media-slider .banner-box:hover .f-content {
        border-left: 0.4rem solid #ED1C24;
    }

.media-slider.slick-initialized.slick-slider.slick-dotted {
    overflow: hidden;
    padding: 0 0 3rem 0;
}

.media-slider.slick-initialized.slick-slider.slick-dotted {
    overflow: hidden;
    padding: 0;
}

.media-slider .slick-dots {
    position: absolute;
    bottom: -12px;
    width: 100%;
    right: 0;
    list-style: none;
    transform: rotate(0);
    text-align: center;
}

.media-slider .slick-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
    list-style: none;
    transform: rotate(0);
    text-align: center;
}

    .media-slider .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0 0.5rem;
        padding: 0;
        cursor: pointer;
    }

        .media-slider.slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 2rem;
            height: 2rem;
            padding: 0.5rem;
            cursor: pointer;
            border-radius: 50%;
            border: 0;
            outline: 0;
        }

            .media-slider .slick-dots li button::before {
                font-size: 1.8rem;
                color: #fff;
                opacity: 1;
            }

            .media-slider .slick-dots li button:before {
                font-family: "slick";
                font-size: 1rem;
                position: absolute;
                top: -12px;
                left: 0;
                width: 1.2rem;
                line-height: 29px;
                height: 1.2rem;
                background: #DDDDDD;
                border-radius: 50px;
                content: "";
                text-align: center;
                opacity: 1;
                color: #000000;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .media-slider .slick-dots li.slick-active button:before {
            opacity: 1;
            color: #DDDDDD !important;
            background: #222E3E;
        }

        .media-slider .slick-dots li.slick-active button:after {
            border: 1px solid #222E3E;
            padding: 1rem;
            position: absolute;
            left: -5px;
            right: 3px;
            content: "";
            text-align: center;
            top: -17px;
            border-radius: 5rem;
        }

.media-slider .slick-next {
    position: absolute !important;
    top: -14% !important;
    right: 2% !important;
}

.media-slider .slick-prev {
    position: absolute !important;
    top: -14% !important;
    left: 91% !important;
}

.media-slider .slick-next:before {
    position: absolute !important;
    content: "" !important;
    width: 40px;
    top: 0 !important;
    left: 0 !important;
    height: 40px;
    background: #ffffff url(../images/sprite-icon.png) no-repeat !important;
    background-position: -57px -10px !important;
    border: 1px solid #222E3E;
}

.media-slider .slick-prev:before {
    position: absolute !important;
    content: "" !important;
    width: 40px;
    top: 0 !important;
    left: 0 !important;
    height: 40px;
    background: #ffffff url(../images/sprite-icon.png) no-repeat !important;
    background-position: -128px -10px !important;
    border: 1px solid #222E3E;
}

.media-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.blog {
    background: #ffffff url(../images/service-bg.png) repeat top left;
    position: relative;
    padding: 80px 0;
}

    .blog .secondary-btn {
        color: #ED1C24;
        border: 1px solid #ED1C24;
    }

        .blog .secondary-btn:hover {
            color: #ffffff;
        }

        .blog .secondary-btn:before,
        .blog .secondary-btn span:before,
        .blog .secondary-btn:after,
        .blog .secondary-btn span:after {
            background: #ED1C24;
        }

        .blog .secondary-btn:before,
        .blog .secondary-btn span:before,
        .blog .secondary-btn:after,
        .blog .secondary-btn span:after {
            background: #ED1C24;
        }

.blog-date {
    color: #ffffff;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 3.4rem;
    background: #222E3E;
    padding: 1rem 2.4rem;
    display: inline-block;
    top: -66px;
    left: 20px;
    position: absolute;
}

.blog-head {
    display: inline-block;
    width: 100%;
}

    .blog-head h2 {
        float: left;
    }

    .blog-head a {
        float: right;
    }

.pd-16 {
    padding: 1.6rem;
}

/*blog end*/
/*Service section start*/
.service {
    position: relative;
    padding: 5px 0 0px 0;
    margin: 90px 0 125px 0 !important;
}

.prod-icon-anim {
    background: url("../images/integrations-colors-path.png") no-repeat center center;
    position: relative;
    width: 100%;
    height: 414px;
    margin: 5rem 0 0 0;
}

    .prod-icon-anim .icon1 {
        top: 26%;
        position: absolute;
        left: 6%;
    }

        .prod-icon-anim .icon1:hover {
            opacity: 1;
        }

    .prod-icon-anim .icon2 {
        position: absolute;
        top: 26%;
        left: 60%;
    }

    .prod-icon-anim .icon3 {
        position: absolute;
        top: 26%;
        left: 70%;
    }

    .prod-icon-anim .icon4 {
        position: absolute;
        top: 26%;
        right: 4%;
    }

    .prod-icon-anim .icon5 {
        position: absolute;
        bottom: 4%;
        right: 10.5%;
    }

    .prod-icon-anim .icon6 {
        position: absolute;
        top: 26%;
        left: 22%;
    }

    .prod-icon-anim .icon7 {
        position: absolute;
        top: 26%;
        left: 33%;
    }

    .prod-icon-anim .icon8 {
        position: absolute;
        top: -9%;
        left: 38.5%;
    }

    .prod-icon-anim .icon9 {
        position: absolute;
        top: -9%;
        left: 54%;
    }

    .prod-icon-anim .icon10 {
        position: absolute;
        bottom: 4%;
        left: 12.5%;
    }

    .prod-icon-anim .icon11 {
        position: absolute;
        top: 33%;
        left: 47.7%;
    }

    .prod-icon-anim span {
        margin: 30px 0 0 0;
        font-weight: bold;
        display: block;
        color: #ED1C24;
        font-size: 20px;
        opacity: 0;
        transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        text-align: center;
        position: absolute;
        top: -10px;
        left: 30%;
    }

.proddetails {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    width: 69%;
}

/*Service section end*/
/* VIDEO SLIDER */
.produxtsec {
    text-align: left !important;
}

.videos-slider-2 {
    background-image: url("../images/Slider-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 100px;
}

    .videos-slider-2 h4 {
        font-size: 14px;
    }

.video-slide {
    height: auto;
    padding: 0 5px;
}

.serviceimg {
    transition: 0.5s;
    transform-style: preserve-3d;
    overflow: hidden;
}

    .serviceimg:hover {
        cursor: pointer;
        transform: rotateX(10deg) scale(1.1);
    }

.service-tab {
    position: relative;
}

    .service-tab .container {
        position: relative;
    }

        .service-tab .container:last-child::before {
            content: "";
            right: 0;
            width: 500px;
            height: 85%;
            background-color: #ED1C24;
            position: absolute;
            margin-top: 100px;
        }

.productlist {
    margin-top: 100px;
}

    .productlist ul li {
        width: 100%;
        margin: 0;
        overflow: hidden;
        list-style: none;
        color: #555555;
        font-size: 20px;
        line-height: 31px;
        font-weight: 500;
        height: 76px;
        transition: 0.9ms ease;
    }

        .productlist ul li:hover {
            color: #ED1C24;
            padding-left: 10px;
        }

.postleft {
    width: 50px;
    float: left;
}

    .postleft img {
        width: 40px;
        height: 40px;
    }

.postright {
    width: calc(100% - 50px);
    float: left;
}

ul.videolist {
    list-style: none;
    margin-top: 20px;
    overflow: hidden;
}

    ul.videolist li {
        color: #555555;
        font-size: 20px;
        line-height: 39px;
        font-weight: 500;
        padding: 5px 0;
    }

        ul.videolist li::before {
            content: "";
            background-image: url("../images/videolist-bullet.png");
            background-size: contain;
            display: inline-block;
            width: 1em;
            height: 1em;
            position: relative;
            top: 0.3rem;
            margin-right: 1rem;
        }

.redbg {
    background-color: rgba(237, 28, 35, 0);
    width: 500px;
    height: 600px;
    float: right;
}

.slide-bg {
    position: relative;
}

.slidecontain {
    position: absolute;
    top: 40%;
    z-index: 999999999;
    left: -13%;
}

    .slidecontain h3 {
        background: #FFEEF1;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        color: #ED1C24;
        padding: 12px 20px;
        text-transform: uppercase;
        display: inline-block;
        border: 1px solid #ED1C24;
        font-size: 32px;
        transform: rotate(270deg);
        width: 300px;
        height: 75px;
        text-align: center;
        border-radius: 8px;
    }

.serviceimg {
    width: 500px;
    height: 490px;
    z-index: 9999999;
    position: absolute;
    margin-top: 50px;
    margin-left: 50px;
}

    .serviceimg:before {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        display: block;
        content: "";
        width: 0;
        height: 0;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 100%;
        transform: translate(-50%, -50%);
        opacity: 0;
    }

    .serviceimg:hover::before {
        animation: circle 0.75s;
    }

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.pic {
    overflow: hidden;
}

.slider-nav-thumbnails {
    left: 30% !important;
    top: 0%;
    text-align: right !important;
    z-index: 999;
    max-width: 510px;
    position: absolute !important;
}

    .slider-nav-thumbnails .thumb-list {
        background-color: #e9e9e9;
        padding: 5px 6px;
    }

    .slider-nav-thumbnails .slick-slide {
        cursor: pointer;
        outline: none;
        font-size: 17px;
        padding: 6px 15px;
        color: #000;
        border-right: 1px solid #ffffff;
    }

        .slider-nav-thumbnails .slick-slide.slick-current.slick-active {
            opacity: 1;
            background-color: #ED1C24;
            color: #ffffff;
        }

        .slider-nav-thumbnails .slick-slide img {
            padding: 5px;
            background: transparent;
        }

        .slider-nav-thumbnails .slick-slide.slick-current.slick-active img {
            background: #000;
        }

    .slider-nav-thumbnails img {
        width: 40px;
        margin: 0 5px;
    }

    .slider-nav-thumbnails .slick-slide:first-child img {
        margin-left: 0;
    }

    .slider-nav-thumbnails .slick-slide:last-child img {
        margin-right: 0;
    }

    .slider-nav-thumbnails .slick-active {
        background-color: #ED1C24;
        color: #ffffff;
    }

#benifits {
    background: url("../images/choose-bg.png") no-repeat top center;
    position: relative;
    width: 100%;
    padding: 48px 0 0 0;
    height: 100%;
}

    #benifits .card {
        margin-top: 30px;
        border-radius: 8px;
    }

    #benifits .card-body {
        display: block;
        width: 100%;
        height: 245px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        padding: 0;
    }

        #benifits .card-body img {
            width: 100%;
            height: 100%;
        }

    #benifits .card-footer {
        background-color: #fafafa;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

        #benifits .card-footer h4 {
            font-size: 20px;
            text-align: center;
            color: #222E3E;
            font-weight: 600;
            padding: 4px 30px;
        }

    #benifits .card:hover .card-footer {
        background-color: #ED1C24;
        transition: 0.3ms ease-in;
    }

        #benifits .card:hover .card-footer h4 {
            color: #ffffff !important;
        }

.whatgood-section {
    width: 100%;
    margin: 60px auto;
    display: block;
}

    .whatgood-section p {
        max-width: 80%;
        margin: 0 auto;
        text-align: center;
    }

.whatgood-section {
    width: 100%;
    margin: 60px auto;
    display: block;
}

    .whatgood-section p {
        max-width: 80%;
        margin: 0 auto;
        text-align: center;
    }

.about-map {
    width: 100%;
    min-height: 475px;
    margin: 40px auto;
    background: url("../images/about-us-map.png") no-repeat top center;
}

    .about-map .abt-map-row {
        width: 100%;
        position: relative;
        height: 100px;
    }

.abt-map-row .abt-map-pin {
    background: url("../images/abt-map-pointer-2.png") no-repeat 0 0;
    width: 65px;
    height: 100px;
    position: absolute;
    display: block;
    font-size: 25px;
    font-weight: bold;
    padding: 17px 0;
    color: #067b90;
    text-align: center;
}

.abt-map-row .abt-map-sm-pin {
    background: url("../images/abt-map-pointer-2.png") no-repeat 0 0;
    width: 40px;
    height: 60px;
    position: absolute;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 9px 0;
    color: #067b90;
    text-align: center;
}

.abt-map-row .abt-map-pin:after {
    position: relative !important;
    height: 50px;
    display: inline-block;
    content: "";
    width: 50px;
    border-radius: 50%;
    left: -23px;
    border: 1px solid #ed1c24;
    top: -32px;
    animation: pulsate 2s ease-in-out infinite;
    transition: all 0.25s linear;
}

.abt-map-row .abt-map-sm-pin:after {
    position: relative !important;
    height: 50px;
    display: inline-block;
    content: "";
    width: 50px;
    border-radius: 50%;
    left: -15px;
    border: 1px solid #ed1c24;
    top: -24px;
    animation: pulsate 2s ease-in-out infinite;
    transition: all 0.25s linear;
}

@keyframes pulsate {
    0% {
        transform: scale(0.2);
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.abt-map-row .map-pin-ind {
    top: 31%;
    right: 32%;
}

.countryind {
    position: absolute;
    color: #222E3E;
    font-size: 24px;
    top: 47%;
    right: 34%;
}

.abt-map-row .map-pin-uae {
    left: 56%;
    top: 39%;
}

.countryuae {
    position: absolute;
    color: #222E3E;
    font-size: 24px;
    left: 54%;
    top: 7%;
    z-index: 9;
}

.abt-map-row .map-pin-us {
    left: 26%;
    top: 10%;
    z-index: 9;
}

.countryus {
    position: absolute;
    color: #222E3E;
    font-size: 24px;
    left: 25%;
    top: 25%;
}

.abt-map-row .map-pin-can {
    left: 27%;
    top: 101%;
    z-index: 9;
}

.countrycan {
    position: absolute;
    color: #222E3E;
    font-size: 24px;
    left: 25%;
    top: 116%;
}

.abt-map-row .map-pin-thai {
    top: 53%;
    right: 27.5%;
}

.countrythai {
    position: absolute;
    color: #222E3E;
    font-size: 24px;
    top: 18%;
    right: 25%;
}

@keyframes swing {
    15% {
        transform: translateY(10px);
    }

    30% {
        transform: translateY(-6px);
    }

    50% {
        transform: translateY(3px);
    }

    65% {
        transform: translateY(-3px);
    }

    80% {
        transform: translateY(2px);
    }

    100% {
        transform: translateY(0);
    }
}

.swing:hover {
    animation: swing 1s ease;
    animation-iteration-count: 1;
}

.travllermap {
    width: 100%;
    height: 100%;
}

    .travllermap .counter-box {
        display: inline-block;
        width: auto;
        background-color: #ffffff;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
        padding: 8px 15px;
    }

        .travllermap .counter-box h4 {
            font-size: 30px;
            font-weight: 600;
            color: #ED1C24;
            text-align: center;
        }

        .travllermap .counter-box span {
            color: #7e7e7e;
            font-size: 16px;
        }

.happycust {
    position: absolute;
    top: 54%;
    left: 13%;
}

.trvlpart {
    position: absolute;
    bottom: 17%;
    left: 38%;
}

.trvlexp {
    position: absolute;
    bottom: 17%;
    left: 56%;
}

.trvlbrch {
    position: absolute;
    top: 54%;
    right: 13%;
}

.contactus .contact-form {
    width: 95%;
    margin: 15px 0 0 0;
}

.contact-form label {
    margin: 0 0 5px 0;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    color: #2C3039;
}

.contact-form .input-effect {
    position: relative;
    margin: 0 0 25px 0;
}

.contact-form .form-control {
    display: block;
    width: 100%;
    padding: 10px 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    height: 45px;
    line-height: 1.5;
    position: relative;
    color: #2C3039;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #D2D2D2;
    border-radius: 4px !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contact-form input[type=text] {
    color: #333;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1px;
}

.contact-list {
    padding: 30px 25px;
    background: #222E3E url("../images/cotact-bg.png");
    background-repeat: no-repeat;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px;
}

.contact-head {
    margin: 0 0 10px 0;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 60px;
    display: flex;
    align-items: center;
    color: #ffffff;
}

ul.con-list {
    margin: 0 0 0px 0;
}

    ul.con-list li {
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 26px;
        display: inline-block;
        padding: 0 0 0 40px;
        color: #ffffff;
        position: relative;
        width: 100%;
        margin: 0 0 25px 0;
    }

        ul.con-list li:last-child {
            margin-bottom: 0;
        }

        ul.con-list li .con-details {
            display: inline-block;
            width: 100%;
            padding-left: 12px;
            padding-bottom: 10px;
            border-bottom: 1px solid #ffffff;
        }

        ul.con-list li .border-none {
            border-bottom: none !important;
            padding-bottom: 0;
        }

        ul.con-list li a {
            color: #ffffff !important;
            text-decoration: none;
        }

        ul.con-list li .icon1 {
            content: "";
            width: 50px;
            height: 50px;
            display: block;
            background: url(../images/sprite-icon.png) no-repeat !important;
            background-position: -162px -67px !important;
            left: 0;
            top: 2px;
            position: absolute;
        }

        ul.con-list li .icon2 {
            content: "";
            width: 40px;
            height: 42px;
            display: block;
            background: url(../images/sprite-icon.png) no-repeat !important;
            background-position: -212px -66px !important;
            left: 0;
            top: 0px;
            position: absolute;
        }

        ul.con-list li .icon3 {
            content: "";
            width: 40px;
            height: 42px;
            display: block;
            background: url(../images/sprite-icon.png) no-repeat !important;
            background-position: -272px -67px !important;
            left: 0;
            top: 2px;
            position: absolute;
        }

.know-more-btn {
    background: #ED1C24;
    color: #fff;
    height: 48px;
    top: 2px;
    transition: all 0.3s;
    font-size: 20px;
    position: relative;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 3px 15px 3px 15px;
    margin: 0px 0px 0 0px;
    line-height: 45px;
    font-weight: 500;
    border-radius: 8px;
}

    .know-more-btn .arrow-icon {
        position: relative;
        right: 0;
        background: none !important;
        top: 0;
        float: right;
        height: 45px;
        padding: 0 0px 0 12px;
        line-height: 45px;
        margin-left: 10px;
    }

footer {
    width: 100%;
    background-color: #DB6A7A;
    color: #ffffff;
    padding: 20px 50px;
    text-align: center;
    margin: 0 auto;
}

    footer h3 {
        font-size: 18px;
        color: #ffffff;
        margin-bottom: 0px;
        font-weight: 600;
        text-align: right;
        float: right;
    }

        footer h3 a {
            text-align: right;
        }

    footer a {
        color: #ffffff;
        text-decoration: none;
        text-align: left;
        float: left;
    }

        footer a:hover, footer a:focus {
            color: #ffffff;
        }

.scrollToTop {
    height: 60px;
    width: 60px;
    position: fixed;
    right: 15px;
    bottom: 30px;
    z-index: 99;
    background: url(../images/scroll-top.png) no-repeat 0 5px;
}

    .scrollToTop:hover {
        background-position: 0 -75px;
    }

.thank-banner {
    margin: 0;
    width: 100%;
    min-height: 100vh;
    background: url(../images/thank-banner.png) no-repeat top right;
    background-size: cover;
}

.thankpage {
    text-align: center;
    top: 30%;
    width: 100%;
    margin: 0 auto;
    left: 0;
    position: absolute;
}

    .thankpage h4 {
        font-size: 40px;
        letter-spacing: 2px;
        margin: 0 auto;
        color: #fff;
        width: 60%;
        line-height: 50px;
        font-weight: bold;
    }

a.homebtn {
    text-align: center;
    background: #fff;
    color: #ED1C24;
    border-radius: 30px;
    margin: 20px 0 0 0;
    font-weight: 600;
    padding: 12px 34px;
    font-size: 20px;
    display: inline-block;
    text-decoration: none;
}

.add-location {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 44px;
    color: #000000;
    text-transform: capitalize !important;
    margin: 0 0 15px 0;
}

.foot-contact h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 44px;
    color: #000000;
}

.foot-contact a {
    padding: 0 0 0px 30px;
    position: relative;
    width: 100%;
    display: block;
    font-size: 20px;
    color: #000000;
    transition: 0.5s;
    float: left;
    margin: 0 0 15px 0;
    text-decoration: none;
}

    .foot-contact a::before {
        content: "";
        width: 25px;
        height: 25px;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: url(../images/form-icon-foot.png) no-repeat 0px -145px;
    }

    .foot-contact a.email-id-icon:before {
        background: url(../images/form-icon-foot.png) no-repeat -3px -189px;
    }

    .foot-contact a.map-icon:before {
        background: url(../images/form-icon-foot.png) no-repeat -6px -224px;
    }

.close-modal {
    position: absolute;
    right: 0;
    font-size: 18px;
    font-weight: 600;
    color: #000000 !important;
}

.enquiry-popup .close-btn {
    position: absolute;
    right: 6px;
    top: 7px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    color: #585858;
    z-index: 1;
    background: none;
    box-shadow: none;
    border: none;
}

.enquiry-popup .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, 0.2);
    outline: 0;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 40px 40px;
}

    .enquiry-popup .modal-content p {
        font-size: 12px;
        margin-bottom: 10px;
    }

.mission .about-icon1 {
    background-position: -21px -57px;
}

/*become partner code */
.become-btn {
    top: 16px;
    right: 0 !important;
    position: absolute;
    width: auto;
    padding: 8px 10px;
    min-width: 160px;
    border: 2px solid #F3F3F3;
    border-radius: 10px;
    color: #ffffff;
    font-weight: normal;
    font-size: 14px;
    transition: 0.5s;
    text-align: center;
    background: #ED1C24;
    color: #ffffff;
    border-radius: 32px;
    padding: 6px 24px;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #ED1C24;
}

    .become-btn:hover {
        border: 2px solid #F3F3F3;
        color: #CC2128;
        background: #F3F3F3;
    }

    .become-btn span {
        z-index: 99;
        position: relative;
    }

.btn--glow {
    position: relative;
    overflow: hidden;
}

    .btn--glow:before {
        content: "";
        position: absolute;
        left: -20%;
        top: -10%;
        width: 0;
        height: 100%;
        transform: rotate(15deg) scale(1, 2);
        box-shadow: 0 0 30px 15px rgba(255, 255, 255, 0.7);
        animation: button-glow 2500ms ease-in-out infinite;
    }

@keyframes button-glow {
    0% {
        left: -20%;
    }

    50% {
        left: 120%;
    }

    100% {
        left: 120%;
    }
}

@media only screen and (max-width: 768px) {
    .become-btn {
        top: 17px;
        right: 57px !important;
        position: absolute;
        width: auto;
        padding: 6px 6px;
        min-width: 129px;
        border: 2px solid #F3F3F3;
        border-radius: 10px;
        color: #ffffff;
        font-weight: normal;
        font-size: 12px;
        transition: 0.5s;
        background-size: 100%;
        text-decoration: none;
        text-align: center;
        display: block;
        background: #ED1C24;
        color: #ffffff;
        border-radius: 32px;
        padding: 6px 24px;
        font-size: 16px;
        font-weight: 600;
        border: 1px solid #ED1C24;
    }
}

.onyfordesk {
    display: block;
}

.onyformob {
    display: none;
}

.mobmenu {
    display: none;
}

.onyfordesk {
    display: block;
}

.onyformob {
    display: none;
}

.mobmenu {
    display: none;
}

.icon-mapsec {
    background-image: url('/images/map-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 380px;
    position: relative;
    margin: -50px 0 0 0;
}

.item {
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-shadow: rgba(247, 9, 9, 0.2) 0px 2px 8px 0px;
    animation: diagonal-move 8s linear infinite alternate;
}

.certified-img {
    vertical-align: middle;
    border-style: none;
    margin-left: 10px;
    border-radius: 4px;
}

footer a {
    font-size: 15px;
}

.accept-logo {
    width: 50px;
}

.accept-logo1 {
    width: 80px;
}

.acceptance {
    display: flex;
    justify-content: end;
}

.partners {
    background-color: #222e3e;
    padding: 20px 50px 30px 50px;
    margin: 90px 0 0px 0;
    position: relative;
}

    .partners::before {
        content: "";
        position: absolute;
        border-bottom: 64px solid #222e3e;
        border-right: 100vw solid transparent;
        top: -64px;
        left: 0;
        z-index: 1;
        width: 100%;
        display: block;
    }

    .partners .about h3 {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        color: #fff;
        display: block !important;
        margin: 0 0 15px 0;
    }

    .partners .about .para-cont {
        font-size: 16px;
        color: #fdfdfd;
        font-weight: 300;
    }

.certify {
    padding: 5px 0 15px 0;
}

    .certify h3 {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        color: #fff;
        display: block !important;
        margin: 0 0 15px 0;
    }

    .certify .card-support {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .certify .card-support li {
            margin-right: 0.4rem;
            margin-bottom: 0.4rem;
            display: inline-block;
        }

            .certify .card-support li img {
                height: 40px;
            }

footer .footer-text {
    display: flex;
    align-items: center;
    justify-content: end;
}

.footer_row_2 {
    display: block;
    background: #e1e1e1;
    padding: 0;
}

    .footer_row_2 h3 {
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        color: #333;
        display: block !important;
        margin: 0 0 15px 0;
    }

    .footer_row_2 .card-support {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .footer_row_2 .card-support li {
            margin-right: 0.4rem;
            margin-bottom: 0.4rem;
            display: inline-block;
        }

            .footer_row_2 .card-support li img {
                height: 40px;
                filter: grayscale(1);
            }

                .footer_row_2 .card-support li img:hover {
                    filter: grayscale(0);
                }

.footer_share_icons_area_first, .footer_share_icons_area_fourth, .footer_share_icons_area_second, .footer_share_icons_area_third {
    border-right: 1px solid #ccc;
    padding: 15px 10px;
}

.footer_share_icons_area_first {
    border-left: 1px solid #ccc;
}

@keyframes diagonal-move {


    0% {
        transform: translate(45px, 95px);
    }

    30% {
        transform: translate(110px, 250px);
    }

    65% {
        transform: translate(180px, 150px);
    }

    100% {
        transform: translate(290px, 50px);
    }
}

.item-car {
    position: absolute;
    width: 48px;
    height: 48px;
    box-shadow: rgba(247, 9, 9, 0.2) 0px 2px 8px 0px;
    border-radius: 50%;
    animation: car-move 8s linear infinite alternate;
}

@keyframes car-move {

    0% {
        transform: translate(180px, 150px);
    }

    30% {
        transform: translate(45px, 95px);
    }

    65% {
        transform: translate(110px, 250px);
    }

    100% {
        transform: translate(45px, 95px);
    }
}

.item-flight {
    position: absolute;
    width: 60px;
    height: 60px;
    box-shadow: rgba(247, 9, 9, 0.2) 0px 2px 8px 0px;
    border-radius: 50%;
    animation: flight-move 8s linear infinite alternate;
}

@keyframes flight-move {

    0% {
        transform: translate(290px, 50px);
    }

    30% {
        transform: translate(390px, 150px);
        //transform: translate(180px, 150px);
    }

    60% {
        transform: translate(290px, 50px);
    }

    100% {
        transform: translate(180px, 150px);
    }
}

.item-insurance {
    position: absolute;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    animation: insurance-move 8s linear infinite alternate;
    box-shadow: rgba(247, 9, 9, 0.2) 0px 2px 8px 0px;
}

@keyframes insurance-move {
    0% {
        transform: translate(110px, 250px);
    }

    30% {
        transform: translate(180px, 150px);
    }

    65% {
        transform: translate(300px, 280px);
    }

    100% {
        transform: translate(390px, 150px);
    }
}

.item-activity {
    position: absolute;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    animation: activity-move 8s linear infinite alternate;
    box-shadow: rgba(247, 9, 9, 0.2) 0px 2px 8px 0px;
}

@keyframes activity-move {
    0% {
        transform: translate(300px, 280px);
    }

    30% {
        transform: translate(515px, 260px);
    }

    65% {
        transform: translate(630px, 165px);
    }

    100% {
        transform: translate(515px, 260px);
    }
}

.item-hotel {
    position: absolute;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    animation: hotel-move 8s linear infinite alternate;
    box-shadow: rgba(247, 9, 9, 0.2) 0px 2px 8px 0px;
}

@keyframes hotel-move {
    0% {
        transform: translate(390px, 150px);
    }

    30% {
        transform: translate(290px, 50px);
    }

    65% {
        transform: translate(45px, 95px);
    }

    100% {
        transform: translate(110px, 250px);
    }
}

.item-visa {
    position: absolute;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    animation: visa-move 8s linear infinite alternate;
    box-shadow: rgba(247, 9, 9, 0.2) 0px 2px 8px 0px;
}

@keyframes visa-move {
    0% {
        transform: translate(550px, 60px);
    }

    30% {
        transform: translate(765px, 90px);
    }

    65% {
        transform: translate(764px, 260px);
    }

    100% {
        transform: translate(630px, 165px);
    }
}

.item-forex {
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    animation: forex-move 8s linear infinite alternate;
    box-shadow: rgba(247, 9, 9, 0.2) 0px 2px 8px 0px;
}

@keyframes forex-move {
    0% {
        transform: translate(515px, 260px);
    }

    30% {
        transform: translate(300px, 280px);
    }

    65% {
        transform: translate(515px, 260px);
    }

    100% {
        transform: translate(550px, 60px);
    }
}

.item-holiday {
    position: absolute;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    animation: holiday-move 8s linear infinite alternate;
    box-shadow: rgba(247, 9, 9, 0.2) 0px 2px 8px 0px;
}

@keyframes holiday-move {
    0% {
        transform: translate(630px, 165px);
    }

    50% {
        transform: translate(550px, 60px);
    }

    100% {
        transform: translate(765px, 90px);
    }
}

.item-rail {
    position: absolute;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    animation: rail-move 8s linear infinite alternate;
    box-shadow: rgba(247, 9, 9, 0.2) 0px 2px 8px 0px;
}

@keyframes rail-move {
    0% {
        transform: translate(765px, 90px);
    }

    30% {
        transform: translate(550px, 60px);
    }

    65% {
        transform: translate(390px, 150px);
    }

    100% {
        transform: translate(300px, 280px);
    }
}

.item-bus {
    position: absolute;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    animation: bus-move 8s linear infinite alternate;
    box-shadow: rgba(247, 9, 9, 0.2) 0px 2px 8px 0px;
}

@keyframes bus-move {
    0% {
        transform: translate(764px, 260px);
    }

    30% {
        transform: translate(630px, 165px);
    }

    65% {
        transform: translate(765px, 90px);
    }

    100% {
        transform: translate(764px, 260px);
    }
}

.forsmall {
    display: none;
}


/***********~Media Query~***********/
@media only screen and (max-width: 2560px) {
    .about .aboutsec {
        width: 25%;
        text-align: justify;
    }
}

@media only screen and (min-width: 1921px) {
    .proddetails {
        width: 52%;
    }
}

@media only screen and (max-width: 1920px) {
    .proddetails {
        width: 69%;
    }

    .about .aboutsec {
        width: 34%;
        text-align: justify;
    }
}

@media only screen and (max-width: 1600px) {
    .proddetails {
        width: 82%;
    }

    .about .aboutsec {
        width: 41%;
        text-align: justify;
    }
}

@media only screen and (max-width: 1440px) {
    .header-content {
        margin: 40px 0 0 0;
    }

    .banner-form {
        margin: 50px 0 0 0px;
    }

    .proddetails {
        width: 91%;
    }

    #benifits .card-footer h4 {
        font-size: 18px;
        padding: 8px 20px;
    }

    .about .aboutsec {
        width: 45%;
    }

    .header-content .banner-heading {
        font-size: 38px;
        line-height: 73px;
    }

    .f-24 {
        font-size: 22px !important;
    }

    .about .para-cont {
        font-size: 1.6rem;
    }

    ul.strategies li span {
        font-size: 18px;
    }

    .about-head {
        font-size: 3rem;
    }

    h2 {
        font-size: 17px;
        padding: 8px 16px;
    }

    .header-content .banner-heading {
        font-size: 33px;
        line-height: 58px;
    }

    .header-content .banner-cont {
        font-size: 24px;
        line-height: 27px;
        margin: 0 0 1.4rem 0;
    }
    .egg, .egg-top {
        width: 145px;
    }

        .egg:after {
            left: 125px;
        }

        .egg-top:after {
            left: 90px;
        }

    .shell-top:after {
        left: 45px;
    }
}
@media only screen and (max-width:647px) {
    #easter-egg-animation,
    .eggConteiner {
        display: none;
    }
}

@media only screen and (max-width: 1366px) {
    .header-content .banner-arrow {
        left: 85%;
    }

    .banner-form .banner-inbox {
        padding: 50px 20px 50px 20px;
    }

    .proddetails {
        width: 82%;
    }

    .prod-icon-anim .icon1 {
        left: -5%;
    }

    .prod-icon-anim .icon10 {
        left: 6.5%;
    }

    .prod-icon-anim .icon6 {
        left: 14%;
    }

    .prod-icon-anim .icon7 {
        left: 28%;
    }

    .prod-icon-anim .icon8 {
        left: 35.5%;
    }

    .prod-icon-anim .icon9 {
        left: 55%;
    }

    .prod-icon-anim .icon4 {
        right: -7%;
    }

    .prod-icon-anim .icon3 {
        left: 76%;
    }

    .prod-icon-anim .icon2 {
        left: 62%;
    }

    .prod-icon-anim .icon5 {
        right: 4.5%;
    }

    .slider-nav-thumbnails {
        right: 0 !important;
    }

    .abt-map-row .map-pin-can {
        left: 22%;
    }

    .countrycan {
        left: 19%;
    }

    .abt-map-row .map-pin-us {
        left: 22%;
        top: 1%;
    }

    .countryus {
        left: 21%;
    }

    .abt-map-row .map-pin-uae {
        left: 57%;
    }

    .abt-map-row .map-pin-ind {
        right: 29%;
    }

    .countryind {
        right: 31%;
    }

    .trvlbrch {
        right: 5%;
    }

    .contact-list {
        padding: 18px 17px;
    }

    .contact-head {
        font-size: 25px;
    }

    ul.con-list li {
        font-size: 16px;
    }

    .mission {
        padding: 19px 14px;
        margin: 0 0 15px 0;
        min-height: 267px;
    }

    .about .aboutsec {
        width: 40%;
    }

    .icon-mapsec {
        background-size: cover;
        margin: -50px 0px 0 -90px !important;
        width: 115%;
        height: 350px !important;
    }

    .certified-img {
        width: 50px;
        height: 30px;
    }

    .accept-logo {
        width: 30px !important;
    }

    footer h3 {
        font-size: 16px;
    }

    .navbar-brand {
        width: 12%;
    }

    header {
        padding: 0.3rem 0;
    }

    .topmenu {
        width: 88%;
    }

    .nav-link {
        margin: 0 1rem;
    }

    section.homebanner {
        padding: 50px 0 30px 0 !important;
    }

    .header-content {
        margin: 25px 0 0 0 !important;
    }

        .header-content .banner-heading {
            font-size: 33px;
            line-height: 58px;
        }

        .header-content .banner-cont {
            font-size: 24px;
            line-height: 27px;
            margin: 0 0 1.4rem 0;
        }

        .header-content .banner-arrow {
            left: 81% !important;
            top: -13px !important;
        }

    .banner-form .banner-inbox {
        padding: 15px 20px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .nav-link {
        font-weight: 500;
        margin: 0 1rem;
        display: block;
        font-size: 14px;
        padding: 0.3rem 0.3rem;
    }

    nav li:last-child a.nav-link {
        font-size: 15px;
    }

    .mission {
        padding: 13px 10px;
        min-height: 200px;
    }

    .about .para-cont {
        font-size: 14px;
    }

    .video-slide {
        height: auto;
        padding: 0 64px;
    }

    ul.videolist li {
        font-size: 16px;
    }

    .service-tab .container::before {
        width: 380px;
    }

    .slider-nav-thumbnails .slick-slide {
        cursor: pointer;
        outline: none;
        font-size: 13px;
        padding: 6px 11px;
    }

    .slider-nav-thumbnails {
        max-width: 390px;
    }

    .slidecontain {
        left: -22%;
    }

    .prod-icon-anim {
        background-size: cover;
    }

    .icon1 img,
    .icon2 img,
    .icon3 img,
    .icon4 img,
    .icon5 img,
    .icon6 img,
    .icon7 img,
    .icon8 img,
    .icon9 img,
    .icon10 img {
        width: 85px;
    }

    .prod-icon-anim .icon1 {
        left: 4%;
        top: 34%;
    }

    .prod-icon-anim .icon6 {
        left: 19%;
        top: 34%;
    }

    .prod-icon-anim .icon7 {
        left: 31%;
        top: 34%;
    }

    .prod-icon-anim .icon8 {
        left: 38.5%;
        top: 10%;
    }

    .prod-icon-anim .icon9 {
        left: 54%;
        top: 10%;
    }

    .prod-icon-anim .icon2 {
        top: 34%;
    }

    .prod-icon-anim .icon3 {
        left: 74%;
        top: 34%;
    }

    .prod-icon-anim .icon11 {
        position: absolute;
        top: 36%;
        left: 46.7%;
        width: 67%;
    }

    .prod-icon-anim .icon4 {
        right: 2%;
        top: 34%;
    }

    .prod-icon-anim .icon10 {
        left: 14.5%;
        bottom: 18%;
    }

    .prod-icon-anim .icon5 {
        right: 12.5%;
        bottom: 18%;
    }

    .proddetails {
        width: 93%;
    }

    .abt-map-row .map-pin-thai {
        top: 45%;
        right: 19.5%;
    }

    .countrythai {
        top: 5%;
        right: 15%;
    }

    .abt-map-row .map-pin-ind {
        right: 26%;
        top: 36%;
    }

    .countryind {
        right: 28%;
        top: 49%;
    }

    .trvlbrch {
        right: 3%;
    }

    .abt-map-row .map-pin-can {
        left: 16%;
    }

    .countrycan {
        left: 12%;
    }

    .abt-map-row .map-pin-us {
        left: 17%;
    }

    .countryus {
        left: 16%;
    }

    .abt-map-row .map-pin-uae {
        left: 59%;
    }

    #benifits .card-footer h4 {
        font-size: 15px;
        padding: 8px 15px;
    }

    .prod-icon-anim {
        margin: 0;
    }

    .header-content .banner-heading {
        font-size: 38px;
        line-height: 60px;
    }

    .header-content .banner-arrow {
        left: 18%;
        top: 30px;
    }

    .icon-mapsec {
        display: none;
    }

    .forsmall {
        display: block;
    }

    footer {
        padding: 20px 5px !important;
    }

    .certified-img {
        width: 35px;
        height: 25px;
    }

    footer a {
        font-size: 13px;
        float: none;
    }

    footer h3 a {
        text-align: center;
    }

    .accept-logo {
        width: 25px !important;
    }

    footer h3 {
        text-align: center;
    }
}

@media only screen and (max-width: 991px) {
    .nav li a.active,
    .nav li a:hover {
        background: #e74e6c;
        color: #fff !important;
        margin: 0;
    }

    nav li:last-child a.nav-link.active {
        color: #fff !important;
        background: #e74e6c !important;
        border: 1px solid #fff;
        border-radius: 0 !important;
        text-transform: capitalize;
    }

    .navbar-brand {
        display: inline-block;
        padding: 0;
        width: 24% !important;
        margin: 0 0 0 10px !important;
        font-size: 1.25rem;
    }

    nav li:last-child {
        background: #fff;
        color: #333;
        border-radius: 0;
        display: none;
    }

        nav li:last-child .nav-link {
            color: #ffffff !important;
        }

    nav ul {
        display: none;
        background-color: white;
        margin-left: 0;
        margin: 1px 0 0 0;
        width: 100%;
    }

    nav li {
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

        nav li a {
            padding: 0 30px;
        }

    nav {
        position: fixed;
        text-align: right;
        top: 0;
        width: 100%;
        left: 0;
    }

    .menubox {
        float: right;
        margin: 10px 15px 0 0;
    }

    .nav-mobile {
        display: inline-block;
        margin: 15px 20px 0 0;
    }

    .nav-link {
        display: block;
        padding: 10px 10px !important;
        color: #333;
        font-size: 14px !important;
        margin: 0;
    }

    .enquiry {
        display: none;
    }

    .about-map {
        background: url("../images/about-us-map.png") no-repeat center;
        background-size: contain;
        min-height: 170px;
        height: 100%;
        margin: 40px auto 0;
    }

        .about-map .abt-map-row {
            display: block;
        }

    .abt-map-row .map-pin-thai {
        top: -26%;
        right: 18.5%;
    }

    .countrythai {
        font-size: 24px;
        top: -35%;
        right: 8%;
    }

    .countryuae {
        top: -66%;
    }

    .abt-map-row .map-pin-uae {
        top: -36%;
    }

    .abt-map-row .map-pin-ind {
        right: 24%;
        top: -25%;
    }

    .countryind {
        right: 28%;
        top: -7%;
    }

    .abt-map-row .map-pin-can {
        left: 18%;
        top: 66%;
    }

    .countrycan {
        left: 14%;
        top: 83%;
    }

    .abt-map-row .map-pin-us {
        left: 18%;
        top: -64%;
    }

    .countryus {
        left: 1625%;
        top: -45%;
    }

    .proddetails {
        width: 92%;
    }
}

@media only screen and (max-width: 768px) {
    .icon1 img,
    .icon2 img,
    .icon3 img,
    .icon4 img,
    .icon5 img,
    .icon6 img,
    .icon7 img,
    .icon8 img,
    .icon9 img,
    .icon10 img {
        width: 75px;
    }

    .mobmenu {
        display: block;
    }

    .service-tab .container:last-child::before {
        background-color: rgba(255, 255, 255, 0);
    }

    .slider-nav-thumbnails {
        right: 8% !important;
        left: 25% !important;
        bottom: 12%;
    }

    .happycust {
        position: absolute;
        top: 95%;
        left: 1%;
    }

    .trvlpart {
        position: absolute;
        bottom: -20%;
        left: 28%;
    }

    .trvlexp {
        position: absolute;
        bottom: -20%;
        left: 51%;
    }

    .travllermap .counter-box span {
        color: #7e7e7e;
        font-size: 14px;
    }

    .trvlbrch {
        right: 0%;
        top: 95%;
    }

    ul.strategies li span {
        font-size: 16px;
        margin: 0px 0 7px 0;
    }

    .mission {
        padding: 5px 10px;
        min-height: 195px;
    }

        .mission h3 {
            margin: 5px 0 4px 0;
        }

        .mission::before {
            border-bottom: 47px solid white;
            border-left: 40px solid #EEEEEE;
        }

    .bg-red::before {
        border-bottom: 47px solid white;
        border-left: 40px solid #ED1C24;
    }

    .about .para-cont {
        font-size: 12px;
        padding: 5px 0;
    }

    .f-24 {
        font-size: 18px !important;
    }

    .prod-icon-anim {
        margin: 0;
    }

        .prod-icon-anim .icon1 {
            left: -3%;
            top: 36%;
        }

        .prod-icon-anim .icon6 {
            left: 11%;
            top: 36%;
        }

        .prod-icon-anim .icon7 {
            left: 27%;
            top: 36%;
        }

        .prod-icon-anim .icon8 {
            left: 34.5%;
            top: 12%;
        }

        .prod-icon-anim .icon9 {
            left: 56%;
            top: 12%;
        }

        .prod-icon-anim .icon10 {
            left: 2.5%;
            bottom: 19%;
        }

        .prod-icon-anim .icon5 {
            right: 0.5%;
            bottom: 20%;
        }

        .prod-icon-anim .icon4 {
            right: -6%;
            top: 36%;
        }

        .prod-icon-anim .icon3 {
            left: 80%;
            top: 36%;
        }

        .prod-icon-anim .icon2 {
            top: 36%;
            left: 65%;
        }

        .prod-icon-anim .icon11 {
            position: absolute;
            top: 36%;
            left: 45.7%;
            width: 63%;
        }

    .service {
        padding: 0;
    }

    .about-head {
        font-size: 2.7rem;
    }

    .contact-list {
        padding: 5px 10px;
    }

    .contact-head {
        font-size: 24px;
        line-height: 50px;
    }

    ul.con-list li .con-details {
        padding-left: 6px;
        padding-bottom: 6px;
    }

    ul.con-list li {
        font-size: 14px;
        line-height: 24px;
    }

    .mission-pic img {
        height: 195px;
    }

    .header-content .banner-heading {
        font-size: 32px;
        line-height: 42px;
    }

    .header-content .banner-arrow {
        left: 42%;
        top: 27px;
    }

    .banner-form .banner-inbox {
        padding: 10px 6px 10px 5px;
    }

    .checkform label {
        font-size: 11px !important;
    }

    .check_box .forgot_div a {
        font-size: 11px;
    }

    .banner-form .banner-inbox h1 {
        margin-bottom: 15px;
    }

    .acceptance {
        justify-content: center;
    }

    footer h3 {
        text-align: center;
    }

    footer {
        padding: 20px 15px;
    }

    .acceptance {
    }

    footer a {
        text-align: center;
        float: none;
        padding: 5px 0;
    }
}

@media only screen and (max-width: 675px) {
    .know-more-btn {
        margin: 0px 0px 25px 0px;
    }

    .about .aboutsec {
        width: 99%;
        position: relative;
        padding-left: 0;
        padding-top: 30px;
    }

    .service {
        display: none;
    }

    #benifits .card-footer h4 {
        font-size: 15px;
        padding: 8px 22px;
    }

    .service-tab .container:last-child::before {
        background-color: rgba(255, 255, 255, 0);
    }

    .produxtsec {
        text-align: center !important;
    }

    .slidecontain {
        display: none;
    }

    .video-slide {
        padding: 0 8px;
    }

    .serviceimg {
        width: 100%;
        height: auto;
        left: 0;
        margin: 0;
    }

    .videos-slider-2 {
        height: 610px;
        margin-top: 55px;
    }

    .redbg {
        height: 375px;
    }

    .slider-nav-thumbnails {
        top: 0%;
        right: auto !important;
        left: 15px !important;
    }

    .productlist {
        margin-top: 0px;
    }

        .productlist ul li {
            width: 100%;
            margin: 0;
            overflow: hidden;
            list-style: none;
            color: #555555;
            font-size: 16px;
            line-height: 20px;
            font-weight: 500;
            height: 55px;
        }

    .postleft {
        width: 40px;
    }

        .postleft img {
            width: 30px;
            height: 30px;
        }

    .travllermap .counter-box {
        width: 40%;
        text-align: center;
    }

        .travllermap .counter-box span {
            font-size: 13px;
        }

    .travllermap {
        position: relative;
    }

    .happycust {
        top: 1%;
        left: 4%;
    }

    .trvlpart {
        bottom: auto;
        right: 4%;
        top: 1%;
        left: auto;
    }

    .trvlexp {
        top: 31%;
        left: 4%;
        bottom: auto;
    }

    .trvlbrch {
        bottom: auto;
        right: 4%;
        top: 31%;
    }

    .abt-map-row .map-pin-can {
        left: 16%;
    }

    .countrycan {
        left: 12%;
        font-size: 16px;
    }

    .abt-map-row .map-pin-uae {
        left: 58%;
        top: -55%;
    }

    .countryuae {
        left: 55% !important;
        top: -75% !important;
        font-size: 16px;
    }

    .abt-map-row .map-pin-ind {
        right: 18%;
        top: -51%;
    }

    .countryind {
        font-size: 16px;
        right: 26%;
        top: -33%;
    }

    .countrythai {
        font-size: 16px;
        top: -61%;
        right: 6%;
    }

    .abt-map-row .map-pin-thai {
        top: -50%;
        right: 12.5%;
    }

    .abt-map-row .map-pin-us {
        left: 16%;
        top: -75%;
    }

    .countryus {
        font-size: 16px;
        left: 15%;
        top: -50%;
    }

    .service {
        display: none;
    }

    .contactus {
        margin-top: 270px;
    }

        .contactus h2 {
            text-align: center !important;
        }

        .contactus .about-head {
            text-align: center;
        }

        .contactus .contact-form {
            width: 100%;
            margin: 15px auto;
        }

    .thankpage h4 {
        font-size: 30px;
        width: 85%;
    }

    .whatgood-section {
        margin: 90px auto;
    }

    .about-map {
        margin: 0px auto 0;
    }

    .know-more-btn {
        margin: 0px 0px 25px 0px;
    }

    .nav li a.active,
    .nav li a:hover {
        background-color: #ffffff !important;
        color: #ED1C24 !important;
    }

    footer {
        padding: 20px 50px 30px 50px;
        text-align: center;
        margin: 0 auto;
        height: 220px;
    }

    .mission-pic img {
        height: 100%;
    }

    .about .para-cont {
        font-size: 16px;
        padding: 5px 0px 5px 0;
    }

    .header-content {
        margin: 0px 0 0 0;
    }

        .header-content .banner-arrow {
            left: 18%;
            top: 30%;
            width: 45px;
        }

    .banner-form .banner-inbox h1 {
        margin-bottom: 0;
        padding-bottom: 15px;
        font-size: 28px;
    }

    .header-content .banner-heading {
        font-size: 22px;
        line-height: 40px;
    }

    .header-content .banner-cont {
        font-size: 18px;
        line-height: 24px;
    }

    .onyformob {
        display: block;
    }

    .onyfordesk {
        display: none;
    }

    .banner-form {
        margin: 20px 0 25px 0px;
    }

        .banner-form .banner-inbox {
            padding: 15px 20px 25px 20px;
        }

    .mission::before,
    .mission:hover::before {
        border-bottom: 0px solid #eeeeee !important;
        border-left: 0px solid #EEEEEE !important;
    }

    .bg-red::before {
        border-bottom: 47px solid #ED1C24 !important;
        border-left: 40px solid #ED1C24 !important;
        border-top: 1px solid #Ed1c24 !important;
    }

    section.homebanner {
        padding: 90px 0 4px 0;
    }

    section {
        margin: 50px 0 50px 0;
    }

    footer a {
        text-align: center;
        margin-bottom: 5px;
        float: none;
    }

    footer h3 {
        font-size: 15px;
        text-align: center;
    }

    .know-more-btn {
        font-size: 16px;
    }

    .contact-head {
        font-size: 22px;
    }

    .enquiry-popup .modal-content {
        padding: 25px 25px;
    }

    .foot-contact h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .foot-contact a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 425px) {
    section.homebanner {
        padding: 83px 0 30px 0;
    }

    .header-content .banner-heading {
        font-size: 22px;
        line-height: 30px;
    }

    .header-content .banner-cont {
        font-size: 18px;
        margin: 5px 0 2rem 0;
        line-height: 21px;
    }

    .header-content .banner-arrow {
        left: 19%;
        top: 26%;
        width: 45px;
    }

    .banner-form .banner-inbox h1 {
        margin-bottom: 0;
        padding-bottom: 10px;
        font-size: 25px;
    }

    .mission {
        padding: 5px 10px;
        min-height: 180px;
    }

    .about .para-cont {
        font-size: 16px;
        padding: 5px 0px 5px 0;
    }

    .about .aboutsec {
        width: 100%;
        position: relative;
        padding-left: 0;
    }

    .f-24 {
        font-size: 18px !important;
    }

    section {
        margin: 30px 0 50px 0;
    }

    .about-head {
        font-size: 2rem;
    }

    #benifits .card-footer h4 {
        font-size: 15px;
        padding: 8px 22px;
    }

    .service-tab .container:last-child::before {
        background-color: rgba(255, 255, 255, 0);
    }

    .produxtsec {
        text-align: center !important;
    }

    .slidecontain {
        display: none;
    }

    .video-slide {
        padding: 0 8px;
    }

    .serviceimg {
        width: 100%;
        height: auto;
        left: 0;
        margin: 0;
    }

    .videos-slider-2 {
        height: 610px;
        margin-top: 55px;
    }

    .redbg {
        height: 375px;
    }

    .slider-nav-thumbnails {
        top: 0%;
        right: auto !important;
        left: 15px !important;
    }

    .productlist {
        margin-top: 0px;
    }

        .productlist ul li {
            width: 100%;
            margin: 0;
            overflow: hidden;
            list-style: none;
            color: #555555;
            font-size: 16px;
            line-height: 20px;
            font-weight: 500;
            height: 55px;
        }

    .postleft {
        width: 40px;
    }

        .postleft img {
            width: 30px;
            height: 30px;
        }

    .travllermap .counter-box {
        width: 40%;
        text-align: center;
    }

        .travllermap .counter-box span {
            font-size: 14px;
        }

    .travllermap {
        position: relative;
    }

    .happycust {
        top: 1%;
        left: 4%;
    }

    .trvlpart {
        bottom: auto;
        right: 4%;
        top: 1%;
        left: auto;
    }

    .trvlexp {
        top: 31%;
        left: 4%;
        bottom: auto;
    }

    .abt-map-row .map-pin-can {
        left: 16%;
    }

    .countrycan {
        left: 12%;
        font-size: 16px;
    }

    .abt-map-row .map-pin-uae {
        left: 58%;
        top: -55%;
    }

    .countryuae {
        left: 55% !important;
        top: -75% !important;
        font-size: 16px;
    }

    .abt-map-row .map-pin-ind {
        right: 18%;
        top: -51%;
    }

    .countryind {
        font-size: 16px;
        right: 26%;
        top: -33%;
    }

    .countrythai {
        font-size: 16px;
        top: -61%;
        right: 6%;
    }

    .abt-map-row .map-pin-thai {
        top: -50%;
        right: 12.5%;
    }

    .abt-map-row .map-pin-us {
        left: 16%;
        top: -75%;
    }

    .countryus {
        font-size: 16px;
        left: 15%;
        top: -50%;
    }

    .service {
        display: none;
    }

    .contactus {
        margin-top: 250px;
    }

        .contactus h2 {
            text-align: center !important;
        }

        .contactus .about-head {
            text-align: center;
        }

        .contactus .contact-form {
            margin: 15px auto;
        }

    .thankpage h4 {
        font-size: 30px;
        width: 85%;
    }

    .whatgood-section {
        margin: 90px auto;
    }

    .about-map {
        margin: 0px auto 0;
    }

    .know-more-btn {
        margin: 0px 0px 25px 0px;
    }

    .nav li a.active,
    .nav li a:hover {
        background-color: #ffffff !important;
        color: #ED1C24 !important;
    }

    footer {
        padding: 20px 50px 30px 50px;
        text-align: center;
        margin: 0 auto;
        height: auto;
    }

    footer {
        padding: 20px 10px 30px 10px !important;
    }
}

@media only screen and (max-width: 400px) {
    .header-content .banner-heading {
        font-size: 19px;
        line-height: 25px;
    }

    .header-content .banner-arrow {
        left: 39%;
    }

    .slider-nav-thumbnails .slick-slide {
        font-size: 12px;
        padding: 6px 9px;
    }

    .productlist ul li {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        height: 47px;
    }

    section {
        margin: 30px 0 35px 0;
    }

    .whatgood-section {
        margin: 45px auto;
    }

    .about .para-cont {
        font-size: 14px;
    }

    .slider-nav-thumbnails {
        left: 4% !important;
    }

    .videos-slider-2 {
        height: 550px;
    }

    .redbg {
        height: 330px !important;
    }

    .become-btn {
        padding: 6px 9px;
        font-size: 11px;
        top: 17px;
    }

    .menubox {
        margin: 7px 15px 0 0;
    }
}

@media only screen and (max-width: 320px) {
    .header-content .banner-arrow {
        left: 40%;
    }

    .header-content .banner-heading {
        font-size: 17px;
        line-height: 25px;
    }

    .header-content .banner-cont {
        font-size: 16px;
    }

    .banner-form {
        margin: 10px 0 10px 0px;
    }

        .banner-form .banner-inbox {
            padding: 9px 10px 9px 10px;
        }

    .redbg {
        height: 300px !important;
    }

    .become-btn {
        top: 19px;
    }

    .slider-nav-thumbnails .slick-slide {
        font-size: 10px;
        padding: 6px 10px;
    }

    .slider-nav-thumbnails {
        left: 0px !important;
    }
}

@media only screen and (max-width: 767px) {
    .acceptance {
        padding: 5px 0;
    }

    footer h3 {
        text-align: center !important;
        padding-bottom: 5px;
        float: none !important;
    }
}
/* Landscape Media Query*/ /*# sourceMappingURL=main.css.map */

/* Holi animation */


section.homebanner {
    z-index: 2 !important;
}

.header-content .banner-heading,
.header-content .banner-cont,
.banner-sec, .forsmall {
    z-index: 2 !important;
    position: relative;
}

.icon-mapsec {
    z-index: 2 !important;
}

.banner-form {
    position: relative;
    z-index: 2 !important;
    box-shadow: 0px 5px 11px #ffeaea;
}

    .banner-form .banner-inbox {
        background: rgb(255 255 255 / 23%);
    }

.checkform input[type=checkbox]:checked + label:after {
    position: relative !important;
    top: -15px !important;
    left: 4px !important;
}

.banner-sec {
    margin: 0 auto;
    display: none;
}

.homebanner {
    margin: 30px 0 0 0 !important;
}

.checkform .form-group input[type=checkbox]:checked + label:after {
    content: "";
    display: block;
    position: relative !important;
    top: -15px !important;
    left: 5px !important;
    width: 6px;
    height: 10px;
    border: 1px solid #ED1C24;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

/*------TermsConditions------*/
.mainhome .subhead {
    margin: 0px 0 70px 0;
    font-size: 19px;
}

    .mainhome .subhead.w60 {
        width: 100%;
    }

.privacy-heading {
    margin-top: 2rem;
    margin-bottom: 2px !important;
}

.privacy-content {
    color: #7E7E7E;
    font-size: 1.6rem;
    padding: 10px 0;
}

.accordion-header {
    margin-bottom: 0;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    background: #FFEEF1;
    border: none;
}

.accordion-button {
    background-color: #FFEEF1;
    color: #ed1c24;
    font-size: 16px;
    font-weight: 600;
}

    .accordion-button:after {
        background-image: url("../images/plus-solid.svg");
    }

    .accordion-button:not(.collapsed):after {
        background-image: url("../images/minus-solid.svg");
    }

    .accordion-button:not(.collapsed) {
        background-color: #FFEEF1;
        color: #ed1c24;
    }

.accordion-item {
    background-color: #ffffff;
    border: none;
    margin: 1px 0 0 0;
}

.accordion-body {
    font-size: 14px;
}

.terms-ul {
    padding-left: 18px;
    margin-top: 10px;
}

    .terms-ul li {
        list-style-type: square;
        margin-bottom: 10px;
    }

.policy-sec {
    font-size: 14px;
    padding-top: 20px;
}

    .policy-sec P {
        padding: 10px 0 0 0;
    }

.tcm-icon {
    margin: 10px 0;
}

ul.tcm-icon li {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}

    ul.tcm-icon li:before {
        position: absolute;
        content: "\f0da";
        font-family: Font Awesome\ 5 Free;
        font-weight: 900;
        left: 0;
    }

.footer-privacy {
    padding: 0 10px;
}

.privacy-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

/***********~Media Query~***********/
@media only screen and (max-width: 2560px) {
    .about .aboutsec {
        width: 25%;
        text-align: justify;
    }
}

@media only screen and (min-width: 1921px) {
    .proddetails {
        width: 52%;
    }
}

@media only screen and (max-width: 1920px) {
    .proddetails {
        width: 69%;
    }

    .about .aboutsec {
        width: 34%;
        text-align: justify;
    }
}

@media only screen and (max-width: 1600px) {
    .proddetails {
        width: 82%;
    }

    .about .aboutsec {
        width: 41%;
        text-align: justify;
    }
}

@media only screen and (max-width: 1440px) {
    .header-content {
        margin: 40px 0 0 0;
    }

    .banner-form {
        margin: 50px 0 0 0px;
    }

    .proddetails {
        width: 91%;
    }

    #benifits .card-footer h4 {
        font-size: 18px;
        padding: 8px 20px;
    }

    .about .aboutsec {
        width: 45%;
    }

    .header-content .banner-heading {
        font-size: 38px;
        line-height: 73px;
    }

    .f-24 {
        font-size: 22px !important;
    }

    .about .para-cont {
        font-size: 1.6rem;
    }

    ul.strategies li span {
        font-size: 18px;
    }

    .about-head {
        font-size: 3rem;
    }

    h2 {
        font-size: 17px;
        padding: 8px 16px;
    }
}

@media only screen and (max-width: 1366px) {
    .header-content .banner-arrow {
        left: 85%;
    }

    .banner-form .banner-inbox {
        padding: 50px 20px 50px 20px;
    }

    .proddetails {
        width: 82%;
    }

    .prod-icon-anim .icon1 {
        left: -5%;
    }

    .prod-icon-anim .icon10 {
        left: 6.5%;
    }

    .prod-icon-anim .icon6 {
        left: 14%;
    }

    .prod-icon-anim .icon7 {
        left: 28%;
    }

    .prod-icon-anim .icon8 {
        left: 35.5%;
    }

    .prod-icon-anim .icon9 {
        left: 55%;
    }

    .prod-icon-anim .icon4 {
        right: -7%;
    }

    .prod-icon-anim .icon3 {
        left: 76%;
    }

    .prod-icon-anim .icon2 {
        left: 62%;
    }

    .prod-icon-anim .icon5 {
        right: 4.5%;
    }

    .slider-nav-thumbnails {
        right: 0 !important;
    }

    .abt-map-row .map-pin-can {
        left: 22%;
    }

    .countrycan {
        left: 19%;
    }

    .abt-map-row .map-pin-us {
        left: 22%;
        top: 1%;
    }

    .countryus {
        left: 21%;
    }

    .abt-map-row .map-pin-uae {
        left: 57%;
    }

    .abt-map-row .map-pin-ind {
        right: 29%;
    }

    .countryind {
        right: 31%;
    }

    .trvlbrch {
        right: 5%;
    }

    .contact-list {
        padding: 18px 17px;
    }

    .contact-head {
        font-size: 25px;
    }

    ul.con-list li {
        font-size: 16px;
    }

    .mission {
        padding: 19px 14px;
        margin: 0 0 15px 0;
        min-height: 267px;
    }

    .about .aboutsec {
        width: 40%;
    }
}

@media only screen and (max-width: 1024px) {
    .nav-link {
        font-weight: 500;
        margin: 0 1rem;
        display: block;
        font-size: 14px;
        padding: 0.3rem 0.3rem;
    }

    nav li:last-child a.nav-link {
        font-size: 15px;
    }

    .mission {
        padding: 13px 10px;
        min-height: 200px;
    }

    .about .para-cont {
        font-size: 14px;
    }

    .video-slide {
        height: auto;
        padding: 0 64px;
    }

    ul.videolist li {
        font-size: 16px;
    }

    .service-tab .container::before {
        width: 380px;
    }

    .slider-nav-thumbnails .slick-slide {
        cursor: pointer;
        outline: none;
        font-size: 13px;
        padding: 6px 11px;
    }

    .slider-nav-thumbnails {
        max-width: 390px;
    }

    .slidecontain {
        left: -22%;
    }

    .prod-icon-anim {
        background-size: cover;
    }

    .icon1 img,
    .icon2 img,
    .icon3 img,
    .icon4 img,
    .icon5 img,
    .icon6 img,
    .icon7 img,
    .icon8 img,
    .icon9 img,
    .icon10 img {
        width: 85px;
    }

    .prod-icon-anim .icon1 {
        left: 4%;
        top: 34%;
    }

    .prod-icon-anim .icon6 {
        left: 19%;
        top: 34%;
    }

    .prod-icon-anim .icon7 {
        left: 31%;
        top: 34%;
    }

    .prod-icon-anim .icon8 {
        left: 38.5%;
        top: 10%;
    }

    .prod-icon-anim .icon9 {
        left: 54%;
        top: 10%;
    }

    .prod-icon-anim .icon2 {
        top: 34%;
    }

    .prod-icon-anim .icon3 {
        left: 74%;
        top: 34%;
    }

    .prod-icon-anim .icon11 {
        position: absolute;
        top: 36%;
        left: 46.7%;
        width: 67%;
    }

    .prod-icon-anim .icon4 {
        right: 2%;
        top: 34%;
    }

    .prod-icon-anim .icon10 {
        left: 14.5%;
        bottom: 18%;
    }

    .prod-icon-anim .icon5 {
        right: 12.5%;
        bottom: 18%;
    }

    .proddetails {
        width: 93%;
    }

    .abt-map-row .map-pin-thai {
        top: 45%;
        right: 19.5%;
    }

    .countrythai {
        top: 5%;
        right: 15%;
    }

    .abt-map-row .map-pin-ind {
        right: 26%;
        top: 36%;
    }

    .countryind {
        right: 28%;
        top: 49%;
    }

    .trvlbrch {
        right: 3%;
    }

    .abt-map-row .map-pin-can {
        left: 16%;
    }

    .countrycan {
        left: 12%;
    }

    .abt-map-row .map-pin-us {
        left: 17%;
    }

    .countryus {
        left: 16%;
    }

    .abt-map-row .map-pin-uae {
        left: 59%;
    }

    #benifits .card-footer h4 {
        font-size: 15px;
        padding: 8px 15px;
    }

    .prod-icon-anim {
        margin: 0;
    }

    .header-content .banner-heading {
        font-size: 38px;
        line-height: 60px;
    }

    .header-content .banner-arrow {
        left: 18%;
        top: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .nav li a.active,
    .nav li a:hover {
        background: #e74e6c;
        color: #fff !important;
        margin: 0;
    }

    nav li:last-child a.nav-link.active {
        color: #fff !important;
        background: #e74e6c !important;
        border: 1px solid #fff;
        border-radius: 0 !important;
        text-transform: capitalize;
    }

    .navbar-brand {
        display: inline-block;
        padding: 0;
        width: 24% !important;
        margin: 0 0 0 10px !important;
        font-size: 1.25rem;
    }

    nav li:last-child {
        background: #fff;
        color: #333;
        border-radius: 0;
        display: none;
    }

        nav li:last-child .nav-link {
            color: #ffffff !important;
        }

    nav ul {
        display: none;
        background-color: white;
        margin-left: 0;
        margin: 1px 0 0 0;
        width: 100%;
    }

    nav li {
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

        nav li a {
            padding: 0 30px;
        }

    nav {
        position: fixed;
        text-align: right;
        top: 0;
        width: 100%;
        left: 0;
    }

    .menubox {
        float: right;
        margin: 10px 15px 0 0;
    }

    .nav-mobile {
        display: inline-block;
        margin: 15px 20px 0 0;
    }

    .nav-link {
        display: block;
        padding: 10px 10px !important;
        color: #333;
        font-size: 14px !important;
        margin: 0;
    }

    .enquiry {
        display: none;
    }

    .about-map {
        background: url("../images/about-us-map.png") no-repeat center;
        background-size: contain;
        min-height: 170px;
        height: 100%;
        margin: 40px auto 0;
    }

        .about-map .abt-map-row {
            display: block;
        }

    .abt-map-row .map-pin-thai {
        top: -26%;
        right: 18.5%;
    }

    .countrythai {
        font-size: 24px;
        top: -35%;
        right: 8%;
    }

    .countryuae {
        top: -66%;
    }

    .abt-map-row .map-pin-uae {
        top: -36%;
    }

    .abt-map-row .map-pin-ind {
        right: 24%;
        top: -25%;
    }

    .countryind {
        right: 28%;
        top: -7%;
    }

    .abt-map-row .map-pin-can {
        left: 18%;
        top: 66%;
    }

    .countrycan {
        left: 14%;
        top: 83%;
    }

    .abt-map-row .map-pin-us {
        left: 18%;
        top: -64%;
    }

    .countryus {
        left: 1625%;
        top: -45%;
    }

    .proddetails {
        width: 92%;
    }
}

@media only screen and (max-width: 768px) {
    .icon1 img,
    .icon2 img,
    .icon3 img,
    .icon4 img,
    .icon5 img,
    .icon6 img,
    .icon7 img,
    .icon8 img,
    .icon9 img,
    .icon10 img {
        width: 75px;
    }

    .mobmenu {
        display: block;
    }

    .service-tab .container:last-child::before {
        background-color: rgba(255, 255, 255, 0);
    }

    .slider-nav-thumbnails {
        right: 8% !important;
        left: 25% !important;
        bottom: 12%;
    }

    .happycust {
        position: absolute;
        top: 95%;
        left: 1%;
    }

    .trvlpart {
        position: absolute;
        bottom: -20%;
        left: 28%;
    }

    .trvlexp {
        position: absolute;
        bottom: -20%;
        left: 51%;
    }

    .travllermap .counter-box span {
        color: #7e7e7e;
        font-size: 14px;
    }

    .trvlbrch {
        right: 0%;
        top: 95%;
    }

    ul.strategies li span {
        font-size: 16px;
        margin: 0px 0 7px 0;
    }

    .mission {
        padding: 5px 10px;
        min-height: 195px;
    }

        .mission h3 {
            margin: 5px 0 4px 0;
        }

        .mission::before {
            border-bottom: 47px solid white;
            border-left: 40px solid #EEEEEE;
        }

    .bg-red::before {
        border-bottom: 47px solid white;
        border-left: 40px solid #ED1C24;
    }

    .about .para-cont {
        font-size: 12px;
        padding: 5px 0;
    }

    .f-24 {
        font-size: 18px !important;
    }

    .prod-icon-anim {
        margin: 0;
    }

        .prod-icon-anim .icon1 {
            left: -3%;
            top: 36%;
        }

        .prod-icon-anim .icon6 {
            left: 11%;
            top: 36%;
        }

        .prod-icon-anim .icon7 {
            left: 27%;
            top: 36%;
        }

        .prod-icon-anim .icon8 {
            left: 34.5%;
            top: 12%;
        }

        .prod-icon-anim .icon9 {
            left: 56%;
            top: 12%;
        }

        .prod-icon-anim .icon10 {
            left: 2.5%;
            bottom: 19%;
        }

        .prod-icon-anim .icon5 {
            right: 0.5%;
            bottom: 20%;
        }

        .prod-icon-anim .icon4 {
            right: -6%;
            top: 36%;
        }

        .prod-icon-anim .icon3 {
            left: 80%;
            top: 36%;
        }

        .prod-icon-anim .icon2 {
            top: 36%;
            left: 65%;
        }

        .prod-icon-anim .icon11 {
            position: absolute;
            top: 36%;
            left: 45.7%;
            width: 63%;
        }

    .service {
        padding: 0;
    }

    .about-head {
        font-size: 2.7rem;
    }

    .contact-list {
        padding: 5px 10px;
    }

    .contact-head {
        font-size: 24px;
        line-height: 50px;
    }

    ul.con-list li .con-details {
        padding-left: 6px;
        padding-bottom: 6px;
    }

    ul.con-list li {
        font-size: 14px;
        line-height: 24px;
    }

    .mission-pic img {
        height: 195px;
    }

    .header-content .banner-heading {
        font-size: 32px;
        line-height: 42px;
    }

    .header-content .banner-arrow {
        left: 42%;
        top: 27px;
    }

    .banner-form .banner-inbox {
        padding: 10px 6px 10px 5px;
    }

    .checkform label {
        font-size: 11px !important;
    }

    .check_box .forgot_div a {
        font-size: 11px;
    }

    .banner-form .banner-inbox h1 {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 675px) {
    .know-more-btn {
        margin: 0px 0px 25px 0px;
    }

    .about .aboutsec {
        width: 99%;
        position: relative;
        padding-left: 0;
        padding-top: 30px;
    }

    .service {
        display: none;
    }

    #benifits .card-footer h4 {
        font-size: 15px;
        padding: 8px 22px;
    }

    .service-tab .container:last-child::before {
        background-color: rgba(255, 255, 255, 0);
    }

    .produxtsec {
        text-align: center !important;
    }

    .slidecontain {
        display: none;
    }

    .video-slide {
        padding: 0 8px;
    }

    .serviceimg {
        width: 100%;
        height: auto;
        left: 0;
        margin: 0;
    }

    .videos-slider-2 {
        height: 610px;
        margin-top: 55px;
    }

    .redbg {
        height: 375px;
    }

    .slider-nav-thumbnails {
        top: 0%;
        right: auto !important;
        left: 15px !important;
    }

    .productlist {
        margin-top: 0px;
    }

        .productlist ul li {
            width: 100%;
            margin: 0;
            overflow: hidden;
            list-style: none;
            color: #555555;
            font-size: 16px;
            line-height: 20px;
            font-weight: 500;
            height: 55px;
        }

    .postleft {
        width: 40px;
    }

        .postleft img {
            width: 30px;
            height: 30px;
        }

    .travllermap .counter-box {
        width: 40%;
        text-align: center;
    }

        .travllermap .counter-box span {
            font-size: 13px;
        }

    .travllermap {
        position: relative;
    }

    .happycust {
        top: 1%;
        left: 4%;
    }

    .trvlpart {
        bottom: auto;
        right: 4%;
        top: 1%;
        left: auto;
    }

    .trvlexp {
        top: 31%;
        left: 4%;
        bottom: auto;
    }

    .trvlbrch {
        bottom: auto;
        right: 4%;
        top: 31%;
    }

    .abt-map-row .map-pin-can {
        left: 16%;
    }

    .countrycan {
        left: 12%;
        font-size: 16px;
    }

    .abt-map-row .map-pin-uae {
        left: 58%;
        top: -55%;
    }

    .countryuae {
        left: 55% !important;
        top: -75% !important;
        font-size: 16px;
    }

    .abt-map-row .map-pin-ind {
        right: 18%;
        top: -51%;
    }

    .countryind {
        font-size: 16px;
        right: 26%;
        top: -33%;
    }

    .countrythai {
        font-size: 16px;
        top: -61%;
        right: 6%;
    }

    .abt-map-row .map-pin-thai {
        top: -50%;
        right: 12.5%;
    }

    .abt-map-row .map-pin-us {
        left: 16%;
        top: -75%;
    }

    .countryus {
        font-size: 16px;
        left: 15%;
        top: -50%;
    }

    .service {
        display: none;
    }

    .contactus {
        margin-top: 270px;
    }

        .contactus h2 {
            text-align: center !important;
        }

        .contactus .about-head {
            text-align: center;
        }

        .contactus .contact-form {
            width: 100%;
            margin: 15px auto;
        }

    .thankpage h4 {
        font-size: 30px;
        width: 85%;
    }

    .whatgood-section {
        margin: 90px auto;
    }

    .about-map {
        margin: 0px auto 0;
    }

    .know-more-btn {
        margin: 0px 0px 25px 0px;
    }

    .nav li a.active,
    .nav li a:hover {
        background-color: #ffffff !important;
        color: #ED1C24 !important;
    }

    footer {
        padding: 20px 50px 30px 50px;
        text-align: center;
        margin: 0 auto;
        height: 220px;
    }

    .mission-pic img {
        height: 100%;
    }

    .about .para-cont {
        font-size: 16px;
        padding: 5px 0px 5px 0;
    }

    .header-content {
        margin: 0px 0 0 0;
    }

        .header-content .banner-arrow {
            left: 18%;
            top: 30%;
            width: 45px;
        }

    .banner-form .banner-inbox h1 {
        margin-bottom: 0;
        padding-bottom: 15px;
        font-size: 28px;
    }

    .header-content .banner-heading {
        font-size: 22px;
        line-height: 40px;
    }

    .header-content .banner-cont {
        font-size: 18px;
        line-height: 24px;
    }

    .onyformob {
        display: block;
    }

    .onyfordesk {
        display: none;
    }

    .banner-form {
        margin: 20px 0 25px 0px;
    }

        .banner-form .banner-inbox {
            padding: 15px 20px 25px 20px;
        }

    .mission::before,
    .mission:hover::before {
        border-bottom: 0px solid #eeeeee !important;
        border-left: 0px solid #EEEEEE !important;
    }

    .bg-red::before {
        border-bottom: 47px solid #ED1C24 !important;
        border-left: 40px solid #ED1C24 !important;
        border-top: 1px solid #Ed1c24 !important;
    }

    section.homebanner {
        padding: 90px 0 4px 0;
    }

    section {
        margin: 50px 0 50px 0;
    }

    footer a {
        text-align: center;
        margin-bottom: 5px;
        float: none;
    }

    footer h3 {
        font-size: 15px;
        text-align: center;
    }

    .know-more-btn {
        font-size: 16px;
    }

    .contact-head {
        font-size: 22px;
    }
}

@media only screen and (max-width: 425px) {
    section.homebanner {
        padding: 83px 0 30px 0;
    }

    .header-content .banner-heading {
        font-size: 22px;
        line-height: 30px;
    }

    .header-content .banner-cont {
        font-size: 18px;
        margin: 5px 0 2rem 0;
        line-height: 21px;
    }

    .header-content .banner-arrow {
        left: 19%;
        top: 26%;
        width: 45px;
    }

    .banner-form .banner-inbox h1 {
        margin-bottom: 0;
        padding-bottom: 10px;
        font-size: 25px;
    }

    .mission {
        padding: 5px 10px;
        min-height: 180px;
    }

    .about .para-cont {
        font-size: 16px;
        padding: 5px 0px 5px 0;
    }

    .about .aboutsec {
        width: 100%;
        position: relative;
        padding-left: 0;
    }

    .f-24 {
        font-size: 18px !important;
    }

    section {
        margin: 30px 0 50px 0;
    }

    .about-head {
        font-size: 2rem;
    }

    #benifits .card-footer h4 {
        font-size: 15px;
        padding: 8px 22px;
    }

    .service-tab .container:last-child::before {
        background-color: rgba(255, 255, 255, 0);
    }

    .produxtsec {
        text-align: center !important;
    }

    .slidecontain {
        display: none;
    }

    .video-slide {
        padding: 0 8px;
    }

    .serviceimg {
        width: 100%;
        height: auto;
        left: 0;
        margin: 0;
    }

    .videos-slider-2 {
        height: 610px;
        margin-top: 55px;
    }

    .redbg {
        height: 375px;
    }

    .slider-nav-thumbnails {
        top: 0%;
        right: auto !important;
        left: 15px !important;
    }

    .productlist {
        margin-top: 0px;
    }

        .productlist ul li {
            width: 100%;
            margin: 0;
            overflow: hidden;
            list-style: none;
            color: #555555;
            font-size: 16px;
            line-height: 20px;
            font-weight: 500;
            height: 55px;
        }

    .postleft {
        width: 40px;
    }

        .postleft img {
            width: 30px;
            height: 30px;
        }

    .travllermap .counter-box {
        width: 40%;
        text-align: center;
    }

        .travllermap .counter-box span {
            font-size: 14px;
        }

    .travllermap {
        position: relative;
    }

    .happycust {
        top: 1%;
        left: 4%;
    }

    .trvlpart {
        bottom: auto;
        right: 4%;
        top: 1%;
        left: auto;
    }

    .trvlexp {
        top: 31%;
        left: 4%;
        bottom: auto;
    }

    .abt-map-row .map-pin-can {
        left: 16%;
    }

    .countrycan {
        left: 12%;
        font-size: 16px;
    }

    .abt-map-row .map-pin-uae {
        left: 58%;
        top: -55%;
    }

    .countryuae {
        left: 55% !important;
        top: -75% !important;
        font-size: 16px;
    }

    .abt-map-row .map-pin-ind {
        right: 18%;
        top: -51%;
    }

    .countryind {
        font-size: 16px;
        right: 26%;
        top: -33%;
    }

    .countrythai {
        font-size: 16px;
        top: -61%;
        right: 6%;
    }

    .abt-map-row .map-pin-thai {
        top: -50%;
        right: 12.5%;
    }

    .abt-map-row .map-pin-us {
        left: 16%;
        top: -75%;
    }

    .countryus {
        font-size: 16px;
        left: 15%;
        top: -50%;
    }

    .service {
        display: none;
    }

    .contactus {
        margin-top: 250px;
    }

        .contactus h2 {
            text-align: center !important;
        }

        .contactus .about-head {
            text-align: center;
        }

        .contactus .contact-form {
            margin: 15px auto;
        }

    .thankpage h4 {
        font-size: 30px;
        width: 85%;
    }

    .whatgood-section {
        margin: 90px auto;
    }

    .about-map {
        margin: 0px auto 0;
    }

    .know-more-btn {
        margin: 0px 0px 25px 0px;
    }

    .nav li a.active,
    .nav li a:hover {
        background-color: #ffffff !important;
        color: #ED1C24 !important;
    }

    footer {
        padding: 20px 50px 30px 50px;
        text-align: center;
        margin: 0 auto;
        height: auto;
    }
}

@media only screen and (max-width: 400px) {
    .header-content .banner-heading {
        font-size: 19px;
        line-height: 25px;
    }

    .header-content .banner-arrow {
        left: 39%;
    }

    .slider-nav-thumbnails .slick-slide {
        font-size: 12px;
        padding: 6px 9px;
    }

    .productlist ul li {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        height: 47px;
    }

    section {
        margin: 30px 0 35px 0;
    }

    .whatgood-section {
        margin: 45px auto;
    }

    .about .para-cont {
        font-size: 14px;
    }

    .slider-nav-thumbnails {
        left: 0px !important;
    }

    .videos-slider-2 {
        height: 550px;
    }

    .redbg {
        height: 300px !important;
    }

    .become-btn {
        padding: 6px 9px;
        font-size: 11px;
        top: 22px;
    }

    .menubox {
        margin: 7px 15px 0 0;
    }
}

@media only screen and (max-width: 320px) {
    .header-content .banner-arrow {
        left: 40%;
    }

    .header-content .banner-heading {
        font-size: 17px;
        line-height: 25px;
    }

    .header-content .banner-cont {
        font-size: 16px;
    }

    .banner-form {
        margin: 10px 0 10px 0px;
    }

        .banner-form .banner-inbox {
            padding: 9px 10px 9px 10px;
        }

    .redbg {
        height: 300px !important;
    }

    .become-btn {
        top: 19px;
    }
}


.slider {
    margin: 0 auto;
    max-width: 1440px;
    max-height: 150px;
    // background: #f5a8b2;
    height: 135px;
}

.slide_viewer {
    height: 150px;
    overflow: hidden;
    position: relative;
}

.slide_group {
    height: 100%;
    position: relative;
    width: 100%;
}

.slide {
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
}

    .slide:first-child {
        display: block;
    }



.slide_buttons {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

a.slide_btn {
    color: #474544;
    font-size: 41px;
    line-height: 35px;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.slide_btn.active, .slide_btn:hover {
    color: #ED1C24;
    cursor: pointer;
}

.directional_nav {
    height: 150px;
    margin: 0 auto;
    max-width: 1440px;
    position: relative;
    top: -135px;
}


.previous_btn {
    bottom: 0;
    left: -20px;
    margin: auto;
    position: absolute;
    top: 0;
}

.next_btn {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: -20px;
    top: 0;
}

.previous_btn, .next_btn {
    cursor: pointer;
    height: 40px;
    opacity: 0.5;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width: 40px;
}

    .previous_btn:hover, .next_btn:hover {
        opacity: 1;
    }

@media only screen and (max-width: 767px) {
    .previous_btn {
        left: 50px;
    }

    .next_btn {
        right: 50px;
    }
}

@media only screen and (max-width:1600px) {
    section {
        margin: 60px 0 90px 0;
    }
}

@media only screen and (max-width:1440px) {
    section {
        margin: 60px 0 80px 0;
    }
}

@media only screen and (max-width:1366px) {
    .slider {
        height: 115px;
    }
}

@media only screen and (max-width:1024px) {
    section {
        margin: 50px 0 50px 0;
    }

    .slider {
        height: 100px;
    }
}

@media only screen and (max-width:768px) {
    section {
        margin: 40px 0 75px 0;
    }

    .slider {
        height: 73px;
    }
}

@media only screen and (max-width:425px) {
    .slider {
        height: 44px;
    }
}


