/********** Template CSS **********/
:root {
    --primary: #7a60ff;
    /* --primary: #6222CC; */
    --secondary: #FBA504;
    --light: #F6F4F9;
    --dark: #04000B;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: var(--light) !important;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--secondary) !important;
}

.navbar-light .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-light .navbar-brand img {
    /* max-height: 60px; */
    /* max-height: 130pt; */
    /* transition: .5s; */
    width: 50px;
    margin-bottom: 8px;
}

.sticky-top.navbar-light .navbar-brand img {
    /* max-height: 45px; */
    /* max-height: 100pt; */
    /* width: 50px;
    margin-bottom: 10px; */
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
    }

    .navbar-light .navbar-brand h1 {
        color: var(--primary);
    }

    .navbar-light .navbar-brand img {
        /* max-height: 45px; */
        width: 35px;
        margin-bottom: 4px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: #FFFFFF;
    }

    .sticky-top.navbar-light .navbar-brand h1 {
        /* color: var(--primary); */
        background-clip: text !important;
    background-size: 300% !important;
    -webkit-background-clip: text;
    color: transparent;
    background: linear-gradient(to bottom right, #27cafd, #37517e);
    }

    .navbar-light .navbar-nav .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

    .navbar-light .btn {
        color: var(--dark);
        background: #FFFFFF;
    }

    .sticky-top.navbar-light .btn {
        color: var(--dark);
        background: var(--secondary);
    }
}

/**** Simple ***/

/* .content h1 {
    background-clip: text !important;
    background-size: 300% !important;
    -webkit-background-clip: text;
    color: transparent;
    background: linear-gradient(to right, rgba(37, 37, 37, .9), rgba(37, 37, 37, .7));
    background: -webkit-gradient(linear, left top, right top, from(rgba(37, 37, 37, .9)), to(rgba(37, 37, 37, .7)));
    background: linear-gradient(to left, #7a60ff, #cd9ffa);
    color: rgb(129, 137, 146);
} */

.animatedhang {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@keyframes up-down {
0% {
    transform: translateY(10px);
}

100% {
    transform: translateY(-10px);
}
}

.content h1 {
    color:#434345;
}

#simple .heading20 {
    font-family: "Degular Display - Semibold", sans-serif;
    font-size: 4rem;
    /* color: #37517e; */
    -webkit-letter-spacing: 1.5px;
    -moz-letter-spacing: 1.5px;
    -ms-letter-spacing: 1.5px;
    letter-spacing: 1.5px;
    text-align: center;
    line-height: 98%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 26px;
    width: 80%;
    background-clip: text !important;
    background-size: 300% !important;
    -webkit-background-clip: text;
    color: transparent;
    /* background: linear-gradient(to left, #7a60ff, #6222cc); */
    /* background: linear-gradient(to left, #cd9ffa, #7a60ff); */
    background: linear-gradient(to bottom right, #27cafd, #6222cc);
}

@media (max-width: 992px ) {

  #simple .heading20 {
    font-family: "Degular Display - Semibold", sans-serif;
    font-size: 2.8rem;
  }

}

#simple .text-about20 p {
    color: #37517e;
    height: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.25rem ;
    width: 100%;
    line-height: 32px;
}

.about .text-about20 p {
    font-size: 1.3rem;
    color: #37517e;
}

.team #h2 {
    color:#434345;
}

/**** Simple End ***/


/* 
---------------------------------------------
Pricing Style
--------------------------------------------- 
*/

