/*header section*/
.navbar {
    position: relative;
    background-color: #fff;
}

.header-container{
    width: 1200px !important;
    margin: auto 60px;
}

.w-nav {
    background: #fff;
    z-index: 1000;
}

._1800-container.menu {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.brand {
    width: 9%;
}

.w-nav-brand {
    position: relative;
    text-decoration: none;
    color: #333333;
    display: block;
    margin-left: auto;
}

.logo {
    width: 100%;
    margin: 0px;
}
img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.nav-menu-3 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.w-nav-menu {
    /*position: relative;*/
    float: right;
}

.nav-menu-container {
    display: flex;
}

.nav-link.no-arrow {
    padding-right: 10px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.nav-link {
    margin-right: 5px;
    margin-left: 5px;
    padding-left: 10px;
    background-position: 98% 50%;
    color: #666;
}
.w-nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 20px;
    text-align: left;
    margin-left: auto;
}

a{
    text-decoration: none;
}
.our-link{
    font-size: 18px;
    color: black;
    font-weight: 400;
    font-style: normal;
}
#nav > ul > li > a{
    color: black;
}

/*footer section*/

.copy-right{
    text-align: center;
    font-size: 18px;
    color: white;
}
.footer-logo{
    width: 50%;
    margin: 0px;
    height: 50%;
}
#copyright .links{
    font-size: 18px;
    color: #fff;
    background:none;
    background-color: none;
}
.social-media{
    display: flex;
}
.social-icon{
    margin-right: 30px;
}

/*blog page css*/
.blog-title{
    font-size: 40px;
    line-height: 1.5em;
}

.blog-content{
    font-size: 22px;
}

.custom-blog{
    padding-bottom: 3rem !important;
}
/*.blog-title{*/
/*text-align: center;*/
/*font-size: 52px;*/
/*}*/
.blog-section {
    overflow: hidden;
}
.blog-list{
    box-sizing: border-box;
}
.blog-container {
    border-radius: 5px;
    padding: 50px;
}
.blog-block{
    display: flex;
    padding: 20px 20px 20px 30px;
    background: #fff;
    box-shadow: 0px 2px 22px -8px #130f6d;
    border: 1px solid #e3e3e3;
    border-left-width: 0px;
    border-left-color: #130F6D;
    margin-bottom: 20px;
    border-radius: 14px;
}
.blog-list-info{
    padding-left: 40px;
    padding-top: 10px;
}
.blog-list-header{
    margin-bottom: 25px;
}
.blog-list-title{
    font-size: 32px;
    margin-bottom: 10px;
    font-family: 'proxima-nova', sans-serif;
    color: #130F6D;
    font-weight: 800;
    line-height: 30px;
}
.blog-list-link{
    color: #130F6D;
    text-decoration: none;
}
.blog-category{
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #bcbcbc;
    line-height: 1.2;
}
.blog-date{
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
}
.blog-description{
    font-size: 18px;
}
.blog-read-more{
    transition: color 300ms ease-in-out;
    color: steelblue;
    text-decoration: none;
}


/*contact css*/
.contact-title{
    font-size: 40px;
    line-height: 1.5em;
}

.contact-content{
    font-size: 22px;
}
input[type=text],[type=email],[type=file] , select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

