@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
  font-family: BrutalType-Bold;
  src: url(../../assests/fonts/BrutalType-Bold.ttf);
}


*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: "BrutalType-Bold"; */
  font-family: 'Poppins', sans-serif;
  
}


body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-x:hidden;
    /* background-color:  #f7f4cd; */
}
:root {
    margin: 0;
    padding: 0;
    --theme-color-1:#224F71;
    --theme-color-2:#8A909A;
  }
  .container{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

/* hero section start */
.hero-section{
  padding-bottom:100px;
  background-color:whitesmoke;
 background-repeat: no-repeat;
 background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
  

}
  .hero-sec-img-container{
    padding-top:108px;
    position:relative;
  }
  .hero-img{
    position:absolute;
    left: -163px;
    top: 113px;
  }
  .hero-sec-cont-container{
    top: 50%;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    width: 50%;

}
.hero-sec-cont{
  background-image: url(https://themewant.com/products/wordpress/startli-startup/wp-content/uploads/2023/10/img-2.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
  padding: 120px 50px 120px 160px
}
    
  .hero-sec-cont-container h6{
    /* font-family: DM Sans; */
    font-size: 12px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 2px;
    text-align: left;
    color:black;
    /* height: 170px; */
  }
  .hero-sec-cont-container h6::shadow{
    color: white;
    text-shadow: 2px 2px 4px #000000;
}

  .hero-sec-cont-container li{
    list-style-type: square;
    color:var(--theme-color-1);
    font-size:20px;
  }
  .hero-sec-cont-container h1{
    font-family: DM Sans;
    font-size: 60px;
    font-weight: 600;
    text-transform: none;
    line-height: 70px;
    margin: 0 0 15px 0;
}
  
  .hero-sec-cont-container p{
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
    padding-top: 17px;
    padding-right: 92px;
  }
  .gt-start {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    background-color:var(--theme-color-1);
    color:#ffffff;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    transition: all 0.5s linear;
    overflow: hidden;
    z-index: 1;
    padding:10px 32px;
    border:none;
    /* margin-top: 25px; */
  }
  .gt-start:before {
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    bottom: -230%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
    background-color:#fff9ce;
  }
  .gt-start:hover {
    color: #000000;
    background-color:#FFFAA6;
  }
  .gt-start:hover:before {
    bottom: -40%;
  }
  .contact-us{
    font-family: DM Sans;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color:var(--theme-color-1);
    border:1px solid var(--theme-color-1);
    padding:10px 32px;
   
    border-radius:6px;
    margin-left: 16px;
  }
  /* .circular-img{
    position: absolute;
    right: 145px;
    width: 233px;
    top: 90px;
    animation: rotation 6s infinite linear;
  }
   */
  @keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  /* hero section end */

  /* client-section start */
  .client-section{
    padding:50px 0px;
  }
  .client-section .client-img{
    /* filter: grayscale(100%); */
    /* transition: all ease 0.5s; */
    width: 140px;
    height: 140px;
    object-fit: contain;
}
  .client-section .client-img:hover {
    box-shadow: rgba(7, 7, 7, 0.24) 0px 3px 8px;
    border:none;
}

  
.client-section .client-img:hover{
  filter: none;
}
.client-section p{
  font-family: "BrutalType-Bold";
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.675000011920929px;
  /* text-align: left; */
}
  /* client-section end */

  /* about us section start */
  .abt-us-section{
    padding:60px 0px;
    /* background-color: #f8fcfc; */
  }
  .abtus-content-container h4{
    font-family: "BrutalType-Bold";
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -1.2960000038146973px;
    text-align: left;
    margin-left: 100px;
    color: #224F71;
  }
  .abtus-content-container p{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
    margin-left: 100px;
    
  }
  .nav-pills .nav-link.active{
    color: var(--theme-color-1);
    background-color: transparent;
    border-bottom: 2px solid var(--theme-color-1);
    border-radius: 0;
  }
  .nav-pills .nav-link{
    font-family: DM Sans;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -1.2960000038146973px;
    text-align: left;
    color:var(--theme-color-2);
    margin-left: 100px;
  }
  .tab-content h5{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    margin-left: 100px;
    color: black;  
}
  /* about us section end */

  /* service section start */
  .service-section{
    padding:80px 0px 60px;
  }
  .service-section h4{
    font-family: "BrutalType-Bold";
    font-size: 48px;
    font-weight: 700;
    line-height: 68px;
    letter-spacing: 0em;
    text-align: left;
    color: #224F71;
    margin-bottom:70px;
  }
  .service-card{
    display:flex;
    flex-direction: column;
    position:relative;
  }
  .service-card .service-icon{
    width:44px;
    height: 40px;
  }
  .service-card h5{
    position:absolute;
    font-family: Inter;
    font-size: 74px;
    font-weight: 800;
    line-height: 143px;
    letter-spacing: 4.385541915893555px;
    text-align: center;
    color: #224F7133;
    opacity:45%;
    top: -36px;
    right: 95px;
  }
  .service-card h6{
    font-family: DM Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color:#1E1E1E;
    margin-top: 20px;
  }
  .service-card p{
    font-family: DM Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #606060;
  }
   /* service section end */


   /* counter-section css start */
   .counter-section{
    padding: 40px 0px;
    background-color: #FFFAA61A;
   }
   .counter-section h4{
    font-family: "BrutalType-Bold";
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0em;
    text-align: center;
    color: #131313;
    margin-bottom:67px;
   }
   .counter-container{
    position:relative;
    padding:20px 5px;
    background-color:  #224f71;
    
   }
 
   .counter-title{
    font-family: "BrutalType-Bold";
    font-size: 20px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color:white;
    margin-left:56px
   }
   .counter{
    font-family: "BrutalType-Bold";
    font-size: 48px;
    font-weight: 400;
    line-height: 68px;
    letter-spacing: 0em;
    text-align: left;
    color:#FFFAA6;
    padding-left: 8px;
   }
   .why-chsus-card {
    padding: 20px;
    border: 1px solid #8a909a;
    height: 100%;
    border-radius: 15px;
}
.why-chsus-card:hover{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border:none;
}
  .why-chsus-title{
    margin-left: 0;
    text-align: center;
    margin-bottom: 20px;
    color: black;
  }
  .why-chsus-card p{
    color: #8A909A;
  }
   /* counter-section css end */

   /* faq-content-section css start */
   .faq-section{
    padding:60px 0px;
   }
   .faq-content-section h6{
    font-family: "BrutalType-Bold";
    font-size: 12px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 2px;
    text-align: left;
    color:#070707;
  }
  .faq-content-section li{
    list-style-type: square;
    color:var(--theme-color-1);
    font-size:20px;
  }
  .faq-section h4{
    font-family: "BrutalType-Bold";
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0em;
    text-align: left;
   color: #224F71;
    margin-bottom:30px;
  }
  .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url('../images/plus.svg');
    background-repeat: no-repeat;
    background-size: 0.90rem;
    transition: transform .2s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
  background-image: url('../images/minus.svg');
  transform:none;
}
.faq-img{
  border-radius:12px;
}
.faq-img-section span{
  position:relative;
  display:inline-block;
}
.faq-img-section span::after{
  position:absolute;
  background: linear-gradient(180deg, rgba(30, 30, 30, 0) 40%, #1E1E1E 100%);
  content:"";
  width:100%;
  height:100%;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:10;
  border-radius:12px;
}
.faq-img-section .row{
  position: absolute;
  background-color: white;
  z-index: 20;
  left: 18px;
  right: 18px;
  margin: 0;
  bottom: 18px;
  padding: 14px 21px;
  border-radius: 5px;
}
.faq-img-section label{
  font-family: Inter;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
}
.faq-img-section p{
  font-family: Inter;
  font-size: 9px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 0;
  color: #606060;
}
.faq-img-section button{
  background: transparent;
  border: 0.62px solid #111111;
  border-radius: 25px;
  /* padding:9px 21px; */
}
/* faq-content-section css end */

/* testimonial-section css start */
.testimonial-section{
  padding:60px 0px;
}
.testi-card-header{
  display: flex;
  
}
.line{
  display: inline-block;
  width: 68px;
  height: 1px;
  background-color:var(--theme-color-1);
  margin-bottom: 10px;
}
.testimonial-card{
  background-color:#fff;
  padding:30px;
  box-shadow: 0px 0px 9.72499942779541px 0px #0000001A;
  border-radius:6px;
}
.testimonial-img{
  width:65px !important;
  height:65px;
  border-radius:50%;
}
.testimonial-section h6{
  font-family: Montserrat;
  font-size: 33px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
  color:#121212;
}
.testimonial-section p{
  font-family: Lato;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color:#909090;
}
.testi-bckgnd{
  background: linear-gradient(90deg, #fff 20%, #224F71 20%);
}
.owl-carousel{
  padding:50px 0px;
}
.owl-nav{
  position:absolute;
  left: -225px;
  bottom: 50px;
}
.owl-dots{
  display:none;
}
.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next{
  width: 40px;
  background: #224F71;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
}
.owl-carousel .owl-nav button.owl-prev{
  margin-right: 6px;
}
/* testimonial-section css end */

/* contact-section css start */
.contact-section{
  padding-top:64px;
  padding-bottom:65px;
  background: #FFFAA61A;
}
.contact-section h6{
  font-family: "BrutalType-Bold";
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 2px;
  text-align: left;
  color:#070707;
}
.contact-section li{
  list-style-type: square;
  color:var(--theme-color-1);
  font-size:20px;
}
.contact-section h4{
  font-family: "BrutalType-Bold";
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: left;
  color:#1E1E1E;
  margin-bottom:30px;
}
.submit-btn{
  width:100%;
  background-color: #fff;
  color:#131313;
  padding:12px;
  margin-top:20px;
  border-radius:50px;
  font-family: DM Sans;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
}
.contact-detail-container p{
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: left;
  color:black;
}
/* contact-section css end */

/* footer section start */

.footer-section{
  padding:20px 0px;
  background-color: #e7e7f3;
  margin-top: 0;
}
.footer-section p{
  font-family: "BrutalType-Bold";
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
  color:var(--theme-color-2);
}

/* footer section end */

.modal-title{
  font-family: DM Sans;
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: left;

}
.modal-body label{
  font-family: DM Sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;

}
.modal-footer{
  border:none;
}
.modal-footer button{
  font-family: DM Sans;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  background-color: var(--theme-color-1);
  color:#fff;

}
.modal-content{
  padding:16px;
  border-radius: 8px;
  background-color: var(--theme-color-1);
}

.modal-header {
    border: none !important;
}

/* New Changes CSS */
ul.get_say_info_sec {
    padding-left: 0 !important;
}
.get_say_info_sec li {
  /* padding: 20px 15px; */
  /* background-color: #fff; */
  margin-bottom: 25px;
  border-radius: 5px;
  /* display: flex; */
  flex-direction: row;
  align-items: center;
  list-style: none;
}
/* .get_say_info_sec li:hover {
    background-color: #FFFAA6;
} */
#Getstarted{
  font-family: DM Sans;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--theme-color-1);
  border: 1px solid var(--theme-color-1);
  padding: 10px 32px;
  background-color: transparent;
  border-radius: 6px;
  margin-left: 16px;
}
a {
    color: #0d6efd;
    text-decoration: none;
}
:root {
  margin: 0;
  padding: 0;
  --theme-color-1: #224F71;
  --theme-color-2: #8A909A;
}
#header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 100px;
 background: white;
 display: flex;
 justify-content: space-between;
 align-items: center;
 z-index: 100;
}

