@charset "UTF-8";
/*
Copyright (c) 2023
------------------------------------------------------------------
[Master Default Stylesheet]
-------------------------------------------------------------------
1. body
 .
 .
 .
51. components
52. responsive

-------------------------------------------------------------------*/

/*********************************************************************************************
1. body start
*********************************************************************************************/

/* -webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s; */


:root {
    --its-body-color: #f8fafd;
	--its-primary: #0d6efd;
    --its-primaryLight: #0d6efd;
    --its-heading-color: #24201f;
    --its-text-color: #6d6c74;
    --its-white-color: #ffffff;

    --its-bg-darkColor:#070b3b;

    --its-bgColor-gray: #f9fafb;
	--its-title-color: #241F1B;

	--its-border-color: #e9ebfa;
	--its-bg-dark: #17263a;
	--gradient-color1: #ff5873;
    --gradient-color2: #ffad5d;
    --gradient-common: linear-gradient(0deg,var(--gradient-color1) 0%,var(--gradient-color2) 100%);
	--all-transition: all 0.3s;
	--transition: all 0.3s ease-in-out;

	--its-purple: #944be4;
	--its-purple-light: 148, 75, 228;

	--its-blue: #797ff2;
	--its-blue-light: 121, 127, 242;

    --its-success: #4ce6a1;
	--its-success-light: 13, 205, 148;

	--its-pink: #fe6a94;
	--its-pink-light: 239, 78, 184;

	--its-pink: #ef4eb8;
	--its-light-pink: 239, 78, 184;
	--font-noto: "Noto Sans", sans-serif;
	--font-roboto: "Roboto", sans-serif;

}


/* background-color: rgb(var(--name), .1); */


html , body {
    scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.3px;
	color: var(--its-text-color);
	font-weight: 400;
	background-color: var(--its-body-color);
    font-family: var(--font-roboto);
}
*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* -webkit-touch-callout: none; */
}



span  {

}

a {
	color: inherit;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	line-height: 1.4;
    transition: all 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--its-heading-color);
    font-family: var(--font-noto);
    margin: 0;
    padding: 0;

}

p{
    margin: 0;
    padding: 0;
}
button,
input,
select,
textarea {

}

img,
svg {
	vertical-align: middle;
}

label,
input,
button {
}

.hide {
	display: none;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: center;
}

svg path {
	transition: var(--transition);
}

ul {
    margin: 0;
    padding: 0;
	list-style: none;
}

img {
	max-width: 100%;
}