button[type=submit] {
    background-color: steelblue;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button[type=submit]:hover {
    background-color: lightsteelblue;
}

.contact-container {
    border-radius: 5px;
    padding: 50px;
}
.content-image-module {
    padding: 60px 0;
    max-width: 1147px;
    margin: auto;
}
.content-image-module-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.text-column {
    border-left: 3px solid steelblue;
    max-width: 490px;
    padding-left: 40px;
    margin-right: 80px;
    width: 40%;
}
.content-title {
    font-size: 42px;
    line-height: 51px;
    margin: 10px 0 25px;
}
.content-description {
    margin-bottom: 25px;
    font-size: 18px;
}
.btn-primary {
    border: 2px solid steelblue;
    border-radius: 6px;
    background: steelblue;
    color: #fff;
    display: inline-block;
    font-family: visuelt-bold;
    font-size: 13px;
    padding: 20px 40px;
    line-height: 100%;
    text-transform: uppercase;
}
.resources-column {
    width: 60%;
}
.resource-card-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    -webkit-box-shadow: 0 16px 56px -16px rgb(0 0 0 / 14%);
    box-shadow: 0 16px 56px -16px rgb(0 0 0 / 14%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding: 20px 30px;
    text-decoration: none;
}
.resource-card-img {
    height: 93px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 20px;
    width: 177px;
}
.dsw-product-desc {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}
.category {
    font: 14px visuelt-light;
    color: steelblue;
    text-transform: uppercase;
    line-height: 35px;
}
.body-base {
    font: 18px/24px visuelt-bold;
    color: #595959;
}
@media only screen and (max-width: 1024px){
    .content-image-module {
        padding: 60px 20px;
    }
}
@media only screen and (max-width: 750px){
    .content-image-module-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media only screen and (max-width: 750px){
    .text-column {
        margin-bottom: 30px;
        max-width: 100%;
        padding-left: 20px;
        margin-right: 0;
        width: 100%;
    }
}
@media only screen and (max-width: 750px){
    .content-title {
        font-size: 36px;
        line-height: 40px;
        color: #181818;
    }
}
@media only screen and (max-width: 750px){
    .content-description {
        font-size: 16px;
    }
}
@media only screen and (max-width: 750px){
    .btn-primary {
        padding: 16px 20px;
    }
}
@media only screen and (max-width: 750px){
    .resources-column {
        width: 100%;
    }
}
@media only screen and (max-width: 750px){
    .resource-card-link {
        padding: 20px;
    }
}
@media only screen and (max-width: 750px){
    .resources-content-module .resource-card-link .category {
        color: #473EFF;
    }
}

.carousel-container{
    width:1837px !important;
    margin: 0px auto;
}

ul.slides {
    display: block;
    position: relative;
    height: 600px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

ul.slides input {
    display: none;
}


.slide-container {
    display: block;
}

.slide-image {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    transition: all .7s ease-in-out;
}

.slide-image img {
    width: auto;
    min-width: 100%;
    height: 100%;
}

.carousel-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    font-size: 100px;
    line-height: 600px;
    color: #fff;
}

.carousel-controls label {
    display: none;
    position: absolute;
    padding: 0 20px;
    opacity: 0;
    transition: opacity .2s;
    cursor: pointer;
}

.slide-image:hover + .carousel-controls label{
    opacity: 0.5;
}

.carousel-controls label:hover {
    opacity: 1;
}

.carousel-controls .prev-slide {
    width: 49%;
    text-align: left;
    left: 0;
}

.carousel-controls .next-slide {
    width: 49%;
    text-align: right;
    right: 0;
}

.carousel-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 999;
    text-align: center;
}

.carousel-dots .carousel-dot {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.5;
    margin: 10px;
}

input:checked + .slide-container .slide-image {
    opacity: 1;
    transform: scale(1);
    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .carousel-controls label {
    display: block;
}

input#img-1:checked ~ .carousel-dots label#img-dot-1,
input#img-2:checked ~ .carousel-dots label#img-dot-2,
input#img-3:checked ~ .carousel-dots label#img-dot-3,
input#img-4:checked ~ .carousel-dots label#img-dot-4,
input#img-5:checked ~ .carousel-dots label#img-dot-5,
input#img-6:checked ~ .carousel-dots label#img-dot-6 {
    opacity: 1;
}


input:checked + .slide-container .nav label { display: block; }

/*privacy-policy css*/

.privacy-policy-title{
    font-size: 40px;
    line-height: 1.5em;
}

.privacy-policy-content{
    font-size: 22px;
}

.privacy-policy-container {
    border-radius: 5px;
    padding: 50px;
}

.business-text-column {
    width: 60%;
    font-size: 18px;
    color: black;
    font-style: normal;
    font-weight: 400;
}

.business-img-column {
    max-width: 490px;
    padding-left: 40px;
    margin-right: 80px;
    width: 40%;
}

/*clients section*/

.client-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-left: -30px;
}