.navbar {
  padding: 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  position: -webkit-sticky; 
  position: sticky;
  top: 0;
  background-color: whitesmoke;
  font-weight: bold;
  transition: all 0.25s ease;
  opacity: 0.9;
  z-index: 999;
} 



@media (min-width: 1024px) {
  .navbar .container-fluid {
    padding: 0px 80px;
}
}


.navbar-brand img {
  height: 40px;
  width: 127px;
  height: 49px;
}


.navbar-logo img {
  height: 40px;
}

.navbar-menu {
  list-style: none;
  display: flex;
}

.navbar-item {
  margin-right: 20px;
}

.navbar-link {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.navbar-link:hover {
  color: #555;
}
#shadow{
  color: #224F71;
  
}
img, svg {
  vertical-align: middle;
  /* height: 300px; */
}
.abt-us-section {
  padding: 60px 0px;
  background-color: #f9f7e9e6;
}
.client-section {
  padding: 60px 0px;
  background-color: #f8fcfc;
}
.service-section {
  padding: 80px 0px 60px;
  background-color: #f8fcfc;
}
.mb-5 {
  margin-bottom: 3rem!important;
  
}
element.style {
  background-color: white;
}
element.style {
  background-color: floralwhite;
}
.modal-contact ul.get_say_info_sec {
  padding:30px;
  background-color: #fff;
  margin-bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: #070707;
  text-align: center;
}
.modal-contact .get_say_info_sec li {
margin-bottom: 15px;
border-radius: 5px;
/* display: flex; */
/* flex-direction: row; */
align-items: center;
list-style: none;
}
.modal-contact .get_say_info_sec li:hover {
  background-color: #FFFAA6;
}
#Getstarted{
font-family: DM Sans;
font-size: 20px;
font-weight: 500;
line-height: 36px;
letter-spacing: 0em;
text-align: center;
color: var(--theme-color-1);
border: 1px solid var(--theme-color-1);
padding: 10px 32px;
background-color: transparent;
border-radius: 6px;
margin-left: 16px;
}
a {
  color: #0d6efd;
  text-decoration: none;
}
:root {
margin: 0;
padding: 0;
--theme-color-1: #224F71;
--theme-color-2: #8A909A;
}
.modal-contact .get_say_info_sec a{
color: #131313;
font-weight:600;
}
.modal-contact .cont-form button{
width:100%;
background-color:var(--theme-color-1);

}

