/* font-family: "Rajdhani", serif; */
/* font-family: "Poppins", serif; */
/* font-family: "Roboto", serif; */
/* @import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rajdhani:wght@300;400;500;600;700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scrollbar-width: thin;
}
html,
body{
    overflow-x: hidden;
}
html {
    scroll-behavior: smooth;
}

:root {
    --main-color: #201b5a;
	--color-two: #a2251f;
    --gradient-one: linear-gradient(90deg, #251683 0%, #a2251f 50%, #251683);
    --gradient-two: linear-gradient(45deg, #251683 0%, #a00a0d 100%);
    --gradient-three: linear-gradient(45deg, #a00a0d 0%, #251683 100%);
    --gradient-four: linear-gradient(90deg, #a2251f 0%, #251683 50%, #a2251f);
	--color-three: rgb(135,140,143);
	--color-four: #525454;
	--color-five: rgb(28,37,31);
}
img{
    max-width: 100%;
}
a {
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    color: var(--main-color);
}

button,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none !important;
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    position: relative;
    margin: 0px;
    background: none;
    color: var(--color-four);
    font-weight: 600;
    line-height: 1.31;
    font-family: "Rajdhani", serif;
}

textarea {
    overflow: hidden;
}

.text,
p {
    position: relative;
    font-weight: 500;
    line-height: 1.6em;
    color: var(--color-four);
    font-size: 17px;
}

/* Typography */

.h1,
h1 {
    font-size: 36px;
}

.h2,
h2 {
    font-size: 32px;
}

.h3,
h3 {
    font-size: 28px;
}

.h4,
h4 {
    font-size: 24px;
}

.h5,
h5 {
    font-size: 20px;
}

.h6,
h6 {
    font-size: 18px;
}

/* common css */
.scrolltop{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--main-color);
    cursor: pointer;
    position: fixed;
    z-index: 99;
    bottom: 60px;
    right: -15px;
    line-height: 1;
    opacity: 0;
    transform: rotate(-90deg);
    transition: all 250ms linear;
}
.scrolltop.active{
    opacity: 1;
}
.list-style-none{
    list-style: none;
}
.text-clamp1 {
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    display: block !important;
    display: -webkit-box !important;
    overflow: hidden !important;
}

.text-clamp2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical !important;
    display: block !important;
    display: -webkit-box !important;
    overflow: hidden !important;
}

.text-clamp3 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical !important;
    display: block !important;
    display: -webkit-box !important;
    overflow: hidden !important;
}

.text-clamp4 {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical !important;
    display: block !important;
    display: -webkit-box !important;
    overflow: hidden !important;
}

.thm-btn{
    background: var(--gradient-one);
    color: white;
    padding: 12px 40px;
    border: none;
    border-radius: 45px;
    background-size: 200%, 1px;
    box-shadow: 0px 0px 4px #fff6f6;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    display: flex;
    width: fit-content;
    gap: 5px;
    align-items: center;
}
.thm-btn:hover{
    background-position: 120%;
}
.thm-btn2{
    background: white;
    color: var(--main-color);
    padding: 12px 40px;
    border: none;
    border-radius: 45px;
    background-size: 200%, 1px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
}
.thm-btn:hover{
    background-position: 120%;
    background: var(--gradient-one);
}
.socaial-icons{
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
}
.socaial-icons li{
    display: inline-block;
    margin-right: 22px;
}
.socaial-icons li a{
    color: var(--main-color);
    transition: all 250ms ease;
    text-decoration: none;
    font-size: 22px;
}
  
.socaial-icons li:nth-child(1) a {
  color: #16599b;
}

.socaial-icons li:nth-child(2) a {
  color: red;
}

.socaial-icons li:nth-child(3) a {
  color: #ea4c89;
}

.socaial-icons li:nth-child(4) a {
  color: black;
}
.socaial-icons li:nth-child(5) a {
  color: red;
}
.socaial-icons li:nth-child(6) a {
  color: black;
}

.socaial-icons li:nth-child(7) a {
  color: green;
}
.socaial-icons-sidebar{
    margin-top: 25px;
    position: absolute;
    left: 22px;
    bottom: 21px;
    width: 100%;
}


.sticky-icon  {
	z-index:1;
	position:fixed;
  z-index: 49;
	bottom:15%;
	left:-2px;
	width: 185px;
	display:flex;
  opacity: 0;
  transition: all 250ms ease-in;
  transform: translateX(-100px);
	flex-direction:column;
} 
.sticky-icon.active{
  opacity: 1;
  transform: translateX(0px);
} 
.sticky-icon a  {
	transform:translate(-135px,0px);
	border-radius:0px 50px 50px 0px;
	text-align:left;
	margin:2px;
	text-decoration:none;
	text-transform:uppercase;
	padding:10px;
  display: flex;
  justify-content: space-between;
	font-size:18px;
	font-family:'Oswald', sans-serif;
	transition:all 0.8s;}
.sticky-icon a:hover  {
	color:#FFF;
	transform:translate(0px,0px);}	
.sticky-icon a:hover i  {
	transform:rotate(360deg);}