@media (min-width: 576px){
    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
}
@media (min-width: 576px){
    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
}

#slider-container {
    position: relative;
    height: 150px;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
}
/**/
#slider-scroller {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(260px * 6);
    transition: all 1s ease;
}

.slider-item {
    width: 220px;
    height: 110px;
    display: inline-block;
    margin: 20px;
    position: relative;
}

.slider-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 200px;
    max-height: 100px;
}

/*aboutus page*/

.about-title{
    font-size: 40px;
    line-height: 1.5em;
}

.about-content{
    font-size: 22px;
}
.about-container {
    border-radius: 5px;
    padding: 50px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-four {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.about-four__left {
  position: relative;
  display: block;
  margin-right: 100px;
}

.about-four__img-box {
  position: relative;
  display: block;
}

.about-four__img {
  position: relative;
  display: block;
  border-radius: 10px;
}

.about-four__img>img {
  width: 100%;
  border-radius: 10px;
}

.about-four__img-two {
  position: absolute;
  right: -130px;
  bottom: -145px;
  border-radius: 10px;
}

.about-four__img-two>img {
  width: auto;
  border-radius: 10px;
}

.about-four__right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.about-four__right .section-title {
  margin-bottom: 33px;
}

.about-four__text-1 {
  font-size: 22px;
  color: #015fc9;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.02em;
  padding-bottom: 9px;
}

.about-four__text-2 {
  font-size: 18px;
  line-height: 34px;
  letter-spacing: -0.02em;
}

.about-four__founder {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 51px;
}

.about-four__founder-img {
  position: relative;
  display: flex;
  align-items: center;
}

.about-four__founder-img img {
  border-radius: 50%;
  border: 2px solid #0ce0ff;
  width: auto;
}

.about-four__founder-content {
  position: relative;
  margin-left: 20px;
  top: 3px;
}

.about-four__founder-name {
  font-size: 24px;
  letter-spacing: -0.02em;
  line-height: 36px;
}

.about-four__founder-sub-title {
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 26px;
  color: #015fc9;
}
/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
  position: relative;
  display: block;
  border-top: 1px solid #e0e4e8;
  padding: 59px 0 60px;
  z-index: 1;
}


.brand-one__title {
  position: relative;
  display: block;
  margin-right: 60px;
  margin-top: 9px;
  margin-bottom: 50px;
}

.brand-one__title h2 {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.02em;
}

.brand-one__main-content {
  position: relative;
  display: block;
}

.brand-one__main-content .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.brand-one__main-content .swiper-slide img {
  -webkit-transition: 500ms;
  transition: 500ms;
  opacity: .30;
}

.brand-one__main-content .swiper-slide img:hover {
  opacity: 1;
}


/****************about*************/
.section-title {
  position: relative;
  display: block;
  margin-top: -7px;
  margin-bottom: 48px;
}

.section-sub-title-box {
  position: relative;
  display: inline-block;
}

.section-sub-title {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 3px;
}

.section-title-shape-1 {
  position: absolute;
  top: -1px;
  left: -40px;
}

.section-title-shape-1 img {
  width: auto;
}

.section-title-shape-2 {
  position: absolute;
  top: -1px;
  right: -39px;
}

.section-title-shape-2 img {
  width: auto;
}

.section-title__title {
  margin: 0;
  color: #000;
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
  letter-spacing: -0.02em;
}


/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonial-wrapper{
    overflow: hidden;
}
.testimonial-two {
  position: relative;
  display: block;
  background-color: #f2f5f9;
  padding: 120px 0 90px;
  z-index: 1;
}
.thm-swiper .swiper-slide{
    padding-left: 50px;
}
.testimonial-two-shape-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1432px;
  mix-blend-mode: luminosity;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  opacity: .30;
  z-index: -1;
}

.testimonial-two__left {
  position: relative;
  display: block;
  margin-right: 50px;
  z-index: 5;
}

.testimonial-two__left .section-title {
  margin-bottom: 28px;
}

.testimonial-two__text {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.02em;
}

.testimonial-two__point-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 37px;
}