/* .modal-contact .btn-close {
color: #fff;
background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
opacity: .6
} */
.cont-form .gt-start{
  padding:3px 30px;
}
.modal-service .modal-body{
  background-color:  #ffffff;;
}
.modal-service .modal-header{
  background-color: var(--theme-color-1);
  color:#fff;
}
.modal-service .get_say_info_sec a{
  color:#000000;
  font-weight: 600;
  font-size: 18px;
}
.modal-service .btn-close {
  color: #fff;
  background: black url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  opacity: .6
  }
  
element.style {
  font-size: larger;
  font-family: 'DM Sans';
}
#world{
  color: black;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
 
}
.counter-section {
  padding: 40px 0px;
  background-color: #f9f7e9e6;
}
.col-xl-6 {
  flex: 0 0 auto;
  width: 50%;
 ;
}
/* middle element */
element.style {
  background: white;
}
/* last element */
.faq-section {
  padding: 60px 0px;
  background: white;
}
.testimonial-section {
  padding: 60px 0px;
  background: white;
}
.contact-section {
  padding-top: 64px;
  padding-bottom: 80px;
  background: white;
}
.why-chsus-card p {
  color: black;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: black;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 900;
  color: black;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-family: 'DM Sans';
}
@media (min-width: 320px) {
  .modal-dialog {
    max-width: 850px;
    margin: 1.75rem auto; 
}

}
.modal-contact .modal-content {
  padding: 16px;
  border-radius: 8px;
  background-color: #ffffff;
  background-image: #fff;
}

