*{
text-decoration: none !important;
outline: none !important;
}

/************VARIABLE CSS***********/
/************VARIABLE CSS***********/
:root {
 --main-font-size: 16px; 
  --main-font-weight: 400; 
  --main-line-height: 25px; 
  --font-titel:'DM Sans', 'DM Sans Local', sans-serif;
  --font-paragraph:'DM Sans', 'DM Sans Local', sans-serif;
 --themecolor:#1A4796;
 --themecolorsecnd:#FF9103;
  --title-color:#323232;
   --p-color:#535353;
 --bgcolor-light:#FFF5E9;
  --bgcolor-semi-light:#F9F9F9;
--color-white:#ffffff;
     scroll-behavior: smooth;
    scroll-padding-top: 4rem;
    --color-black:#000;
    --main-line-heigh:28px;
    --main-font-weight:400px;
    --main-font-size:18px;

     --transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}


/************VARIABLE CSS***********/
/************VARIABLE CSS***********/

body {
 
    font-weight:var(--main-font-weight);
  font-size:var(--main-font-size);
  color:var(--p-color);
  line-height:var(--main-line-heigh);
  background: var(--color-white);
  letter-spacing:0px;
  margin:0px;
  padding: 0px;
  font-weight: normal;
  font-style: normal;

font-family: var(--font-paragraph);
    /* Font-er pixel gulo smooth korar jonne */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    /* Letter spacing thik korun (Google Fonts ektu tight thake) */
    letter-spacing: -0.015em;
}