.testimonial-two__point {
  position: relative;
  display: block;
  float: left;
}

.testimonial-two__point li {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-two__point li+li {
  margin-top: 31px;
}

.testimonial-two__point li .icon {
  position: relative;
  height: 43px;
  width: 43px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #015fc9;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-two__point li:hover .icon {
  background-color: #015fc9;
  color: #fff;
}

.testimonial-two__point li .text {
  margin-left: 14px;
}

.testimonial-two__point li .text p {
  font-size: 16px;
  color: var(--insur-black);
  font-weight: 700;
  line-height: 26px;
}

.testimonial-two__point-two {
  margin-left: 33px;
}

.testimonial-two__right {
  position: relative;
  display: block;
  margin-left: 20px;
}

.testimonial-two__carousel {
  position: relative;
  display: flex;
}

.testimonial-two__wrap {
  position: relative;
  display: block;
}

.testimonial-two__single {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-bottom: 30px;
}

.testimonial-two__single:before {
  position: absolute;
  top: 0;
  left: -39px;
  content: "";
  border-top: 0px solid transparent;
  border-right: 40px solid #fff;
  border-bottom: 40px solid transparent;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.testimonial-two__single-inner {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 42px;
  padding-bottom: 26px;
  background-color: #fff;
  border-top-right-radius: 20px;
  z-index: 1;
}

.testimonial-two-shape-2 {
  position: absolute;
  top: -20px;
  right: 0;
  mix-blend-mode: luminosity;
  opacity: .10;
  z-index: -1;
}

.testimonial-two-shape-2>img {
  width: auto;
}

.testimonial-two__content-box {
  position: relative;
  display: block;
  max-width: 296px;
  width: 100%;
  margin-left: 50px;
}

.testimonial-two__client-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.02em;
  margin-bottom: 2px;
}

.testimonial-two__text-2 {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.02em;
}

.testimonial-two__client-review {
  position: absolute;
  display: flex;
  align-items: center;
  top: 50px;
  right: 55px;
}

.testimonial-two__client-review i {
  font-size: 15px;
  color: #fab600;
}

.testimonial-two__client-review i+i {
  margin-left: 2px;
}

.testimonial-two__founder-box {
  position: relative;
  display: block;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  background-color: #015fc9;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.testimonial-two__founder {
  position: relative;
  display: block;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-left: 50px;
  padding-top: 23px;
  padding-bottom: 10px;
  overflow: hidden;
  z-index: 1;
}

.testimonial-two__founder-text {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 14px;
}

.testimonial-two__client-img-box {
  position: absolute;
  bottom: 20px;
  right: 30px;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background-color: #fff;
  padding: 10px;
  z-index: 1;
}

.testimonial-two__client-img {
  position: relative;
  display: block;
  width: 131px;
  height: 131px;
  padding: 6px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(-29deg, rgb(1, 95, 201) 0%, rgb(12, 224, 255) 100%);
  background-image: -webkit-linear-gradient(-29deg, rgb(1, 95, 201) 0%, rgb(12, 224, 255) 100%);
  background-image: -ms-linear-gradient(-29deg, rgb(1, 95, 201) 0%, rgb(12, 224, 255) 100%);
}

.testimonial-two__client-img>img {
  width: 100% !important;
  border-radius: 50%;
  border: 6px solid #fff;
}

.testimonial-two__quote {
  position: absolute;
  top: 50%;
  left: -28px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.07);
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-two__quote>img {
  width: auto !important;
}

.testimonial-two__founder-shape {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.testimonial-two__founder-shape>img {
  width: auto;
}

.testimonial-two__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonial-two__carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial-two__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}


.testimonial-two__carousel.owl-carousel .owl-dots {
  position: absolute;
  right: -185px;
  top: 265px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  height: 10px;
  max-width: 300px;
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  margin-top: 0px !important;
  transform: rotate(-90deg);
}

.testimonial-two__carousel.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 100px;
  border-radius: 5px;
  background-color: transparent;
  margin: 0;
  padding: 0 !important;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.testimonial-two__carousel.owl-carousel .owl-dot.active {
  background-color: var(--insur-primary);
  opacity: 1;
}

.testimonial-two__carousel.owl-carousel .owl-dot:focus {
  outline: none;
}

.testimonial-two__carousel.owl-carousel .owl-dots .owl-dot span {
  display: none;
}


@media only screen and (min-width: 992px) and (max-width: 1199px){
    .brand-one__title {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 49px;
    text-align: center;
}
  .about-four__left {
    max-width: 600px;
    margin: 0 auto 205px;
}  
}



@media only screen and (min-width: 768px) and (max-width: 991px){
    .testimonial-two__right {
    max-width: 600px;
    margin: 60px auto 0;
}
    .brand-one__title {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 49px;
    text-align: center;
}
    .about-four__left {
    max-width: 600px;
    margin: 0 auto 205px;
}

 .about-four__right {
    max-width: 600px;
    margin: 0 auto;
}   
}


@media only screen and (max-width: 767px){
    .testimonial-two__right {
    margin-left: 0;
    margin-top: 60px;
}
    .thm-swiper .swiper-slide{
        padding-left: 20px;
    }
    .testimonial-two__content-box{
            margin-left: 20px;
            margin-right: 20px;
    }
    .testimonial-two__client-review {
    position: relative;
    top: 0;
    right: 0;
    left: 50px;
    margin-top: 10px;
}
    .testimonial-two__founder-shape {
    display: none;
}
    .testimonial-two__founder-box {
    padding-bottom: 25px;
}
       .testimonial-two__client-img-box {
    position: relative;
    bottom: 0;
    right: 0;
    left: 50px;
} 
    .testimonial-two__point-two {
    margin-left: 0;
    margin-top: 31px;
}
    .brand-one__title {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 49px;
    text-align: center;
}
    .brand-one {
    padding: 52px 0 60px;
}
    .about-four__left {
    margin-right: 0;
    margin-bottom: 60px;
}
    .about-four__img-two {
    display: none;
}
   .about-four__right {
    margin-left: 0;
} 
}



/**********************************/
/********* Team Style **********/
/**********************************/
.team {
    position: relative;
    margin-bottom: 30px;
}

.team .team-img {
    position: relative;
    font-size: 0;
    text-align: center;
}

.team .team-img img {
    width: 160px;
    height: auto;
    border-radius: 100%;
    border: 20px solid #f3f4fa;
}

.team .team-content {
    padding: 80px 20px 20px 20px;
    margin-top: -80px;
    text-align: center;
    background: #f3f4fa;
    border-radius: 10px;
}

.team .team-content h2 {
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 2px;
}

.team .team-content h3 {
    font-size: 16px;
    font-weight: 300;
}

.team .team-content h4 {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.team .team-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.team .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 35px;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .6);
    transition: all .3s;
    font-size: 0;
    z-index: 1;
    opacity: 0;
}