.modal-service .modal-header {
    background-color: var(--theme-color-1);
    color: #ffffff;
}

.modal-body{
  position: relative;
  flex: 1 1 auto;
  padding : 1rem;
  
}

#logo2{
  width: 100px;
    }
    element.style {
      width: 161px;
  }
  [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
    
   
}
.accordion-button.collapsed,
.accordion-button {
  margin-left: 0 !important;
  /* text-decoration: underline; */
}
#tech{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  background-color: var(--theme-color-1);
  color: #ffffff;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: center;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
  padding: 10px 32px;
  border: none;
  /* margin-left: 600px; */
}

#tech:hover{
  color: #000000;
  background-color: #FFFAA6;
}
#technologyModal img {
 width: 100%; 
}
#technologyModal .modal-content {
  padding: 16px;
  border-radius: 8px;
  background-color: white;
}
#technologyModal .modal-header {
  background-color: white;
  color: #fff;
}
#technologyModal .modal-body {
  background-color: white;
}
.h03{
    font-family: DM Sans;
    font-size: 22px;
    color: #224f71;
    font-weight: 600;
}

#technologyModal img {
  width: 100%;
  height: 100px;
  object-fit: contain;

}
#technologyModal img:hover{
  box-shadow: rgba(7, 7, 7, 0.24) 0px 3px 8px;
    border:none;
}
#logo3{
width: 120px;
}
/* #technologyModal img{
  filter: grayscale(100%);
  transition: all ease 0.5s;
  object-fit: contain;
}
 */

 /* .modal-content {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 0.3rem;
  outline: 0;
} */
textarea {
  resize: vertical;
  display: flex;
  height: 170px;
  width: 100%;
  background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.sqs-html-content{
font-family: Arial,Helvetica,sans-serif;
letter-spacing: 0em;
line-height: 1.6em;
font-family: proxima-nova;
font-weight: 400;
font-style: normal;
font-size: 16px;
letter-spacing: .03em;
line-height: 1.7em;
text-transform: none;
color: #003857;
}
.img-2{
  border-radius: 50px;
  background-color: #003857;
  margin-top: 25px;
}
.img-2:hover{
  box-shadow: rgba(7, 7, 7, 0.24) 0px 6px 16px;
        border:none;
      }

      
.img-3{
  border-radius: 50px;
  background-color: #003857;
}
.img-3:hover{
  box-shadow: rgba(7, 7, 7, 0.24) 0px 6px 16px;
  border:none;
 }
.row{
  border: #070707;
}
.row:hover {
  border: #070707;
}
label {
  display: inline-block;
  /* margin: 15px; */
}
.burger{
  display: none;
  position: absolute;
  cursor: pointer;
  right: 5px;
  top:15px

}
.line{
  width: 33px;
  background-color: black;
  height: 4px;
  margin: 3px 3px;
}
element.style {
  padding-top: 100px;
  padding-bottom: 60px;
}
.section {
  position: relative;
}
element.style {
  background-image: url(https://themes.muffingroup.com/be/accountant2/wp-content/uploads/2018/03/home_accountant2_columnbg3.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding: 140px 0 0 95px;
}
p {
  margin: 0 0 15px;
  
  font-weight: 400;
}
.if-zoom #Content .image_frame .image_wrapper img {
  max-width: 100.1%;
}
element.style {
  vertical-align: middle;
  height: 248px;
}
/* .footer-section-2{
  margin-bottom: 16rem;
} */
.form-box3{
  margin-top: 30px;
}
.gt-start2{
  margin-top: 25px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  background-color:var(--theme-color-1);
  color:#ffffff;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: center;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
  padding:10px 32px;
  border:none;
  
}
.gt-start2:hover {
  color: #000000;
  background-color:#FFFAA6;
}
.gt-start2:before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  bottom: -230%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
  background-color:#FFFAA6;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler {
  border-color: rgb(8, 8, 8);
  
} 
.col-md-5order-md-1{
width: fit-content;
height: fit-content;
}
.about-image {
  margin-right: auto!important;
  margin-left: auto!important;
  /* filter: grayscale(1); */
}
/* .about-image:hover{
  box-shadow: 0 24px 64px -16px rgba(0,0,0,.24);
  border:none;
} */

