@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');

html,
body{
    font-family: "Mukta";
    font-weight: 700;
    font-style: normal;
}

/* top menu start here */
.topmenu {
    background: linear-gradient(45deg, #730044f0, #ee7429);
    padding: 0px 0;
    color: #fff;
  }
  .left-top{
    margin-top: 2px;
  }
  .left-top p{
   margin: 0;
   font-size: 15px;
  }
  .left-top span{
      color: #fff;
  }
  .right-top {
    text-align: right;
    margin-right: 20px;
  }
  .right-top span {
    padding: 7px 6px;
    font-size: 15px;
}
  .right-top a{
      color: #fff;
  }
  .mvw{
      color: #fff;
  }
  .left-top a{
      text-decoration: none;
  }
  /* top menu end here */

.carousel .carousel-indicators {
    bottom: 5px;
}

.carousel .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    border-radius: 2px;
}

.carousel .carousel-indicators .active {
    margin: 11px 10px;
}

.carousel .carousel-indicators li {
    margin: 11px 10px;
}

.carousel .carousel-indicators .active {
    margin-top: 10px;
    transform: scale(1.5);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100% !important;
    transition: transform .6s ease;
    backface-visibility: hidden;
    perspective: 1000px;
}

.carousel-item.active {
    display: block;
}

.carousel .carousel-caption {
    padding-bottom: 12%;
}

.carousel-caption h3 {
    font-size: 40px;
    color: #7bb331;
}

.carousel-caption p {
    font-size: 30px;
    color: #3da44f;
}

.carousel .carousel-caption .material-icons {
    position: relative;
    top: 5px;
}

.carousel .carousel-control-next .material-icons {
    z-index: 5;
    display: inline-block;
    font-size: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    margin: auto;
}

.carousel .carousel-control-prev .material-icons {
    z-index: 5;
    display: inline-block;
    font-size: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    margin: auto;
}

/* Carousel Control custom */
.carousel-control .control-icon {
    font-size: 28px;
    height: 30px;
    margin-top: -15px;
    width: 30px;
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 5;
}

.carousel-control .prev {
    margin-left: -15px;
    left: 50% !important;
}

/* Prev */
.carousel-control .next {
    margin-right: -15px;
    right: 50%;
}

/* Next */
/* Removing BS background */
.carousel .control-box {
    opacity: 0;
}

a.carousel-control.left {
    left: 0;
    background: none;
    border: 0;
}

a.carousel-control.right {
    right: 0;
    background: none;
    border: 0;
}

