/* Varialbes */
:root {
	--font-default: 'Manrope', sans-serif;
	--font-heading: 'Manrope', sans-serif;
	--fontawesome: "Font Awesome 5 Pro";
	/* --black: #000000;
	--dark: #171827; */
	--white: #ffffff;
	--color-primary: #015FC9;
	--color-secondary: #25cdc7;
	--color-style-five: #05be8a;
	--color-heading: #04000b;
	--color-paragraph: #666666;
	--main: #009fd4;
	--border-radius: 3rem;
	--border-hover: transparent;
	--footer: #DDD;
  --primary-color: #041c33;
  --secondary-color: #0495ff;
  --light: #fff;
  --dark: #000;
  --title-color: #041C33;
  --body-color: #ffff; 
  --brand-color: #DBE9A1;
  --heading-font: "Unbounded";

}

:root{
    --blue: #086AD8;
    --orange: #A1C84F;
    --black: #000;
    --white: #fff;
    --lightBg: #f2f7f5;
    --outline: rgb(205, 205, 205);
  }

::selection{
	background-color: var(--main);
	color: black;
}

.active-color{
    color: var(--main) !important;
    text-decoration: 3px underline;
}


/* ============================================================== 
     # Reset Browsers
=================================================================== */

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body,
html {
	height: 100%;
}

html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	scroll-behavior: smooth;
}

html, body, div, span, img,
ol, ul, li, a, p, h1, h2, h3,
h4, h5, h6, option, legend, label, article, aside,
caption, figure, footer, header, hgroup,
mark, nav, section, time, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

img {
	border: none;
	outline: none;
	max-width: 100%;
}

.color-style-five a:hover {
	color: var(--color-secondary);
}

.secondary a:hover {
	color: var(--color-primary);
}

ul {
	list-style-type: none;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}


/* ============================================================== 
    # Template Default Styles
=================================================================== */

body {
	font-family: var(--font-default);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	overflow-x: hidden;
	background-color: var(--white);
	color: var(--color-paragraph);
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Inter Tight", sans-serif;
    color: var(--black);
}

a, .btn, button {
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	outline: medium none;
	text-decoration: none;
	font-weight: 700;
}

p {
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
}

.bg-dark {
	background-color: var(--dark) !important;
}

.color-style-five .bg-theme {
	background-color: var(--color-secondary);
}

