/* Import Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600&display=swap");

/*******************************************************/
/******************* 01. Default Style *****************/
/*******************************************************/

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body {
    color: #2c2b2b;
    background: white;
    font-weight: 400;
    line-height: 28px;
    font-size: 16px;
    font-family: "Sora", sans-serif;
}

:root {
    --primary-color: #bc2c22;
}

a {
    color: #2c2b2b;
    cursor: pointer;
    outline: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none; 
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 12px;
    font-family: "Sora", sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #000000;
}

.padding-100 {
    padding: 100px 0px;
}
.bg-yellow{
    background-color: #ffae00;
}
.banner-section .banner-text {
    position: absolute;
    top: 350px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    font-size: 50px;
    display: inline-table;

    background: #f37020;
    padding: 20px;
    border-radius: 10px;
}
.abt-section{
    background: url(../images/home8_bg.jpg);
}
.abt-section img{
    margin-bottom: -100px;
    margin-top: -50px;
}

.abt-section h1, .abt-section div{
    color: #fff;
}

.support{
     background:#ffae00 !important;
}
.how-we{
    position: relative;
}


.how-we h1{
    color: #fff;
}
.wt-medico{
    position: relative;
    top: 50%;
    transform:translateY(-50%);
}
.wt-medico h1{
    font-size: 40px;
}
.how-ser{
    padding: 35px 40px 35px 40px;
    background-color: #FFFFFF;
    background-image: url(../images/bg-shape-orange.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    box-shadow: 0px 5px 14px 0px rgb(0 0 0 / 38%);
    min-height: 515px;

}
.how-ser h4{
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 20px !important;
}
.abt-content {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.about-section {
    background: #f37020;
}

.about-section img {
    border-radius: 500px;

}

.story-images {
    padding-bottom: 50px;
}

.story-images .heading {
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
}

.story-images img {
    border-radius: 10px;
    margin-bottom: 10px;
}


.bg-color {
    background-color: #f37020;
}

.f1 {
    background-color: #9ac1fc !important;

}


.f2 {
    background-color: #ffc794 !important;
}

.f3 {
    background-color: #a1c653 !important;
}

.bi-check-lg {
    font-size: 30px;
    font-weight: 600;
    color: #62c37b;
}



.bi-x {
    font-size: 30px;
    font-weight: 600;
    color: #fe5340;
}


.section-padding {
    padding: 80px 0px;
}

.fw-normal {
    font-weight: bolder !important;
}

.border-box {
    background-color: #f7f6f6;
    padding: 40px;
    border-radius: 35px;
    max-width: 1000px;
    margin: 0px auto;
    box-shadow: 0px 0px 8px 9px rgb(0 0 0 / 6%);
}

.F-BG {
    background-color: #eaeaea !important;
    border: 2px solid #b1b1b1;
    border-radius: 10px;
}

.btn-bg-color {
    background-color: #4b60ce !important;
    color: white !important;
}

.list-items {
    list-style-type: none;
    line-height: 47px;
}

.padding-box-top {
    padding-top: 90px;
}

.rounded-3-1 {
    border-radius: 50px !important;
}



.team-box {
    border: 1px solid #e7eaec;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 10px;

    box-shadow: 0px 4px 24px rgb(0 0 0 / 23%);
    margin-top: 30px;
    position: relative;
}

.team-box .content {
    color: inherit;
    color: #fff;

}


.team-box.center-version {
    border: 1px solid #e7eaec;
    padding: 0;
    text-align: center;
    position: relative;
    border-radius: 10px 10px 10px 10px;
}
.team-box .img-shape{
    display: block;
    position: absolute;
    top: 25px;
    left: 0px;
}

.team-box .content h3 {
    font-size: 30px;
    color: #fff;
}
..team-box .content .font-bold{
    font-weight: 500;
    font-size: 18px;
}
.team-box .content p {
    color: #ccc;
}

.team-box.center-version .content {
    display: block;
    background-color: #362b7c;
    padding: 20px;
    text-align: center;
    padding-top: 120px;
    margin-top: -90px;
    border-radius: 10px 10px 10px 10px;
}


.team-box.center-version .img-circle {
    width: 180px;
    position: relative;
    height: 180px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 100px;
}


.team-box.center-version address {
    margin-bottom: 0;
}

.team-box .team-box-footer {
    text-align: center;
    background-color: #ffffff;
    border-top: 1px solid #e7eaec;
    padding: 15px 20px;
}


.pricing-sec {
        background: #F5F5FA;
        padding: 100px 0px;
    margin-top: -100px;
    }
    .pricing-sec table{
        width: 900px;
        max-width: 100%;
        margin: 0px auto;
    }
    .pricing-sec th,
    .pricing-sec td {
        font-family: inherit;
        font-size: .875em;
        line-height: 1.45;
        color: #444;
        vertical-align: middle;
        padding: 0.5em;
    }
    
   .pricing-sec th {
        font-weight: 600;
    }
    
    .pricing-sec colgroup:nth-child(1) {
        width: 40%;
        border: 0 none;
    }
    
    .pricing-sec colgroup:nth-child(2) {
        width: 8%;
        border: 1px solid #E5E3F1;
    }
    
    .pricing-sec colgroup:nth-child(3) {
        width: 12%;
        border: 10px solid #f0ceff;
    }
    
   .pricing-sec colgroup:nth-child(4) {
        width: 8%;
        border: 1px solid #E5E3F1;
    }
    /* Tablehead */
    
    .pricing-sec thead th {
        background: #f0ceff;
        background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
        background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
        background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
        background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
        background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
        text-align: center;
        position: relative;
        border-bottom: 1px solid #E5E3F1;
        padding: 1em 0 0.5em;
        font-weight: 400;
        color: #999;
    }
    
    .pricing-sec thead th:nth-child(1) {
        background: transparent;
    }
    .pricing-sec thead td th:nth-child{
        background: transparent;
    }
     
    
    .pricing-sec thead th:nth-child(3) {
        padding: 2em 0 2em;
        background: #f0ceff;
        font-size: 1rem;
    }
    
    .pricing-sec thead th h2 {
        font-weight: 700;
        font-size: 1.5rem;
        line-height: 1.2;
        color: #5B35D5;
    }
    
    .pricing-sec thead th h2 + p {
        font-size: 1.25em;
        line-height: 1.4;
    }
    
    .pricing-sec thead th:nth-child(3) h2 {
        font-size: 1.6em;
        color: #333
    }
    
    .pricing-sec thead th:nth-child(3) h2 + p {
        font-size: 1.5em;
    }
    
    .pricing-sec thead th p.promo:before {
        content: "";
        position: absolute;
        display: block;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 0 7px 7px 0;
        border-color: transparent #900 transparent transparent;
        bottom: -7px;
        left: 0;
    }
    
   .pricing-sec thead th p.promo:after {
        content: "";
        position: absolute;
        display: block;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 7px 7px 0 0;
        border-color: #900 transparent transparent transparent;
        bottom: -7px;
        right: 0;
    }
    /* Tablebody */
    
   .pricing-sec tbody th {
        background: #fff;
        border-left: 1px solid #E5E3F1;
    }
    
   .pricing-sec tbody th span {
        font-weight: normal;
        font-size: 87.5%;
        color: #999;
        display: block;
    }
    
   .pricing-sec tbody td {
        background: #fff;
        text-align: center;
        border-left: 1px solid #e5e3f1;
    }
    
    .pricing-sec tbody td:nth-child(1){
        text-align: left;
        padding-left: 10px;
        
    }
    .pricing-sec tbody td strong{
        font-size: 25px;
    }
   .pricing-sec tbody tr:nth-child(even) th,
   .pricing-sec tbody tr:nth-child(even) td {
        background: #fbfbff;
        border: 1px solid #E5E3F1;
        border-width: 1px 0 1px 1px;
    }
    .transparent{
        background: transparent !important;
        border-left: 0 !important;
        border-bottom: 0 !important;
    }
   .pricing-sec tbody tr:last-child td {
        border-bottom: 0 none;
    }
    /* Tablefooter */
    
   .pricing-sec tfoot th {
        padding: 2em 1em;
        border-top: 1px solid #E5E3F1;
    }
    
   .pricing-sec tfoot td {
        text-align: center;
        padding: 2em 1em;
        border-top: 1px solid #E5E3F1;
    }
    
    .pricing-sec .price-btn {
        font-weight: bold;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        display: block;
        padding: 1.125em 2em;
        background: #5B35D5;
        border-radius: .5em;
    }
    
    
    .price-text strong {
        font-size: 30px;
    }
    
  .pricing-sec .bi-check {
        color: #00b090;
    }
    
    .pricing-sec .bi-x {
        color: #fc5185;
    }
    
    
    @media(max-width:768px) {
       .pricing-sec colgroup:nth-child(1) {
            width: 100%;
        }
       .pricing-sec colgroup:nth-child(2) {
            width: 31%;
            border: 1px solid #E5E3F1;
        }
        .pricing-sec .price-btn{
            padding: 5px 5px;
            font-size: 11px;
        }
           .pricing-sec thead th h2,
           .pricing-sec thead th:nth-child(3) h2{
            font-size: 1rem;
               padding: 5px;
        }
       .pricing-sec  tbody tr:last-child td{
            padding: 5px;
        }
         .pricing-sec tbody td strong{
        font-size: 16px;
    }
        .pricing-sec tbody td:nth-child(1){
       
        font-size: 12px;
    }
        .pricing-sec{
            padding: 20px 0px;
            margin-top: -50px;
        }
 
    }
.glimpse{
    position: relative;
}
.img-section h1{
    position: absolute;
    margin: 0px auto;
    top: 40px;
    left: 0px;
    right: 0px;
    text-align: center;
}
.contact-card {
    border: 1px solid #e5e5e5;
    text-align: center;
    padding: 30px 20px;
    transition: all 0.3s;
    border-radius: 10px;
    box-shadow: 0px 3px 30px -7px #0000006e;
    box-shadow: 0 6px 6px rgb(0 0 0 / 18%);
    margin-bottom: 20px;
}

.accordion-item{
    margin-bottom: 10px;
}
.accordion-button:not(.collapsed){
    color: #ffffff !important;
    background-color: #243b7f;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
    background-image: none;
}
.accordion-flush .accordion-item .accordion-button{
    color: #243b7f;
    font-weight: 600;
    font-size: 16px;
}
.accordion-button:not(.collapsed)::after{
    background-image: none;
}
.accordion-button::after{
    content:'\F282';
    display: inline-block;
    font-family: bootstrap-icons !important;

    display: inline-table;
    background-image: none;
   /* flex-shrink: 0 !important;
    width:0 !important;
    height: 0 !important;
    margin-left: 0 !important;
*/
}
h2:not(:last-child), .h2:not(:last-child){
    margin-bottom: 0px !important;
}
.contact-card img {
    width: 25%;
}

.contact-card h5 {
    padding: 20px 0px 0px;
    font-size: 18px;
    font-weight: 800;
}

.contact-card p {
    font-size: 15px;
    color: #333;
}

.table {
    border: 1px solid #ddd !important;
}

.card-header:first-child {
    border-radius: 25px !important;
}

.table thead th {
    border-bottom: 1px solid #ddd !important;
}

.search{
   max-width: 600px;
    margin: 0px auto;
    margin-bottom: 30px;
}
.search .form-control{
    width: 400px !important;
} 
.search .btn{
    border: 1px solid #ddd;
    border-left: none;
    border-radius: 0px 4px 5px 0px;
}
.price-text{
    text-align: left;
}


.contact-card .tools {
    display: none;
  width: 220px;
  background-color: #243b7f;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  z-index: 1;
    position: absolute;
    top: -40px;
    left: 65px;
    border-radius: 10px;
}
.contact-card h5{
    color: #243b7f;
}
.contact-card:hover .tools{
     display: block;
}
.contact-card:hover{
    border: 1px solid #243b7f;
    transform: scale(1.05);
    transition: all 0.3s;
    
}
.tools{
    font-size: 14px;
}

.testim{
    width: 100%;
    position: relative;
  
}
.testim .wrap{
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}
.testim .arrow{
    display: block;
    position: relative;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}
.testim .arrow:before{
    cursor: pointer;
}
.testim .arrow.left{
    left: 10px;
}
.testim .arrow.right{
    right: 10px;
}
.testim .arrow:hover{
    color: #203d7f;
}
.testim .dots{
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}
.testim .dots .dot{
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #203d7f;
    margin: 0 10px;
    cursor: pointer;
    transition: all .5s ease-in-out;
    position: relative;
}
.testim .dots .dot.active,
.testim .dots .dot:hover{
background: #203d7f;
border-color: #203d7f;
}

.testim .dots .dot.active{
    animation: testim-scale .5s ease-in-out forwards;
}
.testim .cont{
    position: relative;
    overflow: hidden;
}
.testim .cont > div{
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}
.testim .cont > div.inactive{
    opacity: 1;
}
.testim .cont > div.active{
    
    position: relative;
    opacity: 1;
    
}
.testim .cont div .img img{
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}
.testim .cont div h2{
    color: #203d7f;
    font-size: 1em;
    margin: 15px 0;
}
.testim .cont div p{
    font-size: 1.15em;
    color: black;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img{
    animation: testim-show .5s ease-in-out forwards;
}
.testim .cont div.active h2{
    animation: testim-content-in .4s ease-in-out forwards;
}
.testim .cont div.active p {
    animation: testim-content-in .5s ease-in-out forwards;
}
.testim .cont div.inactive .img img{
    animation: testim-hide .5s ease-in-out forwards;
}
.testim .cont div.inactive h2{
    animation: testim-content-out .4s ease-in-out forwards;
}
.testim .cont div.inactive p {
    animation: testim-content-out .5s ease-in-out forwards;
}


@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        box-shadow: 0px 0px 10px 5px #203d7f;
    }
    100% {
        box-shadow: 0px 0px 0px 0px #203d7f;
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}
@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0);
    }
}
/* coding with nick */

