.themecolor{
	color: #fff;
}

.themecolor2{
	color: #39a9eb;
}

.themecolor3{
	color: #60b6ee;
}

.ithemecolor3{
	color: #60b6ee! important;
}

.white-i{
	color:#fff! important;
}

.semiwhite{
	color:#ffffffB3! important;
}

.black{
	color:#000! important;
}

.semiblack{
	color:#000! important;
	opacity:0.5;
}

.black-link{
	font-size: 25px;
	font-weight: 500;
	color:#000! important;
	transition: all .5s;
}

.black-link2{
	font-size:16px;
	font-weight: 500;
	color:#000! important;
	transition: all .5s;
}

.black-link:hover, .black-link2:hover{
	color:#FED400! important;
}

.whitebg{
	background-color: #fff;
}

.blackbg{
	background-color: #000;
}


.lightgreybg{
	background-color: #eff2f7;
}

.themebg{
	background-color: #153762;
}

.themebg2{
	background-color: #39a9eb;
}

.greybg{
	background-color: #eff2f7;
}

.btn-theme{
    color: #fff;
    border-radius: 8px;
    background: linear-gradient(180deg, #FED400 0%, #B39600 100%);
    min-width:140px;
    padding: 11px 20px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out! important;
}

.btn-theme i, .norma-div i{
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-theme:hover{
	background-color: rgb(113 108 98 / 70%);
	color:#fff;
}

.btn-theme:hover i, .norma-div:hover i{
    transform: translateX(4px);
}

.btn-theme2{
	background-color: transparent;
	color:#fff;
	border: 1px solid #fff;
}

.btn-theme2:hover{
	background-color: #fff;
	color:#153762;
}

@-webkit-keyframes nbsAnimation__heroAnimation{
	0%{background-position:0 50%}
	100%{background-position:66.6% 50%}
}
@keyframes nbsAnimation__heroAnimation{
	0%{background-position:0 50%}
	100%{background-position:66.6% 50%}
}

.btn-theme3{
	width:100%;
	background: linear-gradient(180deg, #FED400 0%, #B39600 100%);
    color: #0b0d12;
    transition: all .2s ease-in-out;
    font-weight: 400;
    border-radius: 8px;
    color: #fff;
    padding: 14px 20px;
}



.btn-theme3:hover{
    /*background-size: 200% 200%;
    animation: nbsAnimation__heroAnimation 2.5s linear infinite;*/
}

.btn-bottom{
	position: absolute;
	bottom: 0px;
	left: 15px;
}

.btn-bottom2{
	position: relative;
	bottom: 0px;
	left: 0px;
}

.btn-pd{
	border-radius: 25px;
    padding: 10px 40px;
}

.ls-1{
	letter-spacing: 1px;
}

.ls-2{
	letter-spacing: 2px;
}

.bold700{
	font-weight: 700;
}

.semibold{
	font-weight: 600;
}

.isemibold{
	font-weight: 600! important;
}

.extrabold{
	font-weight: 800;
}

.iextrabold{
	font-weight: 900! important;
}

.font-13{
	font-size: 13px!important;
}

.white{
	color: #fff;
}

.font-16{
	font-size: 16px;
}


.font-16i{
	font-size: 16px! important;
}

.font-20{
	font-size: 20px;
	line-height: normal;
}

.font-30{
	font-size: 30px;
}

.font-35{
	font-size: 35px;
}

.font-40{
	font-size: 40px;
}

.lh-1{
	line-height: 1;
}

.title_align{
	position: relative;
	top:50%;
	transform: translateY(-50%);
}

.text-capital{
	text-transform: capitalize;
}

.border-10{
	border-radius: 10px! important;
    border-width: 1px! important;
}

.border-5{
	border-radius: 5px! important;
    border-width: 1px! important;
}

.dis-no{
	 display: none;
}

.mt-10{
	margin-top: 10px;
}

.mt-15{
	margin-top: 15px;
}

.mt-20{
	margin-top: 20px;
}

.mt-30{
	margin-top: 30px;
}

.mt-50{
	margin-top: 50px;
}

.mt-60{
	margin-top: 60px;
}

.mt-65{
	margin-top: 65px;
}

.mt-80{
	margin-top: 80px;
}

.mt-200{
	margin-top: 200px;
}

.mt-250{
	margin-top: 250px;
}

.mb-5px{
	margin-bottom: 5px;
}

.mb-10{
	margin-bottom: 10px;
}

.mb-15{
	margin-bottom: 15px;
}

.imb-15{
	margin-bottom: 15px! important;
}

.mb-20{
	margin-bottom: 20px;
}

.imb-20{
	margin-bottom: 20px! important;
}

.mb-30{
	margin-bottom: 30px;
}

.imb-30{
	margin-bottom: 20px! important;
}

.mb-50{
	margin-bottom: 50px;
}

.mb-80{
	margin-bottom: 80px;
}

.mb-100{
	margin-bottom: 100px;
}

.imb-50{
	margin-bottom: 50px! important;
}

.xmb{
	margin-bottom: 0px;
}

.ixmb{
	margin-bottom: 0px! important;
}

.mr-5px{
	margin-right: 5px;
}

.mr-10{
	margin-right: 10px;
}

.mr-15{
	margin-right: 15px;
}

.mr-20{
	margin-right: 20px;
}

.mr-30{
	margin-right: 30px;
}

.xpb{
	padding-bottom: 0px;
}

.ixpb{
	padding-bottom: 0px! important;
}

.right-20{
	right:-20px;
}

.left-20{
	left: -20px;
}

.right-30{
	right:-30px;
}

.left-30{
	left: -30px;
}

.bottom-20{
	bottom:20px;
}

.top-20{
	top:20px;
}

.pt-5px{
	padding-top: 5px;
}

.pt-10{
	padding-top: 10px;
}

.pt-30{
	padding-top: 30px;
}

.pt-45{
	padding-top: 45px;
}

.pt-50{
	padding-top: 50px;
}

.pt-20{
	padding-top: 20px;
}


.pb-10{
	padding-bottom: 10px;
}

.pb-20{
	padding-bottom: 20px;
}

.pb-30{
	padding-bottom: 30px;
}

.pb-50{
	padding-bottom: 50px;
}

.pb-80{
	padding-bottom: 80px;
}


.ipt-10{
	padding-top: 10px! important;
}

.ipb-10{
	padding-bottom: 10px! important;
}

.pl-0{
	padding-left:0px;
}

.pl-10{
	padding-left:10px;
}

.pl-15{
	padding-left:15px;
}

.pl-20{
	padding-left:20px;
}

.pl-30{
	padding-left:30px;
}

.pl-50{
	padding-left:50px;
}

.pr-0{
	padding-right:0px;
}

.pr-10{
	padding-right:10px;
}

.pr-15{
	padding-right:15px;
}

.pr-20{
	padding-right:20px;
}

.pr-30{
	padding-right:30px;
}

.pr-50{
	padding-right:50px;
}
.pr-100{
	padding-right:100px;
}

.pd-10{
	padding:10px;
}

.pd-20{
	padding:20px;
}

.pd-20-0{
	padding:20px 0;
}

.pd-30{
	padding:30px;
}

.pd-50{
	padding:50px;
}

.pd-50-20-20{
	padding:50px 20px 20px;
}

.pd-50-30-20{
	padding:50px 30px 20px;
}

.pd-30-20{
	padding:30px 20px;
}

.pd-industry{
	padding:8% 3% 8% 5%;

}

.bdr-top-themecolor{
	border-top: 5px solid #39a9eb;
}

.fbox-bdr{
	border-radius: 5px;
	border:1px solid #39a9eb;
}

.mg-auto{
	margin:0 auto;
}

.social-icon.si-hootsuite{
	display: flex;
    align-items: center;
}
    
.social-icon.si-hootsuite img:first-child{
	display: block;
	transition: all .3s ease;
	margin: 0 auto;
	display: block;
    position: relative;
}

.social-icon.si-hootsuite img:last-child{
	display: none;
	transition: all .3s ease;
	margin: 0 auto;
    position: relative;
}

.social-icon.si-hootsuite:hover img:first-child{
	margin-top:-50px;
	display: none;

}

.social-icon.si-hootsuite:hover img:last-child{
	display: block;
}

.transfrom-y-50{
	transform: translateY(-50%);
}

.bodybg{
	background-image: url(../images/licta/body-bg.jpg);
    background-size: cover;
    min-height: 450px;
    background-position: center;
    background-color: transparent;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
}

.contactbg{
	background-image: url(../images/licta/contact-bg.jpg);
    background-size: cover;
    min-height: 450px;
    background-position: center;
    background-color: transparent;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
}

.about-left-bg{
	background-image: url(../images/licta/about-left-bg.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
}

.kolumbg{
	background-image: url(../images/perlis/kolum_bg.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
}

.kolumsec2{
	background-image: url(../images/perlis/kolum_sec2.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
	height: 750px;
}

.faqsec1{
	background-image: url(../images/perlis/kolum_sec2.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
	height: 650px;
}

.qabg{
	background-image: url(../images/perlis/qa_bg.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
}

.qabg{
	background-image: url(../images/perlis/qa_bg.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
}

.panduanbg{
	background-image: url(../images/perlis/panduan_bg.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center top;
}

.videobg{
	background-image: url(../images/perlis/video-home-sec.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center top;
}



.perlisbulidbg{
	background-image: url(../images/perlis/building_vertical.png);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center top;
}



.tentangbg{
	background-image: url(../images/perlis/tentang_bg.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center top;
}

.kolumsec1{
	background-image: url(../images/perlis/kolum_sec1.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center top;
}

.tentangsec1{
	background-image: url(../images/perlis/tentang-building.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center right;
}

.tentangsec2{
	background: #E0DAD2;
	padding-top: 150px;
    padding-bottom: 150px;
	/*background-image: url(../images/perlis/tentangsec2.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center right;
	min-height: 1500px;*/
}

.rollbg{
	background-image: url(../images/perlis/roll.png);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
	padding-top: 150px;
	padding-bottom:150px;
}

.panduangradient{
	    background: linear-gradient(180deg, rgba(31, 35, 44, 0) 0%, rgba(31, 35, 44, 0.4) 45%, rgba(31, 35, 44, 1) 100%);
}

.gold-bg{
	background-image: url(../images/licta/gold-bg.jpg);
	background-size: cover;
    background-position: center;
    background-color: transparent;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
}


.cta-bg{
	background-image: url(../images/perlis/cta_bg.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
}

.gold-bg3{
	background-image: url(../images/licta/gold-bg3.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center bottom;
}

.gold-bg-award{
	background-image: url(../images/licta/gold-bg-award2.png);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
}

.gold-bg-table{
	background-image: url(../images/licta/LICTA-bg.png);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
}

.gold-bg4{
	background-image: url(../images/licta/gold-bg3.jpg);
	background-size: cover;
    background-position: center;
    background-color: transparent;
    background-attachment: fixed;
    background-position: 50% ;
    background-repeat: no-repeat;
}

.bg-counter1{
	background-image: url(../images/licta/bg-01.png);
	background-size: auto;
	background-repeat:no-repeat;
	background-position: top left;
}

.bg-counter2{
	background-image: url(../images/licta/bg-02.png);
	background-size: auto;
	background-repeat:no-repeat;
	background-position: top left;
}

.bg-counter3{
	background-image: url(../images/licta/bg-03.png);
	background-size: auto;
	background-repeat:no-repeat;
	background-position: top left;
}

.bg-step1{
	background-image: url(../images/licta/step1-bg.png);
	background-size: contain;
	background-repeat:no-repeat;
	background-position: top left;
}

.bg-step2{
	background-image: url(../images/licta/step2-bg.png);
	background-size: contain;
	background-repeat:no-repeat;
	background-position: top left;
}

.bg-step3{
	background-image: url(../images/licta/step3-bg.png);
	background-size: contain;
	background-repeat:no-repeat;
	background-position: top left;
}

.bg-step4{
	background-image: url(../images/licta/step4-bg.png);
	background-size: contain;
	background-repeat:no-repeat;
	background-position: top left;
}

.va-bg{
	background-image: url(../images/licta/va-bg.jpg);
	background-size: auto;
	background-repeat:no-repeat;
	background-position: top center;
}

.va-bg2{
	background-image: url(../images/licta/step-bg2.png);
	background-size: auto;
	background-repeat:no-repeat;
	background-position: top center;
}

.why-bg{
	background-image: url(../images/licta/Swirl-home-5.png);
	background-size: auto;
	background-repeat:no-repeat;
	background-position: bottom center;
	min-height: 1250px;
}

.pre-bg{
	background-image: url(../images/licta/prestigious-bg2.png);
	background-size: auto;
	background-repeat:no-repeat;
	background-position: top center;
}

.winner-bg{
	background-image: url(../images/licta/winner-bg2.png);
	background-size: auto;
	background-repeat:no-repeat;
	background-position: top center;
}

.winner-bg-sec1{
	background-image: url(../images/licta/sec1-winner.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
}

.winner-bg-sec2{
	background-image: url(../images/licta/sec2-winner.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
}

.winner-bg-sec3{
	background-image: url(../images/licta/sec3-winner.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
}

.winner-bg-sec4{
	background-image: url(../images/licta/sec4-winner.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
}


.winner-bg-sec5{
	background-image: url(../images/licta/sec5-winner.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
}

.winner-bg-sec6{
	background-image: url(../images/licta/sec6-winner.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
}

.book-page{
	background: #E0DAD2;
	padding-top: 150px;
	padding-bottom:150px;
	position: relative;
}

.absolute-pos-top{
	position: absolute;
	top: 0px;
	width: 100%;
}

.absolute-pos-bottom{
	position: absolute;
	bottom: 0px;
	width: 100%;
}

.absolute-reading-pos{
	position: absolute;
	top: 150px;
	left: 0px;
}

.absolute-akibah-pos{
	position: absolute;
	top: auto;
	right: 0px;
	bottom: auto;
}

.gradient-text{
	background: -webkit-linear-gradient(270deg, #fff, #ffffff80);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-text2{
	    background-color: black;
    background-image: linear-gradient(180deg, #fff, #ffffff91, #0000001a);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.tab-feature .card{
	background-color:transparent;
}

.counter span{
	font-weight: 900;
	color: #153762;
}

.countertitle{
	color: #3797d0;
    letter-spacing: 0px;

}

.dis-flex{
	display: flex;
	flex-wrap: wrap;
}

.flex-center{
	justify-content: center;
	align-items: center;
}

.flex-end{
	justify-content: flex-end;
	align-items: center;
	display: flex;
}


.dis-block{
	display: block;
}

.clearboth{
	clear: both;
}

.pos-abso{
	position: absolute;
}

.pos-relative{
	position: relative;
}

.justify-center{
	justify-content: center;
}

.text-justify{
	text-align:justify;
}

.flex1{
	flex: 1;
}


.mh-40{
	min-height:40px;
}

.mh-50{
	min-height:50px;
}

.mh-100{
	min-height:100px;
}

.mh-100pc{
	min-height:100%;
}

.mh-150{
	min-height:150px;
}

.mh-400{
	min-height:400px;
}

.mh-500{
	min-height:500px;
}

.pd-fbox1{
	padding:30px 10px;
}

.min-h-120{
	min-height: 120px;
}

.min-h-165{
	min-height: 165px;
}

.min-h-200{
	min-height: 200px;
}

.min-h-220{
	min-height: 220px;
}


.max-h-80{
	max-height: 80px;
	width: auto;
}

.max-h-100{
	max-height: 100px;
	width: auto;
}

.max-h-200{
	max-height: 200px;

}

.max-w-150{
	max-width: 150px;
	height: auto;
}

.max-w-700{
	max-width: 700px;
	height: auto;
}

.min-h-450{
	min-height: 450px;
}

.industrydiv .lightgreybg:hover{
	background-color: #39a9eb;
}

.industrydiv .lightgreybg:hover h4{
	color: #fff;
}

.feature-box.themebg:hover{
	background-color:#39a9eb;
}

.feature-box.fbox-center.fbox-hover-white:hover{
	background-color:#eff2f7;
}

.loadingDiv{
	display: none;
}

#oc-images-client.owl-carousel .owl-item img{
	margin:0 auto 0;
	max-height:80px;
	width: auto! important;
}

.overflow-v{
	overflow: visible;
}

.overflow-h{
	overflow: hidden;
}

.single-post ul{
	padding-left: 20px;
}

/*.service-box:hover .oc-tiem-desc.hover-blue-bdr {
	border:5px solid #39a9eb;
}*/
#ceo-box.feature-box:hover .fbox-img.hover-color img{
	filter:invert(75%) sepia(40%) saturate(1655%) hue-rotate(262deg) brightness(39%) contrast(75%);
}

#ceo-box.feature-box:hover .fbox-content h3, #ceo-box.feature-box:hover .fbox-content p{
	color:#153762;
}

.w-350{width:350px;}

.font-12{
	font-size: 12px;
}
.font-14{
	font-size: 14px;
}

.font-30{
	font-size: 30px;
}

.font-48{
	font-size: 48px;
	font-weight: 500; 
}

.cta_title{
	font-size: 56px;
	font-style: normal;
	font-weight: 600;
	line-height: normal; 
	background: linear-gradient(90deg, #024AAB 0%, #002961 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; 
}

.trans-05{
     transition: all .5s;
}

.hover-scale:hover{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
    overflow:hidden;
}

.x-bdr{
    border:none;
}

.ix-bdr{
    border:none! important;
}

.minw-50{
	min-width: 50px;
}

.abso-image{
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	background-image: url(../images/licta/about-left.jpg);
	background-size: cover;
	background-position: center;
}

.image-50{
	max-width: 50%;
}

.flex-center {
    display: flex;
    align-items: center;
}

.align-middle{
	align-items: center;
}

.line-gold{
	background-image: linear-gradient(90deg, #ae794b 0%, #d9c988 100%);
    height: 2px;
    width: 80px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.line-gold2{
	background-image: linear-gradient(90deg, #ae794b 0%, #d9c988 100%);
    height: 2px;
    width: 80px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.line-gold-left-bottom2{
	background-image: linear-gradient(90deg, #ae794b 0%, #d9c988 100%);
    height: 2px;
    width: 60px;
}

.line-gold-left-bottom{
	background-image: linear-gradient(90deg, #ae794b 0%, #d9c988 100%);
    height: 2px;
    width: 60px;
    position: absolute;
    bottom: 0;
    left: 15px;
}

.gradiend-photo-box{
	padding:10px;
	position: relative;
	background: rgb(65,52,30);
	/*background: linear-gradient(180deg, rgb(154 118 58 / 70%) 0%, rgb(39 33 24 / 60%) 60%, rgb(11 13 18 / 30%) 100%);*/
	background: linear-gradient(180deg, rgb(154 118 58 / 70%) 0%, rgb(39 33 24 / 60%) 60%, rgb(11 13 18 / 6%) 100%);
	border-radius: 10px;
	margin-bottom: 30px;
	
}
.gradient-photo-image{
	margin-bottom: 10px;
}
.gradient-photo-image img{
	width: 100%;
	border-radius: 10px 10px 0 0;
}

.gradient-photo-desc h4{
	font-family: 'AbhayaLibre Bold';
}
.gradient-photo-desc{
	position: relative;
	min-height: 185px;
	text-align:left;
}
.pos-b0-l10{
	bottom: 10px;
	left: 0;
}

.enquiry-btn{
	background-image: linear-gradient(to right, #af7b4d, #b68756, #c9aa71, #d8c786);
	border-radius: 25px;
    padding: 10px 40px;
    color:#000;
}

.enquiry-btn:hover{
	color: #000;
}

.right-box, .textRight{
	text-align: right;
}

.w-90-ml-10-mt-10{
	width: 90%;
	margin-top: 10%;
    margin-left: 10%;
}

.w-90-ml-10-mt-20{
	width: 90%;
	margin-top: 20%;
    margin-left: 10%;
}

.w-90-pr-10-mt-50{
	width: 90%;
	margin-top: 50%;
    padding-right: 10%;
}

ul.limb15 li{
	margin-bottom:15px;
}

ul.liwhite li{
	color:#fff;
}

.dot-text-right{
	width: 85%;
	float: left;
	text-align: right;
}
.dot-box{
	float: left;
	width: 15%;
	text-align: center;
}
.dot-text-left{
	width: 85%;
	float: left;
	text-align: left;
}

.w-30{
	float: left;
	width:30%;
}

.w-70{
	float: left;
	width: 70%;
}

.toggle-h3{
	font-size: 40px;
	margin-bottom: 0;
}

.toggle-font i{
	font-size: 20px;
	color: #fff;
}

.lh-1dot5{
	line-height: 1.5;
}

.ml-10{
	margin-left: 10px;
}

.whatsapp-btn{
    color: #fff;
    border-radius: 8px;
    background: linear-gradient(180deg, #25D366 45%, #1DA34F 100%);
    min-width: 140px;
    padding: 14px 20px;
  	font-size: 14px;
    line-height: 1.3;
    font-family: 'Inter';
    font-weight: 400;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out! important;
}

.norma-btn{
	/*background-image: linear-gradient(to right, #af7b4d, #c9aa71, #d8c786, #af7b4d);
    border-radius: 25px;
    padding: 10px 25px;
    color: #000! important;
    background-size: 300% 100%;*/
    color: #fff;
    border-radius: 8px;
    background: linear-gradient(180deg, #FED400 0%, #B39600 100%);
    min-width: 140px;
    padding: 11px 20px;
    font-weight: 600;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out! important;
}

.norma-btn:hover{
    background-position: 100% 0;
}

.norma-btn2{
	background-image: linear-gradient(to right, #af7b4d, #b68756, #c9aa71, #d8c786);
    border-radius: 25px;
    padding: 10px 25px;
    color: #000;
    font-weight: 600;
}

.tp-parallax-wrap .button i{
    width:0px! important;
}

.floatl{
	float: left;
}

.floatr{
	float: right;
}

.bdr-bottom{
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.pr-5px{
	padding-right: 5px;
}

.pl-5px{
	padding-left: 5px;
}

.z-high{
	z-index: 99;
}
.z-low{
	z-index: 1;
}

.close_bar{
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 0px;
	font-size: 30px;
	line-height: 1.2;
	z-index: 999;
}

.modal-body{
	background-color: #0b0d12;
}

.video-div{
	position: relative;
}

.video-frame{
	position: relative;
	background: linear-gradient(white, white) padding-box, linear-gradient(to right, #d9c988, #ae794c) border-box;
    /*border-radius: 15px;*/
    /*border: 5px solid transparent;*/
    /*box-shadow: #c29b2f3b 8px 8px 55px 18px, #c29b2f54 0px -12px 30px, #c29b2f4d 0px 4px 6px, #c29b2f24 0px 12px 13px, #c29b2f30 0px -3px 5px;*/
    box-shadow: rgb(172 145 76) 0px 2px 8px 0px;
    border: 2px solid transparent;
    border-radius: 10px;
}

.play-btn{
	position: absolute;
    top: calc(50% - 55px);
    left: 0;
    right: 0;
    text-align: center;
}


.play-btn2{
    position: absolute;
    top: calc(50% - 30px);
    left: 0;
    right: 0;
    text-align: center;
}

.youtubebuttoncol {
    display: block;
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    right: 0;
    text-align:center;
}

.youtubebuttoncol2 {
    display: block;
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    right: 0;
    text-align:center;
}

.youtube-desc-box{
	 display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    padding: 10px 20px;
    align-items: center;
    background: linear-gradient(180deg, rgba(31,35,44,0) 0%, rgba(31,35,44,0.4) 35%, rgba(31,35,44,0.7) 65%, rgba(31,35,44,1) 100%);
}

.youtube-desc-box h4{
	font-size: 20px;
	font-weight: 500; 
	line-height: 1.3;
}

.playbutton {
    position: relative;
    margin: 0 auto;
}
.youtube-img-box{
	position: relative;
	margin-bottom: 10px;
}

.youtube-title{
	font-size: 20px;
	line-height: 1.3;
	min-height: 52px;
}

.img-pd-clr{
	background: #1a1a1a;
    border: 1px solid #4a4a4a;
    padding: 50px;
    border-radius: 10px;
    padding:50px;
    margin:50px;
}

.bdr-left-bottom{
	border-left: 1px solid #4a4a4a;
    border-bottom: 1px solid #4a4a4a;
}

.top-form-desc {
    height: 50%;
    border-bottom: 1px solid #4a4a4a;
}

.bottom-form-desc {
    height: 50%;
}

.form-container{
	margin-left: 50px;
	margin-right: 50px;
}

.file-input__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.upload_label {
    display: inline-flex;
    text-transform: capitalize;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    border: 1px solid #ffffff80;
    border-radius: 25px;
    padding: 10px 20px;
    font-family: 'poppins', sans-serif;
}

.border-switch{
    padding: 5px;
    width: 320px;
    height: 40px;
    position: relative;
}

.border-switch-pd{
    padding:5px;
    border: 1px solid #ffffff80;
    border-radius: 40px;
}

/*.switch_type{*/
/*	position: relative;*/
/*	float:left;*/
/*	height: 100%;*/
/*	text-align: center;*/
/*	line-height: 1.8;*/
/*	width: calc(50% - 1%);*/
/*	margin-left: 0.5%;*/
/*	margin-right: 0.5%;*/
/*	padding: 5px 15px;*/
/*	border-radius: 20px;*/
/*	-webkit-transition: background-image 0.5s 0.1s ease-in-out;*/
/*    -moz-transition: background-image 0.5s 0.1s ease-in-out;*/
/*    -o-transition: background-image 0.5s 0.1s ease-in-out;*/
/*    transition: background-image 0.5s 0.1s ease-in-out;*/
/*}*/


.border-switch {
  position: relative;
}

.border-switch:after {
  content: "";
  position: absolute;
  	width: calc(50% - 0%);
  top: 0;
  transition: left cubic-bezier(.88, -.35, .565, 1.35) .4s;
  border-radius: 27.5px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
  background-image: linear-gradient(to right, #af7b4d, #b68756, #c9aa71, #d8c786);
  color: #000000;
  height: 100%;
} 

.border-switch .switch_type {
    display: inline-block;
    width: calc(50% - 2%);
    z-index: 1;
    position: relative;
    cursor: pointer;
    transition: color 200ms;
    user-select: none;
    text-align: center;
    height: 100%;
    line-height: 2;
}

.border-switch a{
    color:#fff! important
}

.border-switch.left:after {
  left: 0;
}

.border-switch.right:after {
  left: 50%;
}

/*.switch_type.active, .switch_type:hover{*/
/*	background-image: linear-gradient(to right, #af7b4d, #b68756, #c9aa71, #d8c786);*/
/*	color: #000000;*/
/*}*/

.switch-right{
	float: right;
}

.press-title{
	width: 300px;
    z-index: 100;
    position: relative;
    top: 50px;
}

.widget li{
	list-style: none! important;
}

.widget li:hover a{
	color:#fff! important;
}

.footer-font{
	font-family: 'AbhayaLibre Bold';
	font-size: 16px;
}

#footer table td{
	padding: 5px;
}

#footer table td a{
	color: #fff! important;
}

.white-hover:hover{
	color:#fff! important;
}

.bdr-8{
	border-radius: 10px;
}

.breadcrumb-item{
	text-transform: uppercase;
}


#oc-images-winner.owl-carousel .owl-item img{
   border-radius: 5px; 
}

/*#oc-images-winner.owl-carousel .owl-stage-outer{*/
/*	overflow: visible! important;*/
/*}*/
#oc-images-winner .owl-nav.disabled, #oc-images-perbandingan .owl-nav.disabled, #oc-images-akidah .owl-nav.disabled{
	display: block! important;
}

#oc-images-akidah .owl-stage, #oc-images-akidah.owl-carousel .owl-stage-outer{
	overflow: visible! important;
}

.social-b2t{
	position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 999;
    max-width: 40%;
}


.pos-abso-social{
	position: absolute;
    right: -150px;
    bottom: 480px;
    width: 500px;
    z-index: 298;
    rotate: 270deg;
}
.social-text-icon i, .social-text-icon .line-30{
	float: left;
}
.left-mr-10{
	float: left;
	margin-right: 10px;
}
.ls-8{
	letter-spacing: 8px;
}
i.icon-rotate {
    rotate: 90deg;
}

.col_one_fourth{
	width: 19.5%;
    float: left;
    margin-right: 6%;
}
.col_last{
	margin-right: 0px! important;
}

.playbutton img{
	width:60px! important;
	height: auto;
	margin: 0 auto;
}

.press-desc{
    margin-top:10px;
}

.press-desc h4{
    min-height:40px;
}

.font-line-icon{
    /*font-size:25px;*/
    
}

.modal {
    top: 10%;
}

h2.font-55{
    font-size:55px;
}

.moveup-300{
    margin-top: -300px;
}

.fw-400{
    font-weight:400;
}

.content-wrap-100{
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

/*.award-img img, .award-desc h4, .gradient-photo-image img{*/
/*    transition: transform .5s ease;*/
/*}*/

/*.award-box:hover .award-img img, .award-box:hover .award-desc h4{*/
/*    transform: scale(1.1);*/
/*}*/

/*#oc-images-vip .oc-item:hover .gradient-photo-image, .gradient-photo-image, .youtube-img-box{*/
/*    overflow:hidden;*/
/*}*/

/*.gradiend-photo-box{*/
/*    transition: background .5s ease;*/
/*}*/

/*#oc-images-vip .oc-item:hover .gradiend-photo-box, .gradiend-photo-box:hover{*/
/*    background: linear-gradient(180deg, rgb(154 118 58 / 80%) 0%, rgb(39 33 24 / 70%) 60%, rgb(11 13 18 / 10%) 100%);*/
/*}*/

/*.grid-item > img, .text-shadow, #content p, .MainNavText img, .youtube-img-box:hover img, .oc-item-img img{*/
/*    transition: all .5s ease;*/
/*}*/

/*.grid-item:hover img{*/
/*    box-shadow: #c29b2f3b 8px 8px 55px 18px, #c29b2f54 0px -12px 30px, #c29b2f4d 0px 4px 6px, #c29b2f24 0px 12px 13px, #c29b2f30 0px -3px 5px;*/
/*}*/

/*.img-scale:hover .MainNavText img, .gradient-photo-image:hover img{*/
/*    transform: scale(1.1);*/
/*}*/

/*.youtube-img-box img, .oc-item-img:hover img{*/
/*    transform: scale(1.1);*/
/*}*/

/*.youtube-img-box:hover img{*/
/*   transform: scale(1); */
/*}*/

/*.text-shadow:hover{*/
/*    text-shadow: 3px 0px 7px rgba(81,67,21,0.8), -3px 0px 7px rgba(81,67,21,0.8), 0px 4px 7px rgba(81,67,21,0.8);*/
/*}*/

/*#content p:hover{*/
/*    text-shadow: 3px 0px 7px rgba(81,67,21,0.8), -3px 0px 7px rgba(81,67,21,0.8), 0px 4px 7px rgba(81,67,21,0.8);*/
/*}*/

.cta-box{
	padding: 50px;
	border-radius: 30px;
	display: flex;
}

.w-55{
	float: left;
	width: 55%;
}
.w-175{
	float: left;
	width: 175px;
}

#mainbg, .themebg{
	background-color: #1f232c;
}

.outer-slider-box{
	background-image: url(../images/perlis/akidah-bg.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: top center;
	border-radius:16px;
	padding: 50px 30px;
	overflow: hidden;
}

.tar{
	text-align: right;
}

.fbox-content h4{
	font-size: 20px;
	line-height: 1.2;
}

.fbox-obj{
	padding: 30px 10px;
	border-radius: 16px;
	border: 1px solid rgba(0, 0, 0, 0.20);
	margin-bottom: 30px;
}

.fbox-obj .fbox-icon{
	width: 7.5rem;
    height: 6rem;
    margin-bottom:0;
    margin-top: 0;
}

.fbox-obj .fbox-icon img{
	max-height: 80px;
}

.fbox-obj .fbox-content p{
	line-height: 1.5;
	
}

.fbox-obj .fbox-content p.minh-96{
	min-height: 96px;
}

.fbox-obj .fbox-content p.minh-75{
	min-height: 75px;
}

.gallery-radius img{
	border-radius: 16px;
}

.contact-box{
	background-image: url(../images/perlis/banner-plus.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
	border-radius: 16px; 
	padding: 100px 30px 50px;
	position: relative;
    top: -400px;
    margin-bottom: -400px;
}

.kolum-box{
	background-color: #E0DAD2;
	border-radius: 16px; 
	padding: 100px 80px 50px;
	position: relative;
    top: -400px;
    margin-bottom: -300px;
}

.lightbg-box{
	border-radius: 16px;
	background: #E0DAD2;
}

.overflow-visible{
	overflow: visible;
}

.form-control{
	background: #FFF! important;
	border-radius:8px! important;
}

#enquiryForm .form-control{
	color: #000! important;
}

.contact-left{
	float: left;
	width: 50px;
}
.contact-right{
	float: right;
	width: calc(100% - 50px);
	padding-left: 10px;
}

.icon-45{
	margin-top: 10px;
	width: 45px;
	height: auto;
}

.icon-facebook2:before, .icon-line-instagram:before, .icon-youtube-play:before, .icon-tiktok:before{
	color:#000;
}

.minh-750{
	min-height: 750px;
}

.border-16{
	border-radius: 16px;
}

.dark-brown{
	color: #7A4B21;
}

.only-2-line{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.only-3-line{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.only-4-line{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.youtube-v-img-box{
	float: left;
	width: 40%;
	margin-right: 5%;
	position: relative;
}

.youtube-v-desc-box{
	float: left;
	width: 55%;
}

.youtube-box{
	margin-bottom: 30px;
	position: relative;
}

#header-wrap{
	border-bottom: 1px solid rgba(255, 255, 255, 0.20)! important;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%);
}

#oc-images-gallery.owl-carousel .owl-nav.disabled, #oc-images-video.owl-carousel .owl-nav.disabled{
    display:block! important;
}

.revo-slider-emphasis-text {
	font-size: 64px;
	font-weight: 700;
	letter-spacing: -1px;
	font-family: 'AbhayaLibre Bold', sans-serif;
	padding: 15px 20px;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}

.revo-slider-desc-text {
	font-size: 20px;
	font-family: 'AbhayaLibre Bold', sans-serif;
	width: 650px;
	text-align: center;
	line-height: 1.5;
}

.revo-slider-caps-text {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 3px;
	font-family: 'AbhayaLibre Bold', sans-serif;
}
.tp-video-play-button { display: none !important; }

.tp-caption { white-space: nowrap; }

.rs-fullvideo-cover{
	background-color: #00000080;
}
/*customize end*/


@media (min-width: 576px){
	.mr-sm-30{
	    margin-right:30px;
	}
}


@media (min-width: 768px){

    .moveup-300-768{
        margin-top:-300px;
    }

	.mt-30-768{
		margin-top: 30px;
	}

	.mt-50-768{
		margin-top: 50px;
	}

	.min-md-h225{
		min-height:225px;
	}

	.min-md-200{
		min-height:200px;
	}

	.pt-md-50{
		padding-top:50px;
	}

	.pt-md-100{
		padding-top:100px;
	}

	#oc-images-vip.owl-carousel .owl-dots, #oc-images-winner.owl-carousel .owl-dots{
	    position: absolute;
	    top: -30px;
	    right: 30px;
	}
	#oc-images-winner.owl-carousel .owl-nav, #oc-images-perbandingan.owl-carousel .owl-nav{
		position: absolute;
	    top: -110px;
	    right: 30px;
	}

	#oc-images-akidah.owl-carousel .owl-nav{
		position: absolute;
	    top: -75px;
	    right: -70px;
	}

	 #oc-images-winner.owl-carousel .owl-nav .owl-prev, #oc-images-perbandingan.owl-carousel .owl-nav .owl-prev, #oc-images-akidah.owl-carousel .owl-nav .owl-prev{
	    left: -50px;
	}
	#oc-images-winner.owl-carousel .owl-nav .owl-next, #oc-images-perbandingan.owl-carousel .owl-nav .owl-next, #oc-images-akidah.owl-carousel .owl-nav .owl-next{
	    left: auto;
	    right: -30px;
	}
	#oc-images-winner.owl-carousel .owl-nav [class*=owl-], #oc-images-perbandingan.owl-carousel .owl-nav [class*=owl-], #oc-images-akidah.owl-carousel .owl-nav [class*=owl-], #oc-images-press.owl-carousel .owl-nav [class*=owl-]{
		opacity:1;
	}

	.owl-carousel .icon-line-arrow-left:before, .owl-carousel .icon-line-arrow-right:before{
		font-size: 30px;
	}

	#oc-images-akidah.owl-carousel .owl-nav .owl-prev, #oc-images-akidah.owl-carousel .owl-nav .owl-next{
		color:#1F232C! important;
	}

	/* press carousel*/

	#oc-images-press.owl-carousel .owl-dots, #oc-images-press.owl-carousel .owl-nav{
		position: absolute;
	    top: 135px;
    	left: -175px;
	}

	#oc-images-press.owl-carousel .owl-nav .owl-prev{
	    left: -50px;
	}
	#oc-images-press.owl-carousel .owl-nav .owl-next{
	    left: auto;
	    right: -30px;
	}

	.show-flex-768{
		display: flex;
	}

	.show-flex-767{
		display: none;
	}

	.show-768{
		display: block;
	}

	.show-inline-768{
		display: inline-block;
	}

	.show-767{
		display: none;
	}

	#oc-images-winner.owl-carousel .owl-nav{
		top: -140px;
	}
	
}

@media (min-width: 992px){

	#oc-images-vip.owl-carousel .owl-nav{
	    position: absolute;
	    top: -30px;
	    right: 30px;
	}

	#oc-images-vip.owl-carousel .owl-nav .owl-prev{
	    left: -50px;
	}
	#oc-images-vip.owl-carousel .owl-nav .owl-next{
	    left: auto;
	    right: -30px;
	}
	#oc-images-vip.owl-carousel .owl-nav [class*=owl-]{
		opacity:1;
	}
    
	.pt-lg-100{
		padding-top: 100px;
	}

	#slider.include-header{
		margin-top: -110px;
	}
	.w-80{
		width: 80%;
	}
	.min-lg-h275{
		min-height:275px;
	}

	.bg-height{
		height:450px;
	}

	.pt-lg-50{
		padding-top: 50px;
	}

	.show-991{
		display: none;
	}

	.hide-991{
		display: block;
	}

	.right-lg-30{
		right:-30px;
	}

	.top-lg-20{
		top: -20px;
	}

	.left-lg-30{
		left: -30px;
	}

	.bottom-lg-20{
		bottom: -20px;
	}
	.lg-mt-50{
		margin-top:50px;
	}
}

@media (min-width: 1500px){
    .left-hd-30{
        left:-30px;
    }
    .min-hd-h240{
        min-height:240px;
    }
}

@media (min-width: 1800px){
    .mac-padding{
        padding:160px 0;
    }
}

@media (min-width: 768px){
	.col_half{
		width: 48%;
		margin-right: 4%;
		float: left;
	}
	.col_last{
		margin-right: 0%;
	}

	.min-h-md-235{
		min-height: 235px;
	}

	.min-h-md-250{
		min-height: 250px
	}
}

@media (max-width: 1365px){
	#header .norma-btn{
		padding: 10px 20px;
	    font-size: 12px;
	    width: 100%;
	    display: block;
	    text-align: center;
	}
	.primary-menu{
		flex-basis: 72%;
	}
	.norma-div i{
		display: none;
	}
	h2.font-55{
	    font-size:30px;
	    line-height:35px;
	}
}

@media (max-width:1280px){
	.mb-header-container{
		padding-left: 10px;
		padding-right: 10px;
	}
	.norma-div{
		flex-basis: 13%;
	}
	.primary-menu {
        flex-basis: 75%;
    }
    #logo img{
    	height:80px! important;
    }
    .whatsapp-btn{
    	padding: 10px;
    }
}

@media (min-width:1200px){
    .show-1199{
        display:none;
    }
}


@media (max-width:1199px){
    
    .show-1199{
        display:block;
    }

	.themebg-1199{
		background-color: #1f232c;
	}

	.youtube-style .youtube-desc-box h4, .youtube-style .youtube-v-desc-box h4{
		font-size: 18px;
	}

	.youtube-style .youtube-desc-box p, .youtube-style .youtube-v-desc-box p{
		font-size: 14px;
	}

	.font-28-1199{
		font-size: 28px;
	}

	.cta_title{
		font-size:40px;
	}

	.norma-div{
    	display: none;
    }

    .primary-menu {
        flex-basis: 85%;
    }

	.pos-abso-social{
		display: none;
	}

	.hide-1199{
		display: none;
	}

	.max-w-700{
		max-width: 100%;
	}
	.col-1-3-1199{
		-ms-flex: 0 0 33.3333%;
	    flex: 0 0 33.3333%;
	    max-width: 33.3333%;
	}
	.form-container-mb-20-1199{
		margin-left: 20px;
		margin-right: 20px;
	}
	.pt-30-1199{
		padding-top: 30px;
	}
	.mt-30-1199{
		margin-top: 30px;
	}
	.img-pd-clr{
		margin:20px;
	}

	.kolumsec1{
		background-image: none;
	}
}

@media (max-width: 991px){
    
    .news-container{
        margin-bottom:50px;
    }
    
    .sidebar-widgets-wrap{
        margin-top:50px;
    }
    .sidebar-widgets-wrap .widget, .sidebar-widgets-wrap{
        width:100%;
        max-width: 100%;
    }
    
    .top-event-box{
        margin-bottom:30px;
    }

	#page-title2, #page-title2{
		min-height: auto! important;
		height: auto;
		padding: 160px 0;
	}

	.kolum-box, .contact-box{
		padding: 30px 20px;
	    margin-bottom: 0px;
	    top: 0;
	}

	.kolumsec2{
		height:auto;
	}

	.lg-w-100{
		width: 100%;
	}

	.youtube-box.lg-center .youtube-img-box img{
		width: 100%;
	}

	.rollbg, .book-page{
		padding-top:110px;
		padding-bottom: 110px;
	}

	.absolute-akibah-pos, .absolute-reading-pos{
		display: none;
	}

	.lg-transparent-text{
		background-color: #00000080;
	}

	.fbox-obj .fbox-content p.minh-96{
		min-height: auto;
	}

	.lg-font-16{
		font-size: 16px!important;
	}

	.lg-mt-30{
		margin-top: 30px;
	}

	.lg-mt-50{
		margin-top: 50px;
	}

	.lg-mt-80{
		margin-top: 80px;
	}

	.lg-mb-0{
		margin-bottom: 0px;
	}

	.lg-mb-20{
		margin-bottom: 20px;
	}

	.lg-mb-50{
		margin-bottom: 50px;
	}

	.lg-mb-80{
		margin-bottom: 80px;
	}

	.lg-left{
		text-align: left;
	}

	.lg-center{
		text-align: center;
	}

	.lg-font-28{
		font-size: 28px;
	}

	.lg-mg-auto{
		margin:0 auto;
	}

	.lg-pt-0{
		padding-top:0px;
	}

	.lg-pd-30-0{
		padding-top:30px;
		padding-bottom: 30px;
	}

	.themebg-991{
		background-color: #1f232c;
	}

	.bg-none-991{
		background-image:none;
	}

	.lg-flex-center{
		justify-content: center;
	}

	.lg-w-400{
		max-width: 400px;
	}

	.cta_title {
        font-size: 28px;
    }

    .cta-box {
    	padding: 30px;
	}

	.dis-block-991{
		display: block;
	}

	#page-title{
		min-height: 250px! important;
	}

	.lg-full-width {
    	width: auto! important;
    	padding-right: 20px;
    	padding-left: 20px;
	}

	.pos-abso-social{
		display: none;
	}

	.dark #header-wrap {
	    background-color: #000! important;
	}

	#header .norma-btn{
		display: none;
	}

	#header .container{
		padding-left: 20px;
		padding-right: 20px;
	}
	#primary-menu-trigger, #page-menu-trigger{
		justify-content: flex-end;
	}
    
	.primary-menu {
	   flex-basis: 100%;	
	}

	#logo{
		margin-right: auto;
	}

	#logo img{
		padding: 10px 0;
	}

    .br-lg-line{
        border-right: 1px solid #dee2e6 !important;
    }
    
    .mb-border-bottom{
        border-bottom: 1px solid #dee2e6 !important;
    }
    
    .pr-lg-0{
        padding-right: 0px;
    }
    
     .pl-lg-0{
        padding-left: 0px;
    }
    
    .ml-lg-0{
        margin-left:0px;
    }
    
    .mr-lg-0{
        margin-right:0px;
    }

    .pd-0-991{
    	padding: 0;
    }
    
    .pt-30-991{
    	padding-top: 30px;
    }

    .mt-0-991{
    	margin-top:0px;
    }

    .mb-0-991{
    	margin-bottom: 0px;
    }

	.col-md-1-3, .col-1-3-991{
		-ms-flex: 0 0 33.3333%;
	    flex: 0 0 33.3333%;
	    max-width: 33.3333%;
	}

	.col-md-1-2, .col-1-2-991{
		-ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	
	.mb-lg-30{
	    margin-bottom:30px;
	}

	.fbox-content h3{
		font-size: 21px;
		line-height: 26px;
	}

	#oc-images-service.owl-carousel .owl-item .oc-tiem-desc h4{
		font-size: 15px;
	}

	.mb-lg-md-30{
		margin-bottom: 30px;
	}

	.heading-block{
		margin-bottom: 30px;	
	}

	.heading-block h2{
		font-size: 24px;
		line-height: 29px;
		
	}

	.transfrom-y-50{
		transform: translateY(-10%);
	}

	h2, h2.font-35, h3.font-35-991{
		font-size: 24px;
	}

	h3.font-30, .toggle-h3{
		font-size: 20px;
	}
	
	.show-991{
		display: block;
	}

	.hide-991{
		display: none;
	}

	#logo{
		height:auto;
	}

	#page-title{
		padding: 2rem 0;
	}

	.bg-height
	{
		height:250px;
	}

	.col_one_fourth {
	    width: 46%;
	    margin: 0 2% 30px;
	    min-height: 100px;
	    float: left! important;
	}
	.feature-box {
	    width: 100%;
	    text-align: center;
	}

	.feature-box.fbox-plain.fbox-small .fbox-icon {
	    position: relative;
	    width: 100%;
	    text-align: center;
	    margin-bottom: 10px;
	}
	.feature-box.fbox-plain.fbox-small{
		padding-left:0px;
	}
	.feature-box.fbox-plain.fbox-small h3{
		margin-bottom: 0px;
	}

	#shop:not(.product-1) .product {
	    /*width: 31%! important;
	    margin: 0 3% 30px! important;*/
	}
	
	.min-vh-lg-45{
	    min-height:45vh! important;
	}
	
	.owl-carousel .icon-line-arrow-right:before, .owl-carousel .icon-line-arrow-left:before{
		font-size:30px;
	}
	.mb-30-991{
		margin-bottom: 30px;
	}

	.w-60-991{
		width: 60%;
	}
	.w-40-991{
		width: 40%;
	}
	.mt-30-991{
		margin-top: 30px;
	}
	.mt-50-991{
		margin-top: 50px;
	}


}


@media (max-width: 767px){
    
    .erinyen.tparrows{
        min-width:50px! important;
        min-height:50px! important;
    }
    
    .erinyen.tparrows:before{
        line-height:50px! important;
    }
    
    .youtube-style img{
        width:100%;
        height:auto;
    }
    
    .rollbg, .book-page {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    
    p{
        font-size:14px;
    }
    
    h2, .font-28-1199{
        font-size:18px;
    }
    
    .md-mb-50{
        margin-bottom:50px;
    }
    
    .md-mw-300{
        max-width:300px;
        height:auto! important;
    }
    
    .feature-box img{
        max-height:100px;
        width:auto! important;
    }
    
    .fbox-lg .fbox-icon {
        width: 135px;
    }

	.md-center{
		text-align: center;
	}

	.md-mt-30{
		margin-top: 30px;
	}

	.md-mb-30{
		margin-bottom: 30px;
	}

	.md-mb-20{
		margin-bottom: 20px;
	}

	.cta-box{
		display: block;

	}

	.w-100-block{
		width: 100%;
		float: none;
	}

	.mb-cta-btn{
		margin: 0 auto 50px;
	    display: block;
	    width: 200px;

	}

	.youtube-title {
	    font-size: 16px;
	    line-height: 1.3;
	    min-height: 40px;
	    text-align:left;
	}

	#oc-images-akidah .playbutton img{
		width: 40px ! important;
	}

	#oc-images-akidah .youtubebuttoncol2{
		top: calc(60% - 25px);
	}

	.qabg{
		background-position: center left;
	}

	.kolumbg{background-position: center right;
	}

	.mb-bg-transparent{
		 background: #00000080;
	}

	.mb-pd-30-0{
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.mb-pd-60-0-30{
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.tentangbg{
		background-position: center right;
	}
    
    h2.font-55{
	    font-size:25px;
	    line-height:30px;
	}
    
    .why-bg{
        min-height:auto;
    }
    
    .gold-bg-tableshow-768{
        display:none;
    }
    
    .press-desc h4{
        min-height:60px;
    }
    
	.form-0-767{
		margin-left: 0px;
	    margin-right: 0px;
	    padding-left: 0px;
	    padding-right: 0px;
	}

	.fw-400-767{
		font-weight: 400;
	}

	.w-60-767{
		width: 60%;
	}
    
    .lg-w-400{
		max-width: 300px;
		margin:0 auto 30px;
	}
    
	.w-65-767{
		width: 65%;
	}

	.mh-auto-767{
		min-height: auto;
	}

	.max-w-250-767{
		max-width: 250px;
	}

	.show-inline-768{
		display: none;
	}

	.play-btn{
		top: calc(50% - 30px);
	}

	.MainNavText img{
		width: 60px;
		height: auto;
	}

	.grid-2-767 > .grid-item{
		width: 50%;
	}

	.w-100-pr-0-767{
		width: 100%;
		padding-right: 0px;
	}

	.min-h-185-767{
		min-height: 185px;
	}

	.line-gold-left-bottom{
		position: relative;
		left: 0;
	}

	.line-gold-center-767{
		left: auto;
	    right: auto;
	    text-align: center;
	    margin: 15px auto 0;
	}

	.mb-20-767{
		margin-bottom: 20px;
	}

	.mb-80-767{
		margin-bottom: 80px;
	}

	.mt-0-767{
		margin-top: 0px;
	}

	.mt-10-767 {
		margin-top: 10px;
	}

	.mb-30-767{
		margin-bottom: 30px;
	}

	.min-height-none{
		min-height: 0;
	}


	h3.font-35, .toggle-h3{
		font-size: 24px;
	}

	.va-bg-cover-767{
		background-size: cover;
	}

	h4 {
	    font-size: 16px;
	}

	.w-100-767{
		width: 100%;
	}

	.col-xs-12{
		-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}

	.w-100-ml-0{
		width: 100%;
	    margin-left: 0%;
	}

	.w-80-mg-20-auto-0 {
	    min-height:200px;
	    width: 80%;
	    margin: 20% auto 0;
	}

	.bg-counter1, .bg-counter2, .bg-counter3{
		background-position: center;
    	background-size: contain;
	}

	.floatx-767{
		float: none;
	}

	.pos-relative-767{
		position: relative;
	}

	.block-767{
		display: block;
	}

	.mb-30-767{
		margin-bottom: 30px;
	}

	.mb-center-767, .center-767{
		text-align: center;
	}

	.show-flex-768{
		display: none;
	}

	.show-768{
		display: none;
	}

	.show-767{
		display: block;
	}

	.show-flex-767{
		display: flex;
    	align-items: center;
    	justify-content: center;
    	    flex-wrap: wrap;
	}

	#page-title{
		min-height: 175px! important;
	}
    
    .mb-mb-10{
        margin-bottom:10px;
    }
    
    .pr-mb-5 {
        padding-right:5px;
    }
    
    .pl-mb-5{
        padding-left:5px;
    }

    .pl-20-767{
		padding-left: 20px;
	}

	.pr-20-767{
		padding-right: 20px;
	}

	.pl-35-767{
		padding-left: 35px;
	}

	.pr-35-767{
		padding-right: 35px;
	}
    
    .slide-btn span{
        font-size:15px! important;
        line-height:19px! important;
    }
    
	.col-mb-1-2{
		-ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	
	.md-pt-0{
	    padding-top:0px;
	}
    
    .md-ipb-0{
	    padding-bottom:0px! important;
	}

	.mb-0-767{
		margin-bottom: 0px;
	}

	.mb-10-767{
		margin-bottom: 10px;
	}
    
	.mb-md-30, .mb-30-767{
		margin-bottom: 30px;
	}

	.mt-30-767{
		margin-top: 30px;
	}

	.mt-50-767{
		margin-top: 50px;
	}

	.min-md-h225{
		min-height: 275px;
	}

	.fbox-content h3{
		font-size: 16px;
		line-height: 21px;
	}

	.mb-full-width {
    	width: 100%! important;
    	padding-right: 20px;
    	padding-left: 20px;
	}

	

	.sale-flash{
		font-size: 12px;
	}
	.product-overlay{
		display: none;
	}
	.product-price, .product-desc, #shop:not(.product-1) .product .product-title h3, .product-price del, .product-price ins {
		font-size: 12px;
		line-height: 18px;
		margin-right: 10px;
	}
	.feature-box.fbox-plain.fbox-small p{
		width: 100%;
		margin-left: 0;
	}
	
	.min-vh-mb-30{
	    min-height:335px! important;
	}
	.col-xs-6{
		-ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	.pl-pr-20-767{
		padding-left: 20px;
		padding-right: 20px;
	}
	.bg-none-767{
		background-image: none;
	}

	.pl-0-767{
		padding-left: 0px;
	}

	.pr-0-767{
		padding-right: 0px;
	}


	.pt-30-767{
		padding-top: 30px;
	}
	
	.pb-0-767{
		padding-bottom: 0px;
	}

	.pb-30-767{
		padding-bottom: 30px;
	}

	.pd-30-15-767{
		padding:30px 15px;
	}
	.modal{
		top:30%;
	}
	.play-btn2{
		top: calc(50% - 20px);
	}
	
	.gold-bg2, .gold-bg4{
	    background-size: cover;
    	background-repeat:no-repeat;
    	background-position: center;
    	background-attachment: unset;
	}
	
	.press-title{
	    text-align:center;
	    top:0;
	    width:100%;
	}
}


@media (max-width: 576px){
	.col-mb-6{
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}

	.col-mb-6 .counter span{
		font-size: 35px;
	}

	.pb-sm-0{
		padding-bottom: 0px;
	}

	.pd-industry{
		padding:60px 15px;
	}
	
	.mb-mb-30{
	    margin-bottom:30px;
	}
}

@media (max-width: 479px){
    
    #copyrights .floatl, #copyrights .flaotr{
        float:none;
        text-align:center;
    }
    
    #copyrights .flaotr{
        margin-bottom:10px;
    }
    
    .col_mb_one{
        width: 100%;
        margin: 0 auto 50px;
        text-align: center;
        min-height: auto;
        background-position: center;
    }
    
    .mb-0-479{
        margin-bottom:0px;
    }

	#top-search form{
		height: 50px! important;
	}

	#primary-menu-trigger{
		top:0;
	}
	#logo img {
	    padding: 5px 0;
	    height: 50px! important;
	}
	h5{
	    font-size:14px;
	}
	
	#top-search a, #top-cart, #side-panel-trigger, #top-user a {
	    margin: 15px 0;
	}
	#top-search a {
	    right: 45px;
	}
	#top-cart {
	    display: block;
	    right: 20px;
	}
	/*#shop:not(.product-1) .product {*/
	/*    width: 48%! important;*/
	/*    margin: 0 1% 30px! important;*/
	/*}*/

	#shop:not(.product-1) .product:nth-child(2n+1){
		clear:left;
	}

/* Search form enhancements */
.form-inline .input-group {
    width: 100%;
	padding: 14px 20px;
}

#searchfocus {
    min-width: 250px;
    transition: all 0.3s ease;
}

#searchfocus:focus {
    box-shadow: 0 0 0 0.2rem rgba(26, 188, 156, 0.25);
    border-color: #1abc9c;
}

.btn-outline-secondary {
    border-color: #ced4da;
    color: #6c757d;
}

.btn-outline-secondary:hover {
    background-color: #1abc9c;
    border-color: #1abc9c;
    color: white;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .form-inline {
        display: flex;
        width: 100%;
        margin-top: 10px;
    }
    
    #searchfocus {
        min-width: auto;
        width: 100%;
    }
}
