@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,400&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*, * focus {
	outline: none!important;
	margin: 0;
	padding: 0;
}
*,
*:before,
*:after{
box-sizing: border-box;
}


a, a:hover{
	text-decoration:none!important;
}
a:visited {
    text-decoration: none!important;
  }
html {
  scroll-behavior: smooth!important;
}
html, body {
    height:100%;
}
body{
    font-family: 'Poppins', sans-serif !important;
	font-weight:400!important;
	line-height: 24px!important;
	font-size: 13px!important;
	color: #222!important;
	text-decoration: none;
	height:100%;
}


.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
header{
	position: fixed;
	z-index:1000;
	top:0;
	left:0;
	width: 100%;
	padding:10px 0;
	background-image: linear-gradient(180deg, #fff, #f9f9f9);
	box-shadow:0px 3px 10px rgba(0,0,0,.1);
}
.outer header{
	padding:0;
}
.wsmenu-list > li > a{
    color: #1a1a1a!important;
}
.wsmenu-list > li > a i {
    color: #f46516;
}

header .container-fluid{
	position:relative;
}

h1, h2, h3, h4, h5{
}

h1{
	font-weight:600!important;
	font-size:24px!important;
	line-height:normal;
	color:#f46516;
	padding:0 0 5px 0!important;
	margin:0 0 0 0!important;
	position:relative;
	text-transform:uppercase;
}
h1 a{
	float:right;
}
/*
h1:after{
	position:absolute;
	content:"";
	width:80px;
	height:2px;
	background-color:#ccc;
	left:50%;
	bottom:0;
	margin-left:-40px;
}*/
h2{
	font-weight:600!important;
	font-size:24px!important;
	line-height:normal;
	color:#f46516;
	padding:0 0 5px 0!important;
	margin:0 0 20px 0!important;
	position:relative;
	text-transform:uppercase;
}
/*
h2:after{
	position:absolute;
	content:"";
	width:80px;
	height:2px;
	background-color:#ccc;
	left:0;
	bottom:0;
	margin-left:0;
}
.text-center h2:after{
	left:50%;
	margin-left:-40px;
}
*/
h3{
	font-weight:600!important;
	font-size:22px!important;
	line-height:normal;
	color:#111!important;
	padding:0!important;
	margin:0 0 10px 0!important;
}
h3 span{
	color:#003366;
	display:inline-block;
}
h4{
	font-weight:600!important;
	font-size:18px!important;
	line-height:normal;
	color:#7b38a1!important;
	padding:0!important;
	margin:0 0 10px 0!important;
}
h4 span{
	color:#003366;
	display:inline-block;
}
h5{
	font-weight:600!important;
	font-size:16px!important;
	color:#333!important;
	padding:0!important;
}
form h5{
	font-size:12px!important;
	margin:10px 0 5px 0!important;
	font-weight:700!important;
	color:#663131!important;
}
h6{	
	color:rgba(0,0,0,.8)!important;
	font-weight: 400!important;
	font-size: 14px!important;
}
p{
	text-align:justify;
}


.outer{
	width:94%;
	max-width:640px;
	margin:15px auto 0 auto;	
	box-shadow:0px 0px 15px 10px rgba(0,0,0,.15);
	border-radius: 20px;
	background-color: #fff;
}
@media screen and (max-width: 580px) {
.outer{
	width:94%;
	max-width:94%;
}
}

.detail-page{
	position:relative;
}
.dt-top{
	border-radius:0!important;
	padding:0px!important;
	margin-top:10px!important;
	box-shadow: 0px 5px 15px rgba(38,51,108,0)!important;
}
.dt-top .name{	
}

.dt-logo{
	width:100px;
	height:100px;
	line-height:100px;
	border-radius:100%;
	border:solid 5px #f46516;
	padding:3px;
	background-color:#fff;
	overflow:hidden;
	position: relative;
	margin: -53px 0 0 0;
}
.dt-logo img{
  	margin: 0;
    position: absolute;
  	top: 50%;
  	left: 50%;
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);  
	height:auto;
	width:auto;
	max-width:75%;
	border-radius:10px;
}
.dt-cta{
	display:table;
	margin:20px auto 0 auto;
	text-align:center;
	width:100%;
	list-style:none;
}
.dt-cta li{
	display:table-cell;
	margin:0 3px;
}
.dt-cta li a{
	display:block;
	background-color:#204780;
	color:#fff;
	border-radius:10px;
	margin:0 2px;
	padding:3px 0;
}
.dt-cta li a img{
	height:25px;
	width:auto;
}

