*{
	margin: 0px;
	padding: 0px;
	outline: none;
}

body{
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 14px;
	line-height: 24px;
    font-weight: 400;
}

a{
	text-decoration: none;
	outline: none;
}

img{
	max-width: 100%;
	height: auto;
}

a, img, input, select, textarea, i, .theme-btn {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

i{
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Jost', sans-serif;
	color: #293857;
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

header {
    z-index: 999;
    display: block;
    position: relative;
}

header .navbar-area {
    position: relative;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

header.fixed-header .navbar-area {
    position: fixed;
    left: 0;
    width: 100%;
    background: #fff;
    top: 0;
	box-shadow: 0 10px 20px -10px rgb(0 0 0 / 8%);
    -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
}

#scroll {
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #666;
    line-height: 46px;
    overflow: hidden;
    font-size: 22px;
    display: block;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 5%);
    z-index: 98;
    border-radius: 100%;
    -webkit-transition: all .5s ease, right .5s ease;
    transition: all .5s ease, right .5s ease;
    cursor: pointer;
} 

#scroll i {
    transition: all 0.3s ease-out 0s;
    font-size: 18px;
    position: relative;
    top: 2px;
    color: #3968b2;
} 

#scroll:hover {
	background: #3968b2;
}

#scroll:hover i {
	color: #fff;
}

.inner-page header .navbar-area{
	box-shadow: 0 10px 20px -10px rgb(0 0 0 / 8%);
}

.padding-50{
    padding: 50px 0px;
}
.padding-100{
	padding: 100px 0px;
}

.s-p-t-50{
	padding-top: 50px;
}

.s-p-b-50{
	padding-bottom: 50px;
}

.s-p-b-100{
	padding-bottom: 100px;
}

.s-p-l-50{
	padding-left: 50px;
}

.s-p-r-50{
	padding-right: 50px;
}

.mt-50{
	margin-top: 50px;
	display: table;
}

.theme-btn {
    background: #3968b2;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 25px;
    border-radius: 3px;
    position: relative;
    font-family: 'Jost', sans-serif;
    letter-spacing: 1px;
}

.topbar {
    background: #293857;
	padding: 9px 0px;
} 



.topbar ul li {
    display: inline-block;
    position: relative;
}

.topbar-contact-info li::before {
    content: "";
    display: block;
    height: 20px;
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    right: 0;
    top: 2px;
}

.topbar-contact-info li:last-child::before{
	display: none;
}
.topbar ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
	padding: 0px 8px;
}

.topbar .topbar-contact-info li a {
    padding: 0px 15px;
}

.topbar .topbar-contact-info li:last-child a {
    padding-right: 0px;
}

.topbar ul li a:hover {
    color: #5396ff;
}

.topbar-social-icons li:first-child a {
    padding-left: 0;
}

.topbar-contact-info {
    display: flex;
    justify-content: end;
}

.topbar ul li a i {
    margin-right: 5px;
}

.header-logo {
    display: inline-block;
    height: 50px;
	position: relative;
    top: 1px;
}

.header-logo a {
    display: inline-block;
}

.header-logo img {
    width: 100%;
    display: block;
	height: 50px;
}



.header-navigation {
    display: flex;
    align-items: center;
    justify-content: end;
}

.navbar-toggler {
    display: none;
}

.header-navigation ul li a i.fa-plus {
	display: none;
}

.header-navigation ul li {
    display: inline-block;
	position: relative;
}

.header-navigation > ul > li {
	padding: 25px 18px 25px 18px;
}

.header-navigation ul li a {
    display: inline-block;
    padding: 0px;
    text-transform: uppercase;
    font-weight: 600;
	font-size: 15px;
    line-height: 25px;
	position: relative;
	font-family: 'Jost', sans-serif;
}

.header-navigation > ul > li > a {
	color: #293857;
}

.dropdown-menu > ul > li > a{
	color: #293857;
}

.dropdown-menu > ul > li.sub-itam-active > a, .dropdown-menu > ul > li > a:hover {
    background: #3968b2;
    color: #fff;
}



.header-navigation > ul > li.active > a, .header-navigation > ul > li > a:hover {
    color: #3968b2;
    background: transparent;
}

.header-navigation > ul > li > a::before{
    content: "";
    width: 0px;
    height: 3px;
    background: #3968b2;
    display: block;
    position: absolute;
    bottom: -9px;
    right: 0;
    border-radius: 10px;
	transition: all 0.3s ease;
}

.header-navigation > ul > li.active > a::before, .header-navigation > ul > li > a:hover::before {
    width: 100%;
	left:0px;
}

.header-navigation ul li a i {
    margin-left: 2px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 250px;
    background: #fff;
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 10%);
	display: none;
	-webkit-animation-duration: 0.3s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
} 

.header-navigation > ul > li:hover .dropdown-menu{
	display: block;
}

.header-navigation ul li .dropdown-menu li {
    width: 100%;
    display: inline-block;
    position: relative;
} 

.header-navigation ul li .dropdown-menu a {
    padding: 9px 20px;
    font-size: 12px;
    border-bottom: 1px solid #eee;
    display: block;
    letter-spacing: 0.5px;
	
}

.header-navigation ul li .dropdown-menu > ul > li:last-child a {
	border: none;
}

.navbar-area .s-col-2{
    display: flex;
    align-items: center;
}

.navbar-area .s-col-10 {
    display: flex;
    align-items: center;
	justify-content: end;
}

.theme-btn {
    background: #3968b2;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 20px;
    border-radius: 3px;
	position: relative;
	z-index: 0;
} 

.theme-btn::before {
    background-color: #293857;
    border-radius: 3px;
    content: "";
    display: block;
    height: 100%;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 0;
    z-index: 1;
}

.theme-btn span {
    z-index: 2;
    position: relative;
}

.theme-btn:hover::before {
	left: 0;
	width: 100%;
}

.header-navigation > ul {
    padding-right: 20px;
}

.slider-image {
    position: relative;
}

.owl-stage-outer {
    z-index: 1;
}

.hero-slider .owl-stage-outer {
    z-index: 0;
}

.owl-carousel .owl-item img {
    margin: 0px -1px;
}

.slider-image::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.banner-section {
    overflow: hidden;
}

.banner-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    max-width: 1200px;
}


.owl-item h6 {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 15px;
    border-left: 5px solid #5396ff;
    padding-left: 10px;
    position: relative;
    left: 5px;
}

.owl-item h4, .owl-item h1,.owl-item h2, .owl-item h3 {
    -webkit-animation-duration: 0.6s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
    color: #fff;
    text-transform: capitalize;
    font-size: 54px;
    line-height: 60px;
    font-weight: bold;
    font-family: 'Jost', sans-serif;
	    margin-bottom: 50px;
}


.banner-caption .theme-btn::before {
	background:#fff;
}

.banner-caption .theme-btn:hover span{
	color: #293857;
}

.banner-section .owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
	background: transparent !important;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
	transition: all 0.3s ease;
}

.banner-section .owl-nav button.owl-prev {
    bottom: auto;
    top: 50%;
    left: -15px;
    transform: translate(0%, -50%);
    width: 100px;
    opacity: 1;
}