/* ==== its css comman start === */
.its_container {
    max-width: 1300px;
    padding: 0 15px;
    margin: 0 auto;
}
.its_container_full {
    max-width: 1300px;
    padding: 0 15px;
    margin: 0 auto;
}
.its_section {
    background-color: var(--its-white-color);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.its_section_heading {
    max-width: 600px;
}
.its_heading-sub {
    color: var(--its-primary);
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-weight: 600;
}
.its_heading-sub.left:after, .its_heading-sub.right:before {
    position: absolute;
    width: 40px;
    height: 2px;
    background: var(--its-primary);
    top: 0;
    bottom: 0;
    content: "";
    margin: auto;
}
.its_heading-sub.left:after {
    left: -60px;
}
.its_heading-sub.right:before {
    right: -60px;
}
.its_heading {
    font-size: 50px;
    line-height: 1.2;
    margin: 0 0 15px;
    text-transform: capitalize;
    color: var( --its-heading-color);
}
.its_heading-sub, .its_section2_wr  .its_heading-sub, .its_section5_wr, .its_projects_wr  {
    padding-left: 60px;
}
.its_section3_flex .its_heading-sub.left:after, .its_section2_wr .its_heading-sub.left:after,  .its_section5_wr .its_heading-sub.left:after,  .its_projects_wr .its_heading-sub.left:after  {
    left: 0;
}
.its_subheading {
    margin: 0 0 15px;
}
.its_paragraph {
    margin: 0 0 15px;
}
.its_purple {
    color: var(--its-purple);
    background-color: rgb(var(--its-purple-light), .1);
    border:1px solid  rgb(var(--its-purple-light), .5);
}
.its_blue {
    color: var(--its-blue);
    background-color: rgb(var(--its-blue-light), .1);
    border:1px solid rgb(var(--its-blue-light), .5);
}
.its_success {
    color: var(--its-success);
    background-color: rgb(var(--its-success-light), .1);
    border:1px solid rgb(var(--its-success-light), .5);
}
.its_pink {
    color: var(--its-pink);
    background-color: rgb(var(--its-pink-light), .1);
    border:1px solid  rgb(var(--its-pink-light), .5);
}
.its_btn {
    padding: 15px 15px;
    min-width: 150px;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    z-index: 0;
    border: none;
    cursor: pointer;
    background: var(--its-primary);
    color: var(--its-white-color);
    transition: var(--all-transition);
    position: relative;
    overflow: hidden;

}
.its_btn:after {
    background: #222;
    color: var(--its-white-color);
    transition: var(--all-transition);
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform-origin: center;
    transform: scale(0, 1);
}
.its_btn:hover:after {
    transform: scale(1, 1);
}
.its_btn:hover {
    background-color: var(--its-primaryLight);
}
.its_btn_primary {
    color: var(--its-white-color);
    background-color: var(--its-primary);
}
.its_nav_clr {
	color: var(--its-primary);
	font-weight: 600;
}
/* ==== its css start end === */
.animated {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
}

.fadeInDown {
    animation-name: fadeInDown;
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

/* ==== its header start === */
.its_logo img {
}
.its_section1_wr  .its_section {
   padding: 0;
}
.its-header-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 30px 10px;
}
.its-header-wrapper.pp-header-fixed{
    position: fixed;
    top: 0;
    background-color: #222222;
    padding: 10px 10px;

}
.its_nav_flex {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
}
.its_nav ul {
    display: flex;
    gap: 30px;
}
.its_nav ul li a {
    color: var(--its-white-color);
    font-weight: 500;
}
.its_nav ul li a:hover {
    color: var(--its-primary);
}
.its_nav {
    display: flex;
    align-items: center;
    gap: 30px;
}
.its_section1_wr {
    padding: 15px 0 0;
    background: url(../images/banner/banner_bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    padding: 220px 0 160px;
}
.its_section1_wr:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:#000000;
    opacity: 0;
    z-index: -1;
}
.its_banner_content h2 {
    font-size: 100px;
    margin: 0 0 0px;
    color: var(--its-white-color);
    line-height: 1.2;
}
.its_banner_content p {
    font-size: 16px;
    max-width: 700px;
    margin: 30px 0 30px;
    color: var(--its-white-color);
}
.its_banner_btn a:nth-child(2) {
    margin-left: 15px;
}
.its_banner_flex {
    max-width: 60%;
}
.banner_img img {
    width: 610px;
    height: 407px;
    object-fit: cover;
}
.its_section1_wr .its_container, .its-header-wrapper .its_container{
    max-width: 1500px;
}


.img-effect-wrap{
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.img-effect-wrap:before{
  content: "";
  position: absolute;
  height: 0;
  left: 50%;
  top: 50%;
  width: 150%;
  transition: all .35s ease 0s;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  z-index: 1;
}
.img-effect-wrap:hover::before {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
  transition: all 1s ease 0s;
  border: 0;
}
.img-effect-wrap:hover .img-effect-img{
  transform: scale(1.1) rotate(3deg);
  filter: saturate(1.5) contrast(1);
}
.img-effect-img{
  transition: all 2s ease;
}
@-webkit-keyframes shine {
  100% {
    height: 450%;
    opacity: 0;
  }
}

@keyframes shine {
  100% {
    height: 450%;
    opacity: 0;
  }
}
/* ==== its header start === */
/* its_section2_wr  */
.its_section2_wr {

}
.its_section2_wr .its_heading {
    /* color: var(--its-white-color); */
}
.its_section2_wr .its_paragraph {
    /* color: var(--its-white-color); */
}
.its_section2_flex {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
    gap: 25px;
    margin-top: 50px;
}
.its_section2_item:hover   {
    animation: icon_bubble 1s ease-in-out infinite alternate forwards;
}
.its_section2_item h3 {
    color: var(--its-title-color);
    margin: 0;
}
.its_section2_badge {
    font-size: 40px;
    font-weight: 700;
    color: var(--its-primary);
    opacity: 0.1;
}
.its_section2_item p {
    font-size: 14px;
    color: var(--its-text-color);
    padding: 15px 0;
    margin: 0;
}
.its_section2_item a {
    color: var(--its-primary);
}
/* its_section2_wr end */
/* its_section3_wr */
.its_section3_wr .its_paragraph {
    font-weight: 500;
    font-size: 18px;
}
.its_section3_wr  .its_heading {
    margin: 0 0 30px;
}
.its_section3_flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}
.its_section3_wr .its_list_section {
    margin: 30px 0 20px;
}
.its_list_section li img {
    max-width: 24px;
    max-height: 24px;
    object-fit: contain;
}
.its_section3_wr .its_list_section li:hover .item-icon{
    animation: icon_bubble 1s ease-in-out infinite alternate forwards;
}
.its_section3_wr .its_list_section li span {
    padding-left: 10px;
    font-size: 16px;
    color: var(--its-title-color);
    display: block;
}
.its_section3_wr .its_list_section li .item-icon  svg{
}
.its_section3_item {
    position: relative;
}
.its_section3_item2 {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 300px;
    height: 350px;
    border: 10px solid #0d6efd;
}
.its_section3_v {
    position: absolute;
    top: 10%;
    left: 0;
    width: 80px;
}
.its_section3_item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.its_section3_item > img {
    padding-left: 110px;
}
.its_section3_wr .its_list_section li {
    padding-bottom: 5px;
}
.its_section3_wr .its_list_section li span {
    padding-left: 10px;
    font-size: 16px;
    color: var(--its-title-color);
}
.item-title.h6 {
    font-size: 18px;
    margin: 10px 0 2px;
}
.item-text {
    font-weight: 500;
}
.its_list_section {
    display: flex
;
    grid-gap: 30px;
}
/* its_section3_wr end */
/* project section */
.its_projects_wr  {
    background: url(../images/testimonial-bg.jpg) no-repeat;
    background-size: cover;
}
.its_section_pro_flex {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 50px;
}
.its_section_pro_item {
    position: relative;
    overflow: hidden;
}
.its_section_pro_item  > a{
    position: absolute;
    background: var(--its-primary);
}
.its_section_pro_item > a {
    position: absolute;
    background: var(--its-primary);
    left: 0;
    top: -100%;
    writing-mode: vertical-lr;
    color: #fff;
    padding: 15px 10px;
    letter-spacing: 1.4;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.3s;
}
.its_section_pro_item:hover > a{
    top: 0%;
}
/* project section */
/* animation section css start */
.its_animation_section {
    position: relative;
    overflow: hidden;
    padding: 10px 0px;
    background: var(--its-primary);
}
.its_animation_inner, .wa-text-bottom-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.its_animation_inner{
    animation: animation_section 30s linear infinite;
}
.its_animation_section.btm .its_animation_inner{
    animation: animation_section_right 30s linear infinite;
}
.its_animation_inner_items {
    font-size: 50px;
    font-weight: 800;
    color: var(--its-body-color);
    text-transform: capitalize;
    white-space: nowrap;
}
@keyframes animation_section {
    100% {
      -webkit-transform: translate3d(0%, 0, 0);
      transform: translate3d(50%, 0, 0);
    }
    0% {
      -webkit-transform: translate3d(50%, 0, 0);
      transform: translate3d(0%, 0, 0);
    }
}
@keyframes animation_section_right {
    100% {
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
    }
    0% {
      -webkit-transform: translate3d(0%, 0, 0);
      transform: translate3d(0%, 0, 0);
    }
}
/* animation section css end */
/* its_section3_wr */
.its_section4_wr {
    background: url(../images/newsletter.jpg) no-repeat;
    background-size: cover;
}
.its_form_flex {
    position: relative;
    width: 100%;
    max-width: 100%;
}
.its_section4_wr .its_section_heading {
    text-align: center;
}
.its_section4_wr .its_heading {
    color: var(--its-white-color);
    margin: 0 0 5px;
}
.its_section4_wr .its_paragraph {
    color: var(--its-white-color);
    margin: 0 0 30px;
}
.its_section4_item {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 15px;

}
.its_section4_flex input {
    width: 100%;
    border-radius: 6px;
    padding: 0 170px 0 15px;
    height: 60px;
    max-width: 100%;
    border: none;
}
.its_section4_flex input:focus-visible {
    outline: none;
    border: none;
}
.its_section4_flex .its_form_flex button {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    height: 60px;
    background: var(--its-primary);
    border: none;
    padding: 0 20px;
    border-radius: 0 6px 6px 0;
    color: var(--its-white-color);
    cursor: pointer;
    width: 150px;
}
.its_section4_flex .its_form_flex button:hover {
    background-color: var(--its-primaryLight);
}
/* its_section3_wr end */
/* its_section5_wr  */



.its_section5_flex {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(150px, 1fr) );
    gap: 25px;
    text-align: center;
    margin-top: 50px;
}
.its_section5_item {
    display: flex;
    padding: 30px;
    background: var(--its-bgColor-gray);
    align-items: center;
    justify-content: center;
    max-width: 300px;
    max-height: 300px;
    border-radius: 7px;
}
.its_section5_item img {
}
/* its_section5_wr end */