.text-light {
	color: var(--white);
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light span,
.text-light a {
	color: var(--white);
}

.title {
	font-weight: 800;
	font-size: 50px;
}

@media (max-width: 767px) {
	.title {
		font-size: 36px;
		margin-top: 0;
	}
}

.bg-dark .title {
	color: var(--white);
}


button {
	display: inline-block;
	font-weight: 700;
	text-transform: capitalize;
	transition: all 0.35s ease-in-out;
	overflow: hidden;
	border-radius: 7px;
	border: 2px solid transparent;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	font-size: 16px;
	letter-spacing: 0;
	padding: 14px 40px;
	background: #E7EDF8;
	position: relative;
	z-index: 1;
	color: var(--white);
	border: none;
	background: var(--color-primary);
}

.color-style-five button {
	background: var(--color-secondary);
}
/* 

button:hover::after {
	-webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
	transform: translateY(-45%) skew(25deg) scale(1.2);
} */

button i {
	margin-right: 4px;
}

.bg-dark,
.bg-dark-secondary,
.bg-dark p,
.bg-dark-secondary p {
	color: #cccccc;
}

.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6 {
	color: var(--white);
}

.scroll-top {
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: fixed;
	bottom: 105%;
	right: 25px;
	font-size: 24px;
	z-index: 99;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	transition: 1s ease;
	border-radius: 50%;
  }
  
  .scroll-top:hover{
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  }
  
  .scroll-top.open {
	bottom: 100px;
  }
  
  .scroll-top i{
	color: #fff;
  }

.scroll-top{
	background: var(--main);
}

hr{
  border: none !important;
  height: 2px !important;
  /* Thickness */
  background-color: var(--black) !important;
  /* Color */
  margin-top: 60px !important;
 }

/* =================== banner here ==================== */

  .top_addon{
    background-color: #f2f1e2;
  }

  .top_addon .links ul li:not(:last-child) {
    margin-bottom: 26px;
  }
  
  .top_addon .linkk ul li a {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff !important;
  }
  
  .top_addon .linkk2 ul li a {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff !important;
  }
  
  .top_addon .linkk3 ul li a {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff !important;
  }
  
  .top_addon .linkk ul li:first-child a {
    background-color: orange;
  }
  
  .top_addon .linkk ul li:nth-child(2) a {
    background-color: rgb(110, 175, 203);
  }
  
  .top_addon .linkk ul li:nth-child(3) a {
    background-color: #c7af60;
  }
  
  
  .top_addon .linkk2 ul li:first-child a {
    background-color: rgb(234, 133, 243);
    color: #fff !important;
    border-radius: 50px;
  }
  
  .top_addon .linkk2 ul li:nth-child(2) a {
    background-color: rgb(239, 121, 121);
    color: #fff !important;
    border-radius: 50px;
    margin-top: 100px;
  }
  
  .top_addon .linkk2 ul li:nth-child(3) a {
    background-color: rgb(111, 109, 222);
  
    color: #fff !important;
    border-radius: 50px;
  }
  
  .top_addon .linkk3 ul li:first-child a {
    background-color: rgb(212, 209, 26);
    color: #fff !important;
    border-radius: 50px;
  }
  
  .top_addon .linkk3 ul li:nth-child(2) a {
    background-color: rgb(52, 86, 134);
    color: #fff !important;
    border-radius: 50px;
    margin-top: 100px;
  }
  
  .top_addon .linkk3 ul li:nth-child(3) a {
    background-color: rgb(49, 110, 120);
    color: #fff !important;
    border-radius: 50px;
  }
  
  .top_addon .links ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .top_addon .links ul li a i {
    padding-right: 10px;
  }
  
  @media (max-width: 440px) {
    .top_addon .linkk ul li a {
      padding: 10px 10px;
      font-size: 14px;
    }
  
    .top_addon .linkk2 ul li a {
      padding: 10px 10px;
      font-size: 14px;
    }
  
    .top_addon .linkk3 ul li a {
      padding: 10px 10px;
      font-size: 14px;
    }
  }
  
  .section1 .data h1 {
    font-family: "Outfit", sans-serif !important;
  }
  
  .top_addon .outside .data1 h1 .strk {
    color: #7ec9da;
  }

  .top_addon .outside h1{
    font-weight: 700;
  }

  .top_addon .outside img{
    border-radius: 20px !important;
  }

  @media(max-width:1550px){
    .top_addon .linkk ul li a {
        padding: 10px 10px;
        font-size: 14px;
      }
    
      .top_addon .linkk2 ul li a {
        padding: 10px 10px;
        font-size: 14px;
      }
    
      .top_addon .linkk3 ul li a {
        padding: 10px 10px;
        font-size: 14px;
        
      }
  }

  @media(max-width:991px){
    .top_addon .outside img{
      height: 300px !important;
      object-fit: cover;
    }
  }

  @media(max-width:576px){
    .top_addon .outside img{
      display: none;
    }
  }

  @media(max-width: 375px){
        .top_addon .linkk ul li a {
      padding: 10px 10px;
      font-size: 12px;
    }
  
    .top_addon .linkk2 ul li a {
      padding: 10px 10px;
      font-size: 12px;
    }
  
    .top_addon .linkk3 ul li a {
      padding: 10px 10px;
      font-size: 12px;
    }
  }



 
/* =========== Services section here ============ */

.products{
    background: url(../images/team_bg.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
  }
  
  .products .heading h1{
    font-size: clamp(26px, 2.5vw, 120px);
    font-weight: 700;
    color: var(--dark);
  }
  
  .products .data{
    border-radius: 15px;
    background-color: #f9f9f9;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0px 10px 30px -5px rgb(109 117 143 / 33%);
  }
  
  .products .swiper-slide .icon{
    height: 250px;
    border-radius: 12px 12px 0px 0px;
    width: 100%;
    overflow: hidden;

  }
    
  .products .swiper-slide .icon img{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .products .data:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: var(--main) !important;
    transition: .5s;
    z-index: -1;
  }

  .products .data:hover .details p, 
  .products .data:hover .details h4, .products .data:hover .details h6{
  color: var(--light);
}

  .products .data:hover:before {
    width: 100%;
  }

  .products .data .details{
   padding: 26px;
  }

  .products .swiper-slide h4{
    font-size: 25px;
    font-weight: 700;
    color: var(--black);
  }
  .products .swiper-slide a{
    color: var(--orange);
  }
  
  .products .data .details .star i{
    color: var(--orange);
    font-size: 16px;
  }
  
  .products .data .details .star h5{
    font-size: 16px;
  }
  .products .data .details .star span{
    font-weight: 700;
    padding-left: 4px;
    font-size: 18px;
  }
  .products .data .details .anchor h6{
  font-weight: 700;
  font-size: 20px;
  }
  .products  .data .details .anchor a{
    background-color: var(--black);
  border-radius: 50px;
  display: inline-block;
  padding: 5px 20px;
  color: var(--white);
  }
  .products .data .details .anchor a:hover{
    background-color: var(--blue);
    color: var(--white);
  }
  .products .data .details .para{
    color: var(--black);
    width:100%;
  }

  .products .data .details{
    height: calc(100% - 300px);
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: columns;
    justify-content: space-between;
  }

  .products .anchor{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  
  @media(max-width:768px){
    .products .swiper-slide h4{
        font-size: 20px;
      }    
  }


  