/* import font kumbh sans from google fonts */
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@300;400;700&display=swap");
/* @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap'); */

/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap'); */
/* import sofia  font*/

@import url("https://fonts.googleapis.com/css2?family=Sofia&display=swap");
:root {
  --xblue: #2691dc;
  --primary: #21529d;
  --bg-primary-rgb: #21529d !important;
/* --container-pt: 60px; */
    --container-pb: 60px;
}
*{
  user-select: none;
}
p, .text{
  font-family: 'Kumbh Sans', sans-serif;
  
  
}
.border-primary {
    border-color: var(--primary) !important;
}
.btn-primary {
    color: #fff;
    /* background-color: #0d6efd;
    border-color: #0d6efd; */
    background-color: var(--primary);
    border-color: var(--primary);
}
.btn-primary:hover {
    color: #fff;
      background-color: var(--primary);
    border-color: var(--primary);
    filter: brightness(70%);
}
/* smooth scroll */
html {
  scroll-behavior: smooth;
}
.bg-primary {
  background-color: #21529d !important;
}
.text-primary {
  color: var(--primary) !important;
}
::selection {
  background-color: #21529d;
}
.header-style-four .header-lower {
  background-color: #ffffff5c;
  backdrop-filter: blur(5px);
  box-shadow: 0 1px 5px 0px #00000021;
}
.main-slider .tp-dottedoverlay {
  background-color: rgba(255, 255, 255, 0.25);
}
.main-slider .tp-dottedoverlay:nth-child(2) {
  transform: scaleX(-1);
  filter: flipH;
}
/* .header-style-one .header-lower{
	 -webkit-box-shadow: none;
	 box-shadow: none;
}
 */
 .header-style-four .main-box .logo-box {
    padding: 25px 0;
}
.sticky-header .logo img {
    max-height: 54px;
}
.main-header .logo img {
  height: 64px;
}
.preloader {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-image: url(../images/favicon.png);
	 background-position: center center;
	 background-repeat: no-repeat;
	 */
}
.preloader .loader-icon {
  position: absolute;
  height: 50px;
}
.loader {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid;
  border-color: #21529d transparent #24344b transparent;
  box-sizing: border-box;
  animation: rotation 2s ease-in-out infinite;
}
.loader::after,
.loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent #ff3d00 transparent #ff3d00;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotationBack 1.5s ease-in-out infinite;
  transform-origin: center center;
}
.loader::before {
  width: 80px;
  height: 80px;
  border-color: #21529d transparent #24344b transparent;
  animation: rotation 1s ease-in-out infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.main-slider h1 {
  /* text-shadow: 1px 1px 1px #919191;
	 */
  position: relative;
  z-index: 1;
  color: var(--theme-color2);
  letter-spacing: unset;
  /* text capitalize */
  text-transform: unset;
  font-weight: 300;
}
.main-slider h1 span.imp {
  color: var(--theme-color1);
  font-weight: 700;
}
.main-slider .text {
  color: #000;
}
/* .main-slider .tp-mask-wrap{
  overflow: unset !important;
} */
/* .main-slider h1 {
   
    line-height: 100px;
   
} */
.main-slider h1::before {
   content: '';
	 
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: calc(100% + 20px);
  background-color: #ffffff53;
  z-index: -1;
}
.main-slider h1::after {
  /* content: ""; */
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff53;
  z-index: -2;
}
.main-slider .text::after {
  content: "";
  position: absolute;
  top: -6px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ffffff53;
  z-index: -1;
}
.main-slider .text::before {
  /* content: ""; */
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  background-color: #ffffff53;
  z-index: -2;
}
.main-menu .navigation > li:before {
  content: unset;
}
.main-menu .navigation > li > a {
  letter-spacing: normal;
}
/* .main-menu .navigation > li > a:hover {
  font-weight: 700;
} */
.header-top {
  background-color: #21539d;
  /* backdrop-filter: blur(5px);
	 */
}
.list-style-one li a {
  color: #ffffff;
}
.list-style-one li a:hover {
  color: var(--xblue);
}
.list-style-one li i {
  color: var(--xblue);
}
.social-icon-one li {
  margin-left: 1rem;
}
.social-icon-one li a {
  font-size: 16px;
}
.social-icon-one li a:hover {
  color: var(--xblue);
}
/* @media min 768 */
@media (max-width: 767.98px) {
  .header-top {
    display: none;
  }
  .outer-box .search-btn {
    display: none;
  }
}
.list-style-one li i {
  font-size: 16px;
}
.feature-block .inner-box .content-box {
  padding: 0 20px 10px;
}
.feature-block .inner-box .text {
  min-height: 150px;
}
/* .main-menu .navigation > li > ul{
	 width: 300px;
}
 */
.main-menu .navigation > li > ul > li > a {

    font-family: 'Kumbh Sans', sans-serif;
  /* font-size: large; */
  font-weight: normal;
  color: black;
}
.main-menu .navigation > li > ul > li:hover {
border-left: 3px solid var(--theme-color1);
}
.main-menu .navigation > li > ul > li:hover > a {
  font-weight: bold;
  color: var(--bg-primary-rgb);
}
.feature-block .inner-box:before {
  content: unset;
}
.sec-title .sub-title.text-white:before,
.sec-title .sub-title.text-white:after {
  background: white;
}
.main-menu .navigation > li > ul {
  width: 240px;
}
.feature-block .inner-box {
  background-color: transparent;
}
.feature-block .inner-box .image-box {
  overflow: hidden;
}
.main-menu .navigation > li > a {
  /* font-weight: 700 !important; */
  position: relative;
  transition: width 0.5s ease-in-out;
  font-family: 'Kumbh Sans', sans-serif;
/* font-family: 'Titillium Web', sans-serif; */
  text-transform: capitalize;
  /* font-size: large; */
  /* font-style: italic; */
}
.service-banner .content {
  top: 50px;
  bottom: unset;
  padding: 0 24px;
}
.service-banner .content .sub-title {
  text-transform: unset;
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 700;
}
.service-banner .content .title {
  font-weight: 100 !important;
  color: #ffffff;
  letter-spacing: unset;
  font-size: large;
  margin-top: 24px;
}
.service-banner .bg-image::before {
  background-color: var(--theme-color1);
}
.clients-carousel .owl-carousel .owl-item {
  padding: 0 2rem;
}
.client-block img {
  opacity: 0.75;
}
.client-block img:hover {
  transform: scale(1.1);
}
.map-section .map {
  -webkit-filter: unset;
  filter: unset;
}
.contact-section .map-column .map {
  -webkit-filter: unset;
  filter: unset;
  height: 100%;
}
.contact-info-block .inner .text {
  color: #ffffff;
}
.color-primary {
  color: var(--theme-color1);
}
#reach-us i.fa {
  height: 28px;
  width: 28px;
  display: flex;
  justify-content: center;
}
/* .contact-form
  .form-group
  .select2-container--default
  .select2-selection--single,
.contact-form .form-group input:not([type="submit"]),
.contact-form .form-group textarea,
.contact-form .form-group select {
  border-radius: 10px;
} */
.team-block:hover .image-box .image img {
  transform: scale(1.1);
}
.team-block .image-box .share-icon {
  cursor: pointer;
  bottom: -58px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.team-block .info-box .name {
  margin-top: 1.5rem;
}
.service-block-two .inner-box .hover-content {
  padding: 20px;
}
.service-block-two .inner-box .hover-content .text {
  height: 72px;
  overflow: ellipsis;
}
.services-items .service-block-two {
  flex-basis: 25%;
}
.services-items .service-block-two .inner-box .content-box .icon {
  color: white;
}
.services-items .service-block-two .inner-box .content-box {
  padding: 40px 20px;
}
@media (max-width: 991.98px) {
  .service-banner {
    max-width: unset;
    height: 360px;
  }
}
@media (max-width: 767.98px) {
  .main-slider .text {
    padding-top: 1.25rem;
  }
}
.text-shadow-white {
  text-shadow: 0 0 5px #ffffff;
}
.sidebar-service-list li.current a {
  background: var(--bg-theme-color1);
  color: white;
}
/* .sidebar-service-list li.current a span{
  position: relative;
}
.sidebar-service-list li.current a span::before{
  content:"\f054";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  font-size: large;
  left: -10%;
} */
.sidebar-service-list li a {
  border-radius: 5px;
  /* padding: 10px 40px; */
  background: transparent;
}
.service-block-two .inner-box .image-box .image img {
  min-height: 200px;
}
.service-block-two .inner-box .hover-content::before {
  border-image: linear-gradient(
      to bottom right,
      var(--theme-color1),
      transparent,
      transparent
    )
    1;
}
.service-block .inner-box::before {
  max-width: unset;
  max-height: 0;
}
.service-block .inner-box:hover::before {
  max-width: unset;
  max-height: 100%;
}
#website-design .about-block .inner-box {
  padding-left: 20px;
}
#website-process .service-block-three .inner-box {
  padding: 50px 25px;
}
.sticky-header .main-menu .navigation > li {
  margin-left: 40px;
}
/* .header-style-four .main-box .main-menu .navigation > li[alt="Technologies"] {
  display: none;
} */
.rounded-5 {
  border-radius: 0.5rem !important;
}
.main-menu .navigation > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10px;
  width: calc(100% + 20px);
  height: 0;
  background-color: var(--theme-color1);
  border-radius: 3px;
  /* transform: skewX(-3deg); */
  z-index: -1;
}
.main-menu .navigation > li > a:hover {
  text-shadow: 0 0 var(--bg-primary-rgb);
  color: var(--bg-primary-rgb) !important;
  /* font-weight: bold; */
}
.main-menu .navigation > li > a:hover::before {
  height: 2px;
  transition: height 0.2s ease-in-out;
}