.banner-section .owl-nav button.owl-next {
    bottom: auto;
    top: 50%;
    right: -15px;
    transform: translate(0%, -50%);
    width: 100px;
    opacity: 1;
} 

.banner-section .owl-nav button.owl-prev::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: linear-gradient(90deg, #ffffff 0%, #eaeef3 100%);
  border-radius: 60px;
  transition: all 0.3s ease;
  opacity: 0.5;
} 

.banner-section .owl-nav button.owl-prev::after {
  content: "";
  background: linear-gradient(180deg, #ffffff 0%, #eaeef3 100%);
  position: absolute;
  left: -80px;
  right: 14px;
  top: -10px;
  bottom: -10px;
  z-index: -1;
  box-shadow: 0 7px 18px 0 rgba(107, 124, 147, 0.25);
  border-radius: 40px;
  transition: all 0.3s ease;
  opacity: 0.5;
}

.banner-section .owl-nav button.owl-next::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: linear-gradient(-90deg, #ffffff 0%, #eaeef3 100%);
  border-radius: 60px;
  transition: all 0.3s ease;
  opacity: 0.5;
}

.banner-section .owl-nav button.owl-next::after {
  content: "";
  background: linear-gradient(180deg, #ffffff 0%, #eaeef3 100%);
  position: absolute;
  left: 14px;
  right: -80px;
  top: -10px;
  bottom: -10px;
  z-index: -1;
  box-shadow: 0 7px 18px 0 rgba(107, 124, 147, 0.25);
  border-radius: 40px;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.banner-section .owl-nav button.owl-prev span::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    content: "";
    position: absolute;
    top: 14px;
    left: 37px;
    display: block;
    width: 24px;
    height: 24px;
    filter: brightness(0);
    opacity: 0.5;
	transition: all 0.3s ease;
}

.banner-section .owl-nav button.owl-next span::before {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	content: "";
    position: absolute;
	top: 14px;
	left: 39px;
	display: block;
	width: 24px;
	height: 24px;
	filter: brightness(0);
	opacity: 0.5;
	transition: all 0.3s ease;
}



.banner-section .owl-nav button.owl-prev:hover span::before, .banner-section .owl-nav button.owl-next:hover span::before {
	opacity: 1;
	filter: brightness(0%) invert(1);
}

.banner-section .owl-nav button.owl-prev:hover::before{
	box-shadow: -2px -2px 10px 2px rgb(0 0 0 / 10%) inset;
	background: #3968b2;
	opacity: 1;
}

.banner-section .owl-nav button.owl-next:hover::before{
	box-shadow: -2px -2px 10px 2px rgb(0 0 0 / 10%) inset;
	background: #3968b2;
	opacity: 1;
}

.banner-section .owl-nav button.owl-prev:hover::after {
		opacity: 1;
}

.banner-section .owl-nav button.owl-next:hover::after {
		opacity: 1;
}




.banner-section .owl-nav button span {
    font-size: 0;
}

.sub-title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 0px;
    display: inline-block;
    color: #3968b2;
    text-transform: uppercase;
}

.section-title {
    font-size: 30px;
    line-height: 40px;
    display: table;
    margin: 0px auto;
}

.about-us-section-content {
    padding-right: 50px;
}

.about-us-section .sub-title{
	margin-bottom:5px;
}

.about-us-section .section-title {
	margin: 0px;
	margin-bottom:10px;
}

.section-title-with-inderline {
    margin: 2px auto 0px auto;
    display: table;
    position: relative;
    width: 140px;
}

.section-title-with-inderline::before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #3968b2;
    border-radius: 10px;
    position: absolute;
}

.section-title-with-inderline::after {
    content: "";
    display: block;
    width: 8px;
    height: 3px;
    position: absolute;
    left: 25px;
    background: #fff;
    border-radius: 0px;
}

.section-heading-area p {
    text-align: center;
    width: 85%;
    margin: 20px auto 0px;
    font-size: 16px;
    line-height: 26px;
}

.service-box-img img {
    width: auto;
    height: 200px;
    margin: 0px auto;
    display: block;
} 

.service-boxes-area {
	margin-top: 30px;
	margin-left: -15px;
    margin-right: -15px;
}



.our-services-slider .item {
    padding: 15px 0px;
}

