body {
    font-family: "Inter", serif;
    font-size: 16px;
    line-height: 24px;
    overflow-x: hidden;
}

.container-fluid{
    max-width: 1920px !important;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}


.container{
    max-width: 1240px !important;
    width: 100%;
    margin: 0 auto;
}

p{
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #000;
}

/**********HEADER**********/

.top-header{
    background-color: #143f54;
    padding: 10px 0;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.header-left ul{
    padding: 0px;
    margin: 0px;
}

.header-left ul li{
    list-style-type: none;
    display: inline-block;
    padding-right: 15px;
}

.header-left ul li span{
    font-size: 16px;
    line-height: 20px;
    color: #ff7010;
}

.header-left ul li i{
    background-color: #3b7897;
    padding: 10px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    border-radius: 50%;
    margin-right: 10px;
    color: #fff;
    line-height: 20px;
    text-align: center;
}

.header-left ul li a{
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
}

.header-left ul li a:hover{
    color: #ff7010;
}


.header-right ul{
    padding: 0px;
    margin: 0px;
    text-align: right;
}

.header-right ul li{
    list-style-type: none;
    display: inline-block;
}

.header-right ul li a i{
    background-color: #3b7897;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    line-height: 22px;
    color: #fff;
}














.menu-section{
    background-color: #143f54;
    padding: 10px 0;
}

.menu-section nav.navbar.navbar-expand-lg.bg-body-tertiary{
    background-color: transparent !important;
    padding: 0;
}

.navbar-brand img{
    width: 240px;
}

.navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
}

.navbar-expand-lg .navbar-nav .nav-link{
  padding: 10px 25px !important;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
} 

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link.active{
    color: #ff7010;
}


.navbar-expand-lg .navbar-nav .dropdown-menu{
    padding: 0px;
    width: 230px;
    background-color: #143f54;
}

a.dropdown-item {
    color: #fff;
    background-color: #143f54;
    font-size: 16px;
    padding: 15px 10px;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}

a.dropdown-item:hover{
    color: #ff7010;
    background-color: #143f54;
}

@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    background-color: #143f54;
    color: #fff;
  }
  .dropdown .dropdown-menu {
    display: none;
  }
  .dropdown:hover .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
}

@media screen and (max-width: 991px) {
  .dropdown-toggle.show::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
}

a.right-logo img{
    width: 70px;
    height: 70px;
}

.nav-logo-btn {
    position: absolute;
    top: 0;
    right: 1%;
    z-index: 9;
}



/**********MOBILE MENU***********/

.clickmenus{
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    z-index: 99;
    display: none;
    float: left;
    background-color: #ff7010;
    padding: 11px 12px;
    border-radius: 50%;
}

.clickmenus h6{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #dc3545;
    text-transform: uppercase;
    float: right;
    margin-left: 10px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #ff7010;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #222;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #fff;
}

.sidenav .closebtn {
    position: absolute;
    top: -20px;
    right: 11px;
    font-size: 50px;
    margin-left: 50px;
    z-index: 9999;
    padding: 0px;
    color: #fff;
    text-decoration: none;
}

@media screen and (max-height: 450px) {
  .sidenav a {font-size: 18px;}
}


.sidenav .card{
    background-color: transparent;
    border: none;
}


.card-header{
  background-color: transparent;
  border-bottom: 1px solid #eee;
}

.sidenav .card-body{
    padding: 0 10px;
}

.mobile-menus ul{
    padding: 0px;
    margin: 0px;
}

.mobile-menus ul li{
    list-style-type: none;
}

.mobile-menus ul li a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    padding: 14px 20px;
    border-bottom: 1px solid #ff862f;
}

.sidenav .card-body ul li a {
    font-size: 12px;
}


.sidenav .card-body ul li a:hover {
    color: #fff;
    font-size: 12px;
    background-color: transparent;
}

