/* Hero section css */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M4.854 1.146a.5.5 0 0 1 0 .708L2.707 4l2.147 2.146a.5.5 0 0 1-.708.708l-2.5-2.5a.5.5 0 0 1 0-.708l2.5-2.5a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M3.146 1.146a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 0 1-.708-.708L5.293 4 3.146 1.854a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.carousel-control-next, .carousel-control-prev{
	opacity:1;
}
.carousel-indicators .active {
  background-color: #f08700; 
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 5px;
}

.carousel-control-next, .carousel-control-prev{
	z-index:99 !important;
	background:transparent;
	border:none;
}
.custom-caption {
  position: absolute;
  left: 0;
  bottom: 20%;
  text-align: left;
  padding-left: 5%;
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.8s ease-in-out;
}

.carousel-item.active .custom-caption {
  opacity: 1;
  transform: translateX(0);
}

.custom-caption {
  position: absolute;
  left: 5%;
  top: 24%;
  text-align: left;
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.8s ease-in-out;
  color: #fff;
  max-width: 90%;
}

.carousel-item.active .custom-caption {
  opacity: 1;
  transform: translateX(0);
}

.custom-caption h2 {
  font-size: 4rem;
  font-weight: 600;
  color: #fff;
  font-family: cursive;
}

.custom-caption p {
  font-size: 1.9rem;
  color: #fff;
}

.animate-start {
  animation: slideIn 0.8s forwards;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 768px) {
  .custom-caption {
    bottom: 10%;
    left: 5%;
  }

  .custom-caption h2 {
    font-size: 1.8rem;
  }

  .custom-caption p {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .custom-caption h2 {
    font-size: 1.5rem;
  }

  .custom-caption p {
    font-size: 0.9rem;
  }
}

/* Our video section */
     .video-card {
            border: 1px solid #ddd;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            background-color: #fff;
        }

        .video-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
        }

        .video-title {
            padding: 10px 15px;
            font-size: 1rem;
            font-weight: 500;
            text-align: center;
            background-color: #f8f9fa;
        }
		
		.vid-head span{
			color:#0068b5;
		}

/* about page */

.vision-section{
	padding: 70px;
}

.vison-content{
    padding: 25px;
    border-radius: 5px;
	position:relative;
	z-index:2;
/* 	border:1px solid #fff; */
}
.vison-content p {
    color: #000;
}
.vison-content .sec-title {
    color: #000;
    margin-bottom: 0px;
}
.vison-content .title-area.mb-35 {
    margin-bottom: 10px;
}
.vision-section img{
	border-radius:10px;
	position:relative;
	z-index:2;
}

.context {
    width: 100%;
    position: absolute;
    top:50vh;
    
}

.context h1{
    text-align: center;
    color: #fff;
    font-size: 50px;
}