.our-services-slider .owl-nav {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.our-services-slider .owl-nav button {
    position: relative;
    margin: 0px !important;
    background: none !important;
} 

.our-services-slider .owl-nav button.owl-prev {
    left: -50px;
}

.our-services-slider .owl-nav button.owl-next {
    right: -50px;
}

.our-services-slider .owl-nav button span {
    font-size: 0;
} 

.our-services-slider .owl-nav .owl-prev span::before {
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    width: 35px;
    height: 35px;
    display: block;
    filter: brightness(0);
}

.our-services-slider .owl-nav .owl-next span::before {
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    width: 35px;
    height: 35px;
    display: block;
    filter: brightness(0);
}

.service-box {
    text-align: center;
    display: flex;
}

.service-box-inner {
    padding: 45px 25px 30px;
    border: 1px solid rgb(41 56 87 / 15%);
    border-radius: 15px;
	margin: 15px;
    background: #fff;
    box-shadow: 10px 10px 15px -5px rgb(0 0 0 / 4%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.service-box-inner:hover {
    box-shadow: 0px 15px 35px -15px rgb(0 0 0 / 20%);
    background: rgb(57 104 178 / 2%);
    border: 1px solid rgb(41 56 87 / 15%);
	border-radius: 30px;
}

.service-box-img {
    margin-bottom: 30px;
}

.service-boxes-area .service-box-content h3{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
	color: #293857;
}

.service-boxes-area .service-box-content h3:hover {
	color: #3968b2;
}

.service-box-btn {
    display: table;
    color: #3968b2;
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    margin: 15px auto 0px auto;
}


.industries-experience-content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    width: 100%;
}

.industries-experience-box {
    width: 20%;
}

.industries-experience-box-inner {
    text-align: center;
    border: 1px solid rgb(41 56 87 / 15%);
    padding: 30px 15px;
}

.industries-experience-box-inner img {
    height: 55px;
}

.industries-experience-box-inner {
    text-align: center;
    border: 1px solid rgb(41 56 87 / 15%);
    padding: 30px 15px;
    margin: 15px;
    border-radius: 15px;
	position: relative;
	overflow: hidden;
	box-shadow: 10px 10px 15px -5px rgb(0 0 0 / 4%);
    background: rgb(57 104 178 / 2%);
	-webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}

.industries-experience-box-inner img {
	position: relative;
	-webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-in;
	z-index:2;
}

.industries-experience-box-inner h4 {
    font-size: 18px;
    line-height: 28px;
    margin-top: 5px;
    font-weight: 500;
	position: relative;
	z-index:2;
}

.industries-experience-box-inner::before {
    background: #3968b2;
    position: absolute;
    content: "";
    display: block;
    top: -45px;
    right: -45px;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-in;
	z-index: 1;
}

.industries-experience-box-inner:hover::before {
    width: 110%;
    height: 110%;
    top: -30px;
    right: 50%;
    transform: translate(50%, 0%);
    border-radius: 70px;
}

.industries-experience-box-inner:hover img {
    filter: brightness(0) invert(1);
}

.industries-experience-box-inner:hover h4{
	color:#fff;
}

.counter-section {
    padding: 30px 0px;
}

.counter-content {
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
    border-radius: 15px;
    width: 75%;
    margin: 0px auto;
    background: url(../images/home/counter-bg.png) no-repeat center;
    background-size: cover;
}

.counter-box {
    width: 33%;
    text-align: center;
    position: relative;
}

.counter-digit {
    display: flex;
    justify-content: center;
    align-items: center;
}

.counter-digit .counter {
    font-family: 'Jost', sans-serif;
    font-size: 55px;
    font-weight: 600;
    line-height: 65px;
	    color: #fff;
}

.counter-box::after {
    height: 100%;
    width: 1.5px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    z-index: 1;
    content: "";
}

.counter-digit span {
    font-family: 'Jost', sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 65px;
    color: #fff;
    margin-left: 5px;
} 

.counter-box-title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 5px;
    font-weight: 500;
    position: relative;
    z-index: 2;
    color: #fff;
    font-family: 'Jost', sans-serif;
} 

.counter-content .counter-box:last-child::after{
	display: none;
}

.testimonials-section .section-heading-area {
    margin-bottom: 30px;
}

.testimonial-slider .item {
    padding-top: 30px;
}

.testimonial-slider .item > p::before {
    background: url(../images/home/quote.svg) no-repeat center;
    background-size: contain;
    content: "";
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    top: -40px;
    left: -85px;
}

.testimonial-slider .item p {
    text-align: center;
    width: 55%;
    margin: 0px auto;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
	position: relative;
}

.testimonial-slider .item .testimonial-user-name {
    margin: 0px auto;
    display: table;
    text-transform: uppercase;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
    color: #3968b2;
}

.testimonial-slider .owl-nav {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
	width: 100%;
    display: flex;
    justify-content: space-between;
    display: none;
}

.testimonial-slider .owl-nav button {
    position: relative;
	margin: 0px !important;
	background: none !important;
}

.testimonial-slider .owl-nav button span {
    font-size: 0;
}

.testimonial-slider .owl-nav .owl-prev span::before {
    content: "";
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    width: 35px;
    height: 35px;
    display: block;
    filter: brightness(0);
}

.testimonial-slider .owl-nav .owl-next span::before {
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    width: 35px;
    height: 35px;
    display: block;
    filter: brightness(0);
}

.testimonial-slider .owl-dots {
    margin-top: 50px;
} 

.testimonial-slider .owl-dots .owl-dot span {
    background: transparent;
    width: 20px;
    height: 6px;
    border: 2px solid rgb(41 56 87 / 20%);
} 

.testimonial-slider .owl-dots .owl-dot.active span {
    background: #3968b2;
    border: 2px solid #3968b2;
}

.blog-post {
    padding: 15px;
	    height: 100%;
} 

.blog-post-inner {
    border-radius: 10px;
    padding: 0;
    border: 1px solid rgb(41 56 87 / 15%);
    box-shadow: 10px 10px 15px -5px rgb(0 0 0 / 4%);
    background: rgb(57 104 178 / 2%);
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
	    height: 100%;
		    position: relative;
}

.blog-post-footer {
    margin-top: auto;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.blog-post-content {
    padding: 10px 20px 40px;
    text-align: left;
} 

.blog-post-image img {
    border-radius: 10px 10px 0px 0px;
	width: 100%;
} 

.blog-post-content h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
	    margin-bottom: 10px;
} 

.blog-post-content .service-box-btn {
    margin: 10px 0px 0px;
} 

.blog-post-footer ul {
    display: flex;
    flex-wrap: wrap;
} 

.blog-post-footer li {
    display: inline-block;
    width: 50%;
} 

.blog-post-footer li a {
    padding: 10px 20px;
    display: block;
    border-top: 1px solid rgb(41 56 87 / 15%);
    border-right: 1px solid rgb(41 56 87 / 15%);
    color: #000;
    font-size: 12px;
    font-weight: 500;
	cursor: default;
}

.blog-post-footer li a i{
	color: #3968b2;
}

.blog-post-footer li:last-child a {
    border-right: 0;
}

.blog-posts-grid{
	margin: 30px -15px 0px;
}

.contact-us-form {
    background: #3968b2;
    padding: 100px;
	width: 100%;
} 

.contact-form-heading-area .sub-title {
    color: #fff;
	margin-bottom: 10px;
}

.contact-form-heading-area .section-title {
    color: #fff;
    margin: 0;
    margin-bottom: 30px;
    line-height: 40px;
}

.contact-us-form-inner {
    max-width: 500px;
    margin: 0px auto;
}

.field-group {
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 30px;
}
.filedocument-label{
    color: #fff;
}

.contact-us-form input, .contact-us-form textarea, .contact-us-form select {
    width: 100%;
    background: transparent;
    outline: none;
    box-shadow: none;
    border: none;
    border-bottom: 2px solid rgb(255 255 255 / 25%);
    color: #fff;
    font-family: 'Jost', sans-serif;
    padding: 5px 0px;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    letter-spacing: 0.4px;
}

.contact-us-form input:focus, .contact-us-form textarea:focus {
	border-bottom: 2px solid rgb(255 255 255 / 100%);
}

.contact-us-form input::placeholder, .contact-us-form textarea::placeholder{
	color: rgba(255, 255, 255, 0.8);
}

.contact-us-form select option {
    color: #000;
}

.field-group .s-col-6:nth-child(1) .field-wrap {
    padding-right: 10px;
}

.field-group .s-col-6:nth-child(2) .field-wrap {
    padding-left: 10px;
}

.error {
    font-size: 12px;
    line-height: 14px;
    color: #ff9696;
    letter-spacing: 0.1px;
}

.contact-us-form .field-wrap .wpcf7-not-valid {
    border-bottom: 2px solid red;
}
.wpcf7-not-valid-tip {display: none;}
.contact-us-form .theme-btn {
    cursor: pointer;
    background: #fff;
    color: #000;
    border: none;
    box-shadow: 0px 10px 20px -5px rgb(0 0 0 / 30%);
}

.contact-us-form .theme-btn::before {
	z-index: -1;
}

.contact-us-form .theme-btn:hover {
	color:#fff;
}

.support-team-area ul li a img {
    width: 25px;
	    margin-right: 10px;
}

.support-team-area ul li {
    display: block;
    margin-bottom: 20px;
}

.support-team-area ul li a {
    display: flex;
    align-items: center;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    color: #000;
} 

.support-team-area {
	background: rgb(57 104 178 / 2%);
}

.support-team-area-inner{
	padding: 80px 100px;
}

.support-team-area-inner h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 30px;
}

.follow-us-content {
    padding-top: 30px;
    border-top: 1px solid rgb(41 56 87 / 15%);
    margin-top: 30px;
	
} 

.follow-us-content ul li {
    display: inline-block;
    margin: 0px 5px;
} 