.team:hover .team-social {
    opacity: 1;
} 

.team .team-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    padding: 11px 0 10px 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
    border-radius: 10px;
    transition: all .3s;
    margin-top: 50px;
}

.team .team-social a.social-tw {
    background: #00acee;
}

.team .team-social a.social-fb {
    background: #3b5998;
}

.team .team-social a.social-li {
    background: #0e76a8;
}

.team .team-social a.social-in {
    background: #3f729b;
}

.team .team-social a.social-yt {
    background: #c4302b;
}

.team .team-social a:last-child {
    margin-right: 0;
}

.team:hover .team-social a {
    margin-top: 0;
}

.team .team-social a:hover {
    background: #222222;
}



/*--
/*  19 - Contact CSS
/*----------------------------------------*/
.contact-section .contact-wrap .contact-info {
  max-width: 410px;
}

.contact-section .contact-wrap .contact-info .info-title {
  font-size: 40px;
  line-height: 54px;
  color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .contact-section .contact-wrap .contact-info .info-title {
    font-size: 34px;
    line-height: 48px;
  }
}

@media only screen and (max-width: 575px) {
  .contact-section .contact-wrap .contact-info .info-title {
    font-size: 28px;
    line-height: 40px;
  }
}

.contact-section .contact-wrap .contact-info ul {
  padding-top: 15px;
}

