 /* @import url("https://use.typekit.net/dvy4ifz.css"); */
 @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
 body{
    background-color: #FCFCFC;
   /* font-family: "poppins", sans-serif; */
    font-family: "Inter", sans-serif;
    font-size:14px;
    font-weight: 400;
    color:black;
    overflow-x: hidden;
 }
 .header-top{
    background-color: #2152D8;
    padding-top:5px;
    padding-bottom:5px;
 }
  .header-offer{
    display: flex;
    align-items: center;
  }
 .header-offer>span{
    font-size:14px;
    font-weight: 400;
    color:white;
    margin-right:10px;
 }
   .countdown-container {
      display: flex;
      gap: 2px;
    }

 .time-box {
    background: #080373;
    border: 2px solid #080373;
    border-radius: 10px;
    padding: 5px 0px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width:38px;
    height:40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.time-box .number {
    font-size: 14px;
    font-weight: bold;
    color: white;
    line-height: 13px;
}
.time-box .label {
    font-size: 8px;
    color: white;
    margin-top: 0px;
}
.header-contact{
    display: flex;
    justify-content:flex-end;
}
.header-contact>ul{
    list-style: none;
    display: flex;
    justify-content:flex-end;
    align-items: center;
    margin:0px;
    padding:0px;
}
.header-contact>ul>li{
    display: flex;
    border-right: 1px solid white;
    margin-left: 10px;
    padding-right:10px;
}
.header-contact>ul>li:last-child{
    border:none;
    padding-right: 0px;
    opacity: .8;
}
.header-contact>ul>li:first-child{
    margin-left:0px;
}
.header-contact>ul>li>a{
    display: flex;
    align-items: center;
    color:white;
    text-decoration: none;
    font-size:16px;
    line-height: 16px;
    padding:3px 0px;
}
.header-contact>ul>li>a>img{
    height:18px;
    margin-right:7px;
}
header{
    background-color:#FCFCFC;
    padding:5px 0px;
}
a.navbar-brand>img{
    height:60px;
}
.dropdown-toggle::after{
    display:none;
}
.mega-list{
    padding:20px 30px;
}
.menu-box{
    padding-right:20px;
    margin-bottom:20px;
}
.menu-box>a{
    text-decoration: none;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    background-color: white;
    transition: background .4s;
    padding:10px;
}
.menu-box>a:hover{
    background-color: #f8fafc;
    transition: background .4s;
}
.menu-box>a>.menu-header{
    display: flex;
    margin-bottom:5px;
    width:100%;
    color:black;
    font-size:14px;
    font-weight: 500;
}
.menu-box>a>.menu-header>img{
    height:18px;
    margin-right:10px;
}
.menu-box>a>p{
    color:black;
    font-weight: 300;
    font-size:14px;
}
.mega-ref{
    background-color: #f8fafc;
    padding:30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.megamenu{
    padding:0px;
    overflow: hidden;
}
.menu-ref-box{
    display: flex;
    width:100%;
    margin-top:20px;
    margin-bottom:20px;
}
.menu-ref-box>a{
    display: flex;
    width:100%;
    align-items: center;
    text-decoration: none;
}
.menu-ref-box>a>.logo-box{
    padding:40px 20px;
    border-radius: 10px;
    background-color:white;
    display: flex;
    width:35%;
    margin-right:20px;
}
.menu-ref-box>a>.logo-box>img{
   width:100%;
}
.menu-ref-box>a>.menu-ref-text{
    display: flex;
    flex-direction: column;
    width:calc( 65% - 20px);
}
.menu-ref-box>a>.menu-ref-text>span.menu-ref-title{
    font-size:16px;
    font-weight: 600;
    color:black;
    margin-bottom:5px;
}
.menu-ref-box>a>.menu-ref-text>p{
    font-weight: 300;
    font-size: 13px;
    color:black;
    margin-bottom:0px;
    line-height: 16px;
}
.nav-link{
    font-size:16px;
    color:black;
    font-weight: 500;
    outline:none;
    box-shadow: none;
}
.navbar-expand-sm .navbar-nav .nav-link{
    padding-left:12px;
    padding-right:12px;
}
.btn.btn-black{
    background-color: black;
    display: flex;
    height:46px;
    line-height: 16px;;
    font-size:16px;
    font-weight: 500;
    color:white;
    align-items: center;
    padding:4px 30px 0px;
    border:1px solid black;
    margin-left:15px;
    transition: all .4s;
}
.btn.btn-black:hover{
    background-color:white;
    color:black;
    transition: all .4s;
}
.navbar-nav{
    align-items: center;
}
.slider{
    padding-top:60px;
    padding-bottom:60px;
}
.caption{
    display: flex;
    flex-direction: column;
   align-items: center;
}
.slide-top-btn{
    display: flex;
    width:fit-content;
    max-width: 100%;
    height:30px;
    align-items: center;
    justify-content: center;
    padding:3px 20px 0px;
    border:1px solid black;
    border-radius: 10px;
    text-decoration: none;
    color:black;
    font-size:14px;
    font-weight: 400;
    line-height:14px;
    transition: all .4s;
}
.slide-top-btn:hover{
    background-color: black;
    color:white;
    transition: all .4s;
}
.slide-top-btn>img{
    height:22px;
    margin-right:5px;
    margin-top:-2px;
}
.slide-top-btn>i{
    font-size:16px;
    color:black;
    margin-left:5px;
    transform: rotate(-45deg);
    margin-top:-3px;
    transition: all .4s;
}
.slide-top-btn:hover>i{
    color:white;
    transition: all .4s;
}
.caption>h1{
    font-size:40px;
    font-weight: 300;
    text-align: center;
    color:black;
    margin-top:30px;
    margin-bottom:30px;
}
.caption>p{
    display: flex;
    width:55%;
    text-align: center;
    justify-content: center;
    font-size:16px;
    font-weight: 400;
    color:black;
}
.btn.btn-black-slider{
    background-color:black;
    height:46px;
    border-radius: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:white;
    text-decoration: none;
    padding:3px 18px 0px;
    font-size:14px;
    font-weight: 400;
    border:1px solid black;
    transition: all .4s;
}
.btn.btn-black-slider>i{
    margin-left:10px;
    font-size:16px;
    margin-top:-3px;
}
.btn.btn-black-slider:hover{
    background-color: white;
    color:black;
    transition: all .4s;
}
.caption>span.notification{
    display: inline-block;
    width:30%;
    font-size:13px;
    font-weight: 400;
    color:black;
    margin-top:20px;
    text-align: center;
    line-height: 15px;
}
.caption>span.notification>sup{
    color:red;
}
.referances{
    padding:0px;
    margin-top:30px;
    margin-bottom:60px;
}
.referances.black-bg{
    padding:60px 0px;
    margin-top:0px;
    background-color: black;
    margin-bottom:60px;
}
.item>span{
    display: flex;
    width:100%;
    padding:0px 20px;
    align-items: center;
    height:60px;
}
.item>span>img{
    width:100%;
}
.referances.black-bg .marquee {
  overflow: hidden;
  width: 100%;
  background: black;
}
.marquee {
  overflow: hidden;
  width: 100%;
  background: #fff;
}

.track {
  display: flex;
  width: max-content;
  animation: marquee 60s linear infinite;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.reflogo {
  flex: 0 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  height: 60px;
}

.reflogo img {
  height: 50%;
  width: auto;
}
.home-slide-area{
    padding-top:50px;
    padding-bottom:60px;
}
.home-slide-title>h2{
    font-size:30px;
    font-weight: 300;
    color:black;
    line-height: 42px;
    margin-bottom:30px;
}
.slide-box{
    display: flex;
    flex-direction: column;
}
.slide-box>a.slide-img{
    width:100%;
    aspect-ratio: 1;
    position: relative;
    margin-bottom:15px;
}
.slide-box>a.slide-img>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}
.slide-box>h3{
    font-size:22px;
    font-weight: 400;
    color:black;
    margin-bottom:5px;
}
.slide-box>p{
    font-size:14px;
    font-weight: 400;
    color:black;
    margin-bottom:15px;
}
.slide-box>a.slide-link{
    text-decoration: underline;
    font-size:13px;
    font-weight: 400;
    color:black;
}
.custom-full-width-div {
  position: relative;
  left: 0;
  right: 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: -60px;
    right: 10%;
    width: auto;
    display: flex;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: white;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 30px;
    height: 30px;
    background-color: black;
    border-radius: 15px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:3px;
}
.specs-area{
    padding-top:60px;
    padding-bottom:100px;
}
.specs-area h4{
    font-size:30px;
    font-weight: 300;
    color:black;
    margin-bottom:20px;
}
.specs-text>p{
    font-size:14px;
    font-weight: 400;
    color:black;
    line-height:24px;
}
.specs-button{
    display: flex;
    justify-content: flex-end;
}
.specs-button>a.btn.btn-black{
    background-color: black;
    height:46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:white;
    font-size:14px;
    font-weight: 500;
    border-radius: 10px;
}
.spec{
    padding:30px 10px;
}
.spec-box{
    padding:40px 30px;
    background-color: white;
    box-shadow:0px 0px 6px rgba(0,0,0,.16);
    border-radius: 20px;
}
.spec-box>a.spec-title{
    font-size:16px;
    font-weight: 600;
    color:black;
    text-decoration: none;
}
.spec-box>p{
    font-size:14px;
    font-weight: 400;
    color:black;
    line-height: 24px;
}
.spec-box>a.spec-img{
    display: flex;
    width: 100%;
    aspect-ratio: 1.4;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.spec-box>a.spec-img>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}

.specs-area .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: auto;
    bottom:-20px;
    right: 10px;
    width: auto;
    display: flex;
}
.home-form{
    background-color: white;
    padding:60px 0px;
}
ul.form-img{
    display: flex;
    list-style: none;
    padding:0px;
    margin:0px 0px 30px;
}
ul.form-img>li{
    display: flex;
    width:50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    position: relative;
    border:3px solid white;
    border-radius: 25px;
    margin-left:-10px;
    overflow: hidden;
}
ul.form-img>li:first-child{
    margin:0px;
}
ul.form-img>li>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}
.home-form-left>h3{
    font-size:30px;
    font-weight: 400;
    color:black;
    margin-bottom:20px;
    line-height: 42px;
}
.home-form-left>p{
    font-size:14px;
    font-weight: 300;
    color:black;
    line-height: 24px;
}
.form-str{
    padding:7px;
}
.iti.iti--allow-dropdown{
    width:100%;
}
.form-str>input.form-control, .form-str input.form-control{
    border:1px solid #C9C9C9;
    border-radius: 8px;
    height:46px;
    box-shadow: none;
    width:100%;
}
.form-str>input.form-control::placeholder, .form-str input.form-control::placeholder{
    font-size:14px;
    color:rgba(0,0,0,.5);
}
.form-str>label{
    display: flex;
    width: 100%;
    align-items: flex-start;
}
.form-str>label>p{
    margin-left:10px;
    font-size:14px;
    color:black;
}
.form-str>label>p>a{
    color:black;
    text-decoration: underline;
}
.form-str>label>input{
    margin-top:3px;
}
button.btn.btn-dark{
    background-color:black;
    height:46px;
    display: flex;
    align-items: center;
    padding: 5px 30px 0px;
    border-radius: 8px;
    font-size:14px;
    transition: all .4s;
}
button.btn.btn-dark:hover{
    background-color: #333;
    transition: all .4s;
}
.faq-area{
    padding:100px 0px;
}
.faq-intro{
    margin-bottom:40px;
}
.faq-intro>h4{
    font-size:36px;
    text-align: center;
    font-weight: 300;
    color:black;
    line-height: 52px;
    margin-bottom:20px;
}
.faq-intro>p{
    text-align: center;
    font-size:14px;
    font-weight: 400;
    color:black;
    line-height:24px;
}
.accordion-item{
    margin-bottom:20px;
    outline:1px solid rgba(33,82,216,.3);
    border-radius: 10px!important;
    overflow: hidden;
    box-shadow:0px 0px 3px rgba(0,0,0,.16);
}
.accordion-button:not(.collapsed){
    background-color: black;
    color:white;
    outline:none;
    box-shadow: none;
}
.accordion-button::after{
    background:none;
    font-family: "Font Awesome 5 Free";
    content: "\2b";
    font-weight: 900;
    color:black;
    font-size:20px;
}
.accordion-button:not(.collapsed)::after {
    background:none;
    color:white;
}
.customer-area{
    background-color:rgba(33,82,216,.1);
    padding:100px 0px;
    background-image: url('../../images/customer-img.webp');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 100%;
}
a.top-action{
    display: flex;
    width:fit-content;
    max-width:100%;
    height:30px;
    border:1px solid black;
    border-radius: 10px;
    padding:0px 25px;
    align-items: center;
    text-decoration: none;
}
a.top-action>img{
    height:18px;
    margin-right:5px;
}
a.top-action>span{
    font-size:14px;
    text-decoration: none;
    color:black;
}
.customer-text>h3{
    font-size:36px;
    font-weight: 300;
    color:black;
    line-height: 46px;
    margin-top:20px;
    margin-bottom:30px;
}
ul.btn-list{
    display: flex;
    list-style: none;
    margin:0px;
    padding:0px;
}
ul.btn-list>li{
    display: flex;
    margin-right:5px;
}
ul.btn-list>li>a.btn.btn-black{
    padding:0px 30px;
    margin-left:0px;
    font-size:14px;
    border-radius: 10px;
    border:1px solid black;
}
ul.btn-list>li>a.btn.btn-black:hover{
    background-color: white;
    color:black;
}
ul.btn-list>li>a.btn.btn-white{
    background-color:white;
    color:black;
    text-decoration: none;
    height:46px;
    display: flex;
    font-size:14px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding:0px 30px;
}
ul.btn-list>li>a.btn.btn-white:hover{
    background-color:black;
    color:white;
}
ul.btn-list>li>a.btn.btn-white>i{
    margin-right:5px;
    font-size:18px;
}
.outline-black{
    border:1px solid black;
}
.outline-black:hover{
    border-color:black;
}
.footer{
    padding-top:50px;
}
.footer-logo{
    display: flex;
    margin-bottom:20px;
}
.footer-logo>img{
    height:48px;
}
ul.footer-social{
    display: flex;
    list-style: none;
    margin:0px 0px 40px;
    padding:0px;
}
ul.footer-social>li{
    display: flex;
    margin-right:5px;
}
ul.footer-social>li>a{
    display: flex;
    height:36px;
    width:36px;
    color:black;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border:1px solid black;
    border-radius: 18px;
    background-color: white;
    font-size:14px;
    text-decoration: none;
    transition:all .4s;
}
ul.footer-social>li>a:hover{
    background-color: black;
    color:white;
    transition:all .4s;
}
.footer-menu>.footer-menu-title{
    display: flex;
    width:100%;
    font-size:14px;
    font-weight: 600;
    color:black;
    margin-bottom:10px;
}
.footer-menu>ul{
    display: flex;
    flex-direction: column;
    list-style: none;
    padding:0px;
    margin:0px 0px 30px;
}
.footer-menu>ul>li{
    display: flex;
    margin-bottom:2px;
}
.footer-menu>ul>li>a{
    display: flex;
    width:fit-content;
    max-width: 100%;
    text-align: none;
    padding:3px 0px;
    color:black;
    text-decoration: none;
}
.footer-menu>ul>li>a:hover{
    text-decoration: underline;
}
.copyright-str{
    background-color:white;
    padding: 12px 0px;
}
.copyright{
    font-size:12px;
    font-weight: 400;
    color:black;
}
.bottom-menu-list{
    display: flex;
    justify-content: flex-end;
}
.bottom-menu-list>ul{
    display: flex;
    width: 100%;
    justify-content: flex-end;
    list-style: none;
    margin:0px;
    padding:0px;
}
.bottom-menu-list>ul>li{
    display: flex;
    margin-left:10px;
}
.bottom-menu-list>ul>li>a{
    text-decoration: none;
    font-size:12px;
    font-weight: 400;
    color:#A2A2A2;
    display: flex;
    align-items: center;
    transition: color .4s;
}
.bottom-menu-list>ul>li>a:hover{
    color:black;
    transition: color .4s;
}
.bottom-menu-list>ul>li>a:hover::after{
    color:#A2A2A2;
}
.bottom-menu-list>ul>li>a::after{
    font-family: "Font Awesome 5 Free";
    color:#A2A2A2;
    content: "\f111";
    font-weight: 900;
    margin-left:10px;
    font-size:6px;
}
.bottom-menu-list>ul>li:last-child>a::after{
    display: none;
}
.service-str{
    margin-bottom:60px;
}
.service-str-reverse{
    margin-bottom:60px;
}
.service-str>.row{
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}