.about-image:hover{
  filter: none;
}
.why-chsus-card.yellow{
  background-color: #f9bf64;
}
.why-chsus-card.blue{
background-color: #b2e7ff;
}
.why-chsus-card.purple{
background-color: #ddb0ff;
}
.why-chsus-card.pink{
background-color: #ffc4b8;
}
.text-center {
  text-align: center!important;
  padding-bottom: 12px 
}
.shadow2{
  color: white;
  text-shadow: 2px 2px 4px #000000;
}
.page-banner-section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #040229;
  position: relative;
}
/*--------------------------------------------------------------
# Contact Us Page
--------------------------------------------------------------*/
.rightFormContainer {
  position: relative;
  z-index: 5;
}

.star-icon {
  position: absolute;
  top: -15px;
  left: -86px;
  z-index: -1;
  width: 200px;
}

.contact-info {
  /* background-color: #fff9ed; */
  /* padding: 55px 40px 60px; */
  height: 100%;
}

.contact-info .sectionSubTitle {
  color: var(--theme-color-1);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
  .contact-info {
      padding: 55px 30px 60px
  }
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
  .contact-info {
      padding: 55px 40px 200px
  }
}

@media only screen and (max-width: 767px) {
  .contact-info {
      padding: 55px 40px 150px
  }
}

@media only screen and (max-width: 575px) {
  .contact-info {
      padding: 55px 25px 150px
  }
}

.contact-info .title {
  font-family: "BrutalType-Bold";
  font-size: 48px;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  color: #131313;
  margin-bottom: 0;
  margin-top: 20px;
}

.contact-info .info-icon {
  /* background-color: #F58220; */
  padding: 16px;
  border-radius: 50px;
}

.contact-info .info-icon.mail {
  background-color: #F58220;
}

.contact-info .info-icon.phone {
  background-color: #F8B129;
}

.contact-info .info-icon.address {
  background-color: #00AEEF;
}

.contact-info .info-icon img {
  width: 24px;
  height: 24px;
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
  .contact-info .title {
      font-size: 30px
  }
}

@media only screen and (max-width: 575px) {
  .contact-info .title {
      font-size: 24px
  }
}

.contact-info>p {
  margin-bottom: 0;
  font-weight: 300;
  margin-top: 10px;
  font-family: 'Poppins', sans-serif;
}

.contact-info-items {
  padding-top: 15px;
}

.contact-info-items .single-contact-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 8px 20px 30px 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  align-items: center;
}

@media only screen and (max-width: 575px) {
  .contact-info-items .single-contact-info {
      padding: 8px 15px;
      padding-top: 15px;
    margin-left: -24px;
    font-size: 15px;
}
.contact-form h4 {
  
  margin-bottom: 20px;
  padding-top: 16px;
}
  }


