@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');

body {
    font-family: "Mukta", sans-serif;
}

/*color code start*/
.text-clr-blue{
    color: #1f2351!important;
    /*color: #173dad !important;*/
}
.text-clr-green{
    /*color: #128A76!important;*/
    color: #128A76!important;
}
.text-clr-gray{
    color: #b7b7b7!important;
}
.btn-bg-clr-blue,
.btn-bg-clr-blue:hover,
.btn-bg-clr-blue:active,
.btn-bg-clr-blue:focus{
    background-color: #1f2351;
    border: none;
}
.btn-bg-clr-green,
.btn-bg-clr-green:hover,
.btn-bg-clr-green:active,
.btn-bg-clr-green:focus{
    background-color: #128A76;
     border: none;
}
.btn-bg-clr-gray,
.btn-bg-clr-gray:hover,
.btn-bg-clr-gray:active,
.btn-bg-clr-gray:focus{
    background-color: #b7b7b7;
     border: none;
}

/*color code end*/


/*navbar css start*/

.logo-align {
    height: 60px;
}

.nav-tab .navbar-nav .nav-item{
    padding-right: 2em;
}
.dropdown-menu{
    box-shadow: 0 0 20px rgba(0, 0, 0, .25);
    border: none;
}

/*.nav-tab ul li a
{
    color: #fff;
}*/


.floatingNav {
  box-shadow: 0px 1px 10px #999;
}

.nav-tab ul li a:hover
{
    color: #128a76;
}
#navbarCollapse .dropdown-menu li a{
    color: #000;
}
.nav-tab li a.active{
    color: #128A76!important;
    font-weight: 600;

}
.nav-tab li a.dropdown-item.active{
background-color: #128A76!important;
color: #fff!important;
}
.navbar 
{
    background-color: #f5f5f5;
}
/*navbar css end*/
.btn
{
     border: none;
     width: auto;
     margin-left: 1em;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;    
     box-shadow: 0 0 20px rgba(0, 0, 0, .25);
     height: 40px;
         padding: 0px 45px;
    border-radius: 10px 0px 10px 0px;
}


.heading-divider {
    display: inline-block;
    position: relative;
    height: 3px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color:#128A76;
    width: 90px;
    overflow: hidden;
}
.heading-divider:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1.1px;
    height: 7px;
    width: 8px;
    background-color: #ffffff;
    -webkit-animation: heading-move 5s infinite linear;
    animation: heading-move 5s infinite linear;
}
@-webkit-keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(85px);
  }
  100% {
    transform: translateX(-1px);
  }
}

@keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(85px);
  }
  100% {
    transform: translateX(-1px);
  }
}
.book-demo{
    padding: 0 15px;
}

.dropdown-item:hover {
  background-color: #128a76;
  color: #fff!important;
}
.dropdown .dropdown-menu {
  display: none;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
  top: 2em;
}

/*footer css start*/
.footer-logo-align{
    height: 70px;
}
.footer-bg{
    position: relative;
    background: url("https://plus.unsplash.com/premium_photo-1661281307045-edb4d54e313f?fm=jpg&q=60&w=3000&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MXx8YnVzaW5lc3MlMjBiYWNrZ3JvdW5kfGVufDB8fDB8fHww");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
    padding-top: 2em;
    padding-bottom: 1em;
}
.footer-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 76%);
      /*  background: rgb(71 97 130 / 76%);
    background: rgb(71 97 130 / 75%);
    background: rgb(68 94 141 / 75%);*/
    z-index: -1;
}
#cotact-form{
    padding-top: 2em;
}
#cotact-form input{
height: 45px;
    min-height: 15px;
    line-height: 1.25;
        /*padding: 0 10px;*/
        color: #000;
}
#cotact-form label
{
        padding: 5px .75rem 0px;
        height: auto;
}
#cotact-form input:focus,
#cotact-form input:hover,
#cotact-form input:active,
#cotact-form textarea:focus,
#cotact-form textarea:hover,
#cotact-form textarea:active{
    box-shadow: none;
    border-color: none;
}
.socialmedia-icon a{
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    margin-left: 20px;
    border: 1px solid #fff;
    border-radius: 20px;
    /*padding: 10px;*/
    background-color: #128a76;
    border-color: #128a76;    
}
.socialmedia-icon a:hover
{
    background-color: #fff;
    border-color: #128a76;
    color: #128a76;
}
.fa-icon-facebook{
    padding: 10px 14px;
}
.fa-icon-twitter,
.fa-icon-google{
    padding: 10px 11px;
}
.fa-icon-linkedin,
.fa-icon-pinterest{
    padding: 10px 12px;
}

.socialmedia-icon{
    padding-top: 2em;
}
.our-contact{
     padding-top: 2em; 
     color: #fff;
}
 .our-contact h1{

}
.our-contact p{
font-size: 17px;
}
.our-contact p i{
    padding-right: 10px;
}
.contact-section{
    display: inline-flex;
}
.mediaicon-left{
    padding-right: 20px;
}
.envelope-icon-left{
    padding-right: 15px;
}
.copyright{
    color: #fff;
}
.email-textalign a{
    text-decoration: none;
    color: inherit;
}
/*footer css end*/

@media screen and (max-width: 786px){
    .logo-align {
    height: 50px;
}
.navbar .navbar-toggler{
    background: #fff;
}
}
@media only screen and (max-width: 992){
    .socialmedia-icon a{
        margin-left: 10px;
    }
}
