@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@400;500;600;700;800&family=Outfit:wght@400;500;600;700;800&display=swap");

:root{
    --font-global: 'DM Sans', sans-serif;
    --font-alt: 'DM Sans', sans-serif;
    --font-serif: Georgia, 'Times New Roman', Times, serif;
    --full-wrapper-margin-x: 30px;
    --container-width: 1350px;
    --section-padding-y: 120px;
    --menu-bar-height: 85px;
    --menu-bar-height-scrolled: 65px;
    --color-dark-1: #010101;
    --color-dark-2: #171717;
    --color-dark-3: #272727;
    --color-dark-3a: #333;
    --color-dark-4: #555;
    --color-gray-1: #757575;
    --color-gray-2: #888;
    --color-gray-3: #999;
    --color-gray-light-1: #f1f1f1;
    --color-gray-light-2: #f7f7f7;
    --color-gray-light-3: #e5e5e5;
    --color-gray-light-4: #d5d5d5;
    --color-gray-light-5: #ccc;
    --color-gray-light-6: #bbb;
    --color-dark-mode-gray-1: rgba(255,255,255, .7);
    --color-dark-mode-gray-2: rgba(255,255,255, .1275);
    --color-primary-1: #4567ed;
    --color-primary-1-a: #375ae3;    
    --color-primary-light-1: #e3effe;
    --color-primary-light-1-a: #bcd1f1;
    --color-primary-2: #7752e7;
    --color-primary-light-2: #e7defe;
    --color-primary-3: #b947d9;
    --color-primary-light-3: #f7defe;
    --color-primary-4: #e748b1;
    --color-primary-light-4: #ffe1f5; 
    --color-secondary-1: #fbe3a1;   
    --gradient-primary-1: ;
    --gradient-primary-1-a: linear-gradient( 90deg, var(--color-primary-4) 25%, var(--color-primary-3) 40%, var(--color-primary-2) 60%, var(--color-primary-1) 75%);
    --gradient-primary-1-b: linear-gradient( 45deg, var(--color-primary-4) 0%, var(--color-primary-3) 33%, var(--color-primary-2) 67%, var(--color-primary-1) 100%);
    --gradient-primary-1-c: linear-gradient( 0deg, var(--color-primary-4) 0%, var(--color-primary-3) 33%, var(--color-primary-2) 67%, var(--color-primary-1) 100%);
    --gradient-gray-light-1: linear-gradient(0deg, #f5f5f5 0%, #fff 100%);
    --gradient-gray-light-2: linear-gradient(0deg, #fff 0%, #f5f5f5 100%);
    --gradient-dark-alpha-1: linear-gradient( 90deg, var(--color-dark-1) 40%, transparent 87%);
    --gradient-dark-alpha-2: linear-gradient( 90deg, transparent 13%, var(--color-dark-1) 60%);
    --gradient-primary-alpha-1: linear-gradient( 90deg, var(--color-primary-1) 40%, transparent 87%);
    --gradient-primary-alpha-2: linear-gradient( 90deg, transparent 13%, var(--color-primary-1) 60%);
    --border-radius-default: 4px;
    --border-radius-large: 30px;
    --box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05),0px 1px 1px 0px rgba(0, 0, 0, 0.03),0px 3px 5px 0px rgba(0, 0, 0, 0.03);
    --box-shadow-strong: 0px 5px 10px 0px rgba(0, 0, 0, 0.08),0px 1px 1px 0px rgba(0, 0, 0, 0.06),0px 3px 5px 0px rgba(0, 0, 0, 0.06);
    --box-shadow-block: 0px 3px 50px 0px rgba(0, 0, 0, 0.05);
    --box-shadow-block-strong: 0px 3px 50px 0px rgba(0, 0, 0, 0.15);  
    --transition-default: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    --ease-default: cubic-bezier(0, 0, 0.58, 1);
    --ease-out-long: cubic-bezier(0,.5,0,1);
    --ease-out-medium: cubic-bezier(0,.57,.55,1);
    --ease-out-short: cubic-bezier(.15,.7,.78,1);
    --ease-elastic-1: cubic-bezier(0.68,-0.55,0.27,1.55);
    --ease-elastic-2: cubic-bezier(0.68,-3,0.27,5);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
body,html{
    height: 100%;
    width: 100%;
}

  body {
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #f6f5ed;
    line-height: 26px;
    position: relative;
	overflow-x:hidden;
  }
  .bg-pattern {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url(../images/patternBG.png);
    background-position: 0px 0px;
    background-size: auto;
    mix-blend-mode: multiply;
}

  

  a {
    text-decoration: none;
  }

  
  h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Bunken Tech Sans Pro', sans-serif;
  color: #152A3F;
  margin-top: 0px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -ms-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}


ul {
    margin: 0px;
    padding: 0px;
  }
  
  p {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
    line-height: 30px;
  }
  

  a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
    outline: 0;
  }
  
  .uppercase {
    text-transform: uppercase;
  }
  
  .capitalize {
    text-transform: capitalize;
  }


  *::-moz-selection {
    background: #000;
    color:  #ffffff;
    text-shadow: none;
  }
  
  ::-moz-selection {
    background: #000;
    color:  #ffffff;
    text-shadow: none;
  }
  
  ::selection {
    background: #000;
    color: #ffffff;
    text-shadow: none;
  }
  
  *::-moz-placeholder {
    color: #000;
    font-size: var(--tp-fz-body);
    opacity: 1;
  }
  
  *::placeholder {
    color: #000;
    font-size: var(--tp-fz-body);
    opacity: 1;
  }
  
  *, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
 