/* its_section6_wr  */
.its_section6_wr {
    background: rgb(251 252 255);
}
.its_section6_wr .its_container {
    max-width: 1400px;
}
.its_section6_wr .its_section_heading {
   margin: 0 auto;
   text-align: center;
}
.its_section6_wr .its_section_heading .its_heading {
   /* color: var(--its-white-color); */
}
.its_section6_wr .its_section_heading .its_paragraph {
    /* color: var(--its-white-color); */
}
.its_section6_wr .its_section6_flex {
    display: grid;
    grid-template-columns: repeat(auto-fit , minmax(295px , 1fr));
    gap: 30px;
    margin-top: 50px;
}
.its_section6_wr .its_section6_item {
    padding: 30px 30px;
    border-radius: 6px;
    background-color: var(--its-white-color);
    box-shadow: 0px 0px 10px 0px #f2f7ff;
}
.its_section6_item:hover .its_item_icons {
    animation: icon_bubble 1s ease-in-out infinite alternate forwards;
}
.icon_bubble{
    animation-name: icon_bubble;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}
@keyframes icon_bubble {
    16.65% {
      transform: translateY(8px);
    }
    33.3% {
      transform: translateY(-6px);
    }
    49.95% {
      transform: translateY(4px);
    }
    66.6% {
      transform: translateY(-2px);
    }
    83.25% {
      transform: translateY(1px);
    }
    100% {
      transform: translateY(0);
    }
  }