.follow-us-content ul li a {
    width: 35px;
    height: 35px;
    border: 1px solid #293857;
    color: #293857;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    line-height: 38px;
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.follow-us-content ul li a:hover {
	background: #3968b2;
	color: #fff;
	border: 1px solid #3968b2;
}

.follow-us-content h6 {
    font-size: 16px;
    margin-bottom: 15px;
} 

.follow-us-content ul li:first-child {
    margin-left: 0;
}

.s-row.contact-us-content > .s-col-6:nth-child(1) {
    margin-top: -60px;
    display: flex;
}

.contact-us-section {
    padding: 175px 0px 0px;
} 

.footer-section {
    padding: 100px 0px 0px;
    background: #293857;
}

.s-footer-logo a {
    display: inline-block;
    width: 250px;
} 

.footer-logo-area p {
    color: rgba(255, 255, 255, 0.8);
	    margin-top: 30px;
} 

.footer-logo-area .service-box-btn {
    margin: 15px 0px 0px;
}

.footer-col-inner {
    padding-right: 65px;
}

.footer-col {
    width: 25%;
}

.footer-col.footer-logo-area {
    width: 40%;
}

.footer-col.footer-links-area {
    width: 30%;
} 

.footer-col.footer-contact-area {
    width: 23%;
}

.footer-col.footer-contact-area .footer-col-inner {
    padding-right: 0;
}

.footer-links-area ul li {
    display: block;
    margin-bottom: 12px;
} 

.footer-col h4 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 25px;
	    text-transform: capitalize;
} 

.footer-links-area ul li a {
    color: rgba(255, 255, 255, 0.8);
	position: relative;
}

.footer-links-area ul li a i {
    font-size: 12px;
    margin-right: 5px;
	color: #3968b2;
}

.footer-links-area ul li a:hover{
	color: #3968b2;
}

.footer-links-area ul li a::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 18px;
    bottom: -5px;
    width: 0px;
    height: 2px;
    background: #3968b2;
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer-links-area ul li a:hover::after {
	width: calc(100% - 18px);
}

.footer-contact-area ul li {
    margin-bottom: 15px;
    display: block;
    padding-left: 25px;
	position: relative;
	color: rgba(255, 255, 255, 0.8);
}

.footer-contact-area ul li a {
    color: rgba(255, 255, 255, 0.8);
    
} 

.footer-contact-area ul li i {
    position: absolute;
    top: 5px;
    left: 0px;
    color: #3968b2;
}

.footer-contact-area ul li a:hover {
    color: #3968b2;
}

.copyright-section {
    padding: 12px 0px;
    background: rgba(0, 0, 0, 0.1);
    margin-top: 50px;
}

.copyright-section p {
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
}

/* ABOUT US PAGE CSS START */

.features-area {
    margin: 30px -10px 0px;
}

.features-box-img img {
    height: 60px;
    display: block;
    margin-bottom: 15px;
	transition: all 0.5s ease-in;
}

.features-box-content h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #293857;
	transition: all 0.5s ease-in;
}

.features-box-content p {
	transition: all 0.5s ease-in;
}

.features-box-inner {
    padding: 0px 15px;
}

.features-box-inner {
    padding: 30px 30px;
    border: 1px solid rgb(41 56 87 / 15%);
    margin: 10px;
    box-shadow: 10px 10px 15px -5px rgb(0 0 0 / 4%);
    background: rgb(57 104 178 / 2%);
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
} 

.features-box-inner::before {
    content: "";
    background: #3968b2;
    position: absolute;
    display: block;
    bottom: -45px;
    right: -45px;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    transition: all 0.5s ease-in;
    z-index: 1;
} 

.features-box-img, .features-box-content {
    z-index: 2;
    position: relative;
}

.features-box-inner:hover::before {
	width: 150%;
    height: 150%;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
}

.features-box-inner:hover .features-box-img img {
	filter: brightness(0) invert(1);
}

.features-box-inner:hover .features-box-content h4, .features-box-inner:hover .features-box-content p {
	color:#fff;
}

.mission-vision-section .section-title {
    margin: 0;
    margin-bottom: 10px;
} 

.mission-vision-section p {
    margin-bottom: 30px;
}

.mission-vision-content {
    padding-right: 50px;
}

.commitment-content {
        margin: 30px -15px 0px;
} 