@media only screen and (max-width: 768px) {

  .hg-plan-btn-info {
    width: 110px !important;
    }
    
    span.selected-term {
    white-space-collapse: preserve-breaks !important;
    line-height: 0.6666;
    }
    
    span.package-term {
    white-space-collapse: preserve-breaks !important;
    }
    
    .selected-term {
    white-space-collapse: preserve-breaks !important;
    line-height: 0.6666;
    }
    
    .package-term {
    white-space-collapse: preserve-breaks !important;
    }
    
    .dropdown-menu>li>a {
    display: block;
    padding: 3px 10px;
    line-height: 0.6666;
    /* align-items: baseline; */
    }
  }   
  
  .pricing .row {
    padding: 25px 25px 10px 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .pricing .box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* padding: 30px 20px; */
    padding: 15px 10px;
    box-shadow: 0 3px 20px -2px #f8f9fa;
    background: none !important;
    /* background: #f3f5fa; */
    transition: all 0.3s ease-in-out;
    height: 100%;
    /* border-top: 4px solid #fff; */
    border: 2.5px solid #e9ecef;
    border-radius: 5px;
  }

  .pricing .box h3 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 24px;
    color: #37517e;
  }
  
  .pricing .box h4 {
    font-size: 30px;
    /* font-size: 48px; */
    color: #37517e;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    margin-bottom: 20px;
    list-style: none;
    padding: 0;
    /* justify-self: center !important; */
  
  }

.pricing1 h4 sup {
    font-size: 28px;
  }

  .pricing1 {
    background-color: #f3f5fa;
  }

  ul .plan-space {
    padding: 5px 0;
    word-wrap: break-word;
    position: absolute;
    text-align: left;
    min-width: 100%;
padding-left: 15px;
display: block;
  }

  .plan-space li{
    padding: auto auto;
    display: block;
    padding-bottom: 15px;
    list-style: none;
    text-align: left;
  }

  .pricing1 ul li {
   padding-bottom: 15px;
    font-size: 16px;
  }

  .pricing1 ul {
    list-style: none;
    color: #999;
    text-align: left;
  }

  .pricing1 .column-shared .plan-msg-banner,
  .pricing1 .column-shared {
    text-align: left;
    padding-left: 15px;
    color: #666;
    margin-top: 20px;
  }

  .pricing1 .buy-btn {
    background-color: #339acf;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 35px;
    line-height: 35px;
  }

  .read-more {
    color: #47b2e4;
    cursor: pointer;
  }

  .pricing1 .buy-btn:hover {
    /* background: #47b2e4; */
    color: #fff;
  }

  .pricing1 .plan-details a .buy-btn {
    text-align: center;
  }

  .pricing1 .featured {
    border-top-color: #47b2e4;
  }

  .pricing1 .featured .buy-btn {
    background: #47b2e4;
    color: #fff;
    margin-right: 100px;
  }

  .pricing1 .featured .buy-btn:hover {
    background: #23a3df;
  }

  .plan-header {
    padding: 20px;
    text-align: left;
    line-height: 24px;
    font-size: 24px;
    font-weight: bold;
    /* color: white;
background: #3d3d3d; */
    display: table-cell;
    height: 112px;
    width: 250px;
    word-wrap: break-word;
  }

  .hg-lbl-select-ten {
    font-size: 12px;
    color: #666;
    font-weight: 600;
    position: absolute;
    z-index: 4;
    top: -8px;
    background-color: #ffff;
    left: 8px;
    padding: 0 5px;
  }

  .column-shared button.btn.btn-info.hg-plan-btn-info {
    width: 100% !important;
    text-align: left;
    height: 70px !important;
    padding: 10px;
  }

  .column-shared .btn-info.active,
  .column-shared .btn-info:active,
  .column-shared .btn-info,
  .column-shared .open>.btn-info {
    color: #666 !important;
    background-color: #fff;
    border-color: #a3a3a3;
    box-shadow: none !important;
    border-radius: 4px;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    /* font-size: 14px;
    color: #666;
    font-weight: 500; */
  }

  .glyphicon {
    position: relative;
    top: -30px !important;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.column-shared ul.dropdown-menu.block-level li {
        min-height: 54px !important;
        line-height: 33px !important;
        border-bottom: 1px solid #f1f1f1 !important;
        border-radius: 0 !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
}
.column-shared .dropdown-menu>li>a {
        padding: 10px !important;
}

.column-shared .open>.dropdown-toggle.btn-info {
    border-color: #f70 !important;
  }

  span.glyphicon .glyphicon-triangle-bottom .pull-right {
    top: -30px !important;
  }

.column-shared ul.dropdown-menu.block-level {
        margin-top: 0 !important;
        padding-bottom: 0 !important;
        padding-top: 0 !important;
        position: relative !important;
        width: 100% !important;
        text-align: left !important;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16) !important;
}