.contact-info-items .single-contact-info .info-icon i {
  font-size: 30px;
  color: #f2a100;
}

@media only screen and (min-width: 992px)and (max-width: 1199px),
only screen and (max-width: 575px) {
  .contact-info-items .single-contact-info .info-icon i {
      font-size: 24px;
  }
}

.contact-info-items .single-contact-info .info-content {
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-info-items .single-contact-info .info-content p {
  font-weight: 400;
  font-size: 18px;
  color: #131313;
  margin-bottom: 0;
}

.contact-info-items .single-contact-info .info-content .subTitle {
  color: #5A5A5A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 4px;
  letter-spacing: 0.02px;
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
  .contact-info-items .single-contact-info .info-content p {
      font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .contact-info-items .single-contact-info .info-content p {
      font-size: 14px;
  }
}

.contact-form {
  padding: 32px;
  padding-top: 30px;
  border-radius: 8px;
  background: var(--theme-color-1);
  /* margin-top: 80px; */
}

.contact-form h4 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.16px;
  text-transform: capitalize;
  margin-bottom: 32px;
}

@media only screen and (max-width: 575px) {
  .contact-form {
      padding: 30px;
      padding-top: 0px;
  }
}


/*--------------------------------------------------------------
# Blog Detail Page
--------------------------------------------------------------*/
.blog-details-wrapper {
  margin-top: 50px
}

.blog-details-wrapper img {
  width: 100%
}

.blog-details-wrapper .blog-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 47px
}

.blog-details-wrapper .blog-meta li {
  font-size: 15px;
  font-weight: 500;
  color: #545454;
  display: inherit
}

.blog-details-wrapper .blog-meta li i {
  font-size: 18px;
  color: #000;
  margin-right: 8px
}

.blog-details-wrapper .blog-meta li+li {
  margin-left: 20px
}

.blog-details-wrapper .title {
  margin-bottom: 0;
  margin-top: 10px;
  display: inline-block;
  color: #383838;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.4
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper .title {
      font-size: 28px
  }
}

.blog-details-wrapper p {
  margin-top: 25px;
  margin-bottom: 0
}

.blog-details-wrapper .blog-dec-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-left: -15px;
  padding-top: 20px;
  padding-bottom: 25px
}

.blog-details-wrapper .blog-dec-images .dec-col-1 {
  padding: 0 15px;
  width: 62.4%
}

.blog-details-wrapper .blog-dec-images .dec-col-2 {
  padding: 0 15px;
  width: 37.6%
}

.blog-details-wrapper .blog-dec-images .single-dec-img {
  margin-top: 30px
}

.blog-details-wrapper .blog-dec-images .single-dec-img img {
  width: 100%
}

.blog-auhtor-social {
  padding: 0px 20px 7px;
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.blog-auhtor-social .blog-auhtor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 7px
}

.blog-auhtor-social .blog-auhtor .auhtor-thumb img {
  width: 36px;
  border-radius: 50%;
  border: 1px solid #f2a100
}

.blog-auhtor-social .blog-auhtor .auhtor-content {
  padding-left: 15px
}

.blog-auhtor-social .blog-auhtor .auhtor-content p {
  color: #777;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase
}

.blog-auhtor-social .blog-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px
}

.blog-auhtor-social .blog-social .social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.blog-auhtor-social .blog-social .social li+li {
  margin-left: 20px
}

.blog-auhtor-social .blog-social .social li a {
  font-size: 14px;
  color: #000
}

.blog-auhtor-social .blog-social .social li a:hover {
  color: #f2a100
}

.blog-auhtor-social .blog-social .share-count {
  font-size: 14px;
  color: #000;
  margin-left: 40px
}

@media only screen and (max-width: 575px) {
  .blog-auhtor-social .blog-social .share-count {
      margin-left: 20px
  }
}

.blog-auhtor-social .blog-social .share-count:hover {
  color: #f2a100
}

.blog-next-previous-post {
  padding-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media only screen and (max-width: 575px) {
  .blog-next-previous-post {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
  }
}

.blog-next-previous-post .blog-previous-post,
.blog-next-previous-post .blog-next-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px
}

.blog-next-previous-post .blog-previous-post .post-arrow a,
.blog-next-previous-post .blog-next-post .post-arrow a {
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  font-size: 30px;
  color: #f2a100;
  display: block;
  background-color: #f6f6f6
}

@media only screen and (max-width: 767px) {

  .blog-next-previous-post .blog-previous-post .post-arrow a,
  .blog-next-previous-post .blog-next-post .post-arrow a {
      width: 75px;
      height: 75px;
      line-height: 75px
  }
}