.contact-list{
	display:block;
	width: 100%;
	margin:10px 0 10px 0!important;
	padding: 10px 0 10px 0!important;
	text-align:center;	
	list-style:none;
	border-top: solid 1px rgba(0,0,0,.1);
	border-bottom: solid 1px rgba(0,0,0,.1);
}
.contact-list li{
	display: inline-block;
	text-align:center;
	margin: 0 10px!important;
	padding: 0!important;
	outline: 0!important;
}
.contact-list li a{
	display:block;
	color:#111;
	font-size:12px;
	line-height:1.3;
}
.contact-list li a i{
	color:#f46516;
	font-size:18px;
	width:32px;
	height: 32px;
	line-height: 32px;
	background-color: rgba(0,0,0,.1);
	border-radius: 50%;
	text-align:center;
	margin:0px 0px 3px 0;
}
.contact-list li span{
	display:block;
}
.contact-list li.offer{
	border:solid 1px rgba(0,0,0,.1);
}
.contact-list li.offer a{
	color:#fff;
}
.contact-list li.offer a i{
	color:#fff !important;
}


.detail-banner{
	margin:0;
	position:relative;
	overflow:hidden;
	border-radius: 15px 15px 0 0;
}
.detail-banner img{
	width:100%;
	height:auto;
}

.detail-box{
    position:relative;	
}
.detail-box .pay-inr{
    position:absolute;
    width:60px;
    height:auto;
    top:-19px;
    right:10px;
	
}

.service-box{
	display:block;
	width:100%;
	list-style:none;
	margin:0!important;
}
.service-box li{
	padding:0px;
	border-radius:5px;
	border:solid 1px #eee;
	box-shadow:0px 5px 10px rgba(0,0,0,0);
	margin:30px 0 0 0 !important;
	text-align:center;
	overflow:hidden;
}
.service-box li img{
	width:100%;
	height:auto;
	margin:0 0 10px 0;
}
.service-box li h3{
	display:inline-block;
	background-color:#fff;
	font-weight:600!important;
	font-size:20px!important;
	line-height:normal;
	color:#111!important;
	padding:3px 13px!important;
	border-radius:5px;
	margin:-45px 0 10px 0!important;
	box-shadow:0px -10px 10px rgba(0,0,0,.3);
}
.service-box li p{
	text-align:justify;
}
.service-box li a{
	margin-top:15px;
}
.service-box .s-links{
	width:100%;	
	margin-top:20px;
}
.service-box .s-links a{
	display:inline-block;
	margin:0 3px;
}
.service-box .s-links a img{
	clear:both;
	display:block;
	width:34px;
	height:auto;
	margin:0 0;
}


.sharing{
	display:block;
	margin:15px 0 0 0;
}
.sharing img{
	width:40px;
	height:auto;
}
@media screen and (max-width: 768px) {
.sharing{
	display:block;
	float:none;
	margin:15px 0 0 0;
}
}
.detail ul{
	margin-left:15px;
}
.detail-types{
	width:100%;		
}
.detail-types ul{
	display: block;
	padding:0px !important;
	margin:0!important;
	width:100%;
	list-style:none;
}
.detail-types ul li{
	color:#666;
	text-transform:uppercase;
	line-height:normal;
}
.detail-types ul li img{
	clear:both;
	width:40px;
	height:auto;
	margin:0 0 10px 0;
}
.detail-types ul li strong{
	display:inline-block;
	clear:both;
	font-weight:600;
	color:#f46516 ;
}
.detail-types ul li strong a{
	color:#f46516 ;
	text-decoration:none;
}