.commitment-features-box-inner {
    padding: 45px 25px 35px;
    border: 1px solid rgb(41 56 87 / 15%);
    border-radius: 15px;
    background: #fff;
    box-shadow: 10px 10px 15px -5px rgb(0 0 0 / 4%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
} 

.commitment-features-box-img {
    margin-bottom: 30px;
} 

.commitment-features-box-img img {
    width: auto;
    height: 120px;
    margin: 0px auto;
    display: block;
} 

.commitment-features-box {
    text-align: center;
    padding: 15px;
} 

.commitment-features-box-content h4 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

.commitment-features-box-inner:hover {
	    box-shadow: 0px 15px 35px -15px rgb(0 0 0 / 20%);
    background: rgb(57 104 178 / 2%);
    border: 1px solid rgb(41 56 87 / 15%);
    border-radius: 30px;
}

.commitment-section .section-title {
    text-align: center;
}

.team-section {
    background: rgb(57 104 178 / 2%);
    margin: 100px 0px;
}

.team-content {
        margin: 30px -25px 0px;
} 

.team-member-box {
    padding: 25px;
}

.team-member-img img {
    border-radius: 15px;
} 

.team-member-info {
    text-align: center;
} 

.team-member-info h4 {
    font-size: 20px;
    margin: 15px 0px 5px 0px;
}

.team-member-info p {
    font-style: italic;
    font-weight: 500;
    text-transform: capitalize;
    color: #3968b2;
}

.team-section .theme-btn {
    margin: 30px auto 0px auto;
} 

.newsletter-section img {
    width: 40px;
    display: block;
    margin: 0px auto;
} 

.newsletter-content {
    text-align: center;
} 

.newsletter-content h2 {
    font-size: 35px;
    margin: 30px 0px 15px;
} 

.newsletter-form {
    margin-top: 50px;
} 

.newsletter-form {
    max-width: 600px;
    margin: 30px auto 0px auto;
} 

.newsletter-form form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newsletter-form input {
    width: calc(100% - 200px);
    height: 55px;
    border: 2px solid rgb(41 56 87 / 15%);
    border-radius: 3px;
    padding: 0px 20px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
	font-family: 'Poppins', sans-serif;
}

.newsletter-form input:focus {
	border: 2px solid #3968b2;
}

.newsletter-form .theme-btn {
    width: 150px;
    border: none;
	outline: none;
	height: 55px;
}

.newsletter-form .theme-btn::before {
	z-index: -1;
}

.experience-best-result-section .section-title {
    margin: 0px;
    margin-bottom: 10px;
} 

.experience-best-result-content {
    padding-left: 50px;
} 

.experience-best-result-section {
    background: rgb(57 104 178 / 2%);
    margin: 100px 0px 0px;
}

.newsletter-form input::placeholder {
    color: rgb(41 56 87 / 50%);
}

.web-development-banner-section {
    background: #8388de;
}

.services-slider .section-title {
    margin: 0;
    margin-bottom: 10px;
    color: #fff;
    font-size: 45px;
    line-height: 55px;
}

.services-slider .sub-title {
    border-color: #fff;
}

.services-slider p {
    color: #fff;
} 

.services-slider .theme-btn {
    cursor: pointer;
    background: #fff;
    color: #000;
    border: none;
    box-shadow: 0px 10px 20px -5px rgb(0 0 0 / 30%);
}

.services-slider .theme-btn:hover{
	color:#fff;
}

.web-development-banner-section {
    background: #67b09f;
	    padding: 50px 0px;
} 

.about-company-content .section-title {
    margin-bottom: 10px;
} 

.about-company-content {
    padding-left: 50px;
} 

.features-section .section-heading-area .section-title {
    text-align: center;
} 

.features-section .section-heading-area .section-title .section-title-with-inderline {
    margin: 6px auto 0px auto;
}

.website-development-contact-section .support-team-area ul li a img {
    width: 30px;
    margin-right: 10px;
} 

.get-free-consolation-section {
    background: #67b09f;
    padding: 50px 0px;
} 

.get-free-consolation-section .section-title {
    margin: 0px auto;
    color: #fff;
    text-align: center;
    padding-right: 25px;
}

.get-free-consolation-section .theme-btn {
    margin: 0;
}

.get-free-consolation-section .theme-btn {
    margin: 0px auto;
    display: table;
    cursor: pointer;
    background: #fff;
    color: #000;
    border: none;
    box-shadow: 0px 10px 20px -5px rgb(0 0 0 / 30%);
}



.get-free-consolation-section .theme-btn:hover {
    color: #fff;
}

.get-free-consolation-section .theme-btn:hover::before {
	left: 0;
    width: 100%;
}

.time-to-get-website{
	margin-bottom: 100px;
}

.mobile-app-development-banner-section {
    background: #6773b0;
	    padding: 50px 0px;
} 

.mobile-app-development-banner-section .item img {
    width: 500px;
    margin-left: auto;
}

.about-company-content p, .experience-best-result-content p {
    margin-bottom: 15px;
}

.service-features-section .section-heading-area .section-title {
    text-align: center;
}

.service-features-content {
    margin-top: 30px;
} 

.service-features-box {
    text-align: center;
    padding: 15px;
} 

.service-features-box-inner {
    padding: 45px 25px 35px;
    border: 1px solid rgb(41 56 87 / 15%);
    border-radius: 15px;
    background: #fff;
    box-shadow: 10px 10px 15px -5px rgb(0 0 0 / 4%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.service-features-box-inner:hover {
	box-shadow: 0px 15px 35px -15px rgb(0 0 0 / 20%);
    background: rgb(57 104 178 / 2%);
    border: 1px solid rgb(41 56 87 / 15%);
    border-radius: 30px;
}

.service-features-box-img {
    margin-bottom: 30px;
}

.service-features-box-img img {
    width: auto;
    height: 120px;
    margin: 0px auto;
    display: block;
}

.service-features-box-content h4 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

.service-features-section {
    margin: 80px 0px;
}

.website-development-page .experience-best-result-section .experience-best-result-content {
    padding-left: 0px;
    padding-right: 50px;
}

.services-slider-content {
    padding-right: 50px;
} 

.why-choose-mobile-app-services .service-features-content > .s-col-4 {
    align-content: stretch;
    display: flex;
    flex-wrap: wrap;
}

.why-choose-mobile-app-services .service-features-content > .s-col-4 .service-features-box{
	align-content: stretch;
    display: flex;
    flex-wrap: wrap;
} 

.why-choose-mobile-app-services .service-features-content > .s-col-4 .service-features-box .service-features-box-img img {
    height: 80px;
}

.experience-best-result-section.ios-benifits-section {
    margin: 0;
    background: transparent;
    padding: 0;
} 

.mobile-app-development-page .experience-best-result-content {
    padding-left: 0px;
    padding-right: 50px;
} 

.mobile-app-development-page .experience-best-result-content ul li {
    display: block;
    margin-bottom: 15px;
	position: relative;
	    padding-left: 30px;
} 

.mobile-app-development-page .experience-best-result-content ul li i {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 18px;
    color: #3968b2;
}

.service-features-section.why-choose-mobile-app-services {
    margin: 0;
}

.graphic-design-banner-section {
    background: #67a5b0;
} 

.graphic-designing-page .commitment-features-box-img img {
	height: 100px;
} 

.graphic-designing-page .experience-best-result-content {
		padding-left: 0px;
		padding-right: 50px;
	} 


.about-us-page .experience-best-result-content {
    padding-left: 50px;
    padding-right: 0px;
}


.contact-page-section-main{
	padding-top:50px;
}

.contact-page-section-main-content .sub-title {
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
    font-weight: 500;
}

.contact-page-section-main-image {
    padding-left: 50px;
} 

.contact-us-page .contact-us-section {
    padding: 60px 0px 0px;
}

.contact-page-section-main-content .section-title {
	    margin: 0px 0px 10px;
} 

.contact-page-section-main-content .sub-title {
	      margin: 0px 0px 5px;
}

.contact-page-section-main-content p {
}

.contact-form-heading-area p {
    color: rgba(255, 255, 255, 0.8);
	    letter-spacing: 0.2px;
} 

.contact-us-page .contact-form-heading-area .section-title{
	margin-bottom: 10px;
}

.contact-us-page .contact-form-heading-area p {
	    margin-bottom: 25px;
} 


.map-section iframe {
    display: block;
	width: 100%;
}

.map-section-inner {
    border: 5px solid #fff;
    border-radius: 15px;
    box-shadow: 0px 10px 35px rgb(0 0 0 / 10%);
	overflow: hidden;
}

.contact-us-page .support-team-area-inner h4 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #3968b2;
}




.footer-contact-area .follow-us-content {
    padding-top: 0px;
}

.footer-contact-area .follow-us-content ul li {
    display: inline-block;
	padding-left: 0;
} 

.footer-contact-area .follow-us-content ul li a {
    text-align: center;
    border: 2px solid #3968b2;
    display: flex;
    align-items: center;
    justify-content: center;
} 

.footer-contact-area .follow-us-content ul li a i {
    position: relative;
    top: 0px;
}

.footer-contact-area .follow-us-content ul li a:hover{
	color: #fff;
	background: #3968b2;
}

.footer-contact-area .follow-us-content ul li a:hover i{
	color: #fff;
}




.image-grid{
    display: block;
}

 

.portfolio-grid-img-wrap {
	display: inline-block;
	height: 100%;
	width:100%;
}

.grid{
  display:none;
} 

.grid-item{
  display:inline-block;
  width:33.33%;
  margin-bottom: 0px;
}

.grid-item .portfolio-grid-img-wrap > img {
    display: inline-block;
    width: calc(100% - 25px);
    height: calc(100% - 25px);
    object-fit: cover;
    object-position: center;
    border: 2px solid #fff;
    box-shadow: 10px 10px 12px 0px rgb(0 0 0 / 6%);
    border-radius: 5px;
	    margin: 0px auto;
    display: block;
}

.website-size{
  height:600px;
}

.app-size{
	width:66.66%;
	height:300px;
}

.graphic-size{
	height:300px;
}


.portfolio-gallery-wrap {
    width: 100%;
    display: block;
    position: relative;
} 

#portfolio-filter {
    margin: 50px auto 30px auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}



#portfolio-filter > a {
    display: inline-block;
    border-radius: 3px;
    background: #fff;
    padding: 8px 20px 6px;
    font-size: 16px;
    font-weight: 600;
    color: #293857;
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    border: 1px solid rgb(41 56 87 / 10%);
    margin: 10px;
    box-shadow: 10px 10px 15px -5px rgb(0 0 0 / 4%);
    background: rgb(57 104 178 / 2%);
    transition: all 0.3s ease;
} 