.auto-container {
    width: 90%;
    margin: 0 auto;
}

.owl-nav {
    position: absolute;
    right: 10%;
    bottom: 50px;
    width: 100%;
    z-index: 1;
    max-width: 69px;
    margin-left: 0;
    color: #031c4e
  }
  
.owl-nav .owl-prev {
    position: absolute;
    left: 0;
    font-family: flaticon;
    font-size: 20px
  }
  
.owl-nav .owl-next {
    position: absolute;
    right: 0;
    font-family: flaticon;
    font-size: 20px
  }

.section-Title{
    position: relative;
    padding-bottom: 30px;
    text-align: left;
}

.section-Title h2{
    font-size: 42px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.3;
    color: #161616;
    margin-bottom: 10px;
    text-align: inherit;

    -webkit-text-fill-color: transparent;
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    background-image: -webkit-linear-gradient(transparent, transparent), url(../images/text-bg.gif);
    background-position: center;
    background-size: 125%;
    animation: textani 8s infinite ease;
}

@keyframes textani {
    0% {background-position: left;
        background-size: 50%;}
    30% {background-position: center;
        background-size: 70%;}
    60% {background-position: right;
        background-size: 90%;}
    100% {background-position: left;
        background-size: 100%;}
  }


.section-Title p{
    text-align: inherit;
}

.section-Title.centered h2, .section-Title.centered p{
    text-align: center;
}