.payment-types{
	width:100%;		
}
.payment-types ul{
	display: block;
	padding:0px !important;
	margin:0!important;
	width:100%;
	list-style:none;
	text-align:center;
}
.payment-types ul li{
	color:#666;
	display:inline-block;
	line-height:normal;
	margin:.5rem 0;
	padding:0 10px;
}
.payment-types ul li strong{
	color:#666;
	font-weight:500;
	font-size:12px;
	display:block;
	text-transform:lowercase;
}
.payment-types ul li a{
	text-decoration:none;
	display:inline-block;
	background-color:#f46516;
	border-radius:3px;
	color:#fff !important;
	padding:2px 6px;
	margin:5px 0 0 0;
}
.payment-types ul li img{
	clear:both;
	display:block;
	width:60px;
	height:auto;
	margin:5px auto 10px auto;
}


.dynamic ul {
	margin:0 0 0 15px;
}
.dynamic ul li{
	text-decoration: none;
	text-align: left;
}
.dynamic ol {
	margin:0 0 0 15px!important;
}
.dynamic ol li{
	text-decoration: none;
	text-align: left;
}


.downloads{	
	margin:0!important;
	width:100%;
}
.downloads:before, .downloads:after{
	display: table;
	content: "";
}
.downloads:after{	
	clear: both;
}
.downloads li{
	float:none;
	width:100%;
	list-style-type: none;
	text-indent:0!important;	
	margin:8px 2% 8px 0;
	line-height:normal;
	color:#111;
	box-shadow:0px 4px 5px -5px #f46516;
}
.downloads li a{
	border:solid 1px #f3e2ed;
	border-left:solid 3px #f46516;
	color:#111;
	padding:10px;
	display:block;
	-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
	-moz-transition-duration: 0.5s; /*Mozilla duration version*/
	-o-transition-duration: 0.5s; /*Opera duration version*/
}
.downloads li a:hover{
	color:#f46516;
	border-left:solid 10px #f46516;
}
.downloads li i{
	color:#1f316e;
	margin:0 10px 0 0;
}


.pro-map{
}
.pro-map iframe{
	width:100%!important;
	height:250px!important;
	padding:5px;
	background-color:#fff;
	box-shadow:0px 0px 3px rgba(0,0,0,.3);
}
::-webkit-input-placeholder { /* Chrome */
  color: #495057;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #495057;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #495057;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #666;
  opacity: 1;
}
input[type="text"], input[type="tel"], input[type="email"] {
	background-color: rgba(255,255,255,1);
	font-size: .9rem;
	border:solid 1px #ddd;
	color: #495057;
	padding: 0 1rem;
	height:45px;
	width: 100%;
	border-radius:5px;
	margin:0 0 5px 0!important;
}
.iti {
    position: relative;
    display: block;
	width: 100%;
	margin:0 0 20px 0!important;
}
.iti .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #ddd;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.iti__country {
    padding: 5px;
    outline: none;
	font-size:11px;
}
input[type="password"] {
	background-color: rgba(255,255,255,1);
	font-size: .9rem;
	border:solid 1px #ddd;
	color: #495057;
	padding: 0 .75rem;
	height:45px;
	width: 100%;
	margin:0 0 20px 0!important;
}
textarea{
	background-color: rgba(255,255,255,1);
	font-size:.9rem;
	border:solid 1px #ddd;
	color: #495057;
	clear: both;
	padding: 0 .75rem;
	height:90px;
	width: 100%;
	text-decoration: none;
	margin:0 0 20px 0!important;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0;
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.7rem + 2px)!important;
  padding: 0.375rem 0.75rem;
  line-height: 2!important;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0!important;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.7rem + 2px) - 1px * 2) !important;
  padding: 0.375rem 0.75rem;
  line-height: 2!important;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0!important;
}

.rc-anchor{
	display:none!important;
}
.captcha{
    text-align:center;
    width:227px!important;
    height:57px!important;
    overflow:hidden;
    margin:0 auto 1rem auto !important;
    display:inline-block!important;
}
.captcha .g-recaptcha{
    margin:0 auto!important;
    display:inline-block!important;
}

