:root {
  --white: #ffffff; 
  --black: #000000;
  --dark-blue-500: #090E36;
  --gry-bg:#F5F5F7;
  --red:#E02336;
}


* { box-sizing: border-box;}
html, body { margin: 0;	padding: 0;	border: 0; vertical-align: baseline;font-family: 'Satoshi-Regular'; font-optical-sizing: auto; font-style: normal; font-weight: 400; list-style: none; color:var(--black);
overflow-x: hidden !important;overflow-y: auto !important
}
a:focus,button:focus,input:focus,textarea:focus { outline:0; text-decoration:none;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0; -webkit-font-smoothing:antialiased; margin-bottom:15px; color:var(--black); line-height: normal; line-height: normal;}
h1 { font-size:70px; font-family: 'Satoshi-Bold';}
h2 { font-size: 50px;font-weight: 600;font-family: 'Satoshi-Medium';}
h3 { font-size:45px; color: var(--dark-blue-500);}
h4 { font-size:35px;}
h5 { font-size:29px;}
a { color:#018aff; text-decoration:none; transition:all ease-out .3s; -webkit-transition:all ease-out .3s; -moz-transition:all ease-out .3s;-ms-transition:all ease-out .3s; -o-transition:all ease-out .3s;}
a:hover { text-decoration:none;color:#3b90ff;}
label { font-weight:400;margin:0;}
p { font-size: 20px; line-height:normal; margin-bottom:15px; color: var(--dark-blue-500); }
.title2{font-size: 20px;}
li,ol,ul { list-style:none; margin:0; padding:0;}
focus { outline:0;}
.title1-bold{font-size:24px; font-weight: 400;}
.navbar-toggler:focus{outline:none; box-shadow: none;}
.gry-bg-color{background-color: var(--gry-bg);}
.inner-page h2{font-family: 'Satoshi-Light';}


/*========================== Commen styles ========================*/

::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #787878;}
::-moz-placeholder { /* Firefox 19+ */ color: #787878;}
:-ms-input-placeholder { /* IE 10+ */ color: #787878;}
:-moz-placeholder { /* Firefox 18- */ color: #787878;}
button{border: none;}
.gradient-1{background: rgb(253,148,40);
  background: -moz-linear-gradient(62deg, rgba(253,148,40,1) 0%, rgba(244,57,90,1) 50%, rgba(172,32,204,1) 100%);
  background: -webkit-linear-gradient(62deg, rgba(253,148,40,1) 0%, rgba(244,57,90,1) 50%, rgba(172,32,204,1) 100%);
  background: linear-gradient(62deg, rgba(253,148,40,1) 0%, rgba(244,57,90,1) 50%, rgba(172,32,204,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fd9428",endColorstr="#ac20cc",GradientType=1);}

.btn-gradient { display: inline-block; position: relative; background:none; color: var(--white); padding: 10px 25px; border-radius: 35px; transition: all ease-out 0.3s; font-size:20px;background: rgb(253,148,40);
  background: -moz-linear-gradient(62deg, rgba(253,148,40,1) 0%, rgba(244,57,90,1) 50%, rgba(172,32,204,1) 100%);
  background: -webkit-linear-gradient(62deg, rgba(253,148,40,1) 0%, rgba(244,57,90,1) 50%, rgba(172,32,204,1) 100%);
  background: linear-gradient(62deg, rgba(253,148,40,1) 0%, rgba(244,57,90,1) 50%, rgba(172,32,204,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fd9428",endColorstr="#ac20cc",GradientType=1);} 

  .btn-gradient:hover{background: rgb(253,148,40);
    background: -moz-linear-gradient(263deg, rgba(253,148,40,1) 0%, rgba(244,57,90,1) 50%, rgba(172,32,204,1) 100%);
    background: -webkit-linear-gradient(263deg, rgba(253,148,40,1) 0%, rgba(244,57,90,1) 50%, rgba(172,32,204,1) 100%);
    background: linear-gradient(263deg, rgba(253,148,40,1) 0%, rgba(244,57,90,1) 50%, rgba(172,32,204,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fd9428",endColorstr="#ac20cc",GradientType=1); color: var(--white);}  

    .text-gradient{background: -webkit-linear-gradient(#AC20CC, #F4395A, #FD9428);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;}
section{padding: 100px 0;}
.width-full{width: 100%;}



.btn-style-line {color: var(--dark-blue-500);}
.btn-style-line svg{margin-left: 10px; fill:var(--dark-blue-500)}
.btn-style-line:hover{color: var(--light-blue-500);}
.btn-style-line:hover svg{fill: var(--light-blue-500);}

.primary-btn img { display: inline-block; margin-left: 7px;}

/*========================== Commen styles ========================*/

header{padding: 10px 0; position: fixed; }
.top-banner{background-color: var(--dark-blue-500); }
.top-banner-inside{background: url(../img/wave.png) no-repeat center, url(../img/light-banner.png) center no-repeat;padding-bottom: 50px;}
.top-banner h1, .top-banner h5{color: var(--white);}
.discover-block{display: flex; margin: 45px auto; align-items: center; justify-content: center;}
.trusted-box{margin-left: 25px; display: flex; align-items: center;}
.trusted-box p{margin: 0px; color: var(--white);}
.trusted-box p i{display: block; font-style: normal; text-align: left;}
.trusted-box ul{margin-right:15px;}
.trusted-box ul li{display: inline-block; margin-left: -20px;}
.trusted-box ul li:first-child{margin-left: 0;}
.trusted-box ul li img{width: 55px; height: 55px; border-radius: 100%; border: 2px solid var(--white); background-color: var(--white);}
.line-banner ul li{display: inline-block; width: 20%; position: relative;}
.line-banner ul li::after {
  content: "";
  width: 75px;
  height: 1px;
  background-color: var(--white);
  display: block;
  position: absolute;
  right: -37px;
  top: 20px;
}
.line-banner ul li:last-child:after{display: none;}
.line-banner ul li:nth-child(2):after{ right: -30px;}
.header-top-bar { display: block; padding: 20px 0; background-size: cover !important; background-repeat: no-repeat !important; background-position: center top !important; min-height: 123px;}
.header-top-bar .container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; position: relative;}
.logo { display: block;}
.logo a { display: block;}
.logo a img { display: block;}

.header-top-right { display: flex; align-items: center; flex-wrap: wrap;}
.header-top-right ul { display: flex; align-items: center;}
.header-top-right ul li { display: block; margin-right: 58px;}
.header-top-right ul li a { display: block; position: relative; min-height: 42px; padding-left: 50px;}
.header-top-right ul li a .icon { display: inline-block; position: absolute; left: 0; top: 0;}
.header-top-right ul li p { margin-bottom: 0; font-size: 20px; color: var(--black); height: 100%; padding-left: 15px; border-left: 1px solid #000000;}
.header-top-right ul li p span { display: block; font-size: 15px; padding-bottom: 5px;}

.header-search { display: block; position: relative; padding-right: 55px; border: none; border-bottom: 1px solid #000000; max-width: 406px; width: 100%;}
.search-btn { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; border: none; background: none; position: relative; transition: all ease-out 0.3s; position: absolute; right: 0; top: 0;}
.search-input { width: 100%; height: 50px; border: none; padding: 0;}

.header-menu-section { display: block; padding: 7px 0;}
.header-menu-section .container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; position: relative;}

.bg-grey { background: var(--grey) !important;}
.bg-black { background: var(--black) !important;}
.bg-green { background: #000000 !important;}
.bg-yellow { background: var(--secondary-color) !important;}

/* ==========================================================================
   Menu with dropdown menu begin
   ========================================================================== */
.main-menu { display:block;}
.main-menu > ul { display:block; text-align: center;}
.main-menu > ul > li { display:inline-block; margin: 0 35px 0 0;}
.main-menu > ul > li > a { color:#000000; display: block; font-size: 16px; padding: 5px 0; position: relative; line-height: 1; font-weight: 500; text-transform: uppercase;}
.main-menu > ul > li > a::after { content: ''; width: 100%; height: 20px; border-radius: 100%; display: block; position: absolute; top: 15px; right: 0; left: 0; bottom: 0px; z-index: -1; margin: auto; -webkit-transition: all ease-out 0.3s; -o-transition: all ease-out 0.3s; transition: all ease-out 0.3s; filter: blur(8px); opacity: 0; transform: rotate(15deg);}
.main-menu > ul > li > a:hover::after { opacity: 0.5;}
.main-menu > ul > li:hover > a, .main-menu > ul > li.active > a { color: var(--secondary-color);}
.main-menu > ul > li.dropdown > a::before { content: "\f107"; font-family: "FontAwesome"; font-size: 14px; color: var(--black); display: inline-block; position: absolute; right: -8px; top: 9px;}
.main-menu > ul > li.dropdown:hover > a::before { color: #000000;}

.main-menu > ul > li > ul { display:block; position:absolute; top:37px; right: 0px; width: 200px; font-weight: 400; z-index: 10; opacity: 0; pointer-events: none; transition: all ease-out 0.3s; transform: translateY(10px);}
.main-menu > ul > li > ul > li { display:block;}
.main-menu > ul > li > ul > li:first-child { border-top:none;}
.main-menu > ul > li > ul > li > a { display: block; color: #d1e1f4; padding: 10px 15px; font-weight: 400; font-size: 14px; line-height: 18px; position: relative; text-align: left;  text-transform: uppercase;}
.main-menu > ul > li > ul > li > a:hover { color: #000000;}
/* .main-menu > ul > li:nth-child(6) > ul { left: inherit; right: 0px;} */
.main-menu > ul > li > ul.normal-sub-menu { width: 250px;}
.main-menu > ul > li > ul { max-height: 350px; overflow-y: auto; scrollbar-color: #055e2d #363232; scrollbar-width: thin;}
.main-menu > ul > li > ul::-webkit-scrollbar { width: 8px;}
.main-menu > ul > li > ul::-webkit-scrollbar-track { background: #000000;}
.main-menu > ul > li > ul::-webkit-scrollbar-thumb { background-color: #000000; outline: none;}
.main-menu > ul > li:hover > ul { opacity: 1; pointer-events: all; transform: translateY(0px);}

/* Menu Second Level  */
.main-menu > ul > li > ul > li { position: relative; display: block;}
.main-menu > ul > li > ul > li> a.hoverClass { color: var(--white);}
.main-menu > ul > li > ul > li.dropdown >a:after{ content: "\f107"; position: absolute; top: 8px; right: 15px; font-family: 'FontAwesome'; transition: all ease 0.2s;}
.main-menu > ul > li > ul > li.dropdown> a.hoverClass:after{ color: var(--white); transform: rotate(-90deg);}
.main-menu > ul > li > ul > li > ul { display: block; transition: all ease 0.2s; position:absolute; top:0px; left:220px; background-color: #000000; width: 200px; font-weight: 400; opacity: 0;}
.main-menu > ul > li > ul > li > ul.pull-ul { right:200px; opacity: 1; pointer-events: auto; z-index: 3;}
.main-menu > ul > li > ul > li > ul > li { display:block; border-top:1px solid #615f5f;}
.main-menu > ul > li > ul > li > ul > li:first-child { border-top:none;}
.main-menu > ul > li > ul > li ul > li > a {display: block; color: #a6a6ac; padding: 10px 15px; font-weight: 400; font-size: 14px; position: relative; text-align: left;}
.main-menu > ul > li > ul > li ul > li > a:hover { color:#fff;}

/*======================================== Menu Style End =======================================*/
.mobile-menu ul.menu-list { padding:5px 0;}
.mobile-menu ul.menu-list > li > a:hover { background: #000000; color:#FFF;}
.mobile-menu ul.menu-list > li > ul { display:none; margin-left:0; padding:10px 0; background:#2b2a2a;}
.mobile-menu ul.menu-list> li a.open,.mobile-menu ul.menu-list > li > ul > li a:hover { background: #000000; color: var(--white);}
.mobile-menu ul.menu-list > li > ul > li a {color:#FFF; padding:10px 10px;display:block; font-size:16px; transition:all ease-out .2s;-webkit-transition:all ease-out .2s;-moz-transition:all ease-out .2s;-ms-transition:all ease-out .2s;-o-transition:all ease-out .2s;text-align:center;}
.menu-toggle { position:absolute; display:none; width:48px; height:48px; top:8px; right:20px; box-sizing:border-box; border: none; background: none; padding: 0;}
.menu-toggle span.line { position:relative; width:60%; height:2px; background: #000000; margin:6px auto; display:block; transition:all ease .3s; -webkit-transition:all ease .3s; -moz-transition:all ease .3s; -o-transition:all ease .3s; -ms-transition:all ease .3s}
.menu-toggle.active span.line { position:absolute; margin:auto; top:0; right:0; bottom:0; left:0; transform-origin:center center;}
.menu-toggle.active span.line.a { transform:rotate(45deg)}
.menu-toggle.active span.line.c { transform:rotate(-45deg)}
.menu-toggle.active span.line.b { opacity:0}
.mobile-menu { display:none;}
.mobile-menu > ul { padding:10px 0}
.mobile-menu ul > li {text-align:center; border-top: 1px solid rgba(255, 255, 255, 0.1); position: relative;}
.mobile-menu ul > li:first-child { border-top:none;}
.mobile-menu ul > li > a { display:block; color: var(--white); font-size:16px; padding:8px 20px;}
.mobile-menu ul > li > a > img { display: none;} 
.mobile-menu ul > li.dropdown > a { position:relative;}
.mobile-menu ul > li.dropdown > a:after { content: "\f107"; font-family: "FontAwesome"; font-size: 14px; color: var(--white); display: inline-block; position: absolute; right: 10px; top: 8px;}
.mobile-menu ul > li.drp > a { position:relative;}
.mobile-menu ul > li.drp > a:after { content:''; width:0; height:0; display:block; border:6px solid #fff; border-color: var(--white) transparent transparent transparent; position:absolute; right:15px; top:15px;}
.mobile-menu ul > li.drp > a.open:after { border:6px solid var(--white); border-color: transparent transparent var(--white) transparent; top:10px;}
/*======================================== Menu Style End =======================================*/

.mega-drop { border-top: none; position: absolute; width: 100%; top: 101px; left: 0; display: block; opacity: 0; pointer-events: none; /*overflow: hidden;*/ transition:all ease 0.3s; transform: scale(0.96); text-align: left; padding: 35px 0; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.144); background: var(--white); z-index: 9;}
.mega-drop.active { opacity: 1; pointer-events: auto; transform: scale(1); z-index: 9;}
.mega-drop-main { display: block; overflow: hidden;}
/* ==========================================================================
  Menu with dropdown menu End
  ========================================================================== */
.home-page { overflow: hidden;}





.header { display: block; position: relative; margin: 0px auto; width: 100%;}
.navbar-nav .nav-link{color: var(--white); font-size:22px; padding-left: 0px !important; padding-right: 0px !important;}
.navbar-nav li{margin: 0 25px;}
.navbar-nav .nav-link.active{color: var(--white);}



/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}
.hvr-underline-from-left2:before{background: var(--dark-blue-500) !important;}


.dropdown-menu{padding: 0px;}
.dropdown-menu li{margin: 0px;}
.dropdown-menu li a{padding: 8px 20px;}
.dropdown-menu li a:hover{background-color:var(--light-blue-500); color: var(--white);}

  .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--white);
  }


.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  transition:all ease-out .3s; -webkit-transition:all ease-out .3s; -moz-transition:all ease-out .3s;-ms-transition:all ease-out .3s; -o-transition:all ease-out .3s;
}


@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    transition:all ease-out .3s; -webkit-transition:all ease-out .3s; -moz-transition:all ease-out .3s;-ms-transition:all ease-out .3s; -o-transition:all ease-out .3s;
  }
  .dropdown .dropdown-menu {
    display: none;
  }
  .dropdown:hover .dropdown-toggle::after {
 font-family: "FontAwesome";
    content: "\f106";
    border: none !important;
    font-size: 14px;
    
  }
  .dropdown-toggle::after{content: "\f107"; border: none !important; vertical-align: 0;font-size: 14px;   font-family: "FontAwesome";}
}

@media screen and (max-width: 991px) {
  .dropdown-toggle.show::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
}


.statics-no{width: 100%; background: url(../img/gradient-bg.jpg) center; border-radius:30px; padding:50px; background-size: cover; }
.statics-no .white-box{background-color: #ffffff91;border-radius:30px; height: 100%;backdrop-filter: blur(10px);padding:20px; position: relative;}
.about-contant .contant-text{padding: 0 0 0 50px;}
.about-contant .inside-box{ padding:90px 30px 30px 30px;}
.about-contant .statics-slider{margin:40px 0 30px 0; text-align: center;}
.about-contant .statics-slider h2{margin: 0px !important; font-weight: 400 !important;  font-family: 'Satoshi-Regular'; color: var(--black);}
.about-contant .statics-slider h6{font-size:25px;}
.right-position{
  float: right;
  clear: flex;
}
.round-btn {
	display:flex;
	font-size: 0px;
	cursor: pointer;
	width: 72px;
	height:72px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
  align-items: center;
}
.round-btn img {
  width: 30px !important;
  margin: 0px auto;
}

.round-btn:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

/* Effect 1a */
.round-btn-effect .round-btn:hover {
	background: #fff;
	color: #41ab6b;
}

.round-btn-effect .round-btn:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}


.round-btn-effect-1 .round-btn {
	background:var(--white);
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}

.round-btn-effect-1 .round-btn:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 2px #fff;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}

.statics-slider .owl-dots {
  text-align: center;
  padding-top: 0;
  bottom: -42px;
  padding-bottom: 0;
  margin-top: -40px;
  position: absolute;
  margin: 0px auto;
  text-align: center;
  right: 0;
  left: 0;
  bottom: -20px;
}
.statics-slider .owl-dots button.owl-dot {
  width: 8px;
  height:8px;
  border-radius: 50%;
  display: inline-block;
  background: var(--white);
  margin: 0 6px;
}
.statics-slider .owl-dots button.owl-dot.active {
  background-color:#565656;
}
.statics-slider .owl-dots button.owl-dot:focus {
  outline: none;
}
.statics-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.statics-slider span {
    font-size: 70px;    
    position: relative;
    top: -5px;
}
.statics-slider .owl-nav button:focus {
    outline: none;
}



.award-block{background: url(../img/award-winning.png) no-repeat 50% 55px, url(../img/light-bg.png) no-repeat center top var(--dark-blue-500);}
.award-block h3{font-family: 'Satoshi-Bold';color: var(--white);}
.award-block h6{color: var(--white); font-size: 25px;}
.award-block p{color: var(--white);}
.award-block .how-doing{display: flex; align-items: center;}
.working-process{margin: 80px 0 0 0;}
.working-process h6{padding: 0px; margin: 0px;}
.process-item{border:1px dashed #6B6F88; border-radius: 10px; width: 100%;text-align: center; margin: 0px auto; height:auto; padding: 15px; display: block; min-height: 130px;align-content: center;}
.process-item img{display: block; text-align: center; margin: 0px auto 15px;}
.process-item span{color: #EBEDFC;}
.how-doing .first-box{width: 50%;}
.working-process .success-box {text-align: center; padding: 0 30px; margin-left: 25px;}
.working-process .success-box span{color:#EBEDFC;}
.working-process .success-box .success-round{width: 120px; height: 120px; border-radius: 100%; background-color:#C9FFCF4F; padding: 15px; margin-bottom: 15px;}
.working-process .success-box .success-round .inside{width: 100%; height: 100%;background-color: #45FF5878; border-radius: 100%; display: flex; align-items: center; }
.working-process .success-box .success-round .inside img{width:50px; margin: 0px auto;}

.services-block{background: url(../img/color-light.png) right top no-repeat;}
.services-item{background-color: var(--gry-bg);-webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px; padding:45px; display: flex;}
  .services-item .left-icon{width:40%; display: flex;}
  .services-item .left-icon .img-round{width:70px; height:70px; border-radius: 100%; background-color: var(--dark-blue-500); display: flex; align-items: center; justify-content: center;}
  .services-item .left-icon .img-round img{width: 32px;}
  .services-item .content-text{padding: 0 0 0 40px;}


  .case-studies{
    background: rgb(168,32,47);
background: -moz-linear-gradient(180deg, rgba(168,32,47,1) 0%, rgba(9,14,54,1) 35%);
background: -webkit-linear-gradient(180deg, rgba(168,32,47,1) 0%, rgba(9,14,54,1) 35%);
background: linear-gradient(180deg, rgba(168,32,47,1) 0%, rgba(9,14,54,1) 35%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a8202f",endColorstr="#090e36",GradientType=1);
  }
  .case-studies .inner{background: url(../img/work.png) no-repeat center top;}
  .case-studies h2{color: var(--white);}
  .case-studies p{color: var(--white);}

  .case-studies-slider{background-color: var(--white);overflow: hidden;}
  .case-studies-slider .content{padding:60px; height:100%; position: relative; background-color: var(--white);}
  .case-studies-slider .content .logo{margin-bottom: 25px;}
  .case-studies-slider .content p{color: var(--black);}
  .case-studies-slider .work-img img{width: 100% !important;}
  .case-studies-slider .content .number h5{margin-bottom: 0px; font-weight: 600;}
  .case-studies-slider .brand-name{position: absolute; bottom:50px; display: flex; align-items: center;}
  .case-studies-slider .brand-name span{width:1px; height: 15px; background-color: #D9D9D9;display: inline-block; margin: 0px 10px;  }
  .case-studies-slider img{width: auto !important;}

  
  .btns {
    display: flex;
    margin:55px 0 0 0;
    position: relative;
    z-index: 999;
  }
.btns a{cursor: pointer; width:56px; height: 56px; border-radius: 100%; border: solid 1px var(--white);align-items: center; display: flex; justify-content: center;}
.btns a:hover{background-color: #A8202F;border: solid 1px #A8202F;}
.btns a img{width:8px;}
.customNextBtn{margin-right:20px;}
.btns:after{content: "";width: 85%; height: 1px; background-color: var(--white); position: absolute; right: 0; top:50%}

ul.splide__list{display: flex;  align-items: center;}
ul.splide__list li{margin: 0 10px;}

.tech-say{background: url(../img/color-bg2.png) right top no-repeat;}
ul.tech-icons{display: flex;}
ul.tech-icons li{margin-right:20px; background-color: var(--white); border-radius:18px; padding:20px 20px;  margin: 0 8px; display:flex; width: 130px; height: auto; text-align: center;}
ul.tech-icons li img{width: 60px; margin-bottom: 10px;}


.clients-say{background: url(../img/heart.png) no-repeat center; height:auto; margin-top:100px; padding: 80px 0; position: relative;}
.clients-say:before{content: "";position: absolute; left:10%; top: 20%; background: url(../img/love-left.png); width: 182px; height: 140px; display: block;}
.clients-say:after{content: ""; position: absolute; right:10%; top: 20%; background: url(../img/love-right.png); width: 182px; height: 140px; display: block;}






#primary-slider {
  margin-bottom: 20px;
}
#primary-slider .splide__list {
  background-color: hsla(70,50%,50%,.5);
  margin-bottom: 20px;
}

.say-outer .splide__slide {
  display: block  ;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.say-outer .splide__slide img {
	width:  auto;
  height: auto;
  margin:auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.say-outer h5{text-align: center;}
.splide__track--nav > .splide__list > .splide__slide.is-active{
  border: none !important;
  box-shadow: -2px -1px 24px 0px rgba(242,166,172,0.7);
-webkit-box-shadow: -2px -1px 24px 0px rgba(242,166,172,0.7);
-moz-box-shadow: -2px -1px 24px 0px rgba(242,166,172,0.7); border: 2px solid var(--red) !important;}
.splide__track{padding: 20px 0;}
.say-slider-thumbnail img{border-radius: 10px !important;}

.client-name{margin: 25px auto 0; text-align: center;}
.client-name h6{margin: 0px; font-weight: 400; font-size: 25px;}
.client-name p{font-size: 16px;}
.client-testimonial:before{content: ""; width: 55px;height: 36px;background: url(../img/quote.svg) no-repeat; display: block;}

.blog{background-color: var(--gry-bg);}
.card-style1 h4, .card-style2 h4{font-size:28px;}
.card-style1 img{border-radius: 20px;}
.card-style1 .date-service{padding:20px 0; display: flex;align-items: center;}
.card-style1 .category{background-color: #FCE8EA;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px; padding: 8px 20px; margin-right: 20px;}
.card-style1 .date img{border-radius: 0px; margin-right:10px;}
.card-style1 .date {color: #590D14; font-weight:600;}

.card-style2{border-bottom: 1px solid #DAE0ED; padding: 25px 0; display: flex;}
.card-style2 .img{margin-right: 40px;}
.card-style2 .img img{border-radius: 20px;}
.card-style2 .date-service{padding:20px 0; display: flex;align-items: center;}
.card-style2 .category{background-color: #FCE8EA;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px; padding: 8px 20px; margin-right: 20px;}
.card-style2 .date img{border-radius: 0px; margin-right:10px;}
.card-style2 .date {color: #590D14; font-weight:600;}
.card-style2 p, .card-style1 p{margin-bottom: 0px;}

footer{background-color: var(--dark-blue-500); padding: 80px 0 0 0;}
ul.fot-link1 li{padding:7px 0;}
ul.fot-link1 li a{color: var(--white); font-size: 22px;}
ul.fot-link1 li a:hover{color: #E02336;}

ul.fot-link2 li{padding:7px 0;}
ul.fot-link2 li a{color: #B0B0B0; font-size: 16px;}
ul.fot-link2 li a:hover{color:var(--white);}

.address-block h4{color: var(--white); font-size: 25px;}
.address-block p{color: #B0B0B0;font-size: 18px;}
.address-block h5{color: var(--white); font-size: 18px; font-weight:bold;}

ul.social-list li{display: inline-block;}
.copyright-section{padding: 35px 10px; align-items: center; display: flex; align-items: center; color: var(--white); border-top: 1px solid #1E2A53; margin-top:60px;}
.copyright-section p{color: var(--white); margin: 0px; font-size: 18px;}
.copyright-section img{margin: 0 15px; width:110px;}



.hyperlink {
    display: inline-block;
    vertical-align: middle;
    color: #B0B0B0;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}
.hyperlink:hover{color: var(--white);}
.hyperlink:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background:#E02336;
    height: 1px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hyperlink:hover:before, .hyperlink:focus:before, .hyperlink:active:before {
    right: 0;
}

ul.social-list li a{color: var(--white); font-size:20px;}
ul.social-list li{margin-right: 10px;}
ul.social-list li a:hover{color: var(--red  );}

.case-studies-slider .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: var(--red);
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.case-studies-slider .owl-nav button.owl-prev {
  left: 0;
}
.case-studies-slider .owl-nav button.owl-next {
  right: 0;
}

.case-studies-slider .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.case-studies-slider .owl-dots button.owl-dot {
  width: 8px;
  height:8px;
  border-radius: 50%;
  display: inline-block;
  background: var(--white);
  margin: 0 3px;
}
.case-studies-slider .owl-dots button.owl-dot.active {
  background-color: var(--red);
}
.case-studies-slider .owl-dots button.owl-dot:focus {
  outline: none;
}
.case-studies-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.case-studies-slider .owl-nav button:focus {
    outline: none;
}








.latest-blog-slider .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: var(--red);
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.latest-blog-slider .owl-nav button.owl-prev {
  left: 0;
}
.latest-blog-slider .owl-nav button.owl-next {
  right: 0;
}

.latest-blog-slider .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.latest-blog-slider .owl-dots button.owl-dot {
  width: 8px;
  height:8px;
  border-radius: 50%;
  display: inline-block;
  background: var(--dark-blue-500);
  margin: 0 3px;
}
.latest-blog-slider .owl-dots button.owl-dot.active {
  background-color: var(--red);
}
.case-studies-slider .owl-dots button.owl-dot:focus {
  outline: none;
}
.latest-blog-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.latest-blog-slider .owl-nav button:focus {
    outline: none;
}






.at-tab {
  display: none;
  padding: 15px;
  border-top: none;


}

.at-title {
  cursor: pointer;
  background-color: #f5f5f5;
  position: relative;
  transition: background-color 0.3s ease;
  background: #A8202F;
background: linear-gradient(113deg, rgba(168, 32, 47, 1) 0%, rgba(9, 14, 54, 1) 100%);
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
}

.at-title:hover {
  background-color: #e0e0e0;
}

.at-title:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: all 0.3s ease;
  font-size: 24px;
    background: url(../img/plus.svg);
    width: 13px;
  height: 13px;
}

.at-title.active:after {
  content: "";
  background: url(../img/minus.svg);
  width: 18px;
  height: 1px;
  right: 20px;
}

.at-item {
  border-radius: 5px;
  margin-bottom: 15px;
}

.at-title h2 {
  font-size: 18px;
  font-weight:400;
  padding: 10px 15px;
  margin: 0;
  color: var(--white);
}

.accordion-header {
  text-align: center;
  background-color: #222222;
  color: white;
  padding: 20px 0;
}





 .hide {
      transform: translateY(-100%);
      opacity: 0;
    }

    /* Show effect */
    .show1 {
      transform: translateY(0);
      opacity: 1;
      background: linear-gradient(113deg, rgba(168, 32, 47, 1) 0%, rgba(9, 14, 54, 1) 100%);
      position: fixed;
      z-index: 99999;
      top: 0;
    }


  .dropdown{position: inherit;}
    /* Mega menu custom */
    .dropdown-menu.mega-menu {
      width: 100%;
      left: 0;
      right: 0;
      background-color: inherit;
      top:58px;
      border: none;

    }

    .mega-menu .col {
      padding: 0 1rem;
    }

    .mega-menu h6 {
      font-weight: 600;
      margin-bottom: 1rem;
    }

    .mega-menu a {
      display: block;
      padding: 5px 0;
      color: #333;
      text-decoration: none;
    }

    .mega-menu a:hover {
      color: #007bff;
    }

    .dropdown-menu-inner  {border-radius: 0px; border: none;background: #FFF;
  ;-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; margin: 20px 0 0 0; padding:30px;}

.dropdown-menu-inner h6{color: #4d4d4d;}
.menu-card-style1{background-color: #f6f8fa; padding:10px !important;-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; display: flex !important; align-items: center; height: 100%;} 
.menu-card-style1 {border: 1px solid var(--white);}
.menu-card-style1:hover{   color: var(--black) !important;background: #fff;
box-shadow: -4px -4px 23px -3px rgba(0,0,0,0.09);
-webkit-box-shadow: -4px -4px 23px -3px rgba(0,0,0,0.09);
-moz-box-shadow: -4px -4px 23px -3px rgba(0,0,0,0.09);}
.menu-card-style1 .img{margin-right:15px;}
.menu-card-style1 .img img{width:40px;}
.menu-card-style1 .text{font-weight:500;}



.top-banner-innner{background-color: var(--dark-blue-500); padding: 50px 0; min-height: 650px;position: relative;}
.top-banner-innner .inner-banner-inside{position: absolute; bottom: 60px; margin: 0px auto; width: 100%;}
.top-banner-innner .inner-banner-inside h2{color: var(--white);font-family: 'Satoshi-Light';}
.top-banner-innner .inner-banner-inside p{color: var(--white); margin: 30px 0;}
.top-banner-innner .inner-banner-inside h5{color: var(--white); font-size: 20px; align-items: center;}
.top-banner-innner .inner-banner-inside h5::before{content:""; width: 8px; height: 8px; background-color: var(--red); display: block; border-radius: 100%; margin-right: 10px;}


.web-services.owl-carousel .owl-stage-outer {
  overflow: unset;
}
.card-style4 {background-color: var(--white); border-radius:20px; overflow: hidden; min-height: 575px;}
.card-style4 span{width: 100%; height: 270px;display: block; margin-bottom: 25px; margin: 0px auto; text-align: center; display: flex; align-items: center; justify-content: center;}
.card-style4 img{width:110px !important;}
.card-style4 .content{padding:40px;}

.web-design-block{background-color: var(--gry-bg);} 

.card-portfolio .img-block span {
  border-radius: 60px;
  padding: 10px 15px;
  position: absolute;
  z-index: 9999;
  background-color: #fffffff0;
  margin: 25px 0 0 20px;
  opacity: 0;
   transition:all ease-out .3s; -webkit-transition:all ease-out .3s; -moz-transition:all ease-out .3s;-ms-transition:all ease-out .3s; -o-transition:all ease-out .3s;
}
.card-portfolio .img-block:hover span{opacity: 1;} 
.card-portfolio .img-block{overflow: hidden; border-radius:25px;}
 .card-portfolio .img-block img{object-fit: cover;
      transition: transform 0.5s ease; /* smooth animation */}

      /* Zoom In */
.card-portfolio .zoom-in img:hover {
      transform: scale(1.2);
    }

    /* Zoom Out */
.card-portfolio .zoom-out img {
      transform: scale(1.2); /* already zoomed in */
    }
.card-portfolio .zoom-out img:hover {
      transform: scale(1);
    }

/* Blog Grid Cards */
.blog-card {
    background: var(--white);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
    margin-bottom: 30px;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.blog-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover img {
    transform: scale(1.05);
}

.blog-content {
    padding: 20px;
}

.post-category {
    display: inline-block;
    padding: 4px 12px;
    background: rgba(224,35,54,0.1);
    color: var(--red);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

.blog-content h4 {
    font-size: 20px;
    margin-bottom: 12px;
    line-height: 1.4;
}

.blog-content h4 a {
    color: var(--dark-blue-500);
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-content h4 a:hover {
    color: var(--red);
}

.blog-content p {
    font-size: 16px;
    color: #6c757d;
    line-height: 1.5;
    margin-bottom: 15px;
}

.read-more {
    color: var(--red);
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-block;
}

.read-more:hover {
    transform: translateX(5px);
    color: var(--red);
    text-decoration: none;
}

/* Section Title */
.section-title {
    font-size: 40px;
    font-family: 'Satoshi-Medium';
    color: var(--dark-blue-500);
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(62deg, rgba(253,148,40,1) 0%, rgba(244,57,90,1) 50%, rgba(172,32,204,1) 100%);
    border-radius: 3px;
}

/* Pagination */
.pagination {
    gap: 8px;
    margin-top: 30px;
}

.page-link {
    padding: 10px 16px;
    color: var(--dark-blue-500);
    background: var(--white);
    border: 1px solid #e0e0e0;
    border-radius: 8px !important;
    transition: all 0.3s ease;
    font-size: 14px;
}

.page-link:hover {
    background: var(--red);
    color: var(--white);
    border-color: var(--red);
    transform: translateY(-2px);
}

.page-item.active .page-link {
    background: linear-gradient(62deg, rgba(253,148,40,1) 0%, rgba(244,57,90,1) 50%, rgba(172,32,204,1) 100%);
    border-color: transparent;
    color: var(--white);
}

.page-item.disabled .page-link {
    color: #6c757d;
    background: var(--gry-bg);
    cursor: not-allowed;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.blog-card, .featured-post {
    animation: fadeInUp 0.6s ease forwards;
}

.blog-card:nth-child(1) { animation-delay: 0.1s; }
.blog-card:nth-child(2) { animation-delay: 0.2s; }
.blog-card:nth-child(3) { animation-delay: 0.3s; }
.blog-card:nth-child(4) { animation-delay: 0.4s; }
.blog-card:nth-child(5) { animation-delay: 0.5s; }
.blog-card:nth-child(6) { animation-delay: 0.6s; }

/* Responsive */
@media (max-width: 991px) {
    section {
        padding: 60px 0;
    }
    
    .inner-banner-inside {
        padding: 60px 0;
    }
    
    .inner-banner-inside h2 {
        font-size: 40px;
    }
    
    .card-style-2 img {
        height: 350px;
    }
    
    .content h3 {
        font-size: 28px;
    }
    
    .section-title {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .inner-banner-inside h2 {
        font-size: 32px;
    }
    
    .inner-banner-inside p {
        font-size: 16px;
    }
    
    .card-style-2 img {
        height: 250px;
    }
    
    .content {
        padding: 20px;
    }
    
    .content h3 {
        font-size: 24px;
    }
    
    .section-title {
        font-size: 28px;
    }
}


.blog-details-section {
    padding: 60px 0;
}

.blog-header {
    margin-bottom: 40px;
}

.blog-header h1 {
    font-size: 48px;
    font-weight: 700;
    color: var(--dark-blue-500);
    margin-bottom: 20px;
    line-height: 1.3;
}

.blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.blog-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6c757d;
    font-size: 14px;
}

.blog-meta-item i {
    color: var(--red);
    font-size: 16px;
}

.featured-image {
    margin-bottom: 40px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.featured-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.blog-content {
    font-size: 18px;
    line-height: 1.8;
    color: #2c3e50;
}

.blog-content h1 {
    font-size: 32px;
    margin: 30px 0 20px;
    color: var(--dark-blue-500);
}

.blog-content h2 {
    font-size: 28px;
    margin: 25px 0 15px;
    color: var(--dark-blue-500);
}

.blog-content h3 {
    font-size: 24px;
    margin: 20px 0 15px;
    color: var(--dark-blue-500);
}

.blog-content h4 {
    font-size: 20px;
    margin: 15px 0 10px;
    color: var(--dark-blue-500);
}

.blog-content p {
    margin-bottom: 20px;
}

.blog-content ul, .blog-content ol {
    margin-bottom: 20px;
    padding-left: 25px;
}

.blog-content li {
    margin-bottom: 10px;
}

.blog-content a {
    color: var(--red);
    text-decoration: none;
}

.blog-content a:hover {
    text-decoration: underline;
}

.blog-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 20px 0;
}

.blog-content blockquote {
    background: var(--gry-bg);
    border-left: 4px solid var(--red);
    padding: 20px 30px;
    margin: 30px 0;
    font-style: italic;
    border-radius: 8px;
}

.blog-content blockquote p {
    margin-bottom: 0;
}

.blog-content code {
    background: #f4f4f4;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: monospace;
    font-size: 14px;
}

.blog-content pre {
    background: #2d2d2d;
    color: #f8f8f2;
    padding: 20px;
    border-radius: 8px;
    overflow-x: auto;
    margin: 20px 0;
}

.blog-content pre code {
    background: transparent;
    color: inherit;
    padding: 0;
}

/* Table of Contents */
.table-of-contents {
    background: var(--gry-bg);
    padding: 25px;
    border-radius: 16px;
    margin: 30px 0;
}

.table-of-contents h4 {
    margin-bottom: 15px;
    color: var(--dark-blue-500);
}

.table-of-contents ul {
    margin-bottom: 0;
}

.table-of-contents li {
    margin-bottom: 8px;
}

.table-of-contents a {
    color: var(--dark-blue-500);
    text-decoration: none;
}

.table-of-contents a:hover {
    color: var(--red);
}

/* Share Buttons */
.share-section {
    margin: 40px 0;
    padding: 30px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.share-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--dark-blue-500);
}

.share-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 30px;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
}

.share-btn:hover {
    transform: translateY(-2px);
    color: white;
    text-decoration: none;
}

.share-btn.facebook { background: #3b5998; }
.share-btn.twitter { background: #1da1f2; }
.share-btn.linkedin { background: #0077b5; }
.share-btn.whatsapp { background: #25d366; }
.share-btn.email { background: #6c757d; }

.share-btn i {
    font-size: 16px;
}

/* Author Box */
.author-box {
    background: var(--gry-bg);
    padding: 30px;
    border-radius: 16px;
    display: flex;
    gap: 25px;
    margin: 40px 0;
    align-items: center;
}

.author-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-info h4 {
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--dark-blue-500);
}

.author-info p {
    font-size: 15px;
    color: #6c757d;
    margin-bottom: 0;
}

/* Related Posts */
.related-posts {
    margin-top: 50px;
}

.related-posts h3 {
    font-size: 28px;
    margin-bottom: 30px;
    color: var(--dark-blue-500);
    position: relative;
    padding-bottom: 15px;
}

.related-posts h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(62deg, rgba(253,148,40,1) 0%, rgba(244,57,90,1) 50%, rgba(172,32,204,1) 100%);
    border-radius: 3px;
}

.related-card {
    background: var(--white);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
    margin-bottom: 30px;
}

.related-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.related-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.related-content {
    padding: 20px;
}

.related-content h4 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.related-content h4 a {
    color: var(--dark-blue-500);
    text-decoration: none;
}

.related-content h4 a:hover {
    color: var(--red);
}

.related-content .post-meta {
    font-size: 12px;
}

/* Responsive */
@media (max-width: 991px) {
    .blog-header h1 {
        font-size: 36px;
    }
    
    .blog-content {
        font-size: 16px;
    }
    
    .author-box {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .blog-header h1 {
        font-size: 28px;
    }
    
    .blog-meta {
        gap: 12px;
    }
    
    .share-buttons {
        gap: 10px;
    }
    
    .share-btn {
        padding: 6px 12px;
        font-size: 12px;
    }
}
    .faq-item {
      border-radius: 6px;
      cursor: pointer;
      transition: background 0.3s;
      border-top: 1px solid var(--black);
      border-radius: 0px;
    }

    .faq-question {
      display: flex;
      font-size:25px;
      position: relative;
      align-items: center;
      justify-content: space-between;
      padding: 15px 0;
    }

    /* Add font awesome icon via pseudo-element */
    .faq-question::after {
      font-family: "Font Awesome 6 Free";
      font-weight: 400;
      content: "\f067"; /* plus icon */
      font-size: 18px;
      transition: transform 0.3s;
       font-family: "FontAwesome";
    }

    .faq-item.active .faq-question::after {
      content: "\f068"; /* minus icon */
       font-family: "FontAwesome";
        font-weight: 400;
    }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease;
      color: #555;
      font-size: 14px;
      margin-top: 0;
    }

    .faq-item.active .faq-answer {
      margin-top: 10px;
    }
    .box-radius{border-radius: 35px;}
    .video-width video{width: 100%;}

.web-services.owl-nav{position: absolute; top: 50%; z-index: 999999;}
.web-services.owl-carousel .owl-nav { display: block; position: absolute; bottom: 0; width: 100%; height: 100%;}
.web-services.owl-carousel .owl-nav button { width: 60px; height: 60px; border-radius: 100%; font-size: 36px; background: url(../img/carosel-arrow.svg) no-repeat center center; background-size: 13px; position: absolute; bottom: 50%; transition: all ease-out 0.3s; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; z-index: 9999999999; position: absolute; background-color: var(--white);box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); font-size: 16px; columns: var(--dark-blue-500);}
.web-services.owl-carousel .owl-nav button.owl-prev { left: -78px; transform: rotate(180deg);}
.web-services.owl-carousel .owl-nav button.owl-next { right: -78px;}
.web-services.owl-carousel .owl-nav button:hover{background: #EC1C2C;background: linear-gradient(113deg, rgba(236, 28, 44, 1) 0%, rgba(2, 22, 83, 1) 100%); color: var(--white);}
.web-services.owl-carousel .owl-nav button.owl-next:after{content: "\f054";font-family: "FontAwesome";}
.web-services.owl-carousel .owl-nav button.owl-prev:before{content: "\f053";font-family: "FontAwesome";transform: rotate(0.50turn);}
.web-services.owl-carousel .owl-stage-outer { position: relative; z-index: 2;}
.web-services.owl-carousel .owl-nav button:hover { border-color: #edada1;}

.portfolio-slider .owl-item{opacity: 0.2;}
.portfolio-slider .center{opacity: 1;}

.portfolio-slider.owl-nav{position: absolute; top: 50%; z-index: 999999;}
.portfolio-slider.owl-carousel .owl-nav { display: block; position: absolute; bottom: 0; width: 100%; height: 100%;}
.portfolio-slider.owl-carousel .owl-nav button { width: 60px; height: 60px; border-radius: 100%; font-size: 36px; background: url(../img/carosel-arrow.svg) no-repeat center center; background-size: 13px; position: absolute; bottom: 50%; transition: all ease-out 0.3s; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; z-index: 9999999999; position: absolute; background-color: var(--white);box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); font-size: 16px; columns: var(--dark-blue-500);}
.portfolio-slider.owl-carousel .owl-nav button.owl-prev { left:78px; transform: rotate(180deg);}
.portfolio-slider.owl-carousel .owl-nav button.owl-next { right:78px;}
.portfolio-slider.owl-carousel .owl-nav button:hover{background: #EC1C2C;background: linear-gradient(113deg, rgba(236, 28, 44, 1) 0%, rgba(2, 22, 83, 1) 100%); color: var(--white);}
.portfolio-slider.owl-carousel .owl-nav button.owl-next:after{content: "\f054";font-family: "FontAwesome";}
.portfolio-slider.owl-carousel .owl-nav button.owl-prev:before{content: "\f053";font-family: "FontAwesome";transform: rotate(0.50turn);}
.portfolio-slider.owl-carousel .owl-stage-outer { position: relative; z-index: 2;}
.portfolio-slider.owl-carousel .owl-nav button:hover { border-color: #edada1;}

ul.list-style-1{margin-bottom:15px;}
ul.list-style-1 li{padding: 5px 0; font-size: 20px;color: var(--dark-blue-500);background: url(../img/checked-black.svg) no-repeat 0 10px;background-size: 17px;padding: 5px 0 10px 30px;}



.btn-container {
      position: relative;
      display: inline-block;
    }

    .btn-container img {
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      margin-top: 10px;
      width: 200px;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    .btn-container button {
      padding: 10px 20px;
      background: #007bff;
      color: white;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }

    .btn-container:hover img {
      opacity: 1;
      visibility: visible;
    }

    .card-style3{border-radius: 15px; overflow: hidden; display: block; background-color: var(--white); min-height: 450PX;}
    .card-style3 .img-block{height: 250px; margin-bottom: 25px; overflow: hidden;}
    .card-style3 .img-block img{object-fit: cover;
  transition: transform 0.5s ease;}
  .card-style3 .content{padding: 10px 40px 40px 40px;}
  .card-style3 .content p{font-size: 18px;}
  .card-style3:hover .img-block img{transform: scale(1.2);}


  