.header-top-lp2 {
    padding-top: 20px;
    padding-bottom: 65px;
    background: #104ba0;
    position: relative;
}
.header-top-lp2 .container {
	max-width: 1620px;
	margin: 0 auto;
	padding: 0 15px;
}
.header-top-lp2 .textwidget, .header-top-lp2 .widget{
    padding: 0;
    margin: 0;
    background: transparent;
}
.header-top-lp2 .custom-html-widget{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.header-top-lp2 ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-top-lp2 li{
    display: inline-block;
}

.page-template-landing-page2 .site-header .navbar-collapse {
	margin-top: 0;
}
.page-template-landing-page2 .contact-right{
    display: none;
}
.page-template-landing-page2 .site-header{
    padding: 0px 0;
    background: transparent;
}

.page-template-landing-page2 .row{
    margin: 0;
}
.header-top-lp2 a, .header-top-lp2 li {
	color: #fff;
	text-decoration: none;
    transition: .3s linear;
    font-weight: 400;
}
.page-template-landing-page2 header #menu-menu-1{
    align-items: center;
}
.page-template-landing-page2 header #menu-menu-1 > li > .nav-link {
	padding-top: 0;
	padding-bottom: 0;
	font-weight: 400;
	padding-left: 8px;
	padding-right: 8px;
}
.page-template-landing-page2 header .navbar{
    align-items: center;
}
.page-template-landing-page2 header .container-fluid {
	max-width: 1440px;
	padding: 10px 60px;
	margin-top: -44px;
	background: #fff;
	transition: .3s all;
}
.page-template-landing-page2 .site-header.sticky .container-fluid {
	margin-top: 0;
	max-width: 100%;
}
.page-template-landing-page2 header .logo img {
	max-width: 210px;
}
.page-template-landing-page2 header .col-md-12 {
	padding: 0;
}
.page-template-landing-page2 header #menu-menu-1 > li.book-btn > .nav-link{
    padding: 10px 28px;
    border-radius: 5px;
    background-image: linear-gradient(to bottom, #81027f, #860b84, #871085, #90148e, #971c95, #a527a3);
    position: relative;
    z-index: 1;
    border: 0;
}
.page-template-landing-page2 header #menu-menu-1 > li.book-btn > .nav-link::before{
    position: absolute;
    content: "";
    background: #104ba0;
    width: 0;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: .5s all;

}
.page-template-landing-page2 header #menu-menu-1 > li.book-btn > .nav-link:hover::before{
    background: #104ba0;
    border-radius: 5px;
    width: 100%;
}

