/* Navbar CSS */

.navbar-wrapper-menu {
    height: 80px;
}

.navbar-logo {
    position: relative;

    height: 45px;
}

.nav-link {
    font-size: 20px;

    line-height: 24px;

    color: #070727 !important;
}

.sub-item {
    font-size: 16px;

    line-height: 204%;

    color: #070727 !important;
}

.nav-item {
    padding: 0 30px 0 30px;
}

.btn-demo {
    position: relative;
    background: #3943b7;
    border-radius: 100px;
    padding: 1.3% 2.5%;
    border: #3943b7;
    color: #ffffff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
        margin-left: 15px;
}

.btn-demo:hover {
    box-shadow: 0 4px 15px 0 rgb(47 57 176);
    color: #ffffff;
}

/* Carousel CSS */

#carousel-example-2 {
    margin-top: 90px;
    height: 700px;
}
#carousel-example-3 {
    margin-top: 90px;
    height: 400px;
}
#carousel-example-5 {
    margin-top: 90px;
    height: 500px;
}
.carousel-indicators li {
    cursor: pointer;
}

.carousel-content {
    margin-top: 0;
}

.btn-get-started {
    position: relative;

    background: #ffffff;

    border-radius: 100px;

    padding: 2% 5%;

    border: #ffffff;

    width: 180px;

    height: 56px;

    line-height: 19px;

    color: #3943b7;

    font-size: 16px;

    top: 8%;

    line-height: 20px;

    font-weight: 500;
}

.btn-get-started:hover {
    background-image: linear-gradient(to right, #303ab0, #2f39af, #2f3aaf, #313cb2);
    box-shadow: 0 4px 15px 0 #212529;
    color: #ffffff;
    border: none;
}

.carousel-background-1 {
    background: #182183;

    background-image: url("../images/slide1background.svg");

    background-size: cover;
}

.carousel-background-2 {
    background: #090f25;

    background-image: url("../images/slide1background.svg");

    background-size: cover;
}

.carousel-background-3 {
    background: #0d2249;

    background-image: url("../images/Group\ 1000001289.svg");

    background-repeat: no-repeat;

    background-position: bottom center;

    background-size: cover;
}

.banner-img {
    width: 80% !important;
}

.heading-text {
    font-weight: 700;

    font-size: 64px;

    line-height: 130%;
}
.heading-text.mid-title {
    font-size: 50px;
}
.sub-text {
    font-size: 25px;

    line-height: 22px;
}

a:link {
    text-decoration: none;
}

/* Footer CSS */

#footer {
    margin-top: 7%;
}

a {
    color: #e7e6e6;
}

a:hover {
    color: #e7e6e6;
}

.shfooter .collapse {
    display: inherit;
}

.shfooter p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    width: 85%;
    color: #e7e6e6;
    text-align: justify;
}

.shfooter h5 {
    font-size: 20px;
    line-height: 19px;
    color: #fff;
}

.shfooter ul li {
    font-size: 16px;

    line-height: 30px;
}



.resize {
    text-align: center;
}

.resize {
    margin-top: 3rem;

    font-size: 1.25rem;
}

/*RESIZESCREEN ANIMATION*/

.fa-angle-double-right {
    animation: rightanime 1s linear infinite;
}

.fa-angle-double-left {
    animation: leftanime 1s linear infinite;
}

@keyframes rightanime {
    50% {
        transform: translateX(10px);

        opacity: 0.5;
    }

    100% {
        transform: translateX(10px);

        opacity: 0;
    }
}