/* Responsive */

@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}
@media all and (max-width: 500px) {
    .testim .arrow{
        font-size: 1.5rem;
    }
    .testim .cont div p{
        line-height: 25px;
    }
}


#social-links-coustm{
    text-decoration: none;
    padding-left: 0px !important;
}

#social-links-coustm li{
    display: inline-block;
   

}

.pd-icons{
    padding-left: 20px;
}

.bi{
    font-size: 30px;
}

.new-bg-clr{
    background-color: #203d7f;
    position: relative;
}
.new-bg-clr::before{
    content: '';
    width: 100%;
    height:100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/bgrservicehome.png);
   
}
.new-bg-clr .btn-outline-secondary{
    height: 40px;
}
.soon-we{
    background: url(../images/map-footer.png);
    background-position: center;
    background-size: cover;
    position: relative;
}
.btn-close{
    position: absolute;
    right: 12px;
    top: 10px;
    font-size: 10px;
    z-index: 9;
}
.soon-we::before{
    content: '';
    width: 100%;
    height:100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
    background: rgb(255 255 255 / 90%);
}

#contact-btn{
   
    border-radius: 25px;
    background-color: white;
    color: #203d7f;
    text-decoration: none;
   
   
}
.date .btn-outline-secondary{
    height: 40px;
}
.date .btn-outline-secondary:hover{
    background: #f37020 !important;
    border-color: #f37020 !important;
}