.pricing1 {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
  }

  .pricing1 h3 {
    color: #37517e;
    background: #fff;
    margin-bottom: 0px;
    font-size: 20px;
    margin-right: 100px;
    /* margin-right: 50px; */
  }

  .pricing1 h4 {
    font-size: 48px;
    color: #37517e;
    font-weight: 400;
    margin-bottom: 25px;
    margin-right: 160px;
  }

  .pricing1 h4 span {
    color: #47b2e4;
    display: block;
    font-weight: 500;
    margin-left: 30px;
  }

  .pricing1 .row {
    padding-top: 20px;
    margin-right: -20px;
    margin-left: -20px;
  }

  .btn-group.hg-plan-btn-group {
    width: 25em;
    word-wrap: break-word;
    margin-bottom: 25px;
  }

  .btn-group,
  .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
 
  .column-shared span.hg-actual-price,
  .column-shared span.hg-actual-price del span.WebRupee,
  span.term-description {
    font-size: 14px;
    color: #666;
    font-weight: 500;
  }

  .column-shared span.term-length {
    color: #666;
    font-size: 14px;
    font-weight: 600;
  }

  .column-shared span.term-price {
    color: #ff7700;
    font-size: 20px;
    font-weight: 700;
  }

  .WebRupee {
    font-family: webrupee !important;
  }

  .column-shared .hg-plan-btn-group span.WebRupee,
  .column-shared .hg-plan-btn-group span.WebRupee.webrupee1 {
    font-size: 20px;
    font-weight: 700;
    color: #f70;

  }

  .text-left {
    text-align: left;
  }

  .column-shared .us_plan {
    display: flex;
    /* justify-content: space-between; */
  }

  .plan-details {
    width: 350px;
    float: left;
    position: relative;
    /* padding: 25px 25px; */
    padding: 20px 25px;
    margin: 4px 0px;
    box-shadow: 0 3px 20px -2px rgb(20 45 100 / 10%);
    background: #fff;
    text-align: center;
    border-top: 4px solid #fff;
    border-radius: 5px;
    font-size: 12px;
    /* height: 550px; */
    word-wrap: break-word;
  }

  .pricing1 .plan-msg-banner {
    color: #454545;
    background: inherit;
    font-weight: inherit;
    /* padding-top: 15px; */
    padding-bottom: 0px;
  }

  .plan-msg-banner {
    font-size: 14px;
    font-weight: bold;
    color: #754f3e;
    background: #feefb2;
    padding: 5px 0;
    height: 160px;
    width: 100%;
    transition-duration: 0.4s;
    display: inline-block;
    margin-top: 5px !important;
    /* word-wrap: break-word;
    position: absolute; */
  
  }

  .pricing h4 sup {
    font-size: 16px;
    /* font-size: 28px; */
  }
  
  .pricing h4 span {
    color: #47b2e4;
    font-size: 14px;
    display: block;
    margin-top: 8px;
    margin-left: 12px;
  }
  
  .pricing .box ul {
    padding: 10px 0;
    list-style: none;
    color: #999;
    text-align: left;
    line-height: 18px;
    padding: 0;
    margin-bottom: auto
  }
  
  .pricing .box ul li {
    padding: 10px 0 10px 30px;
    position: relative;
  }
  
  .pricing ul i {
    color: #28a745;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 6px;
  }
  
  .pricing ul .na {
    color: #ccc;
  }
  
  .pricing ul .na i {
    color: #ccc;
  }
  
  .pricing ul .na span {
    text-decoration: line-through;
  }
  
  .pricing .buy-btn {
    display: inline-block;
    padding: 10px 15px;
    /* border-radius: 50px; */
    background-color: #47b2e4 !important;
    color: #ffff !important;
    transition: none;
    font-size: 14px;
    font-weight: 600;
    font-family: "Jost", sans-serif;
    transition: 0.3s;
    border: 1px solid #47b2e4;
  }
  
  .pricing .buy-btn:hover {
    background: #f0f0f0 !important;
    /* background: #47b2e4; */
    color: #47b2e4 !important;
  }
  
  .pricing .featured {
    border-top-color: #47b2e4;
  }
  
  .pricing .featured .buy-btn {
    background: #47b2e4;
    color: #fff;
  }
  
  .pricing .featured .buy-btn:hover {
    background: #23a3df;
  }
  
  @media (max-width: 992px) {
    .pricing .box {
      max-width: 60%;
      margin: 0 auto 30px auto;
    }
  }
  
  @media (max-width: 767px) {
    .pricing .box {
      max-width: 80%;
      margin: 0 auto 30px auto;
    }
  }
  
  @media (max-width: 420px) {
    .pricing .box {
      max-width: 100%;
      margin: 0 auto 30px auto;
    }
  }