/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
.Facebook  {
	background-color:#2C80D3;
	color:#FFF;}
	
.Youtube  {
	background-color:#fa0910;
	color:#FFF;}
	
.Twitter  {
	background-color: black;
	color: black;
}
	
.tumblr  {
	background-color: black;
	color: black;
}
.whatsapp  {
	background-color: green;
	color: green;
}
.whatsapp .fa-whatsapp{
  color: green !important;
}
.Instagram  {
	background-color:#FD1D1D;
	color:#FFF;
}
	
.Google .fa-pinterest{
  color: #d34836 !important;
}
.Google  {
	background-color:#d34836;
	color: #d34836;
}						
.sticky-icon a i {
	background-color:#FFF;
	height:30px;
	width:30px;
	color:#000;
	text-align:center;
	line-height:30px;
	border-radius:50%;
	margin-left:20px;
	transition:all 0.5s;}
.sticky-icon a i.fa-facebook-f  {
	background-color:#FFF;
	color:#2C80D3;}
	
.sticky-icon a i.fa-google-plus-g  {
	background-color:#FFF;
	color:#d34836;}
	
.sticky-icon a i.fa-instagram  {
	background-color:#FFF;
	color:#FD1D1D;}
	
.sticky-icon a i.fa-youtube  {
	background-color:#FFF;
	color:#fa0910;}
	
.sticky-icon a i.fa-twitter  {
	background-color:#FFF;
	color:#53c5ff;}
.fas fa-shopping-cart  {
	background-color:#FFF;}	
#myBtn {
	height:50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  text-align:center;
  padding:10px;
  text-align:center;
	line-height:40px;
  border: none;
  outline: none;
  background-color: #1e88e5;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}
.fa-arrow-circle-up  {
	font-size:30px;}

#myBtn:hover {
  background-color: #555;
}			

.eg-title-tag{
    position: relative;
}
.section-title{
    margin-bottom: 21px;
}
.section-title .square-shape {
    width: 40px;
    height: 35px;
    left: -52px;
    top: 0;
    position: absolute;
  }
  .section-title .square-shape i {
    height: 9px;
    width: 9px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .section-title .square-shape i:nth-child(1) {
    top: -8px;
    width: 5px;
    height: 5px;
    left: 20px;
    background-color: var(--color-four);
  }
  .section-title .square-shape i:nth-child(2) {
    width: 10px;
    left: 28px;
    height: 10px;
    background: var(--gradient-one);
  }
  .section-title .square-shape i:nth-child(3) {
    height: 17px;
    width: 17px;
    background-color: var(--main-color);
  }
  .section-title .square-shape i:nth-child(4) {
    top: 10px;
    left: 10px;
    width: 12px;
    height: 12px;
    background-color: var(--color-two);
  }
  .section-title .sm-title-boxed {
    color: var(--main-color);
    font-size: 18px;
    font-weight: 500;
    padding: 3px 30px;
    border-radius: 35px;
    display: inline-block;
    background-color: #e0e0f4;
}
.section-title .title{
    font-size: 38px;
    color: black;
    font-weight: 600;
    line-height: 1.18;
    font-family: "Rajdhani", serif;
}
.section-title.text-center .title{
    text-align: center;
    max-width: 650px;
    margin: auto;
}

@media (max-width: 768px) {
  .sticky-icon{
    display: none;
  }
}

/* nav bar css */
.navbar.sticky-nav{
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 30 !important;
    background: var(--main-color);
    width: 100%;
    padding: 0px;
    animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-90px);
	}
	100% {
		transform: translateY(0px);
	}
}
.navbar-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 5;
    width: 100%;
}
.navbar-box .logo {
    max-width: 200px;
    position: relative;
}
.navbar-box .logo::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 123%;
    margin-top: -15px;
    margin-left: -12px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    height: 130%;
    background: white;
}
.navbar-box .logo a{
    position: relative;
    z-index: 2;
}
.navbar-box .logo img{
    max-height: 80px;
}
.navbar-box .hamburger{
    font-size: 28px;
    color: white;
    cursor: pointer;
}
.navbar-box .nav-links{
    display: flex;
    align-items: center;
    list-style: none;
    margin-bottom: 0px;
}
.navbar-box .nav-links li{
    padding: 25px 15px;
    position: relative;
    color: white;
}
.navbar.sticky-nav .navbar-box .nav-links li{
    padding: 28px 15px;
    position: relative;
    color: white;
}
.navbar-box .nav-links li a{
    font-size: 17px;
    font-weight: 600;
    color: white;
}
.navbar-box .nav-links li ul{
    list-style: none;
    position: absolute;
    top: 100%;
    z-index: 4;
    border-radius: 6px;
    overflow: hidden;
    max-height: 68vh;
    overflow-Y: auto;
    left: 0;
    padding-left: 0;
    min-width: 280px;
    border: 1px solid gray;
    transition: all 260ms ease;
    transform: scaleY(0);
    transform-origin: top;
    background: white;
}
.navbar-box .has-sub-menu:hover ul{
    transform: scaleY(1);
}
.navbar.sticky-nav .navbar-box .nav-links li ul li,
.navbar-box .nav-links li ul li{
    padding: 0;
}
.navbar-box .nav-links li ul li a{
    padding: 10px 25px;
    display: block;
    position: relative;
    color: var(--main-color);
}
.navbar-box .nav-links li ul li:not(:last-child) a {
    border-bottom: 1px solid #DED8D3;
}
.navbar-box .nav-links li ul li a::before{
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--gradient-one);
    z-index: -1;
    transition: all 250ms ease;
}
.navbar-box .nav-links li ul li a:hover{
    color: white;
}
.navbar-box .nav-links li ul li a:hover::before{
    width: 100%;
}

/* mobile menu */
.cstm-mobile-menu{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    height: 100Vh;
    background: rgba(0, 0, 0, 0.663);
    z-index: 500;
    transition: all 190ms ease-in-out;
    transform: translateX(-101%);
}
.cstm-mobile-menu.active{
    transform: translateX(0);
}
.cstm-mobile-menu .cstm-mobile-overlay{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    cursor: url(../images/icon/cross-out.png), pointer;
    z-index: 2;
}
.cstm-menu-wrapper{
    width: 400px;
    max-width: 92%;
    background: white;
    height: 100%;
    position: relative;
    padding: 25px;
    z-index: 4;
}
.close-btn{
    position: absolute;
    top: 10px;
    right: 10px;
    color: var(--main-color);
    font-size: 20px;
    z-index: 4;
    cursor: pointer;
}
.cstm-mobile-menu-nav {
    margin-top: 28px;
    display: none;
}
.desktop-sidebar{
    margin-top: 28px;
    display: flex;
}
.cstm-mobile-menu-nav ul li{
    position: relative;
}
.cstm-mobile-menu-nav ul{
    list-style: none;
    padding-left: 6px;
}
.cstm-mobile-menu-nav ul li .dwn-arrow{
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 5px;
    padding: 5px;
    background: white;
    color: black;
    line-height: 1;
}
.cstm-mobile-menu-nav ul li a{
    color: var(--main-color);
    font-size: 16px;
    padding: 4px;
    display: inline-block;
    font-weight: 600;
}
.cstm-mobile-menu-nav ul.sub-menu {
    padding-left: 8px;
    transition: max-height 300ms ease-in-out, opacity 200ms ease-in-out;
    max-height: 0;
    opacity: 0;
}
.cstm-mobile-menu-nav ul.sub-menu.active {
    max-height: 350px;
    opacity: 1;
    overflow-y: auto;
}
.cstm-mobile-menu .logo img{
    max-height: 80px;
}
.header-btn{
  display: flex;
  align-items: center;
}
.header-btn span{
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: rgb(202, 202, 202);
}
.header-btn a{
  font-size: 19px;
  font-weight: 700;
  color: white;
}
.header-btn img{
  max-height: 64px;
  width: auto;
}
@media (max-width: 1200px) {
    .header-btn{
        display: none;
    }
    .navbar-box .nav-links{
        padding-left: 0px;
    }
}
@media (max-width: 1000px) {
    .desktop-sidebar,
    .nav-menu-header .nav-links{
        display: none;
    }
    .cstm-mobile-menu-nav{
        display: block;
    }
    .header-btn{
        display: flex;
    }
    .navbar-box .logo img{
        max-height: 50px;
    }
    .navbar-box .logo::before {
        width: 113%;
        margin-left: -4px;
        margin-top: -12px;
        border-bottom-left-radius: 26px;
        border-bottom-right-radius: 26px;
    }
}
@media (max-width: 767px) {
    .header-btn{
        display: none;
    }
    .cstm-mobile-menu .logo img {
        max-height: 55px;
    }    
}

/* banner section start */
.banner-section{
    padding: 235px 0px 180px;
    background: linear-gradient(to right, #251683, #a2251f);
    position: relative;
    margin-top: -161px;
}
.banner-section::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .5;
    z-index: 1;
    transition: all 250ms ease;
    background-size: cover;
    background-repeat: no-repeat;
    background: url(../images/slider/bl-shape.png);
}
.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
    margin: auto;
}
/* .waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
    background: #6d8cf8;
    background: linear-gradient(to right, #c12dd1, #6d8cf8);
} */

 .bgTop {
    z-index: 15;
    opacity: 0.5;
}

 .bgMiddle {
    z-index: 10;
    opacity: 0.75;
}

 .bgBottom {
    z-index: 5;
}
.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}

.waveTop {
    background-size: 50% 100px;
}

.waveAnimation .waveTop {
    animation: move-wave 3s;
    -webkit-animation: move-wave 3s;
    animation-delay: 1s;
}

.waveMiddle {
    background-size: 50% 120px;
}
.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}
.waveBottom {
    background-size: 50% 100px;
}
.waveAnimation .waveBottom {
   animation: move_wave 15s linear infinite;
}
@keyframes move_wave {
    0% {
      transform: translateX(0) translateZ(0) scaleY(1);
    }
    50% {
      transform: translateX(-25%) translateZ(0) scaleY(0.55);
    }
    100% {
      transform: translateX(-50%) translateZ(0) scaleY(1);
    }
}
.ban-container{
    position: relative;
    z-index: 4;
}
.ban-mobile{
    margin-bottom: -450px;
    width: 100%;
}
.ban-heading{
    font-size: 65px;
    color: white;
    line-height: 1.18;
    font-weight: 700;
}
.ban-head-typing{
    font-size: 60px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    line-height: 1.18;
    font-weight: 700;
}
.ban-desc{
    font-size: 19px;
    font-weight: 700;
    color: white;
    margin-bottom: 41px;
}