.blog-next-previous-post .blog-previous-post .post-content,
.blog-next-previous-post .blog-next-post .post-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 30px;
  max-width: 280px
}

@media only screen and (min-width: 992px)and (max-width: 1199px),
only screen and (max-width: 767px) {

  .blog-next-previous-post .blog-previous-post .post-content,
  .blog-next-previous-post .blog-next-post .post-content {
      padding: 0 15px
  }
}

@media only screen and (min-width: 768px)and (max-width: 991px) {

  .blog-next-previous-post .blog-previous-post .post-content,
  .blog-next-previous-post .blog-next-post .post-content {
      max-width: 230px
  }
}

.blog-next-previous-post .blog-previous-post .post-content .title,
.blog-next-previous-post .blog-next-post .post-content .title {
  margin-bottom: 0
}

.blog-next-previous-post .blog-previous-post .post-content .title a,
.blog-next-previous-post .blog-next-post .post-content .title a {
  font-size: 24px;
  font-weight: 700;
  color: #4a4a4a
}

@media only screen and (min-width: 992px)and (max-width: 1199px),
only screen and (min-width: 768px)and (max-width: 991px) {

  .blog-next-previous-post .blog-previous-post .post-content .title a,
  .blog-next-previous-post .blog-next-post .post-content .title a {
      font-size: 20px
  }
}

@media only screen and (max-width: 767px) {

  .blog-next-previous-post .blog-previous-post .post-content .title a,
  .blog-next-previous-post .blog-next-post .post-content .title a {
      font-size: 16px
  }
}

.blog-next-previous-post .blog-previous-post .post-content .date,
.blog-next-previous-post .blog-next-post .post-content .date {
  font-size: 18px;
  font-weight: 500;
  color: #545454;
  text-transform: uppercase;
  display: block;
  margin-top: 7px
}

.blog-next-previous-post .blog-previous-post:hover .post-arrow a,
.blog-next-previous-post .blog-next-post:hover .post-arrow a {
  color: #fff;
  background-color: #f2a100
}

.blog-next-previous-post .blog-previous-post:hover .post-content .title a,
.blog-next-previous-post .blog-next-post:hover .post-content .title a {
  color: #f2a100
}

@media only screen and (max-width: 575px) {
  .blog-next-previous-post .blog-next-post {
      margin-left: auto
  }
}

.blog-next-previous-post .blog-next-post .post-content {
  text-align: right
}

.blog-comment-form .comment-title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
}

.blog-comment .comments-items {
  margin-top: -10px
}

.blog-comment .comments-items>li:last-child .single-comment {
  padding-bottom: 0
}

.blog-comment .single-comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0
}

@media only screen and (max-width: 575px) {
  .blog-comment .single-comment {
      display: block
  }
}

.blog-comment .single-comment .comment-author img {
  border-radius: 50%
}

.blog-comment .single-comment .comment-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 30px;
  position: relative
}

@media only screen and (max-width: 575px) {
  .blog-comment .single-comment .comment-content {
      padding-left: 0;
      padding-top: 25px
  }
}

.blog-comment .single-comment .comment-content .comment-name-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.blog-comment .single-comment .comment-content .comment-name-date .name {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 0
}

.blog-comment .single-comment .comment-content .comment-name-date .date {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  text-transform: uppercase;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  padding-left: 15px;
  position: relative
}

.blog-comment .single-comment .comment-content .comment-name-date .date::before {
  position: absolute;
  content: "-";
  font-size: 18px;
  font-weight: 600;
  color: #333;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.blog-comment .single-comment .comment-content p {
  margin-top: 15px;
  margin-bottom: 0
}

.blog-comment .single-comment .comment-content .reply {
  position: absolute;
  top: 0;
  right: 0;
  color: #f2a100;
  font-size: 18px;
  font-weight: 500;
  display: inline-block
}

@media only screen and (max-width: 575px) {
  .blog-comment .single-comment .comment-content .reply {
      position: relative;
      margin-top: 8px
  }
}

.blog-comment .comments-reply {
  padding-left: 130px
}

@media only screen and (max-width: 575px) {
  .blog-comment .comments-reply {
      padding-left: 0
  }
}

.blog-comment .comments-reply .single-comment {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1
}


/* Blog Right Sidebar */
.sidebar-widget-02 {
  margin-top: 50px;
  padding: 30px;
  border: 1px solid #f1f1f1;
  background-color: #fff;
}

.widget-title-02 {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  color: #383838;
  margin-bottom: 0;
  padding-left: 1rem
}