/* .modal-content {
border-radius: 2%;
}

.modal-header .close {
margin-left: 310px;
}

.modal-header {
margin-top: 8px;
}

#myModalLabel {
min-width: max-content;
} */

.btn-success {
color: #fff;
background-color: #339acf;
border-color: #339acf;
font-size: 1.5rem;
}

/* .form-control {
font-size: 1.5rem;
border-radius: 3% !important;
} */

/* for desktop */
/* .whatsapp_float {
position:fixed;
width:60px;
height:60px;
bottom:40px;
right:90px;
background-color:#25d366;
color:#FFF;
border-radius:50px;
text-align:center;
font-size:32px;
box-shadow: 2px 2px 3px #999;
z-index:100;
} */

.whatsapp_float {
right: 80px;
position: fixed;
/* visibility: hidden; */
/* opacity: 0; */
/* right: 15px; */
bottom: 15px;
z-index: 996;
/* background: #47b2e4; */
background-color: #25d366;
width: 47px;
height: 49px;
color: #FFF;
border-radius: 50px;
transition: all 0.4s;
text-align: center;
font-size: 32px;
box-shadow: 2px 2px 3px #999;

}

.whatsapp-icon {
margin-top: 12px;
/* margin-top:16px; */
color: #fff;
}

.top_arrow {
position: fixed;
width: 60px;
height: 60px;
bottom: 40px;
right: 20px;
background-color: #4da6e7;
color: #FFF;
border-radius: 50px;
text-align: center;
font-size: 30px;
box-shadow: 2px 2px 3px #999;
z-index: 100;
}

.arrow-icon {
margin-top: 16px;
color: #fff;
}

.wording p:hover {
color: #000;
transition: 0.8s;
}

/* for mobile */
@media screen and (max-width: 767px) {
.arrow-icon {
margin-top: 10px;
font-size: 32px;
}

.top_arrow {
width: 60px;
height: 60px;
bottom: 40px;
right: 16px;
font-size: 40px;
}
}



