/*banner*/
.banner{
	padding:0 0 100px 0;
	background:#00285c;
}
.main-title , .banner-title{
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 86px;
    color: #fff;
    line-height: 100px;
    margin-top: 34px;
}

.banner-title{
	color:#000;
	text-align: center;
}
.banner-title span {
	color:#1793dd;
}
.main-title span{
	color:#78ebc5;
}
.sub-title{
	color:#fff;
	line-height:35px;
	width: 88%;
	line-height: 1.7;
	font-weight: 400;
}
.video-player-wrap {
    position: relative;
    padding-top:39%;
    width: 100%;
    height: 0;
    max-width: 100%;
}
.video-player-wrap video {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 100%; */
    overflow: visible;
    border-radius: 10px;
    box-shadow: 6px 10px 12px 0px rgb(0 0 0 / 28%);
    box-shadow: 0 4px 20px 0px rgb(0 0 0 / 54%);
    background: #fff;
}
.mobile-img , .menu {
    display: none;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle , .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:focus {
    color: #fff;
    background-color: #1ca7a7;
	border-color: #1a9c9c;
	box-shadow:none !important;
} 
.logo-sticky{
	display:none;
}
.sticky .logo-sticky{
	display:block;
}
.sticky .logo{
	display:none;
}
.sticky .app-header-wrapper{
	height:64px;
}
/*testimonial*/
.testimonial{
	padding-top: 100px
}
.swiper-progress-bar {
  position: relative;
  width: 100%;
  margin: auto;
  display: block;
  z-index: 1;
  height: 5px;
}
.swiper-progress-bar .slide_progress-bar { 
  height:3px;  
  width: auto;
  clear: both;
  opacity: 0;
  bottom: 45px;
  left: 0;
  right: 0;
}
.swiper-progress-bar .slide_progress-bar:after {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  height: 100%;
  width: 0;
  content: "";
}
.swiper-progress-bar.active .slide_progress-bar {
  opacity: 1;
}
.swiper-progress-bar.animate .slide_progress-bar:after {
  transition: width linear;
  transition-delay: unset;
  width: 100%;
  transition-duration: 5s;
}
.gallery-top{
	width:34%;
	height: 500px;
	background: #fff;
	border:1px solid #cccccc;
	z-index:3;
}
.gallery-top .swiper-wrapper .swiper-slide, .gallery-top .swiper-wrapper .swiper-slide.swiper-slide-prev{
	opacity: 0 !important
}
.gallery-top .swiper-wrapper .swiper-slide.swiper-slide-active{
	opacity: 1 !important
}
.gallery-top .swiper-slide{
	padding: 30px
}
.company-logo{
	height: 100px;
	object-fit: contain;
	width: 30%;
	object-position: left;
}
.cman-title{
 	font-weight:bold;
 	font-size:18px;
 	color: var(--dark-blue);
}
.cman-position{
	font-weight: 300;
	font-size:15px;
	color: var(--dark-blue);	
}
.cman-quote{
	font-weight: 600;
    line-height: 24px;
 	font-size:15px;
	color: #3a4968;
}
.cman-pic{
	border-radius: 50%;
	border: 2px solid #ccc;
	height: 100px;
	object-fit: contain;
	object-position: center;
}
.gallery-thumbs .swiper-wrapper-gallery{
	display: grid;
	grid-template-columns: 1fr 1fr 2fr 1fr 1fr;
	grid-template-rows: repeat(2, 1fr) repeat(3, );
	grid-column-gap: 0px;
	grid-row-gap: 0px;   
}
.div1 { grid-area: 1 / 1 / 2 / 2; }
.div2 { grid-area: 1 / 2 / 2 / 3; }
.div3 { grid-area: 1 / 4 / 2 / 5; }
.div4 { grid-area: 1 / 5 / 2 / 6; }
.div5 { grid-area: 2 / 1 / 3 / 2; }
.div6 { grid-area: 2 / 2 / 3 / 3; }
.div7 { grid-area: 2 / 4 / 3 / 5; }
.div8 { grid-area: 2 / 5 / 3 / 6; }
.div9 { grid-area: 1 / 3 / 3 / 4; } 
.gallery-thumbs{
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}
.gallery-thumbs .swiper-slide{
	width: 100% !important;	
	height: 250px;
	border-bottom:1px solid #ccc;
	cursor: pointer;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active{
	outline: 10px solid rgba(136, 179, 208, 0.2);
  	outline-offset: -10px;
}
.gallery-thumbs .swiper-slide:nth-child(1),
.gallery-thumbs .swiper-slide:nth-child(2),
.gallery-thumbs .swiper-slide:nth-child(3),
.gallery-thumbs .swiper-slide:nth-child(4){
	border-top:1px solid #ccc;
}
.gallery-thumbs .swiper-slide:nth-child(even){
	border-left:1px solid #ccc;
}
.gallery-thumbs .swiper-slide img{	
	width: 100%;
	height: 250px;
	object-fit: contain;
	object-position: center;
	padding:3.4vw;
}
.gallery-thumbs .swiper-slide:nth-child(2),
.gallery-thumbs .swiper-slide:nth-child(4),
.gallery-thumbs .swiper-slide:nth-child(5),
.gallery-thumbs .swiper-slide:nth-child(7){
	background:#e7f4fc;
}
/*service*/
.service{
	padding:90px 0;
}
.service-listing-detail{
	padding:0px 40px;
}
.service-wrap.shadow{
	box-shadow: 1px 1px 15px rgba(0,0,0,0.2);
}

.service-wrap .img-wrap img{	
	width: 58%;
	margin: auto;
	object-position: center;
	height: 200px;
	object-fit: contain;
}
.service-wrap h3{
	font-size: 24px;
	margin: 20px 0 10px
}
.service-wrap ul {
	min-height: 136px
}
.service-wrap ul li{
	font-size: 15px;
	padding: 7px 0 7px 30px;
	position: relative;
	color:#1d1d1d;
}
.service-wrap ul li:before{
	content: url(../images/check.png);
	position: absolute;
	left: 0;
	top: 10px;
}
.learn-more{
	text-align: center;
	padding: 8px 0
}
.learn-more a , .step-desc a{
	color: #1793dd;
}
.learn-more a:hover{
	color: var(--dark-blue);
	text-decoration: none;
}
/*why choose*/
.why-choose{
	background: #f5f5f5;
	padding: 80px 0 20px 0;	
}
.box-why-choose{
	width: 94%;
	margin: auto;   
	margin-bottom: 20px;	
	padding:15px;	
	min-height: 318px;
	transition: 0.3s all;
}
.box-why-choose h4{
	font-weight: bold;
	color: var(--dark-blue);
	font-size: 20px;
	margin: 12px 0 5px 0;
	line-height: 33px;
}
.box-why-choose .img-wrap{
	text-align: center;
	transition: 0.4s all;
}
.wc-1{
	background: #3a4968
}
.wc-2{
	background: #13bb70
}
.wc-3{
	background: #222222
}
.wc-4{
	background: #f44738
}
.wc-5{
	background: #1793dd
}
.wc-6{
	background: #714fe0
}
.box-why-choose:hover{
	background: #fff;
	box-shadow: 1px 1px 15px rgba(0,0,0,0.2);
}

.box-why-choose .img-wrap img{
	max-width: 130px;
	height:150px;
	object-fit: contain;
}
.box-why-choose p{
	font-weight: 500;
	color: #1d1d1d;	
	margin-bottom:0px;
	line-height: 22px;
	font-size: 15px
}

/*pricing-market*/
.pricing-market{
	background: url(../images/bg-pricing.jpg) no-repeat;
	background-size:cover;
	background-position: center center;
	padding: 100px 0;
	text-align: center;
}
.pricing-market h2{
	font-weight: 600;
    font-size: 48px;
    color: #1d1d1d;
    line-height: 58px;
}
/*how does it work*/
.how-it-work{
	padding-top: 80px;
}
.work-mockup{
	padding: 70px;
	background:linear-gradient(180deg, #fff 70%, #f4f4f6 0%);
}
.how-it-work img{
	width:36%;
	height: 90px;
}
.lines{	
	position: relative;	
}
.lines:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	margin: auto;
	left: 0;
	right: 0;
	background: #5f72b6;
	top: 12px;
	bottom: 0;
}
.circle{
	width: 22px;
	height: 22px;
	margin: auto;
	position: relative;	
}
.circle:before{
	content: '';
	position: absolute;
	width: 23px;
	height: 23px;
	border-radius: 30px;
	margin: auto;
	left: -5px;
	right: 0;
	background: #5f72b6;
	border: 4px solid #fff;
	top: 0;
	bottom: 0;
	z-index: 2;
}
.circle:after{
	content: '';
	position: absolute;
	width: 43px;
	height: 43px;
	border-radius: 46px;
	margin: auto;
	left: -13px;
	right: 0;
	background: #5f72b6;
	border: 8px solid #fff;
	top: 0;
	bottom: 0;
	z-index: 1;
}
.step-number{
	color: #1d1d1d;
	font-size: 17px;
	margin-bottom: 20px
}
.step-title{
	font-weight: bold;
	color: var(--dark-blue);
	font-size: 16px;
}
.step-desc{
	color: #1d1d1d;
	font-size: 14px
}
/*counter*/
.counter{
	background: #f44738;
	color: #fff;
	padding: 90px 0
}
.counter .img-wrap{
	min-height: 80px;
	margin-bottom: 60px
}
.counter p {
    font-size: 18px;
    color: #1d1d1d;
}
.counter-wrap span{
	font-weight: 300;
	font-size: 96px;
	line-height: 100px;
}
/*get started singapore*/
.get-started-singapore{
	padding: 100px 0
}
.get-started-singapore h2 ,.inner-main-title {
    color: #384052;
    font-size: 54px;
    margin-bottom: 28px;
    font-weight: 600;
}
.get-started-singapore p {
    font-size: 18px;
    color: #3a4968;
    font-weight: 600;
    line-height: 16px;
}
/*get started*/
.get-started{
	padding-top: 100px;
	padding-bottom: 100px;
	background-image: url(../images/get-started.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center 0;
	background-color: var(--green);
	min-height: 700px
}
.get-started h3{
	font-weight: bold;
	color: var(--light);
	font-size:48px;
	margin-bottom: 55px
}
.get-started p{
	font-weight: 500;
	color: #f2f2f2;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 80px
}
/*partner logo*/
.partner-logo{
	padding-top: 90px;
	padding-bottom: 90px;
	background:var(--dark);
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.partner-list .swiper-slide{
	text-align: center;	
}

/*footer*/
footer{
    background:var(--dark);
	padding:120px 0 60px;
	background-color: black;
}
footer h4{   
    font-weight: bold;
    font-size:20px;
    color: var(--light);
    margin-bottom: 20px;
}
.footer-link li{
	line-height: 36px
}
.footer-link li a{
	color: var(--light);
	font-size:14px;
}
.footer-link li a:hover{
	color:#1793dd;
	text-decoration: none;
}
.border-footer{
	border-bottom: 1px solid rgba(255,255,255,0.2);
	width: 100%;
	margin:0;
	padding-bottom: 80px;
	margin-bottom:60px;
}
.social-link li{
	width: 30px;
	height: 30px;
	background: var(--light);
	border-radius:25px;
	text-align: center;
	padding: 3px 0;
	transition: 0.5s all;
	border:1px solid #d4dfe5;
}
li.facebook a svg{
	width:15px;
	height:15px;
	fill:var(--dark);
	transition: 0.5s all;
}
li.twitter a svg{
	width:15px;
	height:15px;
	fill: var(--dark);
	transition: 0.5s all;
}
li.linkedin a svg{
	width:14px;
	height:14px;
	fill: var(--dark);
	transition: 0.5s all;
}

.social-link li:hover{
	background: var(--dark);	
	transition: 0.5s all;
}
.social-link li:hover a svg{	
	fill: #fff;
	transition: 0.5s all;
}
/*About Us*/
.inner-banner{
	background-color: #fff;
}
.inner-banner .logo-sticky {
    display: block;
}
.inner-banner .logo{
	display: none;
}
.inner-banner .nav-item .nav-link , .inner-banner .navbar .btn.btn-text{
	color:#000;
}
.inner-banner-main{
	text-align: center;
	width:80%;
}
.inner-banner-main .title-2{
	width: 92%;
    text-align: center;
    margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
.para-text-banner{
	font-weight: bold;
	font-size:18px;
}