.blob-cont {
    display: flex;
    /* flex-direction: column; */
    /* justify-content: center; */
    /* align-items: center; */
    z-index: -2;
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.blob {
    border-radius: 100px;
    filter: blur(60px);
}

.yellow {
    background-color: #E4C067;
    position: absolute;
    top: 50px;
    left: 100px;
    height: 200px;
    width: 200px;
    animation: yellow 8s infinite ease;
}

.red {
    background-color: #152a3f;
    position: absolute;
    right: 0;
    top: -30px;
    height: 250px;
    width: 200px;
    animation: red 8s infinite linear;
}

.green {
    background-color: #EFE9E0;
    position: absolute;
    top: 0px;
    right: 450px;
    height: 200px;
    width: 250px;
    animation: green 8s infinite ease;
}

@keyframes yellow {
    0% {top: 50px; left: 100px; transform: scale(1);}
    30% {top: 300px; left: 150px; transform: scale(1.2);}
    60% {top: 400px; left: 200px; transform: scale(1.3);}
    100% {top: 50px; left: 100px; transform: scale(1);}
  }
  
  @keyframes green {
    0% {top: 80px; right: 450px; transform: scale(1.2);}
    30% {top: 100px; right: 150px;transform: scale(1);}
    60% {top: 200px; right: 200px;transform: scale(1);}
    100% {top: 80px; right: 450px; transform: scale(1.2);}
  }
  
  @keyframes red {
    0% {top: -230px; right: 0px; transform: scale(1);}
    30% {top: 150px; right: 150px;transform: scale(1.4);}
    60% {top: 250px; right: 100px;transform: scale(1);}
    100% {top: -230px; right: 0px; transform: scale(1);}
  }

/********* Buttons ***********/


.theme-btn{
    margin: 10px;
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .button-cta {
    overflow: hidden;
    background: black;
    color: white;
    font-size: 18px;
    border-radius: 50px;
    position: relative;
    border: none;
    transition: all 0.3s ease;
    padding: 13px 40px;
    font-weight: 300;
  }
  .button-cta.with-hover:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: all 0.8s;
    display: block;
    margin: auto;
    width: 0;
    height: 0;
    border-radius: 100px;
    animation: ripple-animation 0.5s;
    backdrop-filter: contrast(0.7);
  }
  .button-cta.with-hover:hover:before {
    width: 100%;
    height: 100%;
    animation: ripple-animation-reverse 0.5s;
  }
  .button-cta.with-ripple {
    border: 2px solid #212121;
    background: transparent;
    color: #212121;
  }
  .button-cta.with-ripple:hover {
    color: white;
  }
  .button-cta.with-ripple:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: all 0.8s;
    background: #212121;
    display: block;
    margin: auto;
    width: 0;
    height: 0;
    border-radius: 100px;
    animation: ripple-animation 0.5s;
    z-index: -1;
  }
  .button-cta.with-ripple:hover:before {
    width: 100%;
    height: 100%;
    animation: ripple-animation-reverse 0.5s;
  }
 
  .button-cta:hover {
    padding: 13px 40px;
  }

  @keyframes arrow-animation {
    0% {
      bottom: 25%;
    }
    50% {
      bottom: -25%;
    }
    51% {
      bottom: 100%;
    }
    100% {
      bottom: 25%;
    }
  }
  @keyframes ripple-animation {
    0% {
      width: 100%;
      height: 100%;
    }
    12% {
      width: 89%;
      height: 89%;
    }
    24% {
      width: 56%;
      height: 56%;
    }
    36% {
      width: 2%;
      height: 25;
    }
    54% {
      width: 25px;
      height: 25px;
    }
    74% {
      width: 5px;
      height: 5px;
    }
    82% {
      width: 10px;
      height: 10px;
    }
    92% {
      width: 2px;
      height: 2px;
    }
    96% {
      width: 5px;
      height: 5px;
    }
    100% {
      width: 0;
      height: 0;
    }
  }
  @keyframes ripple-animation-reverse {
    0% {
      width: 0;
      height: 0;
    }
    25% {
      width: 25px;
      height: 25px;
    }
    100% {
      width: 100%;
      width: 100%;
    }
  }