/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.services {
    padding: 130px 20px;
    position: relative;
  }
  
  /* .services:after {
    content: '';
    background-image: url(../images/services-left-dec.jpg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0px;
    width: 786px;
    height: 1217px;
    z-index: 0;
  }
  
  .services:before {
    content: '';
    background-image: url(../images/services-right-dec.jpg);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 400px;
    width: 161px;
    height: 413px;
    z-index: 0;
  } */
  
  .services .section-heading {
    text-align: center;
    margin-bottom: 80px;
  }
  
  .services .section-heading .line-dec {
    margin: 0 auto;
  }
  
  .services .naccs {
    position: relative;
    z-index: 1;
  }
  
  .services .icon {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  
  .services .naccs .menu div h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
  }
  
  .services .icon img {
    margin-bottom: 10px;
    max-width: 60px;
    min-width: 60px;
  }
  
  .services .naccs .menu {
    text-align: center;
    margin-bottom: 30px;
  }
  
  .services .naccs .menu div {
    color: #2a2a2a;
    margin: 0px;
      width: 23%;
    /* width: 15%; */
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    border-radius: 15px;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  
  .services .naccs .menu div .thumb {
    display: inline-block;
    width: 100%;
    padding: 30px 0px;
    background-color: #fff;
  }
  
  .services .naccs .menu div.active {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
  }
  
  .services ul.nacc {
    height: 100% !important;
    position: relative;
    min-height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  
  .services ul.nacc li {
    opacity: 0;
    transform: translateX(-50px);
    position: absolute;
    list-style: none;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  
  .services ul.nacc li.active {
    transition-delay: 0.3s;
    position: relative;
    z-index: 2;
    opacity: 1;
    transform: translateX(0px);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
    background-color: #fff;
    border-radius: 15px;
    padding: 80px 120px 50px 120px;
  }
  
  .services ul.nacc li {
    width: 100%;
  }
  
  .services ul.nacc li .right-image img {
    max-width: 420px;
    float: right;
  }
  
  .services .nacc .thumb h4 {
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 25px;
  }
  
  .services .nacc .thumb .main-white-button {
    text-align: right;
    margin-top: 40px;
  }
  
  .services .nacc .thumb .main-white-button a {
    background-color: #8d99af;
    color: #fff;
  }
  
  .services .nacc .thumb .main-white-button a i {
    background-color: #fff;
    color: #8d99af;
  }
  
  .services .left-text h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1778f2 !important;
    /* color: #fe664e !important; */
  }
  
  .services .left-text p {
    margin-bottom: 30px;
  }
  
  .nacc .ticks-list span {
    display: inline-block;
    opacity: 1;
    margin-right: 45px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 400;
  }  

  #mera img {
    /* width: -webkit-fill-available; */
    max-width: -webkit-fill-available;
    width: max-content;
    margin: auto;
    border-radius: 35px;
}

  @media (max-width: 992px) {
  .services .naccs .menu div {
    font-size: 15px;
    font-weight: 500;
  }
}
  /* .service-item {
    text-align: center;
  }
  .service-item .icon {
    margin-top: 0px;
    margin-bottom: 30px;
  } */

  @media (max-width: 767px) {
  .services .naccs .menu div .thumb {
    padding: 5px;
  }
  .services .icon img {
    margin: 0px;
  }
  .services ul.nacc li.active {
    padding: 45px;
  }
  .services .naccs .menu div  {
    font-size: 0px;
  }
  .services ul.nacc li .right-image img {
    float: none;
  }
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/

.box3bin {
    /* background-color: #f4f4f4; */
    border: 1px solid #ddd;
    padding: 20px;
    text-align: center;
    margin-bottom: 15px;
    min-height: 400px;
    color:#000;
    /* background: linear-gradient(to bottom right, #6222cc, #27cafd); */
}


/* .box {
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    padding: 20px;
    text-align: center;
    margin-bottom: 15px;
} */
.large-box {
    height: 150px;
}
.small-box {
    height: 100px;
}
.img-placeholder {
    background-color: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.img-small {
    height: 100px;
    width: 100%;
    background-color: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-bg {
    background-color: #f3f5fa;
}

#boxT1:hover {
    transform: scale(1.1);
    border-top: 2px solid #47b2e4;
    border-bottom: 2px solid #47b2e4;
    box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
    background: #fff;
}

.why-us .content {
    padding: 60px 100px 0 100px;
  }
  
  .why-us .content h3 {
    font-weight: 400;
    font-size: 34px;
    color: #7a60ff;
    /* color: #37517e; */
    padding: 1em 0em;
  }
  
  .why-us .content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
  }
  
  .why-us .content p {
    font-size: 15px;
    color: #848484;
  }
  
  .why-us .img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  .why-us .accordion-list {
    padding: 0 100px 60px 100px;
  }
  
  .why-us .accordion-list ul {
    padding: 0;
    list-style: none;
  }
  
  .why-us .accordion-list li+li {
    margin-top: 15px;
  }
  
  .why-us .accordion-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
  }
  
  .why-us .accordion-list a {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding-right: 30px;
    outline: none;
    cursor: pointer;
  }
  
  .why-us .accordion-list span {
    color: #47b2e4;
    font-weight: 600;
    font-size: 18px;
    padding-right: 10px;
  }
  
  .why-us .accordion-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .why-us .accordion-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
  }
  
  .why-us .accordion-list .icon-show {
    display: none;
  }
  
  .why-us .accordion-list a.collapsed {
    color: #343a40;
  }
  
  .why-us .accordion-list a.collapsed:hover {
    color: #47b2e4;
  }
  
  .why-us .accordion-list a.collapsed .icon-show {
    display: inline-block;
  }
  
  .why-us .accordion-list a.collapsed .icon-close {
    display: none;
  }
  
  @media (max-width: 1024px) {
  
    .why-us .content,
    .why-us .accordion-list {
      padding-left: 0;
      padding-right: 0;
    }
  }
  
  @media (max-width: 992px) {
    .why-us .img {
      min-height: 400px;
    }
  
    .why-us .content {
      padding-top: 30px;
    }
  
    .why-us .accordion-list {
      padding-bottom: 30px;
    }
  }
  
  @media (max-width: 575px) {
    .why-us .img {
      min-height: 200px;
    }
  }
  