#portfolio-filter > a.active, #portfolio-filter > a:hover {
    background: #3968b2;
    color: #fff;
    border: 1px solid rgb(41 56 87 / 100%);
}

.portfolio .theme-btn {
    margin: 30px auto 0px auto;
}

section.portfolio {
    padding-top: 100px;
}

.portfolio-grid-img-info {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    z-index: 1;
    flex-wrap: wrap;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: calc(100% - 25px);
    height: calc(100% - 25px);
	border: 2px solid #fff;
    background: linear-gradient(0deg, rgb(251 252 253 / 98%) 30%, transparent);
    border-radius: 3px;
    opacity: 0;
    transition: all 0.3s ease;
}



.grid-item:hover .portfolio-grid-img-info {
	opacity: 1;
}

.portfolio-grid-img-info h4 {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    bottom: 15px;
    left: 25px;
} 

.portfolio-grid-img-info h6 {
    font-size: 12px;
    font-weight: 500;
    position: relative;
    bottom: 15px;
    left: 25px;
    text-transform: uppercase;
}

.portfolio-grid-img-icon-zoom {
    position: absolute;
    bottom: 75px;
    left: 25px;
    font-size: 20px;
    color: #fff;
} 

.portfolio-grid-img-icon-zoom img {
    width: 20px;
    height: 20px;
	cursor: pointer;
}

#animated-thumbnails-gallery {
    width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
}

.technology-we-work-with .sub-title {
    margin-bottom: 10px;
    margin: 0 auto;
    display: table;
}

/*.technology-we-work-with .section-title {
    margin: 0;
}
*/
.technology-we-work-with .section-title-with-inderline {
    margin: 8px 0px 0px; 
}

.technology-we-work-with-slider .owl-dots {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    z-index: 1;
    border-bottom: 1px solid rgb(41 56 87 / 15%);
}





.technology-we-work-with-slider {
    margin-top: 120px;
}

.technology-we-work-with {
    padding: 50px 0px;
	overflow: hidden;
}


.technology-we-work-tab-area {
    display: block;
    margin-top: 80px;
} 

.responsive-tech-content {
    display: none;
    margin-top: 80px;
}


section.error-404.not-found {
    padding: 50px 0px 100px;
}

.error-page-img img {
    max-width: 500px;
}

.error-page-content h1 {
    font-size: 100px;
    display: block;
    margin-bottom: 10px;
    line-height: normal;
    color: #5396ff;
} 

.error-page-content h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
}

.main-content-404 {
    text-align: center;
}




/* BLOG DETAIL PAGE CSS START */

.post-title {
  font-size: 30px;
  line-height: 40px;
  position: relative;
}

.blog-detail-inner-container {
  max-width: 75%;
  margin: 0px auto;
  position: relative;
}

.post-thumbnail-wrapper img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 5px;
}

.post-thumbnail-wrapper {
  padding: 30px 0px 35px;
}

.post-title-wrapper p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 10px;
}

.post-meta ul {
  display: flex;
  align-items: center;
  gap: 30px;
}

.post-meta ul li {
  display: inline-block;
}

.post-meta ul .post-author a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  font-weight: normal;
  transition: all 0.3s ease;
}

.post-meta ul .post-author a:hover {
	color: #3968b2;
	opacity: 1;
}

.post-meta .post-author-img {
  max-width: 35px;
  max-height: 35px;
  display: flex;
  background: #fff;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  overflow: hidden;
}



.post-meta .post-date {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
}

.post-content-wrapper {
  padding: 20px 0px;
}

.post-content-wrapper h1, .post-content-wrapper h2, .post-content-wrapper h3, .post-content-wrapper h4, .post-content-wrapper h5, .post-content-wrapper h6 {
  margin-bottom: 10px;
}

.post-content-wrapper h1 {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
}

.post-content-wrapper h2 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
}

.post-content-wrapper h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
} 

.post-content-wrapper h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.post-content-wrapper h5 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.post-content-wrapper h6 {
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
}

.post-content-wrapper p {
  margin-bottom: 12px;
}

.post-content-wrapper .spacer {
  height: 30px;
  width: 100%;
}

.post-content-wrapper pre {
  white-space: normal;
}

.post-content-wrapper small {
  font-size: 75%;
  line-height: normal;
}

.post-content-wrapper blockquote {
  position: relative;
  padding-left: 55px;
} 

.post-content-wrapper blockquote p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.post-content-wrapper blockquote::before {
  content: "\201c";
  position: absolute;
  top: 1px;
  color: #3968b2;
  opacity: .5;
  font-size: 75px;
  line-height: 70px;
  font-family: Georgia, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  height: 40px;
  left: 0;
}

.post-content-wrapper blockquote cite {
  text-transform: uppercase;
  font-style: normal;
  opacity: 0.5;
  position: relative;
  letter-spacing: 0.25px;
}

.post-content-wrapper blockquote cite::before {
  content: "\2014";
  margin-right: 5px;
  opacity: 0.5;
  font-weight: bold;
}

.post-content-wrapper ul, .post-content-wrapper ol {
  padding-left: 12px;
}

.post-content-wrapper ul li, .post-content-wrapper ol li {
  margin-bottom: 12px;
}

.post-content-wrapper ul li:last-child, .post-content-wrapper ol li:last-child {
  margin-bottom: 0px;
}

.post-content-wrapper figure a {
  display: inline-block;
}

.post-content-wrapper figure img {
  display: block;
  width: 100%; 
  height: auto;
  border-radius: 5px;
}

.post-content-wrapper img {
  width: 100%;
  border-radius: 5px;
}

.post-content-wrapper figure figcaption {
  font-style: oblique;
  text-align: center;
  opacity: 0.5;
  font-weight: 200;
  margin-top: 5px;
}

.blog-detail-inner-container .post-meta-data {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.post-social-share-link-area {
  width: 50px;
  height: 200px;
  position: absolute;
  top: 0;
  left: -90px;
  height: 100%;
}

.post-social-share-link-area-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  margin-top: 5px;
  opacity: 1;
  transition: opacity .2s ease-in, top .3s;
  will-change: opacity;
}

.post-social-share-link-area h5 {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  text-align: center;
}

.post-social-share-link-area ul li {
  display: flex;
  justify-content: center;
}

.post-social-share-link-area ul li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  background: #fcfcfc;
  transition: all 0.3s ease;
}