/* ==============================
   Links
   ============================== */

   .link-hover-anim{    
    position: relative;
    display: inline-block;
    padding: 3px 0; 
    font-size:20px;    
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1;
    text-decoration: none;
    vertical-align: middle;
    color: currentColor;
    background: none;
    border: none;
    cursor: pointer;
    color: #000;
}
.link-hover-anim:hover{
    text-decoration: none !important;
}
.main-nav .link-hover-anim{
    top: 1px;
}
.link-strong{
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 7px 0;
    transition: transform 0.5s cubic-bezier(0.68,-0.55,0.27,1.55), opacity 0.5s cubic-bezier(0.68,-0.55,0.27,1.55), color 0.2s var(--ease-default);
}
.underline .link-strong{
    border-bottom: 2px solid currentColor;
}
.underline .link-strong i{
    position: relative;
    top: 0.075em;
}
.link-hover-anim:not(.underline) .link-strong i:not([class^="icon-"]){
    position: relative;
    top: -0.05em;
    vertical-align: middle;
}
.link-strong svg{
    position: relative;
    top: -0.1em;
    margin-right: 0.2em;
}
.link-strong-hovered{
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    opacity: 0;
    transform: translateY(150%) translateZ(0.001px) skewY(10deg);
}
.link-hover-anim:hover{
    color: #646062;
}
.link-strong-unhovered{
    display: block;
}
.link-hover-anim:hover .link-strong-unhovered{ 
    opacity: 0;
    transform: translateY(-150%) translateZ(0.001px) skewY(-10deg);
}

.link-hover-anim:hover .link-strong-hovered{
    opacity: 1;
    transform: translateY(0) translateZ(0.001px) skewY(0);
}
.light-content .link-strong,
.light-content .link-hover-anim{
    color: #fff;
}