/*** Hero Header ***/
.hero-header {
    margin-bottom: 4rem;
    padding: 8rem 0;
    /* padding: 18rem 0; */
    color: transparent;
    background: linear-gradient(to bottom right, #27cafd, #6222cc);
}

/* .hero-header {
    margin-bottom: 4rem;
    padding: 8rem 0;
    background:
        url(../img/blob-top-left.png),
        url(../img/blob-top-right.png),
        url(../img/blob-bottom-left.png),
        url(../img/blob-bottom-right.png),
        url(../img/blob-center.png),
        url(../img/bg-bottom.png);
    background-position:
        left 0px top 0px,
        right 0px top 0px,
        left 0px bottom 0px,
        right 0px bottom 0px,
        center center,
        center bottom;
    background-repeat: no-repeat;
} */

@media (max-width: 991.98px) {
    .hero-header {
        padding: 6rem 0 9rem 0;
    }
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    text-transform: uppercase;
}

.section-title span:first-child,
.section-title span:last-child {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    width: 30px;
    height: 2px;
}

.section-title span:last-child {
    margin-right: 0;
    margin-left: 30px;
}

.section-title span:first-child::after,
.section-title span:last-child::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    top: 0;
    right: -20px;
}

.section-title span:last-child::after {
    right: auto;
    left: -20px;
}

.section-title.text-primary span:first-child,
.section-title.text-primary span:last-child,
.section-title.text-primary span:first-child::after,
.section-title.text-primary span:last-child::after {
    background: var(--primary);
}

.section-title.text-secondary span:first-child,
.section-title.text-secondary span:last-child,
.section-title.text-secondary span:first-child::after,
.section-title.text-secondary span:last-child::after {
    background: var(--secondary);
}

.section-title.text-white span:first-child,
.section-title.text-white span:last-child,
.section-title.text-white span:first-child::after,
.section-title.text-white span:last-child::after {
    background: #FFFFFF;
}


/*** Feature ***/
.feature-item {
    transition: .5s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 330px;
    padding: 20px;
}

.feature-item h5 {
    margin: 15px 0; 
    /* font-size: 1.2rem; */
    font-weight: 600;
}

