/* ========google-font========== */
/* ========google-font========== */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap'); 
:root {  
  --alt-font: "Inter", sans-serif;
  --primary-font: "Inter", sans-serif;
  --yellow:#FFFF00;
  --yellow_lite:#ffff33;
  --yellow_dark:#e6e600;
  --black:#000000;
  --blacklightShade:#1a1a1a;
  --blackdarkshade:#0d0d0d;
  --gray:#808080;
  --navy_blue:#000080;
  --navy_light:#333399;
  --navy_dark:#000066;
 
}


/* =================Root============= */

body,
html { 
    scroll-behavior: smooth; 
    font-size: 15px; 
    font-weight: 500;
    font-family: var(--alt-font);
    background: #000;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a {
    text-decoration: none;
    outline: none;
}

p {
	font-size: 18px;
	line-height: 30px; 
	font-weight: 300;     
}
  
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0; 
    font-weight: 400;  
    font-family: var(--alt-font);
}
/* header */
header {
    border-bottom: none;
    transition: 0.4s;
  }
  
  .navbar-light .navbar-brand {
    width: 75px; 
    padding: 0; 
    margin: 0 1.875rem 0 0;
  }
  
  .navbar {
    padding: 0 15px;
    border-bottom: none;
  } 
  
  .navbar-light .navbar-nav .nav-link:focus,
  .navbar-light .navbar-nav .nav-link:hover {
    color: var(--yellow); 
  }
  
  .navbar-expand-xl .navbar-nav .nav-link { 
    font-weight: 500;
    display: block; 
    padding: 2rem 1.65rem;
    text-decoration: none; 
    color: rgb(255, 255, 255);  
    position: relative; 
    white-space: nowrap;  
    text-transform: capitalize;
    transition: 0.4s;  
    font-size: 16px;
  }
  
  .navbar-expand-xl .navbar-nav .nav-link:last-child::before {
    display: none;
  }
  
  .navbar-expand-xl .navbar-nav .active .nav-link {
    color: var(--yellow);
  }
  
  .RiGhT_nav {
    text-align: right;
  }
  
  .navbar-expand-xl .RiGhT_nav .nav-link {
    font-size: 1.125rem !important;
    font-weight: 300;
  }
  
  header {
      position: fixed;
      z-index: 999;
      padding: 15px 0;
      top: 0;
      left: 0;
      width: 100%; 
  }
  
  
  .dropdown-item {
    font-size: 0.94rem;
    font-weight: 500; 
    display: block;
    padding: 20px 10px;
    text-decoration: none;  
    border-radius: 0.625rem;
    color: rgb(77, 91, 124);
    position: relative;
    white-space: nowrap; 
    border-radius: 8px;  
    display: flex;
    align-items: center;
  }
   
  .dropdown-item img {
    width: 45px; 
    margin: 0 15px 0 0; 
  }
  
  .bTn_OrDeR i {
    font-size: 1.5625rem;
    margin: 0 0.75rem 0 0;
    color: var(--main);
  }
  
  .bTn_OrDeR p {
    margin: 0 0 7px 0;
  }
  
  .dropdown-item span{
    display: flex;
    flex-direction: column;
  }
  .dropdown-item span b {
    font-size: 20px;
    color: #192480; 
    font-weight: 500;
  }
  .dropdown-item span small {
    font-size: 14px;  
    font-weight: 200;
  }
  header .container-fluid {
    max-width: 85%;
  }


  .dropdown-item:focus,
  .dropdown-item:hover {
    color: var(--highlight);
    text-decoration: none;
    background-color: var(--grey-100);
    border-color: var(--main);
    /*! font-weight: bold; */
  }
  
  .fixed {
    position: fixed;
    left: 0;
    top: 0; 
    width: 100%; 
    z-index: 999;
    box-shadow: rgba(11, 19, 21, 0.07) 0px 3px 9px 0px;
    transition: 0.4s;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0.3125rem 0.625rem, rgba(0, 0, 0, 0.05) 0px 0.3125rem 6px;
    background: #0a0a0a;
    padding: 5px 0;
  }
  
  .nav-link.h_social_ico {
    color: #fff !important;
    transition: 0.4s;
    background: var(--main);
    text-align: center;
    border-radius: 0.3125rem;
    font-size: 1.125rem !important;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0 !important; 
    margin: 0 0 0 0.3125rem;
  }
  
  .navbar-expand-xl .navbar-nav .dropdown-menu.megaheader {
    position: absolute;
    border-radius: 0;
    border: none;  
    /*! min-width: 31vh; */
    box-shadow: 0 1.2rem 1rem rgba(0, 0, 0, .15) !important;
    padding: 0.5rem 1.25rem;
    margin: 1px 0 0 0;
    /*! border-top: 1px solid #00bd73 !important; */
    padding-bottom: 0.8125rem;
    min-width: 50%;
    border-radius: 20px;
    padding-bottom: 20px !important; 
  } 
  
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
    border-radius: 20px;
    border: none;
    box-shadow: 0 1.2rem 1rem rgba(0, 0, 0, .15) !important;
    padding: 0.5rem 0.3125rem; 
    margin: 0;
    padding-bottom: 0.8125rem;
  }
   
  .nav-link.header_btn {
    border: 2px solid var(--main);
    transition: 0.4s;
    text-align: center;
    padding: 0.25rem 1.0625rem !important;
    border-radius: 0.625rem;
    font-size: 0.875rem !important;
    height: 2.7rem; 
    color: var(--white) !important;
    /*! font-weight: 400 !important; */
    margin-left: 0.625rem; 
    background: var(--main);
    box-shadow: rgba(11, 43, 158, 0.24) 0px 6px 1.25rem -6px;
    line-height: 1.9rem; 
  }
  
  .nav-link.header_btn:hover {
    border-color: var(--main);
    color: var(--white) !important;
    background: var(--main);
    transition: 0.4s;
  }
  
  .nav-link.header_outline_btn {
    border: 2px solid var(--main) !important;
    transition: 0.4s;
    text-align: center;
    padding: 0.25rem 1.5625rem !important;
    border-radius: 0.25rem;
    /*! font-size: 0.8125rem !important; */
    height: 2.5rem; 
    color: var(--main) !important;
    /*! font-weight: 400 !important; */
    margin-left: 0.625rem;
    background: #0263e00a;
  }
  
  .nav-link.header_outline_btn:hover {
    border-color: var(--main);
    color: var(--white) !important;
    background: var(--main);
    transition: 0.4s;
  }
  
  .header_outline_btn:focus,
  .header_btn:focus {
    outline-width: 2px;
    outline-style: solid;
    outline-color: var(--main);
    outline-offset: 2px;
    -moz-outline-radius: 0.25rem;
    background: var(--main);
    color: var(--white) !important;
  }
  
  .navbar-nav {
    align-items: center;
  }
  
  .nav_topXS {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 0.5rem;
    padding: 0 0.9375rem;
    align-items: center;
  }
  
  .nav_topXS .navbar-brand {
    padding: 6px 0;
  }
  
  /* drop_down */
  
  
  .dropdown-menu .menu_heading h5 {
    font-size: 1rem;
    padding-bottom: 0.8125rem;
    margin-bottom: 0.8125rem;
    border-bottom: 1px solid #efefef;
    font-weight: 500;
    color: var(--heading_color);
  }
   .dropdown-menu ul {
    padding: 0; 
  }
  .dropdown-mega .dropdown-menu ul {
    padding: 0;
    column-count: 1;
  }
  
  .dropdown-menu ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    border-radius: 0.3125rem;
    break-inside: avoid;
  } 
  
  .dropdown-menu ul li:hover {
    transition: 0.3s;
    /*! background: rgb(245, 249, 254); */
  }
  
  .dropdown-menu ul li:hover h6 {
    color: var(--main);
    transition: 0.3s;
  }
  
  .dropdown-menu ul li:hover p {
    color: var(--main);
    transition: 0.3s;
  }
  
  
  .dropdown-menu ul li .mega_link_item {
    display: flex;
    width: 100%;
    padding: 0.9375rem 1.25rem;
  }
  
  .dropdown-menu ul li .mega_link_item .image {
    width: 3.75rem;
    height: 3.125rem;
    margin-right: 0.9375rem;
    position: relative;
  }
  
  .dropdown-menu ul li .mega_link_item .image img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 80%;
  
  }
  
 
  .mega_links_info {
    width: 100%;
  }
  
  .mega_links_info h6 {
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.3125rem;
    color: #2a364d;
  }
  
  .mega_links_info p {
    margin-bottom: 0;
    line-height: normal;
    font-size: 0.8125rem;
    color: #686868;
    font-weight: 300;
  }
  
  .navbar-expand-xl .navbar-nav .dropdown-mega .dropdown-menu {
    border: none;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 30px;  
  } 
  
  .resources_drpdown {
    padding: 0 !important;
  }
  
  .link_mainHeilight {
    padding: 1.875rem;
    background: var(--main);
  }
  
  .link_mainHeilight .mega_links_info p {
    color: #ffffffa3;
  }
  
  .link_mainHeilight .mega_links_info h6 {
    font-size: 0.9375rem;
    color: #fff;
  }
  
  .link_mainHeilight .menu_heading h5 {
    font-size: 1rem;
    padding-bottom: 0.8125rem;
    margin-bottom: 2px;
    border-bottom: 1px solid #efefef45;
    font-weight: 500;
    color: var(--white);
  }
  
  .resources_drpdown ul li:hover {
    transition: 0.3s;
    background: rgba(245, 249, 254, 0.15);
  }
  
  .resources_drpdown ul li:hover h6 {
    color: var(--white);
    transition: 0.3s;
  }
  
  .resources_drpdown ul li:hover p {
    color: #ffffffa3;
    transition: 0.3s;
  }
  
  .blog_top_main {
    padding: 1.25rem 1.25rem;
  }
  
  .top_blogItem {
    margin-bottom: 1.5625rem;
    display: block;
  }
  
  .top_blogItem .image {
    min-height: 11.25rem;
    max-height: 11.25rem;
    border-radius: 0.3125rem;
    margin-bottom: 6px;
    position: relative;
    overflow: hidden;
  }
  
  .top_blogItem .image .blog_label {
    position: absolute;
    right: 0.9375rem;
    top: 0.9375rem;
    background: #fff;
    color: #000;
    font-size: 0.75rem;
    font-weight: 300;
    border-radius: 0.25rem;
    height: 1.5625rem; 
    z-index: 1;
    padding: 0 0.875rem;
  }
  
  .blog__caption h3 {
    font-size: 0.9375rem;
    color: var(--heading_color);
    font-weight: 500;
    font-family: var(--B-family);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  
  .dropdown-menu.dropdown-menu-end.logindrp {
      padding: 0.625rem 1.25rem;
  }
  
  .bhBVsT {
      background-color: rgb(255, 255, 255);
      border-top: 1px solid rgb(239, 243, 253);
      display: flex;
      -moz-box-pack: center; 
      justify-content: center;
      padding: 12px 0px;
      margin-top: 1.3rem; 
  }
  
  
  
  /* drop_down */
  .megaheaderbookapbx {
    padding: 0;
    column-count: initial!important;
  }
  
  .megaheaderbookapbx ul{
    padding: 0;
    column-count: initial!important;
  }
  .megaheaderbookapbx ul li{
   list-style: none;
  }
   .megaheaderbookapbx li a {
      border-radius: 11px;
      display: flex;
      flex-direction: column;
      margin-top: 2px;
      padding: 16px; 
      transition: 0.3s;
      /*! overflow: hidden; */
      position: relative;
      margin-bottom: 15px;
      background: #fff;
      border: 2px solid #f3f5f7;
      box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  }
  .megaheaderbookapbx li a span{
    z-index: 2;
      position: relative;
  }
  .megaheaderbookapbx li a span:first-of-type {
      color: rgb(36, 51, 90); 
      font-size: 18px;
      font-weight: 600;
  }
  .megaheaderbookapbx li a span:last-of-type {
      color: rgb(77, 91, 124);
      display: initial;
    display: block;
  }
  
  .megaheaderbookapbx li a:hover{
    background: rgba(0, 123, 196, 0.08);
    transition: 0.3s;
    border-color: var(--main); 
  }
  .megaheaderbookapbx li a:hover span:first-of-type {
      color:var(--main);
    transition: 0.3s;  
  }
  .megaheaderbookapbx li a img {
      position: absolute;
      right: -10px;
      top: -17px;
      object-fit: contain;
    z-index: 0;
      width: 119px;
  }
   
  
  /* header */
  
  
  
  .btn_theme {
      border: 2px solid var(--main);
      transition: 0.4s;
      text-align: center;
      padding: 0 1.875rem;
      border-radius: 0.625rem;
      font-size: 0.875rem;
      height: 3.125rem;
      background: var(--main);
      color: var(--white);
      display: inline-block;
      box-shadow: rgba(11, 43, 158, 0.15) 0px 6px 1.25rem -6px;
      font-weight: 600;
      white-space: nowrap;
      line-height: 2.7rem;
  }
  
  .btn_theme:hover {
    color: var(--white);
    background: var(--highlight);
    border-color: var(--highlight);
    transition: 0.3s;
  }
  
  .btn_outline_theme {
    border: 2px solid var(--main);
    transition: 0.4s;
    text-align: center;
    padding: 0.25rem 1.0625rem;
    border-radius: 6px;
    font-size: 0.8125rem;
    height: 2.5rem; 
    color: var(--main);
    display: inline-block;
    background: #f5f9fe;
  }
  
  .btn_theme:focus,
  .btn_outline_theme:focus {
    outline-width: 2px;
    outline-style: solid;
    outline-color: var(--main);
    outline-offset: 2px;
    -moz-outline-radius: 0.25rem;
  }
  
  .talkbtnn {
	padding: 10px 30px !important;
	border: 1px solid rgba(255, 255, 255, 0.58);
	border-radius: 14px;
	/*! background: var(--yellow); */ 
	color: #fff !important; 
    transition: 0.3s;
}
  .talkbtnn:hover{ 
	border: 1px solid var(--yellow); 
 background: var(--yellow); 
	color: #000 !important; 
    transition: 0.3s;
}


  .talkbtnn i{
    /*! color: #2d35db; */ 
}
  
/* header */

 
/* banner */
.banner_main { 
  padding: 150px 0; 
  min-height: 100vh;   
  display: flex; 
  align-items: center;
  position: relative;
	z-index: 1;
    background: #000;
  overflow: hidden;

  h6 {
	font-size: 18px;
	color: #fff;
	margin: 0 0 25px 0;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 50px;
	display: inline-block;
	padding: 6px 20px; 
	backdrop-filter: blur(42px);
	background: rgba(255, 255, 255, 0.08); 
  }

 h1 {
	font-size: 50px; 
	letter-spacing: -2px;
	color: #fff;
	margin: 0;    
	line-height: 69px; 
	font-weight: 600;
}

 p {
	color: #fff;
	margin: 30px 0; 
}

.video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
video {
	width: 100%;
	height: 80vh; 
	position: absolute;
	transform: scale(1.5);  
  opacity: 0.4;
  z-index: 1;
	left: 0;
}

.banner_inner{
  position: relative;
  z-index: 999;
}
.btn_banner { 
	display: inline-block; 
}
.btn_banner span {
	padding: 11px 25px;
	display: inline-block;
	background: var(--yellow);
	border-radius: 14px;
	color: #000;
	font-size: 15px; 
}
.btn_banner i {
	padding: 11px 16px;
	display: inline-block;
	background: var(--yellow_lite);
	border-radius: 14px;
	color: #000;
	font-size: 15px; 
	margin: 0 -6px 0 0;
}
.Uline{
  /*! color: #d0f601; */  
}

.dud{
  font-weight: 200;
  opacity: 0.3;
}

  

}
 .Uline {
	background: url(../images/text-underline-hero.svg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.word {
    position: absolute;
    opacity: 0;
  }   
  ul.v-slides {
    list-style-type: none;
    padding:0;
    margin: 0;
    display: inline-block; 
  }
  .v-slide {
    font-size: 24px;
    line-height: 50px;
    color: #4BB3FD;
  }
  
/* banner */
h2 {
	font-size: 50px;
	font-weight: 600;
	letter-spacing: -2px;
	line-height: 52px;
}

.about_main {
	padding: 90px 0; 
	background: #000 url(../images/abbg.png);
	color: #fff; 
}

.about_main h2 { 
	margin: 0 0 28px 0;
}
.about_main ul { 
  margin: 44px 0 0 0;
  padding: 0; 
  display: flex;
  justify-content: space-between;
}
.about_main ul li { 
  list-style: none;
  display: flex;
  flex-direction: column;
  text-align: left;
  /*! margin: 0 90px 0 0; */ 
  font-size: 20px; 
  font-weight: 300;
}

.about_main ul li span {
	font-size: 50px;
	font-weight: 100;
	color: var(--yellow);
}



.diffrent_main{
  padding: 0;
  background: var(--yellow);
  position: relative;
  overflow: hidden; 
}


.form_main{
  padding: 60px 0;
  color: #fff;
}
.form_mainbanner{
  padding: 50px 0;
  color: #fff;
  background: #6464e6; 
}
 
.form_mainbanner select {
	word-wrap: normal;
	background: transparent;
	border: none;
	border-bottom: 1px solid #000; 
	padding: 4px 20px;
	margin: 0 13px;
	font-size: 15px; 
	width: 240px!important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.submitbutton{
	padding: 11px 25px;
	display: inline-block;
	background: var(--yellow);
	border-radius: 14px;
	color: #000;
  border: none;
	font-size: 15px;
  margin-top: 30px;
}

.title-wrapper{
  max-width: 590px;
  margin-bottom: 50px;  
  }

  .about-area.style-3 .desc-text {
    /*! max-width: 446px; */
    margin-left: auto; 
  }

  .about-area.style-3 .thumb-wrapper {
    display: flex;
    margin-bottom: 70px;
  }
 
  .about-area.style-3 .signature {
    margin-top: 53px;
  }
  .about-area.style-3 {
    padding: 100px 0;
    background: #000 url(../images/abbg.png);   
    color: #fff;
  }
  .about-area.style-3 .thumb-wrapper .react-shape {
    width: 120px;
    height: 240px;
    background-color: #FF0;
    border-radius: 0% 100% 100% 0%/10% 46% 50% 10%;
    position: relative;
  }
  .about-area.style-3 .thumb-wrapper .react-shape .text {
    position: absolute;
    color: #000;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    transform: translateY(-50%) rotate(-90deg);
    top: 50%;
  }
  .about-area.style-3 .thumb-wrapper img {
    border-radius: 50%;
    margin-left: -50px;
    mix-blend-mode: normal;
  background: #fff;
  z-index: 2;
  position: relative;
  }


.cta {
    position: relative;
    margin: auto;
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    padding: 19px 30px;
    transition: all 0.2s ease;
    display: inline-block;
	z-index:1;
}
  .cta:before { 
    content: "";
    position: absolute;
    top: 4px;  
    left: 0;
    display: block;
    border-radius: 28px;
    background: rgba(255, 255, 0, 0.39);
    width: 56px;
    height: 56px;
    transition: all 0.3s ease;
	  z-index:-1;
  }
  .cta span {
    position: relative;
    font-size: 16px;
    line-height: 12px;
    font-weight: 600; 
    vertical-align: middle;
    color: #fff;
  }
  .cta svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #111;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
  }

  .cta:hover:before {
    width: 100%;
    background: #ff0;
  }
  .cta:hover {
	  color:#000;
  }
  .cta:hover span {
    color: #000;
  }

  .cta:hover svg {
    transform: translateX(0);
  }
  .cta:active {
    transform: scale(0.96);
  }
  .iconkeyfct {
    padding: 20px;
    text-align: center;
    position: relative; 
    overflow: hidden; 
   /* background: #f4f400;  */
    border-radius: 20px;
    /*! box-shadow: 4px 4px 1px #0000000a; */ 
  }
  
  .iconkeyfct img {
    width: 67px;
    margin: 0 0 16px 0;
  }

  
  .iconkeyfct h4 {
    font-size: 20px; 
    font-weight: 800;
  }
  
  .iconkeyfct p { 
   line-height: 24px;
    font-size: 15px;
    font-weight: 600;
  }
.diffrent_main .rightfull  {
	position: absolute;
	width: 66%; 
	height: 100%; 
	object-fit: cover;
}


.whatwedo_main{
  padding: 80px 0;
  color: #fff;
}
.difrentinner {
	padding: 50px 0;
	padding-right: 100px;
}

.feature-area.section-spacing.style-3 {
	padding: 80px 0;
}
.wwdo_item {
	padding: 40px;
	/*! background: rgba(23, 23, 23, 0.3); */
	border-radius: 30px;
	position: relative; 
	/*! border: 1px solid #1e1e1e; */
}

.wwdo_item h3 {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: bold;
    margin: 12px 0;
    color: #fff;
}
.wwdo_item p { 
    color: #fff;
}
.wwdo_item img {
  width: 100px;
}
.parner_main {
	padding: 60px 0;
	background: #fff;
}

.parner_main ul {
	display: flex; 
	flex-wrap: wrap;
	padding: 0;
	justify-content: space-between;
	text-align: center; 
}

.parner_main ul li {
	width: 25%;
	flex: 0 0 25%;
	list-style: none;
	height: 150px;
	margin-bottom: 60px; 
	overflow: hidden;
	position: relative;
}
 
.parner_main ul li img {
	width: 100%;
	height: 100%;
	object-fit: contain;
  filter: grayscale(10);
}
.review_main {
	padding: 70px 0;
}

.review_main {
  padding: 3.125rem 0;
  background: #fff url(../images/1-4.jpg);
  /* background-size: 100px; */
}

.review_main {
  padding: 3.125rem 0;
  background: #b0dfef url(../images/testibg.png);  
  position: relative;
}

.quote_item {
  text-align: left;
  padding: 76px;
  position: relative;  
  border-radius: 28px;
  /*! box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 0.75rem 0px; */
  /*! background: #fff; */
}
 

.quote_item h5 { 
  font-size: 26px;
  color: #000;
  margin-bottom: 26px;
  line-height: 38px; 
  overflow: hidden; 
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  /*! font-style: italic; */
  /*! font-weight: 600; */
  /*! font-family: Playfair Display; */
}

.t_sig {
  display: flex;
  align-items: center;

}

.t_sig .content p {
  font-size: 0.875rem;
  line-height: normal;
  margin: 0;
}

.t_sig .content b {
  display: block;
  color: var(--main);
  font-weight: 500;
  font-size: 1.125rem;
}

.t_sig .image {
  width: 2.5rem;
  height: 2.5rem;
  overflow: hidden;
  border-radius: 0.25rem;
  margin-right: 0.625rem;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.t_sig .image img {
  transform: scale(1.1)
}

.brandTlgo {
  width: 10em;
  margin: 0 0 1.125rem 0;
}
 
.designation {
  color: #327af6;
  margin: 0 0 1.125rem 0;
  font-weight: 500;
  font-size: 1rem;
}
 
.trustar {
  margin: 18px 0 0 0;
  display: flex; 
  white-space: nowrap;
}

.trustar img {
  width: 70px !important; 
  height: 70px !important;
  border-radius: 100%;
  border: 4px solid #b0dfef;
  margin: 0 -19px 0 0;
}

.trustar span {
  width: 100%;
}

/* owl nav */
.owl-prev span,
.owl-next span {
  font-size: 21px;
  background: #fff;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 60px; 
  border-radius: 10px;
  text-align: center;
  color: var(--main);
  margin: 0 -0.9375rem 0 -1.125rem;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 0.75rem;
  display: inline-block;
  font-weight: bold;
}

.owl-prev span:hover,
.owl-next span:hover {
  color: #8199A3;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 0;
  height: 100%;
}

.owl-prev {
  left: 7px;
}

.owl-next {
  right: 7px;
}


.btn_theme_outline {
  color: var(--highlight);
  text-transform: capitalize;
  padding: 0.625rem 1.25rem;
  position: relative;
  background: transparent; 
  border: 0;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  transition: .4s;
  /*! display: flex; */
  align-items: center;
  border: 2px solid var(--highlight);
  border-radius: 0.625rem;
}

.btn_theme_outline:hover {
  color: var(--white);
  background: var(--highlight);
  transition: 0.3s;
}

.btn_theme_outline:focus {
  box-shadow: none;
}

.btn_theme_outline i {
  /*! font-size: 26px; */
  /*! margin-left: 0.625rem; */
  transition: 0.3s;
}

.btn_theme_outline:hover i {
  transform: translate3d(0.3125rem, 0, 0);
  transition: 0.3s;
}
.quote_item .feedback-category {
	display: inline-block;
	padding: 7px 12px 6px;
	border-radius: 5px;
	background: rgba(9, 21, 66, 0.05); 
	color: var(--primary);
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 21px;
}
.sectionDVmain{ 
  padding: 60px 0;
  background: var(--navy_light);
}

.faqs_mian{
  padding: 70px 0;
  color: #fff;
}


/* faqs */
.faq_main {
  background: #fff url(../images/section-design-bg.png);
  padding-top: 3.125rem;
}

.accordion-button {
  font-weight: 700;
  color: #c1c1c1;
  font-size: 18px;
  border: none; 
  /*! border-bottom: 1px solid #13245c2e; */
  padding: 22px;
  /*! border-radius: 6px !important; */
  border-radius: 0;
  background: transparent;
  letter-spacing: -.0175em !important;
  line-height: normal;
}

.accordion-item {
  background-color: rgba(34, 34, 34, 0.4);
  border: none; 
}

.accordion-button.collapsed {
  border-bottom-width: 1px;
  border-radius: 0 !important;
}

.accordion-button.collapse {
  border-bottom-width: 0px;
}

.accordion-body {
  text-align: left;
  background: var(--white);
  padding: 1.25rem 1.875rem;
  padding-top: 0;
  /*! border: 2px solid var(--main); */
  border-top: none;
  border-radius: 0 0 0.625rem 0.625rem;
} 
.accordion-body p{
  font-size: 18px;
  color: #9d9d9d;
  line-height: 166%; 
} 

.accordion-collapse {
  border: none;
  border-width: 0 1px;
}

.accordion-button:not(.collapsed) {
  color: var(--yellow);
  border-radius: 0.625rem 0.625rem 0 0 !important;
  background: #0d0d0d;
  box-shadow: none; 
  border: none; 
  border-bottom: none;
  padding-bottom: 12px;
}
.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba(0,0,0)'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	 
} 
.accordion-item {
  margin: 0 0 18px 0;
  border-radius: 15px !important;
  overflow: hidden;
  border: none;   
  /*! box-shadow: 0 4px 57px rgba(58, 76, 102, 0),inset 0 -1px 4px rgb(191, 197, 202); */
}

.accordion-button:focus { 
  box-shadow: none;
}

.faq_iner {
  /*! padding: 2.5rem; */
  /*! background: #fff; */
  border-radius: 20.5rem;
  /*! box-shadow: rgba(0, 0, 0, 0.1) 0px 0.25rem 0.75rem; */
}

.accordion-button::after { 
	width: 30px;
	height: 30px;
	background-color: #fff;
	background-position: center;
	border-radius: 100%;
}













 .cta-area {
  background-color: #FFF; 
}
.cta-area.style-1 {
  position: relative;
  z-index: 1;
}

.cta-area.style-1 .cta-area-wrapper {
	display: flex;
	margin-inline-start: 334px;
}
.cta-area.style-1 .cta-left {
	background-color: var(--yellow);
	padding: 25px 80px;
	position: relative; 
}
.body-wrapper.consultant-business .cta-area .cta-left {
	background-color: #FFCD4C;
}
.cta-area.style-1 .cta-left::before {
	content: "";
	position: absolute;
	inset-inline-end: 0;
	width: 19px;
	height: 14px;
	background-color: inherit;
	top: calc(100% - 1px);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.cta-area.style-1 .cta-info li {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}
.cta-area.style-1 .cta-info li .title {
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	color: var(--primary);
	margin: 0;
}
.cta-area.style-1 .cta-info { 
	margin: 0;
}

.cta-area.style-1 .cta-info li span {
	font-size: 16px;
	font-weight: 400;
	color: var(--primary);
}
.cta-area.style-1 .cta-right {
	background-color: #282828;
	padding: 25px 80px;
	flex-grow: 1;
	padding-inline-start: 80px;
	padding-inline-end: 0;
}

.cta-area.style-1 .cta-right .btn-wrapper {
	max-width: 100%;
}
.cta-area.style-1 .cta-right .wc-btn-underline {
	color:#fff;
	display: flex;
	justify-content: space-between;
	text-transform: none; 
}



/* footer */
.footer {
	background: rgb(2, 6, 17) url(../images/footer_bg.png);
	padding-top: 3.5rem;  
	background-size: 100%;   
	background-repeat: no-repeat;    
	background-position: bottom;  
	padding-bottom: 0;
	border-top: 1px solid #30333c;
  }
  
  .footer .footer-top {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	padding: 1.875rem 0;
  }
  
  .footer .footer-top .download-text h3 {
	font-size: 1.875rem;
	color: #622fcd;
	display: block;
	margin-bottom: 1.25rem;
	font-weight: 700;
  }
  
  .footer .footer-top .download-button {
	text-align: right;
  }
  
  .footer .footer-top .download-button .btn {
	display: inline-block;
	margin-right: 0.625rem;
  }
  
  .footer .footer-top .download-button .btn:last-child {
	margin-right: 0;
  }
  
  .footer .footer-top .download-button .btn i {
	font-size: 1.125rem;
	display: inline-block;
	margin-right: 0.3125rem;
  }
  
  .footer .logo {
	margin-bottom: 26px;
  }
  
  .footer .logo img {
	width: 13.125rem;
  }
  
  .footer .f-about p {
	font-size: 0.875rem; 
	color: #7e8890;
	margin-left: 0.9375rem;
  }
  
  .footer .f-about .contact-address {
	margin-top: 1.25rem;
  }
  
  .footer .f-about .contact-address li {
	display: block;
	margin-bottom: 0.3125rem;
	margin-left: 0.9375rem;
  }
  
  .footer .f-about .contact-address li:last-child {
	margin-bottom: 0;
  }
  
  .footer .f-about .contact-address li span {
	font-weight: 500;
	color: #622fcd;
	display: inline-block;
	margin-right: 0.25rem;
  }
  
  
  
  .nav-folderized .col.nav {
	padding: 0 !important;
	display: block !important;
	padding: 0 0.9375rem !important;
  }
  
  .footer h5 {
	color: #fff; 
	font-size: 1.125rem;
	position: relative; 
	text-transform: capitalize;
	margin-bottom: 25px; 
	font-weight: bold; 
	letter-spacing: 0;
  }
  
  .footer ul li {
	margin-bottom: 13px;
	position: relative;
	list-style: none;
	display: flex;
  }
  
  .footer ul li:last-child {
	margin: 0;
  }
  
  .footer ul li a {
	color: #e9ecf4;
	font-size: 14px; 
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: block;
	border-bottom: 1px solid transparent;
  }
  
  .footer ul li a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	height: 2px;
	width: 0.5rem;
	background: #7e8890;
  }
  
  .footer ul li a:hover::before {
	background: var(--main);
	opacity: 1; 
  }
  
  .footer ul li a:hover {
	color: var(--yellow);
	padding-left: 0.9375rem; 
	/*! border-bottom: 1px solid var(--main); */
  }
  
  footer ul { 
	padding: 0;
  }
  
  .footer h3 img {
	width: 13.125rem;
  }
  
  .f_about img {
	width: 13.75rem;
	margin: 0 0 11px 0;
  }
  
  
  .f_about p {
	font-size: 0.875rem;
	line-height: 23px;
	color: #fff;
  }
  
  .contact-address li a:hover {
	color: #300864;
	padding-left: 0 !important;
  }
  
  .contact-address li a:before {
	display: none;
  }
  
  .footer ul li i {
	font-size: 22px;
	margin: 0 9px 0 0;
	color: #959595;
  }
  
  .footer-bottom {
	text-align: center;
	padding: 1.25rem 0;
	margin-top: 2.375rem;
	border-top: 1px solid #30333c;   
  } 
   
  .footer-bottom p {
	margin: 0;
	color: #dde5f7;
	font-size: 16px;
  }
  
  .footer-bottom p a {
	color: #ebf1ff; 
  }
  
  .button .btn {
	display: inline-block;
	text-transform: capitalize;
	font-size: 0.875rem;
	font-weight: 500;
	padding: 0.9375rem 1.875rem;
	background-color: #fff;
	color: var(--main);
	border: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-radius: 0.25rem;
  }
  
  .footer .footer-top .download-button {
	text-align: right;
  }
  
  .footer .footer-top .download-text h3 {
	font-size: 1.875rem;
	color: #fff;
	display: block;
	margin-bottom: 6px;
	font-weight: 700;
  }
  
  .footer .footer-top .download-text p {
	margin: 0;
	color: #fff;
	font-size: 1rem;
  }
  .calltoact_main {
	padding: 0 0 43px 0;
	/*! background: rgb(2, 6, 17); */  
}


 .footer-social {
	margin-top: 1.375rem;
	text-align: center;
  }
  
 .footer-social ul li {
	display: inline-block;
	margin-right: 6px;
  }
  
 .footer-social ul li:last-child {
	margin-right: 0;
  }
  
 .footer-social ul li a {
	font-size: 1.063rem;
	color: var(--main) !important;
	height: 58px;
	width: 60px;
	text-align: center;
	display: block; 
	/*! background: #fff; */
	border: none;
	border-radius: 0;
	position: relative;
	z-index: 3;
	line-height: 52px; 
	border: 2px solid #74767c;
	margin: 0 16px 0 0;
  }
  
 .footer-social ul li a i { 
	color: #D6D6D7; 
	 font-size: 25px;  
	margin: 0;
  }
  
 .footer-social ul li a:hover {
	color: #fff;
	background-color: #FFF;
	-webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
	box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
	border-color: #FFF;
  }
  
 .footer-social ul li a:hover i {
	color: #0b6efd !important; 
  }
  .lrimagetext_main {
	padding-top: 100px;
	background: url(../images/bg-body.png);
}
 

.contact_form_main {
	padding: 70px 0;
	background: #fff; 
	position: relative; 
}

.challangesolve_main p{
	color: #fff;
}
 
.lineHd {
	width: 200px;
	margin: 10px 0; 
}
.offcanvas  .footer-social ul li a {
	border: none;
}
 

.hehdingg h3 {
	font-size: 23px;
	margin: 0 0 36px 0; 
	font-weight: bold; 
	color: #fff;
	position: absolute;
	bottom: 11%;
	max-width: 481px;
	left: 14%;
	text-shadow: 0 1px 1px #000;
}

.form_main {
	padding: 50px 3.125rem;   
	border-radius: 15px; 
	z-index: 9; 
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
	margin: 0 30px;
  }

  .form_main h4 {
	font-size: 35px; 
	margin-bottom: 26px;
	font-weight: bold; 
	color: var(--black);
	text-align: center;
  }  
 
  .form_main textarea {
	min-height: 100px;
  }
  
  .form_main label {
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 0.3125rem 6px;
	color: #000;
	font-family: 'Plus Jakarta Sans', sans-serif;
  }
  
  .form_main h2 { 
	font-weight: 600;
	color: var(--heading_color);
	margin-bottom: 1.25rem;
  }
  
  .form_main p {
	font-weight: 400;
	color: #959595;
	max-width: 470px;
	margin: 0 auto;
	line-height: normal;
	font-size: 0.875rem;
	/*! opacity: 0.6; */
  }
  
  
  .form_main .form-group {
	margin-bottom: 0.9375rem;
  }
  
  .form_main .form-group .form-control {
	height: 55px;
	border-radius: 12px; 
	outline: none; 
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0 1.25rem;
	color: #546274;
	color: var(--black);
	font-weight: 500;
	font-size: 0.9375rem;
  }
  
   
  .form-select {
	height: 55px;
	border-radius: 6px;
	/*! border: 2px solid rgb(207, 221, 238); */
	outline: none;
	-webkit-box-shadow: none; 
	box-shadow: none;
	padding: 0 1.25rem;
	color: #546274;
	/*! background: #f5f9fe; */
	color: var(--main);
	font-weight: 500;
	font-size: 0.9375rem;
	padding-right: 32px;
  }
   
  
  
  .form_main .form-group .form-control::placeholder {
	/* Firefox 18- */
	color: #ddd;
  }
  
  .form_main .form-group textarea.form-control {
	padding-top: 0.875rem;
	height: 100px;
  }
  
  .form_main .subtn_btn {
	height: 65px;
	padding: 0;
	border-radius: 13px;
	background: #000;
	color: #ffffff;
	font-weight: 600; 
	outline: none;   
	box-shadow: none;
	padding: 0 3.75rem;
	box-shadow: rgba(11, 43, 158, 0.15) 0px 6px 1.25rem -6px;
	display: inline-block;
	margin-top: 0.3125rem;
	/*! width: 100%; */ 
	line-height: 52px;
	font-size: 18px;
  }
  
.client_main ul{
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.client_main ul li{
	padding: 10px;
	display: flex; 
	list-style: none;
	width: 15%; 
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	margin: 0 25px 33px 0;
	height: 50px;
}

.client_main h2 {
	font-size: 39px; 
}

.client_main ul li img{ 
	width: auto;
	max-width: 130px;
	filter: grayscale(10);
}
.cta-area.style-1::before {
	position: absolute;
	content: "";
	width: 50%; 
	height: 100%;
	top: 0;
	inset-inline-end: 0;
	background-color: #282828;
	z-index: -1;
}


@keyframes scaleBackground {
    0% {
        background-size: 100% auto; /* Initial background size */
    }
    50% {
        background-size: 150% auto; /* Scaled up to 150% */
    }
    100% {
        background-size: 100% auto; /* Back to initial size */
    }
}
.flogo {
	width: 117px; 
}

.newsletter_sct .form-control {
  height: 55px;
  border: 1px solid #333742;
  color: #fff;
  margin-bottom: 0.9375rem; 
  background: rgb(9, 14, 26); 
  padding-left: 20px;
}
.newsletter_sct .form-control::placeholder { 
  color: #898b91; 
}

.btn.btn_NLy {
	height: 56px;
	text-align: center;
	width: 57px;
	background: #333742;
	color: #fff;
	border-radius: 0.25rem;
	position: absolute;
	top: 0;
	right: 0;
}
.btn.btn_NLy:hover {
	
	background:var(--yellow);
	color:black;
	
}
.reviewtrust {
  text-align: center;
}

.reviewtrust img {
  width: 13.75rem;
}

.ftxtt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #60687b;
  font-size: 1rem;
}
.NfOrM {
	position: relative;
}
.citem {
	margin: 30px 0 41px 0;
	padding: 0; 
}

.citem li{
  list-style: none;
  margin-bottom: 20px;
}

.citem li a {
	font-size: 20px;
	display: block;  
	color: #000;
}
.citem li a i {
	width: 35px;
	height: 35px;
	display: inline-block;
	border-radius: 100%;
	background: #ff0;
	text-align: center;
	line-height: 33px;
	font-size: 16px;
	border: 2px solid #eaea05;
	margin: 0 8px 0 0;
}

.businesscard_item {
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 10px;
}
.businesscard_item h3 {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 3px 0;
}

.businesscard_item .dedigation {
	margin: 0;
	font-size: 15px;
}

.businesscard_item a{
  display: block;
  color: #000;
  margin: 3px 0 6px 0;
}

.businesscard_item a i{ 
  color: #6464e6; 
  margin: 0 6px 0 0; 
}
.inner_banner {
    padding: 120px 0 74px 0;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
 
.inner_banner h1 {
	font-size: 50px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 60px; 
}
.main {
	padding: 50px 0;
	color: #fff;
}
.inbnr_imgg{
  position: relative;
}
.inbnr_imgg img {
	position: absolute;
	top: -124px;
	right: 7px; 
	/*! width: 34%; */
}

.casestudy_mian{
  padding: 50px 0;
}

.casestudy_item {
	padding: 20px;
	background: #0b0b0b;
	position: relative;
  transition: 0.4s;
}
.casestudy_item .image {
	height: 200px;
	overflow: hidden;
	position: relative;
  margin: 0 0 20px 0;
}
.casestudy_item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.casestudy_item h5 {
	color: var(--yellow);
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 2px;
}

.casestudy_item p {
	color: #fff;
	line-height: 24px;
}

.casestudy_item:hover {
  transform: scale(1.02);
  border-radius: 20px;
  transition: 0.4s;
}

.text_big {
	padding: 50px 0;
}
.text_big h3 {
  color: var(--yellow);
  line-height: 1.4;  
}
 
.blog_main .post-card {  
  margin: 30px 19px;  
}



/* ------------------------------
     Post-card
------------------------------ */
.post-card {
background-color: #000 !important;
padding: 0;
border-radius: 0 !important;
display: block;
position: relative; 
/*! -webkit-box-shadow: 0px 5px 20px 0px rgba(69, 67, 96, 0.1); */
    /*! box-shadow: 0px 5px 20px 0px rgba(69, 67, 96, 0.1); */
overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
margin: 0 11px;
margin-bottom: 40px;
min-height: 335px; 
} 

.post-card-image { 
margin-bottom: 0;
position: relative; 
border-radius: 10px;
overflow: hidden; 
position: relative;
min-height: 260px;   
max-height: 260px;
overflow: hidden; 
background: #b1b103;
background-repeat: no-repeat;
background-position: center;
}

.post-card-image img {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
position: absolute;
left: 0;
top: 0; 
bottom: 0;
right: 0;
margin: auto; 
object-fit: cover ;
  height: 100%;
width: 100%;
}
 
 
.post-card:hover {
-webkit-transform: scale(1.03);
    transform: scale(1.03);
  -webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.post-card-content .categorie {
margin-bottom: 13px;
margin: 0;
}
 
.post-card-content h5 {
margin: 0 0 15px 0;
} 

.post-card-content h5 a {
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
  color: #fff;
font-weight: 400; 
font-size: 24px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
margin-top: 0;
line-height: normal;
}

.post-card-content h5 a:hover {
color: var(--yellow); 
text-decoration: underline; 
} 

.post-card-content p {
margin-bottom: 12px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
display: none;
}

.post-card-info ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
  -ms-flex-align: center;
    align-items: center;
margin: 0;
}
.post-card-info ul li:before{
  display: none;
}

.post-card-info ul li{
   font-size: 13px;
   margin: 0;
   padding: 0; 
   font-weight: 400;
}

.post-card-info ul li a{
  color: #99f;
  font-weight: 400; 
  font-size: 13px; 
}


.post-card-info img {
width: 40px !important;
height: 40px;
border-radius: 50%;
margin-right: 16px;
}

.post-card-info li {
margin-bottom: 0;
font-size: 13px;
color: #9cb0c4;
text-transform: capitalize;
font-weight: 500; 
}
.post-card-content {
  padding: 10px 0;
} 

.post-card-info li a:hover {
color: var(--main);
}
.dot {
width: 4px;
height: 4px;
background-color: var(--secondry);
border-radius: 50%; 
display: block;
margin: 2px 6px !important;
}

.post-card-info li.dot {
margin: 2px 8px !important;
} 
/* ------------------------------
    Categorie
------------------------------ */
.catogry{
display:flex;
overflow: auto; 
scrollbar-width: none; 
margin: 8px 0 5px 0;
} 
.category a {
background-color: transparent;
color: var(--yellow_dark)!important;
padding: 0;
display: inline-block; 
margin: 0;
text-align: center;
font-size: 13px!important;
border-radius: 20px;
font-weight: 200;
text-transform: uppercase!important;
white-space: nowrap; 
letter-spacing: 2px;
}

.blog_details h2 {
 font-size: 26px;
  font-weight: 600;
  margin: 20px 0 10px;
  line-height: 32px;
  letter-spacing: normal;
}

.category a:hover {
background-color: var(--main)!important;
color: #ffffff !important;
} 

.filter_section h3{
  font-size: 16px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  letter-spacing: 2px; 
}

.filter_section select {
	background-color: rgba(255, 255, 255, 0.08);
	height: 40px;
	border-color: rgba(255, 255, 255, 0.18);
	margin: 0 0 20px 0;
}
.filter_section select option {
  color: #000;
  font-family: var(--alt-font);
}

.hilight_test{
  color: var(--yellow);
}



.shareblog ul {
  margin-top: 35px;
  padding: 0;
}

.shareblog ul li {
  display: inline-block;
  margin-right: 6px;
}
 

.shareblog ul li a {
  font-size: 30px;
  color: #FFF;
  height: 50px;
  width: 50px;
  text-align: center; 
  display: block;
  line-height: 40px;
  /*! background: #c4e6ff; */
  border: none;
  border-radius: 4px;
  position: relative;
  z-index: 3;
}

.shareblog ul li a i{
    margin: 0!important;
    color: var(--main);
}

.shareblog ul li a:hover {
  color: #fff;
  background-color: var(--main);
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
}
.shareblog ul li a:hover i{
  color: #fff!important; 
}
 
.blog_details h3 {
	font-size: 23px;
	font-weight: 700;
	margin: 20px 0; 
}

.blog_details ul{
  margin: 30px 0;
}

.blog_details ul li{
  margin:  0 0 10px 0;
  list-style: disclosure-closed;
  font-size: 18px;
  font-weight: 400; 
}

.blog_details a{
  font-weight: 700;
  color:#ffc107;
}

.blog_details a:hover{ 
  color:#000; 
}

.contactpg{
  padding: 0;
  margin: 0 0 30px 0;
}


.contactpg li{
  list-style: none;
  margin: 0 0 12px 0;
} 

.contact_details h4 {
	margin: 0 0 18px 0;
}

.contactpg li a{
  color: #fff;
} 
.contactpg li a:hover{
  color: var(--yellow);
} 

.contact_details .businesscard_item {
	padding: 0;
	border: none;
	border-radius: 10px;
	margin: 0 0 26px 0;
}

.contact_details .businesscard_item a { 
	color: #fff; 
}

.contact_details .businesscard_item a i {
	color: #fff;
	margin: 0 6px 0 0;
}

.contact_formm {
	padding: 0; 
	border-radius: 10px;
}

.contact_formm h2{
  margin-bottom: 20px;
  font-size: 32px; 
  letter-spacing: 0;
  font-weight: 300;
}
.contact_formm input {
	color: #fff;
	background: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	text-align: center;
	margin: 0 5px;
  font-weight: 700; 
}

.contact_formm input:focus {
  outline: none;
  box-shadow: none; 
}
.filedgroup {
	padding: 0 0 40px 0;
} 
.contact_formm select {
	word-wrap: normal;
	background: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	padding: 4px 20px;
	margin: 0 12px 0 0;
	font-size: 18px;
	color: #fff;
	width: 100%;
}
.contact_formm label {
  margin: 0 20px 0 0;
  /*! display: block; */
}

.contact_formm .slctlabel {
	margin: 0 20px 0 0;
	/* display: block; */
	width: 36%;
}


.contact_formm textarea {
	display: block;
	margin: 27px 0 0 0;
	width: 100%;
	height: 75px;
	background: transparent;
	color: #fff;
	border: none;
	border-bottom: 1px solid #fff;
}


.contact_formm input {
	color: #fff!important;
	background: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	text-align: left;
	margin: 10px 0 0 0; 
  font-weight: 700; 
	width: 100%; 
	border-radius: 0;
}

.contact_formm input:focus {
  outline: none;
  box-shadow: none; 
  background: transparent;
}
.contact_formm input::placeholder {
  color: #fff
}
.filedgroup {
	padding: 0 0 40px 0;
} 
.contact_formm select {
	word-wrap: normal;
	background: transparent;
	border: none; 
	border-bottom: 1px solid #fff;
	padding: 4px 20px;
	margin: 0;
	font-size: 15px;
	color: #fff;
	width: 100%;
}
.contact_formm select option { 
	color: #000; 
}
.contact_formm label { 
  width: 100%; 
}

.submitbutton{
	padding: 11px 25px;
	display: inline-block;
	background: var(--yellow);
	border-radius: 14px;
	color: #000;
  border: none;
	font-size: 15px;
  margin-top: 30px;
}
.contact_formm .slctlabel {
	margin: 0; 
	width: 100%; 
}


.contact_formm textarea {
	display: block;
	margin: 2px 0 0 0;
	width: 100%;
	height: 75px;
	background: transparent;
	color: #fff;
	border: none;
	border-bottom: 1px solid #fff;
}

.contact_formm input [type="submit"]{color: #000000!important;}
.submitbutton{
	padding: 11px 25px;
	display: inline-block;
	background: var(--yellow)!important;
	border-radius: 14px;
	color: #000000!important; width:150px!important; text-align:center!important;
  border: none;
	font-size: 15px;
  margin-top: 30px;
	white-space:nowrap;
}
.bd{color:#000!important}









































.cookies-notification {
  position:fixed;
  left:0;
  bottom:0;
  z-index:999999999;
  box-sizing:border-box;
  display:flex;
  align-items:center;
  width:100%;
  padding:15px 12px;
  background-color:var(--yellow);
  max-width:320px;
  border-radius:4px;
  margin:2px;
  border:1px solid #333
}
.cookies-notification__message {
  font-size:12px;
  line-height:20px;
  color:#000;
  text-align:center;
  width:100%;
  font-weight:400;
  letter-spacing:0
}
.cookies-notification__message-link {
  margin-left:2px;
  font-weight:500;
  text-decoration:underline;
  color:currentColor
}
.cookies-notification .btn {
  padding:.2rem .5rem;
  font-size:12px;
  border-radius:.25rem;
  font-weight:600;
  margin-left:5px
}


.servform_main {
/* 	margin: 0 40px;
	background: #0f0f0f;
	padding: 37px; */
	border-radius: 10px;
}
.servform_main h3 {
	font-size: 30px;
	font-weight: 700;
	margin: 20px 0;
	margin-top: 0;
}

.btn_submitpg{ 
	display: inline-block;
	color: #000 !important;
	text-decoration: none !important;
	padding: 14px 23px !important;
	margin-top: 14px;
	font-size: 15px;
  background: var(--yellow);
  border-radius: 10px;
}

.servform_main .form-control {
	height: 55px;
	border-radius: 0; 
	border: none;color:#fff!important;
	background: transparent;
	border-bottom: 2px solid #fff;
}
.servform_main .form-control::placeholder{
  color: #fff;
}

.servform_main .form-group {
	margin-bottom: 25px;
}
.servform_main .subtn_btn {
	height: 52px;
	padding: 0;
	border-radius: 13px; 
	background: var(--yellow_lite);
	color: #000;
	font-weight: 600;
	outline: none;
	box-shadow: none;
	padding: 0 1.75rem;
	box-shadow: rgba(11, 43, 158, 0.15) 0px 6px 1.25rem -6px;
	display: inline-block;
	margin-top: 0.3125rem; 
	line-height: 52px;
	font-size: 15px;
}

.single__pag{
  padding:24px 40px; background:rgba(0,0,0,0.8)
}.single__page{ width:100%;
  background:url(https://andco.ae/wp/wp-content/uploads/2024/07/Picture1.png);
  color: #fff; border-radius:8px;background-size: cover;
}
.single__pag p {
 
  font-weight: 600;
  
}