/* DM Sans Local - Regular */
@font-face {
    font-family: 'DM Sans Local';
    src: url('../fonts/DMSans-Regular.woff2') format('woff2'),
         url('../fonts/DMSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* DM Sans Local - Medium */
@font-face {
    font-family: 'DM Sans Local';
    src: url('../fonts/DMSans-Medium.woff2') format('woff2'),
         url('../fonts/DMSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* DM Sans Local - SemiBold */
@font-face {
    font-family: 'DM Sans Local';
    src: url('../fonts/DMSans-SemiBold.woff2') format('woff2'),
         url('../fonts/DMSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* DM Sans Local - Bold */
@font-face {
    font-family: 'DM Sans Local';
    src: url('../fonts/DMSans-Bold.woff2') format('woff2'),
         url('../fonts/DMSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ExtraBold */
@font-face {
    font-family: 'DM Sans Local';
    src: url('../fonts/DMSans-ExtraBold.woff2') format('woff2'),
         url('../fonts/DMSans-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Italics (Example: Medium Italic) */
@font-face {
    font-family: 'DM Sans Local';
    src: url('../fonts/DMSans-MediumItalic.woff2') format('woff2'),
         url('../fonts/DMSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans Local';;
    src: url('../fonts/DMSans-LightItalic.woff2') format('woff2'),
        url('../fonts/DMSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
   font-family: 'DM Sans Local';
    src: url('../fonts/DMSans-Light.woff2') format('woff2'),
        url('../fonts/DMSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Pro';
    src: url('../fonts/AvenirLTPro-Medium.woff2') format('woff2'),
        url('../fonts/AvenirLTPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Pro 55 Roman';
    src: url('../fonts/AvenirLTPro-Heavy.woff2') format('woff2'),
        url('../fonts/AvenirLTPro-Heavy.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Pro';
    src: url('../fonts/AvenirLTPro-Light.woff2') format('woff2'),
        url('../fonts/AvenirLTPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



figure{
    margin: 0;
}
p:empty{
  display: none !important;
}
img {
    width: auto;
    max-width: 100%;
    height: auto;
    border: 0;
}
ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
    list-style-type: none;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
a, a:hover, a:focus{
  text-decoration: none;
}
ol {
    list-style: decimal inside;
}

.h1, .h2, .h3, h1, h2, h3,h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: var( --font-titel) !important;
}

p {
    margin: 0;
    padding: 0;
    color: #2e2e2e;
    font-size: 15px;
    line-height: 26px;
    font-family: var(--font-paragraph);
}
b,
strong {
    font-weight: 800;
}
blockquote {
    margin: 0;
    padding: 0;
    border: none;
}
a,
a:hover,
a:visited {
    color: #000;
}
::selection {
  background: #000;
    color: #fff;
}
::-moz-selection {
    background: #000;
    color: #fff;
}
a:focus,p:focus,div:focus,input:focus,textarea:focus,submit:focus,button:focus{
  outline:none;
  
}



/**************theme sacting*******/
.swich0{
  display: none !important;
}
.swich1{
  display: block;
}

/*****************
Typography
*****************/
.h1 {
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 800 !important;
    font-size: 30px !important;
    color: #0d141e !important;
    text-transform: uppercase;
    line-height: 35px;
    font-family: var(--font-titel) !important;
}

.h2 {
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 700 !important;
    font-size: 30px !important;
    color: #0d141e !important;
    text-transform: uppercase;
    line-height: 35px;
    font-family: var(--font-titel) !important;
    letter-spacing: -0.5px;
}

.h3 {
     margin: 0px !important;
    padding: 0px !important;
    font-weight: 700 !important;
    font-size: 30px !important;
    color: #0d141e !important;
    text-transform: uppercase;
    line-height: 35px;
    font-family: var(--font-family) !important;
    letter-spacing: -0.5px;

}
.h4 {
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #0d141e !important;
    text-transform: capitalize;
    line-height:27px;
    font-family: var(--font-titel) !important;
}
.h5 {
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #0d141e !important;
    text-transform: capitalize;
    line-height:27px;
    font-family: var(--font-titel) !important;
}

.font-size p,.font-size a {
    font-size: 13px !important;
    font-weight: 500;
 
}

.font-size2 p {
    font-size: 18px;
    font-weight: 300;
    color: #6a6a6a;

    font-family: var(--font-paragraph);
}
.font-bold {
    font-weight: 800;
  
}
.font-semibold {
    font-weight: 700;
}
.font-mediumbold {
    font-weight: 600;
}
.font-medium {
    font-weight: 500;
}
.font-normal {
    font-weight: 400;
}
.font-italic {
    font-style: italic;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-justify {
    text-align: justify;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.color-white{
  color: #fff !important;
}
.color-white p,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6,
.color-white ul li,
.color-white ul li a{
  color: #fff !important;
}
p {
    font-size: 17px;
    color: #3A3A3A;
    line-height: 25px;
    letter-spacing: 0;
}

.letter-spacin-0{
  letter-spacing: 0px;
}
.letter-spacin-1{
  letter-spacing: 1px;
}
.letter-spacin--1{
  letter-spacing: -1px;
}

.image-shadow img{
  box-shadow: 0px 0px 30px #ccc;
}

.relativ-class{
  position: relative;
}

/*****************
Typography
*****************/
/***************
VISUL CLASS
*************/
.overflow-visible{
  overflow: visible !important;
}
.overflow-hidden{
  overflow: hidden !important;
}
.box-shadow { box-shadow:0px 0px 40px rgba(2, 2, 2, 0.18);
}

.no-shadow{
  box-shadow: none !important;
}

/***************
VISUL CLASS
*************/


/***************
page scrool
**************/
.scrollup{
  position:fixed;
  right:-60px;
  bottom:30px;
  width:45px;
  height:45px;
  background:var(--themecolor);
  color:#fff;
  text-align:center;
  line-height:45px;
  cursor:pointer;
  transition:all .4s ease;
  z-index:9999;
  border-radius:4px;
  opacity:0;
}

.scrollup i{
  font-size:20px;
}

/* Active Show */
.scrollup.active{
  right:30px;
  opacity:1;
}


/***************
page scrool
***************/



.section {
    width: 100%;
overflow: hidden;
}

/*+++++++++++++++++NAV MENU+++++++++++++++++++*/

.nav{
}
#pull{display:none;}
.nav > ul{
 
font-family: var(--font-paragraph);
  
    

}

.nav > ul > li::after{
 content: " ";
    width: 8px;
    height: 8px;
    background-color:transparent;
    border-radius: 100px;
    position: absolute;
    top: 12px;
    left: -8px;
}

.nav > ul > li:last-child:after{
  content: "";

}

.nav > ul > li{position:relative;display:inline-block;vertical-align:top;width:auto;height:auto;
  margin:0px 40px 0px 0px;}
.nav > ul > li:last-child,
.nav > ul > li:only-child{margin:0px 0px 0px 0px}
.nav > ul > li::before {
  position: absolute;
  bottom: -7px;
  left: 27%;
  z-index: 0;
  content: " ";
  width: 40%;
  height: 3px;
  background:transparent;
  border-radius:0px; 
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
 
}
.nav > ul > li:hover:before,
.nav > ul > li.current-menu-item:before,
.nav > ul > li.current-menu-parent:before,
.nav > ul > li.current-menu-ancestor:before{transform:scaleX(1);-webkit-transform:scaleX(1);}
.nav > ul > li > a {
 font-family: 'Avenir LT Pro';
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  height: auto;
    padding: 5px 6px 5px 7px;

    font-weight:500;
    font-size: 15px;
color:#4E4E4E; 
  line-height: 22px;
  cursor: pointer;
 letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;





}
.nav > ul > li > a i{ font-size: 16px;}
.nav > ul > li:hover > a,
.nav > ul > li.current-menu-item > a,
.nav > ul > li.current-menu-parent > a,
.nav > ul > li.current-menu-ancestor > a{ color:var(--themecolor); }
.nav > ul > li > ul{position:absolute;top:100%;
  left:0;z-index:9999;width:240px;height:auto;padding:3px 0px 0px 0px;
  background:none;text-align:left;opacity:0;visibility:hidden;transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}
.nav > ul > li:last-child > ul,
.nav > ul > li:nth-last-child(2) > ul{left:auto;right:0;}
.nav > ul > li:hover > ul{top:100%;opacity:1;visibility:visible;}
.nav > ul > li > ul > li,
.nav > ul > li > ul > li > ul > li{position:relative;width:100%;height:auto;float:left;}
.nav > ul > li > ul > li > a,
.nav > ul > li > ul > li > ul > li > a{
    display: block;
    width: auto;
    height: auto;
    padding: 2px 15px 1px 15px;
    background: #707070;
    border-top: 1px #676767 solid;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;}
.nav > ul > li:hover > ul > li > a,
.nav > ul > li:hover > ul > li > ul > li > a{padding:9px 15px 10px 15px;}
.nav > ul > li > ul > li:hover > a,
.nav > ul > li > ul > li.current-menu-item > a,
.nav > ul > li > ul > li.current-menu-parent > a,
.nav > ul > li > ul > li > ul > li:hover > a,
.nav > ul > li > ul > li > ul > li.current-menu-item > a,
.nav > ul > li > ul > li > ul > li.current-menu-parent > a{background:var(--themecolor);}
.nav > ul > li > ul > li > ul{position:absolute;top:10%;left:100%;z-index:9999;width:240px;height:auto;background:none;text-align:left;opacity:0;visibility:hidden;transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}
.nav > ul > li:last-child > ul > li > ul,
.nav > ul > li:nth-last-child(2) > ul > li > ul{left:auto;right:100%;}
.nav > ul > li > ul > li:hover > ul{top:0;opacity:1;visibility:visible;}

.nav > ul .menu-item-has-children{
    position: relative;
}
.nav > ul .menu-item-has-children > a::after {
content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    margin-left: 12px;
    font-size: 13px;
    color: #4E4E4E;
    position: relative;
    top: -2px;
}


/*+++++++++++++++++NAV MENU+++++++++++++++++++*/

/****************
START HEADER PART
****************/

 .sticky{
   padding:0px 0px;
    position: fixed !important;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 999 !important;
 background-color:#fff !important;
}
  
/****************
END HEADER PART
****************/

/***************MPBILE MENU***********/

.hamburger{
  display:none;
  flex-direction:column;
  gap:6px;
  cursor:pointer;
}

.hamburger span{
  width:28px;
  height:2px;
  background:var(--color-black);
  transition:.4s;
}

.hamburger.active span:nth-child(1){
  transform:rotate(45deg) translate(5px,5px);
}

.hamburger.active span:nth-child(2){
  opacity:0;
}

.hamburger.active span:nth-child(3){
  transform:rotate(-45deg) translate(6px,-6px);
}

/* Mobile Menu */
.mobile-menu{
position: fixed;
    top: 0;
    left: -100%;
    width: 260px;
    height: 100%;
    background: #041129;
    padding-top: 40px;
    transition: .4s ease;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mobile-menu ul{
  list-style:none;
  padding-left:25px;
}

.mobile-menu li{
  margin-bottom:20px;
}

.mobile-menu li a{
  color:#fff;
  text-decoration:none;
}

.mobile-menu.active{
  left:0;
}


.mobile-menu ul.sub-menu {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
    opacity: 0;
    padding-left: 0px;
    margin-top: 15px;
}
.mobile-menu ul.sub-menu li{
    margin-bottom: 10px;
}
.mobile-menu ul.sub-menu li a{
    font-size: 16px;
}

.mobile-menu li.open > ul.sub-menu {
    height: auto; 
    visibility: visible;
    opacity: 1;
}


.mobile-menu li.menu-item-has-children > a {
    position: relative;
    display: block;
}

.mobile-menu li.menu-item-has-children > a::after {
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    position: absolute;
    right: 18px;
    transition: transform 0.4s ease;
}

.mobile-menu li.open > a::after {
    transform: rotate(180deg);
}



/***************MPBILE MENU***********/
.max-1100{
     max-width: 1100px;
    margin-left: auto;
    margin-right: auto; 
}
.max-1000 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.max-900{
    max-width: 900px;
    margin: auto;
}
.max-800{
 max-width: 800px;
    margin: auto;
}
.max-700{
     max-width: 700px;
    margin: auto;
}
.max-600{
     max-width: 600px;
    margin: auto;
}
.max-500{
     max-width: 500px;
    margin: auto;
}

.max-400{
     max-width: 400px;
    margin: auto;
}


/****************************slider vanila css****************************/
  /* Common Slider CSS */
        .slider-wrapper { position: relative; width: 100%; max-width: 100%; margin: 0 auto; overflow: hidden; }
        .slider-track { display: flex; will-change: transform; cursor: grab; }
        .slide-item { flex-shrink: 0; padding: 10px; box-sizing: border-box; transition: 0.5s; }
        .content-box { 
            height: 300px; background: var(--primary); color: #fff; border-radius: 15px;
            display: flex; align-items: center; justify-content: center; font-size: 2.5rem;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1); font-weight: bold;
        }

        /* 1. Center Mode */
        .center-style .slide-item { opacity: 0.3; transform: scale(0.85); transition: 0.5s; }
        .center-style .slide-item.active { opacity: 1; transform: scale(1.1); z-index: 2; }

        /* 2. Peek Mode (Half Visible) */
        .peek-style .slider-track { padding: 0 10%; }

        /* 3. Thumbnail Sync Style */
        .thumb-nav-wrapper { max-width: 600px; margin: 0 auto 40px; }
        .thumb-content {
            height: 70px; background: #ddd; border-radius: 8px; cursor: pointer;
            opacity: 0.6; transition: 0.3s; border: 3px solid transparent;
            display: flex; align-items: center; justify-content: center; font-weight: bold;
        }
        .thumb-nav-item.active .thumb-content { opacity: 1; border-color: var(--primary); background: #fff; }

        /* Theme Colors */
        .normal-style .content-box { background: #10b981; }
        .grid-style .content-box { background: #f59e0b; font-size: 1.5rem; }
        .thumb-main-style .content-box { background: #6366f1; }

        /* Controls */
        .nav-btn { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; cursor: pointer; background: #fff; border: none; width: 40px; height: 40px; border-radius: 50%; box-shadow: 0 2px 10px rgba(0,0,0,0.2); }
        .prev-id { left: 10px; } .next-id { right: 10px; }
        .dots-id { display: flex; justify-content: center; gap: 8px; margin-top: 15px; }
        .dot-class { width: 10px; height: 10px; background: #ccc; border-radius: 50%; cursor: pointer; transition: 0.3s; }
        .dot-class.active { background: var(--primary); width: 25px; border-radius: 6px; }

.dot-class.active { 
    background: var(--themecolor); 
   
  
}

/****************************slider vanila css****************************/



    .container {
        max-width: 1300px;
    }

    .section-padding{
    padding: 80px 0px;
    position: relative;
}


/***************header***********/

.containfo-top{
    max-width: 720px;
    margin: auto;
    display: flex;
    align-items: center;
border-bottom-right-radius: 45px;
    border-bottom-left-radius:45px;
    padding: 10px 20px;
    background-color: var(--themecolor);
    justify-content: center;
    gap: 28px;
    overflow: hidden;

}
.containfo-top a{
    color: #fff;
    font-size: 15px;
        position: relative;
}
.containfo-top a i{
    font-size: 18px;
}
.socil-footer{
    display: flex;
    gap: 5px;
}
.socil-footer li a{
     text-align: center;
    width: 27px;
    height: 27px;
    background-color: #0E8BD8;
    color: #fff;
    display: inline-block;
    border-radius: 100px;
    line-height: 30px;
}
.btn-border:after{
content: "";
    position: absolute;
    width: 1px;
    height: 18px;
    background-color: #DFDFDF;
    /* left: 2px; */
    left: -14px;
    top: 4px;
}

.logo{
    width: auto;
}
.menu-holder-center{
    width: auto;
}
.col-custom3{
    width: auto;
}

.btn-blue,
a.btn-blue{
    color: #fff;
    background: #1A4796;
    border-radius: 100px;
    padding: 10px 20px;

}


.text-infor a{
color: #ffffff;
display: inline-block;
}