.service-str-reverse>.row{
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.service-img{
    display: flex;
}
.service-img>img{
    width: 100%;
}
.service-text>h2{
    font-size:30px;
    font-weight: 300;
    color:black;
    margin-bottom:20px;
}
.service-text>p{
    font-size:14px;
    line-height: 24px;
    color:black;
}
.packages{
    padding:30px 0px 100px;
}
.packages-intro{
    margin-bottom:40px;
}
.packages-intro>h3{
    text-align: center;
    font-size:36px;
    font-weight: 300;
    color:black;
}
.packages-intro>p{
    font-size:14px;
    font-weight: 400;
    color:black;
    text-align: center;
    line-height: 24px;
}
.pack-box{
    display: flex;
    width:100%;
    flex-direction: column;
    background-color:#f2f2f2;
    box-shadow: 0px 0px 6px rgba(0,0,0,.16);
    border-radius: 20px;
    padding:40px 20px;
    height:100%;
}
.pack-box-big{
    display: flex;
    width:100%;
    flex-direction: row;
    background-color:#f2f2f2;
    box-shadow: 0px 0px 6px rgba(0,0,0,.16);
    border-radius: 20px;
    padding:40px 20px;
}
.pack-box>h5{
    font-size:24px;
    font-weight: 300;
    color:black;
}
.pack-box>.pack-price{
    font-size:36px;
    font-weight: 700;
    color:black;
    display: flex;
    width: 100%;
    margin-bottom:20px;
}
.pack-box>a.buy-now{
    display: flex;
    height:46px;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size:16px;
    font-weight: 500;
    color:black;
    background-color:#dcdcdc;
    border-radius: 8px;
    text-decoration: none;
    margin-bottom:20px;
    transition: all .4s;
}
.pack-box>a.buy-now:hover{
    background-color: black;
    color:white;
    transition: all .4s;
}
.pack-box>p{
    font-size:14px;
    font-weight: 400;
    line-height: 24px;
    color:black;
}
.pack-box>ul{
    display: flex;
    flex-direction: column;
    list-style: none;
    padding:0px;
    margin:30px 0px 20px;
}
.pack-box>ul>li{
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom:7px;
    color:black;
    font-size:14px;
    font-weight: 300;
    line-height: 20px;
}
.pack-box>ul>li>i{
    margin-right:10px;
    font-size:16px;
}
.pack-box-big>.pack-left{
    width:30%;
    margin-right:20px;
}

.pack-box-big>.pack-left>h5{
    font-size:24px;
    font-weight: 300;
    color:black;
}
.pack-box-big>.pack-left>.pack-price{
    font-size:36px;
    font-weight: 700;
    color:black;
    display: flex;
    width: 100%;
    margin-bottom:20px;
}
.pack-box-big>.pack-left>a.buy-now{
    display: flex;
    height:46px;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size:16px;
    font-weight: 500;
    color:black;
    background-color:#dcdcdc;
    border-radius: 8px;
    text-decoration: none;
    margin-bottom:20px;
    transition: all .4s;
}
.pack-box-big>.pack-left>a.buy-now:hover{
    background-color: black;
    color:white;
    transition: all .4s;
}
.pack-box-big>.pack-left>p{
    font-size:14px;
    font-weight: 400;
    line-height: 24px;
    color:black;
}
.pack-box-big>ul{
    display: flex;
    flex-direction: column;
    list-style: none;
    padding:0px;
    margin:30px 0px 20px;
}
.pack-box-big>ul>li{
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom:7px;
    color:black;
    font-size:14px;
    font-weight: 300;
    line-height: 20px;
}
.pack-box-big>ul>li>i{
    margin-right:10px;
    font-size:16px;
}





.pack-box.black-bg{
    display: flex;
    width:100%;
    flex-direction: column;
    background-color:black;
    box-shadow: 0px 0px 6px rgba(0,0,0,.16);
    border-radius: 20px;
    padding:40px 20px;
}
.pack-box.black-bg>h5{
    font-size:24px;
    font-weight: 300;
    color:#f2f2f2;
}
.pack-box.black-bg>.pack-price{
    font-size:36px;
    font-weight: 700;
    color:#f2f2f2;
    display: flex;
    width: 100%;
    margin-bottom:20px;
}
.pack-box.black-bg>a.buy-now{
    display: flex;
    height:46px;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size:16px;
    font-weight: 500;
    color:black;
    background-color:#f2f2f2;
    border-radius: 8px;
    text-decoration: none;
    margin-bottom:20px;
    transition: all .4s;
}
.pack-box.black-bg>a.buy-now:hover{
    background-color: #f2f2f2;
    color:black;
    transition: all .4s;
}
.pack-box.black-bg>p{
    font-size:14px;
    font-weight: 400;
    line-height: 24px;
    color:#f2f2f2;
}
.pack-box.black-bg>ul{
    display: flex;
    flex-direction: column;
    list-style: none;
    padding:0px;
    margin:30px 0px 20px;
}
.pack-box.black-bg>ul>li{
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom:7px;
    color:#f2f2f2;
    font-size:14px;
    font-weight: 300;
    line-height: 20px;
}
.pack-box.black-bg>ul>li>i{
    margin-right:10px;
    font-size:16px;
}
.referances-area{
    padding:60px 15px;
}
.ref-box{
    display: flex;
    width:100%;
    flex-direction: column;
}
.ref-box>.ref-img{
    display: flex;
    position: relative;
    height:390px;
    overflow: hidden;
    margin-bottom:15px;
}
.ref-box>.ref-img>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}
.ref-box>.ref-sup{
    font-size:16px;
    font-weight: 500;
    color:black;
    margin-bottom:10px;
}
.ref-box>h4{
    font-size:24px;
    font-weight: 600;
    color:black;
    margin-bottom:8px;
}
.ref-box>p{
    font-size:14px;
    font-weight: 400;
    color:black;
}
.ref-box>a{
    display: flex;
    font-size:14px;
    text-decoration: none;
    color:black;
    font-weight: 500;
    align-items: center;
    border-bottom:1px solid black;
    width: fit-content;
    max-width: 100%;
}
.ref-box>a::after{
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 900;
    color:black;
    margin-left:10px;
    font-size:14px;
    margin-top:-2px;
}
.contact-page{
    padding-top:60px;
    padding-bottom:100px;
}
.contact-text>h1{
    font-size:38px;
    font-weight: 400;
    color:black;
    margin-bottom:10px;
}
form.contact-form{
    display: flex;
    flex-wrap: wrap;
    width:100%;
}
form.contact-form .form-str>select.form-control{
    height:46px;
    font-size:14px;
    outline:none;
    box-shadow: none;
    border: 1px solid #C9C9C9;
    border-radius: 8px;
}