.mobile-menus ul li a i.fa{
    float: right;
    margin-top: 5px;
}


@media(max-width: 991px)
{
  .clickmenus{
        display: block;
        top: 77px;
        right: 26px;
        left: unset;
        padding: 11px 19px;
  }

  .fixed-top .clickmenus {
    top: 15px;
    z-index: 9;
  }

  .navbar-light .navbar-brand{
    display: block;
  }

  .navbar-toggler-icon{
    display: none;
  }

  nav.navbar.navbar-expand-lg.navbar-light{
    height: auto;
  }

  .navbar-toggler{
    display: none;
  }
}


/***************SLIDER SECTION*************/


.slider-section {
  width: 100%;
  height: 80vh;
}
.slider-section .carousel {
  height: 100%;
}
.slider-section .carousel .carousel-inner {
  height: 100%;
}
.slider-section .carousel .carousel-inner .carousel-item {
  height: 100%;
}
.slider-section .carousel .carousel-inner .carousel-item .title {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.slider-section .carousel .carousel-inner .carousel-item .title h5 {
    font-size: 70px;
    font-family: "Philosopher", serif;
    margin-left: 15%;
    margin-right: 15%;
    line-height: 80px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

.slider-section .carousel .carousel-inner .carousel-item .title p{
    font-size: 18px;
    margin-left: 15%;
    margin-right: 15%;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0px;
}

.slider-section .carousel .carousel-inner .carousel-item .title .animated {
  animation-duration: 1.3s;
  animation-delay: 0.5s;
}
.slider-section .carousel .carousel-inner .carousel-item img {
  object-fit: cover;
  height: 100%;
}

/**************WELCOME SECTION**************/

.welcome-section{
    padding: 80px 0;
}

.welcome-left img{
    width: 100%;
    border-radius: 10px;
}

.welcome-right h6{
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #ff7010;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.welcome-section h1{
    font-size: 50px;
    font-family: "Philosopher", serif;
    line-height: 60px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.about-right-img{
    border: 2px solid #ddd;
    width: 90px;
    height: 90px;
    padding: 20px;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
    margin-top: 40px;
}

.welcome-section h4{
    margin-top: 60px;
}

span.year-time {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    color: #ff7010;
    font-family: "Philosopher", serif;
    float: left;
    margin-right: 10px;
}

span.years-due {
    font-family: "Philosopher", serif;
    font-size: 20px;
    line-height: 26px;
    display: block;
}

span.year-exp{
    font-family: "Philosopher", serif;
    font-size: 30px;
    line-height: 36px;
    display: block;
    font-weight: 700;
}

a.btn.btn-read{
    background-image: -webkit-linear-gradient(0deg, rgb(244, 170, 54) 0%, rgb(243, 115, 53) 100%);
    padding: 12px 30px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    border-radius: 30px;
    margin-top: 20px;
}

/***************SERVICE SECTION***************/

.service-section{
    padding: 80px 0;
    background-color: #3b7897;
}

.service-section h3{
    font-size: 50px;
    font-family: "Philosopher", serif;
    line-height: 60px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

p.test-content{
    color: #fff;
    padding-left: 200px;
    padding-right: 200px;
    text-align: center;
    margin-bottom: 40px;
}

.service-box{
    padding: 30px 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: center;
    background-color: #143f54;
}

.ser-icon{
    width: 80px;
    background-color: #3b7897;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: relative;
    transition: all 0.3s linear;
    margin-bottom: 30px;
}

.ser-icon:after {
    border: 1px dashed #173f59;
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    bottom: -10px;
    right: -10px;
    border-radius: 100%;
}

.service-box:hover .ser-icon {
    background-color: #ff7010;
}

.service-box:hover .ser-icon:after {
    border-color: #ff7010;
    animation: spin 9s infinite linear;
    -webkit-animation: spin 9s infinite linear;
    -moz-animation: spin 9s infinite linear;
}

.service-box h4{
    font-size: 24px;
    font-family: "Philosopher", serif;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.service-box h4 a{
    color: #fff;
    text-decoration: none;
}

.service-box h4 a:hover{
    color: #ff7010;
}

.service-box p{
    color: #fff;
    line-height: 28px;
    margin-bottom: 20px;
}

a.btn.btn-readmore{
    background-image: -webkit-linear-gradient(0deg, rgb(244, 170, 54) 0%, rgb(243, 115, 53) 100%);
    padding: 10px 20px;
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    color: #fff;
    border-radius: 30px;
}

/*************SIGN SECTION************/

.sign-section {
    padding: 80px 0;
    background-color: #f6faff;
}

.sign-section h4{
    font-size: 50px;
    font-family: "Philosopher", serif;
    line-height: 50px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

p.sign-content{
    color: #000;
    padding-left: 200px;
    padding-right: 200px;
    text-align: center;
    margin-bottom: 40px;
}

.sign-section .row.sign-rows{
    background-color: #3b7897;
    padding: 30px;
    border-radius: 30px;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.sign-section form label{
    font-family: "Philosopher", serif;
    font-size: 20px;
    color: #fff;
    margin-bottom: 2px;
}

.sign-section form input{
    background-color: #143f54;
    border: 1px solid #143f54;
    padding: 10px;
    height: 45px;
}

.sign-section form input::placeholder{
    color: #e5f0f5;
}

.sign-section form input[type=date], .sign-section form input[type=datetime-local], .sign-section form input[type=month], .sign-section form input[type=time]{
    color: #e5f0f5;
}

.sign-section form .form-control:focus{
    background-color: #143f54;
    border: 1px solid #143f54;
    box-shadow: none;
}

.sign-section form input[type="time"]::-webkit-calendar-picker-indicator,
.sign-section form input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1)
    brightness(100%)
    sepia(100%)
    saturate(10000%)
    hue-rotate(180deg)
}

.sign-section form button.btn.btn-primary {
    border: 1px solid #ff7010;
    background-color: #ff7010;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    margin-top: 33px;
}

/************PRODUCT SECTION***********/

.product-section{
    padding: 80px 0;
    background-color: #3b7897;
}

.product-section h4{
    font-size: 50px;
    font-family: "Philosopher", serif;
    line-height: 60px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

p.test-content{
    color: #fff;
    padding-left: 200px;
    padding-right: 200px;
    text-align: center;
    margin-bottom: 40px;
}

.product-section .owl-carousel .owl-item img{
    margin-bottom: 10px;
}

.product-section .owl-carousel .item{
    margin-bottom: 20px;
}

.product-section i{
    font-size: 12px;
    color: #ffae15;
    margin-right: 3px;
}

.product-section h5{
    font-size: 24px;
    font-family: "Philosopher", serif;
    line-height: 30px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0px;
}

.product-section h5 a{
    color: #fff;
    text-decoration: none;
}

.product-section .owl-nav{
    display: none;
}

/*************BLOG SECTION*************/

.blog-section{
    padding: 80px 0;
    background-color: #f5f5f5;
}

.blog-section h4{
    font-size: 50px;
    font-family: "Philosopher", serif;
    line-height: 50px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

p.sign-content{
    color: #000;
    padding-left: 200px;
    padding-right: 200px;
    text-align: center;
    margin-bottom: 40px;
}

.blog-box{
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgb(209 209 209 / 80%);
    margin-bottom: 30px;
}

.blog-box img{
    width: 100%;
    height: 240px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.blog-box ul{
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}

.blog-box ul li{
    list-style-type: none;
    display: inline-block;
    padding-right: 15px;
}

.blog-box ul li a{
    font-size: 14px;
    line-height: 18px;
    color: #333;
    text-decoration: none;
}

.blog-box ul li a i{
    color: #ff7010;
    padding-right: 5px;
}

.blog-box ul li a:hover{
    color: #ff7010;
}

.blog-box h5{
    font-family: "Philosopher", serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}

.blog-box h5 a{
    color: #000;
    text-decoration: none;
}

.blog-box h5 a:hover{
    color: #ff7010;
}

.blog-box p{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
}

/**************APP SECTION***************/

.app-section{
    padding: 80px 0;
}

.app-section .row{
    background-color: #3b7897;
    padding: 60px;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 20px;
}

.app-section h4{
    font-size: 70px;
    font-family: "Philosopher", serif;
    line-height: 90px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 10px;
}
.app-section h5{
    font-family: "Philosopher", serif;
    color: #b0e4ff;
    font-size: 32px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.app-section p{
    color: #fff;
    margin-bottom: 20px;
}

.app-right img{
    margin: 0 auto;
    display: block;
}









/***************SERVICE SECTION***************/

.testimonial-section{
    padding: 80px 0;
    background-color: #3b7897;
}

.testimonial-section h4{
    font-size: 50px;
    font-family: "Philosopher", serif;
    line-height: 60px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

p.test-content{
    color: #fff;
    padding-left: 100px;
    padding-right: 100px;
    text-align: center;
    margin-bottom: 20px;
}

.testimonial-section .item{
    border: 1px solid #143f54;
    background-color: #143f54;
    padding: 40px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 20px;
}

.testimonial-section .item img{
    width: 120px !important;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

.testimonial-section .item p{
    color: #fff;
    margin-bottom: 15px;
}

.testimonial-section .item h5{
    font-size: 20px;
    font-family: "Philosopher", serif;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
}

.testimonial-section .item h5 span{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    display: block;
}

.testimonial-section .owl-nav{
    display: none;
}

/****************FOOTER**************/

.top-footer{
    background-color: #143f54;
    padding: 40px 0;
}

.top-footer p{
    color: #fff;
    line-height: 22px;
    margin-bottom: 12px;
}

img.footer-logo-img{
    width: 100%;
    margin-bottom: 15px;
}

.top-footer h4{
    font-size: 26px;
    font-family: "Philosopher", serif;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.top-footer h5{
    font-size: 26px;
    font-family: "Philosopher", serif;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}

img.play-store{
    width: 49%;
}

.quicks ul{
    padding: 0px;
    margin: 0px;
}

.quicks ul li{
    list-style-type: none;
    padding-bottom: 12px;
}

.quicks ul li a{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

.quicks ul li a i{
    color: #ff7010;
    padding-right: 5px;
}

.quicks ul li a:hover{
    color: #ff7010;
}

.bottom-social ul{
    padding: 0px;
    margin: 0px;
}

.bottom-social ul li{
    list-style-type: none;
    display: inline-block;
}

.bottom-social ul li a i{
    background-color: #3b7897;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    line-height: 20px;
    color: #fff;
}

.bottom-footer{
    background-color: #3b7897;
    padding: 15px 0;
}

.bottom-links ul{
    padding: 0px;
    margin: 0px;
}

.bottom-links ul li{
    list-style-type: none;
    display: inline-block;
    padding-right: 15px;
}

.bottom-links ul li a{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

.bottom-links ul li a:hover{
    color: #ff7010;
}

.copyright p{
    text-align: right;
    color: #fff;
    margin-bottom: 0px;
    line-height: 20px;
}

/*****************ABOUT US PAGE***************/

.page-banner{
  background: url("../images/page-banner.jpg") top center no-repeat;
  background-size: cover;
  display: table;
  width: 100%;
  height: 400px;
}

.page-banner .overlay{
  background-color: rgb(0 0 0 / 65%);
  height: 400px;
  padding: 100px 0;
  display: table-cell;
  vertical-align: bottom;
}

.page-banner h1{
    font-family: "Philosopher", serif;
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
}


.page-banner ul.breadcrumb {
    background: transparent;
    padding: 10px 0 0;
    margin: 0 auto;
    display: block;
    border-radius: 0px;
}

.page-banner ul.breadcrumb li {
    display: inline;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.page-banner ul.breadcrumb li a {
    color: #fff;
    text-decoration: none;
}

.page-banner ul.breadcrumb li a:hover{
  color: #fff;
  text-decoration: underline;
}

.page-banner ul.breadcrumb li+li:before {
    padding: 8px;
    content: "/\00a0";
    color: #fff;
}

.welcome-sections{
    padding: 80px 0;
}

.welcome-sections h6{
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #ff7010;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.welcome-sections h1{
    font-size: 50px;
    font-family: "Philosopher", serif;
    line-height: 60px;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
}

.welcome-sections h3,
.welcome-sections h2{
    font-size: 30px;
    font-family: "Philosopher", serif;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.welcome-sections img{
    max-width: 350px;
    width: 100%;
    float: left;
    border-radius: 10px;
    margin-right: 30px;
}

.row.about-content-row{
    margin-top: 30px;
}

.row.about-content-row span{
    display: block;
}


.moksha-work-section{
    padding: 80px 0;
}

.moksha-work-section h3,
.moksha-work-section h2{
    font-size: 30px;
    font-family: "Philosopher", serif;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}




/**************CONTACT US PAGE************/

.contact-body{
    background-color: #3b7897;
    padding: 80px 0;
}

.contact-body h2{
    font-family: "Philosopher", serif;
    font-size: 38px;
    line-height: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.contact-body p{
    color: #fff;
    line-height: 20px;
    margin-bottom: 35px;
}

.contact-body ul{
    padding: 0px;
    margin: 0px;
}

.contact-body ul li{
    list-style-type: none;
    padding-bottom: 20px;
    height: 130px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}

/*.contact-body ul li img{
    background-color: #ff7010;
    padding: 10px;
    border-radius: 50%;
    float: left;
    margin-right: 15px;
}*/

.contact-body ul li .ser-icon {
    width: 80px;
    background-color: #143f54;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: relative;
    transition: all 0.3s linear;
    margin-bottom: 30px;
    float: left;
    margin-right: 20px;
}

.contact-body ul li h5{
    font-family: "Philosopher", serif;
    font-size: 24px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
}

.form-box {
    border: 1px solid #143f54;
    padding: 40px;
    border-radius: 10px;
}

.form-box h3{
    font-family: "Philosopher", serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.form-box input{
    border: 1px solid rgb(255 255 255 / 10%);
    background-color: transparent;
    padding: 10px;
    height: 44px;
    color: #fff;
    margin-bottom: 20px;
    width: 100%;
}

.form-box input::placeholder{
    color: #fff !important;
}

textarea:focus, input:focus {
    color: #fff !important;
}

.form-box .form-control:focus{
    background-color: transparent !important;
}

.form-box textarea{
    border: 1px solid rgb(255 255 255 / 10%);
    background-color: transparent;
    padding: 10px;
    height: 100px;
    color: #fff;
    margin-bottom: 20px;
    width: 100%;
}

.form-box button.btn.btn-primary{
    border: none;
    background-image: -webkit-linear-gradient(0deg, rgb(244, 170, 54) 0%, rgb(243, 115, 53) 100%);
    padding: 12px 30px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    border-radius: 30px;
}

/*************SERVICE DETAILS PAGE************/

.service-detail-section{
    padding: 80px 0;
}

.service-detail-section img.detail-image{
    width: 100%;
    height: 500px;
    margin-bottom: 15px;
}

.service-detail-section h2{
    font-family: "Philosopher", serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.service-detail-section h3{
    font-family: "Philosopher", serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.details-img img{
    width: 100%;
    height: 240px;
    margin-bottom: 15px;
}

.service-detail-section ul{
    padding: 0px;
    margin: 0px;
    padding-left: 30px;
}

.service-detail-section ul li{
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #000;
}

.detail-right-box h4{
    font-family: "Philosopher", serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.detail-right-box ul{
    padding: 0px;
    margin: 0px;
}

.detail-right-box ul li{
    list-style-type: none;
    padding-bottom: 15px;
}

.detail-right-box ul li a{
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}

.detail-right-box ul li a i{
    padding-right: 5px;
    color: #ff7010;
}

.detail-right-box ul li a:hover{
    color: #ff7010;
}

/***********BLOG DETAILS PAGE***********/

.blog-detail-section{
    padding: 80px 0;
}

img.blog-single{
    width: 100%;
    height: 500px;
    margin-bottom: 15px;
}

.blog-detail-left ul{
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}

.blog-detail-left ul li{
    list-style-type: none;
    display: inline-block;
    padding-right: 15px;
}

.blog-detail-left ul li a{
    font-size: 14px;
    line-height: 18px;
    color: #333;
    text-decoration: none;
}

.blog-detail-left ul li a i{
    color: #ff7010;
    padding-right: 5px;
}

.blog-detail-left ul li a:hover{
    color: #ff7010;
}

.blog-detail-section h2{
    font-family: "Philosopher", serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

/******************FAQS PAGE START HERE*******************/

.faqs-section{
    padding: 80px 0;
}

ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  margin: 0;
  list-style: none;
  background-color: #f9f9fA;
}
ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #FFF;
  padding: 20px;
  margin: 0 auto 15px auto;
  border: 1px solid #eee;
  border-radius: 5px;
  cursor: pointer;
}
ul.accordion-list li.active h3:after {
  transform: rotate(45deg);
}
ul.accordion-list li h3 {
  font-weight: 700;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.01em;
  cursor: pointer;
  color: #000;
}
ul.accordion-list li h3:after {
  content: "";
  font-family: "material-design-iconic-font";
  position: absolute;
  right: 0;
  top: 0;
  color: #Fcc110;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}
ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  font-weight: 300;
  padding: 10px 0 0 0;
  cursor: pointer;
  line-height: 150%;
  margin: 0 0 15px 0;
  font-size: 14px;
}

/************ADVISORY SECTION*************/

.advisory-section{
    padding: 70px 0;
}

.team-member {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.team-member figure {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border-radius: 10px;
}

.team-member figure img {
  min-width: 100%;
      width: 100%;
    height: 380px;
    object-fit: cover;
}

.team-member figcaption p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
}

.team-member figcaption ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.team-member figcaption ul {
  visibility: visible;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.team-member figcaption ul li {
  display: inline-block;
  padding: 10px;
}

.team-member figcaption ul li a{
    color: #fff;
    font-size: 20px;
}

.team-member figcaption ul li a:hover{
    color: #fff;
}

.team-member h4 {
    font-family: "Philosopher", serif;
    margin: 10px 0 0;
    padding: 0;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
} 

.team-member p{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0px;
}

.team-member figcaption {
  padding: 50px;
  color: transparent;
  background-color: transparent;
  position: absolute;
  z-index: 996;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-member figure:hover figcaption {
  visibility: visible;
  color: #fff;
  background: rgb(16 33 63 / 83%);
  /* Primary color, can be changed via colors.css */
  
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-member figure:hover figcaption ul li a:hover {
  color: #fff
}

.team-member figure img {
  -webkit-transform: scale(1) rotate(0) translateY(0);
  -moz-transform: scale(1) rotate(0) translateY(0);
  -o-transform: scale(1) rotate(0) translateY(0);
  -ms-transform: scale(1) rotate(0) translateY(0);
  transform: scale(1) rotate(0) translateY(0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team-member figure:hover img {
  -webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
  -moz-transform: scale(1.1) rotate(1deg) translateY(12px);
  -o-transform: scale(1.1) rotate(1deg) translateY(12px);
  -ms-transform: scale(1.1) rotate(1deg) translateY(12px);
  transform: scale(1.1) rotate(1deg) translateY(12px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/************PRODUCT PAGE***********/

.products-section{
    padding: 70px 0;
    background-color: #eee;
    text-align: center;
}

.product-box{
    padding: 40px;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 10px;
}

.product-box img{
    width: 170px;
    height: 150px;
    margin-bottom: 20px;
}

.product-box h2{
    font-family: "Philosopher", serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.product-box p{
    font-size: 14px;
    line-height: 20px;
    color: #999;
    margin-bottom: 15px;
}

a.btn.btn-knowmore {
    border: 1px solid #ff7010;
    background-color: #ff7010;
    padding: 10px 30px 12px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
}

a.btn.btn-knowmore:hover{
    border: 1px solid #ff7010;
    background-color: #ff7010;
    color: #fff;
}






/***************MEMBER SECTION**************/

.member-section{
  padding: 80px 0;
}

.member-section h3{
    font-family: "Philosopher", serif;
    font-size: 50px;
    line-height: 56px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 25px;
}


.team {
  padding-bottom: 70px;
}
.team .section-title {
  text-align: left;
  margin-bottom: 50px;
}
.team__item {
  height: 350px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.team__item:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(34, 48, 96, 0.8);
  content: "";
  z-index: -1;
  opacity: 0;
  -webkit-transition: all, 0.5s, ease-out, 0.5s;
  -o-transition: all, 0.5s, ease-out, 0.5s;
  transition: all, 0.5s, ease-out, 0.5s;
}
.team__item:hover:after {
  opacity: 1;
}
.team__item:hover .team__text {
  top: 0;
}
.team__item:hover .team__text .team__title {
  border-bottom: 1px solid rgba(183, 183, 183, 0.2);
  padding: 0 0 26px;
  margin-bottom: 26px;
  opacity: 0;
  visibility: hidden;
  position: relative;
  bottom: initial;
  opacity: 1;
  visibility: visible;
}
.team__item:hover .team__text p {
  top: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease 0.3s;
  -o-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
}
.team__item:hover .team__text .team__social {
  opacity: 1;
  visibility: visible;
  bottom: 34px;
  -webkit-transition: all 0.5s ease 0.5s;
  -o-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}
.team__text {
  height: 100%;
  top: 240px;
  position: relative;
  padding: 35px 30px 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.team__text .team__title {
  border-bottom: 1px solid rgba(183, 183, 183, 0.2);
  padding: 0 0 26px;
  margin-bottom: 26px;
  position: relative;
}
.team__text .team__title h4 {
  color: #fff;
    font-family: "Philosopher", serif;
  font-weight: 700;
  margin-bottom: 6px;
}
.team__text .team__title h4 a{
  color: #fff;
  text-decoration: none;
}

.team__text .team__title h4 a:hover{
  color: #fff;
}
.team__text .team__title span {
  font-size: 15px;
  color: #fff;
}
.team__text p {
  color: #e4e4e4;
  line-height: 26px;
  opacity: 0;
  visibility: hidden;
  position: relative;
  top: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.team__text .team__social {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}
.team__text .team__social a {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  margin-right: 34px;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.team__text .team__social a:last-child {
  margin-right: 0;
}
.team__text .team__social a:hover {
  color: #88c417;
}
@media (max-width: 768px) {
  .team__item {
    height: 350px;
  }
  .team__text {
    padding: 25px 20px 20px;
  }
}

















/**************MEDIA QUERY*************/

@media(max-width: 1024px){
    .header-left ul li{
        padding-right: 5px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 10px 20px !important;
    }
    .slider-section .carousel .carousel-inner .carousel-item .title h5{
        font-size: 60px;
        line-height: 70px;
    }
    img.blog-single{
        height: 400px;
    }
    .app-section h4 {
        font-size: 60px;
        line-height: 80px;
    }
}

@media(max-width: 991px){
    .header-right{
        display: none;
    }
    .slider-section{
        height: 500px;
    }
    .slider-section .carousel .carousel-inner .carousel-item .title h5 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 15px;
    }
    .details-img img,
    .blog-box img{
        height: 180px;
    }
    p.sign-content,
    p.test-content{
        padding-left: 0px;
        padding-right: 0px;
    }
    .service-detail-section img.detail-image{
        height: auto;
    }
    .app-section h4{
        margin-top: 50px;
    }
}

@media(max-width: 768px){
    .slider-section .carousel .carousel-inner .carousel-item .title h5 {
        font-size: 40px;
        line-height: 50px;
    }
    .welcome-section h1{
        font-size: 40px;
        line-height: 40px;
    }
}

@media(max-width: 767px){
    .welcome-left img{
        margin-bottom: 15px;
    }
    .about-right-img{
        margin-top: 10px;
    }
    .welcome-section h4 {
        margin-top: 40px;
    }
    a.btn.btn-read{
        margin-top: 0px;
    }
    .sign-section form input{
        margin-bottom: 20px;
    }
    .sign-section form button.btn.btn-primary{
        margin-top: 10px;
    }
    .details-img img,
    img.blog-single,
    .blog-box img {
        height: auto;
    }
    .app-right img{
        margin-top: 20px;
        max-width: 200px;
        width: 100%;
    }
    .welcome-sections img{
        float: none;
        margin-right: 0px;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .copyright p{
        text-align: left;
        margin-top: 10px;
    }
}

@media(max-width: 600px){
    .clickmenus {
        display: block;
        right: 15px;
        left: unset;
        padding: 11px 19px;
    }
    .welcome-sections h1,
    .member-section h3,
    .app-section h4,
    .contact-body h2,
    .page-banner h1,
    .testimonial-section h4,
    .blog-section h4,
    .product-section h4,
    .sign-section h4,
    .service-section h3,
    .welcome-section h1,
    .slider-section .carousel .carousel-inner .carousel-item .title h5 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .welcome-sections,
    .member-section,
    .app-section,
    .advisory-section,
    .service-detail-section,
    .products-section,
    .faqs-section,
    .contact-body,
    .blog-detail-section,
    .top-footer,
    .testimonial-section,
    .moksha-work-section,
    .blog-section,
    .product-section,
    .sign-section,
    .service-section,
    .welcome-section{
        padding: 30px 0;
    }
    .app-section h4{
        margin-top: 0px;
    }
    .top-footer h4{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    p.sign-content, p.test-content{
        margin-bottom: 15px;
    }
    .sign-section .row.sign-rows{
        padding: 20px 5px;
    }
    .slider-section {
        height: 400px;
    }
    .page-banner,
    .page-banner .overlay{
        height: 300px;
    }
    .app-section .row{
        padding: 20px 5px;
    }
}

@media(max-width: 575px){
    .slider-section {
        height: 350px;
    }
    .slider-section .carousel .carousel-inner .carousel-item .title p {
        font-size: 14px;
        margin-left: 10%;
        margin-right: 10%;
        line-height: 22px;
    }
    .service-box h4{
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .header-left ul li a,
    .header-left ul li span{
        font-size: 12px;
    }
}

@media(max-width: 500px){
    .testimonial-section h4, .blog-section h4, .product-section h4, .sign-section h4, .service-section h3, .welcome-section h1, .slider-section .carousel .carousel-inner .carousel-item .title h5 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    span.year-exp{
        font-size: 26px;
    }
}

@media(max-width: 350px){
    .header-left ul li i{
        margin-right: 0px;
    }
    .header-left ul li{
        padding-right: 0px;
    }
    .navbar-brand img {
        width: 230px;
    }
    span.year-exp {
        font-size: 24px;
    }
}




