/* Animation */
.control-box,
a.carousel-control,
.carousel-indicators li {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

/* Hover animation */
.carousel:hover .control-box {
    opacity: 1;
}

.carousel:hover a.carousel-control.left {
    left: 15px;
}

.carousel:hover a.carousel-control.right {
    right: 15px;
}

/* Carouse Indicator */
.carousel-indicators li.active,
.carousel-indicators li {
    border: 0;
}

.carousel-indicators li {
    background: #666;
    margin: 0 3px;
    width: 12px;
    height: 12px;
}

.carousel-indicators li.active {
    background: #fff;
    margin: 0 3px;
}

/*end here*/
/*section end here*/

.nav-brand img{
    width: 85px;
}


.home-page-icon-boxes {
    padding: 50px 0;
}
.icon-box:hover, .icon-box.active {
    border: 0;
    background: -moz-linear-gradient(180deg, rgba(255, 90, 0, 1) 0%, rgba(255, 54, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 90, 0, 1)), color-stop(100%, rgba(1255, 54, 0, 1)));
    background: -webkit-linear-gradient(180deg, rgba(255, 90, 0, 1) 0%, rgba(255, 54, 0, 1) 100%);
    background: -o-linear-gradient(180deg, rgba(255, 90, 0, 1) 0%, rgba(255, 54, 0, 1) 100%);
    background: -ms-linear-gradient(180deg, rgba(255, 90, 0, 1) 0%, rgba(255, 54, 0, 1) 100%);
    background: linear-gradient(45deg, #7300444d, #ee742996), url(../images/sport.jpg);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5a00', endColorstr='#ff3600',GradientType=1 );
    color: #fff;
    width: 100%;
    background-position: center;
    background-size: cover;
}
.icon-box {
    padding: 40px;
    border-radius: 24px;
    background: #ecf2f5;
    text-align: center;
    transition: all .35s;
    margin-bottom: 20px;
}
.icon-box:hover figure img:nth-of-type(1), .icon-box.active figure img:nth-of-type(1) {
    display: none;
}
.icon-box:hover figure img:nth-of-type(2), .icon-box.active figure img:nth-of-type(2) {
    display: block;
}
.icon-box:hover .entry-title, .icon-box.active .entry-title {
    color: #fff;
}
.icon-box .entry-title {
    margin-top: 28px;
    font-size: 24px;
    font-weight: 600;
    color: #262626;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.icon-box .entry-content {
    margin-top: 24px;
}
.icon-box:hover .entry-content p, .icon-box.active .entry-content p {
    color: #fff;
}
.icon-box .entry-content p {
    margin: 0;
    font-size: 14px;
    color: #595858;
}
.icon-box figure img:nth-of-type(1) {
    display: block;
}
.icon-box figure img:nth-of-type(2) {
    display: none;
}



.pb-40 {
    padding-bottom: 40px;
}
.pt-40 {
    padding-top: 40px;
}
.mb-35 {
    margin-bottom: 35px;
}
.section-title-3 .bars {
    padding-top: 40px;
    position: relative;
}
.section-title-3 h3 {
    font-size: 34px;
    line-height: 50px;
    margin-bottom: 20px;
    font-weight: 600;
}
/* .section-title-3 .bars:before {
    content: "";
    background: #e63a34;
    width: 50px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 0;
} */
.btn-gra {
    color: #fff;
    background-image: linear-gradient(270deg, #2e86c6 0%, #2e86c6 100%);
    background-image: -webkit-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%);
    background-image: linear-gradient(270deg, #2e86c6 0%, #2e86c6 100%);
    background: linear-gradient(45deg, #730044f0, #ee7429);
}
.btn {
    padding: 18px 25px;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
}
.btn:hover {
    color: #fff;
}
.btn:before {
    position: absolute;
    content: "";
    top: -12px;
    right: 60px;
    width: 35px;
    height: 90px;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    background-color: #fff;
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.btn:after {
    position: absolute;
    content: "";
    top: -12px;
    right: 40px;
    width: 10px;
    height: 90px;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    background-color: #fff;
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
}
.blog-wrap.blog-white {
    border: 2px solid #ac3a3f;
}
.blog-wrap {
    padding: 20px 32px;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 535px;
}
.mb-30 {
    margin-bottom: 30px;
}
/* .blog-wrap.blog-white:before {
    background: #fff;
} */
.blog-wrap:hover:before {
    opacity: 0;
}
.blog-wrap:before {
    content: "";
    background-image: url(../img/bg/blog-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.blog-wrap .blog-author {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.mb-20 {
    margin-bottom: 20px;
}
.blog-wrap .blog-author .author-thumb {
    margin-right: 30px;
}
.blog-wrap .blog-author .author-thumb img {
    width: 70px;
    height: 70px;
    border-radius: 15px 0 15px 15px;
}
.blog-wrap .blog-author .author-content {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.blog-wrap.blog-white:hover .blog-author .author-content h4 {
    color: #fff;
}
.blog-wrap.blog-white .blog-author .author-content h4 {
    color: #fff;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.blog-wrap .blog-author .author-content h4 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}
.blog-wrap.blog-white:hover .blog-author .author-content span {
    color: #fff;
}
.blog-wrap.blog-white .blog-author .author-content span {
    color: #fff;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.blog-wrap .blog-author .author-content span {
    color: #fff;
    font-size: 16px;
}
.blog-wrap .blog-meta {
    margin-bottom: 20px;
}
.blog-wrap.blog-white:hover .blog-meta span {
    color: #fff;
}
.blog-wrap.blog-white .blog-meta span {
    color: #fff;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.blog-wrap .blog-meta span {
    margin-right: 20px;
    font-size: 16px;
    color: #fff;
}
.blog-wrap .blog-meta span i {
    margin-right: 5px;
}
.blog-wrap .blog-content p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
}
.blog-wrap.blog-white:hover .blog-content p {
    color: #fff;
}
.blog-wrap.blog-white .blog-content p  {
    color: #fff;
}
.blog-wrap .blog-content p a {
    color: #fff;
}

.blog-wrap.blog-white:hover .blog-content .read-more {
    color: #fff;
}
.blog-wrap.blog-white .blog-content .read-more {
    color: #2e86c6;
}
.blog-wrap .blog-content .read-more {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.blog-wrap .blog-content .read-more i {
    margin-left: 5px;
}
.blog-area-title p{
    font-size: 20px;
}


/* Editorial board css starts */
.team{
    padding: 40px 0px;
}
.team h3{
    font-size: 40px;
    text-align: center;
}
.our-team {
    padding: 1.2rem 0.75rem;
    background: #fff;
    border-radius: 1rem;
    text-align: center;
    border: 0.5px solid #60c5a8;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  }
  .our-team .pic {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 0.75rem;
    margin-bottom: 1.5rem;
    transition: all 0.5s ease 0s;
  }
  .our-team:hover .pic {
    background: linear-gradient(45deg, #7300449c, #ee7429b0);
    border-radius: 50%;
  }
  .pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
  }
  .our-team .title {
    display: block;
    font-size: 26px;
    font-weight: 600;
    color: #9a2a45;
    margin: 0 0 7px 0;
  }
  .our-team .post {
    display: block;
    font-size: 18px;
    color: #9a2a45;
    margin-bottom: 1rem;
  }
  .our-team .social {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .our-team .social li {
    display: inline-block;
    margin-right: 5px;
  }
  .our-team .social li a {
    display: block;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 50%;
    font-size: 1rem;
    color: #60c5a8;
    border: 1px solid #60c5a8;
    transition: all 0.5s ease 0s;
  }
  .our-team:hover .social li a {
    background: #60c5a8;
    color: #fff;
  }
  
  .social li a:hover {
    background-color: #025784 !important;
    border: none;
    text-decoration: none;
  }
  
  @media only screen and (max-width: 992px) {
    .our-team {
      margin-bottom: 2rem;
    }
  }
  


/* Editorial board css ends */



/*footer starts*/
.main-footer {
    position: relative;
    padding: 45px 0px 0px;
    background: linear-gradient(45deg, #73004496, #ee742996), url(../images/get-in-touch-bg.jpg);
    /* margin-top: 20px; */
    background-position: center;
    background-size: cover;
}
  /* .main-footer:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 368px;
    background: url(../images/get-in-touch-bg.jpg) no-repeat;
  }
  .main-footer:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 505px;
    height: 334px;
    background: url(../images/get-in-touch-bg.jpg) no-repeat;
  } */
  footer ul {
    padding:0;
    list-style: none;
  }
  .ft-logo img{
    width: 180px;
    background-color: #fff;
  }
  footer ul li a:hover{
    color: #fff;
    text-decoration: none;
  }
  .footer-item-title {
    color: #fff;
  }
  .footer-part{
    padding: 20px 0 10px;
  }
  footer ul li a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
  }
  /* footer ul li a:hover{
    color: #ac2023;
  } */
  .footer-line {
        margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
     border-top: 1px solid #eeeeee6e; 
  }
  .design p{
    color: white;
    float: right;
    font-size: 16px;
  }
  .design img{
    width: 70px;
    margin-top: -16px;
  }
  .active a{
    margin-left: -16px;
  }
  .fl-l{
    color: white;
    font-size: 16px;
  }
  ._14{
    margin-left: 20px;
  }
  .fa-map-marker{
    height: 49px;
    float: left;
    width: 18px;
    margin-left: 4px
  }
  .copyright{
    color: white;
    font-size: 16px;
  }

  /*footer ends*/




/* testimonial css starts */
.testimonials h3{
    font-size: 40px;
    text-align: center;
}
.testimonial{
    background: #fff;
    text-align: center;
    margin: 0 20px;
}
.testimonial .description{
    padding: 40px 30px;
    margin-bottom: 50px;
    border-top: 1px solid #2660a4;
    border-left: 1px solid #2660a4;
    font-size: 15px;
    color: #887e7f;
    line-height: 30px;
    text-align: left;
    position: relative;
}
.testimonial .description:before{
    content: "\f10e";
    font-family: "FontAwesome";
    font-weight: 900;
    display: inline-block;
    float: left;
    padding: 0 15px 5px 0;
    font-size: 30px;
    color: #9c2c45;
    text-align: center;
    position: relative;
    top: 8px;
    left: 0;
}
.testimonial .description:after{
    content: "";
    width: 50%;
    height: 1px;
    background: #2660a4;
    position: absolute;
    bottom: 0;
    left: 0;
}
.testimonial .testimonial-content{ position: relative; }
.testimonial .testimonial-content:before{
    content: "";
    width: 1px;
    height: 20px;
    background: #2660a4;
    position: absolute;
    top: -50px;
    left: 50%;
}
.testimonial .testimonial-content:after{
    content: "";
    width: 2px;
    height: 40px;
    background: #2660a4;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: skewX(-45deg);
    transform-origin: 100% 100% 0;
}
.testimonial .pic{
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 7px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial .title{
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #2660a4;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.owl-theme .owl-controls{
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span{
    width: 15px;
    height: 10px;
    border-radius: 0;
    background: #ff5a5f;
    opacity: 0.8;
    transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span{
    width: 35px;
    background: #2660a4;
}



/* testimonial css ends */


/* about section starts */
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.welcome-section {
    position: relative;
    padding: 15px 0px;
}
.sec-title.centered {
    text-align: center;
}
.sec-title {
    position: relative;
    margin-bottom: 48px;
}
.sec-title.centered .separator {
    margin: 0 auto;
}
.sec-title .separator {
    position: relative;
    width: 120px;
    text-align: center;
    margin-bottom: 14px !important;
}
.sec-title .separator:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: '::::::';
    color: #000000;
    font-size: 14px;
    letter-spacing: 3px;
}
.sec-title .separator .icon{
    color: #e7470c;
}
.flaticon-pawprint-1:before {
    content: "\f119";
}
.sec-title .separator:after {
    position: absolute;
    right: 0px;
    top: 0px;
    content: '::::::';
    color: #000000;
    font-size: 14px;
    letter-spacing: 3px;
}
.sec-title .title {
    position: relative;
    color: #666666;
    font-size: 18px;
    font-style: italic;
    /* font-family: 'Merriweather', serif; */
}
.sec-title h2 {
    position: relative;
    font-size: 36px;
    color: #222222;
    font-weight: 800;
    line-height: 1.2em;
    display: inline-block;
    margin-top: 4px;
}
.welcome-section .image-column {
    position: relative;
    margin-bottom: 40px;
}
.welcome-section .image-column .image {
    position: relative;
}
.welcome-section .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
}
.welcome-section .content-column {
    position: relative;
}
.welcome-section .content-column .inner-column {
    position: relative;
    padding-left: 10px;
}
.welcome-section .content-column .inner-column .text {
    position: relative;
    margin-bottom: 35px;
}
.welcome-section .content-column .inner-column .text p {
    position: relative;
    color: #444444;
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 20px;
}
.list-style-one {
    position: relative;
}
.list-style-one li {
    position: relative;
    color: #444444;
    font-size: 14px;
    font-weight: 600;
    padding-left: 25px;
    margin-bottom: 6px;
    list-style-type: none;
}
.list-style-one li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #e9531b;
}
.list-style-one li:after {
    position: absolute;
    content: '';
    left: 3px;
    top: 8px;
    right: 2px;
    bottom: 2px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid #e9531b;
}
.welcome-section .content-column .inner-column .theme-btn {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding: 11px 40px;
    /* margin-top: 40px; */
    text-decoration: none;
}
.btn-style-two:hover {
    background: none;
    color: #ec5c1c;
}
.btn-style-two {
    position: relative;
    padding: 11px 32px;
    line-height: 29px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    background-color: #ec5c1c;
    border: 2px solid #ec5c1c;
}
.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
/* about section ends */



@media only screen and (max-width:426px){
    .copyright p{
        text-align: center;
    }
        .design p {
            text-align: center !important;
            color: white;
            float: unset;
            font-size: 16px;
        }
        .section-title-3 .bars {
            padding-top: 0px;
            position: relative;
        }
        .blog-wrap {
            margin-top: 15px;
        }
        .mvw{
            display: none;
        }
    }
    @media only screen and (max-width:768px){
        .blog-wrap {
            margin-top: 15px;
        }
    }