form.contact-form .form-str>input.form-control{
    height:46px;
    font-size:14px;
    outline:none;
    box-shadow: none;
    border: 1px solid #C9C9C9;
    border-radius: 8px;
}
form.contact-form .form-str>textarea.form-control{
    height:138px;
    resize: none;
    font-size:14px;
    outline:none;
    box-shadow: none;
    border: 1px solid #C9C9C9;
    border-radius: 8px;
}
.modal-footer{
    border:none;
    padding:0px;
}
.blog-page{
    padding-top:40px;
    padding-bottom:60px;
}
.blog-img{
    display: flex;
    width:100%;
    margin-bottom:30px;
}
.blog-img>img{
    width:100%;
}
.blog-text{
    display: flex;
    flex-direction: column;
}
.blog-text>h1{
    font-size:32px;
    font-weight: 600;
    color:black;
}
.blog-text>p{
    font-size:14px;
    font-weight: 400;
    color:black;
}
.blog-box{
    display: flex;
    flex-direction: column;
    margin-bottom:20px;
}
.blog-box>a.post-img{
    display: flex;
    width:100%;
    margin-bottom:5px;
}
.blog-box>a.post-img>img{
    width:100%;
}
.blog-box>a.post-title{
    font-size:18px;
    font-weight: 500;
    color:black;
    text-decoration: none;
}
.blog-box>p{
    font-size:14px;
    font-weight: 400;
    color:black;
}