.contact-section .contact-wrap .contact-info ul li {
  border-top: 1px solid #ffffff;
  margin-top: 15px;
  padding-top: 15px;
}

.contact-section .contact-wrap .contact-info ul li:first-child {
  border-top: 0;
}

.contact-section .contact-wrap .contact-info ul li .contact-info-item .contact-info-icon i {
  font-size: 50px;
  color: #ffffff;
}

@media only screen and (max-width: 575px) {
  .contact-section .contact-wrap .contact-info ul li .contact-info-item .contact-info-icon i {
    font-size: 42px;
  }
}

.contact-section .contact-wrap .contact-info ul li .contact-info-item .contact-info-text {
  margin-left: 20px;
}

.contact-section .contact-wrap .contact-info ul li .contact-info-item .contact-info-text .title {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.contact-section .contact-wrap .contact-info ul li .contact-info-item .contact-info-text p {
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  color: #ffffff;
}

.contact-section .contact-wrap .contact-form {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 110px;
}

@media only screen and (max-width: 1199px) {
  .contact-section .contact-wrap .contact-form {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .contact-section .contact-wrap .contact-form {
    margin-left: 0;
    margin-top: 60px;
  }
}

.contact-section .contact-wrap .contact-form .contact-form-wrap {
  padding: 60px;
}

@media only screen and (max-width: 1199px) {
  .contact-section .contact-wrap .contact-form .contact-form-wrap {
    padding: 40px;
  }
}

.contact-section .contact-wrap .contact-form .contact-form-wrap .heading-wrap {
  margin-bottom: 30px;
}

.contact-section .contact-wrap .contact-form .contact-form-wrap .heading-wrap .sub-title {
  font-size: 14px;
  line-height: 30px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ff5538;
}

.contact-section .contact-wrap .contact-form .contact-form-wrap .heading-wrap .title {
  font-size: 42px;
  line-height: 54px;
  font-weight: 700;
  color: #333333;
}

@media only screen and (max-width: 1199px) {
  .contact-section .contact-wrap .contact-form .contact-form-wrap .heading-wrap .title {
    font-size: 32px;
    line-height: 48px;
  }
}

@media only screen and (max-width: 575px) {
  .contact-section .contact-wrap .contact-form .contact-form-wrap .heading-wrap .title {
    font-size: 28px;
    line-height: 40px;
  }
}

.contact-section .contact-wrap .contact-form .contact-form-wrap .single-form {
  margin-top: 25px;
}

.contact-section .contact-wrap .contact-form .contact-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
  height: 55px;
  line-height: 55px;
  border: 1px solid #ebebeb;
  padding-left: 15px;
}

.contact-section .contact-wrap .contact-form .contact-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #4c4d56;
  font-weight: 400;
}

.contact-section .contact-wrap .contact-form .contact-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #4c4d56;
  font-weight: 400;
}

.contact-section .contact-wrap .contact-form .contact-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #4c4d56;
  font-weight: 400;
}

.contact-section .contact-wrap .contact-form .contact-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #4c4d56;
  font-weight: 400;
}

.contact-section .contact-wrap .contact-form .contact-form-wrap .single-form textarea {
  height: 135px;
  border: 1px solid #ebebeb;
  padding-left: 15px;
  resize: none;
}

.contact-section .contact-wrap .contact-form .contact-form-wrap .single-form textarea::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #4c4d56;
  font-weight: 400;
}

.contact-section .contact-wrap .contact-form .contact-form-wrap .single-form textarea:-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #4c4d56;
  font-weight: 400;
}

.contact-section .contact-wrap .contact-form .contact-form-wrap .single-form textarea::-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #4c4d56;
  font-weight: 400;
}

.contact-section .contact-wrap .contact-form .contact-form-wrap .single-form textarea:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #4c4d56;
  font-weight: 400;
}

.contact-section .contact-wrap .contact-form .contact-form-wrap .form-btn {
  margin-top: 25px;
}

