@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Roboto+Slab:wght@100;300;400;500;600&display=swap');

#sl #quicklink_bg .link_box_menu {
	padding: 20px 25px 20px;
}
#quicklink_bg {
	height: 210px;
}
#quicklink_bg .link_one {
	height: 210px;
}

.top-links {
	background:#f6fbff;
	padding:5px 10px;
	margin-bottom:30px;
}
.top-links ul {
	list-style:none;
	margin:0;
	padding:0;
}
.top-links ul li {
	padding:0 15px;
	margin:0;
	font-size:14px;
	line-height:14px;
	display:inline-block;
	border-right:1px solid #000;
}
.top-links ul li:last-child {
	border:none;
}
.top-links ul li a {
	color:#000;
	text-decoration:none;
}
.top-links ul li a:hover {
	color:#ff5302;
}

.last-updated {
	position:relative;
	padding:0 20px 20px;
}
.last-updated p {
	margin:0 0 10px;
	padding:0;
	font:12px Montserrat, Helvetica, sans-serif;
}
.last-updated h1, .last-updated h3 {
	margin:0;
	padding:0;
	font:26px Roboto Slab, Helvetica, sans-serif;
}

.last-updated a.blue-btn {
	padding:10px 20px;
	font-size:16px;
	font-weight:600;
	color:#fff;
	border-radius:5px;
	background:#dc0301;
	position:absolute;
	right:20px;
	bottom:20px;
	text-decoration:none;
}