.post-social-share-link-area ul li a:hover {
  background: #3968b2;
  color: #fff;
}

.post-social-share-link-area ul li a i {
  position: relative;
  top: 0.9px;
  left: -0.5px;
  color: #000;
  transition: all 0.3s ease;
}

.post-social-share-link-area ul li a:hover i {
	color: #fff;
}

.blog-post-content-area a {
  color: #3968b2;
  font-weight: 600;
  text-transform: capitalize;
}

.blog-post-content-area a:hover {
  opacity: 0.65;
}

.post-content-wrapper fieldset {
  padding: 35px;
  background: #f5f5f5;
  border: none;
  border-radius: 5px;
}

.blog-post-part-separator {
  position: relative;
  width: 100%;
  margin: 50px 0px 65px;
  display: inline-block;
}

.blog-post-part-separator::before {
  content: "\00b7 \00b7 \00b7";
  color: inherit;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 20px;
  font-family: georgia, serif;
  padding-left: 40px;
  padding-right: 20px;
  background: #fff;
  height: 28px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
}

.blog-post-part-separator::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  z-index: 0;
  opacity: 0.2;
}


.post-content-wrapper button {
  background: #3968b2;
  padding: 12px 20px;
  border-radius: 3px;
  position: relative;
  z-index: 0;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Jost', sans-serif;
  letter-spacing: 1px;
}

.post-content-wrapper button::before {
  background-color: #293857;
  border-radius: 3px;
  content: "";
  display: block;
  height: 100%;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 0;
  z-index: -1;
}

.post-content-wrapper button:hover::before {
  left: 0;
  width: 100%;
}

.single-blog-footer-navigation {
  background: #f5f5f5;
}

.single-blog-footer-navigation .post-previous, .single-blog-footer-navigation .post-next {
  width: calc(50% - 50px);
  padding: 25px;
}

.single-blog-footer-navigation .post-previous {
  text-align: right;
  position: relative;
}

.single-blog-footer-navigation .post-previous::after {
  content: "";
  height: calc(100% - 50px);
  width: 1.5px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 0;
  opacity: 0.1;
  transform: translate(0%, -50%);
}

.single-blog-footer-navigation-title {
  color: #3968b2;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
}

.single-blog-footer-navigation-title i {
  font-size: 12px;
  color: #3968b2;
}

.single-blog-footer-article-link a {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
  margin-top: 10px;
} 

.single-blog-footer-article-link a:hover {
  color: #3968b2;
}

.single-blog-author-box {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  padding: 35px 0px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 50px 0px;
}

.single-blog-author-box .single-blog-author-box-img {
  width: 95px;
  height: 95px;
  border-radius: 100px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fcfcfc;
  overflow: hidden;
}

.single-blog-author-box-content {
  width: calc(100% - 125px);
  padding-left: 25px;
}

.single-blog-author-box a:hover {
  opacity: 1;
} 

.single-blog-author-box-content p {
  font-size: 14px;
  font-weight: normal;
  color: #000;
  margin: 0;
} 

.post-content-wrapper ul li b, .post-content-wrapper ol li b, .post-content-wrapper ul li strong, .post-content-wrapper ol li strong {
  font-weight: 600;
  letter-spacing: 0.25px;
} 

.single-blog-author-box-content .author-social-links {
  padding: 0;
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 25px;
} 

.author-social-links h6 {
  margin: 0;
}

.author-social-links ul{
	padding: 0px;
}

.single-blog-author-box-content .author-social-links li {
  display: inline-block;
  margin: 0px;
}

.single-blog-author-box-content .author-social-links li a {
  width: 30px;
  height: 30px;
  display: flex;
  border: 1px solid #ddd;
  border-radius: 50px;
  margin: 0px !important;
    margin-right: 0px;
  margin-right: 5px !important;
  align-items: center;
  justify-content: center;
  background: #fcfcfc;
  transition: all 0.3s ease;
}

.single-blog-author-box-content .author-social-links li a i {
  font-size: 12px;
  color: #000;
  transition: all 0.3s ease;
}

.single-blog-author-box-content .author-social-links li a:hover {
	background: #3968b2;
}

.single-blog-author-box-content .author-social-links li a:hover i {
	color: #fff;
}

.blog-aside-inner {
  padding-right: 40px;
  border-right: 1px solid #eee;
  margin-right: 40px;
}

.bl-sidebar-sec {
  margin-bottom: 40px;
}

.bl-sidebar-sec img {
  display: block;
}