.contact-section .contact-wrap .contact-form .contact-form-wrap .form-btn .btn {
  font-size: 16px;
  width: 100%;
  height: 55px;
  line-height: 50px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 575px) {
  .contact-section .contact-wrap .contact-form .contact-form-wrap .form-btn .btn {
    padding: 0 45px;
  }
}

.contact-info-section .contact-info-wrap {
  margin-top: -10px;
}

@media only screen and (max-width: 1199px) {
  .contact-info-section .contact-info-wrap {
    margin-top: -30px;
  }
}

.contact-info-section .contact-info-wrap .single-contact-info {
  background: #ffffff;
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.11);
  padding: 55px;
  border-radius: 10px;
  min-height: 100%;
}

@media only screen and (max-width: 1199px) {
  .contact-info-section .contact-info-wrap .single-contact-info {
    padding: 40px;
  }
}

.contact-info-section .contact-info-wrap .single-contact-info .info-icon {
  width: 100px;
  height: 100px;
  line-height: 103px;
  background: #24b1e6;
  color: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
  .contact-info-section .contact-info-wrap .single-contact-info .info-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-top: -80px;
  }
}

.contact-info-section .contact-info-wrap .single-contact-info .info-icon i {
  font-size: 40px;
}

@media only screen and (max-width: 1199px) {
  .contact-info-section .contact-info-wrap .single-contact-info .info-icon i {
    font-size: 30px;
  }
}

.contact-info-section .contact-info-wrap .single-contact-info .info-content .title {
  font-size: 18px;
  line-height: 36px;
  color: #333333;
  margin-top: 15px;
  margin-bottom: 15px;
}

.contact-info-section .contact-info-wrap .single-contact-info .info-content p {
    word-break: break-all;
  font-size: 22px;
  line-height: 36px;
  font-weight: 700;
  color: #24b1e6;
  -webkit-text-decoration-color: #7faeef;
          text-decoration-color: #7faeef;
}
.contact-info-section .contact-info-wrap .single-contact-info .info-content p a{
     color: #24b1e6;
}

@media only screen and (max-width: 1199px) {
  .contact-info-section .contact-info-wrap .single-contact-info .info-content p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .contact-info-section .contact-info-wrap .single-contact-info .info-content p {
    font-size: 18px;
  }
}

.contact-form-section .contact-wrap {
  margin-top: -10px;
}

.contact-form-section .contact-wrap .form-title .title {
  font-size: 36px;
  line-height: 48px;
  font-weight: 600;
  color: #333333;
}

@media only screen and (max-width: 991px) {
  .contact-form-section .contact-wrap .form-title .title {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .contact-form-section .contact-wrap .form-title .title {
    font-size: 28px;
  }
}

.contact-form-section .contact-wrap .contact-form-wrap {
  padding-top: 30px;
}

.contact-form-section .contact-wrap .contact-form-wrap .single-form {
  margin-top: 20px;
}

.contact-form-section .contact-wrap .contact-form-wrap .single-form .form-control {
  border: 1px solid transparent;
  background: #f6f7f9;
  border-radius: 0;
}

.contact-form-section .contact-wrap .contact-form-wrap .single-form .form-control::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #787884;
  font-weight: 400;
}

.contact-form-section .contact-wrap .contact-form-wrap .single-form .form-control:-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #787884;
  font-weight: 400;
}

.contact-form-section .contact-wrap .contact-form-wrap .single-form .form-control::-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #787884;
  font-weight: 400;
}

.contact-form-section .contact-wrap .contact-form-wrap .single-form .form-control:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #787884;
  font-weight: 400;
}

.contact-form-section .contact-wrap .contact-form-wrap .single-form .form-control:focus {
  outline: none;
  border-color: #24b1e6;
}

.contact-form-section .contact-wrap .contact-form-wrap .single-form textarea.form-control {
  height: 135px;
  font-size: 13px;
  color: #415674;
  font-weight: 600;
  padding: 10px 25px;
  padding-top: 15px;
  resize: none;
}

.contact-form-section .contact-wrap .contact-form-wrap .single-form textarea.form-control:focus {
  outline: none;
  box-shadow: none;
}