.feature-item p {
    flex-grow: 1;
    /* text-align: center;  */
    font-size: 1rem;
}

.feature-item:hover {
    margin-top: -15px;
}


/*** About ***/
.progress {
    height: 5px;
}

.progress .progress-bar {
    width: 0px;
    transition: 3s;
}


/*** Fact ***/
.fact {
    margin: 6rem 0;
    background:
        url(../img/blob-top-left.png),
        url(../img/blob-top-right.png),
        url(../img/blob-bottom-left.png),
        url(../img/blob-bottom-right.png),
        url(../img/blob-center.png);
    background-position:
        left 0px top 0px,
        right 0px top 0px,
        left 0px bottom 0px,
        right 0px bottom 0px,
        center center;
    background-repeat: no-repeat;
}


/*** Service ***/
.service-item {
    position: relative;
    padding: 45px 30px;
    background: var(--light);
    overflow: hidden;
    transition: .5s;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    min-height: 385px;

}

.service-item:hover {
    margin-top: -15px;
    padding-bottom: 60px;
    /* background: var(--primary); */
    color: transparent;
    background: linear-gradient(to bottom right, #27cafd, #6222cc);
}

.service-item .service-icon {
    margin: 0 auto 20px auto;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    /* background: url(../img/blob-primary.png) center center no-repeat; */
    /* background-size: contain; */
    transition: .5s;
    background: linear-gradient(to bottom right, #6222cc, #27cafd);
    border-radius: 15%;
    transform: rotate(45deg);
}

.service-item:hover .service-icon {
    color: var(--dark);
    background: url(../img/blob-secondary.png) center center no-repeat;
    background-size: contain;
}

.service-item h5,
.service-item p {
    transition: .5s;
}

.service-item:hover h5,
.service-item:hover p {
    color: #FFFFFF;
}

.service-item a.btn {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px 40px 0 0;
    transition: .5s;
    z-index: 1;
}

.service-item a.btn:hover {
    color: var(--dark);
    background: var(--secondary);
}

.service-item:hover a.btn {
    bottom: 0;
}

/****************/


/****************/

/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-item img {
    transition: .5s;
}

.portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio-item .portfolio-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(98, 34, 204, .9);
    transition: .5s;
    opacity: 0;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}


/*** Newsletter ***/
.newsletter {
    margin: 6rem 0;
    /* background:
        url(../img/blob-top-left.png),
        url(../img/blob-top-right.png),
        url(../img/blob-bottom-left.png),
        url(../img/blob-bottom-right.png),
        url(../img/blob-center.png);
    background-position:
        left 0px top 0px,
        right 0px top 0px,
        left 0px bottom 0px,
        right 0px bottom 0px,
        center center;
    background-repeat: no-repeat; */
    color: transparent;
    background: linear-gradient(to bottom right, #27cafd, #6222cc);
}


/*** Testimonial ***/

.testimonial-carousel .testimonial-item {
    padding: 0 30px 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 230px;
}
.testimonial-carousel .testimonial-item p {
    padding: 15px 0px;
}

.testimonial-carousel .owl-nav {
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 60px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}


/*** Team ***/
.team-item .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Footer ***/
.twitter i svg {
    /* width: 18px;   */
    /* height: 18px;  */
    fill: #fff; 
}
.fa-x-twitter:before {
    content: "\e61b";
}
.fa-x-twitter {
    margin-bottom: 1rem;
    color: #fff;
    fill: #fff; 
}
.footer {
    margin-top: 6rem;
    padding-top: 1rem;
    /* padding-top: 9rem; */
    color: transparent;
    background: linear-gradient(to bottom right, #27cafd, #6222cc);
    /* background:
        url(../img/bg-top.png),
        url(../img/map.png);
    background-position:
        center top,
        center center;
    background-repeat: no-repeat; */
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
    color: var(--secondary);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.footer .copyright a:hover,
.footer .footer-menu a:hover {
    color: var(--secondary);
}