@keyframes leftanime {
    50% {
        transform: translateX(-10px);

        opacity: 0.5;
    }

    100% {
        transform: translateX(-10px);

        opacity: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1510px) {
    .nav-item {
        padding: 0 8px;
    }

    .banner-img {
        width: 100% !important;
    }
}

@media (min-width: 1520px) {
    .container {
        max-width: 1520px;

        margin: auto;
    }
}

/* Tablet view*/

/* Media Query for low resolution  Tablets, Ipads */
@media screen and (max-width: 767px){
.hometab nav > .nav.nav-tabs {
    display: block !important;
}
#carousel-example-5 {

    height: auto;
}
}
@media (min-width: 481px) and (max-width: 767px) {

    .shfooter .title .fa-angle-up,
    .shfooter .title[aria-expanded="true"] .fa-angle-down {
        display: none;
    }

    .nav-link {
        font-size: 16px;
    }

    .btn-demo {
        padding: 3% 5%;

        font-size: 14px;

        line-height: 45px;

        left: 5%;
    }

    .navbar-wrapper-menu {
        height: auto;
    }

    .nav-item {
        padding: 0;
    }
}

/* Media Query for Tablets Ipads portrait mode */

@media (min-width: 768px) and (max-width: 1023px) {
    .btn-tab {
    font-size: 12px;
}
    .shfooter .title .fa-angle-up,
    .shfooter .title[aria-expanded="true"] .fa-angle-down {
        display: none;
    }

    .shfooter .title[aria-expanded="true"] .fa-angle-up {
        display: block;
    }

    .shfooter .collapse {
        display: none;
    }

    .shfooter .collapse.show {
        display: block;
    }

    .nav-link {
        font-size: 16px;
    }

    .btn-demo {
        padding: 2% 5%;

        font-size: 14px;

       /* line-height: 90px;

        left: -3%;*/
    }

    .navbar-wrapper-menu {
        height: auto;
    }

    .nav-item {
        padding: 0;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {

    .nav-link {
        font-size: 16px;
    }

    .btn-demo {
        padding: 1% 4%;
        font-size: 14px;
        line-height: 40px;
        left: 5%;
    }

    .heading-text {
        font-size: 38px;
    }

    #carousel-example-2 {
        margin-top: 85px;
        height: auto;
    }

    .card-head h1 {
        font-size: 32px;
    }

    .card-text {
        width: auto;

    }

    .why-choose-us-wrapper p {
        width: auto;
    }

    .carousel-inner {
        height: 470px !important;
    }

    .navbar-wrapper-menu {
        height: auto;
    }

    .nav-item {
        padding: 0;
    }

    .btn-explore {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 38%;
        margin: 0 0 2% 0;
        top: 0;
        font-size: 12px;
    }

    .hr-guide-main img {
        top: 15%;
        left: 17%;
        height: 245px;
    }

    .col {
        width: 30%;
        margin-bottom: 7%;
    }

    .btn-whu {
        padding: 2% 4%;
    }

    .feature-wrapper p {
        font-size: 16px;
    }

    .feature-list h5 {
        font-size: 16px;
    }

    .feature-list p {
        font-size: 14px;
    }

    .next {
        top: 120px;
        right: -38px;
    }

    .prev {
        top: 120px;
        left: -48px;
    }

    .card .carousel-caption .card-wrapper {
        height: 250px;
    }

    .card-head {
        height: 12rem;
    }

}

/* Mobile view */

@media (max-width: 480px) {
    .carousel-indicators {
        bottom: -5%;
    }

    .navbar-wrapper-menu {
        height: auto;
    }

    .banner-img {
        max-width: 60% !important;
    }

    #carousel-example-2 {
        height: auto;

        margin-top: 70px;
    }

    .nav-link {
        font-size: 16px;
    }

    .btn-demo {
        padding: 3% 5%;

        font-size: 14px;
      

        line-height: 45px;

        left: 5%;
    }

    .navbar-logo {
        height: 36px;
    }
.heading-text.mid-title {
    font-size: 30px;
}
    .heading-text {
        font-weight: 700;

        font-size: 36px;
    }

    .carousel-content {
        margin-top: 5%;

    
    }

    .get-started-btn-wrapper {
        margin-top: 0 !important;
    }

    .btn-get-started {
        padding: 3% 7%;

        font-size: 14px;

        line-height: 66px;
    }
}
/****** t code ******/
.card-box {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.00);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25);
    width: auto;
    display: flex;
    align-items: center;
    background: #fff;
    flex-direction: column;
}
.card-box:hover{
    background: #182183;
    color: #fff;
    transition: 0.3s;
}
.card-box:hover .cardbx-t{
    color: #fff;
}
.card-inner {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: stretch; */
    padding: 2rem;
    text-align: center;
}
.card-icon .fa-circle-check {
    font-size: 2rem;
    padding: 20px;
}
p.cardtext {
    margin: 3% auto;
    text-align: center;
    font-size: 18px;
    line-height: 27px;
}
.power-of-intigration-main .card {
    width: auto;
    height: 22rem;
    margin: auto;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.16);
}
/*h4.card-title.cardbx-t {
    height: 50px;
}*/
.card-title.cardbx-t {
    height: 50px;
    color: #000;
}
.card-title {
    margin-bottom: 0.75rem;
    height: 40px;
}
nav>div a.nav-item.nav-link, nav>div a.nav-item.nav-link {
    border: 1px solid #0e6bc13b !important;
}
.row.feature-center {
    display: flex;
    align-items: center;
}
.book-demo-banner {
    padding: 14px 25px;
    background: #FFFFFF;
    color: #3943B7;
    font-size: 18px;
    font-weight: 500;
    box-shadow: 0px 0px 32px 2px rgba(138, 19, 242, 0.49);
    border-radius: 30px;
}
.book-demo-banner:hover {
background-image: linear-gradient(to right, #303ab0, #2f39af, #2f3aaf, #313cb2);
    box-shadow: 0 4px 15px 0 #212529;
    color: #ffffff;
    transition:.3s;
}
/****** blog ******/

.blog-grids {
    overflow: hidden;
    margin: 0 -15px;
}

.blog-grids .grid {
    background-color: #fff;
    width: calc(33.33% - 30px);
    float: left;
    padding: 15px;
    margin: 20px 15px 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.entry-media img {
    border-radius: 10px;
    width: 100%;
    max-height: 188px;
}

.entry-body {
    padding: 27px 10px;
}

.entry-body .cat {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #6220d9;
    text-transform: uppercase;
}

.entry-body h3 {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.30em;
    margin: 3px 0 0.73em;
}

.entry-body h3 a {
    color: #41516a;
}

.entry-body h3 a:hover {
    color: #6220d9;
    text-decoration: none;
}

.entry-body p {
    margin-bottom: 2em;
    color: #90949a;
    line-height: 1.8em;
}

.read-more-date {
    position: relative;
}

.read-more-date a {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: 600;
    color: #41516a;
    text-transform: uppercase;
}

.read-more-date .date {
    position: absolute;
    right: 0;
    color: #90949a;
}


/**** services ***/
.bg-services {
    background: #f7f7f7;
}
.service .service-item {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    border-bottom: 5px solid #3943b7;
}
.service .icon {
    float: left;
    margin-bottom: 10px;
}
.service i {
    color: #3943b7;
    font-size: 25px;
}
.service h4 {
    padding-left: 20px;
}
.service .content {
    clear: both;
}
.bg-100 {
    background-color: #fafafa !important;
}
.bg-white {
    background-color: #fff !important;
}
a.btn.btn-light.rounded-pill {
    padding: 10px 30px;
    color: #00;
    font-size: 17px;
}
.btn-light.rounded-pill:hover{
    background-image: linear-gradient(to right, #303ab0, #2f39af, #2f3aaf, #313cb2);
    box-shadow: 0 4px 15px 0 #212529;
    color: #ffffff;
}
.card-title:hover {
    color:fff;
}
.carousel-control-next, .carousel-control-prev {
        width: 5%;
}

/*** tab ***/

.hometab nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    background:#303ab0;
    border-radius:0;

}
.hometab nav > div a.nav-item.nav-link,
.hometab nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 18px 25px;
    color:#fff !important;
    background:#303ab0;
    border-radius:0;
}
/*.hometab nav > div a.nav-item.nav-link.active {
    background: #37c2cf;
}*/
/*.hometab nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -60px;
  left: -10%;
  border: 15px solid transparent;
  border-top-color: #3943b7 ;
}*/
.hometab .tab-content {
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #3943b7;
    border-bottom: 5px solid #3943b7;
    padding: 40px 25px !important;
}

.hometab nav > div a.nav-item.nav-link:hover,
.hometab nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #38b2c5;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}
.hometab .hometab nav>div a.nav-item.nav-link, nav>div a.nav-item.nav-link {
    border-right: 1px solid #fff !important;
}
.hometab .hometab nav>div a.nav-item.nav-link, nav>div a.nav-item.nav-link:nth-child(3) {
    border:none !important;
}
ul.hometab-list {
    padding: 0px 0px;
}
ul.hometab-list li {
    list-style: none;
    display: flex;
    align-items: baseline;
    font-size: 18px;
    color: #2e2e2e;
    margin-top: 10px;
}
ul.hometab-list i {
    margin-right: 10px;
    font-size: 18px;
    color: #27ae60;
}
.btn-tab {
    position: relative;
    background: #3943b7;
    border-radius: 100px;
    padding: 10px 25px;
    border: #3943b7;
    color: #ffffff;
    font-weight: 500;
}
.btn-tab:hover {
  box-shadow: 0 4px 15px 0 #212529;
}
.font-18 {
    font-size: 18px;
    color: #2e2e2e !important;
}
.text-muted.font-18 {
    text-align: justify;
}
.img-sec.mt-5 {
    text-align: center;
}
.mainhead {
    font-size: 40px;
    font-weight: 600;
    color: #070727;
    line-height: 1.3em;
}
.feature-scroll {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    border-bottom: 5px solid #3943b7;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}
.sec-title{
  position:relative;
  z-index: 1;
  margin-bottom:60px;
}

.sec-title .title{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #00aeef;
  font-weight: 500;
  margin-bottom: 15px;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size:40px;
  line-height: 1.28em;
  color: #222222;
  font-weight: 600;
  padding-bottom:10px;
}

.sec-title h2:before{
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  width:50px;
  height:3px;
  background-color:#c4c5cf;
}

.sec-title .text{
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}

.sec-title.light h2{
  color: #ffffff;
}

.sec-title.text-center h2:before{
  left:50%;
  margin-left: -25px;
}

.list-style-one{
  position:relative;
}

.list-style-one li{
  position:relative;
  font-size:16px;
  line-height:26px;
  color: #222222;
  font-weight:400;
  padding-left:35px;
  margin-bottom: 12px;
}

.list-style-one li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    padding: 0px;
    color: #ff2222;
    font-weight: 600;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
    font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover{
  color: #44bce2;
}

.btn-style-one{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: #00aeef;
}

.btn-style-one:hover{
  background-color: #0794c9;
  color: #ffffff;
}
.how-section1 h4 {
    color: #000000;
    font-weight: bold;
    font-size: 30px;
}
.how-section1 .subheading {
    color: #15233c;
    font-size: 22px;
    line-height: 1.4em;
    /* letter-spacing: -0.7px; */
}

.how-img 
{
    text-align: center;
}
.aboutimg {
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 15px;
}
.row.about-feature {
    display: flex;
    /* text-align: center; */
    align-items: center;
}
.card-header .title {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}
.card-header .accicon {
  float: right;
  font-size: 20px;  
  width: 1.2em;
}
.card-header {
    cursor: pointer;
    border-bottom: none;
    background: #3943b7;
    color: #fdfdfd;
}
.card{
  border: 1px solid #ddd;
}

.card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}
.feature-image img {
    /* border: 1px solid red; */
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}