.main-menu .navigation > li > ul {
  padding: 10px 0 !important;
}
.services-section .services-column .inner-column {
  margin-right: unset;
}
.services-section-four .bg {
  max-height: unset;
}
.bg-hex{
  background-image: url("/assets/images/imgres/bghex.png");
  background-size: contain;  background-repeat: repeat;
    opacity: 0.25;
    z-index: -1; transform: scaleY(-1);
}
.bg-hex-flip{
  background-image: url("/assets/images/imgres/bghex.png");
  background-size: cover;
    opacity: 0.5;
    z-index: -1;
    transform: scaleX(-1);
}
.bg-triangle{
  background-image: url("/assets/images/imgres/triangles.png");
  background-size: contain;
  background-repeat: repeat;
    opacity: 0.25;
    z-index: -1;
}
#services-page .feature-block .inner-box .content-box .title {
    
    max-width: unset;
   
}
.main-footer .widgets-section {
    position: relative;
    padding: 40px 20px;
}
.main-footer .footer-column {
    position: relative;
    margin-bottom: 10px;
}
.footer-bottom 
  .row {
  
    justify-content: space-between;
}
.contact-details__info li .icon {
    height: 50px;
    width: 50px;
}
.bfooter li a{
  color: #777777
}
.bfooter li a:hover{
  color: #cacaca
}

