


/*======================================================================
  1. Google Fonts
========================================================================*/
@import url("https://use.typekit.net/noi3gsv.css");
/* @import url('https://fonts.googleapis.com/css?family=Proxima+Nova'); */

/*======================================================================
  2. Basic Styles
========================================================================*/
*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
:root {
  --primary-color: #92a70e;
  --secondary-color: #0758b3;
  --white-color: #fff;
  --black-color: #000;
  --primary-font: "proxima-nova", sans-serif;
}

/*====================================
  Custom Scrollbar
=====================================*/
::-webkit-scrollbar {
  width: 0.625rem;
}

::-webkit-scrollbar-track {
  background: #ccc;
}

::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}


body { font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal; font-style: normal; color:#171717; font-size:14px; line-height:1.6;  letter-spacing:0; margin:0; padding:0; }
  a { color:#171717; text-decoration:none; outline:none; -ms-transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; }
a, a:after, a:before { transition:all .3s ease-in-out; -webkit-transition:all .3s ease-in-out; -ms-transition:all .3s ease-in-out; }
a:active, a:hover { color:#92a70e; text-decoration:none; outline:0; }
a:hover { color:#92a70e; opacity:1; }
ol, ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
p { margin:0 0 20px; font-size: 16px;}
p:last-child { margin-bottom:0; }
input:focus, .btn:focus, .btn-primary:focus, input:active, button:focus, button:active, select:focus, select:active, textarea:focus, textarea:active, .form-control:focus { outline:none;  box-shadow:none; background-color: transparent!important; }

.fs-20{
  font-size: 14px!important;
  color: var(--secondary-color)!important;
  font-weight: 400!important;
}
.fs-14{
  font-size: 15px!important;
  color: var(--secondary-color)!important;
  font-weight: 500!important;
  padding-bottom: 5px!important;
}
.mt-7 {
  margin-top: 70px;
}
.banner-bg{
  background: linear-gradient(158deg, rgba(243, 244, 244, 1) 60%, rgba(255, 255, 255, 1) 72%, rgba(255, 255, 255, 1) 100%);
}
.bg-greym {
  background: #f3f4f4!important;
}
.sec-pad{
  padding: 50px 0;
}
.mx-8 {
  margin: 0 80px;
}
.bg-white-ser{
  background-color: #fff;
  padding: 20px;
}
.blueColor{ 
  color: #0758b3!important;
}
.main-heading-text h2{
  font-size: 32px;
  margin-bottom: 0px;
}
.main-heading-text p{
  font-size: 16px;
  margin-bottom: 0px;
}
.img-round{
  border-radius: 15px;
  border: 2px solid #fff;
}
.blue-gradient{
  background: transparent linear-gradient(180deg, #3889E3 0%, #043770 100%)!important;
}

/* Pre Loader */
#pre-loader { background-color:#000000; height:100%; width:100%; position:fixed; margin-top:0px; top:0px; left:0px; right:0px; bottom:0px; overflow:hidden; z-index:999999;  }
.pre-loader-in { position: absolute; top: 50%; left: 50%; margin: 0 auto; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); }
.preLoader { color: #FFF; position: relative; display: inline-block; margin-top: 0; font-size: 48px; line-height: 1; letter-spacing: 4px; box-sizing: border-box; text-transform: uppercase; font-weight: 600; }
.preLoader:before { content: ''; box-sizing: border-box; position: absolute; right: 86px; bottom: 4px; height: 34px; width: 7px; background: #e96f84; }
.preLoader:after { content: '';  width: 14px; height: 14px; position: absolute; left: 144px; top: -11px; border-radius: 50%; background: #e96f84; box-sizing: border-box; animation: animloader 1s ease-in infinite; }
@keyframes animloader {
    0% { transform: translateY(8px) scaleY(1) scaleX(1.25); }
    25%, 75% { transform: translateY(-5px) scaleY(1.2) scaleX(1); }
    50% { transform: translateY(-10px) scaleY(1) scaleX(1); }
    100% { transform: translateY(8px) scaleY(0.8) scaleX(0.8); }
}

/*======================================================================
  5. Container
========================================================================*/
/* .container { max-width:1300px; padding-left:15px; padding-right:15px; }
.container-fluid { padding:0 50px; }
.container-1330 { max-width: 1330px; } */
.page-wrapper {
  overflow: hidden;
}
.container-fluid { max-width:1300px; padding-left:15px; padding-right:15px; }



/*======================================================================
  Section
========================================================================*/
.section-header { margin-bottom:40px; text-align:center; }
.section-header h2 { font-size:25px; font-weight:700; line-height:1.3; margin: 0 auto 10px; text-transform: uppercase; }
.section-header p { margin:5px 0 0; display:block; color: #888; font-size: 18px; font-family: 'Edu VIC WA NT Beginner', cursive; }
.section-header .small-tlt { margin: 0 0 10px; }

.section { padding-top:60px; padding-bottom:60px; }
.section-md { padding-top:40px; padding-bottom:40px; }
.section-sm { padding-top:30px; padding-bottom:30px; }
.pb-section { padding-bottom:50px; }
.pt-section { padding-top:50px; }
.no-pb-section { padding-bottom:0 !important; }
.no-pt-section { padding-top:0 !important; }

#page-content { margin:0 0 60px; overflow: hidden;}

/*======================================================================
  7. Headers Style
========================================================================*/
.top-header .social-email {
  padding-top: 18px;
}
.top-header { display:flex; flex-wrap:wrap; align-items:center; color:#ffffff; background:#92a70e; font-size:13px; padding-top:2px; padding-bottom:2px; min-height:35px; }
.top-header h3 {
  text-transform: capitalize;
}
.top-header a { color:#000; }
.top-header a:hover { color:#f4f4f4; }
.top-header .social-icons { display:inline-block; font-weight:normal; margin:0; }
.top-header .social-icons li, .top-header .social-icons li a { list-style:none; display: inline-flex; align-items: center; }
.top-header .social-icons li:not(:last-child) { margin-right: 14px; }

.top-header.bg-white { color: #171717; border-bottom: 1px solid #ececec; }
.top-header.bg-white a { color: #171717; }
.top-header.bg-white a:hover, .top-header.bg-white .select-wrap.active { color: #92a70e; }

.top-header .left-brd > *:not(:last-child) { margin-right: 10px; padding-right: 5px; border-right: 0px solid #494c51; }
.top-header .left-brd .select-wrap { margin-left: 0; }

.top-promo-bar.style1 { background-color:#000000; color:#ffffff; overflow:hidden; }
.top-promo-bar.style1 .alert { padding:0; margin:0; border:0 !important; }
.top-promo-bar.style1 .item { padding:5px 20px 5px 0; min-height:35px; }
.top-promo-bar.style1 .item, .top-promo-bar.style1 .item a { color:#ffffff; font-size:13px; letter-spacing: 0.3px; text-transform: uppercase; }
.top-promo-bar.style1 .item .btn-close { color:#ffffff; font-size:15px; position:absolute; right:0; top:50%; -webkit-transform:translateY(-50%); transform:translateY(-50%); height:auto; width:auto; line-height:1; background:none; padding:0; margin:0; opacity:1; }
.top-promo-bar.style1 .item .btn-sm { font-size: 12px; padding:7px 10px; }
.top-promo-bar .slick-track { display: flex; align-items: center; }

.top-info-bar { background-color:#cb8161; color:#ffffff; position:relative; z-index:49; }
.top-info-bar .item { padding-top: 10px; padding-bottom: 10px; }
.top-info-bar .item a { color:#ffffff; font-size:14px; }
.top-info-bar .item a:hover { color:#ffffff; opacity:0.8; }

/* Marquee text */
.marquee-text { background-color: #000000; color: #ffffff; font-size: 13px; font-weight: 400; padding: 10px 0; overflow: hidden; box-sizing: border-box; -webkit-box-align: center; -moz-box-align: center; -o-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; overflow: hidden; }
.marquee-text .top-info-bar { background-color: transparent; padding: 5px 0; }
.marquee-text .top-info-bar .flex-item { animation: ticker 30s infinite linear; -webkit-animation: ticker 30s infinite linear; flex-shrink: 0; }
.marquee-text .top-info-bar:hover .flex-item { -webkit-animation-play-state: paused; -moz-animation-play-state: paused; -o-animation-play-state: paused; -ms-animation-play-state: paused; animation-play-state: paused; }
.marquee-text .top-info-bar a { color: #ffffff; }
.marquee-text .top-info-bar a i { color: #ffea00; vertical-align: middle; font-size: 16px; margin-right: 6px; font-weight: 400; position: relative; top: -1px; }
.marquee-text .top-info-bar a span { padding: 0 40px; }

@-webkit-keyframes ticker {
    0% { transform:translateX(0); }
    100% { transform:translateX(-100%); }
}
@keyframes ticker {
    0% { transform:translateX(0) }
    100% { transform:translateX(-100%) }
}

/* Main Header */
.header { position:relative; width:100%; min-height:auto; }
.header.is-fixed { position: fixed; max-width: 100%; right: 0; top: -120px; left: 0; width: 100%; z-index: 1000; background: #ffffff; -webkit-transition: all .6s ease; -moz-transition: all .6s ease; -ms-transition: all .6s ease; -o-transition: all .6s ease; transition: all .6s ease; }
.header.is-fixed.is-small { top:0; box-shadow: 0 0 5px rgba(0,0,0,0.2) !important; -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2) !important; }
.main-menu-outer.is-fixed { position: fixed; max-width: 100%; right: 0; top: -120px; left: 0; width: 100%; z-index: 1000; background: transparent; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
.main-menu-outer.is-fixed.is-small { top:0; box-shadow: 0 0 5px rgba(0,0,0,0.2); -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2); }
.header-7 .main-menu-outer.is-fixed { position: fixed; }   
.header-9 .main-menu-outer.is-fixed { background-color: #ffffff; }
.header-10.is-fixed { background-color: #090909; }

.logo a { display:block; opacity:1; }
.logo img { display:block; max-width:170px; max-height:39px; }

.iconset { display:inline-block; position:relative; color: #171717; text-align:center; padding:0 0px; cursor:pointer; }
.iconset .hdr-icon { color:#171717; font-size:18px; vertical-align:middle; text-decoration:none; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.iconset .hdr-icon:hover { color:#92a70e; }

.blog-btn-home {
  background: var(--primary-color);
  padding: 1px 14px;
  border-radius: 23px;
  transition: 0.3s ease-in-out;
  box-shadow: 0px 0px 6px #ccc;
  color: var(--white-color);
}
.blog-btn-home a{
  color: var(--white-color);
  font-size: 14px;
} 
.blog-btn-home:hover {
  background: var(--white-color);
  color: var(--primary-color);
}
.blog-btn-home:hover a{
  color: var(--primary-color);
} 
.contact-btn-home {
  background: var(--secondary-color);
  padding: 1px 14px;
  border-radius: 23px;
  transition: 0.3s ease-in-out;
  margin: 0 1px 0 7px;
  box-shadow: 0px 0px 6px #ccc;
  color: #fff;
}
.contact-btn-home a{
  color: #fff;
  font-size: 14px;
}
.contact-btn-home:hover {
  background: var(--white-color);
  color: var(--secondary-color);
}
.contact-btn-home:hover a{
  color: var(--secondary-color);
}



#settingsBox, #accountBox, #cart-drawer { color: #171717; text-align:left; background-color:#ffffff; box-shadow:0 0 15px rgba(5,0,0,0.1); -ms-transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; }
#settingsBox, #accountBox { visibility:hidden; opacity:0; padding:8px; margin:8px 0 0; width:125px; border-radius:0; position:absolute; top:130%; left:50%; -webkit-transform:translateX(-50%); transform:translateX(-50%); z-index:99; }
#settingsBox.active, #accountBox.active { visibility:visible; opacity:1; top:100%; }

.setting-parent:hover #settingsBox,
.account-parent:hover #accountBox { visibility: visible; opacity: 1; top: 100%; }

#settingsBox { width: 253px; }
#settingsBox .ttl { margin: 0 0 10px; display: block; text-transform: uppercase; font-weight: 600; }

.cnrLangList li { display:inline-block; margin:0 6px 6px 0; cursor:pointer; }
.cnrLangList li a { display:block; font-size:13px; text-transform:none; padding:2px 10px; border:1px solid rgba(0,0,0,0.3); }
.cnrLangList li a:hover, .cnrLangList li a.active { color:#ffffff; border:1px solid #000000; text-decoration:none; background:#000000; }

.customer-links li .icon { min-width: 20px; font-size: 14px; margin-right: 5px; }
.customer-links li:not(:last-child) { margin:0 0 2px 0; }
.customer-links li {
  border-bottom: 0px solid #f4f4f4
}
.customer-links li a{
 font-weight: 400;
}
.customer-links li:hover a{
  color: var(--secondary-color);
}
.btn-close:focus{
  box-shadow:none;
}
.search-parent .offcanvas {
  /* background-color: #ffffffe3; */
  background-color: #0758b3eb;
}
.search-drawer { padding: 20px 0; height: auto; max-height:inherit; bottom: auto; }
.search-drawer .btn-close { padding: 0; width: 15px; height: 15px;color: var(--black-color); }
.search-drawer .action {
  width: 6%;
  font-size: 17px;
  padding: 0;
  background: #fff;
  color: #000;
  border: 0;
}
.search-drawer .btn:focus {
  border: none;
  outline: none;
  box-shadow: none;
}


.search-drawer .input-box {
  width: 100%;
  box-shadow: 0px 3px 6px #00000029;
  padding: 10px 10px 10px 17px;
  background: #fff;
  border-radius: 25px;
}
.search-drawer .input-text  {
  width: 94%;
  border: 0;
  font-size: 16px;
}

.search-drawer .search-header {
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-header h3 {
  font-size: 24px;
  font-family: var(--primary-font);
  /* color: #373737; */
  color: var(--white-color);
  font-weight: 500;
}



/* Site Navigation */
#siteNav { margin:0 auto; padding:0; list-style:none; display:flex; flex-wrap:wrap; }
#siteNav.right { text-align:right; justify-content:flex-end; }
#siteNav.left { text-align:left; }
#siteNav.center { text-align:center; justify-content:center; }
.mobile-nav-wrapper { display:none; }

@media (min-width:990px) {
    .header .container, .header .container-fluid { position:relative; }
    .header .container .d-menu-col { position:static; }
    #siteNav a { text-decoration:none; font-size:13px; display:block; opacity:1; -webkit-font-smoothing: antialiased; letter-spacing:0.04em; position:relative; }
    #siteNav > li { display:inline-block; text-align:left; }
    .header-9 #siteNav > li { margin: 0 10px; }
    #siteNav > li > a { color:#171717; line-height: 24px; padding:6px 15px; text-transform:capitalize; display:inline-flex; align-items:center; }
   
    #siteNav.medium > li a { font-weight:500; }
    .classicHeader #siteNav.medium > li a { font-size: 15px; }
    #siteNav.hidearrow > li > a .icon { display:none; }
    #siteNav > li > a .icon { font-size:18px; margin-left:5px; -ms-transition:all 0.2s ease-in; -webkit-transition:all 0.2s ease-in; transition:all 0.2s ease-in; }
    #siteNav > li:hover > a, #siteNav > li > a:hover:hover, #siteNav > li > a:hover { color:var(--secondary-color); }
    #siteNav > li:hover > a > .icon { -webkit-transform: rotate(180deg); transform: rotate(180deg); }

    #siteNav > li .megamenu { 
        opacity:0; visibility:hidden; padding:20px 22px 12px 22px; max-width:100%; min-width:940px; width:100%; margin:0 auto; position:absolute; top:130%; left:0; right:0; z-index:999; background-color:#ffffff; border-radius:0; box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.3); pointer-events:none; -ms-transition:all 0.3s ease; 
        -webkit-transition:all 0.3s ease; transition:all 0.3s ease; max-height:600px; overflow:auto; box-shadow:0px 0px 15px rgba(0,0,0,0.1); 
    }
    #siteNav > li .mrktplace { 
      opacity:0; visibility:hidden; padding:10px 25px 10px 25px; max-width:100%; min-width:720px!important; width:100%; margin:0 auto; position:absolute; top:130%; left:0; right:0; z-index:999; background-color:#ffffff; border-radius:0; box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.3); pointer-events:none; -ms-transition:all 0.3s ease; 
      -webkit-transition:all 0.3s ease; transition:all 0.3s ease; max-height:600px; overflow:auto; box-shadow:0px 0px 15px rgba(0,0,0,0.1); 
  }
    #siteNav > li .megamenu ul { padding:0; list-style:none; }
    #siteNav > li:hover > .megamenu { top:100%; opacity:1; visibility:visible; pointer-events:visible;color: yellow; }
    #siteNav > li .megamenu .menu-title { color:#171717; font-size:14px; text-transform:capitalize; padding:0 0 5px !important; font-weight:400; }
    #siteNav > li .megamenu li.lvl-1 li .site-nav { color:#171717; padding:0px 0; font-weight:500;font-size: 13px; margin-bottom: 7px;line-height: 14px; text-transform: capitalize;}
    #siteNav > li .megamenu li.lvl-1 li .menu-title {
      color: var(--secondary-color);
      font-weight: 500;
      font-size: 15px;
      line-height: 17px;
      padding: 0px 0 5px 0!important;
      margin-bottom: 0px!important;
  }
    

    #siteNav > li .megamenu li.lvl-1 li .site-nav:hover { color:var(--secondary-color); }
    /* #siteNav > li .megamenu .subLinks .site-nav:before { content: ""; display:inline-block; width:0px; height:2px; vertical-align:middle; background-color:var(--secondary-color); -ms-transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; } */
    #siteNav > li .megamenu .subLinks .site-nav:hover:before { width:5px; margin-right:3px; }
    #siteNav > li .megamenu.style2 { width:800px; }
    /* #siteNav > li .megamenu .menu-title { font-weight:600 !important; } */
    #siteNav > li.mdropdown { position:relative; }
    #siteNav > li .megamenu .imageCol { padding-bottom:25px; }
    #siteNav > li .megamenu .lvl-1 .site-nav { padding: 3px 0; font-weight: 500;font-size: 15px; line-height: 13px; color: var(--secondary-color);margin-bottom: 4px;}
    #siteNav > li > a .navLbl{ white-space:nowrap; color:#ffffff; background-color:#f19280; font-size:10px; font-weight:400; line-height:normal; display:inline-block; padding:1px 5px; border-radius:0; position:absolute; top:-1px; left:50%; }
    #siteNav > li > a .navLbl:after { content:" "; display: block; width:0; height:0; border:3px solid transparent; border-top-color:#f19280; border-left-color:#f19280; position:absolute; bottom:-4px; left:0; }
    #siteNav > li > a .navLbl.new { background-color: #83cc52; }
    #siteNav > li > a .navLbl.new:after { border-top-color: #83cc52; border-left-color: #83cc52; }

    #siteNav a .lbl { color:#ffffff; background-color:#0a9339; font-size:9px; font-weight:400; line-height:1; text-transform:uppercase; display:inline-block; padding:4px 5px; position:relative; vertical-align:middle; border-radius:2px; margin-left:3px; }	
    #siteNav a .lbl:after { content:" "; display:block; width:0; height:0; position:absolute; bottom:5px; left:-8px; border:4px solid transparent; border-right-color:transparent; border-right-color:#0a9339; }

    #siteNav > li ul.dropdown li a .icon { font-size:17px; position:absolute; right:10px; top:10px; }
    #siteNav > li.dropdown { position:relative; }
    #siteNav > li .dropdown, #siteNav > li .dropdown ul { 
        background-color:#ffffff; list-style:none; opacity:0; visibility:hidden; width:290px; border-radius:0; position:absolute; top:130%; left:0; z-index:999; box-shadow:0px 0px 15px rgba(0,0,0,0.1); 
        -ms-transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; padding:10px; 
    }
    #siteNav > li:hover > .dropdown,
    #siteNav > li .dropdown li:hover > ul { top:100%; opacity:1; visibility:visible; }
    #siteNav > li ul.dropdown li { position:relative; border-top:1px solid #f4f4f4; }
    #siteNav > li ul.dropdown li:first-child { border:0; }
    #siteNav > li ul.dropdown li a { color:#171717; background-color:#ffffff; font-weight:400; padding:1px 6px; text-transform: capitalize;}
    #siteNav > li ul.dropdown li:hover > a, #siteNav > li ul.dropdown li a:hover { color:var(--secondary-color); background-color:#ffffff; }
    #siteNav > li ul.dropdown li ul { top:20px; left:100%; }
    #siteNav > li ul.dropdown li:hover > ul { top:0; }

    #siteNav .grid-products.slick-slider .slick-arrow { margin: 0px; }

    .hdr-menu-left #siteNav > li .megamenu { margin: 0; /*max-height: 452px;*/ }
    .menu-position-left #siteNav > li { position: relative; }

    .index-demo2 .hdr-menu-left #siteNav > li > a { padding: 8px 13px; }
    .index-demo2 .hdr-menu-left #siteNav > li:first-child > a { padding-left: 0; }
    .index-demo4 .hdr-menu-left #siteNav > li > a { padding: 8px 14px; }
    .index-demo4 .hdr-menu-left #siteNav > li:first-child > a { padding-left: 0; }

    .header-10 #siteNav > li .megamenu { max-width: 1300px; }

}


/* Dropdown Picker */
.select-wrap { position: relative; user-select: none; margin-left: 15px; }
.select-wrap .default-option { background: transparent; position: relative; cursor: pointer; margin: 0; padding-right: 10px; }
.select-wrap .default-option:before { content: "\eb66"; position: absolute; top: 50%; right: 0; font-family: "annimex-icons"; font-size: 14px; font-weight: 400; line-height: 1; -webkit-transform: translateY(-50%); transform: translateY(-50%); margin-top: 1px; }
.select-wrap .select-ul { opacity: 0; visibility: hidden; position: absolute; top: 130%; right: 0; z-index: 3; min-width: 65px; background:#ffffff; color:#171717; border-radius: 0; padding: 0; margin:5px 0 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1); -webkit-transition: all .3s linear; transition: all .3s linear; }
.select-wrap .select-ul li { padding: 5px 10px; cursor: pointer; border-top: 1px solid #f8f8f8; }
.select-wrap .select-ul li:hover { background:#eaedf2; color:#92a70e; }
.select-wrap .select-ul li:first-child { border-top: none; }
.select-wrap .option { display: flex; align-items: center; }
.select-wrap .option .icon { width: 17px; margin-right: 5px; }
.select-wrap.active .select-ul { opacity:1; visibility:visible; top:100%; }
.select-wrap.active .default-option:before { content:"\eb69"; }
.text-left .select-wrap { margin-left: 0; margin-right: 15px; }
.text-left .select-wrap .select-ul { left: 0; right: auto; }

/*----- Classic Header Style -----*/
.classicTopbar { color: #ffffff; background: #fff; border-bottom: 1px solid rgba(255,255,255,0.1) }
.classic-topHeader { position:relative; left:0; right:0; z-index: 99; }
.classicHeader.header.is-fixed { background-color: var(--white-color); }

.classicHeader:not(.is-fixed) { position:relative; left:0; right:0; z-index: 2; background: #e1e1e1; box-shadow: inset 0px 3px 9px 1px #c3c0c0;}
.classicHeader:not(.stickyNav) #siteNav > li > a,
.classicHeader:not(.stickyNav) .iconset .hdr-icon,
.classicHeader:not(.stickyNav) .iconset .hdr-text { color:#000; }
.classicHeader:not(.stickyNav) #siteNav > li > a:hover,
.classicHeader:not(.stickyNav) .iconset .hdr-icon:hover, 
.classicHeader:not(.stickyNav) .iconset .hdr-text:hover { color:var(--secondary-color); opacity:0.8; }

/* Header vertical menu */
.header-vertical-menu .menuTitle { color:#ffffff; font-size: 16px; padding:20px 20px 10px; margin: 0; text-transform:uppercase; }
.header-vertical-menu { position:relative; }
.header-vertical-menu .menu-title { background-color:#333; color:#ffffff; font-size:14px; font-weight:500; text-transform:uppercase; margin:0; padding:16px 15px; cursor:pointer; line-height: normal; }
.header-vertical-menu .menu-title:after { content: "\ea45"; font-family:"annimex-icons"; font-style:normal; font-size:18px; font-weight:400; position:absolute; right:15px; }
.header-vertical-menu .menu-title.active:after { content: "\ea48"; }
.header-vertical-menu .menu-title .icon { font-size:16px; margin-right:10px; }
.header-vertical-menu .vertical-menu-content { width:100%; background-color:#333333; padding:0 0 5px; }
.vertical-menu-content ul { list-style:none; padding:0; margin:0; }
.vertical-menu-content ul > li { padding:0 20px; position: relative; }
.vertical-menu-content ul > li .moreSlideOpen { margin:0; }
.vertical-menu-content ul > li .moreSlideOpen li { padding:0; }
.vertical-menu-content ul > li .nav-link, 
.vertical-menu-content .moreCategories { color:#ffffff; font-size:13px; text-transform:uppercase; padding:10px 0; border-bottom:1px solid #434343; }
.vertical-menu-content ul > li .nav-link:hover, 
.vertical-menu-content .moreCategories:hover { color:#e96f84; }
.vertical-menu-content .moreCategories { position:relative; padding:10px 20px; display:block; cursor:pointer; }
.vertical-menu-content .moreCategories:after { content: "\eafb"; font-family:"annimex-icons"; font-weight: 400; font-size:12px; display:block; position:absolute; right:10px; top:0; width:40px; height:40px; line-height:40px; text-align:center; }
.vertical-menu-content .moreCategories.show:after { content: "\ead8"; }
.vertical-menu-content li .megamenu, 
.vertical-menu-content li .dropdown { min-width:800px; background-color:#ffffff; visibility:hidden; opacity:1; position:absolute; top:-9999px; left:100%; margin:0; box-shadow:0 2px 35px rgba(0,0,0,0.1); z-index:1001; -webkit-transition:transform 0.3s ease-out; -ms-transition:transform 0.3s ease-out; transition:transform 0.3s ease-out; -webkit-transform:translate3d(10px,0,0); -ms-transform:translate3d(10px,0,0); transform:translate3d(10px,0,0); }

.vertical-menu-content li:hover .megamenu, 
.vertical-menu-content li:hover .dropdown { left:100%; opacity:1; visibility:visible; top:0; -webkit-transform:translate3d(0,0,0); -ms-transform:translate3d(0,0,0); transform:translate3d(0,0,0); }
.vertical-menu-content .megamenu > li { padding:20px; flex:1; -ms-flex:1; -webkit-flex:1; margin:0; }
.vertical-menu-content .megamenu > li:last-child { flex:none; -webkit-flex:none; -ms-flex:none; }
.vertical-menu-content .has-submenu > a:after,
.vertical-menu-content .sub-menu > a:after { content: "\eb68"; font-family: 'annimex-icons'; font-weight: 400; font-size:18px; position:absolute; right:15px; margin-top:-3px; }
.vertical-menu-content .megamenu .sub-menu-title { color:#171717; font-size:15px; background-color:transparent; font-weight:400; border-bottom: 1px solid #ececec; margin: 0 0 10px; padding: 0 0 10px; }
.vertical-menu-content .megamenu li ul li { padding:0; }
.vertical-menu-content .megamenu li ul li a { color:#000000; display:block; font-size:14px; padding:4px 0; }
.vertical-menu-content .megamenu li ul li a:hover { color:#e96f84; }
.vertical-menu-content li.dropdown-in { position:relative; }
.vertical-menu-content .sub-menu > a:after { color:#000000; right:0; }
.vertical-menu-content li .dropdown { min-width: 230px; padding:20px; }
.vertical-menu-content li .dropdown li { padding:0; }
.vertical-menu-content li .dropdown li a { color:#000000; display:block; font-size:14px; padding:4px 0; }
.vertical-menu-content .sub-menu:hover > a:after, 
.vertical-menu-content li .dropdown li:hover > a, 
.vertical-menu-content li .dropdown li a:hover { color:#e96f84; }
.vertical-menu-content li .dropdown .sub-menu { position:relative; }
.vertical-menu-content li .dropdown .sub-menu > .sub-level2 { top:-20px; opacity:0; visibility:hidden; -webkit-transform: translate3d(10px,0,0); -ms-transform: translate3d(10px,0,0); transform: translate3d(10px,0,0); }
.vertical-menu-content li .dropdown .sub-menu:hover > .sub-level2 { opacity:1; visibility:visible; -webkit-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
.header-vertical-menu.toggle .vertical-menu-content { display: none; width: 100%; position: absolute; top: 100%; z-index: 100; }

/* Sticky Menubar Mobile */
.menubar-mobile { position: fixed; bottom: 0; right: 0; left: 0; z-index: 999; overflow: auto hidden; padding: 5px; height: 47px; background: #ffffff; box-shadow: 0 0 10px rgba(0,0,0,.12); transition: transform .25s; }
.menubar-mobile .menubar-item { position: relative; -ms-flex: 1 0 19%; flex: 1 0 19%; }
.menubar-mobile .menubar-item > a { position: relative; padding-right: 10px; padding-left: 10px; font-size: 15px; line-height: 1; display:flex; align-items: center; flex-direction: column; justify-content: center; }
.menubar-mobile .menubar-label { display: block; padding:0; margin: 5px 0 0; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 11px; font-weight: 500; line-height: 1; }
.menubar-mobile .counter { right: -18px; }


/* Bottom to Top scroll */
#site-scroll { display:none; color:#ffffff; background:var(--primary-color); cursor:pointer; font-size:16px; width:40px; height:40px; line-height:36px; right:30px; position:fixed; bottom:40px; z-index:444; box-shadow:0 0 1px #d8d8d8; border-radius:100px; text-align:center; -moz-transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; transition:all 0.3s ease 0s; }
#site-scroll:hover { color:#ffffff; background:var(--secondary-color); border-color: var(--secondary-color); }

/* Top Offcanvas Menu */
.offcanvas-footer {
  position: absolute;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: end;
  height: 100vh;
  transform: rotate(270deg);
  color: var(--secondary-color);
  text-transform: capitalize;
}
.top-off-menu a i {
  font-size: 22px;
  line-height: 22px;
  color: var(--black-color)
}
.top-off-menu .top-offcanvas-body {
  padding: 20px 40px 10px 20px;
    /* height: 95vh; */
    border-right: 1px solid #f7f7f7;
    margin: 0 50px 0 0;
}
.top-off-menu .offcanvas-header .btn-close {
  padding: .5rem .5rem;
  margin-top: .5rem;
  margin-right: -.5rem;
  margin-bottom: -.5rem;
  right: 31px;
  position: absolute;
  opacity: 1;
}
.top-off-menu .top-off-nav {
  height: calc(100vh - 60px);
  overflow: hidden auto;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
}
.top-off-menu .top-offcanvas-body .top-off-nav li a .top-icon {
  color: #333333;
  font-size: 16px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 3px;
  text-align: center;
}
.top-off-menu .top-offcanvas-body .top-off-nav li a{
  color: #000;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px!important;
  padding: 5px 5px 0px 5px;
}
/* .top-off-menu .top-offcanvas-body .top-off-nav .active li{
  margin-bottom: 10px;
} */
.top-off-menu .top-offcanvas-body .top-off-nav li  ul li a{
  color: #000;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 12px!important;
  padding: 0px 5px;
}
.top-off-menu .top-offcanvas-body .top-off-nav .active a i {
  font-size: 18px;
  line-height: 22px;
  color: var(--secondary-color)
}
.top-off-menu .top-offcanvas-body .top-off-nav .active a {
  color: var(--secondary-color);
}
.top-off-menu .top-offcanvas-body .top-off-nav li ul{
  /* display: none; */
  margin-bottom: 10px;
}



/* Model viewer */
.product-thumb-left-style .model-thumbnail-img .list-inline-item { width: auto; padding: 0 0 10px; }
.product-details-img .carousel-inner .youtubeSlide.ratio:before { padding-top: 127.586%; }
.model-thumbnail-img .thumb-play { position: absolute; right: 4px; top: 4px; color: #ffffff; background-color: rgba(51,51,51,.8); padding: 5px; width: 24px; height: 24px; border-radius: 50%; font-size: 12px; }
.model-viewer-model { background-color: #f7f7f7; }

.loading .loadingBox { display:block; position:fixed; }
.loadingBox { display:none; padding:15px; background-color:#ffffff; box-shadow:0 0 5px rgba(0,0,0,0.3); position:fixed; z-index:1050; top:50%; left:50%; -ms-transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); }
.loadingBox .anm { font-size:40px; opacity:0.9; }
.loading .modalOverly { display:block; }
.modalOverly { display:none; position:fixed; bottom:0; left:0; right:0; top:0; z-index:666; background-color:rgba(0,0,0,0.6); -ms-transition:all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); -webkit-transition:all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); transition:all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); }

.product-subtitle { color: #9b9b9b; }
.pro-stockLbl .stockLbl { font-size:13px; text-transform:capitalize; font-weight:500; }
.pro-stockLbl .icon { color:#e96f84; margin-right:5px; }
.pro-stockLbl .instock .icon { color:#447900; }
.pro-stockLbl .outstock .icon { color:#f00; }
.pro-stockLbl .items, .discount-badge .off { color:#e96f84; }

.product-info p { position:relative; color:#333333; font-size:14px; font-weight:600; text-transform:none; margin-bottom:5px; }
.product-info p span { padding-left:10px; font-weight:400; text-transform:capitalize; }
.product-info p span.instock { color:#447900; }

.text-content h3 { margin: 20px 0; }
.text-content p { margin: 0 0 10px; }

/*======================================================================
   Homepage Hero Slider
========================================================================*/
/* .swiper {
  width: 100%;
  height: 100%;
} */
.homeSliderMain .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homeSliderMain .swiper-slide img {
  display: block;
  width: 100%;
  height: calc(100vh - 90px);
  /* height: 100%; */
  object-fit: cover;
}
.homeSliderMain  .slide-inner {
    width: 100%;
    height: 82vh;
    background-size: cover;
}
.homeSliderMain .slide-content {
  position: absolute;
  background: #0000007a;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.pad-100 {
  padding: 3px 100px;
}
.pad-70 {
  padding: 2px 70px;
}
.pad-50 {
  padding: 2px 25px;
}
.btn-full {
  /* background: linear-gradient(180deg, #9dab44 20%, var(--primary-color)); */
  border-radius: 21px;
  color: #fff;
  border: 1.5px solid #fff;
  font-size: 14px;
  font-weight: 400;
  position: relative;
    z-index: 1;
    transition: all 0.3s ease-out;
}
/* .btn-full:hover {
  background: linear-gradient(180deg, #0758b3 20%, #01326a);
  color: #fff;
} */


.btn-full:hover{ color: var(--secondary-color);border: 1px solid var(--secondary-color);background-color: var(--white-color); }
.btn-full:before,
.btn-full:after{
    content: "";
    background: linear-gradient(to right, #1f68b8, #9caf25);
    /* background: linear-gradient(180deg, #0758b3 20%, #01326a);; */
    height: 100%;
    width: 100%;
    border-radius: 21px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease-out;
}
.btn-full:after{ 
    left: auto;
    right: 0;
}
.btn-full:hover:before,
.btn-full:hover:after{
    width: 0;
}

.btn-full-green {
  /* background: linear-gradient(180deg, #9dab44 20%, var(--primary-color)); */
  background: linear-gradient(to right, #1f68b8, #9caf25);
  border-radius: 21px;
  color: #fff;
  border: 1px solid #fff;
  font-size: 18px;
  font-weight: 400;
  position: relative;
    z-index: 1;
    transition: all 0.3s ease-out;
}
.btn-full-green:before, .btn-full-green:after {
  content: "";
  background: linear-gradient(180deg, #0758b3 20%, #01326a);
  height: 100%;
  width: 100%;
  border-radius: 21px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease-out;
}
.btn-full-green:hover{
  color: var(--secondary-color);
  background: var(--white-color);
  border: 1px solid var(--secondary-color);
}













.homeSliderMain .slide-content h1{
  color: var(--white-color);
  font-size: 70px;
  font-weight: 400;
}
.homeSliderMain .swiper-slide h1{
  pointer-events: none;
  opacity: 0;
  color: #ffffff;
  font-size: 65px;
  letter-spacing: -1px;
  transform: translateY(-5%) scale(0.8);
  transition: 1s ease;
  /* text-transform: capitalize; */
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.01);
  margin-bottom: 25px;
}
.homeSliderMain .swiper-slide-active h1 {
  opacity: 1;
  transform: translateY(0%) scale(1);
  transition: 1s ease;
}
.homeSliderMain .swiper-slide-active p {
  opacity: 0;
    transform: translateY(-15px);
    transition: .8s .2s;
}
 .homeSliderMain .swiper-slide-active p {
  opacity: 1;
  transform: translateY(-15px);
  transition: .8s .2s;
}
.homeSliderMain .slide-content p{
  color: #fff;
  font-size: 20px;
  width: 50%;
  line-height: 25px;
}

/*swiper plugin*/
.homeSliderMain .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.homeSliderMain .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--primary-color);
  width: 40px;
    border-radius: 8px !important;
}

.homeSliderMain .swiper-horizontal>.homeSliderMain  .swiper-pagination-bullets,.homeSliderMain  .swiper-pagination-bullets.swiper-pagination-horizontal,.homeSliderMain  .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 28px);
  top: var(--swiper-pagination-top, auto);
  left: 40%;
}

.homeSliderMain .autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
}

.homeSliderMain  .autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

/*======================================================================
   Homepage About
========================================================================*/
/*button start*/
.home-about .btn-image {
  margin-left: 7px;
}
.home-about .btn-image img{
  width: 25px
}
  .home-about .btn{
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding: 8px 15px;
  border-radius: 0;
  border: none;
  position: relative;
  z-index: 1;
  transition: all 0.35s;
  display: flex;
  justify-content: center;
  align-items: center;
  width:140px;
} 
.home-about .btn:hover,
.home-about .btn:focus{ color:#fff; }
.home-about .btn:before,
.home-about .btn:after{
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transform: translateX(0%) translateY(0%);
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all .4s;
  z-index: -1;
}
.home-about .btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: linear-gradient(to right, #1f68b8, #9caf25), url(../images/arrow-btn-icon.png);
  width: 35px;
  height: 35px;
  border-radius: 50px;
  backdrop-filter: blur(5px);
  transform: translateX(-32%) translateY(2%);
}
.home-about .btn:hover:before{
  width: 110%;
  height: 110%;
  transform: translateX(5%) translateY(20%);
}
.home-about .btn:hover:after{
  width: 100%;
  height: 100%;
  border-radius: 21px;
  transform: translateX(0) translateY(0);
}
/*button end*/

.home-about{
  background-color: #F3F4F4;
  padding: 60px 0;
}

.home-about .home-about-left h1{
  font-size: 38px;
  font-weight: 400;
  color: var(--secondary-color);
}
.home-about .home-about-left h3{
  font-size:22px;
  font-weight: 400;
}
.home-about .home-about-left p{
  font-size:20px;
  line-height: 30px;
  margin-top: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}
.home-about-left {
  margin-top: 50px;
}
.home-about-left-box {
  padding-left: 15px;
  position: relative;
}
.home-about .home-about-left-box h1{
  font-size: 38px;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 0px;
}
.home-about .home-about-left-box h1 span{
  font-size: 22px;
  font-weight: 500;
  color: var(--secondary-color);
}
.home-about .home-about-left-box h4{
  font-size: 22px;
  font-weight: 500;
}
.home-about .btn-half {
  font-size: 16px;
  font-weight: 400;
  transition: 0.4s linear;
  padding: 10px;
  border-radius: 23px;
  background: transparent;
}
.home-about .btn-half:hover {
  background: linear-gradient(180deg, #01326a 20%, #0758b3);
  font-weight: 500;
  color:var(--black-color);
  padding: 10px;
}
.home-about .btn-half span{
  background: linear-gradient(180deg, #01326a 20%, #0758b3);
  border-radius: 50%;
  padding: 8px 8px;
  transition: 0.4s ease-in-out;
}
.home-about .btn-half:hover span{
  background: transparent;
}
.home-about .btn-half span img{
  width: 24px;
}

/*swiper*/
.home-about-content .swiper {
  width: 100%;
  height: 396px;
}
.home-about-content .swiper-wrapper {
  display: flex;
  flex-direction: column; /* Ensures vertical stacking */
  transition-timing-function: linear; /* Ensures constant speed */
}

.home-about-content .swiper-slide {
  border-bottom: 1px solid #727171cc;
  /* justify-content: center; */
    display: flex;
    align-items: center;
}


/*======================================================================
   Homepage Services
========================================================================*/
.home-services{
  background-color: #333;
  padding: 45px 0 20px 0;
  box-sizing: border-box;
}
/* .home-services .swiper-slide img  {
  cursor: url('../images/mouse.png'), grabbing !important;
} */

.container-service { 
  padding:0 0 0 105px ; 
  width: 100%;
  box-sizing: border-box;
}
.swiper-material-wrapper {
  padding: 0 3px;
}
.home-services .heading-marker {
  margin-bottom: 10px;
  padding-left: 5px;
}
.home-services .heading-marker h4 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0px;
  font-weight: 400;
  line-height: 16px;
}

.home-services .dz-separator:before {
  content: "";
    border: 1px solid var(--primary-color);
    position: absolute;
    left: 0;
    width: 145px;
    bottom: 0;
}
/* .home-services .swiper-slide {
  text-align: center;  
} */
.home-services .swiper-backface-hidden .swiper-slide.swiper-slide-active img{
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
.home-services .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  /* height: 325px; */
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 1px 1px 6px 0px #010101;
  /* margin-left: 5px; */
  border: 2px solid #fff;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
 
}
.home-services .swiper {
  position: relative;
  width: 100%;
  height: calc(var(--swiper-width) * var(--swiper-image-ratio) / 100%);
  overflow: hidden;
}

.home-services .swiper-slide {
position: relative;
width: var(--swiper-width);
opacity: 1;
transform: scale(.84);
transition: all .3s ease-in-out;
overflow: hidden;
border-radius: 0.4285rem;
}


.home-services .swiper-slide.swiper-slide-active .swiper-material-content{
  opacity: 1;
  /* display: block; */
}
.home-services  .swiper-slide .swiper-material-content{
  opacity: 0;
  /* display: none; */
}

.home-services .swiper-slide-active .swiper-material-wrapper h6 {
  font-size: 17px;
  color: var(--primary-color);
  padding: 4px 0 0 20px;
  opacity: 1;
}
.home-services .swiper-material-wrapper h6 {
  font-size: 16px;
  color: var(--primary-color);
  padding: 0 0 0 20px;
  opacity: 0;
  display: none;
}

.home-services .swiper-backface-hidden .swiper-slide {
transform: scale(.84) translateZ(0);
}
      
.home-services  .swiper-slide.swiper-slide-active {  
transform: scale(1) !important;
opacity: 1 !important;
}

.home-services .swiper-backface-hidden .swiper-slide.swiper-slide-active {
transform: scale(1) translateZ(0) !important;
}
.swiper-material-content h1,.swiper-material-content h5{
  padding-left: 5px;
}
.swiper-material-content h1{
  font-size: 38px;
  font-weight: 400;
  color: var(--white-color);
  margin-bottom: 15px;
}
.swiper-material-content h5{
  font-size: 16px;
  font-weight: 400;
  color: var(--white-color);
  margin-bottom: 5px;
}
/*swiper plugin*/
.home-services .swiper-pagination {
  position: sticky;
  margin: 18px 0 0 10px;
  text-align: left;
}
.home-services .swiper-pagination-bullet {
  background: var(--white-color);
  opacity: 1;
}
.home-services .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--primary-color);
    border-radius: 8px !important;
}

.home-services .swiper-horizontal>.home-services  .swiper-pagination-bullets,.home-services  .swiper-pagination-bullets.swiper-pagination-horizontal,.home-services  .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: -42%;
}

.service-btn-full {
  display: flex;
  justify-content: end;
  margin: -42px 100px 0 0;
}





/*======================================================================
   Homepage Webinar
========================================================================*/

.home-webinar{
  padding: 70px 0 70px 0;
  background: url("../images/webinar.jpg");
  background-size: cover;
  background-position: center;
}
.home-webinar .heading-marker {
  margin-bottom: 50px;
}
.home-webinar .heading-marker h4 {
  font-size: 16px;
  margin-bottom: 0px;
  color: #fff;
  line-height: 16px;
}

.home-webinar .dz-separator:before {
  content: "";
    border: 1px solid var(--primary-color);
    position: absolute;
    left: 0;
    width: 110px;
    bottom: 0;
}
.home-webinar-box h2{
  color: var(--white-color);
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 40px;
}
.home-webinar-box-inner-btn {
  margin-top: 7px;
}
.home-webinar-box .home-webinar-box-inner h4{
  color: var(--white-color);
  font-size: 18px;
  font-weight: 400;
}
.home-webinar-box-inner img {
  width: 38px;
  height: 38px;
  margin-right: 8px;
}
/*======================================================================
   Homepage News
========================================================================*/
.home-news{
  padding: 60px 0;
}
.home-news-left {
  background: linear-gradient(180deg, #01326a 20%, #0758b3);
  color: #fff;
  border-radius: 15px;
  padding: 30px 30px 14px 30px;
  box-shadow: 1px 1px 7px 2px #ccc;
  border: 2px solid #fff;
}
.home-news-left h2 {
  font-size: 32px;
  font-weight: 400;
}
.home-news-left-box h3{
  font-size: 20px;
  font-weight: 400;
  color: var(--primary-color);
  margin-bottom: 0px;
}
.home-news-left-box h4{
  font-size: 20px;
  font-weight: 400;
  color: var(--white-color);
  margin-bottom: 0px;
}
.home-news-left-box {
  font-size: 16px;
  font-weight: 400;
  color: var(--white-color);
  padding-bottom: 12px;
  border-bottom: 1px solid var(--primary-color);
  margin-bottom: 20px;
  line-height: 21px;
  min-height: 163px;
}
.home-news-left-box p {
  margin-bottom: 5px;
}
/* .home-news-left-box p:last-child{
  border-bottom: unset;
} */

.home-news-right-box {
  /* height: 280px; */
  position: relative;
}
.home-news-right-box:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0000008a;
  border-radius: 15px;
}
.home-news-right-box-one {
  background: url("../images/home-case-study.jpg");
  background-size: cover;
  background-position: center;
  margin-bottom: 30px;
  box-shadow: 1px 1px 7px 2px #ccc;
    border: 2px solid #fff;
    border-radius: 15px;
    padding: 32px 50px 0 50px;
  color: var(--white-color);
}
.home-news-right-box-two {
  background: url("../images/news02.jpg");
  background-size: cover;
  background-position: center;
  box-shadow: 1px 1px 7px 2px #ccc;
    border: 2px solid #fff;
    border-radius: 15px;
    padding: 32px 25px 0 50px;
  color: var(--white-color);
}
/* .home-news-right-box {
  padding: 85px 50px;
  color: var(--white-color);
} */
.home-news-right-box h2{
  font-size: 35px;
  font-weight: 400;
  position: relative;
  line-height: 37.4px;
}
.home-news-right-box h5{
  position: relative;
  font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}
.home-news-right-box h5:before {
  content: "";
  border: 1px solid var(--primary-color);
  position: absolute;
  left: 0;
  width: 145px;
  bottom: 0;
}
.home-news-btn {
  display: flex;
  justify-content: end;
}

.home-news .btn-half {
  font-size: 16px;
  font-weight: 400;
  color: var(--white-color);
  position: relative;
  padding: 10px;
  border-radius: 23px;
  transition: 0.1s linear;
}
.home-news .btn-half:hover {
  background: linear-gradient(180deg, #0758b3 20%, #01326a);
  font-weight: 500;
  color: var(--white-color);
  padding: 10px;
}
/* .home-news a.btn-half:hover {
  color: var(--primary-color);
} */
.home-news .btn-half span{
  background: linear-gradient(180deg, #01326a 20%, #0758b3);
  border-radius: 50%;
  padding: 7px 7px;
  border: 1.5px solid #fff;
}
.home-news .btn-half:hover span {
  background: transparent;
  border:1px solid transparent;
}


.home-news a.btn-half span img{
  width: 24px;
}
.home-news-btn-end {
  display: flex;
  justify-content: end;
  align-items: end;
  /* padding-top: 45px; */
  margin-bottom: 26px;
    margin-top: 23px;
}

/*button start*/
.home-news .btn-image {
  margin-left: 7px;
}
.home-news .btn-image img{
  width: 25px
}
.home-news .btn{
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding: 8px 15px;
  border-radius: 0;
  border: none;
  position: relative;
  z-index: 1;
  transition: all 0.35s;
  display: flex;
  justify-content: center;
  align-items: center;
  width:140px;
} 
.home-news .btn:hover,
.home-news .btn:focus{ color:var(--white-color); }
.home-news .btn:before,
.home-news .btn:after{
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transform: translateX(0%) translateY(0%);
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all .4s;
  z-index: -1;
}
.home-news .btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: linear-gradient(to right, #1f68b8, #9caf25); 
  width: 35px;
  height: 35px;
  border-radius: 50px;
  backdrop-filter: blur(5px);
  transform: translateX(-32%) translateY(2%);
  border: 1px solid #fff;
}
.home-news .btn:hover:before{
  width: 110%;
  height: 110%;
  transform: translateX(5%) translateY(20%);
}
.home-news .btn:hover:after{
  width: 100%;
  height: 100%;
  border-radius: 21px;
  transform: translateX(0) translateY(0);
}
/*button end*/

/*======================================================================
   Homepage Industry
========================================================================*/
.home-industry{
  padding: 20px 0 60px 0
}
.home-industry .heading-marker h4 {
  font-size: 16px;
  margin-bottom: 2px;
  line-height: 16px;
}
.home-industry .dz-separator {
    display: block;
    width: 200px;
}
.home-industry .dz-separator:before {
  content: "";
  height: 2px;
  width: 80px;
  position: absolute;
  background: var(--primary-color);
  left: 0;
  width: 80%;
  top: 0;
}
.home-industry .swiper-slide {
  font-size: 18px;
  background: #fff;
}
.home-industry .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
    box-shadow: 1px 1px 6px 0px #010101;
    border: 2px solid #fff;
    margin: 5px;
}
.home-industry  .slide-inner.bg-image {
    width: 99%;
    height: auto;
    background-size: cover;
}

.home-industry .slide-content-head h1{
  color: var(--secondary-color);
  font-size:38px;
  font-weight: 400;
  margin-bottom: 0px;
  line-height: 40px;
}
.home-industry .slide-content {
  padding-left: 2px;
}
.home-industry .slide-content-head {
  margin-left: 1%;
}
.home-industry .heading-marker {
  margin-left: 1%;
}

.home-industry .slide-content p{
  color: var(--black-color);
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
  padding-left: 15px;
}

/*swiper plugin*/
.home-industry .swiper-pagination-bullet {
  background: var(--secondary-color);
  opacity: 1;
}
.home-industry .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--primary-color);
    border-radius: 8px !important;
}

.home-industry .swiper-horizontal>.home-industry  .swiper-pagination-bullets,.home-industry  .swiper-pagination-bullets.swiper-pagination-horizontal,.home-industry  .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 43%;
}
/*button start*/
.home-industry .btn-image {
  margin-left: 12px;
}
.home-industry .btn-image img {
  width: 25px;
  border: none;
  box-shadow: none;
  height: auto;
  margin: 0;
  border-radius: 0;
  object-fit: unset;
}
.home-industry .btn{
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding: 8px 15px;
  border-radius: 0;
  border: none;
  position: relative;
  z-index: 1;
  transition: all 0.35s;
  display: flex;
  justify-content: center;
  align-items: center;
  width:140px;
} 
.home-industry .btn:hover,
.home-industry .btn:focus{ color:var(--white-color); }
.home-industry .btn:before,
.home-industry .btn:after{
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transform: translateX(0%) translateY(0%);
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all .4s;
  z-index: -1;
}
.home-industry .btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: linear-gradient(to right, #1f68b8, #9caf25), url(../images/arrow-btn-icon.png);
  width: 35px;
  height: 35px;
  border-radius: 50px;
  backdrop-filter: blur(5px);
  transform: translateX(-32%) translateY(2%);
}
.home-industry .btn:hover:before{
  width: 110%;
  height: 110%;
  transform: translateX(5%) translateY(20%);
}
.home-industry .btn:hover:after{
  width: 100%;
  height: 100%;
  border-radius: 21px;
  transform: translateX(0) translateY(0);
}
/*button end*/

/*======================================================================
   client Speaks
========================================================================*/
.home-clientSpeaks{
  background: url("../images/home-clientSpeaks.jpg");
  background-size: cover;
  text-align: center;
  padding: 60px 0;
}
.clientSpeaks-heading h2{
  color: var(--white-color);
  font-size: 32px;
  font-weight: 400;
}
.home-clientSpeaks .slide-content p {
  color: var(--white-color);
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 30px;
}
.home-clientSpeaks .slide-content h5 {
  color: var(--white-color);
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 4px;
}
.home-clientSpeaks .slide-content h4 {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 300;
}
/*swiper plugin*/
.home-clientSpeaks .swiper-pagination-bullet {
  background: var(--secondary-color);
  opacity: 1;
}
.home-clientSpeaks .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--primary-color);
    border-radius: 8px !important;
}
.home-clientSpeaks .swiper-pagination {
    position: relative;
    margin: 15px 0;
}

/*======================================================================
   Homepage Map
========================================================================*/
.home-map {
  position: relative;
  padding: 30px 0;
}
.home-map-heading h2{
  color: var(--secondary-color);
    font-size: 32px;
    font-weight: 400;
    margin: 15px 0;
    text-align: center; 
}
.map {
  background: url("../images/home-map-bg.png");
  background-size: cover;
  /* height: 100vh; */
  position: relative;
  padding-top: 54.2%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.map-show-marker {
  position: absolute;
  top: 65%;
  left: 6%;
}
.map-show-marker-box {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.map-show-marker-box p {
  font-size: 14px;
  font-weight: 500;
  padding-left: 5px;
}
.map-show-marker-box-img-one img {
  width: 30px;
  height: 30px;
}
.map-show-marker-box-img-two img {
  width: 30px;
  height: 30px;
}

.locator {
  -webkit-animation: jumping 9s infinite;
  animation: jumping 4s infinite;
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url("../images/home-map-icon.png");
  background-repeat: no-repeat;
}
.locator .location-name {
  top: 20%;
  right: 50%;
  width: 100%;
  position: absolute;
  opacity: 0;
}
.locator:hover .location-name{
  opacity: 1;
}
.location-name p {
  position: absolute;
    padding: 0px 12px;
    background: var(--secondary-color);
    color: var(--white-color);
    border-radius: 10px;
    line-height: 18px;
    font-size: 14px;
    line-height: 19px;
}
/* .locator:hover p {
  opacity: 1;
} */
.locator__ca {
  top: 23%;
  left: 13.5%;
}
.locator__usa {
  top: 37%;
    left: 13.5%;
}
.locator__neth {
  top: 34.5%;
  left: 46.5%;
}
.locator__austria{
  top: 37.5%;
  left: 49.5%;
}
.locator__spain {
  top: 41.5%;
  left: 45%;
}
.locator__portugal {
  top: 43%;
  left: 42.5%;
}
.locator__ind {
  top: 51%;
  left: 68.5%;
}
.locator__uae {
  top: 51%;
    left: 61%;
}
.locator__fiji {
  top: 73%;
  left: 97%;
}
@keyframes jumping{
  0% {
    
    scale: 1;
  }
  50% {
    scale: 0.7;
  }
  100% {
    scale: 1;
  }
}
/* #map {
  height: 400px;
  width: 100%;
} */

/*======================================================================
   Footer Form
========================================================================*/
.home-form{
	background-color: #393838;
}
.form-heading h1{
	font-size: 38px;
	color: var(--white-color);
	text-align: center;
	font-weight: 400;
}
.form-floating {
  position: relative;
}
.form-area .form-floating > .form-control {
  height: initial;
  min-height: calc(3.5rem + 2px);
  padding: 1.8rem 0 0 8px;
  line-height: inherit;
  border: none;
  border-bottom: 1px solid;
  border-bottom-color: var(--primary-color);
  background: none;
  box-shadow: none;
  outline: none;
  font-family: var(--secondary-font);
  font-size: 14px;
  border-radius: 0;
  color: var(--white-color);
}

.form-floating>label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem .75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}
.form-area .form-floating > .form-label {
  margin: 0;
  padding: 25px 0 0 20px
}
.form-area .form-label {
  font-size: 14px;
  color: var(--white-color);
  font-family: var(--secondary-font);
}
.form-area .form-floating > .form-label sup {
  color: red;
  font-size: 1.3em;
  top: 0;
}
.home-form-btn {
  margin-top: 10px;
}


/*======================================================================
   Footer
========================================================================*/
.footer-main{
  padding: 20px 0 5px 0;
  background:#000 url("../images/footer-bg.png");
  background-size: cover;
  background-position: 100% 65%;
}
.footer-global-social {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.footer-global-link {
  margin-top: 6px;
}
.footer-global-link li{
  line-height: 18px;
}
.footer-global-social h3 {
  color: #fff;
  font-size: 14px;
  font-weight: 100 !important;
  margin-bottom: 0px;
  letter-spacing: 1px;
}
.footer-global-social-link {
  display: inline-flex;
  margin-left: 14px;
}
.footer-global-social-link li {
  background-color: #92a70e;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.footer-global-social-link li:hover {
  background-color: var(--white-color);
  transition: 0.3s ease-in-out;
}
.footer-global-social-link li:nth-child(1):hover a {
 color:#316FF6;
}
.footer-global-social-link li:nth-child(2):hover a {
  color: #0077b5 
}
.footer-global-social-link li:nth-child(3):hover a {
  color: #1DA1F2 
 }
 .footer-global-social-link li:nth-child(4):hover a {
  color: #FF0000 
 }
 
ul.footer-industries {
  margin-top: 31px;
}
.footer-global-social-link li a{
  color: #fff;
}
/* .footerm-link h2{
  font-size: 18px;
    color: #fff;
    margin-bottom: 0px;
    border-bottom: 2px solid var(--primary-color);
    border-collapse: collapse;
    width: fit-content;
    margin-top: 40px;
} */
.footerm-link h2:hover a{
    color: var(--primary-color);
  }
  .footerm-link h2 {
      margin-bottom: 0px;
      border-collapse: collapse;
      width: fit-content;
      margin-top: 5px;
      font-weight: 100 !important;
  }
.footerm-link h2 a{
    color: var(--white-color);
    font-size: 14px;
    letter-spacing: 1px;
    border-bottom: 1.5px solid var(--primary-color);
}
.dz-separator {
  height: 5px;
  display: block;
  /* width: 100px; */
  position: relative;
  margin: 0px;
  color: var(--white-color);
}
.dz-separator.style-1:before {
  content: "";
  height: 1px;
  width: 80px;
  position: absolute;
  background: var(--primary-color);
  left: 0;
  width: 80%;
  top: 0;
}
/* .dz-separator.style-1:after {
  content: "";
  height: 1px;
  width: 80px;
  position: absolute;
  background: #fff;
  left: 0;
  width: 80%;
  bottom: 0;
} */
.footerm-link ul li a{
  color: var(--white-color);
  font-weight: 400;
  font-size: 12px;
  transition: 0.3s ease-in-out;
  letter-spacing: 1.5px;
}
.footerm-link ul {
  margin-top: 5px;
}
.footerm-link ul li:hover a{
  color: var(--primary-color);
}
.footer-global-second-row ul {
  display: flex;
  justify-content: center;
}

.footer-global-second-row ul li:after {
  content: "";
  border: 0.4px solid #ccc;
}
.footer-global-second-row ul li:last-child:after {
  content: none;
}
.footer-global-second-row ul li a {
  color: var(--white-color);
  padding: 0 7px;
  font-size: 12px;
  letter-spacing: 1px;
}
.footer-global-copy p {
  text-align: center;
  color: var(--white-color);
  /* margin-top: 10px; */
  font-size: 12px;
}
.footer-global-second-row {
  display: flex;
  justify-content: start;
  /* padding-right: 8px; */
  /* margin-top: 25px; */
}
.footer-global-second-credits {
  display: flex;
  justify-content: start;
  /* padding-right: 35px; */
}
.footer-global-second-credits a {
  color: var(--white-color);
  font-size: 12px;
}
.footer-global-second-credits img {
  width: 15px;
  margin-left: 15px;
}
.footer-global-copy {
  background: var(--secondary-color);
}



/*======================================================================
   Inner About Pages
========================================================================*/

.aboutPage{
  background: url("../images/about/about-us.jpg");
  background-size: contain;
  background-position: top;
  background-attachment: fixed;
}
.aboutPage .about-banner{
  padding: 80px 0 120px 0
}
.aboutPage .about-banner h1{
  color: var(--white-color);
  font-size: 38px;
  margin-bottom: 30px;
}
.aboutPage  .about-banner p{
  color: var(--white-color);
  font-size: 16px;
}
.aboutPageOne {
  padding: 40px 0;
}
.global-leader {
  padding: 0 0px 40px 0;
}
.aboutPageOne .global-leader p{
  font-size: 16px;
}
.aboutPageOne .global-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: end;
}
.aboutPageOne .global-img-inner {
  position: absolute;
  background: var(--secondary-color);
  width: 85%;
  padding: 30px 0;
  text-align: center;
  margin: -6.8% auto;
  z-index: 9999999;
  opacity: 0.9;
}
.aboutPageOne  .global-img-inner h2 {
  color: #fff;
  font-size: 32px;
}

.aboutPageTwo {
  position: relative;
  margin:70px 0 30px 0
}
.aboutPageTwo .main-heading-black h2 {
  text-align: center;
  color: #000;
  font-size: 32px;
  position: relative;
  margin-bottom: 40px;
}
.aboutPageTwo .main-heading-black h2:after {
  content: '';
  border-bottom: 2px solid var(--primary-color);
  width: 310px;
  background: red;
  height: 1px;
  position: absolute;
  bottom: -2%;
  left: 50%;
  transform: translate(-50%, 0%);
}
.merino-glanc-box {
  padding: 15px 15px;
}
.merino-glanc-box .border-top{
  border: 1px solid #434343;
}
.merino-glanc-box h3 {
  font-size: 38px;
  color: var(--secondary-color);
  font-weight: 500;
}
.fs-32{
  font-size: 32px!important;
}
.merino-glanc-box h3 span{
  font-size: 22px;
}
.merino-glanc-box h5 {
  font-size: 24px;
  font-weight: 500;
}
.aboutPageThree{
  background: url("../images/about/merino-group-bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 60px 0;
}
.aboutPageThree .m-group h2{
    text-align: center;
    color: #000;
    font-size: 32px;
    position: relative;
    margin-bottom: 20px;
}
.aboutPageThree .m-group p{
  text-align: center;
  color: #fff;
  font-size: 22px;
  position: relative;
  margin-bottom: 40px;
}
.aboutPageFour{
  padding: 60px 0;
  background-color: #F3F4F4;
}
.aboutPageFour .main-heading h2{
  text-align: center;
  color: var(--secondary-color);
  font-size: 32px;
  position: relative;
  margin-bottom: 20px;
}
.aboutPageFour .main-heading p{
  font-size: 22px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 500;
  line-height: 30px;
}
.why-merino-box {
  /* margin-top: 30px; */
  margin: 30px 70px;
}



.why-merino-box-left {
  /* background: #fff;
  border: 1px solid var(--primary-color); */
  /* border-radius: 20px; */
  /* text-align: center; */
  /* padding: 30px 0; */
  display: flex;
    align-items: center;
}
.why-merino-box-left h4{
  font-size: 22px;
  color: var(--secondary-color);
  padding-left: 8px;
  font-weight: 500;
  margin-bottom: 0px;
}
.why-merino-box-left img{
  width: 60px;
  /* height: 40px; */
}
.why-merino-box-right p{
  font-size: 16px;
  color: #000;
}

.aboutPageSix{
  background: url("../images/about/enviremont.jpg");
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  position: relative;
}
.aboutPageSix::after{
  content: '';
  position: absolute;
  background-color: #000000a4;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}
.aboutPageSix .enviremont{
  margin-bottom: 40px;
  z-index: 999;
  position: relative;
}
.aboutPageSix .enviremont h2{
    text-align: center;
    color: #fff;
    font-size: 32px;
    position: relative;
    margin-bottom: 50px;
    text-transform: capitalize;
}
.aboutPageSix .enviremont-box {
  text-align: center;
  z-index: 9;
  position: relative;
}
.aboutPageSix .enviremont-box img{
  width: 60px;
}
.aboutPageSix .enviremont-box h5{
  color: var(--white-color);
  font-size: 16px;
  margin-top: 20px;
}

/*======================================================================
   Inner Leadership Pages
========================================================================*/
.leadershipPage{
  /* background: url("../images/about/director-msg.jpg"); */
  background: linear-gradient(158deg, rgba(243,244,244,1) 60%, rgba(255,255,255,1) 72%, rgba(255,255,255,1) 100%);
  background-size: cover;
  background-position: center;
  padding: 40px 0 0px 0;
}
.leadershipPage .leadershipPage-left h1{
  color: #000;
  font-size: 42px;
  font-weight: 400;
}
.leadershipPage .leadershipPage-left h4{
  color: var(--secondary-color);
  padding: 0px 0 0px 0;
  font-size: 24px;
}
.leadershipPage .leadershipPage-left p{
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

/* .leadershipPageTwo .nav-item {
  width: 33.3%;
} */
.leadershipPageTwo{
  background-color: #F3F4F4;
  padding: 40px 0;
}
.main-heading h2 {
  text-align: center;
  font-size: 32px;
  color: var(--secondary-color);
  margin-bottom: 15px;
}
.leadershipPageTwo .nav-link{
  padding: 0;
}
.leadershipPageTwo .nav-pills .nav-link.active{
  color: #fff;
  background-color: #F3F4F4;
}
.leadershipPageTwo  .management-tab-img img {
  border-radius: 20px;
}
.leadershipPageTwo .nav-pills .nav-link .management-tab-content {
  margin-top: 5px;
  background-color: #fff;
  color: #000000;
  border-radius: 15px;
  text-align: center;
  padding: 15px 5px;
}
.leadershipPageTwo .nav-pills .nav-link .management-tab-content h4{
  font-size: 20px;
}
.leadershipPageTwo .nav-pills .nav-link.active .management-tab-content {
  background-color: #333333;
  color: #fff;
}
.leadershipPageTwo .nav-pills .nav-link .management-tab-content  h6{
  color: var(--secondary-color);
  font-weight: 400;
  font-size: 12px;
}
.leadershipPageTwo .nav-pills .nav-link.active .management-tab-content  h6{
  color: var(--primary-color);
}
.leadershipPageTwo .tab-content {
  background: #fff;
  box-shadow: 3px 5px 9px #00000021;
  border-radius:15px;
  margin: 20px 0px 0 0;
  padding: 30px 15px;
}
.leadershipPageTwo .tab-content p{
  font-size: 16px;
  font-weight: 500;
  color: var(--black-color);
  line-height: 24px;
}
.leadershipPageTwo .nav-pills .nav-link .management-tab-content h6{
  font-size: 16px;
}
.leadershipPageThree{
  background: url("../images/about/vision-bg.jpg");
  background-size: cover;
  background-position: center;
  padding:  40px 0;
}
.leadershipPageThree-box {
  border-radius: 50%;
    flex-direction: column;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 0;
    padding-top: 100%;
}
.leadershipPageThree-box h2{
  font-size: 32px;
  font-weight: 400;
  margin-top: -110%;
}
.leadershipPageThree-box p{
  font-size: 16px;
  font-weight: 500;
  padding: 0px 50px;
}
.leadershipPageThree .green{
  background-color: #92A70E;
  opacity: 0.7;
  margin-left: 6%;
}
.leadershipPageThree .green p{
  color: #000;
}
.leadershipPageThree .blue{
  background-color: #0658B3;
  opacity: 0.7;
  margin-left: -6%;
    /* margin-top: 13%; */
}
/*--Leadership Mobile--*/
.leadershipPageTwoMob{
  background-color: #F3F4F4;
  padding: 40px 0;
}
.leadershipPageTwoMob .management-tab {
  background: #fff;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 15px;
  box-shadow: 3px 5px 9px #00000021;
}
.leadershipPageTwoMob .management-tab-content h4 {
  font-size: 20px;
    margin: 8px 0 2px 0;
    font-weight: 600;
}
.leadershipPageTwoMob .management-tab-content h6 {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 500;
  color: var(--secondary-color);
}
.leadershipPageTwoMob .management-tab-content p {
  font-size: 16px;
  margin-bottom: 2px;
  font-weight: 500;
}
.leadershipPageTwoMob .management-tab-img img {
  border-radius: 15px;
}
/*======================================================================
   Inner Webinar Pages
========================================================================*/
.webinarPage {
  background-color: #F3F4F4;
  background-image: url("../images/webinar/wave1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 40px 0px 0 0; 
}
.webinarPage .main-heading h1{
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 20px;
}
.webinarPage .upcoming-webinar {
  background-image: url("../images/webinar/upcoming-webinar-bg.jpg");
  background-size: cover;
  color: #fff;
  padding: 30px 40px 40px 40px;
  border-radius:20px;
  position: relative;
  margin-bottom: 40px;
}
.webinarPage .upcoming-webinar h5 {
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 86px;
  padding: 5px 30px;
  width: fit-content;
  margin-bottom: 0;
  font-weight: 400;
}
.webinarPage .upcoming-webinar h2 {
  font-size: 32px;
  margin-top: 20px;
  font-weight: 500;
  margin-bottom: 24px;
}
.webinarPage .upcoming-webinar h4{
  display: flex;
  align-items: center;
  margin: 15px 0 29px 0;
  font-size: 16px;
  font-weight: 400;
}
.webinarPage .upcoming-webinar h4 img{
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.webinarPageTwo {
  background-color: #F3F4F4;
  padding: 0px 0px; 
}
.webinarPageTwo .main-heading h1{
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 15px;
}
.webinarPageTwo .past-webinar {
  background-color: #fff;
  box-shadow: 0px 3px 15px #00000029;
  border-radius: 10px;
  background-size: cover;
  color: #000;
  padding: 28px 20px 30px 20px;
  position: relative;
  margin: 0 0px 25px 0px;
  min-height: 210px;
}
.webinarPageTwo .past-webinar h2 {
  font-size: 20px;
  font-weight: 600;
}
.webinarPageTwo .past-webinar h4{
  display: flex;
  align-items: center;
  margin: 15px 0 29px 0;
  font-size: 16px;
  font-weight: 400;
}
.webinarPageTwo .past-webinar h4 img{
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.btn-web-full {
  background: linear-gradient(180deg, #0758b3 20%, #01326a);
  border-radius: 20px;
  color: #fff;
  padding: 5px 20px;
}
.btn-web-full img {
  width: 20px;
  height: auto;
}



/*======================================================================
   Inner Careers Pages
========================================================================*/
.careers {
  background-color: #F3F4F4;
  background-image: url("../images/webinar/wave1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 40px 0px; 
}
/* .careers .careers .swiper-horizontal>.careers .swiper-pagination-bullets, .careers .swiper-pagination-bullets.swiper-pagination-horizontal, .careers .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: -42%;
} */
.careers .main-heading h1 {
  font-size: 38px;
  color: #000;
  font-weight: 500;
  text-align: center;
}
.careers .main-heading h1 span {
  color: var(--secondary-color);
}
.careersPageTwo{
  background-color: var(--white-color);
  padding: 40px 0 0 0;
}
.careersPageTwo .main-heading h2 {
  font-size: 32px;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.careers-usp-box {
  margin: 0 10px 50px 10px;
}
.careers-usp-box h2 {
  color: var(--secondary-color);
  border-bottom: 1px solid var(--primary-color);
  font-size: 20px;
  padding-bottom: 4px;
  display: flex;
    align-items: center;
    font-weight: 400;
}
.careers-usp-box h2 img {
  width: 30px;
  height: 30px;
  margin-right: 7px;
}
.careers-usp-box p {
  color: var(--black-color);
  font-size: 14px;
  margin-top: 18px;
}
.careersPageThree {
  background-color: #F3F4F4;
  padding: 40px 0px; 
}
.careersPageThree .open-position-box-left {
  min-width: 85%;
}
.open-position-box-right {
  max-width: 15%;
}

.careersPageThree .accordion-flush .accordion-item .accordion-button {
  padding: 20px 0;
}
.careersPageThree .main-heading h2 {
  font-size: 32px;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.careersPageThree .accordion-item {
  margin-bottom: 20px;
  /* padding: 30px; */
}
.careersPageThree .accordion-button:not(.collapsed) {
  color: var(--secondary-color);
  background-color: #fff;
  box-shadow: unset;
}
.careersPageThree .accordion-button:focus {
  box-shadow: unset;
}
.careersPageThree .accordion-button {
  padding: 0px;
  font-size: 20px;
  color: #000;
  background-color: transparent;
}
.careersPageThree .accordion-body {
    padding: 30px 30px;
}
.careersPageThree .accordion-body h6 span {
  font-size: 18px;
  color: var(--secondary-color);
}

.open-position-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 30px;
  border-bottom: 1px solid #ccc;
}
.careersPageThree ul li {
  list-style-type: disc;
  list-style-position: outside;
    font-size: 14px;
    margin-left: 18px;
}
.careersPageThree ul li::marker{
  color: var(--primary-color);
}
.careersPageThree p {
  margin-bottom: 0px;
}
.open-position-box-right a{
  background-color: var(--secondary-color);
  color: #fff;
  border-radius: 20px;
  padding: 5px 20px;
}
.open-position-box-right .bg-white {
  background-color: #fff;
}


.careersPageFour {
  background-color: #F3F4F4;
  padding: 10px 0px; 
}
.careersPageFour .main-heading h1 {
  font-size: 38px;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin-bottom: 12px;
}

.careers .swiper {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  padding: 15px 0 25px 0;
}

.careersPageFourSlider  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}
.careersPageFourSlider  .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.careersPageFourSlider  .swiper {
  margin-left: auto;
  margin-right: auto;
}
/*swiper plugin*/
.careersPageFourSlider .swiper-pagination-bullet {
  background: var(--secondary-color);
  opacity: 1;
}
.careersPageFourSlider .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--primary-color);
    border-radius: 8px !important;
}

.careersPageFourSlider .swiper-horizontal>.careersPageFourSlider  .swiper-pagination-bullets,.careersPageFourSlider  .swiper-pagination-bullets.swiper-pagination-horizontal,.careersPageFourSlider  .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, -6px);
  top: var(--swiper-pagination-top, auto);
  /* left: 43%; */
}


.careersPageFive {
  background-color: #fff;
  padding: 50px 0px; 
}
.careersPageFive .main-heading h2 {
  font-size: 32px;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0px;
}
.careersPageFive .emp-speaks-box-left {
  border-radius: 10px;
    border: 3px solid var(--primary-color);
    padding: 0 0 10px 0;
}
.careersPageFive .emp-speaks-box-left img {
  margin:  -15px 1px 0 10px;
  border-radius: 10px;
}

.careersPageFive .emp-speaks-box-right  {
  margin-left: 30px;
}
.careersPageFive .emp-speaks-box-right p {
  font-size: 16px;
  font-weight: 500;
}
.careersPageFive .emp-speaks-box-right h5 {
  font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 0px;
    color: var(--secondary-color);
}
.careersPageFive .emp-speaks-box-right h4 {
  font-size: 14px;
  font-weight: 400;
}

.careersPageFiveSlider {
  padding: 40px 0;
}
.careersPageFiveSlider  .swiper {
  width: 100%;
  height: 100%;
}
.careersPageFiveSlider  .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.careersPageFiveSlider  .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #ccc;
    margin: 12px 0 0 13px;
}
.careersPageFiveSlider  .swiper {
  margin-left: auto;
  margin-right: auto;
}
/*swiper plugin*/
.careersPageFiveSlider .swiper-pagination-bullet {
  background: var(--secondary-color);
  opacity: 1;
}
.careersPageFiveSlider .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--primary-color);
    border-radius: 8px !important;
}

.careersPageFiveSlider .swiper-horizontal>.careersPageFiveSlider  .swiper-pagination-bullets,.careersPageFiveSlider  .swiper-pagination-bullets.swiper-pagination-horizontal,.careersPageFiveSlider  .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 30px;
  top: var(--swiper-pagination-top, auto);
  /* left: 43%; */
}

/*======================================================================
   Inner Webinar Internal Pages
========================================================================*/
.webinarInternal {
  background-image: url("../images/webinar/webinar-detail-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /* padding: 100px 0px 120px 0;  */
  padding: 25px 0px;
  position: relative;
  color: #fff;
}
.webinarInternal .webinarDetail h1 {
  font-size: 38px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 32px;
        margin-top: 30px;
}
.webinarInternal .webinarDetail h5 {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
  color: #fff;
} 
.webinarInternal .webinarDetail h5 img{
  width: 40px;
  height: 40px;
  margin-right: 15px;
} 

.webinarInternalTwo {
  padding: 50px 0;
  position: relative;
}
.registration-left {
  margin-top: 0px;
}
.registration-left h2 {
  font-size: 32px;
  font-weight: 500;
}
.registration-left p {
  font-size: 16px;
  font-weight: 500;
}
/*form*/
.form-registration {
  background: #fff;
  box-shadow: 0px 3px 21px #00000029;
  padding: 0px 50px 50px 50px;
  margin-top: -20%;
}
.form-registration .header-form{
  background: #fff;
  padding: 30px 25px;
  font-size: 32px;
  font-weight: 500;
  color: #373737;
  text-align: center;
  text-transform: capitalize;
  border-radius: 3px 3px 0 0;
}

.form-registration .form-control{
  padding: 12px 16px 12px 0px;
  height: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #393838;
  border: none;
  border-bottom: 1px solid #393838;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 15px;
}
.form-registration .form-control::placeholder {
  color:  #393838; /* Modern browsers */
}
.form-registration .form-control:focus{
  border-color: var(--primary-color);
  box-shadow: none;
}
.form-registration .control-label{
  font-size: 17px;
  color: #929292;
  position: absolute;
  top: 5px;
  left: 27px;
  text-align: center;
}
.form-registration textarea.form-control{
  resize: vertical;
  height: 80px;
}
.form-registration .form-footer p{
  color: #ACACAC;
  font-size: 16px;
}
.form-registration .form-footer p a{
  color: var(--secondary-color);
}
.form-registration .checkbox {
  height: 17px;
  width: 17px;
  min-height: auto;
  margin: 0 3px 0 0;
  border: 1px solid #999;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  transition: all 0.3s ease;
}
.form-registration .regis-check {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 25px;
}
.form-registration .checkbox:not(:checked):before {
  opacity: 0;
}
.form-registration .form-group .check-label{
  color: #ACACAC;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  margin: -2.5px 0 0;
  vertical-align: text-top;
  display: inline-block;
}

.form-registration .form-group .check-label a:hover{ text-decoration: underline; }
.form-registration .checkbox{
  height: 25px;
  width: 25px;
  min-height: auto;
  margin: 0 10px 0 0;
  border: 1px solid #999;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  transition: all 0.3s ease;
}
.form-registration .checkbox:before{
  content: '';
  height: 7px;
  width: 16px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  opacity: 1;
  transform: rotate(-45deg);
  position: absolute;
  left: 3px;
  top: 6.5px;
  transition: all 0.3s ease;
}
.form-registration .checkbox:checked{
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.form-registration .checkbox:checked:before{ opacity: 1; }
.form-registration .checkbox:not(:checked):before{ opacity: 0; }
.form-registration .checkbox:focus{ outline: none; }


.form-registration p{
  font-size: 10px;
  line-height: 14px;
  padding-top: 2px;
}

/* input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #92a70e7a  inset !important;
  box-shadow: 0 0 0 30px #92a70e7a  inset !important;
  -webkit-text-fill-color: #000 !important;
  color: #000 !important;
} */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}
#common-query-form input:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
  color: #fff !important;
}

/* input:-webkit-autofill,
input:-webkit-autofill:focus {
    background-color: transparent !important; 
    color: #000 !important; 
} */

/* input:-webkit-autofill:focus {
    box-shadow: 0 0 0 30px transparent inset !important; 
    transition: background-color 5000s ease-in-out 0s; 
} */

/* Default styles for non-autofilled state */
/* input {
    background-color: transparent; 
    color: #000; 
    border: 1px solid #ccc; 
    border-radius: 5px; 
} */



/*Expert speaker*/
.webinarInternalThree {
  background-color: #F3F4F4;
  background-image: url(../images/webinar/wave1.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 40px 0px;
  /* background-attachment:fixed ; */
}
.webinarInternalThree .main-heading h2 {
  font-size: 32px;
    color: #000;
    font-weight: 500;
    text-align: center;
    margin-bottom: 2px;
}
.webinarInternalThree {
  padding: 40px 0;
}
.webinarInternalThree  .swiper {
  width: 100%;
  height: 100%;
}
.webinarInternalThree  .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.webinarInternalThree  .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.webinarInternalThree  .swiper {
  margin-left: auto;
  margin-right: auto;
}
/*swiper plugin*/
.webinarInternalThree .swiper-pagination-bullet {
  background: var(--secondary-color);
  opacity: 1;
}
.webinarInternalThree .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--primary-color);
    border-radius: 8px !important;
}

.webinarInternalThree .swiper-horizontal>.webinarInternalThree  .swiper-pagination-bullets,.webinarInternalThree  .swiper-pagination-bullets.swiper-pagination-horizontal,.webinarInternalThree  .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 30px;
  top: var(--swiper-pagination-top, auto);
  /* left: 43%; */
}


/* .webinarInternalThree .main-heading h1 {
  font-size: 48px;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
} */
.webinarInternalThree .emp-speaks-box-left {
  border-radius: 0px;
   border: 1px solid #707070;
   padding: 0 0 10px 0;
}
.webinarInternalThree .emp-speaks-box-left img {
  margin:  -15px 1px 0 10px;
  border-radius: 0px;
}

.webinarInternalThree .emp-speaks-box-right  {
  margin-left: 30px;
}
.webinarInternalThree .emp-speaks-box-right p {
  font-size: 16px;
  font-weight: 500;
}
.webinarInternalThree .emp-speaks-box-right h5 {
  font-size: 24px;
  font-weight: 600;
  /* margin-top: 50px; */
}
.webinarInternalThree .emp-speaks-box-right h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
}


.webinarInternalFour {
  background-image: url(../images/webinar/facts.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 40px 0;
  position: relative;
  color: #fff;
}
.counter-Txt {
  text-align: center;
}
.counter-Txt .counter-value {
  font-size: 58px;
  color: #fff;
  font-weight: 500;
}
.counter-Txt h4 {
  font-size: 20px;
  font-weight: 500;
  color: var(--primary-color);
}
/* .c-no{height:150px;}
.grey-bg{background:#ebebeb;}
.counter-Txt{text-align:center; font-size:20px; font-weight:bold; text-transform:uppercase; margin-top:20px;}
.counter-Txt span{display:block; font-size:36px}
@media(min-width:320px) and (max-width:767px){ 
.c-no{height:100%;}
.counter-Txt{margin-top:35px;}
.margin-bot-35{margin-bottom:35px;}
} */
.webinarInternalFive{
  padding: 60px 0;
}
.webinarInternalFive .main-heading {
  margin-bottom: 0px;
}
.webinarInternalFive .main-heading h1 {
  font-size: 38px;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0px;
}
.webinarInternalFive .testimonial {
  box-shadow: 0px 3px 9px #0000004A;
  text-align: center;
  padding: 20px 20px 20px 20px;
}
.webinarInternalFive .testimonial img {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  margin-top: -10%;
}
.webinarInternalFive .testimonial p {
  font-size: 16px;
  font-weight: 500;
  /* padding: 30px 0px; */
}
.webinarInternalFive .testimonial h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
}
.webinarInternalFive  .testimonial h5 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
}

.webinarInternalFiveTestimonial{
  padding: 40px 20px;
}

/*======================================================================
   Thank You Pages
========================================================================*/
section.thankYouPage {
  background: radial-gradient(circle, #01326a 0%, #fff 100%);
}
.thankYouPage-box {
  text-align: center;
  padding: 80px;
  color: #fff;
}
.thankYouPage-box img {
  width: 150px;
}
.thankYouPage-box h2 {
  font-size: 80px;
  margin: 20px 0 0 0;
  color: #fff;
}
.thankYouPage-box h5 {
  font-size: 20px;
  margin: 0px 0 5px 0;
  color: #fff;
}
.thabkyouBtn{
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 5px 20px;
  margin-top: 20px;
  color: #fff;
}
.thabkyouBtn:hover{
  background-color: var(--primary-color);
  color: #fff
}

/*======================================================================
   Inner Testimonial Page
========================================================================*/
.testimonialPage{
    background-color: #F3F4F4;
    background-image: url(../images/webinar/wave1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 40px 0px;
    position: relative;
}
.testimonialPage .main-heading h1{
  font-size: 38px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0px;
}
.testimonialPage .testimonialPage-box {
  background: #fff;
  padding: 20px 25px;
  margin-top: 24px;
  min-height: 300px;
}
.testimonialPage .testimonialPage-box h3{
 color: var(--secondary-color);
 font-size: 22px;
 font-weight: 600;
 margin-bottom: 2px;
}
.testimonialPage .testimonialPage-box h5{
  color: var(--black-color);
  font-size: 16px;
  font-weight: 300;
 }
 .testimonialPage .testimonialPage-box p{
  margin-top: 15px;
  color: var(--black-color);
  font-size: 14px;
  font-weight: 500;
 }
 .testimonialPage .testimonialPageVideo{
  background-color: #F3F4F4;
  background-image: url(../images/webinar/wave1.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 40px 0px;
  z-index: 999;
}
.testimonialPageVideo {
  background: #F3F4F4;
  padding: 0 0 40px 0;
}
.testimonialPageVideo .testimonialPageVideo-box .content {
  margin: 10px 0 0 20px;
}
.testimonialPageVideo .testimonialPageVideo-box .content h3{font-size: 22px;
    color: var(--secondary-color);
    font-weight: 600;
    margin-bottom: 5px;
}
.testimonialPageVideo-box{
  position: relative;
}
.video-poster {
    position: absolute;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}
.video-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
 /*pagination start*/
 .pagination-outer{ text-align: center; }
 .pagination-wrapper nav{ text-align: center; }
.pagination{
    display: inline-flex;
    position: relative;
    margin-top: 35px;
}
.pagination li a.page-link, .pagination li span.page-link{
    color: #666;
    background: #ddd;
    font-size: 14px;
    font-weight: 600;
    line-height: 35px;
    height: 35px;
    width: 35px;
    padding: 0;
    margin: 0 5px;
    border: none;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease 0s;
}
.pagination li a.page-link:hover,
.pagination li a.page-link:focus,
.pagination li.active a.page-link:hover,
.pagination li.active a.page-link,

.pagination li span.page-link:hover,
.pagination li span.page-link:focus,
.pagination li.active span.page-link:hover,
.pagination li.active span.page-link

{
    color: #fff;
    background: linear-gradient(180deg, #0758b3 20%, #01326a);
    transition: all 0.5s ease 0s;
}

@media only screen and (max-width: 480px){
    .pagination{
        font-size: 0;
        display: inline-block;
    }
    .pagination li{
        display: inline-block;
        vertical-align: top;
        margin: 10px 0;
    }
}
 /*pagination end*/

/*======================================================================
   Inner Blog Page
========================================================================*/
.blogPage{
  background-color: #F3F4F4;
  padding: 60px 0;
}
.blogPage .main-heading h1 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 32px;
}
.blogPage .anm {
  font-weight: 900;
}
.blog-search .input-box {
  width: 100%;
  box-shadow: 0px 3px 10px #00000012;
  padding: 15px 25px;
  background: #fff;
  border-radius: 49px;
}
.blog-search .input-box input::placeholder{
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
.blog-search .input-text {
  width: 94%;
  border: 0;
  font-size: 16px;
}
.blog-search .action {
  width: 6%;
  font-size: 16px;
  padding: 0;
  background: #fff;
  color: var(--secondary-color);
  border: 0;
}
.blogpage-box .day-month {
  color: var(--secondary-color);
}
.form-select {
  display: block;
  width: 100%;
  padding: 15px 25px;
  -moz-padding-start: calc(0.75rem - 3px);
  line-height: 1.5;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 0px solid #ced4da;
  border-radius: 49px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%230000FF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
            background-repeat: no-repeat;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: 0px 3px 10px #00000012;
}
.form-select:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: unset;
}
/* .blog-dropdown .btn {
  display: flex;
  font-weight: 400;
  line-height: 1.5;
  color: var(--black-color);
  text-align: start;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 18px;
  font-weight: 500;
  border-radius: 49px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  justify-content: space-between;
  padding: 15px 25px;
  background: #fff;
  width: 100%;
  align-items: center;
  box-shadow: 0px 3px 10px #00000012;
}
.blog-dropdown .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .4em solid var(--secondary-color);
  border-right: .4em solid transparent;
  border-bottom: 0;
  border-left: .4em solid transparent;
}
.blog-dropdown .dropdown-menu {
  font-size: 1rem;
  color: #212529;
  border: 0px solid rgba(0, 0, 0, .15);
  border-radius: 2px;
  width: 100%;
} */
 .blog-bg{
  
 }
.blogpage-box {
  background: #fff;
  box-shadow: 0px 3px 10px #00000012;
  padding: 18px 18px;
  margin-bottom: 20px;
  
  /* border-radius: 5px; */
  /* box-shadow: 0px 3px 10px #00000012; */
}
.blogPage-img {
  margin-top: 0px;
}
.blogPage-img h2 {
  font-size: 32px;
  width: 100%;
  color: var(--secondary-color);
  font-weight: 500;
  margin-bottom: 12px;
}
.blogPage-content {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 15px;
  
}
.blogPage-content-left {
  width: 15%;
  padding: 20px 12px;
}
.blogPage-content-left h3 {
  font-size: 24px;
  font-weight: 600;
}
.blogPage-content-left h3 {
  font-size: 24px;
  font-weight: 600;
}
.blogPage-content-right {
  max-width: 78%;
}
.blogPage-content-right h5 {
  font-weight: 400;
  font-size: 13px;
  border: 1px solid var(--primary-color);
    border-radius: 15px;
    padding: 1px 10px;
    width: fit-content;
    color: #131212;
}
.blogPage-content-right p {
  font-weight: 500;
  font-size: 16px;
}
.btn-img{
  width: 20px;
}
.blogDetailPage{
  background-color: #F3F4F4;
}
.blogDetailPage-box h1 {
  font-size: 38px;
  font-weight: 400;
  color: var(--secondary-color);
  margin-bottom: 15px;
}
.blogDetailPage-box-img {
  background: #fff;
  padding: 18px 18px;
  margin: 5px 0 0px 0;
}
.blogDetailPage-box-img img {
  margin-bottom: 20px;
}
.blogDetailPage-box h4 {
  font-size: 22px;
  font-weight: 500;
  color: var(--secondary-color);
  margin-top: 20px;
  margin-bottom: 2px;
}
.blogDetailPage-box p {
  font-size: 16px;
  font-weight: 500;
  padding-left: 0px;
  margin-bottom: 12px;
}
.blogDetailPage-box ul {
  list-style-type: disc;
  /* list-style-position: inside; */
  padding-left: 36px;
  margin-bottom: 12px;
}
.blogDetailPage-box ul li {
  font-size: 16px;
}
.blogDetailPage-box ul li::marker {
  color: var(--primary-color);
}
.blogDetailComment {
  background: #fff;
  padding: 40px 30px;
  display: flex;
    gap: 60px;
    margin: 40px 0;
}
.blogDetailComment-left {
  width: 22%;
  text-align: center;
}
.blogDetailComment-left h4{
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 10px;
}
.blogDetailComment-right {
  width: 78%;
}
.blogDetailComment-right h4{
  font-size: 26px;
  font-weight: 500;
}
.blogDetailComment-right p{
  font-size: 16px;
  font-weight: 500;
}
/*======================================================================
   Location Internal Pages
========================================================================*/
.locationPage{
  background-color: var(--secondary-color);
  background-image: url(../images/locations/globe-bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px 0px;
  position: relative;
  color: #fff;
}
.locationPage-globe h1 {
  font-size: 54px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 35px;
}
.locationPage-globe-box h4{
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 22px;
}
.locationPage-globe-box h5{
  font-size: 18px;
  font-weight: 400;
  line-height: 15px;
}
.locationPage-globe-box h5 a{
  color: var(--white-color);
}
.locationPage-globe img{
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.locationPageCountry{
  background-color: #F3F4F4;
}
.locationPageCountry-box h3 {
  font-weight: 500;
  font-size: 22px;
  color: var(--secondary-color);
  border-bottom: 2px solid var(--primary-color);
  width: fit-content;
  padding: 0 20px;
}
.locationPageCountry-box h4 {
  font-weight: 500;
  font-size: 16px;
  color: var(--black-color);
  padding: 0 20px;
  margin-bottom: 2px;
}
.locationPageCountry-box h5 {
  font-weight: 300;
  font-size: 16px;
  color: var(--black-color);
  padding: 0 20px;
}
.india-heading h2 {
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.locationPageCountry-box {
  margin: 0px 0 5px 0;
}
.locationPageCountry-box ul{
  padding: 8px 0px 0 40px;
}
.locationPageCountry-box ul li{
  font-weight: 300;
  font-size: 16px;
  color: var(--black-color);
}
.locationPageCountry-box ul li img{
  width: 15px;
  height: 15px;
}
.locationPageCountry {
  padding: 30px 0;
}

.whitePapers{
  background-color: #F3F4F4;
  /* background-image: url(../images/webinar/wave1.svg); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 40px 0px;
}
.man-heading h1 {
  font-weight: 500;
  font-size: 38px;
  margin-bottom: 25px;
}
.box-two{
  position: relative;
  margin-bottom: 22px;
}

.box-two-img img {
  border-radius: 10px 10px 0 0;
}
.box-two-content {
  background: #fff;
  padding: 20px 15px;
  border-radius: 0px 0px 10px 10px;
  position: relative;
  transition: 0.3s ease-in-out;
}
.box-two:hover .box-two-content {
  background:linear-gradient(to right, #1f68b8, #9caf25);
  color: var(--white-color);
}
.box-two-img p {
  position: absolute;
  left: 15px;
  top: 15px;
  color: #fff;
  border: 1px solid #fff;
  padding: 2px 25px;
  border-radius: 30px;
  z-index: 9;
  right: 15px;
    width: fit-content;
}
.box-two:hover .box-two-img p{
  background-color: var(--primary-color);
  transition: 0.2s ease-in-out;
}
.box-two-download {
  position: relative;
}
.box-two-download img {
  width: 40px;
  height: 40px;
  right: 20px;
  position: absolute;
  bottom: -21px;
  z-index: 9;
}
.box-two-img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #00000073;
  width: 100%;
  border-radius: 10px 10px  0 0;
  height: 84%;
}
/* .box-two .box-two-content img {
  width: 40px;
  height: 40px;
  right: 20px;
  position: absolute;
  bottom:45px;
} */
/*=======merino-modal-form=====*/
/* .merino-modal-form .modal-content{
  background-color: #393838;
} */
.merino-modal-form .modal-header {
  padding: 0.5rem 1rem;
}
.merino-modal-form .modal-title{
  font-family: var(--primary-font);
}
.merino-modal-form .form-area .form-floating > .form-control{
  border-bottom-color: #393838;
  color:var(--black-color);
}
.merino-modal-form .form-area .form-label {
  font-size: 14px;
  color: var(--black-color);
}
.merino-modal-form p {
  font-size: 10px;
  line-height: 14px;
  padding-top: 2px;
}
.merino-modal-form .form-area .form-floating > .form-label {
  margin: 0;
  padding: 25px 0 0 12px;
}
.modal-check{
  font-size: 12px;
}
.blue-link {
  color: var(--secondary-color);
}
/*======================================================================
   Chemical(Industries)
========================================================================*/
.chemicalPage{
  background-image: url("../images/industries/aero1.png"), linear-gradient(to right bottom, #c2c3c6, #d1d2d4, #e0e1e2, #f0f0f0, #ffffff);
  background-position: right bottom;
  background-repeat: no-repeat, repeat;
  background-size: contain;
  background-repeat: no-repeat;
}
.chemicalPage-content{
  padding: 60px 0;
}
.chemicalPage .chemicalPage-content h5{
  font-size: 22px;
  color: var(--black-color);
}
.chemicalPage .chemicalPage-content h4{
  font-size: 32px;
  color: var(--secondary-color);
}
.chemicalPageTwo{
  background-image: linear-gradient(to left, #f3f4f4, #f6f7f7, #f9f9fa, #fcfcfc, #ffffff);
  padding: 40px 0;
}
.chemicalPageTwo p{
  font-size: 16px;
  color: var(--black-color);
}
.chemicalPageThree {
  background: transparent linear-gradient(180deg, #3889E3 0%, #043770 100%) 0% 0% no-repeat padding-box;
  padding: 30px 0;
}
/* .chemicalPageThree .chemicalPageThree-left{
  padding-top: 40px;
} */
.chemicalPageThree .chemicalPageThree-left h1{
  font-size: 32px;
  color: var(--white-color);
  font-weight: 400;
}
.chemicalPageThree .chemicalPageThree-left h2{
  font-size: 32px;
  color: var(--white-color);
  font-weight: 400;
}
.chemicalPageThree .chemicalPageThree-left p{
  font-size: 18px;
  color: var(--white-color);
  font-weight: 400;
}
.chemicalPageFour {
  padding: 60px;
}
.chemicalPageFour-left {
  box-shadow: 0px 3px 17px #0000003D;
  border-radius: 10px;
}
.chemicalPageFour-left-content {
  padding: 20px;
}
.chemicalPageFour-left-content h2{
  font-size: 32px;
  font-weight: 500;
}
.chemicalPageFour-left-content p{
  font-size: 18px;
  font-weight: 500;
}
.chemicalPageFour-right{
  margin-left: 50px;
}
.chemicalPageFour-right ul li{
  list-style-type: disc;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
}
.chemicalPageFour-right ul li::marker {
  color: var(--secondary-color);
}
.chemicalPageSix{
  background: #F3F4F4;
  padding: 30px 0;
}
.chemicalPageSix-box{
  background-color: var(--white-color);
  box-shadow: 0px 3px 18px #00000029;
  border-radius: 16px;
  padding: 20px 15px;
  margin-bottom: 20px;
  min-height: 215px;
}
.chemicalPageSix-box h5{
  font-size: 16px;
  color: var(--secondary-color);
}
.chemicalPageSix-box-border{
  border-bottom:2px solid #ccc ;
}
.chemicalPageSix-box p{
  font-size: 12px;
  color: var(--black-color);
  line-height: 18px;
  padding-top: 10px;
  margin-bottom: 0px;
}
.chemicalPageSix-box h6{
  font-size: 12px;
  color: var(--primary-color);
  line-height: 18px;
}
#more {display: none;}
.chemicalPageSeven{
  padding: 40px 0;
}
.chemicalPageSeven-box {
  text-align: center;
  margin-top: 25px;
}

.chemicalPageSeven-box img{
  width: 70px;
}
.chemicalPageSeven-box h5{
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}
.chemicalPageEight{
  padding: 40px 0;
  background: #F3F4F4;
}
.chemicalPageEight .main-heading h2 {
  text-align: center;
  /* font-size: 42px; */
  color: var(--secondary-color);
  margin-bottom:15px;
}
.chemicalPageEight .main-heading p{
  font-size: 16px;
  text-align: center;
  line-height: 22px;
  margin-bottom: 22px;
}
.ind-service-img{
  position: relative;
  margin-bottom: 10px;
}
.ind-service-img img{
    position: relative;
    border-radius: 6px;
    border: 1px solid #000;
    transition: transform 0.3s ease;
}
/* .ind-service-img:hover{
  transform: scale(1.8)
} */
.ind-service-img::before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  background: transparent linear-gradient(180deg, #00000030 0%, #000000 100%) 0% 0% no-repeat padding-box;
  right: 0px;
  z-index: 9;
  border-radius: 8px;
}

.ind-service-img:hover::before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  background: transparent linear-gradient(180deg, #0758b39e  0%, #000000 100%) 0% 0% no-repeat padding-box;
  right: 0px;
  z-index: 9;
  border-radius: 8px;
}

.ind-service-img h5 {
  position: absolute;
  bottom: 0;
  color: var(--white-color);
  padding: 10px 10px;
  margin-bottom: 0px;
  z-index: 9;
  font-weight: 400;
  font-size: 16px;
}
.ind-service-img:hover h5 {
color: var(--primary-color)
}
.chemicalPageEight .row {
  --bs-gutter-x: 0px;
}
.chemicalPageEight .row>* {
  padding-right: 5px;
  padding-left: 5px;
}
/*======================================================================
   (Industries)
========================================================================*/
.industryBanner-aerospace{
  background: url("../images/industries/aero1.png"), linear-gradient(158deg, rgba(243,244,244,1) 60%, rgba(255,255,255,1) 72%, rgba(255,255,255,1) 100%);
  background-position: right bottom;
  background-repeat: no-repeat, repeat;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 40px 0;
}
.industryBanner-bg{
  /* padding: 40px 0; */
  background: linear-gradient(158deg, rgba(243,244,244,1) 60%, rgba(255,255,255,1) 72%, rgba(255,255,255,1) 100%);
}
.industryBanner .industryBanner-content h5{
  font-size: 22px;
  color: var(--black-color);
}
.industryBanner .industryBanner-content h1{
  font-size: 32px;
  color: var(--secondary-color);
  font-weight: 400;
}

/*Industry Content*/
.industryContent{
  /* background-image: linear-gradient(to left, #f3f4f4, #f6f7f7, #f9f9fa, #fcfcfc, #ffffff); */
  background: #F3F4F4;
  padding: 40px 0;
}
.industryContent h2{
  font-size: 32px;
  color: var(--black-color);
}
.industryContent p{
  font-size: 16px;
  color: var(--black-color);
  margin-bottom: 8px;
}
.industryContent ul li{
  font-size: 16px;
  color: var(--black-color);
  list-style-type: disc;
  list-style-position: inside;
}
.industryContent ul li::marker{
  color: var(--primary-color);
}
.industryContent-img img{
  border-radius: 24px;
}
.box-outer p{
  font-size: 16px;
  color: var(--black-color);
  margin-bottom: 5px;
}
/*Challenges*/
.industryChallenges {
  background: transparent linear-gradient(180deg, #3889E3 0%, #043770 100%) 0% 0% no-repeat padding-box;
  padding: 50px 0;
}
.industryChallenges-left h2 {
  font-size: 32px;
}
.industryChallenges .industryChallenges-left {
  margin-right: 0px;
}
.industryChallenges .industryChallenges-left h1{
  font-size: 38px;
  color: var(--white-color);
  font-weight: 400;
}
.industryChallenges .industryChallenges-left h2{
  font-size: 32px;
  color: var(--white-color);
  font-weight: 400;
}
.industryChallenges .industryChallenges-left h4{
  font-size: 20px;
  color: var(--white-color);
  font-weight: 400;
}
.industryChallenges .industryChallenges-left ul  {
  margin-left: 20px;
}
.industryChallenges .industryChallenges-left ul li {
  font-size: 16px;
  color: var(--white-color);
  list-style-type: disc;
  /* list-style-position: inside; */
}
.industryChallenges .industryChallenges-left p{
  font-size: 16px;
  color: var(--white-color);
  font-weight: 400;
  margin-bottom: 0px;
}
.industryChallenges .industryChallenges-left span{
  font-size: 16px;
  color: var(--white-color);
  font-weight: 400;
  margin-bottom: 0px;
}
.industryChallenges-right img{
  border-radius: 15px;
  border: 2px solid #fff;
}

.industryChallengesTwo{
  padding: 40px 0;
}
.industryChallengesTwo-box-inner{
  margin-left: 15px;
}
.industryChallengesTwo-box .box-inner {
  display: flex;
  align-items: start;
  gap: 30px;
  justify-content: space-between;
}
.industryChallengesTwo .box-inner .box-inner-left {
  width: 95%;
}
/* .industryChallengesTwo .box-inner .box-inner-left h2 {
  font-size: 26px;
} */
.industryChallengesTwo h2, .industryChallengesTwo p, .industryChallengesTwo ul li{
  width: 95%;
}

.industryChallengesTwo-box h2{
  font-size: 24px;
  color: var(--secondary-color);
  line-height: 33px;
  margin-bottom: 0px;
}
.industryChallengesTwo-box-inner-heading h2{
  font-size: 19px;
  color: var(--secondary-color);
  line-height: 23px;
  margin-bottom: 5px;
  position: relative;
}
.industryChallengesTwo-box-inner-heading h2:before {
  content: "";
    /* width: 7px;
    height: 7px; */
    position: absolute;
    background: var(--primary-color);
    border-radius: 50%;
    left: -15px;
    top: 7px;
    border: 3px solid var(--primary-color);;
}
.box-inner-left p{
  font-size: 16px;
    color: var(--black-color);
    margin-bottom: 4px;
}
/* .industryContent
.industryChallengesTwo-box p{
  font-size: 18px;
  color: var(--black-color);
  line-height: 1.4rem;
  } */
.box-inner-right a  {
  background-color: var(--primary-color);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    margin: 0;
    padding: 0;
}
.box-inner-right .box-inner-right-btn i{
  color: var(--white-color);
  font-size: 12px;
  line-height: 21px;
  margin: 0;
  padding: 0;
}
.industryChallengesTwo-box .box-outer ul {
  list-style-type: disc;
  margin-left: 50px;
  margin-top: 0px;
}
.industryChallengesTwo-box .box-outer ul li{
  font-size: 16px;
  color: var(--black-color);
}
.industryChallengesTwo-box .box-outer ul li::marker {
  color: var(--secondary-color);
}
.industryChallengesTwo .border-bottom {
  border-bottom: 2px dashed #ccc!important;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.border-bottom {
  border-bottom: 2px dashed #ccc !important;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
/* .industryChallengesTwo-box:last-child {
  border-bottom: unset;
} */
/*Benifits*/
.industryBenifits{
  background: #F3F4F4;
    padding: 40px 0;
}
.industryBenifits .industryBenifits-box{
  padding: 15px 10px;
  transition:0.3s ;
}
/* .industryBenifits .industryBenifits-box:hover{
  background-color: #fff;
  box-shadow: 1px 1px 3px #ccc;
} */
.industryBenifits .industryBenifits-box img{
  width: 60px;
}
.industryBenifits .industryBenifits-box h5 {
  border-top: 1px solid #707070;
  margin-top: 6px;
  padding-top: 4px;
  color: var(--secondary-color);
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0px;
}
.industryBenifits-box p{
  margin-bottom: 0px;
  font-size: 13px;
}
.industryBenifits-box {
  margin-bottom: 0px;
}
/*Offers*/
.industryOffer{
  background: #fff;
    padding: 40px 0;
}
.industryOffer .industryOffer-box {
  display: flex;
    align-items: center;
    gap: 6px;
    margin: 25px 0 0 0;
    flex-direction: column;
    text-align: center;
}
/* .industryOffer-box-left {
  width: 25%;
}
.industryOffer-box-right {
  width: 75%;
} */
.industryOffer .industryOffer-box-left img{
  /* background-color: var(--secondary-color); */
  /* border-radius: 50%; */
  width: 45px;
  /* padding: 10px; */
}
.industryOffer-box-left {
  background: var(--secondary-color);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.industryOffer .industryOffer-box-right h5{
  font-size: 16px;
}
/*Industry Service*/

.industry-service-box-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap:8px;
}
.industry-service-box-1 .serv-col-3 {
  width: 452px;
}
.industry-service-box-inner-1{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-bottom: 8px;
  gap: 8px;
}
.industry-service-box-inner-1 .serv-col-4{
  width: 342px;
}
.industry-service-box-inner-2{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-bottom: 10px;
  gap: 8px;
}
.industry-service-box-inner-2 .serv-col-4{
  width: 342px;
}
.industry-service-box-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap:8px;
}
.industry-service-box-2 .serv-col-4{
  width: 338px;
}

/*read More button*/
.more-text {
  display: none;
}
.read-more-btn {
  cursor: pointer;
  color: var(--primary-color);
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 500;
}
.read-more-btn img {
  width: 20px !important
}
/*fashion-features*/
.fashion-features{
  /* padding: 0px 0 40px 0; */
  /* background: #F3F4F4;  */
}
.fashion-features .heading h2{
  font-size: 32px;
  color: var(--black-color);
}
.fashion-features .heading p{
  font-size: 16px;
    color: var(--black-color);
}
.fashion-technology{
  padding: 50px 0;
  /* background: #F3F4F4; */
}
.fashion-technology .heading h2{
  font-size: 32px;
  color: var(--black-color);
}
.fashion-technology .heading p{
  font-size: 16px;
    color: var(--black-color);
}
.fashion-technology-box h4 {
  color: var(--secondary-color);
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: 500;
}
.fashion-technology-box p {
  font-size: 16px;
  color: var(--black-color);
}
/*fibc*/
.fibc{
  padding: 40px 0;
}
.fibc .industryChallengesTwo-box-inner{
  margin-left: 0px;
}
.fibc .industryChallengesTwo-box-inner-heading h2:before{
  border: unset;
}
.fibc-info h2{
  font-size: 32px;
  color: var(--black-color);
}
.fibc-info p{
  font-size: 16px;
    color: var(--black-color);
    margin-bottom: 8px;
    margin-top: 20px;
}
.fibc .heading h2 {
    font-size: 32px;
    color: var(--black-color);
}
.fibc .heading p {
  font-size: 16px;
  color: var(--black-color);
}
.hi-tech ul {
  list-style-type: disc;
}
.hi-tech ul li{
  font-size: 16px;
    color: var(--black-color);
}
.hi-tech ul li::marker{
  color: var(--primary-color);
}
.hi-tech p {
  font-size: 16px;
  color: var(--black-color);
}
ul.hitech-ul {
  margin-left: 20px;
}


/*fmcg*/
.fmcg-contnet{
  font-size: 32px;
  color: var(--black-color);
  text-align: center;
  margin-bottom: 40px;
}
.industry-box5-content h2 {
  font-size: 32px;
  color: var(--black-color);
  margin-bottom: 30px;
}

.industry-box5-content ul {
  margin-left: 20px;
}
.industry-box5-content ul li {
  list-style-type: disc;
  /* list-style-position: inside; */
}
.industry-box5-content ul li::marker {
  color: var(--primary-color);
}
.industry-box5-content ul li h3 {
  font-size: 20px;
  color: var(--secondary-color);
  margin-bottom: 0px;
  margin-top: 25px;
}
.industry-box5-content ul li p{
  font-size: 16px;
  color: var(--black-color);
}
/*======================================================================
   Solutions Pages
========================================================================*/
/*--crm--*/
/* .crnBanner-bg{
  background: url("../images/industries/aero1.png"), #ffffff2b;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0;
} */
 .solutionBanner{
  padding: 40px 0;
  background: linear-gradient(158deg, rgba(243,244,244,1) 60%, rgba(255,255,255,1) 72%, rgba(255,255,255,1) 100%);
 }
.solutionBanner .solutionBanner-content h1 {
  font-size: 38px;
  color: var(--black-color);
  font-weight: 500;
  margin-bottom: 2px;
}
.solutionBanner .solutionBanner-content h3 {
  font-size: 22px;
  color: var(--secondary-color);
  margin-bottom: 0px;
}
.solutionBox1 .solutionBox1-content h4{
  font-size: 22px;
  color: var(--secondary-color);
  position: relative;
}
.solutionBox1 .solutionBox1-content h4:after {
  content: '';
  background-color: #ccc;
  position: absolute;
  height: 1px;
  width: 100px;
  bottom: 5px;
  left: 150px;
}

.solutionBox1 .solutionBox1-content h2{
  font-size: 24px;
  color: var(--black-color);
}
.solutionBox1 .solutionBox1-content p{
  font-size: 16px;
  color: var(--black-color);
  margin-bottom: 0px;
}
.solution-main-heading h2{
  font-size: 32px;
  text-align: center;
  margin-bottom: 12px;
}
.solution-main-heading p{
  font-size: 16px;
}
.solutionBox2-content h5 {
  font-size:22px;
  color: var(--secondary-color);
  margin-bottom: 2px;
}
.solutionBox2-content p {
  font-size:16px;
  color: var(--black-color);
  margin-bottom: 8px;
}
/*--Feature Products--*/
.feature-product-sol{
  background: #e1e1e1;
}
.feature-product-sol-box{
margin: 5px 0;
/* text-align: center; */
}
.feature-product-sol-box img{
  padding: 0 0 10px 0;
  
}
.feature-product-sol-box p{
  font-size: 14px;
  padding-top: 0px;
  margin-bottom: 0px;
  }
/* .feature-product-sol-box img {
  width: 120px;
} */
/*--All Solutions--*/
.all-soluions-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.solutionBanner-content.text-center {
  width: 80%;
  margin: auto;
}
.all-soluions-box {
  flex: 1 1 calc(25% - 10px); /* Adjust for four columns */
  box-sizing: border-box;
  margin: 5px;
}
.all-soluions-box {
  border: 1px solid var(--primary-color);
  border-radius: 6px;
  text-align: center;
  background: #E2E2E2E6;
  width: 100%;
  padding: 0px;
  margin: 4px;
  transition: 0.3s ease-in-out;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.all-soluions-box:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.all-soluions-box:hover a {
  color: var(--white-color);
}
.all-soluions-box h5{
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
}
.all-soluions-box h5 a{
color: var(--black-color);
}

.solutionBox2-content h4 {
  font-size: 24px;
  color: var(--secondary-color);
}
.solutionBox3  .solutionBox2-content p {
  font-size: 16px;
  color: var(--black-color);
}
.solutionBox1 .industryChallengesTwo-box .box-inner ul{
  list-style-type: disc;
  margin-top: 0px;
  list-style-position: inside;
}
.solutionBox1 .industryChallengesTwo-box .box-inner ul li{
  font-size: 16px;
}
.solutionBox1 .industryChallengesTwo-box .box-inner ul li::marker{
  color: var(--primary-color);
}

.solutionBox1 .industryChallengesTwo-box .box-outer ul {
  list-style-type: disc;
  margin-left: 0px;
  margin-top: 0px;
  list-style-position: inside;
}
.solutionBox1 .industryChallengesTwo-box .box-outer ul li::marker {
  color: var(--primary-color);
}
.cpq-make ul li {
  font-size: 24px;
  color: var(--secondary-color);
  margin-bottom: 10px;
  list-style-type: disc;
}
.cpq-make ul li::marker{
  color: var(--primary-color);
}
.eam-challenges .industry-box5-content ul li p {
  font-size: 16px;
  color: var(--black-color);
  margin-bottom: 0px;
}
.eam-challenges  .industry-box5-content ul li h3 {
  font-size: 20px;
  color: var(--secondary-color);
  margin-bottom: 0px;
  margin-top: 15px;
}
.expertiseBox1 h2{
  font-size: 32px;
  margin-top: 20px;
  margin-bottom: 25px;
}

/*erp*/
.expertiseBox2-content h3{
font-size: 22px;
color: var(--secondary-color);
margin-bottom: 0px;
}
.expertiseBox2-content p{
  font-size: 16px;
  margin-bottom: 8px;
}
.expertiseBox2-img img{
  border-radius: 12px;
}
.erp-challenges .industryChallengesTwo-box-inner-heading h2 {
  font-size: 19px;
  color: var(--secondary-color);
  line-height: 23px;
  margin-bottom: 0px;
}
.erp-functionalities {
  margin-bottom: 25px;
}
.erp-functionalities h2{
  font-size: 32px;
}
.erp-functionalities p{
  font-size: 16px;
}
.erp-challenges .heading h2{
  font-size: 32px;
}
/*======================================================================
   (Products)
========================================================================*/
/*--infor-cloudSuite-industrial--*/
.product-box1 h1{
  font-size: 38px;
  color: var(--black-color);
}
.product-box1 h2 {
  font-size: 32px;
}
.product-box3 h2 {
  font-size: 32px;
}
.product-logo {
  margin-top: 0px;
}

.product-box1 h3{
  font-size:22px;
  color: var(--secondary-color);
  margin-bottom: 0px;
}
.product-box1 p{
  font-size:16px;
  margin-bottom: 5px;
}
.product-box2-heading h4{
  font-size: 24px;
  color: var(--secondary-color);
}
.product-box2 {
  background: #fff;
  padding: 30px;
  min-height: auto;
  /* min-height: 175px; */
  margin: 10px 0px;
}
.product-box2 h4{
  font-size: 22px;
  color: var(--secondary-color);
}
.product-box2 p{
  font-size: 16px;
}
.product-box-gradient-content ul li {
  color: #fff!important;
}
.product-box-gradient-content{
  background-image: linear-gradient(to right, #1f68b8, #9caf25);
  color: #fff;
  padding: 30px 40px;
}
.product-box-gradient-content h3{
  font-size: 24px;
}
.product-box-gradient-content h4{
  font-size: 22px;
}
.product-box-gradient-content p{
  font-size: 16px;
}
.product-box-gradient-content p {
  margin-bottom: 10px;
}
.product-box3 h4{
  font-size: 24px;
  color: var(--secondary-color);
  margin-bottom: 4px;
}
.product-box3 p{
  font-size: 16px;
  margin-bottom: 0px;
}
.product-box3 ul {
  margin-left: 20px;
}
.product-box3 ul li{
  list-style-type: disc;
  list-style-position: outside;
  font-size: 16px;
  color: var(--black-color);
}
.product-box3 ul li::marker{
  color: var(--primary-color);
}
.border-bottom{
  border-bottom: 2px dotted #000;
  padding-bottom: 12px;
    margin-bottom: 12px;
}
/*----*/
.product-challange .industryChallengesTwo-box h2 {
  font-size: 24px;
}
.product-challange .industryChallengesTwo-box-inner-heading h2 {
  font-size: 19px;
}
.product-icon-box {
  text-align: center;
  margin-top: 8px;
}
.product-icon-box img {
  width: 50px;
}
.product-icon-box h5 {
  font-size: 16px;
  margin-top: 12px;
  font-weight: 200;
}
/*======================================================================
   (Service)
========================================================================*/
.serviceBanner-content h1{
  font-size: 38px;
}
.serviceBanner-content h2{
  font-size: 32px;
}
.serviceBanner-content h2{
  font-size: 32px;
}
.serviceBanner-content p{
  font-size: 16px;
}
.serviceBox1 .fade:not(.show) {
  opacity: 1;
}
.serviceBox1 .tab .nav-tabs{
  position: relative;
  border-bottom: none;
}
.serviceBox1 .tab .nav-tabs li{
  text-align: center;
  margin-right: 10px;
}
.serviceBox1 .tab .nav-tabs li a{
  display: block;
  font-size: 22px;
  font-weight: 500;
  color: var(--black-color);
  padding: 10px 15px;
  background: transparent;
  margin-right: 0;
  border: none;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease 0s;
}
.serviceBox1  .tab .nav-tabs li a:before{
  content: "";
  width: 100%;
  height: 2px;
  background: var(--secondary-color);
  position: absolute;
  top: 92%;
  left: 0;
  transition: all 0.3s ease 0s;
}
/* .serviceBox1 .tab .nav-tabs li a:hover:before, */
.serviceBox1 .tab .nav-tabs li.active a:before
/* .serviceBox1 .tab .nav-tabs li.active a:hover:before */{
  top: 0;
  opacity: 1;
}
.serviceBox1 .tab .nav-tabs li a:before
{
  opacity: 0;
}
.serviceBox1 .tab .nav-tabs li a:after{
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease 0s;
}
.serviceBox1 .tab .nav-tabs li a:hover:after,
.serviceBox1 .tab .nav-tabs li.active a:after,
.serviceBox1 .tab .nav-tabs li.active a:hover:after{
  top: 0;
}
.serviceBox1 .nav-tabs li.active a,
.serviceBox1 .nav-tabs li.active a:focus,
.serviceBox1 .nav-tabs li.active a:hover,
.serviceBox1 .nav-tabs li a:hover{
  border: none;
}
.serviceBox1 .tab .tab-content{
  padding: 20px 15px 20px;
  background: #fff;
  font-size: 14px;
  color: #000;
  line-height: 26px;
}
.serviceBox1 .tab .tab-content h3{
  font-size: 24px;
  margin-top: 0;
}
@media only screen and (max-width: 479px){
  .serviceBox1 .tab .nav-tabs li{ width: 47%; }
}
/*--tab end--*/
.serviceBox1-content h2 {
  font-size: 32px;
  color: var(--black-color);
}
.serviceBox1-content h4 {
    font-size: 22px;
    color: var(--secondary-color);
    margin-bottom: 0px;
}
.serviceBox1-content p {
  font-size: 16px;
  margin-bottom: 0px;
}
.serviceBox1 .main-heading-text {
  font-size: 16px;
}
.serviceBox1-content h5{
  font-size: 20px;
  margin-bottom: 0px;
  margin-top: 8px;
  color: var(--secondary-color);
}
.serviceBox1-content ul li{
  font-size: 16px;
  list-style-type: disc;
  list-style-position: inside;
}
.serviceBox1-content ul li::marker{
  color: var(--primary-color);
}
.text-danger-light {
  color: rgb(247 169 176);
}




.top-off-menu .top-offcanvas-body .top-off-nav li .active,.top-off-menu .top-offcanvas-body .top-off-nav li .active i {
  color: var(--secondary-color);
}
.top-off-menu .top-offcanvas-body .top-off-nav li ul li:hover a {
  color: var(--secondary-color);
}
.top-off-nav li, .top-off-nav li a {
  cursor: pointer;
}

#header-search ul li a:hover, #header-search ul li.active a {
  background-color: #7e7d7d !important;
  color: #fff;
}
/*======================================================================
   (News)
========================================================================*/
.news-box-two{
  position: relative;
  margin-bottom: 22px;
}
.news-box-two-img img {
  border-radius: 10px 10px 0 0;
}
.news-box-two-content {
  background: #fff;
  padding: 12px 15px;
  border-radius: 0px 0px 10px 10px;
  position: relative;
  transition: 0.3s ease-in-out;
  min-height: 145px;
}
.news-box-two:hover .news-box-two-content {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.news-box-two:hover .news-box-two-content h6{
  color: var(--white-color);
  border: 1px solid var(--white-color);
}
.news-box-two:hover .news-box-two-content .news-btn{
  color: var(--white-color);
}
.news-box-two-content h6{
  font-weight: 400;
    margin-bottom: 8px;
    font-size: 14px;
    padding: 3px 11px;
    width: fit-content;
    border-radius: 25px;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
}
.news-box-two-content h3{
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0px;
}
.news-box-two-content p{
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 0px;
}
.news-btn {
  cursor: pointer;
  color: var(--primary-color);
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
.news-detail h1{
  font-size: 38px;
}
.news-detail .date{
  font-weight: 400;
    margin-bottom: 8px;
    font-size: 14px;
    padding: 3px 11px;
    width: fit-content;
    border-radius: 25px;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    margin-top: 20px;
}
.news-detail {
  box-shadow: 1px 1px 9px #ccc;
  border-radius: 15px;
}
.news-detail p{
  margin-bottom: 0px;
}

.mx-w-100 {
  max-width: 100%;
}

ul.typeahead.dropdown-menu {
  min-width: 625px;
}
/*======================================================================
   (Privacy Policy)
========================================================================*/
.content-page h4{
  font-size: 24px;
  margin: 10px 0px 0px 0px;
}
.content-page h5{
  font-size: 20px;
  margin: 10px 0px 0px 0px;
}
.content-page p{
  font-size: 14px;
  margin-bottom: 4px;
}
.content-page ul{
  list-style:disc;
  list-style-position: inside;
}
.content-page a{
  color: var(--secondary-color);
}
/*Annual Report*/
.annual-report {
  margin-top: 25px;
}
.annual-report h4 {
  font-size: 20px;
  margin-bottom: 0px;
  background: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 3px 3px 6px 0px #b1b1ac;
}

.logo-small{
  display: none;
}
.is-fixed .logo-small{
  display: initial;
}
.is-fixed .default-logo{
  display: none;
}
.nav-bg {
  background: #e1e1e1;
  box-shadow: inset 0px 3px 9px 1px #c3c0c0;
}
.default-logo {
  padding: 5px 0;
}
.awards-img {
  /* margin-bottom: 60px; */
  /* text-align: center; */
}
.awards-img img {
  box-shadow: 1px 1px 7px #aaaaaac9;
  /* max-width: 325px; */
}


/*All Services*/
/* .servicesMain {
  padding: 145px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
} */
.bg-industries{
  background: url("../images/industries-main.jpg");
  padding: 145px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bg-solution{
  background: url("../images/solutions-main.jpg");
  padding: 145px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bg-services{
  background: url("../images/services-main.jpg");
  padding: 145px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bg-products{
  background: url("../images/products-main.jpg");
  padding: 145px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.servicesMain .man-heading h1 {
  font-weight: 500;
  font-size: 38px;
  margin-bottom: 25px;
  color: var(--white-color);
  text-align: center;
}
.servicesMain-box h4{
  font-weight: 500;
  font-size: 20px;
  color: var(--secondary-color);
  margin-top: 24px;
}
.servicesMain-box ul li{
  list-style-type: disc;
  list-style-position: inside;
  font-size: 16px;
  transition: 0.2s linear;
  border-radius: 15px;
  border: 1px solid transparent;
  padding: 0px 15px;
  margin: 2px 0;
  width: fit-content;
  text-transform: capitalize;
}
.servicesMain-box ul li::marker{
  color: var(--primary-color);
}
/* .servicesMain-box h4 {
  font-size: 18px;
  margin: 10px 0;
} */
.servicesMain-box ul li:hover{
  border: 1px solid var(--primary-color);
  color:#fff;
}
/*lannguage*/
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b div, .VIpgJd-ZVi9od-vH1Gmf-ibnC6b:link div, .VIpgJd-ZVi9od-vH1Gmf-ibnC6b:visited div, .VIpgJd-ZVi9od-vH1Gmf-ibnC6b:active div {
  color: #000!important;
}
/*Go to top*/
.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: -100px;
  right: 20px;
  color: #ffffff;
  background-color: var(--secondary-color);
  z-index: 999999;
  width: 45px;
  text-align: center;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  font-size: 25px;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.go-top:hover{
  background: linear-gradient(to right, #1f68b8, #9caf25);
}

.go-top img {
  width: 25px;
    transform: rotate(269deg);
}

/*Breadcrumb*/
.breadcrumb-bg{
  background: #e3e3e3;
}
.breadcrumb{
  padding: 0px 0px 0px 0px;
  margin: 0;
  background: #e3e3e3;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  align-items: center;
}
.breadcrumb li{
  float: left;
  position: relative;
  font-size: 10px;
}

.breadcrumb li.active,
.breadcrumb li a{
  font-size: 10px;
  color: #656565;
  letter-spacing: 1px;
}
/* .breadcrumb li.active{
  color: #000;
} */
.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #656565;
  content: "/\00a0";
}

.g-recaptcha{
  transform:scale(0.77);
  -webkit-transform:scale(0.77);
  transform-origin:0 0;
  -webkit-transform-origin:0 0;
  }


/*======================================================================
   Alliance  Page
========================================================================*/
/* .alliance-list{
  background: transparent linear-gradient(180deg, #3889E3 0%, #043770 100%) 0% 0% no-repeat padding-box;
} */
.alliance-img {
  background: rgba(243,244,244,1);
  padding: 15px;
  text-align: center;
  border-radius: 8px;
  border-bottom: 2px solid transparent;
  box-shadow: 2px 2px 3px #ccc;
}
.alliance-img:hover  {
  background: linear-gradient(158deg, rgba(243,244,244,1) 60%, rgba(255,255,255,1) 72%, rgba(255,255,255,1) 100%);
  border-bottom: 2px solid var(--primary-color);
}
.alliancePage{
  background: url("../images/alliance/alliances.jpg");
  background-size: cover;
  background-position: center;
  /* height: 250px; */
  padding: 150px 0;
  position: relative;
}
.alliancePage::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #00000036;
}
.alliancePage .alliance-banner h1{
  color: var(--white-color);
  font-size: 48px;
  margin-bottom: 10px;
  font-weight: 600;
  position: relative;
}
.alliancePage .alliance-banner h1{
  color: var(--white-color);
  font-size: 48px;
  margin-bottom: 8px;
  font-weight: 600;
  position: relative;
}
.alliancePage .alliance-banner p{
  color: var(--white-color);
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
}
.alliancePageInner{
  background: url("../images/about/about-us.jpg");
  background-size: contain;
  background-position: top;
  background-attachment: fixed;
  /* height: 250px; */
  padding: 80px 0;
}
/* .alliancePage .alliance-banner{
  padding: 80px 0 120px 0
} */
.alliancePageInner .alliance-banner h1{
  color: var(--white-color);
  font-size: 48px;
  margin-bottom: 10px;
  font-weight: 600;
}
.alliancePageInner  .alliance-banner p{
  color: var(--white-color);
  font-size: 18px;
}
.alliance-logo {
  background: #fff;
  padding: 0px 8px;
}

.aero-img{
  display: flex;
    justify-content: center;
    align-items: center;
    height: 299px;
}
.text-black-india{
color:#171717!important;}