.its_section6_wr .its_section6_item h3 {
   color: var(--its-title-color);
   margin: 0 0 5px;
}
.its_section6_wr .its_section6_item p {
    font-size: 14px;
    font-weight: 400;
    color: var(--its-text-color);
}
.its_section6_wr .its_item_icons {
    margin: 0 0 15px;
    width: max-content;
    position: relative;
    z-index: 0;
}
.its_section6_wr .its_item_icons:after {
    position: absolute;
    content: "";
    height: 50px;
    width: 50px;
    background: #b5b5b5;
    border-radius: 50%;
    top: -10px;
    left: 30px;
    opacity: .12;
    z-index: -1;
    transition: all 0.5s ease-in-out;
}
.its_section6_wr .its_item_icons img {
    max-width: 40px;
    height: 40px;
    object-fit: contain;
}
.its_section6_wr .its_section6_item h3 {
    font-size: 22px;
}
.its_section6_wr .its_section6_item p {
   font-size: 14px;
}
.its_section6_item a {
    color: var(--its-primary);
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    margin-top: 9px;
    transition: all 0.3s;
}
.its_section6_item a:hover {
    color: var(--its-primary);
    letter-spacing: 1.2;
}
/* its_section6_wr end */

/* footer start  */
.its_section8_wr .its_footer_logo img {
    max-width: 240px;
    height: 40px;
    object-fit: contain;
}
.its_section8_wr {
    background: url(../images/footer_bg.jpg) no-repeat;
    background-size: cover;
    padding: 80px 0 70px;
}
.its_section8_flex {
    display: grid;
    grid-template-columns: repeat(auto-fit , minmax(250px , 1fr));
    gap: 30px;
}

