* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:root{
    --default-trans:all 0.4s ease-in-out;
    --primary-font:"Montserrat", sans-serif;
    --black:#000000;
    --bg-black:#02221C;
    --text-black:#17161C;
    --btn-black:#1F1F1F;
    --white:#ffff;
    --gray1:#D9D9D9;
    --gray2:#666666;
    --red:#A81E22;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    overflow-x: hidden;
    font-family: sans-serif;
    scroll-behavior: smooth;
    scroll-padding: 7rem;
    /* 1 */
    
    -ms-text-size-adjust: 100%;
    /* 2 */
    
    -webkit-text-size-adjust: 100%;
    /* 2 */
}
body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    overflow-x: hidden;
    font-family: var(--primary-font)!important;
}
/**
 * Remove default margin.
 */

ul {
    list-style: none;
    padding-left:0 ;
}
a {
    text-decoration: none;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    
    vertical-align: baseline;
    /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}
p{
    margin-bottom: 0;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
    outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}
/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    
    font: inherit;
    /* 2 */
    
    margin: 0;
    /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
/* 1 */

input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    
    cursor: pointer;
    /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    
    padding: 0;
    /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    
    box-sizing: content-box;
    /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */
    
    padding: 0;
    /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}

/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
::-moz-selection {
    background-color: #007d9d;
    color: #fff;
    text-shadow: none;
}
::selection {
    background-color: #007d9d;
    color: #fff;
    text-shadow: none;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder{
    color: inherit;
    opacity:0.7;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder{
    color: inherit;
    opacity:0.7;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder{
    color: inherit;
    opacity:0.7;
}
.container:after,
.container:before {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure {
    margin: 0;
    padding: 0;
}
img {
    margin: 0;
    padding: 0;
    border: none;
    max-width: 100%;
    height: auto !important;
    display: block;
}
a, button, input{
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a{
    text-decoration:none !important;
}

/**************global css end*******/

/* #prelodaer{
    position: fixed;
    width: 100%;
    height: 100%;
    background:#fff;
    top: 0;
    left: 0;
    z-index: 999;
} */

.container {
  position: relative;
  max-width:1170px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100% !important;
}

/*====================================== Start navigation ========================================*/

.main_header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background: var(--white);
    border-top: 20px solid var(--red);
}
.fixed {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .6);
    border-top: 7px solid var(--red);
    transition: var(--default-trans);
}
.fixed .nav .logo {
    width: 10%;
}
.nav{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
}
.fixed.nav {
    padding: 3px 0;
}
.nav-contact {
    color: var(--white);
    background: var(--btn-black);
    transition: var(--default-trans);
    padding: 12px 35px;
    border: 1px solid transparent;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border-radius: 23px;
}
.mob_contact{
    display: none!important;
}
.menu-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.nav-contact:hover{
    background: var(--red);
    border: 1px solid var(--btn-black);
}
.nav_wrapper .nav_sec{
    margin: 0;
    padding: 0;
}
.nav_wrapper .nav_sec ul{
    margin:0;
    padding: 0;
    text-align: left;
}
.nav_wrapper .nav_sec ul li{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    position: relative;
    padding:15px;
    border-radius: 37px;
}
.nav_wrapper .nav_sec ul li:hover{
    background: var(--red);
}
.nav_wrapper .nav_sec ul li:last-child{
    margin-right: 0px;
    display: none;
}
.nav_wrapper .nav_sec ul li a{
    display: block;
    position: relative;
    z-index: 99;
    color: var(--red);
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}
.mob-contact{
    display: none!important;
}
.nav_wrapper .nav_sec ul li:hover > a,
.nav_wrapper .nav_sec ul li.active > a,
.nav_wrapper .nav_sec ul li.current-menu-item > a{
    color: var(--red);
}
.nav_wrapper .nav_sec ul li:hover > a{
    color: var(--white);
}
.nav_wrapper .nav_sec ul li ul{
  width: 250px;
  background: var(--pink);
  position: absolute;
  top:100%;
  left: 0;
  z-index: 999;
  display: none;
}
.nav_wrapper .nav_sec ul li:hover ul{
  display: block;
}
.nav_wrapper .nav_sec ul li ul li{
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}
.nav_wrapper .nav_sec ul li ul li + li{
  border-top: 1px solid #b6194b;
  ;
}
.nav_wrapper .nav_sec ul li ul li a {
    margin: 0;
    padding:10px 10px;
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: var(--white);
}
span.toggle-menu{
    display: none;
    background: var(--red);
    padding: 10px!important;
    margin-left: 20px;
}

/*====================================== Navigation & Header ends ========================================*/

/* banner start  */

.banner{
    padding: 177px 0 0;
    position: relative;
    background: url(images/curve.png) no-repeat -10px 60px;
    background-size:contain ;
    z-index: 1;
}
.banner::after{
    position: absolute;
    left: 42px;
    bottom: 46px;
    background:  url(images/dot-gray.png) no-repeat center;
    height: 77px;
    width:66px;
    content: " ";
    background-size: cover;
}
.banner .row>*:nth-child(2){
    align-self: flex-end;
}
.banner_text{
    text-align: center;
}
.banner_text h1{
    font-size: 52px;
    font-weight: 800;
    line-height: 70px;
    letter-spacing: -0.01em;
    color: var(--text-black);
    margin-bottom: 30px;
    text-align: left;
}
.banner_text ul{
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
}
.banner_text ul li{
    position: relative;
    font-size: 24px;
    text-align: left;
    color: var(--red);
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.01em;
    margin-bottom: 15px;
    padding-left: 45px;
}
.banner_text ul li::before{
    content: " ";
    width: 30px;
    height: 30px;
    background: url(images/tick.png) no-repeat center;
    background-size: contain;
    left: 0;
    position: absolute;
    top: 0;
}
.banner_text ul li:last-child{
    margin-bottom: 0;
}
.cmn_btn i {
    background: var(--red);
    color: var(--white);
    padding: 5px;
    font-size: 33px;
    border-radius: 50%;
    margin-left: 30px;
    vertical-align: middle;
}
.cmn_btn{
    color: var(--red);
    padding: 3px 3px 3px 27px;
    display: inline-block;
    min-width: 205px;
    transition: var(--default-trans);
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.01em;
    border: 1px solid var(--red);
    border-radius: 37px;
}
.cmn_btn:hover{
    background: var(--gray1);
}
/* banner ends  */


.foot_end small {
    font-size: 12px;
    opacity: 0.5;
    margin-top: 5px;
    display: block;
    line-height: 16px;
}
.foot_end small > a{
    display: block;
}


/*====================================================== Responsive start for header & banner ========================================*/

@media (max-width:1400.98px){
    .container{
        max-width: 1170px!important;
    }
    .banner_text {
        padding-bottom: 15px;
    }
}
@media (max-width:1199.98px){
    .banner_text h1 {
        font-size: 48px;
        line-height: 55px;
    }
    .banner_text ul li {
        position: relative;
        font-size: 20px;
    }
    .nav_wrapper .nav_sec ul li a {
        font-size: 17px;
    }
       
}
@media(max-width:1024.98px){
    .nav_wrapper .nav_sec ul li {
        padding:10px;
    }
    
}
@media (max-width:990.98px){
    .logo {
        width: 30%;
    }
    .fixed .nav .logo {
        width: 12%;
    }
    .banner-img {
        display: none;
    }
    .banner::after {
        position: absolute;
        left: 0;
        bottom: 0;
    }
    
    .banner {
        padding: 160px 0 0;
    }
    .banner_text h1 {
        font-size: 40px;
        line-height: 50px;
    }
    span.toggle-menu {
        width:auto;
        float: left;
        margin:0;
        padding: 0;
        display: block;
        cursor: pointer;
    }
    span.toggle-menu img{
        float: left;
    }
    .nav-contact{
        display: none!important;
    }
    .nav_wrapper .mob-contact {
        display: flex !important;
        margin-right: 20px;
        justify-content: flex-start;
    }
    .nav_wrapper .nav_sec ul li:last-child{
        margin-right: 0px;
        display: block;
    }
    .nav_wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .nav_wrapper .nav_sec{
        width: 280px;
        height: 100%;
        float: none;
        position: fixed;
        z-index: 999;
        top: 0;
        right:-100%;
        padding:70px 0 0;
        background:#000;
        display:block;
        -webkit-transition:all 0.8s ease-in-out;
        -moz-transition:all 0.8s ease-in-out;
        -o-transition:all 0.8s ease-in-out;
        transition:all 0.8s ease-in-out;
    }
    .nav_wrapper .nav_sec.slidein{
        right:0;
        -webkit-transition:all 0.5s ease-in-out;
        -moz-transition:all 0.5s ease-in-out;
        -o-transition:all 0.5s ease-in-out;
        transition:all 0.5s ease-in-out;
    }
    .nav_wrapper .nav_sec .cls-btn{
        width:32px;
        height:32px;
        position:absolute;
        top:15px;
        right:15px;
        cursor:pointer;
        background:url(images/cross.png) no-repeat center;
    }
    .nav_wrapper .nav_sec ul{
    text-align: left;
    }
    .nav_wrapper .nav_sec ul > li{
        display:block;
        padding-bottom: 0;
        width: 100%;
        margin: 0;
    }
    .nav_wrapper .nav_sec ul > li + li{
        margin-left:0;
    }
    .nav_wrapper .nav_sec ul > li a{
        color:#FFF;
        padding: 11px 15px;
        font-size: 15px;
        border-radius: 0;
    }
    .nav_wrapper .nav_sec ul > li:hover > a,
    .nav_wrapper .nav_sec ul > li.active > a{
        background:var(--pink);
        color:#FFF;
    }
    .nav_wrapper .nav_sec i {
        float: left;
        font-style: normal;
        color: #fff;
        line-height: 30px;
        font-size: 21px;
        font-weight: 600;
    }
      .nav_wrapper .nav_sec ul > li:hover ul {
        display: none;
      }
    .nav_wrapper .nav_sec ul > li ul {
        width: 100%;
        background:var(--pink);
        position: static;
        top: 100%;
        left: 0;
        text-align: left;
        display: none;
        float: left;
        border-radius: 0;
        padding: 0;
    }
    .nav_wrapper .nav_sec ul li ul li a{
        padding: 6px 35px;
        color: #fff;
    }
    .nav_wrapper .nav_sec ul ul > li:hover > a,
    .nav_wrapper .nav_sec ul ul > li.active > a{
        background:#1b72bf;
        color:#FFF;
    }
    .nav_wrapper .nav_sec ul li .arw-nav{
        width: 40px;
        height:45px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 999;
        cursor: pointer;
        background: url(images/arw.png) no-repeat center;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .nav_wrapper .nav_sec ul li .arw-nav.actv{
        -webkit-transform:rotate(180deg);
        -moz-transform:rotate(180deg);
        -o-transform:rotate(180deg);
        transform:rotate(180deg);
    }
    
}
@media(max-width:810.98px){
    .fixed .nav .logo {
        width: 15%;
    }
}
@media(max-width:640.98px) {
    .banner_text h1 {
        font-size: 35px;
        line-height: 45px;
    }
    .banner_text ul li::before {
        width: 20px;
        left: 10px;
    }
    .fixed .nav .logo {
        width: 18%;
    }
}
@media(max-width:567.98px){
    .banner::after{
        display: none;
    }
    .banner {
        padding: 130px 0 0;
    }
}
@media(max-width:520.98px){
    span.toggle-menu {
        padding: 5px !important;
    }
    .fixed .nav .logo {
        width: 20%;
    }
    .banner_text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .banner_text ul li {
        position: relative;
        font-size: 17px;
        margin-bottom: 10px;
    }
    .cmn_btn {
        padding: 3px 3px 3px 20px;
        min-width: 180px;
        font-size: 15px;
    }
    .banner_text ul {
        margin: 0;
        margin-bottom: 15px;
    }
}
@media(max-width:420.98px){
    .banner_text h1 {
        font-size: 27px;
        line-height: 35px;
    }
    .fixed .nav .logo {
        width: 25%;
    }
    .menu-nav {
        gap: 10px;
    }
    .banner {
        padding: 120px 0 0;
    }
    .nav-contact {
        padding: 10px 20px;
        font-size: 14px;
        margin-right: 10px;
    }
}
@media(max-width:380.98px){
    .banner_text h1 {
        font-size: 35px;
    }
    .banner_text h1 {
        font-size: 20px;
        line-height: 28px;
    }
}
@media(max-width:350.98px){
}


/*====================================================== Responsive Ends ====================================================*/


#success_messages {
    margin-top: 20px;
	color: red;
    font-weight: bold;
    display: none;
}
#error_messages {
    margin-top: 20px;
    color: #f00909;
    display: none;
}
#loader {
    display: none;
    margin: 15px auto 0;
    width: 24px;
}