.bluebox, .services-box {
	margin:20px;
	margin-top:0;
	display:flex;
	flex-wrap:wrap;
	border:1px solid #a9ccde;
	background: rgba(246,251,255,1);
	background: -moz-linear-gradient(top, rgba(246,251,255,1) 0%, rgba(229,241,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(246,251,255,1)), color-stop(100%, rgba(229,241,255,1)));
	background: -webkit-linear-gradient(top, rgba(246,251,255,1) 0%, rgba(229,241,255,1) 100%);
	background: -o-linear-gradient(top, rgba(246,251,255,1) 0%, rgba(229,241,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(246,251,255,1) 0%, rgba(229,241,255,1) 100%);
	background: linear-gradient(to bottom, rgba(246,251,255,1) 0%, rgba(229,241,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6fbff', endColorstr='#e5f1ff', GradientType=0 );
	padding:20px;
	font-size:16px;
}

.bluebox h3 {
	margin:0;
	padding:0 0 10px;
	font:20px Montserrat, Helvetica, sans-serif;
	font-weight:600;
	color:#105b9d;
}
.bluebox .bluebox_services{width:80%;}
.bluebox .bluebox_software{width:20%;}
.bluebox .bluebox_services>ul>li{ width: 19%; padding: 2px 10px; }
.bluebox .bluebox_services ul>li>a, .bluebox .bluebox_software ul>li>a{
	font-size:14px; font-family:'Montserrat', Helvetica, sans-serif;
	padding: 3px 10px;
	background:url(../images/red_arrow2.png) no-repeat left 10px;
}
.bluebox .bluebox_software ul>li>a{
	display:inline-block;
}



.bluebox ul li:not(.open) {
	white-space:nowrap;
	overflow:hidden;
}

.bluebox ul li.dropdown li {
	font-size:14px;
	margin-right:7px;
}
.services-box ul {
	margin:0;
	padding:0;
	list-style:none;
}
.services-box ul li {
	margin: 0 15px 0 0;
	padding: 3px 0 3px 10px;
	display: inline-block;
	background: url(../../../html/images/red_arrow2.png) no-repeat left 9px;
	font-size: 14px;
	width: 18%;
	overflow: hidden;
	white-space: nowrap;
}
.services-box ul li a {
	color:#000;
	text-decoration:none;
}
.bluebox ul li a:hover {
	font-weight:bold;
	font-size: 14px;
}
.services-box ul li:last-child {
	background:none;
	background:url(../images/red-arrow-down.png) no-repeat 150px 10px;
}


.service-col1 {
	width:80%;
}
.service-col2 {
	width:20%;
}
.services-box .service-col2 li {
	width:100%;
}




/* Main //////////////////////*/
.main {
	display:flex;
	flex-wrap:wrap;
	padding:0 20px 20px;
	justify-content: space-between;
}
.left-sidebar {
	width:205px;
}
.right-content {
	width:1245px;
	text-align:left;
}
.left-sidebar .search-box {
	position:relative;
	margin-bottom:20px;
}
.left-sidebar .search-box input[type="text"], .left-sidebar .search-box input[type="text"]:focus
.left-sidebar .search-box select, .left-sidebar .search-box select:focus {
	position:relative;
	font-size:14px;
	width:100%;
	padding:5px 10px;
	border-radius:0;
	background:#fff;
	outline:none;
}
.left-sidebar .search-box input[type="submit"] {
	width:15px;
	height:15px;
	position:absolute;
	right:5px;
	top:12px;
	cursor:pointer;
	border:none;
	font-size:0;
	background:url(../images/i-search.png) no-repeat left top;
}


/*Accordian*/
.accordion {
	width: 100%;
	margin-top:25px;
}
.accordion .accordion-head, .accordion .accordion-head.close {
	color: #000;
	background-color: #f3f3f3;
	position: relative;
	padding: 10px 15px;
	font: 16px Montserrat, Helvetica, sans-serif ;
	font-weight:600;
	cursor: pointer;
	overflow: hidden;
	border-radius:5px;
	margin-bottom:10px;
	display: block;
	opacity:1;
	width:100%;
}
.accordion .accordion-head * {
	cursor: pointer;
}
.accordion .accordion-head h4 {
	float: left;
}
.accordion .accordion-head:hover {
	color: #000;
	background-color: #f3f3f3;
	position: relative;
	padding: 10px 15px;
	font: 16px Montserrat, Helvetica, sans-serif ;
	font-weight:600;
	cursor: pointer;
	overflow: hidden;
	border-radius:5px;
	margin-bottom:10px;
	display: block;
	opacity:1;
	width:100%;
}
.accordion .accordion-body {
	border: 1px solid #ebebeb;
	border-top:none;
	padding: 20px;
	height: auto;
	display: none;
	position: relative;
	top: -14px;
	z-index:1000;
	overflow:auto;
	overflow-y:scorll;
	height:auto;
	max-height:250px;
	-webkit-box-shadow: 0px 5px 8px -1px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 5px 8px -1px rgba(0,0,0,0.16);
	box-shadow: 0px 5px 8px -1px rgba(0,0,0,0.16);
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;

}
.arrow {
	float: right;
	width: 7px;
	height: 12px;
	top:5px;
	position:relative;
	background:url(../images/arrow-down.png) no-repeat right top

}
.accordion-head.open .arrow {
	margin-top: 0;
	width:12px;
	height:7px;
	background:url(../images/arrow-down2.png) no-repeat right top;
}
.accordion-head.open {
	background:#fff;
	border:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
	font-weight:bold;
	-webkit-box-shadow: 1px -3px 15px -6px  rgba(0,0,0,0.25);
	-moz-box-shadow: 1px -3px 15px -6px  rgba(0,0,0,0.25);
	box-shadow: 1px -3px 15px -6px  rgba(0,0,0,0.25);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;

	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.accordion-head.open h4 {
	font-weight:700;
}

.accordion .accordion-body ul {
	margin:0;
	padding:0;
	list-style:none;
}
.accordion .accordion-body ul li {
	margin:0 0 10px;
	padding:0;
	font-size:16px;
}
.accordion .accordion-body ul li a {
	color:#000;
}
.accordion .accordion-body ul li a:hover,
.accordion .accordion-body ul li a:focus {
	color:#cc0200;
	text-decoration:none;
}

.apply-btn {
	padding:10px 20px;
	font-size:16px;
	font-weight:600;
	color:#fff;
	border-radius:5px;
	background:#105b9d;
	border:2px solid #fff;
	text-decoration:none;
	width:100%;
	margin-bottom:10px;
}
.apply-btn:hover {
	background:#fff;
	color:#105b9d;
	border:2px solid #105b9d;
}

.clear-all-btn {
	padding:10px 20px;
	font-size:16px;
	font-weight:600;
	border-radius:5px;
	background:#fff;
	color:#105b9d;
	border:2px solid #105b9d;
	text-decoration:none;
	width:100%;
	margin-bottom:10px;
}
.clear-all-btn:hover {
	background:#105b9d;
	color:#fff;
	border:2px solid #fff;
}


/* width */
.left-sidebar ::-webkit-scrollbar {
	width: 5px;
}

/* Track */
.left-sidebar ::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
.left-sidebar ::-webkit-scrollbar-thumb {
	background: #888;
}

/* Handle on hover */
.left-sidebar ::-webkit-scrollbar-thumb:hover {
	background: #555;
}




/* Right side content /////////////////////////////////*/
.shorting {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin-bottom:20px;
}

.right-content .search-box {
	position:relative;
}
.right-content .search-box label,
.short-by label {
	font-size:15px;
	font-weight:400;
	text-transform:uppercase;
}
.right-content .search-box input[type="text"],
.right-content .search-box input[type="text"]:focus {
	padding:5px 10px;
	border-radius:3px;
	background:#f3f3f3;
	border:none;
	outline:none;
}
.right-content .search-box input[type="submit"] {
	width:15px;
	height:15px;
	position:absolute;
	right:5px;
	top:8px;
	cursor:pointer;
	border:none;
	font-size:0;
	background:url(../images/i-search.png) no-repeat left top;
}

.short-by select {
	padding:5px 35px 5px 10px;
	border-radius:3px;
	background:#f3f3f3 url(../images/arrow-down2.png) no-repeat 130px 10px;
	border:none;
	outline:none;
}



/* Listing css //////////////////////////////*/
.listing {
	border-radius:5px;
	border:1px solid #ebebeb;
	background:#fff;
	font-size:18px;
	margin-bottom:20px;
	-webkit-box-shadow: 0px 0px 21px -9px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 21px -9px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 21px -9px rgba(0,0,0,0.45);
}

.list-info {
	padding:20px;
	display:flex;
	flex-wrap:wrap;
	border-bottom:1px solid #ebebeb;
	justify-content: space-between;
	overflow:hidden;
}
.list-info h2 {
	margin:0 0 10px;
	padding:0;
	font-size:30px;
	font-weight:bold;
}
.list-info a {
	color:#000;
	text-decoration:none;
}
.list-info a:hover {
	color:#cc0200;
}

.list-info .location, .list-total {
	margin:10px 0 10px;
	padding:0;
}
.list-info .list-title{ width: 83%}
.list-info .location span, .list-info .rating span, .list-total span {
	display:inline-block;
	padding:0 5px;
}
.list-total strong {
	font-weight:600;
}

.rating {
	padding-bottom:10px;
}
.list-info .button {
	margin-top:20px;
	position:relative;
}
.list-info .button::before {
	width:1px;
	height:160%;
	background:#ebebeb;
	position:absolute;
	content:'';
	left:-25px;
	top:-40px;
}

.list-info .button a {
	padding:10px 30px;
	font-size:18px;
	font-weight:600;
	text-align:center;
	color:#fff;
	background:#cc0200;
	border-radius:5px;
}
.list-info .button a:hover {
	background:#dc0301;
}

.list-content {
	padding:20px;
	line-height:26px;
}
.list-content a {
	color:#0e4180;
	text-decoration:none;
}
.list-content a:hover {
	color:#cc0200;
}


.list-footer {
	padding:20px;
	border-top:1px solid #ebebeb;
	display:flex;
	flex-wrap:wrap;
	font-size:16px;
	color:#0e4180;
	justify-content: space-between;
}
.list-footer ul {
	margin:0;
	padding:0;
	list-style:none;
}
.list-footer ul li {
	margin:0 0 0 20px;
	padding:0;
	display:inline-block;
}
.list-footer ul li a {
	color:#0e4180;
	text-decoration:none;
}
.list-footer ul li a:hover {
	color:#cc0200;
}
.list-footer ul li.i-send a{
	padding-left:30px;
	padding-top:3px;
	padding-bottom:3px;

	background:url(../images/i-message.png) no-repeat left top;
}
.list-footer ul li.i-review a{
	padding-left:30px;
	padding-top:3px;
	padding-bottom:3px;
	background:url(../images/i-review.png) no-repeat left top;
}
.list-footer ul li.i-follow a{
	padding-left:30px;
	padding-top:3px;
	padding-bottom:3px;
	background:url(../images/i-follow.png) no-repeat left top;
}


.paging {
	padding:20px 0;
	display:flex;
	flex-wrap:wrap;
	font-weight:bold;
	justify-content: space-between;
	overflow:hidden;
}
.paging ul {
	margin:0;
	padding:0;
	list-style:none;
}
.paging ul li {
	margin:0 0 0 15px;
	padding:0;
	display:inline-block;
	text-align:center;
	position:relative;
}
.paging ul li span.current {
	padding:8px 15px;
	background:#0e4180;
	color:#fff;
	border-radius:3px;
}
.paging ul li a {
	color:#000;
	text-decoration:none;
}
.paging ul li a:hover {
	color:#0e4180;
}
.paging ul li:last-child::before {
	width:1px;
	height:100%;
	position:absolute;
	left:0;
	background:#eee;
	content:'';
	left:-10px;
	top:-3px;
}
.paging ul li.deactive {
	opacity:0.5;
}


/*banner*/
.banner { font-weight:800; font-size:21.5px; line-height:1; background:#ffd76a; padding:10px 0 10px 15px; }
.banner small{ font-weight:700; font-size:15.3px; }
.banner big{ text-transform:uppercase; font-size:46px; /*font-weight:900;*/ letter-spacing:16px; }
.banner span{ text-transform:uppercase; padding-right:15px; }
.banner span.space{ letter-spacing:4px; position:relative; }


.bluebox .bluebox_services ul>li.dropdown,
.bluebox .bluebox_services ul>li.dropdown.open,
.bluebox .bluebox_software ul>li.dropdown,
.bluebox .bluebox_software ul>li.dropdown.open {
	max-width: 195px;
	height:30px;
}
.bluebox .bluebox_software ul>li.dropdown>ul {
	width:240px;
}
.bluebox_software .cdropdown {
	width:210px;
}

.bluebox .bluebox_software ul>li.dropdown>a {
	margin-top:4px;
}
.w_col3{width: 728px !important; left: -265px !important; border-top:1px solid #9ac5dd !important;margin-top:0px !important;}
.cdropdown {width: 228px;}
.bluebox ul li.dropdown li { padding:2px 10px; }
.view-banner, .view-banner:hover { text-decoration: none; color: #000}
.select2-search--dropdown .select2-search__field { outline: none; width: 156px !important;}
.select2-search--dropdown .select2-search__field:focus{outline: none;}
.bluebox .bluebox_services ul>li>a,
.bluebox .bluebox_services ul>li.dropdown>a,
.bluebox .bluebox_software ul>li>a,
.bluebox .bluebox_software ul>li.dropdown>a {
    -webkit-transition: all 0ms ease;
    -moz-transition: all 0ms ease;
    -ms-transition: all 0ms ease;
    -o-transition: all 0ms ease;
    transition: all 0ms ease;
}
.bluebox_100 { width: 100% !important;}
.bluebox_100 .w_col3 { left: -528px !important;}
.bluebox .bluebox_100>ul>li{ width: 15% !important;}