@media (max-width: 1400px) {
    .ban-heading{
        font-size: 60px;
    }
    .ban-head-typing{
        font-size: 50px;
    }
    .ban-desc{
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    .ban-heading{
        font-size: 50px;
    }
    .ban-head-typing{
        font-size: 44px;
    }
    .ban-desc{
        font-size: 16px;
    }
}
@media (max-width: 1000px) {
    .ban-mobile{
        margin-top: 25px;
        margin-bottom: -350px;
    }
    .banner-content p{
        text-align: center;
    }
    .banner-content .thm-btn{
        display: block;
        width: fit-content;
        margin: auto;
    }
}
@media (max-width: 767px) {
    .ban-heading{
        font-size: 40px;
    }
    .ban-head-typing{
        font-size: 34px;
    }
    .ban-desc{
        font-size: 15px;
    }
}
@media (max-width: 500px) {
    .ban-heading{
        font-size: 30px;
    }
    .ban-head-typing{
        font-size: 22px;
    }
    .ban-desc{
        font-size: 13px;
        font-weight: 500;
    }
}
.banner-review{
    display: flex;
    align-items: center;
    margin-top: 21px;
    gap: 18px;
}
.banner-review p{
    color: white;
}
.banner-review p span{
    color: #f6b91c;
    font-weight: 600;
}
.banner-review ul{
    display: flex;
    align-items: center;
    list-style: none;
    padding-left: 0;
}
.banner-review ul li i {
    color: #f6b91c;
    font-size: 15px;
}



/*Service area*/
.service-slider-sect{
    padding: 165px 0 80px 0;
    z-index: 1;
}
  .service-section .side-shape1 {
    left: 0;
    top: 150px;
    z-index: -1;
  }
  .service-section .service-shape2 {
    top: 15%;
    right: 18%;
    -webkit-animation: Xisma_animation_1 15s infinite linear alternate;
            animation: Xisma_animation_1 15s infinite linear alternate;
  }
  
  .service-content {
    padding-top: 60px;
  }
  
  .service-inner-item {
    z-index: 3;
    border-radius: 15px;
    background-color: #fff;
    padding: 35px 30px 42px;
    -webkit-box-shadow: 0px 0px 43px 0px rgba(9, 0, 56, 0.07);
            box-shadow: 0px 0px 43px 0px rgba(9, 0, 56, 0.07);
  }
  .service-inner-item .service-shape {
    opacity: .4;
    top: -30px;
    left: -30px;
    z-index: -3;
    width: 125%;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
  }
  .service-inner-item:before {
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    content: "";
    height: 100%;
    border-radius: 15px;
    position: absolute;
    background-color: #fff;
  }
  .service-inner-item .service-icon {
    z-index: 3;
  }
  .service-inner-item .service-text {
    z-index: 3;
    margin-top: 25px;
    position: relative;
  }
  .service-inner-item .service-text p{
    margin-bottom: 0;
  }
  .service-inner-item .service-text a.servname {
    color: #1f2025;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
    display: inline-block;
  }
  .service-inner-item .service-more {
    opacity: 1;
    left: -10px;
    bottom: -12px;
    width: 140px;
    height: 120px;
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  .service-inner-item .service-more a {
    left: 16px;
    bottom: 12px;
    color: #fff;
    font-size: 14px;
    position: absolute;
  }
  .service-inner-item .service-more a i {
    margin-left: 3px;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
  }
  .service-inner-item .service-more a:hover i {
    margin-left: 8px;
  }
  .service-inner-item .service-more:before {
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 15px;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(1%, var(--main-color)), color-stop(51%, #130ea5), to(var(--color-two)));
    background-image: linear-gradient(-90deg, var(--main-color) 1%, #130ea5 51%, var(--color-two) 100%);
  }
  .swiper-slide-active .service-more,
  .service-inner-item:hover .service-more {
    opacity: 1;
    left: -10px;
    bottom: -40px;
  }
  .swiper-slide-active .service-shape,
  .service-inner-item:hover .service-shape {
    opacity: 1;
  }
  
  .service-content-area {
    padding-bottom: 70px;
  }
  
  .service-meta p {
    font-size: 15px;
  }
  .service-meta p a {
    color: #1f2025;
    font-weight: 700;
  }
  .service-section .side-shape1 {
    left: 0;
    top: 150px;
    z-index: -1;
  }
  .service__slider .swiper-slide{
    padding: 30px 6px    60px 12px;
  }

  /* technoloy using  */
.tech-used {
    z-index: 1;
    position: relative;
    padding: 80px 0;
    background-color: #eceef6;
}
.tech-used:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: -2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url(../images/bg/s-shape2.png);
}
  
  
.tech-used .s-shape-bg1 {
    left: -95px;
    bottom: -15px;
    position: absolute;
    z-index: -1;
}
  
.tech-used .s-shape-bg2 {
    position: absolute;
    top: -3%;
    right: 15%;
    z-index: -2;
}
.tech-used-slider{
    margin-bottom: 25px;
    position: relative;
}
.tech-used-slider::before{
    width: 80px;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    background: linear-gradient(90deg, #eceef6, transparent, transparent);
}
.tech-used-slider::after{
    width: 80px;
    height: 100%;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
    transform: rotate(180deg);
    background: linear-gradient(90deg, #eceef6, transparent, transparent);
}
.tech-used-slider:nth-child(2){
    margin-left: 50px;
    width: calc(100% - 50px);
}
.tech-used-slider:nth-child(3){
    margin-left: 100px;
    width: calc(100% - 100px);
}
.tech-img{
    height: 85px;
    width: auto;
    background: white;
    padding: 10px 24px;
    border-radius: 5px;
    margin-right: 21px;
}
.tech-used-slider-inner {
    width: 100%;
    display: flex;
    align-items: center;
    animation: textScrolling 16s linear infinite;
    animation-direction: reverse;
    will-change: transform;
    position: relative;
    white-space: nowrap;
}
.tech-used-slider-inner2{
  animation: textScrolling2 18s linear infinite;
  animation-direction:normal;
}
.tech-used-slider-inner3{
  animation: textScrolling3 24s linear infinite;
  animation-direction: reverse;
}
.tech-used-slider-inner:hover {
  animation-play-state: paused;
}

@keyframes textScrolling {
 0% {
    transform: translate3d(-180%, 0, 0);
    }
    100% {
        transform: translate3d(0%, 0, 0);
    }
}
@keyframes textScrolling2 {
    0% {
        transform: translate3d(-180%, 0, 0);
    }
    100% {
        transform: translate3d(0%, 0, 0);
    }
}
@keyframes textScrolling3 {
    0% {
        transform: translate3d(-280%, 0, 0);
    }
    100% {
        transform: translate3d(0%, 0, 0);
    }
}

@media (max-width: 1000px) {
    .tech-img {
        height: 46px;
        padding: 6px 12px;
        border-radius: 4px;
        margin-right: 12px;
    }
    .tech-used-slider:nth-child(2){
        margin-left: 0px;
        width: 100%;
    }
    .tech-used-slider:nth-child(3){
        margin-left: 0px;
        width: 100%;
    }
}

  /* why choose */
.why-choose {
    z-index: 1;
    position: relative;
    padding: 80px 0;
    background-color: #eceef6;
}

@keyframes spining {
    from {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }
    to {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
    }
} 
  .why-choose:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: -2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url(../images/bg/s-shape2.png);
  }
  
  
  .why-choose .s-shape-bg1 {
    left: -95px;
    bottom: -15px;
    position: absolute;
    z-index: -1;
  }
  
  .why-choose .s-shape-bg2 {
    position: absolute;
    top: -3%;
    right: 15%;
    z-index: -2;
  }

 .circle-rotate {
    content: "";
    top: -127px;
    z-index: 2;
    right: 112px;
    width: 678px;
    height: 678px;
    position: absolute;
    animation: spining 4s linear infinite;
    background-image: url(../images/bg/s-shape5.png);
  }
  

  /* About  */
  .about-section{
    padding: 80px 0;
  }
  .about-img1 {
    z-index: 2;
    overflow: hidden;
    margin-right: 30px;
    border-radius: 5px;
    border-top-left-radius: 70px;
  }
  .about-section .about-img2{
    max-width: 200px;
  }
  .about-exp-wrap {
    z-index: 1;
    padding-top: 70px;
    padding-left: 35px;
  }
  .about-exp-wrap .map-bg {
    top: 30px;
    z-index: -1;
    left: -55px;
  }
  .about-exp-wrap .inner-text .h3 {
    color: #140d1c;
    font-size: 60px;
    height: 70px;
    width: 190px;
    font-weight: 700;
    line-height: 0.75;
  }
  .about-exp-wrap .inner-text .h3 sup {
    top: -45px;
    right: -15px;
    font-size: 55px;
  }
  .about-exp-wrap .inner-text p {
    font-size: 20px;
    font-weight: 700;
    font-family: "Rajdhani";
    display: inline-block;
    text-transform: uppercase;
  }
  
  .about-text-wrap {
    padding-left: 30px;
  }
  .floated-abt{
    max-width: 600px;
    float: left;
    margin-right: 21px;
  }
  @media (max-width:768px) {
    .floated-abt{
        max-width: 100%;
        float: none;
        margin-right: 0px;
        margin-bottom: 21px;
    }
    .about-exp-wrap{
        padding-left: 0px;
    }
    .about-exp-wrap .inner-text p {
        font-size: 10px;
    }
    .about-exp-wrap .inner-text .h3 {
        font-size: 40px;
    }
  }

  /* Features Start */
  @-webkit-keyframes XisIt_animation_1 {
    0% {
      -webkit-transform: translateX(0) skew(-40deg) rotate(-0.5deg);
              transform: translateX(0) skew(-40deg) rotate(-0.5deg);
    }
    25% {
      -webkit-transform: translateX(-40px) skew(-40deg) rotate(-0.5deg);
              transform: translateX(-40px) skew(-40deg) rotate(-0.5deg);
    }
    50% {
      -webkit-transform: translateX(0) skew(-40deg) rotate(-0.5deg);
              transform: translateX(0) skew(-40deg) rotate(-0.5deg);
    }
    75% {
      -webkit-transform: translateX(40px) skew(-40deg) rotate(-0.5deg);
              transform: translateX(40px) skew(-40deg) rotate(-0.5deg);
    }
    100% {
      -webkit-transform: translateX(0) skew(-40deg) rotate(-0.5deg);
              transform: translateX(0) skew(-40deg) rotate(-0.5deg);
    }
  }
  @keyframes XisIt_animation_1 {
    0% {
      -webkit-transform: translateX(0) skew(-40deg) rotate(-0.5deg);
              transform: translateX(0) skew(-40deg) rotate(-0.5deg);
    }
    25% {
      -webkit-transform: translateX(-40px) skew(-40deg) rotate(-0.5deg);
              transform: translateX(-40px) skew(-40deg) rotate(-0.5deg);
    }
    50% {
      -webkit-transform: translateX(0) skew(-40deg) rotate(-0.5deg);
              transform: translateX(0) skew(-40deg) rotate(-0.5deg);
    }
    75% {
      -webkit-transform: translateX(40px) skew(-40deg) rotate(-0.5deg);
              transform: translateX(40px) skew(-40deg) rotate(-0.5deg);
    }
    100% {
      -webkit-transform: translateX(0) skew(-40deg) rotate(-0.5deg);
              transform: translateX(0) skew(-40deg) rotate(-0.5deg);
    }
  }
  @-webkit-keyframes XisIt_animation_2 {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    25% {
      -webkit-transform: translateX(-40px);
              transform: translateX(-40px);
    }
    50% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    75% {
      -webkit-transform: translateX(40px);
              transform: translateX(40px);
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @keyframes XisIt_animation_2 {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    25% {
      -webkit-transform: translateX(-40px);
              transform: translateX(-40px);
    }
    50% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    75% {
      -webkit-transform: translateX(40px);
              transform: translateX(40px);
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  .feature-section {
    z-index: 1;
    padding-top: 175px;
  }
  .feature-section:before, .feature-section:after {
    left: 0;
    top: -25px;
    content: "";
    width: 100%;
    height: 40px;
    z-index: -2;
    position: absolute;
    background-color: #fff;
    -webkit-transform: rotate(-0.5deg);
            transform: rotate(-0.5deg);
  }
  .feature-section:after {
    top: auto;
    bottom: -25px;
    -webkit-transform: rotate(-0.5deg);
            transform: rotate(-0.5deg);
  }
  .feature-section .sf-outer-shape1,
  .feature-section .sf-outer-shape2 {
    left: 0;
    right: 0;
    top: -30px;
    z-index: -1;
    content: "";
    width: 690px;
    height: 45px;
    margin: 0 auto;
    position: absolute;
    -webkit-animation: XisIt_animation_1 10s infinite linear alternate;
            animation: XisIt_animation_1 10s infinite linear alternate;
    -webkit-transform: skew(-40deg) rotate(-0.5deg);
            transform: skew(-40deg) rotate(-0.5deg);
    background-image: -webkit-gradient(linear, left top, right top, from(var(--main-color)), to(var(--color-two)));
    background-image: linear-gradient(90deg, var(--main-color) 0%, var(--color-two) 100%);
  }
  .feature-section .sf-outer-shape2 {
    top: auto;
    left: 60px;
    right: auto;
    margin: auto;
    bottom: -34px;
    -webkit-animation: XisIt_animation_1 15s infinite linear alternate;
            animation: XisIt_animation_1 15s infinite linear alternate;
    -webkit-transform: skew(-40deg) rotate(-0.5deg);
            transform: skew(-40deg) rotate(-0.5deg);
    background-image: -webkit-gradient(linear, left top, right top, from(var(--main-color)), to(var(--color-two)));
    background-image: linear-gradient(90deg, var(--main-color) 0%, var(--color-two) 100%);
  }
  .feature-section .sf-shape1 {
    right: 0;
    bottom: 20px;
  }
  .feature-section .container {
    max-width: 1320px;
  }
  .feature-section .sf-line-sh1 {
    left: 90px;
    z-index: -1;
    bottom: 15px;
  }
  .feature-section .sf-line-sh2 {
    left: 125px;
    z-index: -1;
    bottom: 50px;
  }
  
  .feature-text-wrap {
    max-width: 650px;
    padding-top: 120px;
  }
  .feature-text-wrap .h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
  }
  .feature-text-wrap .h3 span {
    font-weight: 700;
    position: relative;
  }
  .feature-text-wrap .h3 span:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    background-image: -webkit-gradient(linear, left top, right top, from(var(--main-color)), to(var(--color-two)));
    background-image: linear-gradient(90deg, var(--main-color) 0%, var(--color-two) 100%);
  }
  .feature-text-wrap .h2 {
    color: #fff;
    line-height: 1;
    font-size: 60px;
    font-weight: 700;
    padding: 20px 0px;
  }
  .feature-text-wrap p {
    color: #fff;
    font-size: 18px;
    padding-bottom: 55px;
  }
  
  .feature-list {
    z-index: 1;
    background-color: #fff;
    padding: 85px 65px 65px;
    border-top-left-radius: 90px;
  }
  .feature-list ul{
    list-style: none;
    padding-left: 0;
  }
  .feature-list .h3 {
    color: #140d1c;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 40px;
  }
  .feature-list li {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
    font-family: "Rajdhani";
  }
  .feature-list li:before {
    left: 0;
    top: 1px;
    content: "";
    font-weight: 900;
    position: absolute;
    font-family: "Font Awesome 5 free";
  }
  
  .feature-list-wrap {
    bottom: -60px;
  }
  .feature-list-wrap:before {
    top: -10px;
    left: 0;
    width: 100%;
    content: "";
    height: 50%;
    position: absolute;
    border-top-left-radius: 90px;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    background-image: -webkit-gradient(linear, left top, right top, from(var(--main-color)), to(var(--color-two)));
    background-image: linear-gradient(90deg, var(--main-color) 0%, var(--color-two) 100%);
  }
  .feature-list-wrap .appoint-btn a {
    z-index: 1;
    color: #fff;
    width: 100%;
    height: 75px;
    font-weight: 700;
    position: relative;
    font-family: "Rajdhani";
    background-color: #212222;
  }
  .feature-list-wrap .appoint-btn a:before {
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    content: "";
    height: 0%;
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    background-image: -webkit-gradient(linear, left top, right top, from(var(--main-color)), to(var(--color-two)));
    background-image: linear-gradient(90deg, var(--main-color) 0%, var(--color-two) 100%);
  }
  .feature-list-wrap .appoint-btn a i {
    margin-left: 10px;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
  }
  .feature-list-wrap .appoint-btn a:hover i {
    margin-left: 15px;
  }
  .feature-list-wrap:hover:before {
    top: -20px;
  }
  .feature-list-wrap:hover .appoint-btn a:before {
    height: 100%;
  }
  
  .feature-section-2 {
    overflow: hidden;
    padding: 85px 0px 140px;
  }
  
  .feature-text-wrap-2 {
    padding-top: 15px;
  }
  
  .extra-feature-wrap {
    margin: 40px 0px 45px;
  }
  
  .extra-feature-item {
    margin-right: 25px;
  }
  .extra-feature-item .inner-icon {
    width: 55px;
    height: 55px;
    margin-right: 10px;
    border-radius: 100%;
    background-color: #f7f7f7;
  }
  .extra-feature-item .inner-text .h3 {
    color: #140d1c;
    font-size: 18px;
    font-weight: 700;
  }
  
  .feature-img-wrap-2 .ft-shape {
    top: 45%;
    z-index: 2;
    left: 145px;
  }
  .feature-img-wrap-2 .feature-img1 {
    z-index: 1;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    -webkit-transition: 700ms all ease;
    transition: 700ms all ease;
  }
  .feature-img-wrap-2 .feature-img1.view-on {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .feature-img-wrap-2 .feature-img1 img {
    border-top-left-radius: 80px;
  }
  .feature-img-wrap-2 .feature-img1 .img-shape {
    top: -15px;
    left: 20px;
    opacity: 0;
    z-index: -1;
    -webkit-transition: 700ms all ease;
    transition: 700ms all ease;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  .feature-img-wrap-2 .feature-img1 .img-shape.view-on {
    opacity: 1;
    left: -8px;
  }
  .feature-img-wrap-2 .feature-img2 {
    right: 0;
    z-index: 1;
    top: 0px;
    opacity: 0;
    -webkit-transition: 1000ms all ease;
    transition: 1000ms all ease;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .feature-img-wrap-2 .feature-img2.view-on {
    opacity: 1;
    top: -85px;
  }
  .feature-img-wrap-2 .feature-img2 img {
    border-top-left-radius: 70px;
  }
  .feature-img-wrap-2 .feature-img2 .img-border {
    top: 0px;
    z-index: -1;
    opacity: 0;
    left: -20px;
    -webkit-transition: 700ms all ease;
    transition: 700ms all ease;
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .feature-img-wrap-2 .feature-img2 .img-border.view-on {
    top: 25px;
    opacity: 1;
  }
 @media (max-width: 1000px) {
    .feature-section .sf-outer-shape2,
    .feature-section .sf-outer-shape1{
        max-width: 45%;
    }
 }

  /* feature two start */
  @-webkit-keyframes border-transform {
    0%, to {
      border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }
    14% {
      border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }
    28% {
      border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }
    42% {
      border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }
    56% {
      border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }
    70% {
      border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }
    84% {
      border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
  }
  @keyframes border-transform {
    0%, to {
      border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }
    14% {
      border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }
    28% {
      border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }
    42% {
      border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }
    56% {
      border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }
    70% {
      border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }
    84% {
      border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
  }
  @-webkit-keyframes icon-bounce {
    0%, 100%, 20%, 50%, 80% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
    }
    60% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
    }
  }
  @keyframes icon-bounce {
    0%, 100%, 20%, 50%, 80% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
    }
    60% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
    }
  }
  .it-service-section {
    padding: 100px 0px 90px;
  }
  
  .it-service-inner-items {
    margin: 0px -15px;
  }
  
  .it-service-item {
    z-index: 1;
    width: 275px;
    background-color: #fff;
    margin: 15px;
    padding: 50px 40px 60px;
    border-top-left-radius: 70px;
    -webkit-box-shadow: 0px 3px 68px 0px rgba(0, 0, 0, 0.04);
            box-shadow: 0px 3px 68px 0px rgba(0, 0, 0, 0.04);
  }
  
  .it-service-item:before {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    border-top-left-radius: 70px;
    background-color: #fff;
  }
  .it-service-item .inner-icon {
    z-index: 1;
    width: 125px;
    height: 125px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .it-service-item .inner-icon:before {
    top: -2px;
    left: -2px;
    content: "";
    z-index: -2;
    width: 130px;
    height: 130px;
    position: absolute;
    border-radius: 100%;
    -webkit-animation: border-transform 10s linear infinite alternate forwards;
            animation: border-transform 10s linear infinite alternate forwards;
    background-image: -webkit-gradient(linear, left top, right top, from(var(--main-color)), to(var(--color-two)));
    background-image: linear-gradient(90deg, var(--main-color) 0%, var(--color-two) 100%);
  }
  .it-service-item .inner-icon:after {
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    width: 125px;
    height: 125px;
    border-radius: 100%;
    position: absolute;
    background-color: #f8f6f4;
  }
  .it-service-item .inner-text h3 {
    color: #1b1b1b;
    font-size: 22px;
    font-weight: 700;
  }
  .it-service-item .it-service-shape {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .it-service-item .it-service-shape:before {
    left: 0;
    top: 0px;
    z-index: -2;
    width: 100%;
    height: 50%;
    content: "";
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    border-top-left-radius: 70px;
    background-image: -webkit-gradient(linear, left top, right top, from(var(--main-color)), to(var(--color-two)));
    background-image: linear-gradient(90deg, var(--main-color) 0%, var(--color-two) 100%);
  }
  .it-service-item .it-service-shape:after {
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 0px;
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    background-image: -webkit-gradient(linear, left top, right top, from(var(--main-color)), to(var(--color-two)));
    background-image: linear-gradient(90deg, var(--main-color) 0%, var(--color-two) 100%);
  }
  .it-service-item .it-bottom-shape1,
  .it-service-item .it-bottom-shape2 {
    right: 0;
    opacity: 0;
    bottom: 10px;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .it-service-item .it-bottom-shape2 {
    right: 40px;
  }
  .it-service-item.active .it-bottom-shape1,
  .it-service-item.active .it-bottom-shape2,
  .it-service-item:hover .it-bottom-shape1,
  .it-service-item:hover .it-bottom-shape2 {
    opacity: 1;
  }
  .it-service-item:hover .it-bottom-shape2 {
    right: 0;
  }
  .it-service-item:hover .it-bottom-shape1 {
    right: 40px;
  }
  .it-service-item.active .it-service-shape:before ,
  .it-service-item:hover .it-service-shape:before {
    top: -10px;
  }
  .it-service-item.active .it-service-shape:after,
  .it-service-item:hover .it-service-shape:after {
    height: 10px;
  }
  .it-service-item:nth-child(2), .it-service-item:nth-child(4) {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  
  .it-service-text-wrapper {
    padding-top: 55px;
    padding-left: 40px;
  }
  .it-service-text-wrapper .it-btn {
    margin-top: 35px;
  }
  
  .it-service-content {
    padding-bottom: 295px;
  }
  
  .cta-content {
    z-index: 1;
    padding: 65px 80px;
    border-radius: 50px;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 68px 0px rgba(0, 0, 0, 0.04);
            box-shadow: 0px 3px 68px 0px rgba(0, 0, 0, 0.04);
  }
  .cta-content:before {
    top: 0;
    right: 0;
    content: "";
    left: -8px;
    width: 101%;
    z-index: -1;
    content: "";
    height: 100%;
    margin: 0 auto;
    position: absolute;
    border-radius: 30px;
    -webkit-transform: skewX(4deg);
            transform: skewX(4deg);
    background-image: -webkit-gradient(linear, left top, right top, from(var(--main-color)), to(var(--color-two)));
    background-image: linear-gradient(90deg, var(--main-color) 0%, var(--color-two) 100%);
  }
  .cta-content:after {
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/bg/ser-cta-bg.jpg);
  }
  .cta-content .cta-img-area {
    top: -215px;
    right: 80px;
  }
  .cta-content .it-service-text-wrap {
    z-index: 2;
    max-width: 500px;
  }
  .cta-content .it-service-text-wrap .it-section-title span {
    color: #3b3b3a;
    background-color: #fff;
  }
  .cta-content .it-service-text-wrap .it-section-title h2 {
    font-size: 50px;
  }
  .cta-content .it-service-text-wrap .it-service-cta-btn {
    padding-top: 18px;
  }
  .cta-content .it-service-text-wrap .it-service-cta-btn .cia-btn-icon {
    width: 75px;
    height: 75px;
    margin-right: 20px;
    border-radius: 100%;
    background-color: #e9ecef;
    -webkit-animation: icon-bounce 0.8s ease-out infinite;
            animation: icon-bounce 0.8s ease-out infinite;
  }
  .cta-content .it-service-text-wrap .it-service-cta-btn .cia-btn-icon i {
    color: #140d1c;
    font-size: 30px;
  }
  .cta-content .it-service-text-wrap .it-service-cta-btn .cia-btn-text span {
    font-size: 18px;
    font-weight: 700;
    font-family: "Rajdhani";
  }
  .cta-content .it-service-text-wrap .it-service-cta-btn .cia-btn-text h3 {
    color: #140d1c;
    font-size: 30px;
    font-weight: 700;
  }
  
  @media (max-width: 500px) {
    .it-service-item{
        width: 100%;
    }
    .cta-content {
        z-index: 1;
        padding: 54px 18px;
    }
    .cta-content .it-service-text-wrap{
        margin-top: 45px;
    }
    .feature-section{
        padding-top: 35px;
    }
    .feature-text-wrap .h2{
        font-size: 35px;
    }
  }

   @media (max-width: 1400px) {
      .it-service-item {
          width: 250px !important;
          padding: 50px 18px 60px;
      }
    }

  /* Contact Section Start */
  .bis-contact-page-content {
    padding: 45px 50px;
    margin-bottom: 60px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.06);
  }
  
  .bis-faq-contact-info-title {
    max-width: 440px;
  }
  .bis-faq-contact-info-title h3 {
    font-weight: 700;
    font-size: 36px;
    padding-bottom: 20px;
    color: #000000;
  }
  
  .bis-faq-contact-info-wrap {
    padding-top: 40px;
  }
  
  .bis-faq-contact-info {
    margin-top: 45px;
  }
  .bis-faq-contact-info .info-item-area {
    margin-bottom: 40px;
  }
  .bis-faq-contact-info .info-item-area:last-child {
    margin-bottom: 0;
  }
  .bis-faq-contact-info .info-item-area .inner-icon {
    width: 70px;
    height: 70px;
    margin-right: 30px;
    border-radius: 5px;
    background: var(--gradient-two);
  }
  .bis-faq-contact-info .info-item-area .inner-icon i {
    color: #fff;
    font-size: 30px;
  }
  .bis-faq-contact-info .info-item-area .inner-text {
    max-width: 280px;
  }
  .bis-faq-contact-info .info-item-area .inner-text h4 {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0;
    padding-bottom: 5px;
  }
  
  .bis-faq-contact-form-area {
    margin-left: 45px;
  }
  
  .bis-faq-contact-form {
    margin-top: 45px;
  }
  .bis-faq-contact-form select,
  .bis-faq-contact-form input, .bis-faq-contact-form textarea {
    width: 100%;
    height: 55px;
    border-radius: 8px;
    border: none;
    color: #7a7a7a;
    font-size: 15px;
    padding-left: 25px;
    font-weight: 600;
    margin-bottom: 30px;
    background-color: #eaefef;
  }
  .bis-faq-contact-form textarea {
    height: 110px;
    padding-top: 15px;
  }
  @media (max-width:767px) {
    .bis-contact-page-content{
        padding: 45px 18px;
    }
    .bis-faq-contact-info .info-item-area .inner-text {
        max-width: 232px;
    }
    .bis-faq-contact-form-area{
      margin-left: 0;
    }
    .it-service-item:nth-child(1), .it-service-item:nth-child(2),
    .it-service-item:nth-child(3), .it-service-item:nth-child(2){
      transform: translateY(0);
    }
  }

  /* footer */
  .footer-section {
    padding-top: 90px;
  }
  
  .footer-widget .widget-title {
    font-size: 22px;
    color: #373a5b;
    font-weight: 700;
    padding-bottom: 20px;
  }
  
  .footer-widget .footer-logo {
    margin-bottom: 25px;
  }
  .footer-widget .footer-logo img{
    max-height: 75px;
  }
  
  .footer-widget .ft-text,
  .footer-widget p {
    max-width: 280px;
    line-height: 1.475;
  }
  
  .footer-widget .payment-mathod {
    margin-top: 30px;
    margin-bottom: 21px;
  }
  .footer-widget ul{
    padding-left: 0;
    list-style: none;
  }
  .footer-widget ul li {
    width: 50%;
    float: left;
    font-size: 14px;
    padding-left: 15px;
    margin-bottom: 20px;
    font-family: "Poppins";
  }
  
  .footer-widget ul li a {
    color: #373a5b;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    transition: 0.3s all ease-in-out;
  }
  
  .footer-widget ul li a:before {
    left: -15px;
    top: 3px;
    content: "";
    font-size: 12px;
    font-weight: 900;
    position: absolute;
    font-family: "Font Awesome 5 Free";
  }
  
  .footer-widget ul li a:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 0%;
    left: 0;
    bottom: 0;
    background-color: #0072fd;
    transition: 0.3s all ease-in-out;
  }
  
  .footer-widget ul li a:hover {
    color: #0072fd;
    margin-left: 10px;
  }
  
  .footer-widget ul li a:hover:after {
    width: 100%;
  }
  
  .footer-widget .h4 {
    font-size: 14px;
    font-weight: 700;
    padding-left: 28px;
    margin-right: 15px;
    position: relative;
    margin-bottom: 18px;
  }
  
  .footer-widget .h4 i {
    left: 0;
    top: 2px;
    color:  var(--main-color);
    font-size: 20px;
    margin-right: 5px;
    position: absolute;
  }
  
  .footer-widget .h4 span {
    font-family: "Circular Std Book";
    font-weight: 400;
    margin-top: 10px;
    display: block;
    color: #818181;
  }
  
  .footer-widget .download-btn {
    width: 100%;
    margin-top: 25px;
    display: inline-block;
  }
  
  .footer-widget .download-btn a {
    margin-right: 10px;
  }
  
  .footer-widget .footer-social {
    margin-top: 15px;
  }
  
  .footer-widget .footer-social a {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background-color: #fff;
    line-height: 30px;
    text-align: center;
    margin-right: 5px;
    display: inline-block;
    transition: 0.3s all ease-in-out;
    box-shadow: 0px 0px 9px 0px rgba(15, 54, 131, 0.07);
  }
  
  .footer-widget .footer-social a:nth-child(1) {
    color: #16599b;
  }
  
  .footer-widget .footer-social a:nth-child(2) {
    color: red;
  }
  
  .footer-widget .footer-social a:nth-child(3) {
    color: #ea4c89;
  }
  
  .footer-widget .footer-social a:nth-child(4) {
    color: black;
  }
  .footer-widget .footer-social a:nth-child(5) {
    color: red;
  }
  .footer-widget .footer-social a:nth-child(6) {
    color: black;
  }
  
  .footer-widget .footer-social a:nth-child(7) {
    color: green;
  }
  
  .footer-copyright {
    margin-top: 40px;
    font-size: 14px;
    font-family: "Poppins";
  }
  
  .footer-copyright .footer-copyright-content {
    padding: 25px 0px 15px;
    border-top: 2px solid #dee2ef;
  }
  
  .footer-copyright .copyright-menu {
    float: right;
  }
  
  .footer-copyright .copyright-menu a {
    margin-left: 35px;
  }
  
  @keyframes left-right-move {
    0% {
      transform: translateX(-100px);
    }
    50% {
      transform: translateX(-10px);
    }
    100% {
      transform: translateX(-100px);
    }
  }
  .footer-shape1 {
    top: 120px;
    right: 130px;
    opacity: 0.5;
    z-index: -1;
  }
  
  .footer-shape2 {
    top: 110px;
    left: -160px;
    opacity: 0.5;
    z-index: -1;
  }
  
  .footer-shape3 {
    left: -50px;
    right: 0;
    opacity: 0.5;
    z-index: -1;
    bottom: 100px;
    margin: 0 auto;
    text-align: center;
    animation-name: left-right-move;
    animation-duration: 25s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
/* breadcurmb */
  .Breadcrumb{
    display: flex;
    align-items: center;
    padding-left: 0px;
    list-style: none;
    gap: 5px;
  }
  .Breadcrumb li a,
  .Breadcrumb li,
  .Breadcrumb li span{
    color: white;
  }
  
  
  .text-clamp1 {
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    display: block !important;
    display: -webkit-box !important;
    overflow: hidden !important;
}

.text-clamp2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical !important;
    display: block !important;
    display: -webkit-box !important;
    overflow: hidden !important;
}

.text-clamp3 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical !important;
    display: block !important;
    display: -webkit-box !important;
    overflow: hidden !important;
}

.text-clamp4 {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical !important;
    display: block !important;
    display: -webkit-box !important;
    overflow: hidden !important;
}
 