.contact-form-section .contact-wrap .contact-form-wrap .form-btn .btn {
  height: 45px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 30px;
  margin-top: 35px;
}

.contact-section-2 .contact-wrap .contact-form .contact-form-wrap .heading-wrap .sub-title {
  color: #24b1e6;
}

/***********solution***********/
.solution-section{
    display: flex;
    align-items: stretch;
    height: 100%;
}
.blog-item .blog-item__image {
    width: 100%;
    min-height: 235px;
    height: 100%;
    max-height: 235px;
}
.blog-item {
    height: 100%;
    border-radius: 0.6rem;
    padding-bottom: 1rem;
    transition: box-shadow .3s ease-in;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 5px 42px -9px rgb(86 112 156 / 5%), 0 2px 11px 0 rgb(86 112 156 / 15%);
}
.blog-item .blog-item__content {
    padding: 1rem 1.4rem;
}

.programskill ul{
    padding-left: 0;
}
.programskill ul li {
    display: inline-block;
    width: 32%;
    margin-bottom: 26px;
    font-size: 14px;
    color: #192f60;
}
@media (min-width: 576px) and (max-width: 768px)
{
    .programskill ul li {
         width: 49%; 
    }
}
@media (max-width: 575px){
    .programskill ul li {
         width: 100%; 
    }
}
.programskill ul li svg {
    fill:#36b37e;
}

/************ caourse *************/
.course-wrapper
{
    background-color: #ebf1f8;
}
.course-wrapper .course-wrap
{
    padding: 10px 0 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 15px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 3px 15px 0 rgb(0 0 0 / 5%);
    background-color: #fff;
    margin-bottom: 30px;
    position: relative;
    border: none;
}
.course-wrapper .course-inner
{
    font-size: 20px;
    font-weight: 600;
    color: #0052cc;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    padding: 3px 15px 12px;
    border-bottom: 1px solid #ddd;
}
.course-wrapper .course-inner .course-inner-header img
{
    text-align: center;
    width: auto;
    margin: 0 10px 0 auto;
    min-width: 40px;
}
.course-wrapper .course-inner .course-inner-header h3
{
    font-size: 20px;
    font-weight: 600;
    color: #0052cc;
    margin: 0;
}
.course-wrapper .course-details{
    padding: 15px 15px;
}
.faq-content-img figure img{
    height: 100%;
    object-fit: cover;

}
.accordian-text{
    margin-bottom: 20px;
}
.accordian-section .accordion-card .btn-link:before {
    content: "\f107";
    position: absolute;
    font-family: "Font Awesome 6 FREE";
    display: inline-block;
    font-size: 19px;
    color: #000;
    border-radius: 100px;
    width: 12px;
    right: 23px;
    top: 35%;
    height: 15px;
    position: absolute;
    line-height: 16px !important;
    text-align: center;
    transition: ease-in-out 0.4s;
}
.accordian-section .accordion-card .collapsed:before {
    content: "\f105";
    font-size: 19px;
    color: #000;
    border-radius: 100px;
    width: 12px;
    right: 23px;
    top: 35%;
    height: 15px;
    position: absolute;
    line-height: 16px !important;
    text-align: center;
    transition: ease-in-out 0.4s;
}

.accordian-section .accordian-inner .accordion-card .btn {
    padding: 15px 58px 15px 21px;
    text-decoration: none;
    display: block;
    text-align: left;
    position: relative;
    background:#f5f5ff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 8px;
    width: 100%;
    transition: ease-in-out 0.3s;
    box-shadow: none;
}

.single_price_table_content {
    padding: 50px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    border-radius: 6px;
    background-color: #fff;
}

.single_price_table_content.active {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
}

.price_table_text {
    margin-bottom: 45px;
}

.price_table_text > h5 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    
}

.price_table_text > h1 {
    font-size: 48px;
    margin-bottom: 25px;
    line-height: 1;
    color: #3964f9 
}

.price_table_text > p,
.table_text_details > p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1;
}

.table_text_details > p {
    margin-bottom: 20px;
}