.widget-title-02::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 14px;
  background-color: #f2a100;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.widget-search-02 {
  position: relative
}

.widget-search-02 input {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  padding-right: 75px;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  font-weight: 500;
  color: #919090;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  border-radius: 0;
  background-color: #fff
}

.widget-search-02 input:focus {
  outline: none;
  border-color: #f2a100
}

.widget-search-02 input::-webkit-input-placeholder {
  opacity: 1
}

.widget-search-02 input:-moz-placeholder {
  opacity: 1
}

.widget-search-02 input::-moz-placeholder {
  opacity: 1
}

.widget-search-02 input:-ms-input-placeholder {
  opacity: 1
}

.widget-search-02 button {
  position: absolute;
  top: 0px;
  right: 0px;
  border: 0;
  padding: 0;
  width: 64px;
  height: 50px;
  color: #fff;
  text-align: center;
  background: none;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  background-color: #f2a100
}

.widget-recent-post {
  padding-top: 5px
}

.single-recent-post {
  padding: 25px 0;
  border-bottom: 1px dashed #f1f1f1
}

.single-recent-post:last-child {
  padding-bottom: 0;
  border-bottom: 0
}

.single-recent-post .blog-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.single-recent-post .blog-meta li {
  font-size: 15px;
  font-weight: 500;
  color: #545454;
  display: inherit
}

.single-recent-post .blog-meta li i {
  font-size: 18px;
  color: #000;
  margin-right: 8px
}

.single-recent-post .blog-meta li+li {
  margin-left: 20px
}

.single-recent-post .title {
  margin-bottom: 0
}

.single-recent-post .title a {
  margin-top: 8px;
  display: inline-block;
  color: #383838;
  font-weight: 600;
  font-size: 20px
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
  .single-recent-post .title a {
      font-size: 16px
  }
}

.single-recent-post .title a:hover {
  color: #f2a100
}

.widget-link {
  padding-top: 12px
}

.widget-link li {
  padding: 10px 0;
  border-bottom: 1px dashed #f1f1f1
}

.widget-link li:last-child {
  padding-bottom: 0;
  border-bottom: 0
}

.widget-link li a {
  font-size: 18px;
  font-weight: 500;
  color: #545454;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear
}

.widget-link li a:hover {
  color: #f2a100
}

.widget-subscribe {
  margin-top: 30px
}

.widget-subscribe input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 600;
  color: silver;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  background-color: #fff;
  text-align: center
}

.widget-subscribe input::-webkit-input-placeholder {
  opacity: 1
}

.widget-subscribe input:-moz-placeholder {
  opacity: 1
}

.widget-subscribe input::-moz-placeholder {
  opacity: 1
}

.widget-subscribe input:-ms-input-placeholder {
  opacity: 1
}

.widget-subscribe input:focus {
  border-color: #f2a100;
  outline: none
}

.widget-subscribe .btn {
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  border-radius: 0;
  margin-top: 1rem;
  width: 100%
}

.widget-admin {
  text-align: center
}

.widget-admin img {
  width: 100%
}

.widget-admin .admin-name {
  font-size: 18px;
  font-weight: 600;
  color: #2e2a31;
  margin-bottom: 0;
  margin-top: 22px
}

.widget-admin .designation {
  font-size: 16px;
  font-weight: 600;
  color: #5f5f5f;
  display: block
}
/* .pro-btn {
  font-family: Dm sans;
  display: -webkit-box;
  color: black;
  text-align: center;
  font-size: 15.826px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.391px;
  text-transform: capitalize;
  border-radius: 56.522px;
  background: #FFFAA6;
  padding: 9px 18px;
} */
.embed-responsive-item{
  justify-content: center;
}
.u-section-2{
  text-align: center;

}
.building{
  width: 653px;
  height: 340px;
}
/* .nav-item .nav-link.active{
color: #0d6efd;
} */

#text-h{
  font-size: 10px;
}
 .page-banner-content .title{
  display: flex;
  text-align: center;
  justify-content: center !important;
  align-items: center !important;
  color: #fff;
  font-family: "BrutalType-Bold";
  font-size: 55px;
}

.scroll-to-top {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: var(--theme-color-1);
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  transition: all 0.4s ease;
}
 
.scroll-to-top i {
  color: #e1e1e1;
  font-size: 18px;
  line-height: 50px;
}
 
/* .scroll-to-top:hover {
    background-color: var(--oxpins-base);
  } */
 
.scroll-to-top:hover i {
  color: #e1e1e1;
}