.btn {
  font-size: 13px!important;
}
.full-btn{
	display:block!important;
	width:100%!important;
}
.btn-full{
	text-align:center;
	padding:0 10px!important;
	width:100%!important;
}
a.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}
.btn1 {
	background-color: #f46516;
	display:inline-block;
	line-height:44px;
	padding:0 25px;
	color:#fff!important;
	font-size:13px;
	border:0;
	border-radius:5px;
}
.btn1:hover{
	background-color:#1a1a1a;
}
.full-width{
	display:block;
	width:100%;
}
.btn2 {
	background-color: #f46516;
	display:inline-block;
	line-height:44px;
	padding:0 25px;
	color:#fff!important;
	font-size:13px;
	border:0;
	border-radius:5px;
}
.btn2:hover{
	background-color:#003366!important;
}
.btn3 {
	background-color: #f46516;
	display:block;
	width:100%;
	line-height:44px;
	padding:10px 25px;
	color:#fff!important;
	font-size:16px;
	border:0;
	border-radius:5px;
	text-align:center;
	text-transform:uppercase;
}
.btn3:hover{
	background-color:#1a1a1a!important;
}
.btn-wa {
	background-color: #2cb742!important;
	display:block;
	line-height:37px;
	padding:0 10px;
	color:#fff!important;
	font-size:13px;
	border:0;
	border-radius:4px;
	text-align:center;
}
.btn-wa:hover{
	background-color:#f46516;
}
.btn3 {
	background-color: #fff;
	display:inline-block;
	line-height:44px;
	padding:0 30px;
	color:#003366;
	font-size:16px;
	font-weight:600;
	border:0;
}
.btn3:hover{
	background-color:#f46516;
	color:#fff;
}
.button {
	background-color: #fff;
	border:solid 0px #eee;
	display:block!important;
	line-height:44px;
	padding:0 27px;
	color:#204780!important;
	font-size:14px;
	margin:-10px auto 10px auto;
	border-radius:20px;
	text-transform:capitalize;
}
.social{	
	padding: 0;	
}
.social ul{	
	padding: 0!important;
	margin: 0!important;
	outline: 0!important;
	display: flex;
}
.social ul li{
	display:inline-block;
	list-style:none;
	margin:0px 2px!important;
	border:0;
	padding:0!important;
}
.social ul li a i{
	width:32px;
	height:32px;
	line-height:28px;
	font-size:14px;	
	text-align:center;
	border-radius:50%;
	background-color:#003366;
	border:solid 2px #003366;
	color: #fff;
	text-decoration:none;
}
.social ul li a img{
	width:40px;
	height:40px;
	padding:3px;
	font-size:1.2rem;
	line-height:36px;
	text-align:center;
	border-radius:100%;
	background-color:#fff;
	border:solid 2px #1572be;
	color: #fff;
	text-decoration:none;
}
.social ul li a img.im{
	border:solid 2px #db261f;
}
.social ul li a i.fa-facebook{
	background-color:#4268b3;
	border:solid 2px #4268b3;
}
.social ul li a i.fa-linkedin{
	background-color:#0177b5;
	border:solid 2px #0177b5;
}
.social ul li a i.fa-instagram{
	background-color:#d33596;
	border:solid 2px #d33596;
}
.social ul li a i.fa-twitter{
	background-color:#43bceb;
	border:solid 2px #43bceb;
}
.social ul li a i.fa-youtube{
	background-color:#e42b33;
	border:solid 2px #e42b33;
}
.social ul li a i.fa-pinterest-p{
	background-color:#e42b33;
	border:solid 2px #e42b33;
}
.social ul li a i.fa-telegram{
	background-color:#33a9de;
	border:solid 2px #33a9de;
}
.social ul li a i.fa-podcast{
	background-color:#a447d5;
	border:solid 2px #a447d5;
}
.social ul li a i.fa-spotify{
	background-color:#1dd05d;
	border:solid 2px #1dd05d;
}
.social ul li a i.fa-play{
	background-color:#3b87e8;
	border:solid 2px #3b87e8;
}

footer{
	position: relative;
	color: #333;
	font-size:9px;
	line-height: 1.3;
	text-align:center;	
	padding: 15px 15px 80px 15px;
	border-radius:8px;
}
footer a{	
	color: #003366;
	text-decoration:none;
}
footer .copy{	
	font-size:12px;
	line-height:1.5;
}