.text-new-class{
    margin: auto;
    padding: 10px;
}

.text-new-class h1{
    text-transform: uppercase;
    font-weight: 800;
}


.w3-content {
    max-width: 100% !important;
   
  
}

body{
   
    font-family: "Poppins" !important;
}

.cta-title1{
    
}
.copyright-content{
    background: #f37020;
    padding: 10px;
    color: #fff;
}
.footer-content{
    padding:50px 0px;
}

@media (max-width:768px) {
    .cta-title{
        text-align: left;
        font-size: 25px;
    }

    .cta-title1{
        text-align: left;
        font-size: 25px;
        text-align:center;
    }
    .text-new-class h1{
        text-align: center;
    }
    .how-ser{
        margin-bottom: 20px;
        min-height: auto;
    }
    .abt-section img{
        margin: 0px;
        margin-bottom: -51px;
        width: 350px;
    } 
    .abt-section h1, .abt-section p{
        text-align:center;
    }
    .abt-section h1{
        font-size: 30px;
    }
}

.slideshow-container {
    width: 100%;
     position: relative;
     margin: auto;
     background: #ddd;
    margin-top: -81px;
   }
   
   .mySlides {
     display: none;
   }
   
   .fade {
     animation-name: fade;
     animation-duration: 3.5s;
   }
   

   @keyframes fade {
     from {
       opacity: 0.3;
       
     }
     to {
       opacity: 1;
     }
   }

   
   
   
   #owl-demo .item{
     margin: 3px;
   }
   #owl-demo .item img{
     display: block;
     width: 100%;
     height: auto;
   }
   