.area{
    background: #f8f9fa;  
/*     background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
    width: 100%; */
/*     height:100vh; */
	position:relative;
    
   
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgb(0 104 181 / 93%);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
/*  vision bg animation*/


/* new objective section */
.our-objective {
    padding: 50px 0px;
    background-repeat: repeat;
    position: relative;
    z-index: 1;
	display:none;
}
.our-objective .sec-title{
    text-align: center;
}
.our-objective:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    background-image: url(http://smanik.co.in/merits/wp-content/uploads/2025/07/new-ftfsw.jpg);
    z-index: -1;
    background-size: 700px;
    opacity: 0.7;
}
.objective-item {
    display: flex;
    justify-content: center;
}
.objective-icon {
    width: 85px;
    height: 85px;
    padding: 5px;
    border: 3px solid #0068b5;
    border-radius: 10px;
    margin-right: 20px;
	transition:0.8s ease;
	box-shadow: inset 0px -6px 0px #0068b5;
}
.objective-item:hover .objective-icon{
	    box-shadow: inset 0px -100px 0px #0068b540;
}
/* .objective-item:hover .objective-icon{
	background:#0068b5;
} */
.objective-icon img{
	transition:0.3s ease;
}
/* .objective-item:hover .objective-icon img{
	filter:invert(1);
} */
.objective-content-box {
    text-align: justify;
    padding: 0px 20px 10px 5px;
}
.objetive-title {
    font-size: 22px;
    margin-bottom: 10px;
}


/* new objective section  */
/*8 pillar timeline*/
.ptimeline{
	padding:50px 0px 30px 0px;
}
.timeline-content{text-decoration:none}
.timeline-content:hover{text-decoration:none}
.main-h4 {
  text-align: center;
  margin: 30px 0;
  font-size: 45px;
  font-weight: 600;
}
.main-timeline{position:relative}
.main-timeline:before{content:"";width:5px;height:100%;border-radius:20px;margin:0 auto;background:#242922;position:absolute;top:0;left:0;right:0}
.main-timeline .timeline{display:inline-block;margin-bottom:50px;position:relative}
.main-timeline .timeline:before{content:"";width:20px;height:20px;border-radius:50%;border:4px solid #fff;background:#ec496e;position:absolute;top:50%;left:50%;z-index:1;transform:translate(-50%,-50%)}
.main-timeline .timeline-icon{display:inline-block;width:130px;height:130px;border-radius:50%;border:3px solid #ec496e;padding:13px;text-align:center;position:absolute;top:50%;left:30%;transform:translateY(-50%)}
.main-timeline .timeline-icon i{display:block;border-radius:50%;background:#ec496e;font-size:64px;color:#fff;line-height:100px;z-index:1;position:relative}
.main-timeline .timeline-icon:after,.main-timeline .timeline-icon:before{content:"";width:100px;height:4px;background:#ec496e;position:absolute;top:50%;right:-100px;transform:translateY(-50%)}
.main-timeline .timeline-icon:after{width:70px;height:50px;background:#fff;top:89px;right:-30px}
.main-timeline .timeline-content{width:50%;padding:0 50px;margin:52px 0 0;float:right;position:relative}
.main-timeline .timeline-content:before{content:"";width:70%;height:100%;border:3px solid #ec496e;border-top:none;border-right:none;position:absolute;bottom:-13px;left:35px}
.main-timeline .timeline-content:after{content:"";width:37px;height:3px;background:#ec496e;position:absolute;top:13px;left:0}
.main-timeline .title{font-size:20px;font-weight:600;color:#ec496e;text-transform:uppercase;margin:0 0 5px}
.main-timeline .description{display:inline-block;font-size:16px;color:#404040;line-height:20px;letter-spacing:1px;margin:0}
.main-timeline .timeline:nth-child(even) .timeline-icon{left:auto;right:30%}
.main-timeline .timeline:nth-child(even) .timeline-icon:before{right:auto;left:-100px}
.main-timeline .timeline:nth-child(even) .timeline-icon:after{right:auto;left:-30px}
.main-timeline .timeline:nth-child(even) .timeline-content{float:left}
.main-timeline .timeline:nth-child(even) .timeline-content:before{left:auto;right:35px;transform:rotateY(180deg)}
.main-timeline .timeline:nth-child(even) .timeline-content:after{left:auto;right:0}
.main-timeline .timeline:nth-child(2n) .timeline-content:after,.main-timeline .timeline:nth-child(2n) .timeline-icon i,.main-timeline .timeline:nth-child(2n) .timeline-icon:before,.main-timeline .timeline:nth-child(2n):before{background:#f9850f}
.main-timeline .timeline:nth-child(2n) .timeline-icon{border-color:#f9850f}
.main-timeline .timeline:nth-child(2n) .title{color:#f9850f}
.main-timeline .timeline:nth-child(2n) .timeline-content:before{border-left-color:#f9850f;border-bottom-color:#f9850f}
.main-timeline .timeline:nth-child(3n) .timeline-content:after,.main-timeline .timeline:nth-child(3n) .timeline-icon i,.main-timeline .timeline:nth-child(3n) .timeline-icon:before,.main-timeline
/*.timeline:nth-child(3n):before{background:#8fb800}*/
/*.main-timeline .timeline:nth-child(3n) .timeline-icon{border-color:#8fb800}*/
/*.main-timeline .timeline:nth-child(3n) .title{color:#8fb800}*/
.main-timeline .timeline:nth-child(3n) .timeline-content:before{border-left-color:#8fb800;border-bottom-color:#8fb800}
.main-timeline .timeline:nth-child(4n) .timeline-content:after,.main-timeline .timeline:nth-child(4n) .timeline-icon i,.main-timeline .timeline:nth-child(4n) .timeline-icon:before,.main-timeline .timeline:nth-child(4n):before{background:#2fcea5}
.main-timeline .timeline:nth-child(4n) .timeline-icon{border-color:#2fcea5}
.main-timeline .timeline:nth-child(4n) .title{color:#2fcea5}
.main-timeline .timeline:nth-child(4n) .timeline-content:before{border-left-color:#2fcea5;border-bottom-color:#2fcea5}
@media only screen and (max-width:1200px){.main-timeline .timeline-icon:before{width:50px;right:-50px}
.main-timeline .timeline:nth-child(even) .timeline-icon:before{right:auto;left:-50px}
.main-timeline .timeline-content{margin-top:75px}
}
@media only screen and (max-width:990px){.main-timeline .timeline{margin:0 0 10px}
.main-timeline .timeline-icon{left:25%}
.main-timeline .timeline:nth-child(even) .timeline-icon{right:25%}
.main-timeline .timeline-content{margin-top:115px}
}
@media only screen and (max-width:767px){.main-timeline{padding-top:50px}
.main-timeline:before{left:80px;right:0;margin:0}
.main-timeline .timeline{margin-bottom:70px}
.main-timeline .timeline:before{top:0;left:83px;right:0;margin:0}
.main-timeline .timeline-icon{width:60px;height:60px;line-height:40px;padding:5px;top:0;left:0}
.main-timeline .timeline:nth-child(even) .timeline-icon{left:0;right:auto}
.main-timeline .timeline-icon:before,.main-timeline .timeline:nth-child(even) .timeline-icon:before{width:25px;left:auto;right:-25px}
.main-timeline .timeline-icon:after,.main-timeline .timeline:nth-child(even) .timeline-icon:after{width:25px;height:30px;top:44px;left:auto;right:-5px}
.main-timeline .timeline-icon i{font-size:30px;line-height:45px}
.main-timeline .timeline-content,.main-timeline .timeline:nth-child(even) .timeline-content{width:100%;margin-top:-15px;padding-left:130px;padding-right:5px}
.main-timeline .timeline:nth-child(even) .timeline-content{float:right}
.main-timeline .timeline-content:before,.main-timeline .timeline:nth-child(even) .timeline-content:before{width:50%;left:120px}
.main-timeline .timeline:nth-child(even) .timeline-content:before{right:auto;transform:rotateY(0)}
.main-timeline .timeline-content:after,.main-timeline .timeline:nth-child(even) .timeline-content:after{left:85px}
.main-h4 {
  font-size: 32px;
}

.main-timeline4 .title {
  font-size: 18px !important;
  text-align: left;
}

.main-timeline4 .description {
    font-size: 16px !important;
}

}
@media only screen and (max-width:479px){.main-timeline .timeline-content,.main-timeline .timeline:nth-child(2n) .timeline-content{padding-left:110px}
.main-timeline .timeline-content:before,.main-timeline .timeline:nth-child(2n) .timeline-content:before{left:99px}
.main-timeline .timeline-content:after,.main-timeline .timeline:nth-child(2n) .timeline-content:after{left:65px}
}



.main-timeline4{overflow:hidden;position:relative}
.main-timeline4:before{content:"";width:5px;height:85%;background:#333;position:absolute;top:74px;left:50%;transform:translateX(-50%)}
.main-timeline4 .timeline-content:before,.main-timeline4 .timeline:before{top:50%;transform:translateY(-50%);content:""}
.main-timeline4 .timeline{width:50%;padding-left:100px;float:right;position:relative}
.main-timeline4 .timeline:before{width:20px;height:20px;border-radius:50%;background:#fff;border:5px solid #333;position:absolute;left:-10px}
.main-timeline4 .timeline-content{display:block;padding-left:150px;position:relative}
.main-timeline4 .timeline-content:before{width:90px;height:10px;border-top:7px dotted #333;position:absolute;left:-92px}
.main-timeline4 .year{display:inline-block;width:120px;height:120px;line-height:100px;border-radius:50%;border:10px solid #0068b5;font-size:30px;color:#0068b5;text-align:center;box-shadow:inset 0 0 10px rgba(0,0,0,.4);position:absolute;top:0;left:0}
.main-timeline4 .year:before{content:"";border-left:20px solid #0068b5;border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;bottom:-13px;right:0;transform:rotate(45deg)}
.main-timeline4 .inner-content{padding:20px 0}
.main-timeline4 .title{font-size:24px;font-weight:600;color:#0068b5;margin:0 0 5px}
.main-timeline4 .description{font-size:16px;margin:0 0 5px; text-align: justify; }
.main-timeline4 .timeline:nth-child(2n){padding:0 100px 0 0}
.main-timeline4 .timeline:nth-child(2n) .timeline-content:before,.main-timeline4 .timeline:nth-child(2n) .year,.main-timeline4 .timeline:nth-child(2n):before{left:auto;right:-10px}
.main-timeline4 .timeline:nth-child(2n) .timeline-content{padding:0 150px 0 0}
.main-timeline4 .timeline:nth-child(2n) .timeline-content:before{right:-92px}
.main-timeline4 .timeline:nth-child(2n) .year{right:0}
.main-timeline4 .timeline:nth-child(2n) .year:before{right:auto;left:0;border-left:none;border-right:20px solid #f08700;transform:rotate(-45deg)}
.main-timeline4 .timeline:nth-child(2){margin-top:110px}
.main-timeline4 .timeline:nth-child(odd){margin:-110px 0 0}
.main-timeline4 .timeline:nth-child(even){margin-bottom:80px}
.main-timeline4 .timeline:first-child,.main-timeline4 .timeline:last-child:nth-child(even){margin:0}
.main-timeline4 .timeline:nth-child(2n) .year{border-color:#f08700;color:#f08700}
.main-timeline4 .timeline:nth-child(2) .year:before{border-right-color:#f08700}
.main-timeline4 .timeline:nth-child(2n) .title{color:#f08700}
/*.main-timeline4 .timeline:nth-child(3n) .year{border-color:#deb533;color:#deb533}*/
/*.main-timeline4 .timeline:nth-child(3) .year:before{border-left-color:#deb533}*/
/*.main-timeline4 .timeline:nth-child(3n) .title{color:#deb533}*/
.main-timeline4 .timeline:nth-child(4n) .year{border-color:#f08700;color:#f08700}
.main-timeline4 .timeline:nth-child(4) .year:before{border-right-color:#f08700}
.main-timeline4 .timeline:nth-child(4n) .title{color:#f08700}
@media only screen and (max-width:1200px){.main-timeline4 .year{top:50%;transform:translateY(-50%)}
}
@media only screen and (max-width:990px){.main-timeline4 .timeline{padding-left:75px}
.main-timeline4 .timeline:nth-child(2n){padding:0 75px 0 0}
.main-timeline4 .timeline-content{padding-left:130px}
.main-timeline4 .timeline:nth-child(2n) .timeline-content{padding:0 130px 0 0}
.main-timeline4 .timeline-content:before{width:68px;left:-68px}
.main-timeline4 .timeline:nth-child(2n) .timeline-content:before{right:-68px}
}
@media only screen and (max-width:767px){.main-timeline4{overflow:visible}
.main-timeline4:before{height:100%;top:0;left:0;transform:translateX(0)}
.main-timeline4 .timeline:before,.main-timeline4 .timeline:nth-child(2n):before{top:60px;left:-9px;transform:translateX(0)}
.main-timeline4 .timeline,.main-timeline4 .timeline:nth-child(even),.main-timeline4 .timeline:nth-child(odd){width:100%;float:none;text-align:center;padding:0;margin:0 0 10px}
.main-timeline4 .timeline-content,.main-timeline4 .timeline:nth-child(2n) .timeline-content{padding:0}
.main-timeline4 .timeline-content:before,.main-timeline4 .timeline:nth-child(2n) .timeline-content:before{display:none}
.main-timeline4 .timeline:nth-child(2n) .year,.main-timeline4 .year{position:relative;transform:translateY(0)}
.main-timeline4 .timeline:nth-child(2n) .year:before,.main-timeline4 .year:before{border:none;border-right:20px solid #0068b5;border-top:10px solid transparent;border-bottom:10px solid transparent;top:50%;left:-23px;bottom:auto;right:auto;transform:rotate(0)}
.main-timeline4 .timeline:nth-child(2n) .year:before{border-right-color:#f08700}
/*.main-timeline4 .timeline:nth-child(3n) .year:before{border-right-color:#a20e0e}*/
.main-timeline4 .timeline:nth-child(4n) .year:before{border-right-color:#f08700}
.main-timeline4 .inner-content{padding: 10px 10px 10px 20px}
}

/*end*/

/* new objective section end */









/*  Our team */
.team-pg-section {
    padding: 50px 0px;
position:relative;
	display:none;
}
.team-pg-section:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #fefcf9;
    z-index: -1;
background-image: linear-gradient(rgb(101 206 236 / 62%), rgb(101 206 236 / 66%)), url(http://smanik.co.in/merits/wp-content/uploads/2025/07/team-bg.png);
    background-position: top;
    background-size: contain;
}
.our-team{
    text-align: center;
    margin-bottom: 50px;
    position: relative;
	cursor:pointer;
}
.our-team:after{
    content: "";
    width: 100%;
    height: 100%;
	background:#0068b5;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
    transform: scale(0);
    transition: all 0.5s ease 0s;
}
.our-team:hover:after{
    transform: scale(1);
}
.our-team img{
    width: 100%;
    height: auto;
}
.our-team .team-content{
    width: 75%;
    background: #fff;
    padding: 30px 0;
    margin: 0 auto;
    border: 1px solid #eee;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.our-team .title{
    font-size: 16px;
    font-weight: 700;
    color: #444;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.our-team .post{
    display: block;
    font-size: 18px;
    color: #0068b5;
    text-transform: capitalize;
	font-weight:500;
}
.our-team .social{
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s ease 0s;
}
.our-team:hover .social{
    opacity: 1;
    transform: scale(1);
}
.our-team .social li{
    display: inline-block;
    transition: all 0.5s ease 0s;
}
.our-team:hover .social li{
    margin: 20px 4px 0;
}
.our-team .social li a{
    display: block;
    width: 30px;
    height: 30px;
    background: #2e5077;
    font-size:15px;
    font-weight: 600;
    color: #d7e8ba;
    line-height: 30px;
    transition: all 0.5s ease 0s;
}
.our-team .social li a:hover{
    background: #4da1a9;
    color: #fff;
}
@media only screen and (max-width:990px){
    .our-team{ margin-bottom: 80px; }
}


/* new team section */
.mantorsec {
    background: #f8f9fa;
    padding: 50px 0px 40px;
    position: relative;
    z-index: 9;
}
.mantorsec h2 {
    margin-bottom: 45px;
    text-align: center;
}
.mentor-card {
    text-align: center;
}
.mentor-card img{
    border: 4px solid #f3c78f;
    width: 380px;
    border-radius: 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
	.mentor-image {
		margin-bottom: 15px;
	}

	.mentor-name {
		font-size: 26px;
		margin-bottom: 10px;
		color: #333131;
		margin-top: 10px;
	}

.mentor-description {
	font-size: 18px;
    color: #4e4e4e;
    font-weight: 500;
}
@media(min-width: 200px) and (max-width: 767px){
	.mantorsec{
		padding: 30px 0px 20px;
	}
    .mentor-card {
        min-height: auto;
        margin-bottom: 40px;
    }
    .main-timeline4 .year {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 65px;
    }
	.mentor-card img{
		width:310px;
	}
	.mentor-name{
		font-size:24px;
	}
}

/* new team section */




/* service page code */

/* .leftside {
       background-size: cover;
    background-image: url(http://smanik.co.in/merits/wp-content/uploads/2025/07/service-bg-1-scaled.jpg);
	background-position:right;
} */
.service1-section-area{
    position: relative;
    z-index: 1;
}
/* #course-sec:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #0068b57a;
    top: 0px;
    z-index: -1;
	
} */
.sp1 {
    padding: 60px 0 50px;
}
#course-sec h2{
	margin-bottom:95px;
}
.service1-section-area .service-auhtor-boxarea {
z-index: 1;
    transition: all 0.4s;
    background: #071b36;
    border-radius: 4px;
    margin-bottom: 90px;
    cursor: pointer;
    min-height: 380px;
    box-shadow: rgb(255 255 255 / 20%) 0px 8px 24px;
    position: relative;
}
.leftside .service-auhtor-boxarea{
/*     background: #f3f5f7; */
}
/* .service1-section-area .service-auhtor-boxarea .img-service-box {
    height: 100%;
    width: 100%;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
    position: relative;
    z-index: 1;
} */
.service1-section-area .service-auhtor-boxarea .img-service-box {
top: -57px;
    width: 110px;
    height: 110px;
    padding: 12px;
    border: 8px solid #e9b66b;
    border-radius: 50%;
    margin: auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: white;
}
.service1-section-area .service-auhtor-boxarea .img-service-box img {
    height: 100%;
    width: 100%;
    border-radius: 4px 4px 0 0;
    transition: all 0.4s;
}
.service1-section-area .service-auhtor-boxarea:hover .img-service-box img{
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}
.service1-section-area .service-auhtor-boxarea .img-service-box::after{
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    transition: all 0.4s;
    background: #e9b66b;
    opacity: 0.5;
    left: 0;
    top: 0;
}
.service1-section-area .service-auhtor-boxarea:hover .img-service-box::after{
    height: 100%;
    transition: all 0.4s;
}
.service1-section-area .service-auhtor-boxarea .content-area {
	transition: all 0.4s;
    z-index: 1;
    margin-top: -37px;
    top: 60px;
    text-align: center;
    padding: 0px 20px 30px 20px;
}
.readmore-wrapper {
    position: absolute;
    width: 100%;
    bottom: 19px;
    left: 0px;
}
.service1-section-area .service-auhtor-boxarea .content-area h3{
    font-size: 24px;
    color: #e9b66b;
    font-weight: 700;
    height: 75px;
    width: 75px;
    text-align: center;
    line-height: 75px;
    background: rgb(6 4 4);
    border-radius: 50%;
    transition: all 0.4s;
    margin: 0 auto;
    margin-top: -100px;
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
}
/* .service1-section-area .service-auhtor-boxarea:hover .content-area h3 {
    background: #fff;
    transition: all 0.4s;
    color: #060404;
} */
.service1-section-area .service-auhtor-boxarea .content-area a{
    font-size: 22px;
    line-height: 28px;
    display: inline-block;
    color: #e9b66b;
    font-weight: 700;
    margin-bottom: 16px;
    transition: all 0.4s;
}
/* .service1-section-area .service-auhtor-boxarea:hover .content-area a {
    color: #fff;
    transition: all 0.4s;
} */
.service1-section-area .service-auhtor-boxarea .content-area p {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    transition: all 0.4s;
}
/* .service1-section-area .service-auhtor-boxarea:hover .content-area p {
    color: #fff;
    transition: all 0.4s;
    opacity: 0.8;
} */
.service1-section-area .service-auhtor-boxarea .content-area a.readmore {
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 24px;
    font-weight: 500;
    transition: all 0.4s;
	color: #071b36;
    transition: all 0.4s;
    padding: 15px 18px;
    border-radius: 5px;
}
.service1-section-area .service-auhtor-boxarea .content-area a.readmore:hover{
	color:#e9b66b;
}
.service1-section-area .service-auhtor-boxarea .content-area a.readmore i {
    margin-left: 4px;
    transform: rotate(-45deg);
}
/* .service1-section-area .service-auhtor-boxarea:hover .content-area .readmore {
    color: #fff;
    transition: all 0.4s;
	 background: #000;
    display: inline-block;
    padding: 15px 25px;
    border-radius: 5px;
} */
/* .service1-section-area .service-auhtor-boxarea .content-area::after{
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    transition: all 0.4s;
    background: #0068b5;
    z-index: -1;
    border-radius: 0 0 4px 4px;
} */
/* .service1-section-area .service-auhtor-boxarea:hover .content-area::after {
    height: 100%;
    transition: all 0.4s;
} */
@media(max-width:768px){
	.vision-section{
		padding:30px 0px 50px!important;
	}
	.vison-content{
		margin-bottom:20px;
	}
	.service1-section-area .service-auhtor-boxarea .content-area{
		min-height:auto;
	}
	
	.objective-item {
    flex-wrap: wrap;
    border: 2px solid #cccbcb;
    margin-bottom: 15px;
    padding: 25px 15px 0px 15px;
    border-radius: 5px;
}
	.objetive-title {
    margin-bottom: 10px;
    margin-top: 25px;
}
	.objective-content-box {
    text-align: center;
    padding: 0px;
}
}


/* blog listing page */
.blog-listing-section {
    padding: 50px 0px;
}
.blog-listing-section .blog-single .blog-img{
	margin-bottom:0px;
	position: relative;
	max-height:280px;
	overflow:hidden;
}
.blog-listing-section .blog-img:before {
    position: absolute;
    content: "";
    background: #f08700;
    width: 100%;
    height: 0;
    opacity: 0.4;
	transition:0.3s ease;
}
.blog-listing-section .blog-single:hover .blog-img img{
	    transform: scale(1.05);
}
.blog-listing-section .blog-single:hover .blog-img:before{
	height:100%;
}
.blog-listing-section .blog-single{
	padding:0px;
	margin:0px;
	transition:all 0.4s;
	min-height:540px;
}
.blog-listing-section .blog-single{
	       box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.blog-listing-section .blog-single .blog-title{
	font-size:25px;
	position: absolute;
    top: -58px;
    left: 15px;
    right: 15px;
    background: #0068b5;
    padding: 15px 10px;
    border-radius: 5px;
	min-height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
	transition:0.3s ease;
	z-index:5;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.blog-listing-section .blog-single .blog-title:hover {
	background:#f08700;
}
.blog-listing-section .blog-single .blog-title a{
	transition:0.3s ease;
	color:#fff;
}
.blog-listing-section .blog-single .blog-title a:hover{
	color:#fff;
}
.blog-listing-section .link-btn{
	background: #0068b5;
    padding: 15px 20px;
    color: #fff;
    border-radius: 5px;
	transition:0.3s ease;
	position:relative;
	overflow:hidden;
}
.blog-listing-section .link-btn:before{
	content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 600%;
    background-color: #f08700;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(60deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(60deg);
    transform: translateX(-50%) translateY(-50%) rotate(60deg);
    z-index: -1;
    -webkit-transition: 0.7s ease;
    transition: 0.7s ease;
}
.blog-listing-section .link-btn:hover:before{
	height: 560%;
}
.blog-listing-section .link-btn i{
	transition:0.3s ease;
	transform: rotate(-50deg);
}
.blog-listing-section .blog-single:hover .link-btn i{
	padding-left:10px;
}
.blog-listing-section .blog-single .blog-content{
	padding:55px 20px 25px 20px;
	text-align:center;
	overflow: inherit;
	transition:all 0.4s;
}

/* blog details page */
.blog-details-pg {
    padding: 60px 0px;
    background-image: url(http://smanik.co.in/merits/wp-content/uploads/2025/06/blog-detail-bg.jpg);
    background-size: contain;
    position: relative;
}
section.th-blog-wrapper.blog-details.blog-details-pg:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: white;
    top: 0px;
    opacity: 0.9;
}
.blog-details-pg{
	padding:60px 0px;
}
.blog-details-pg .blog-content{
	    padding: 0px 20px 20px;
}
.blog-details-pg .blog-single{
	padding:0px;
}
.blog-details-pg .blog-single {
    background-color: #fff!important;
}

section.space-top p {
    text-align: justify;
}

@media(max-width: 768px){
	section.space-top p {
    padding: 10px 20px;
}
	aside.bg-light {
    display: none;
}
	.blog-listing-section .blog-single{
		margin-bottom:30px;
	}
}

.service-form {
    background: url('http://smanik.co.in/merits/wp-content/uploads/2025/06/elegant-round-shape-modern-background-presentation_1017-50072.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.ranked-para{
	margin-bottom: 0px;
    text-align: center;
}
/* new service page design */
.service-wrapper {
/*     background-image: url(http://smanik.co.in/merits/wp-content/uploads/2025/07/black-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat; */
	position:relative;

}
/* .service-wrapper:after {
    position: absolute;
    content: "";
    top: 0px;
    bottom: 0px;
    right: 0px;
    height: 100%;
    left: 0px;
    background-image: url(http://smanik.co.in/merits/wp-content/uploads/2025/07/new-ftfsw.jpg);
    z-index: -1;
    opacity: 1;
} */
.banner-box {
    background-image: url(http://smanik.co.in/merits/wp-content/uploads/2025/07/1-2.jpg);
    background-size: cover;
    background-position: top;
    padding: 90px 0px 30px;
	max-height: 600px;
    height: 500px;
}
.content-wrapper {
/* 	position: relative;
    top: 50%; */
	max-width: 970px;
}
.content-wrapper .th-btn{
	margin-top:15px;
}
.service-banner-head {
    color: #fff;
	font-size: 60px;
}
.banner-box h4 {
    color: #fff;
    font-size: 20px;
}
.banner-box p{
    color: #fff;
}
.ng-service-detail p,
.ng-service-detail li,
.ng-service-detail a{
	font-family: 'Jost', sans-serif;
    font-size: 17px;
	font-weight:500;
}
.what-help-ul li p {
    margin-bottom: 0px;
}
.ng-service-detail ul li {
    margin-bottom: 15px;
	position: relative;
}
.ng-service-detail {
    padding: 30px 0px;
/* 	background: rgba(255, 255, 255, 0.2); */
	position:relative;
}
.ng-service-detail:after {
/*     position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    bottom: 0px;
    z-index: -1;
    background-image: url(http://smanik.co.in/merits/wp-content/uploads/2025/07/BG.png);
    background-position: center;
    opacity: 0.6;
    background-size: contain; */
	
	position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    bottom: 0px;
    z-index: -1;
    background-image: url(http://smanik.co.in/merits/wp-content/uploads/2025/07/svg-image-1.svg);
    background-position: center;
    opacity: 0.04;
    background-size: contain;
    background-repeat: no-repeat;
}
.ng-service-detail h3 {
	font-size: 30px;
	color: #000 !important;
}
.ng-service-detail ul li,
.ng-service-detail ul li p,
.ng-service-detail h3{
	color:#4d5765;
}
.ng-service-detail ul {
    list-style-type: none;
}
ul.what-help-ul li p:nth-child(1) {
    color: #0068b5;
}
.ng-service-detail .col-md-6 {

}
.ng-service-detail .service-inner-box{
	border: 1px solid #bebebe;
    padding: 25px 15px;
    margin: 0px;
    border-radius: 5px;
	height:100%;
	margin: 8px;
}
.ng-service-detail ul li:before {
    content: "\f00c";
    position: absolute;
    font-family: Font Awesome\ 6 Pro;
    left: -25px;
	font-weight:bold;
}


/* new service testing  */
.service-detail-sec2{
	padding: 50px 0px;
/*     background: #f0f0f0; */
	position: relative;
}
section.service-detail-sec2:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    background-image: url(http://smanik.co.in/merits/wp-content/uploads/2025/07/ptrn.png);
    z-index: -1;
    opacity: 0.7;
}
.service-content-item {
    padding: 25px 20px 15px;
    border: 1px solid gray;
    border-radius: 5px;
    min-height: 365px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: white;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	position:relative;
	transition:0.3s linear;
	z-index:1
}
.service-img-icon {
    width: 80px;
    height: 80px;
    border: 1px solid;
    border-radius: 50px;
    line-height: 80px;
    margin-bottom: 18px;
	transition:0.3s linear;
}
.service-img-icon img {
    width: 55px;
	transition:0.3s linear;
}
.service-content-item h4 {
    font-size: 20px;
    color: #0068b5;
	transition:0.3s linear;
}
.service-content-item p {
    text-align: justify;
	transition:0.3s linear;
}

.our-advantage-sec {
    padding: 50px 0px;
	background: #f6f6f6;
}
.advantage-content h3 {
    margin-bottom: 25px;
	transition:0.3s ease;
}
.advantage-content p{
	transition:0.3s ease;
}
.advante-ul{
    list-style: none;
}
.advante-ul li {
    position: relative;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 500;
}
.advante-ul li:before {
    content: "\f00c";
    position: absolute;
    font-family: Font Awesome\ 6 Pro;
    left: -25px;
    font-weight: bold;
}
.advantage-img-box img {
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


.service-detail-sec2 .service-content-item:before {
    position: absolute;
    content: "";
    width: 50%;
    top: 0;
    left: 0px;
	width:0%;
    bottom: 0px;
    background: #0068b5;
	transition:0.3s linear;
	z-index:-1;
}
.service-detail-sec2 .service-content-item:hover h4{
	color:#fff;
}
.service-detail-sec2 .service-content-item:hover p{
	color:#fff;
}
.service-detail-sec2 .service-content-item:hover .service-img-icon{
	border:1px solid #fff;
}
.service-detail-sec2 .service-content-item:hover .service-img-icon img{
	filter:invert(1);
}
.service-detail-sec2 .service-content-item:hover:before{
	   width:50%;
}
.service-content-item:after{
    position: absolute;
    content: "";
    top: 0px;
    right: 0;
	height:100%;
	width:0%;
    bottom: 0;
    background: #0068b5;
	transition:0.3s linear;
	z-index:-1;
}
.service-detail-sec2 .service-content-item:hover:after{
	 width:50%;
}
.service-detail-sec2 .service-content-item:hover h4,
.service-detail-sec2 .service-content-item:hover p{
	color:#fff;
}
.service-detail-sec2 .service-content-item:hover .service-img-icon{
	border:1px solid #fff;
}
.service-detail-sec2 .service-content-item:hover .service-img-icon img{
	filter:invert(1);
}





.service-detail-sec3{
	padding: 50px 0px;
/*     background: #f0f0f0; */
	position: relative;
}
section.service-detail-sec3:after {
position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    background-image: url(http://smanik.co.in/merits/wp-content/uploads/2025/07/merit-bg-3.png);
    z-index: -1;
    opacity: 0.89;
}
.service-detail-sec3 .service-content-item{
	position:relative;
	transition:0.3s ease;
	cursor:pointer;
	z-index:1;
}
.service-detail-sec3 .service-content-item:before {
    position: absolute;
    content: "";
    width: 50%;
    top: 0;
    left: 0px;
	width:0%;
    bottom: 0px;
    background: #0068b5;
	transition:0.3s linear;
	z-index:-1;
}
.service-detail-sec3 .service-content-item:hover:before{
	   width:50%;
}
.service-content-item:after{
    position: absolute;
    content: "";
    top: 0px;
    right: 0;
	height:100%;
	width:0%;
    bottom: 0;
    background: #0068b5;
	transition:0.3s linear;
	z-index:-1;
}
.service-detail-sec3 .service-content-item:hover:after{
	 width:50%;
}
.service-detail-sec3 .service-content-item:hover h4,
.service-detail-sec3 .service-content-item:hover p{
	color:#fff;
}
.service-detail-sec3 .service-content-item:hover .service-img-icon{
	border:1px solid #fff;
}
.service-detail-sec3 .service-content-item:hover .service-img-icon img{
	filter:invert(1);
}
/* new service testing  */


/* why choose us */
.nw-why-choose{
	padding:50px 0px;
}
.why-choose-title{
    max-width: 1000px;
    margin: auto;
	text-align:center;
	margin-bottom:35px;
}
.why-choose-itm {
    padding: 20px 25px 0px;
    min-height: 270px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	transition:0.4s ease;
	position:relative;
}
.why-choose-itm:after{
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	bottom:100%;
	right:0px;
	background: #0068b5;
	z-index:-1;
	transition:0.4s linear;
	
}
.why-choose-itm:hover:after{
	bottom:0%;
}
.why-choose-itm:hover{
	transform: translateY(-10px);
}
.why-choose-icon {
    display: inline-block;
    width: 75px;
    height: 75px;
}
.why-choose-icon img{
	transition:0.3s ease;
}
.why-choose-itm:hover .why-choose-icon img {
    filter: invert(1);
}
.whychoose-content h4 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 5px;
}
.why-choose-itm:hover .whychoose-content h4{
	    color: #fff;
}
.whychoose-content p {
	transition:0.3s ease;
}
.why-choose-itm:hover .whychoose-content p {
    color: #fff;
}
.youtube-vid iframe{
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.youtube-vid iframe{
	transition:0.3s linear;
}
.youtube-vid iframe:hover{
	transform: translateY(-10px);
}
.g-map iframe{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


/* new services tab section */
.tab-service-sec{
	padding:50px 0px;
}
#pills-tab {
    justify-content: center;
    gap: 15px;
}
#pills-tab .nav-item button {
    border-radius: 50px;
    border: none;
    background: #0068b5;
    padding: 6px 20px;
    font-weight: 500;
    color: #fff;
	transition:0.3s ease;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#pills-tab .nav-item button:hover{
    background: #f08700;
    color: #f5f5f5 !important;
}
#pills-tabContent {
    padding: 40px 20px;
    border-radius: 25px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-top: 50px;
	margin-left:50px;
	margin-right:50px;
}

.tab-content h2 {
    font-size: 35px;
}

.tab-content p {
    margin-bottom: 14px;
}
.tab-content .th-btn {
    padding: 15px;
    margin-top: 20px;
}
#pills-tab .nav-item button.active {
    background: #f08700;
    color: #f5f5f5 !important;
}


/* new service detail page css*/
.service-th-bg{
	background: #f3f2f2;
}
.service-banner-sec{
	padding:50px 0px;
	background:#f3f2f2;
}
.banner-left-content h1{
	font-size:50px;
}
.banner-subheading{
	font-size: 20px;
    color: #0068b5;
}
.wlth-frm-wrk h3 {
    font-size: 30px;
    margin-top: 20px;
}
.wlth-frm-wrk p {
    margin-bottom: 15px;
}
.wlth-frm-wrk ul {
    list-style-type: none;
    padding-left: 0px;
}
.what-we-help-sec{
	padding:50px 0px;
}
.service-pg-frm {
    padding: 50px 0px;
}
.serv-frm {
    max-width: 800px;
    margin: auto;
}
.service-pg-frm .serv-frm textarea{
	min-height:160px!important;
}

.alg-hlp-sec{
	padding-bottom:25px;
}

.what-we-help-sec .sec-title{
	font-size:40px;
}
.wht-help-item {
    padding: 25px 15px 10px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius:10px;
	min-height: 320px;
	transition:0.2s ease;
	margin-top: 10px;
	margin-bottom:18px;
}
.alg-hlp-sec .wht-help-item{
	min-height: 270px;
}
.wht-help-item:hover{
	background:#f3faff;
}
.wht-help-item img {
    width: 75px;
}
.wht-help-item h4 {
    font-size: 20px;
    margin: 15px 0px 10px;
}

/* goal base financial */
.goal-bs-hlp .wht-help-item{
	min-height:295px;
}
.wlth-gro-sec .wht-help-item{
	min-height:295px;
}
/* end goal base */

.custom-table tr th, .custom-table tr td {
    padding: 10px 20px;
    border: 1px solid #8a8989;
}
.alg-trd-tbl{
	width:80%;
}
.alg-trd-tbl th{
	font-size:20px;
	color:#fff;
}
.mf-tbody th{
    font-size: 16px;
    color: #000;
}
.mf-tble-sec {
    padding: 50px 0px 40px;
}
.strat-use ul{
	list-style:none;
	padding-left:0px;
}
.wht-unlock-sec {
    padding: 50px 0px;
}
.dub-why-wrk{
	padding:50px 0px;
	background: #f8f9fa;
}

.our-adv-sec{
	padding:50px 0px;
	background:#f3f2f2;
}
.adv-content h2{
	margin-bottom: 25px;
    transition: 0.3s ease;
	font-size:40px;
}
.adv-content ul li{
	position: relative;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 500;
}
/* End new service detail page css*/
.wlth-outcome h3 {
    font-size: 30px;
    margin-top: 30px;
}
.wlth-outcome p {
    margin-bottom: 8px;
}
.unlist-hw p{
	font-size:17px;
}
.insur-why-ch p {
    margin-bottom: 8px;
}
.insur-why-ch h5 {
	margin-top: 20px;
    margin-bottom: 8px;
}
.header-button .th-btn {
    background: transparent;
    color: #000;
    border: 2px solid #f08700;
	box-shadow:none;
	font-family: "Poppins", sans-serif;
    text-transform: capitalize;
	font-size: 16px;
    font-weight: 600;
}
.header-button .th-btn:hover{
	color:#fff;
}
.header-button .th-btn:before{
	background-color: #0068b5;
}

.header-button .th-btn:hover:before{
	    background-color: #0068b5;
}
.hm-pg h2 {
    margin-bottom: 40px;
}
.dub-why-wrk p {
    margin-bottom: 10px;
}
.custom-table {
	text-align:center;
}
.youtube-vid iframe{
    max-height: 400px;
    margin-bottom: 15px;
}

@media(max-width:768px){
	#pills-tab li.nav-item{
		width:47%;
	}
	#pills-tabContent{
		margin-left:0px;
		margin-right:0px;
	}
	#dubai-nav{
		width:100%!important;
	}
	#pills-tab li.nav-item button{
		padding: 10px 30px;
		font-size: 14px;
    	line-height: 20px;
	}
	.tab-content h2 {
    font-size: 28px;
    margin-top: 15px;
}
	.why-choose-itm{
		margin-bottom:15px;
	}
	.banner-box{
		padding: 30px 0px 0px;
		height:510px;
	}
	
	.ng-service-detail .service-inner-box{
		height:auto;
	}
	.alg-hlp-sec .wht-help-item{
	min-height: auto;
}
	.service-banner-head{
		font-size:45px;
	}
	.ng-service-detail {
    padding: 10px 0px;
}
	.ng-service-detail h3 {
    font-size: 22px;
}
	.service-banner-sec{
		padding:30px 0px;
	}
	.banner-left-content h1 {
    font-size: 35px;
}
	.banner-subheading {
    font-size: 18px;
    line-height: 28px;
}
	.what-we-help-sec{
    padding: 40px 0px 20px;
}
	.our-adv-sec {
		padding: 40px 0px 20px;
	}
	.feat-comp{
		padding-top:0px;
	}
	.wht-help-item{
		margin-bottom:15px;    
		min-height: auto;
	}
	.goal-bs-hlp .wht-help-item {
    min-height: auto;
}
.wlth-gro-sec .wht-help-item{
	min-height:auto;
}
	.unlist-hw p{
		margin-bottom:8px;
	}
	.wht-unlock-sec {
    padding: 0px 0px 30px;
}
	.dub-why-wrk {
		padding: 30px 0px 20px;
	}

	.alg-trd-tbl{
		width:100%;
	}
	.alg-trd-tbl th {
    font-size: 16px;
}
	.custom-table tr th, .custom-table tr td {
    padding: 10px 13px;
}
	.what-we-help-sec .sec-title,
	.adv-content h2 {
    font-size: 28px;
}
	.adv-content h2{
    	margin-top: 30px;
	}
	.carousel-indicators{
		bottom:-20px;
	}
	.why-merit-rw {
    padding: 0px 10px;
}
	.why-merit-rw .col-6 {
    padding: 5px;
}
	.vid-head{
		margin-bottom:25px!important;
	}
	.youtube-vid iframe{
    margin-bottom: 15px;
}
	.hm-pg h2 {
    margin-bottom: 20px;
}
	.nw-why-choose {
    padding: 40px 0px;
}
	.widget-area {
		padding-top: 50px;
	}
	.category-card{
		margin-top:10px;
	}
	.th-social {
    margin-bottom: 35px;
}
	.hm-pg .my{
		margin:30px 0px;
	}
	#contact-sec .mb-30{
		margin-bottom:10px;
	}
}
.owl-carousel .owl-item img {
    border: 1px solid #c5c1c18a;
    border-radius: 5px;
    padding: 5px;
    background: #fff;
}
.owl-nav {
    margin-top: 15px;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    background: #0068b5 !important;
    margin: 5px;
    font-size: 28px !important;
    color: #fff !important;
    overflow: hidden;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover{
	background:#f08700!important;
}
.client-logo .slick-slide {
    border: 1px solid #0000006b;
/*     width: 250px !important; */
    margin: 10px;
    border-radius: 5px;
}
.footer-wrap p {
    color: #fff;
}
	.contact-det h3, .contact-det p {
    margin-bottom: 10px;
}

textarea.form-control {
    min-height: calc(4.8em + .75rem + 2px) !important;
}
.contact-feature:hover{
	transform: translateX(10px);
}
.tt {
    display: none;
}