.bl-sidebar-sec h4 {
  background: #3968b2;
  color: #fff;
  padding: 12px 15px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.bl-sidebar-sec ul {
	margin-top: 20px;
}

.bl-sidebar-sec ul li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.blog-sidebar-recent-blog-list .recent-blog-img {
  width: 120px;
}

.blog-sidebar-recent-blog-list .recent-blog-content {
  width: calc(100% - 135px);
  padding-left: 15px;
}

.blog-sidebar-recent-blog-list .recent-blog-content h6 {
  font-size: 14px;
  line-height: 18px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
} 

.blog-sidebar-recent-blog-list .recent-blog-img a {
  display: inline-block;
  height: 100%;
}

.blog-sidebar-recent-blog-list .recent-blog-img a img {
  object-fit: cover;
  object-position: center;
  height: 100%;
}

.blog-sidebar-recent-blog-list .recent-blog-content .blog-post-date {
  font-size: 12px;
  line-height: normal;
  margin-top: 12px;
  display: block;
  color: #000;
  opacity: 0.5;
}

.bl-sidebar-sec ul li:last-child {
  border-bottom: 0px;
}

.sidebar-social-links-sec ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

.sidebar-social-links-sec ul li {
  width: calc(50% - 5px);
  border: none;
  margin: 0;
  padding: 0;
}

.sidebar-social-links-sec ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.sidebar-social-links-sec ul li a i {
  min-width: 35px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
}

.sidebar-social-links-sec ul li a * {
  color: #fff;
} 

.sidebar-social-links-sec ul li a > span {
  font-size: 12px;
  font-weight: 600;
  margin-right: 6px;
  cursor: pointer;
}

.sidebar-social-links-sec ul li a label {
  font-size: 10px;
  font-weight: 600;
  text-transform: capitalize;
  cursor: pointer;
}

.sidebar-social-links-sec ul li a.fb-btn {
  background: #1a6dd4;
} 

.sidebar-social-links-sec ul li a.tw-btn {
  background: #55acef;
} 

.sidebar-social-links-sec ul li a.in-btn {
  background: #c13584;
} 

.sidebar-social-links-sec ul li a.li-btn {
  background: #458ce3;
}

.bl-sidebar-sec ul li:last-child {
  margin: 0px;
  padding: 0;
}

.blog-sidebar-featured-blog-list ul li:nth-child(1) .blog-img {
  width: 100%;
}

.blog-sidebar-featured-blog-list ul li:nth-child(1) .blog-img img {
  height: 165px;
  width: 100%;
  object-fit: cover;
  object-position: center;
} 

.blog-sidebar-featured-blog-list ul li:nth-child(1) .blog-img a {
  width: 100%;
  display: inline-block;
}

.blog-sidebar-featured-blog-list ul li:nth-child(1) .blog-content h6 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
  margin-top: 10px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-sidebar-featured-blog-list ul li:nth-child(1) .blog-content .blog-post-date {
  color: #000;
  opacity: 0.5;
  font-size: 12px;
  line-height: normal;
}

.blog-sidebar-featured-blog-list ul li:nth-child(1) .blog-content p {
  margin-top: 15px;
}

.blog-sidebar-featured-blog-list li {
  border: none !important;
}

.blog-sidebar-featured-blog-list li .blog-img {
  width: 120px;
} 

.blog-sidebar-featured-blog-list li .recent-blog-content {
  width: calc(100% - 135px);
  padding-left: 15px;
}

.blog-sidebar-featured-blog-list li .recent-blog-content h6 {
  font-size: 14px;
  line-height: 18px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}

.blog-sidebar-featured-blog-list li .recent-blog-content .blog-post-date {
  font-size: 12px;
  line-height: normal;
  margin-top: 12px;
  display: block;
  color: #000;
  opacity: 0.5;
}

.blog-sidebar-nl-form {
  padding: 40px 25px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fcfcfc;
  position: relative;
} 

.blog-sidebar-nl-form h2 {
  margin-bottom: 10px;
} 

.blog-sidebar-nl-form p {
  line-height: 20px;
  font-size: 12px;
  margin-bottom: 20px;
}

.blog-sidebar-nl-form input[type="email"] {
  width: 100%;
  padding: 15px 0px;
  text-indent: 15px;
  border: 1px solid #ccc;
  border-radius: 0;
  margin-bottom: 15px;
  font-family: poppins;
}

.blog-sidebar-nl-form input[type="submit"] {
  background: #3968b2;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  padding: 11px 20px;
  border-radius: 3px;
  position: relative;
  z-index: 0;
  border: none;
  outline: none;
  box-shadow: none;
  font-family: 'Jost', sans-serif;
  letter-spacing: 1px;
  width: 100%;
  margin-bottom: 15px;
  cursor: pointer;
} 

.blog-sidebar-nl-form .disclaimer {
  margin-bottom: 0;
}

/* .blog-sidebar-nl-form::before {
  content: "";
  background: url(https://sattvawp.sattvasystem.in/wp-content/themes/sattva/assets/images/envelope.svg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, 0%) rotate(-15deg);
  opacity: 0.8;
} */

.blog-detail-sidebar-inner {
  position: sticky;
  top: 100px;
}







/* BLOG LISTING PAGE CSS START */

.blog-listing-main {
  padding: 150px 0px 100px;
}

.blog-listing-heading-part h1 {
  font-size: 55px;
  line-height: 65px;
} 

.blog-listing-heading-part p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  padding-left: 55px;
}

.blog-listing-heading-part p .highlight-text {
  opacity: 1;
  color: #000;
}

.blog-article-content {
  padding-left: 55px;
} 

.blog-article-thumb a {
  display: inline-block;
} 

.blog-article-thumb a img {
  display: inline-block;
  aspect-ratio: 1/0.53;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  transition: all 0.3s;
} 

.blog-article-thumb a:hover img{
	box-shadow: 0 40px 75px rgba(0,0,0,.2);
}

.blog-article-content {
  padding-left: 55px;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}

.blog-article-content .blog-article-meta .blog-article-tag a {
  border: 1px solid #ddd;
  border-radius: 5px;
  display: inline-flex !important;
  padding: 8px 16px 6px;
  transition: all .3s;
  box-shadow: 0 0 0 rgba(0,0,0,.25);
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: jost;
  position: relative; 
  overflow:hidden;
}

.blog-article-content .blog-article-meta .blog-article-tag a::before {
	  background-color: #3968b2;
	  border-radius: 3px;
	  content: "";
	  display: block;
	  height: 100%;
	  left: auto;
	  position: absolute;
	  right: 0;
	  top: 0;
	  transition: all 0.3s ease 0s;
	  width: 0;
	  z-index: -1;
}

.blog-article-content .blog-article-meta .blog-article-tag a:hover {
		border-color: #3968b2;
	    color: #fff;
} 

.blog-article-content .blog-article-meta .blog-article-tag a:hover::before {
	    left: 0;
		width: 100%;
} 

.blog-list-part {
  padding-top: 75px;
}

.blog-article {
  margin-bottom: 75px;
}

.blog-article-meta .blog-article-date {
  font-size: 14px;
  line-height: normal;
  font-family: jost;
  font-weight: bold;
  opacity: 0.5;
  margin-left: 15px;
} 

.blog-article-content h2 a {
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  color: #293857;
  margin: 15px 0px 20px;
  display: block;
}

.blog-article-content h2:hover a {
	color: #3968b2;
}

.blog-article-content p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 25px;
}

.blog-article-content .blog-article-author {
  font-size: 12px;
  line-height: normal;
  text-transform: uppercase;
} 

.blog-article-content .blog-article-author span {
  font-weight: 600;
  margin-right: 5px;
} 

.blog-article-content .blog-article-author a {
  font-weight: 500;
  color: #3968b2;
  
}

.blog-list-load-more-post-part .theme-btn {
  margin: 0px auto;
  display: table;
}

.s-cta-section {
  background: rgb(57 104 178 / 2%);
  padding: 50px 0px;
}

.s-cta-content h2 {
  font-size: 35px;
  line-height: 45px;
}

.s-cta-content h4 {
  font-size: 25px;
  line-height: 35px;
  opacity: 0.25;
  color: #3968b2;
  margin: 10px 0px 35px;
} 

.s-cta-content form .s-form-group {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}



 .s-cta-content form .s-form-group input {
  position: relative;
  width: calc(100% - 75px);
  font-family: 'Jost', sans-serif;
  padding: 5px 0px;
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  letter-spacing: 0.4px;
  border: none;
  border-bottom: 2px solid rgba(41, 56, 87, 0.25);
  background: none;
  transition: all 0.3s ease;
  height: 40px;
}

.s-cta-content form .s-form-group input:focus {
  border-bottom: 2px solid rgb(57, 104, 178);
} 

.s-cta-content form .s-form-group button[type="submit"] {
  position: relative;
  width: 55px;
  height: 40px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 2px solid rgba(0, 0, 0, 0.25);
  background: none;
  box-shadow: none;
  outline: none;
  text-decoration: none;
  transition: all 0.3s;
}

.s-cta-content {
  padding-right: 100px;
}

.s-cta-img {
  padding-left: 150px;
}

.s-cta-content form {
  width: 400px;
}

.s-cta-content form .s-form-group button[type="submit"] i {
  color: #000;
  text-decoration: none !important;
  outline: none;
  transform: rotate(0deg);
  transition: all 0.3s;
}

.s-cta-content form .s-form-group button[type="submit"]:hover {
  background: #3968b2;
  color: #fff;
  border: 2px solid #3968b2;
} 

.s-cta-content form .s-form-group button[type="submit"]:hover i {
  color: #fff;
  transform: rotate(-35deg);
}

.s-cta-content p {
  margin-bottom: 40px;
  margin-top: 20px;
}