@media (max-width:920px) {
    .padding-box-top {
        padding-top: 0px;
    }
     .circle-element{
        left: 35px;
         transform: rotate(60deg);
             top: 80px;
    }
    
    .circle-element-2::after{
        left: 245px;
    }
    .contact-card .tools{
        width: 194px;
        font-size: 13px;
    }
    .banner-section .banner-text{
        top: 165px;
        font-size: 22px;
    }
    .how-ser{
        min-height: 274px;
        margin-bottom: 20px;
    }
    .text-new-class h1, .cta-title1{
        font-size: 30px;
    }
    .abt-section img{
        margin-top: 0px;
    }
    .pricing-sec{
        margin-top: -100px;
    }
    .banner-section .banner-text{
        font-size: 30px;
    }
    .polo-carousel-item{
        width: 350px;
    }
}

@media (max-width:767px) {
    .team-box .img-shape{
            top: 36px;
    }
    .slideshow-container{
        margin-top: 0px;
    }
    .padding-100 {
        padding: 40px 0px;
    }
    .contact-card .tools{
        width: 220px;
        font-size: 13px;
    }
           .img-section h1 {
    position: absolute;
    margin: 0px auto;
    top: 7px;
    left: 0px;
    right: 0px;
    font-size: 20px;
    }

    .banner-section .banner-text {
        position: absolute;
        top: 85px;
        margin: 0 auto;
        left: 0px;
        right: 0px;
        font-size: 15px;
        display: inline-table;
        background: #f37020;
        padding: 9px;
        border-radius: 10px;
        font-weight: 900;
    }

    .abt-content {
        position: relative;
    }

    .border-box {
        padding: 10px;
        border-radius: 5px;
    }

    .price-text {
        width: 200px;
        text-align: left;
    }
    .circle-element{
        left: 49px;
    }
    .circle-element-2::after{
        left: 260px;
    }
    .search input{
        width: 302px;
    }
    .search .form-control {
    width: 301px !important;
    }
}

@media (min-width:320px) to (max-width:576px){
     .circle-element{
        left: 68px;
    }
    .circle-element-2::after{
        left: 275px;
    }
}