@media screen and (max-width: 992px) {
.footer2 ul{
	width:100%;
}
.footer2 ul li{
	list-style:none;
	display:inline-block;
	line-height:normal;
	padding:0 0;
	margin:0 10px 0 0;
	position:relative;
}
.footer2 ul li:before{
	display:none;
	line-height:normal;
}
.footer2 .row .col-md-3 {
	padding-top:15px;
	padding-bottom:15px;
	border-right:solid 0px rgba(255,255,255,.2);
}
}

.fix-home{
    position:fixed;
    right:5px;
    bottom:72px;
    width:40px;
    height:40px;
    line-height:40px;
    border-radius:5px;
    z-index:100;
    background-color:#f46516;
    text-align:center;
}
.fix-home a{
    display:block;
    width:40px;
    height:40px;
    line-height:40px;
    border-radius:5px;
    color:#fff!important;
}
.fix-home a i{
    font-size:16px;
    width:40px;
    height:40px;
    line-height:40px;
    color:#fff!important;
}



.fix-call{
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    z-index:100;
	background-image: linear-gradient(45deg, #1a1a1a 0%, #2a2a2a 100%);
    text-align:center;
    padding:0 0 0 0;
    box-shadow:0px -5px 10px rgba(0, 0, 0, .1)!important;	
	display:table;
}
.fix-call a{
	display:table-cell;
	width: 40%!important;
    color:#fff !important;
	height:auto;
	line-height:1;
	text-align:center;
	text-decoration: none!important;
	margin:0;
	padding:3px 5px;
	text-transform: uppercase;
	vertical-align:middle;
	border-right:solid 0px rgba(0,0,0,.3);
}
.fix-call a i{
	display: inline-block;
    font-size:16px!important;
	width:auto!important;
	height:auto!important;
	line-height:45px!important;
	border-radius:0;
	margin:0 3px 0 0;
	border:solid 0px rgba(255,255,255,0);	
	vertical-align:middle;
	box-shadow:0px 3px 3px rgba(0,0,0,0);
}
.fix-call a.wa{
	position: relative;
	z-index: 10;
	top: -5px;
	padding: 3px 5px;
	width: 20%!important;
	background-color: #13990a;
	border-radius: 5px;	
	margin-top: 0px;
	box-shadow: 0px 0px 5px rgba(0,0,0,.25);
}
.fix-call a.wa img{
    display:inline-block;
	height:40px;
	vertical-align:middle;
}
.fix-call a.wa span{
    display:none;
}
.fix-call a span{
	display:inline-block;
	line-height:45px;
}





* {
  box-sizing: border-box;
}
.row-grids {
    column-width: 160px;
	column-gap: 0px;
	width: 100%;
	max-width: 1100px;
	margin: 0px auto;
}

/* Create four equal columns that sits next to each other */
.column-grid {
    background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
	margin: 5px;
	padding: 0px;
	border-radius:5px;
	transition: opacity .4s ease-in-out;
	display: inline-block;
	column-break-inside: avoid;
}

.column-grid img {
    width: 100%;
	height: auto;
	border-radius:3px;
	box-shadow: 0 4px 5px rgba(0, 0, 0, .25);
}

.nav-scroll{
	width: 100%;
	overflow-x: scroll;
	padding-bottom: 4px;	
}

.nav-tabs {
  	border-bottom: solid 1px #eee !important;
	width: 100%!important;
	display: table!important;
	white-space: nowrap;
	min-width: 500px;
	overflow: scroll;
}
.nav-tabs .nav-item {  	
	display: table-cell!important;
	text-align: center!important;
}
.nav-tabs .nav-link {
	padding: 5px 0!important;
	font-weight: 600;
	border-radius: 0!important;
	margin: 0!important;
	border: 0 !important;
	color: #222;
	display: block!important;
	border-bottom: solid 2px #fff!important;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
	border:0!important;
	margin: 0!important;
	border-bottom: solid 2px #eee!important;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	border:0!important;
	margin: 0!important;
	border-bottom: solid 2px #eee!important;
}



.grecaptcha-badge { opacity:0;}