.main-slider .tp-dottedoverlay {
  background-image: unset;
}
.about-section-three.our-locations .bg::before {
   
    background-color: #ffffff;
    opacity: 0.75;
}
/* .our-locations .about-block .image {
   
    width: 200px;
    height: 200px;
    position: relative;
} */
.kumbh{
  font-family: 'Kumbh Sans', sans-serif;
}
@media (max-width: 576px) {
  .page-title{
    display: none;
  }
}

.page-wrapper section{
  border-bottom: 1px solid #dadada;
}
h2{
  
    color: var(--bg-theme-color1) !important;

}
.contact-section .bg-outer {
   
    max-width: 100%;
}
.contact-section .map-column .inner-column {

    margin-right: unset !important;
}
.main-footer .about-widget .text,.user-links li {
    color: #cbcbcb;
}

.feature-block-two .inner-box:before {
   content: unset;
}
.feature-block-two .inner-box:hover {
    background-color: var(--theme-color1);
}
.feature-block-two .inner-box:hover i{
   filter: brightness(0) invert(1);
 
}
.feature-block-two .inner-box i{
 font-size: 48px;
}
.feature-block-two .inner-box{
 column-gap: 2rem !important;
}
.text-justify{
  text-align: justify;
}
.dotpics {
  position: relative;
}
.dotpics.inv {
  position: relative;
}
 
.dotpics::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url("/assets/images/imgres/dots.png") no-repeat;
    z-index: -1;
    background-position: bottom left;
    left: -4rem;
    bottom: -4rem;
}
.dotpics::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url("/assets/images/imgres/dots.png") no-repeat;
    z-index: -1;
    background-position: top right;
    top: -4rem;
    right: -4rem;
}
.dotpics.inv::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url("/assets/images/imgres/dots.png") no-repeat;
    z-index: -1;
    background-position: bottom right;
    right: -4rem;
    bottom: -4rem;
   
}
.dotpics.inv::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url("/assets/images/imgres/dots.png") no-repeat;
    z-index: -1;
    background-position: top left;
    top: -4rem;
    left: -4rem;

}