.its_section8_flex h3 {
    color: var(--its-white-color);
    font-size: 24px;
    margin: 0 0 15px;
}
.its_section8_item ul li {
    margin-bottom: 10px;
}
.its_section8_item p {
    font-size: 14px;
    line-height: 1.8;
    color: var(--its-white-color);
}
.its_section8_item ul a {
    color: var(--its-white-color);
}
.its_section8_item ul li a:hover {
   color: var(--its-primary);
}
ul.its_socialMedia li {
   display: flex;
   gap: 10px;
   align-items: center;
}
ul.its_socialMedia li a {
    color: var(--its-white-color);
}
ul.its_socialMedia li img {
   max-width: 18px;
   max-height: 18px;
   object-fit: contain;
}
.its_copyRight.its_section {
    padding: 15px 0;
    text-align: center;
    background-color: #222;
}
.its_copyRight a {
   font-size: 14px;
   color: var(--its-white-color);
}
.its_footer_logo {
    margin-bottom: 20px;
}
/* footer end*/

/* Responsive Css Start */
@media screen and (min-width: 992px) {
    .its_toggle {
        display: none;
    }
}
@media screen and (max-width: 1600px) {
    .its_section1_wr {
        padding: 200px 0px 160px 50px;
    }
    .its_banner_content h2 {
    font-size: 85px;

}
}
@media screen and (max-width: 1400px) {
    .its_banner_content h2 {
        font-size: 70px;
    }
    .its_section1_wr {
        padding: 160px 0px 130px 50px;
    }
    .its_heading {
    font-size: 40px;
}
}
@media screen and (max-width: 1199px) {
    .its_banner_content h2 {
        font-size: 60px;
    }
    .its_banner_flex {
    max-width: 100%;
}
}
@media screen and (max-width: 991px) {
    .its_section1_wr.its_section {
        padding: 130px 0px 90px 10px;
    }
    .its_section {
        padding: 60px 0;
    }
    .its_nav {
        display: block;
        position: fixed;
        left: -250px;
        padding: 20px;
        top: 0;
        bottom: 0;
        background:var(--its-white-color);
        width: 250px;
        height: 100%;
        overflow: auto;
        z-index: 9;
    }
    .open .its_nav {
       left: 0;
       display: block;
    }
    .its_nav ul {
        display: block;
    }
    .its_nav li {
       margin: 30px 0;
    }
    .its_nav li a {
        font-size: 14px;
    }
        .its_section3_flex {
        grid-template-columns: 1fr;
    }
    .its_section3_item {
    max-width: 610px;
    margin: auto;
}
}
@media screen and (max-width: 767px) {
    .its_animation_inner_items {
    font-size: 30px;
}
    .its_section6_wr .its_section6_flex {
        grid-template-columns: repeat(auto-fit , minmax(280px , 1fr));
        gap: 15px;
    }

    .its_section8_flex h3 {
        font-size: 18px;
    }
    .its_btn {

    }

    .its_banner_content h2 {
        font-size: 32px;
    }
    .its_banner_content h2 br{
        display: none;
    }
    .its_banner_content p {
        font-size: 14px;
        line-height: 26px;
    }
    .its_heading {
        font-size: 24px;
        line-height: 35px;
    }
    .its_paragraph {
        font-size: 12px;
    }
    .its_logo img {
        max-width: 170px;
    }

    .its_copyRight.its_section {
        padding: 10px 0;
    }
    .its_copyRight a {
       font-size: 12px;
    }
    .its_section6_wr .its_section6_item {
        padding: 30px;
    }
    .its_section3_item2 {
    max-width: 250px;
    height: 300px;
    }
    .its_section3_item > img {
    padding-left: 2%;
    }
    .its_section3_wr .its_paragraph {
    font-size: 16px;
}
}
@media screen and (max-width: 575px) {
        .its_section3_item2 {
        max-width: 180px;
        height: auto;
        aspect-ratio: 9 / 12;
    }
    .its_list_section {
        flex-direction: column;
    }

    .its_section_pro_item img {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .its_section1_wr.its_section {
            padding: 90px 0px 50px 0px;
        }
}
/* Responsive Css End */