.header-top-lp2 a i, .header-top-lp2 li i {
	background-image: linear-gradient(to bottom, #01aeef, #0dabe7, #17a5db, #1b9ecf, #1e98c6, #2495bf);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-right: 10px;
	transition: .3s all;
    vertical-align: middle

}
.header-top-lp2 .lp2-left li{
    margin-right: 40px;
}
/* .header-top-lp2 .lp2-right li{
    margin-left: 40px;
} */
.header-top-lp2 a:hover, .header-top-lp2 li:hover{
    text-decoration: none;
    color: #00aeef;
}
.header-top-lp2 .container {
    max-width: 1800px !important;
    margin: 0 auto;
    padding: 0 15px;
}
.header-top-lp2 .lp2-right li a:hover i {
	-webkit-text-fill-color: #00aeef;
}
.header-top-lp2 .lp2-right li a i {
	font-size: 18px;
}

.page-template-landing-page2 .vc_column-inner{
    padding-top: 0 !important;
}
.lp2-banner .textwidget, .lp2-banner .widget {
	padding: 0;
	margin: 0;
	background: transparent;
}
.lp2-banner {
	margin-top: -47px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: left !important;
    padding-top: 235px;
    padding-bottom: 200px;
    position: relative;
    z-index: 1;
}
.page-template-landing-page2 .wpb_content_element{
    margin-bottom: 0;
}
.page-template-landing-page2 img[class*="wp-image-"] {
	margin-top: 0px;
	margin-bottom: 0px;
}
.lp2-banner ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.lp2-banner ul li {
	display: inline-block;
	white-space: nowrap;
	vertical-align: middle;
}
.lp2-banner .play-btn img {
	animation: ripple 2s linear infinite;
	border-radius: 50%;
	transition: .5s all;
	margin: 23px;
}
.btn1 {
	background-image: linear-gradient(to bottom, #81027f, #860b84, #871085, #90148e, #971c95, #a527a3);
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	padding: 16px 31px 14px 31px;
	color: #fff;
	display: inline-block;
	transition: .3s all;
	border-radius: 5px;
	text-transform: capitalize;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.btn1:hover{
    color: #fff;
    text-decoration: none;
}
.btn1::before {
	position: absolute;
	content: "";
	background: #104ba0;
	width: 0;
	height: 100%;
	left: 0;
	bottom: 0;
	border-radius: 5px;
	z-index: -1;
	transition: .5s all;
}
.btn1:hover::before{
    width: 100%;
}
@keyframes ripple {
    50% {
      box-shadow: 0 0 0 0px rgba(40, 71, 125, 0.1), 0 0 0 6px rgba(40, 71, 125, 0.1), 0 0 0 10px rgba(40, 71, 125, 0.1);
      transition: .3s all;
    }
    50% {
      transition: .5s all;
      box-shadow: 0 0 0 24px rgba(40, 71, 125, 0.1), 0 0 0 8px rgba(40, 71, 125, 0.1), 0 0 0 16px rgba(40, 71, 125, 0.1);
    }
  }
.lp2-banner .btn1 {
    margin-top: 30px;
    margin-right: 20px;
}
.lp2-banner .vc_custom_heading{
    color: #104ba0;
    text-transform: capitalize;
    font-size: 63px;
    font-weight: 400;
    line-height: 1.42;
    margin-bottom: 15px;
}
.lp2-banner .vc_custom_heading b{
    font-weight: 600;
    display: block;
}
.lp2-banner p{
    font-size: 20px;
    line-height: 1.6;
    color: #104ba0;
    margin-bottom: 38px;
}
.lp2-banner .content {
	max-width: 620px;
}
.page-template-landing-page2 .site-content {
	width: 100%;
}

.small-designed-heading{
    font-family: 'Pacifico', sans-serif !important;
    font-size: 20px;
    font-weight: 400;
    color: #7c007c;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}
.h2-font{
    font-size: 50px;
    font-weight: 700;
    color: #104ba0;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 16px;
}
.lp2-services{
    padding-top: 110px;
}
.lp2-services .content, .lp2-departmental .content{
    max-width: 770px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    color: #656565;
    text-align: center;
}
.lp2-servicebox-outer::before, .lp2-departmentalbox-outer::before{
	display: none;
}
.lp2-servicebox-outer .vc_col-sm-2, .lp2-departmentalbox-outer .vc_col-sm-2 {
	width: 100%;
	text-align: center;
	padding: 30px;
	border-radius: 30px;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
	transition: .5s all;
    position: relative;
}
.lp2-servicebox-outer, .lp2-departmentalbox-outer{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
    margin-top: 68px;
    padding-left: 15px;
    padding-right: 15px;
}
.lp2-services .heading{
    font-size: 28px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.35;
    margin-top: 125px;
    margin-bottom: 30px;
    transition: .5s all;
    color: #104ba0;
}
.lp2-services .icon{
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
}
.lp2-services .box-content{
    font-size: 16px;
    transition: .5s all;
    margin-bottom: 0;
    color: #656565;
    font-weight: 400;
    line-height: 1.87;
}
.lp2-servicebox-outer > div >.vc_column-inner, .lp2-departmentalbox-outer > div >.vc_column-inner{
    padding-left: 0;
    padding-right: 0;
}
.img-100 .vc_figure, .img-100 .vc_single_image-wrapper, .img-100 img {
	width: 100%;
}
.lp2-why-choose {
    padding-top: 105px;
    padding-bottom: 105px;
    margin-top: 80px;
    padding-left: 15px;
}

.lp2-why-choose .left {
	width: 46%;
	padding-left: calc((100% - 1200px) / 2);
}
.lp2-why-choose .right {
	width: 56%;
	height: 100%;
	right: 0;
	top: 0;
	clip-path: polygon(36% 0%, 100% 0%, 100% 100%, 1% 100%);
	position: absolute;
}
.lp2-why-choose .small-designed-heading {
    color: #00baff;
}
.lp2-why-choose .h2-font{
    color: #fff;
    margin-bottom: 44px;
}
.lp2-why-choose .title{
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.35;
    margin-bottom: 3px;
    text-transform: capitalize;
}
.lp2-why-choose .counter-content p{
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}
.lp2-why-choose .left > .vc_column-inner > .wpb_wrapper{
    counter-reset: my-counter;
}
.lp2-why-choose .counter-content {
    position: relative;
    margin-bottom: 23px;
    padding-left: 82px;
    
}
.lp2-why-choose .counter-content::before {
	font-size: 100px;
	font-weight: 500;
	color: #fff;
	opacity: .1;
	line-height: normal;
	position: absolute;
	left: 0;
	top: 50%;
	content: counter(my-counter);
	counter-increment: my-counter;
	text-align: center;
	transform: translateY(-50%);
}
.lp2-why-choose .right > .vc_column-inner, .lp2-why-choose .right > .vc_column-inner div, .lp2-why-choose .right > .vc_column-inner .vc_figure{
	height: 100%;
}
.lp2-why-choose .right > .vc_column-inner .vc_figure img{
    height: 100%;
    object-fit: cover;
}
.lp2-departmental{
    margin-top: 110px;
}
.lp2-departmentalbox-outer .vc_col-sm-2{
    padding: 0;
    padding-bottom: 30px;
}
.lp2-departmentalbox-outer .vc_col-sm-2:hover{
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
}
.lp2-departmentalbox-outer .top-image{
    overflow: hidden;
    border-radius: 30px 30px 0px 0px;
}
.lp2-departmentalbox-outer .top-image img{
    object-fit: cover;
    display: block;
    width: 100%;
    transition: .5s all;
    overflow: hidden;
}
.lp2-departmentalbox-outer .icon .vc_single_image-wrapper {
	border: 2px solid #7EBD66;
	padding: 12px;
	margin-top: -50px;
	background: #fff;
    z-index: 1;
    position: relative;
}
.lp2-departmentalbox-outer .heading{
    font-size: 28px;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 20px;
    color: #28477D;
    line-height: 1.6;
}
.lp2-departmentalbox-outer .box-content{
    padding-left: 70px;
    padding-right: 70px;
    font-size: 16px;
    color: #656565;
    font-weight: 400;
    line-height: 1.87;
}
.lp2-departmentalbox-outer .vc_col-sm-2:hover .top-image img {
	transform: scale(1.1);
}
.lp2-experience-row{
    padding: 110px 15px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
    margin: 0;
    margin-top: 80px;

}
.lp2-experience-row::before{
    display: none;
}
.lp2-experience-row .vc_col-sm-3{
    width: 100%;
    padding: 17px;
    text-align: center;
    background: #fff;
    border-radius: 30px;
    transition: .5s all;
    position: relative;
    z-index: 1;
}
.lp2-experience-row .vc_col-sm-3 > .vc_column-inner{
    background: #fff;
    border: 1px solid #7EBD66;
    border-radius: 13px;
    padding: 15px !important;
}
.lp2-experience-row .vc_col-sm-3 .heading{
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-top: 17px;
    margin-bottom: 0;
    color: #28477D;
    line-height: 1.6;
}
.lp2-experience-row .vc_col-sm-3 img {
    transform: translateY(10px);
    animation: MoveTop 20s ease-in-out infinite;
}

.lp2-experience-row::after{
    position: absolute;
    content: "";
    background: #28477D;
    opacity: 0.75;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

@-webkit-keyframes MoveTop {
    0% {
        transform: translateY(5px);
    }
    10% {
        transform: translateY(-5px);
    }
    20% {
        transform: translateY(5px);
    }
    30% {
        transform: translateY(-5px);
    }
    40% {
        transform: translateY(5px);
    }
    50% {
        transform: translateY(-5px);
    }
    60% {
        transform: translateY(5px);
    }
    70% {
        transform: translateY(-5px);
    }
    80% {
        transform: translateY(5px);
    }
    90% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(5px);
    }
}
.lp2-testimonial{
    margin-top: 110px;
}
.lp2-testimonial .content{
    max-width: 770px;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 0;
    font-size: 16px;
    color: #656565;
    font-weight: 400;
    line-height: 1.87;
    margin-top: 20px;
    /* margin-bottom: 130px; */
}

.lp2-slider-main-content >.vc_column-inner >.wpb_wrapper .items .top-details{
    background: #fff;
    border-radius: 70px;
    box-shadow: 0px 0px 25px 0px rgba(81, 145, 250, 0.2);
    padding: 55px 45px 55px 45px;
    position: relative;
    z-index: 1;
    max-width: 587px;
    margin: auto;
    margin-top: auto;
    margin-top: 130px;
}
.lp2-slider-main-content >.vc_column-inner >.wpb_wrapper .items .top-details::before{
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2023/10/down.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 135px;
    height: 95px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -94px;
}
.lp2-slider-main-content > .vc_column-inner > .wpb_wrapper .items .top-details::after {
	position: absolute;
	content: "";
	background-image: url(/wp-content/uploads/2023/10/quote.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	left: auto;
	top: -60px;
	right: -20px;
	width: 242px;
	height: 184px;
}
.lp2-slider-main-content > .vc_column-inner > .wpb_wrapper .items .top-details .testi-title{
    font-weight: 500;
    text-transform: capitalize;
    font-size: 28px;
    color: #28477D;
    line-height: 1.6;
}
.lp2-slider-main-content > .vc_column-inner > .wpb_wrapper .items .rating{
    margin-bottom: 25px;
}
.lp2-slider-main-content > .vc_column-inner > .wpb_wrapper .items .top-details p {
    font-size: 16px;
    color: #656565;
    font-weight: 400;
    line-height: 1.87;
}
.lp2-testimonial .testi-authore-detail{
    text-align: center;
    margin-top: 100px;
}
.lp2-testimonial .testi-authore-detail img{
    width: 160px;
    height: 160px;
    max-width: 160px;
    margin: 0 auto 24px;
    border: 3px solid #7EBD66;
    border-radius: 50%;
  }
.lp2-testimonial .testi-authore-detail .authore-title{
    text-transform: capitalize;
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 0;
    color: #28477D;
    font-weight: 700;
}
.lp2-testimonial .testi-authore-detail  .deg{
    font-size: 16px;
}
.lp2-thumb-slider .thumb{
    text-align: center;
    
}
.lp2-thumb-slider .thumb img{
    width: 150px;
    border-radius: 50%;
    cursor: pointer;
    border: 3px solid #7EBD66;
    transform: scale(.55);
    transition: all 1s ease;
}
.lp2-thumb-slider .thumb.slick-current img{
    transform: scale(1);
    transition: all 1s ease;
}
.lp2-thumb-slider div {
	position: static !important;
}
.lp2-thumb-slider > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
	max-width: 760px;
	margin: auto;
}

.lp2-form-row{
    margin-top: 80px;
    margin-bottom: 50px;
}
.lp2-form-row input[type="submit"] {
	padding: 10px 28px;
    border-radius: 5px;
    background-image: linear-gradient(to bottom, #81027f, #860b84, #871085, #90148e, #971c95, #a527a3);

}
.lp2-form-row input[type="submit"]:hover{
    background: #104ba0;
    color: #fff;
}




@media (max-width: 1190px){
    .page-template-landing-page2 .container{max-width: 100%;padding: 0 15px;}
    .page-template-landing-page2 header .container-fluid{padding: 10px 15px;}
    .page-template-landing-page2 header #menu-menu-1 > li > .nav-link {font-size: 14px;}
    .header-top-lp2 .lp2-left li {margin-right: 20px;}
    .lp2-banner {padding-top: 150px;padding-bottom: 150px;}
    .lp2-banner .vc_custom_heading {font-size: 50px;}
    .lp2-services {padding-top: 70px;}
    .lp2-why-choose,.lp2-departmental, .lp2-experience-row, .lp2-testimonial {margin-top: 70px;}
    .h2-font {font-size: 40px;}
    .lp2-servicebox-outer, .lp2-departmentalbox-outer, .lp2-form-row{margin-top: 50px;}
    .lp2-servicebox-outer .vc_col-sm-2 {padding: 30px 20px;}
    .lp2-services .heading {font-size: 25px;}
    .lp2-why-choose {padding-top: 70px;padding-bottom: 70px;}

    .lp2-departmentalbox-outer .box-content {padding-left: 30px;padding-right: 30px;}
    .lp2-experience-row .vc_col-sm-3{padding: 15px;}
    .lp2-experience-row .vc_col-sm-3 img {max-width: 60px;height: 60px;object-fit: cover;}
    .lp2-experience-row {grid-column-gap: 20px;}
    .lp2-experience-row .vc_col-sm-3 .heading {font-size: 20px;}
    .lp2-experience-row {padding: 70px 15px;}
    .lp2-slider-main-content > .vc_column-inner > .wpb_wrapper .items .top-details{margin-top: 70px;}
    .lp2-slider-main-content > .vc_column-inner > .wpb_wrapper .items .top-details::after {width: 162px;height: 154px;background-size: contain;}
}

@media (max-width: 1024px){
    .page-template-landing-page2 header #menu-menu-1 > li > .nav-link {padding: 3px 10px !important;}
    .page-template-landing-page2 header #menu-menu-1 > li > .nav-link {padding: 8px 10px !important;}
}

@media (max-width: 992px){
    .page-template-landing-page2 header #menu-menu-1 > li > .nav-link {padding: 8px 3px !important;font-size: 13px;}
    .page-template-landing-page2 header #menu-menu-1 > li.book-btn > .nav-link {padding: 5px 5px !important;}
    .page-template-landing-page2 header .navbar, .page-template-landing-page2 .site-header.sticky .navbar {padding: 0 0;}
    .header-top-lp2 .lp2-left li {margin-right: 10px;}
    .header-top-lp2 a i, .header-top-lp2 li i{margin-right: 5px;}
    .lp2-banner .vc_custom_heading {font-size: 40px;}
    .lp2-banner .vc_col-sm-6 {width: 100%;}
    .page-template-landing-page2 header .logo img {max-width: 100px;}
    .header-top-lp2 {padding-top: 10px;padding-bottom: 55px;}
    .lp2-banner p {font-size: 16px;}
    .lp2-banner .content {max-width: 440px;}
    .lp2-servicebox-outer, .lp2-departmentalbox-outer, .lp2-experience-row{grid-template-columns: repeat(2, 1fr);}
    .h2-font {font-size: 35px;}
    .lp2-services .heading {font-size: 22px;margin-bottom: 20px;}
    .btn1{padding: 10px 20px 10px 20px;font-size: 16px;}
    .lp2-why-choose .counter-content::before {font-size: 60px;}
    .lp2-why-choose .title{font-size: 20px;}
    .lp2-why-choose .counter-content p {font-size: 14px;}
    .lp2-why-choose .h2-font {margin-bottom: 30px;}
    .lp2-why-choose .counter-content {padding-left: 50px;}
    .lp2-experience-row{grid-gap: 30px;}

    .lp2-form-row input:not([type="submit"]), .lp2-form-row select, .lp2-form-row input[type="radio"] {height: 40px !important;font-size: 14px;}
    .lp2-form-row input[type="submit"]{padding: 0;width: 130px !important;}
    
}

@media (max-width: 767px){
    .page-template-landing-page2 header .container-fluid{margin-top: 0;}
    .header-top-lp2 {display: none;}
    .page-template-landing-page2 .site-header{padding-top: 0 !important;}
    .page-template-landing-page2 header .logo {display: none;}
    .page-template-landing-page2 .site-header .navbar-collapse .navbar-nav li{width: 100%;}
    .lp2-banner {padding-top: 50px;padding-bottom: 50px;margin-top: 0;}
    .lp2-services {padding-top: 50px;}
    .lp2-why-choose{margin-top: 50px;}
    .h2-font {font-size: 30px;}
    .lp2-why-choose .right {width: 100%;position: static;clip-path: polygon(36% 0%, 100% 0%, 100% 100%, 10% 100%);}
    .lp2-why-choose{padding: 50px 15px;}
    .lp2-why-choose .left{width: 100%;}
    .lp2-experience-row {margin-top: 30px;}
}

@media (max-width: 520px){
    .lp2-servicebox-outer, .lp2-departmentalbox-outer, .lp2-experience-row{grid-template-columns: repeat(1, 1fr);}
    .btn1{padding: 10px 20px 10px 20px;font-size: 14px;}
    .lp2-banner .vc_custom_heading {font-size: 33px;}
    .lp2-banner .btn1 {margin-top: 10px;margin-right: 10px;}
    .lp2-banner .play-btn br {display: none;}
    .lp2-why-choose .right {clip-path: unset;}
    .lp2-experience-row .vc_col-sm-3 img {max-width: 80px;height: auto;}
    .lp2-slider-main-content > .vc_column-inner > .wpb_wrapper .items .top-details{border-radius: 30px;padding: 25px;max-width: 270px;}
    .lp2-slider-main-content > .vc_column-inner > .wpb_wrapper .items .top-details p {font-size: 14px;}
    .lp2-slider-main-content > .vc_column-inner > .wpb_wrapper .items .top-details::before {background-size: contain;width: 75px;height: 75px;left: 50%;transform: translateX(-50%);bottom: -57px;}
    .lp2-testimonial .testi-authore-detail {margin-top: 50px;}
    .lp2-testimonial .testi-authore-detail img {width: 120px;height: 120px;max-width: 120px;object-fit: cover;}
    .lp2-testimonial .testi-authore-detail .authore-title {font-size: 22px;}
    .lp2-testimonial .testi-authore-detail .deg {font-size: 14px;}
    .lp2-thumb-slider > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {max-width: 220px;}
    .lp2-slider-main-content > .vc_column-inner > .wpb_wrapper .items .top-details .testi-title{font-size: 20px;}
    .lp2-slider-main-content > .vc_column-inner > .wpb_wrapper .items .top-details::after {width: 82px;height: 96px;}
    .lp2-thumb-slider .thumb.slick-current img {transform: scale(.55);transition: all 1s ease;}
}