.link-hover-anim.link-gradient .link-strong{
    background: linear-gradient( 90deg, var(--color-primary-4) 0%, var(--color-primary-3) 33%, var(--color-primary-2) 67%, var(--color-primary-1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.link-hover-anim.link-gradient .link-strong i{
    -webkit-text-fill-color: var(--color-primary-1);
}

.link-circle{
    padding-right: 22px;
}
.link-circle:before{
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 7px;
    transform: translate3d(0, -50%, 0.001px);
    display: block;
    width: 40px;
    height: 40px;    
    border: 1px solid currentColor;
    border-radius: 50%;
    transition: all .5s var(--ease-elastic-2);
}
.link-circle:hover:before{
    transform: translate3d(0, -50%, 0.001px) scale(1.1);
    background-color: #c41d24;
}
.link-circle:hover .icon-arrow-right{
    color: #000;
}
.link-circle .link-strong{
    padding: 20px 0;
}

.link-circle-1{
    margin-left: -7px;
    padding-left: 27px;
}
.link-circle-1:before{
    content: "";
    position: absolute;
    top: calc(50%);
    left: 7px;
    transform: translate3d(0, -50%, 0.001px);
    display: block;
    width: 60px;
    height: 60px;    
    border: 2px solid var(--color-dark-1);
    border-radius: 50%;
    opacity: .15;
    transition: all .5s var(--ease-elastic-2);
}
.link-circle-1 .link-strong-hovered{
    left: 27px;
}
.light-content .link-circle-1:before{
    border-color: #000;
    opacity: .25;
}
.link-circle-1:hover:before{
    transform: translate3d(0, -50%, 0.001px) scale(0.88);
}
.link-circle-1 .link-strong{
    padding: 24px 0;
}


.size-14 {
    font-size: 14px !important;
}

.white-btn{
    font-size: 16px;
    padding: 10px 20px;
    background: #fff;
    border-radius: 30px;
    margin: 20px 0px;
    border:#000 solid 1px;
}

.white-btn span {
    display: inline-block;
    color: #000;
    
}

.white-btn span i {
    color: #000;
    font-size:10px;
    margin-left: 10px;

}

.white-btn:hover{
    background: #000;
    border:#fff solid 1px;
}

.white-btn:hover span,  .white-btn:hover span i {
    color: #fff;
    
}


.customsingleText {
    font-family: outfit, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
    line-height: 30px;
}

.twosideText{
    font-family: outfit, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
    line-height: 30px;
}

.threesideText{
    font-family: outfit, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
    line-height: 30px;
}

.paragraph-heading {
    font-weight: 600;
}





/*Backoffice CSS*/

.Main-Heading {
    font-family: bunken tech sans pro, sans-serif;
    color: #152a3f;
    margin-top: 0;
    font-weight: 700;
    line-height: 1.2;
    -webkit-transition: color .3s 0s ease-out;
    -moz-transition: color .3s 0s ease-out;
    -ms-transition: color .3s 0s ease-out;
    -o-transition: color .3s 0s ease-out;
    transition: color .3s 0s ease-out;
        font-size: 36px;

}

.Normal-Heading {
    font-family: bunken tech sans pro, sans-serif;
    color: #152a3f;
    margin-top: 0;
    font-weight: 700;
    line-height: 1.2;
    -webkit-transition: color .3s 0s ease-out;
    -moz-transition: color .3s 0s ease-out;
    -ms-transition: color .3s 0s ease-out;
    -o-transition: color .3s 0s ease-out;
    transition: color .3s 0s ease-out;
        font-size: 30px;
}

.Sub-Heading {
     font-family: bunken tech sans pro, sans-serif;
    color: #152a3f;
    margin-top: 0;
    font-weight: 700;
    line-height: 1.2;
        font-size: 24px;
}


.Feature-Heading {
     font-family: bunken tech sans pro, sans-serif;
    color: #152a3f;
    margin-top: 0;
    font-weight: 700;
    line-height: 1.2;
        font-size: 24px;
}

.Paragraph {
        font-family: outfit, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
    line-height: 30px;
}

.Add-Button {
       padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    margin-left: -1px;
    text-decoration: none !important;
        background-color: #c81c24;
    color: #fff;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
}



.Add-Button:before{
    border-color: #c81c24;
        border-top-width: 2px !important;
    left: -5px;
    top: -5px;
        transition: all .25s;
    border-style: solid;
    border-width: 0;
    content: "";
    height: 24px;
    position: absolute;
    width: 24px;
}
.Add-Button:after{
    border-bottom-width: 2px !important;
     border-color: #c81c24;
    bottom: -5px;
    right: -5px;
        transition: all .25s;
    border-style: solid;
    border-width: 0;
    content: "";
    height: 24px;
    position: absolute;
    width: 24px;
}

.Add-Button:hover:before, .Add-Button:hover:after {
       height: 100%;
    width: 100%;
}





.Add-Button-White {
       padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    margin-left: -1px;
    text-decoration: none !important;
        background-color: #152a3f;
    color: #fff;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
}


.Add-Button-White:hover:before, .Add-Button-White:hover:after {
       height: 100%;
    width: 100%;
}

.Add-Button-White:before {
    border-color: #152a3f;
        border-top-width: 2px !important;
    left: -5px;
    top: -5px;
        transition: all .25s;
    border-style: solid;
    border-width: 0;
    content: "";
    height: 24px;
    position: absolute;
    width: 24px;
}

.Add-Button-White:after{
    border-bottom-width: 2px !important;
     border-color: #152a3f;
    bottom: -5px;
    right: -5px;
        transition: all .25s;
    border-style: solid;
    border-width: 0;
    content: "";
    height: 24px;
    position: absolute;
    width: 24px;
}

.Bullets:before {
    position: absolute;
    top: 6px;
    left: 0;
    font: 14px / 1 FontAwesome;
    content: "\f192";
    color: #c81c24;
}

li{
        position: relative;
    margin: 0;
    padding-left: 24px;
    list-style: none;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.Color-Green {
    color: #c81c24 !important
}

a.html5lightbox.wow.zoomIn.lightbox-image.animated {
    width: 70px;
    height: 70px;
    background: #ffffffc4;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.contentVideo .img-holder {
    position: relative;
    height: 100%;
    width: 100%;
}
.icon-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a.html5lightbox.wow.zoomIn.lightbox-image.animated i {
    font-size: 30px;
    color: #c41d24;
    position: relative;
    left: 54%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.background1 {
    background-color: #efe9e0;
}

.customSection {
    padding: 20px 0px 20px 0px !important;
}

.rightImg-col a {
    color: #c81c24;
}


.custombottomheading p {
    margin-top: 18px;
}


