body{
	text-align: center;
	color: #555555;
	overflow-x: hidden;
	font-size: clamp(1.4rem, 1.5vw, 1.6rem);
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight:500;
	background: #fff;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight:700;
	color:#111111;
}
img{
	max-width: 100%;
	height: auto;
}
a{
	color: #111111;
    transition: 0.3s;
}
a:hover{
	text-decoration: none;
	color: #eb3d32;
}
a:focus{
	outline: none;
}
a:focus, a:hover {
    text-decoration: none;
}
.box{
    overflow: hidden;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.07);
	transition: 0.3s;
	text-align: center;
}
@media (max-width: 767px) {
.box{
    border-radius: 10px;
}
}
.box:hover{
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.box a{
	display: block;
}
.box img{
	width: 100%;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.box span{
	text-transform: capitalize;
	display: inline-block;
	vertical-align: top;
	margin-top: 25px;
}

/*slider*/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }
.header-top {
	text-align:left;
	padding:20px 0;	
}
.header-top.scroll-menu{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
    padding: 10px 0;
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: anim_titles;
    -moz-animation-duration: 5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
	box-shadow: 0 8px 6px -6px rgba(0,0,0,.4);
}
.header-top .un-container {
	display:flex;
	align-items:center;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media (max-width: 767px) {
	.header-top .un-container {
		justify-content: center;
		gap: 20px;
	}
	.header-top .menu {
		width:100%;
	}
}
.header-top .un-container #top-menu {
	list-style-type:none;
	flex-grow: 1;
	text-align: center;
	padding:0;
	margin: 0;
}
.header-top .un-container #top-menu li {
	display:inline-block;
	padding:0 clamp(1rem, 1.5vw, 4rem);
}

.header-top .un-container #top-menu li a{
	display:block;
	font-size:16px;
	line-height:30px;
	font-weight:700;
	text-transform:capitalize;
}
.header-top .un-container #top-menu li a:hover {
	color:#eb3d32;
}
.header-top .un-container .link a{
	display: inline-block;
    border-radius: 30px;
    text-transform: capitalize;
    background: #eb3d32;
    color: #fff;
    padding: clamp(1.3rem, 1.4vw, 1.5rem) clamp(3.2rem, 4vw, 4.8rem);
    transition: 0.3s;
    font-weight: 700;
}
.header-top .un-container .link a:hover{
    background: #d3362d;
}
.section-elementor,
.select-page,
#slider {
	margin-bottom: 100px;
}
@media (max-width: 1199px){
	.section-elementor,
	.select-page,
	#slider {
		margin-bottom: 70px;
	}
}
@media (max-width: 767px){
	.section-elementor,
	.select-page,
	#slider {
		margin-bottom: 50px;
	}
}
#slider{
	position: relative;
	height: clamp(35rem, 47.5vw, 60rem);
	overflow: hidden;
}
#slider img {
	width: 100%;
	height:100%;
}
#slider .text-content {
	position: absolute;
	top: 50%;
	left:0;
	right: 0;
	text-align: center;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width:1000px;
	padding:0 15px;
	margin: auto;
}

#slider .text-content .title1 {
	font-weight: 700;
	color: #fff;
	margin-top: 0;
	font-size: clamp(3rem, 3.5vw, 4rem);
    margin-bottom: clamp(2rem, 2.5vw, 3rem);
}
#slider .text-content p {
	color: #fff;
	font-size: clamp(1.6rem, 1.7vw, 1.8rem);
	margin-bottom: clamp(3rem, 4vw, 5rem);
}
#slider .text-content a {
	background: #eb3d32;
    display: inline-block;
    padding: clamp(1.3rem, 1.4vw, 1.5rem) clamp(3.2rem, 4vw, 4.8rem);
    border-radius: 30px;
	font-weight: 700;
	color: #fff;
}
#slider .text-content a:hover{
    background: #d3362d;
}
/* Elementor section */

.section-elementor .flex-content{
	display: flex;
	flex-wrap: wrap;
    align-items: center;
	margin:0 -15px;
}
@media (min-width: 768px) {
	.section-elementor .flex-content .flex-col{
		flex: 1 0 50%;
	}
}
.section-elementor .flex-content .flex-col{
	padding:0 15px;
}
.section-elementor .col-left{
	text-align: left;
}

.section-elementor .col-left img{
	max-width: 200px;
}
.section-elementor .col-left h2{
	font-size:40px;
	margin-bottom:20px;
}
.section-elementor .col-left p{
	margin-bottom:30px;
}
@keyframes horizontal-shaking {

  0%,
  18%,
  100% {
    transform: translate3d(0, 0, 0)
  }

  2%,
  6%,
  10%,
  14% {
    transform: translate3d(-5px, 0, 0)
  }

  4%,
  8%,
  12%,
  16% {
    transform: translate3d(5px, 0, 0)
  }
}
.section-elementor .col-left .text-hot {
	font-weight:700;
	font-size:24px;
	color: #eb3d32;
	text-transform:capitalize;
	animation: horizontal-shaking 4s ease infinite;
    animation-delay: 2s;
    transform-origin: 50% 50%;
}
@keyframes scale-image {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0);
  }
}
.col-right img {
	border-radius:20px;
}
@media (min-width: 768px){
.col-right img {
	animation: scale-image 6s ease-in-out infinite;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}
}
/*main_content*/

.main_content{}
.select-page .container-inner{
	padding-bottom: 20px !important;
}
.main_content .title{
	margin-bottom:clamp(3rem, 3.5vw, 4.5rem);
}
.main_content  .title .number_txt{
	position:relative;
	display:inline-block;
	color:#eb3d32;
	font-size:clamp(6rem, 8vw, 10rem);
	font-weight:700;
	margin:0 0 20px 0;
}
.main_content  .title .number_txt span{
	font-size:50px;
	position:absolute;
    top: 8px;
    right: -30px;
	
}
.main_content .title .txt1{
    font-weight: 700;
    font-size: clamp(3rem, 3.5vw, 4rem);
    margin-bottom: clamp(1rem, 1.25vw, 1.5rem);
    margin-top: 0;
	color:#111111;
}
.main_content  .title p{
    margin: 0;
}
/* section-tab-menu */
.section-tab-menu{
	text-align: center;
	margin-bottom: clamp(3rem, 4vw, 5rem);
}
.tab-menu-inner{
	text-align: center;
}
.pt_menu{
	margin: 0 2px 8px;
	display: inline-block;
}
.pt_menu a{
	color: #111111;
	background:#fff;
	border-radius:30px;
	display: block;
	font-weight:600;
	padding:8px 20px;
	border:1px solid #E5E8EC;
	font-size:14px;
	text-transform:capitalize;
}
.pt_menu .current,
.pt_menu:hover a{
	background: #eb3d32;
	color:#fff;
	border-color:#eb3d32;
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.box .label{
	width: 52px;
	height: 52px;
	position: absolute;
	top: 10px;
	right: 10px;
	border-radius: 100%;
	font-size: 0;
	padding: 0;
	background: url('images/lable_new.png') center;
}
.box .label.comingsoon{
	background: url('images/lable_cs.png') center;
}
.box .label.hot{
	width: 52px;
	height: 52px;
	position: absolute;
	top: 10px;
	right: 10px;
	border-radius: 100%;
	font-size: 0;
	padding: 0;
	background: url('images/label_hot.png') center;
}
/* select-page */
.select-page{
	background:#f5f5f5;
	padding-bottom: clamp(1rem, 2.5vw, 4rem);
	padding-top: clamp(4rem, 5.5vw, 7rem);
}
.select-page .box{
	position: relative;
}

.main_content  .box{
	position: relative;
	margin-bottom:30px;
	transition: 0.3s;
}
.main_content  .box:hover span{
	color: #eb3d32;
}
.main_content  .box img {
	border-radius: 2px;
}
.main_content  .box span{
	text-transform: capitalize;
	font-weight: bold;
	line-height: 40px;
	display: inline-block;
	vertical-align: top;
	padding: 0 15px;
	margin: 15px 0;
	color:#111111;
	font-weight:700;
}

.back-grey {
	background:#f5f5f5;
	padding:clamp(4rem, 6.5vw, 9rem) 0;
}

.box-main-inner {
	display: table;
	vertical-align: middle;
	width: 100%;
}
.box-main-inner .image {
	display: table-cell;
	vertical-align: middle;
	width: 52%;
	border-radius: 6px;
	box-shadow: -11px -11px 20px 2px rgba(0,0,0,0.05);
	-webkit-box-shadow: -11px -11px 20px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: -11px -11px 20px 2px rgba(0,0,0,0.05);
	-o-box-shadow: -11px -11px 20px 2px rgba(0,0,0,0.05);
}
.box-main-inner .image img {
	width: 100%;
}

.icon-new {
    background: url(images/icon-new.png) no-repeat scroll 0 0;
    height: 74px;
    position: absolute;
    right: 28px;
    top: 0;
    width: 74px;
    z-index: 9;
	}
.box-main-inner .text {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	
	width: 48%;
	padding-left: 6%;
}
.box-custom-view .text {
	padding-left:0;
	padding-right: 6%;
	text-align: right;
}
.box-custom-view .text .text-inner {
	text-align: left;
	display: inline-block;
	vertical-align: top;
}
.box-main-inner .text h3 {
	margin-top:0;
	font-size: 36px;
	color: #2c3137;
	font-weight: 500;
	margin-bottom: 25px;
}
.box-main-inner .text p {
	font-size: 18px;
	color: #373737;
	line-height: 24px;
	margin: 0;
	max-width: 550px;
}
.box-main-inner .text a{
	color: #2c3137;
	font-size: 12px;
	line-height: 50px;
	border: 2px solid #2f343a;
	display: inline-block;
	vertical-align: top;
	padding: 0 60px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 80px;
}
.box-main-inner .text a:hover {
	color: #eb3d32;
	border-color: #eb3d32;
}

/* features */
#section-feature {
	margin-bottom:70px;
}
#section-feature .title {
	padding-top:0;
}
#section-feature .box {
	background:#ffffff;
	text-align:center;
	border:1px solid #E5E8EC;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.07);
	height:200px;
	margin-bottom:30px;
}
#section-feature .box .icon_box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110px;
}
#section-feature .box .icon_box img {
	width:auto;
	box-shadow:none;
}
#section-feature .box .text_box {
	padding:0 10px 20px 10px;
}
#section-feature .box .text_box .title_features{
	font-size: 16px;
    font-weight: 700;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 3px;
}
#section-feature .box .text_box .sub_title{
	font-size: 12px;
    font-weight: 400;
    color: #909090;
    padding: 0 5px;
}
/* support */
.support {
	padding:clamp(4rem, 6.5vw, 9rem) 0;
	
}
@media (min-width: 992px){
	.support .un-container > .row {
		display:flex;
		align-items:center;
	}
}
.support .box-support{
	display:grid;
	grid-template-columns:50% 50%;
	grid-template-rows: auto auto;
}
@media (max-width: 479px){
	.support .box-support{
		display: block;
	}
}
.support .box-support .iteam-support {
	text-align:center;
	margin-bottom:30px;
}
.support .box-support .iteam-support:nth-child(3){
    grid-column: 1/3;
}
.support .box-support .iteam-support img{
	margin-bottom:20px;	
}
.support .box-support .iteam-support h4{
	font-size: 18px;
    font-weight: 700;
    color: #111111;
    text-transform: capitalize;
    margin-bottom:5px;
}
.support .box-support .iteam-support p{
	font-size: 18px;
    color: #111111;
	line-height:28px;
	margin:0;
}
.support .contact_now {
	display: inline-block;
    border-radius: 30px;
    background: #eb3d32;
    color: #fff;
    margin: 30px 0 0;
    transition: 0.3s;
    font-weight: 700;
	padding: clamp(1.3rem, 1.4vw, 1.5rem) clamp(3.2rem, 4vw, 4.8rem);
}

.support .contact_now img {
    vertical-align: -3px; 
    margin-right: 10px;
}

/* testimonial */
@media (min-width: 1200px) {
.testimonial-block .row > div:nth-child(3n+1) {
    clear: both;
}
}
@media (max-width: 1199px) {
.testimonial-block .row > div:nth-child(2n+1) {
    clear: both;
}
}
.testimonial-block {
	padding:clamp(4rem, 6.5vw, 9rem) 0 clamp(1rem, 3.5vw, 6rem) 0;
	background:#f5f5f5;
}
.testimonial-block .title .rating {
	margin-top:clamp(1rem, 1.5vw, 2rem);
}
.testimonial-block .testimonial {
	background:#ffffff;
	padding:40px 30px;
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.07);
	border-radius:20px;
	margin-bottom:30px;
}
@media (max-width: 767px) {
.testimonial-block .testimonial {
	min-height: auto !important;
	padding:20px;
}
}
 .testimonial .desc_testimonial {
	color:#111111;
	margin-bottom:20px;
}
 .testimonial .customer h4 {
	font-size:18px;
	color:#111111;
	font-weight:700;
}
/* global */
.un-container{
    max-width:1600px;
	margin: auto;
	padding:0 15px;
}
/* site-content */
.main_content section[class^="section-"]{
	padding: 95px 0;
}
.main_content section[class^="section-"] .row{
	margin: 0 -20px;
}
.main_content section[class^="section-"] .row div[class^="col-"]{
	padding: 0 20px;
}

/* section-heading-styles */
#section-heading-styles{
	 background: url('images/bkg_list_header.jpg') center center no-repeat;
	background-size: cover;
	padding:clamp(4rem, 6.5vw, 9rem) 0;
}
#section-heading-styles .box{
	margin-bottom: 30px;
	border-radius:5px;
}
#section-heading-styles .title .txt1 {
	 color:#ffffff;
 }
#section-heading-styles .title .txt2 {
	 color:#ffffff;
 }
/* section-heading */
.section-heading{
	text-align: center;
	max-width: 900px;
	margin: 0 auto 65px;
}
.section-heading .section-title{
	font-weight: 600;
	font-size: 32px;
	margin-bottom: 20px;
	margin-top: 0;
}
.section-heading .line-1{
	font-size: 17px;
	color: #565555;
	margin: 0;
}
/* site-header */
#site-header{
	padding: 50px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: transparent;
	transition: padding 0.5s;
}
#site-header.minimized{
	background: rgba(66, 86, 160, 0.9);
	padding: 10px 0;
	-webkit-box-shadow: 0px 0px 22.5px 2.5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 22.5px 2.5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 22.5px 2.5px rgba(0, 0, 0, 0.1);
}
#site-header .header-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#site-header .header-row .logo{
	order: 0;
}
#site-header .header-row .site-menu{
	order: 1;
}
#site-header .header-row .site-button{
	order: 2;
}
#site-header .site-menu{
	text-align: center;
	display: flex;
	align-items: center;
	position: relative !important;
	justify-content: center;
}

.box-header-option .image-header {
	margin-bottom: 40px;
}
.box-header-option .image-header:last-child {
	margin-bottom: 0;
}
footer {
	background:#111111;
	position:relative;
}
footer:before {
	content:"";
	background: url(images/lable_footer.png);
	width:322px;
	height:65px;
	position:absolute;
	top: -25px;
	left:50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.footer-top{
	padding: clamp(8rem, 11.5vw, 15rem) 0 clamp(3rem, 6.5vw, 10rem)  0;
}
.footer_bottom{
	padding: clamp(2rem, 2.5vw, 3rem) 0;
	color: #fff;
	background:#000000;
}
.footer_bottom p{
	margin:0;
}
.footer_bottom a{
	color: #fff;
}
.footer_bottom a:hover{
	text-decoration: underline;
}
.footer-top h3{
	text-transform: capitalize;
	font-size: clamp(2.4rem, 3vw, 3.6rem);
	color: #fff;
	margin-bottom: 5px;
	font-weight: 700;
	margin-top: 0;
}
.footer-top p {
	color: #fff;
	font-size: clamp(1.8rem, 2.2vw, 2.4rem);
}
.footer-top a.button{
	margin: clamp(3rem, 4.5vw, 6rem) auto auto;
	background: #eb3d32;
    display: inline-block;
    padding: clamp(1.3rem, 1.4vw, 1.5rem) clamp(3.2rem, 4vw, 4.8rem);
    border-radius: 30px;
    font-weight: 700;
    color: #fff;
}
.footer-top a.button:hover{
    background: #d3362d;
}
.image-header img{
	background-color: #f5f5f5;
}
.portfolioContainer .box > a > img {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTM1IiBoZWlnaHQ9IjE0MCIgdmlld0JveD0iMCAwIDEzNSAxNDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0iIzY2NiI+DQogICAgPHJlY3QgeT0iMTAiIHdpZHRoPSIxNSIgaGVpZ2h0PSIxMjAiIHJ4PSI4Ij4NCiAgICAgICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iaGVpZ2h0Ig0KICAgICAgICAgICAgIGJlZ2luPSIwLjVzIiBkdXI9IjFzIg0KICAgICAgICAgICAgIHZhbHVlcz0iMTIwOzExMDsxMDA7OTA7ODA7NzA7NjA7NTA7NDA7MTQwOzEyMCIgY2FsY01vZGU9ImxpbmVhciINCiAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4NCiAgICAgICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ieSINCiAgICAgICAgICAgICBiZWdpbj0iMC41cyIgZHVyPSIxcyINCiAgICAgICAgICAgICB2YWx1ZXM9IjEwOzE1OzIwOzI1OzMwOzM1OzQwOzQ1OzUwOzA7MTAiIGNhbGNNb2RlPSJsaW5lYXIiDQogICAgICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIC8+DQogICAgPC9yZWN0Pg0KICAgIDxyZWN0IHg9IjMwIiB5PSIxMCIgd2lkdGg9IjE1IiBoZWlnaHQ9IjEyMCIgcng9IjgiPg0KICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJoZWlnaHQiDQogICAgICAgICAgICAgYmVnaW49IjAuMjVzIiBkdXI9IjFzIg0KICAgICAgICAgICAgIHZhbHVlcz0iMTIwOzExMDsxMDA7OTA7ODA7NzA7NjA7NTA7NDA7MTQwOzEyMCIgY2FsY01vZGU9ImxpbmVhciINCiAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4NCiAgICAgICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ieSINCiAgICAgICAgICAgICBiZWdpbj0iMC4yNXMiIGR1cj0iMXMiDQogICAgICAgICAgICAgdmFsdWVzPSIxMDsxNTsyMDsyNTszMDszNTs0MDs0NTs1MDswOzEwIiBjYWxjTW9kZT0ibGluZWFyIg0KICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPg0KICAgIDwvcmVjdD4NCiAgICA8cmVjdCB4PSI2MCIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE0MCIgcng9IjgiPg0KICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJoZWlnaHQiDQogICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjFzIg0KICAgICAgICAgICAgIHZhbHVlcz0iMTIwOzExMDsxMDA7OTA7ODA7NzA7NjA7NTA7NDA7MTQwOzEyMCIgY2FsY01vZGU9ImxpbmVhciINCiAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4NCiAgICAgICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ieSINCiAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMXMiDQogICAgICAgICAgICAgdmFsdWVzPSIxMDsxNTsyMDsyNTszMDszNTs0MDs0NTs1MDswOzEwIiBjYWxjTW9kZT0ibGluZWFyIg0KICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPg0KICAgIDwvcmVjdD4NCiAgICA8cmVjdCB4PSI5MCIgeT0iMTAiIHdpZHRoPSIxNSIgaGVpZ2h0PSIxMjAiIHJ4PSI4Ij4NCiAgICAgICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iaGVpZ2h0Ig0KICAgICAgICAgICAgIGJlZ2luPSIwLjI1cyIgZHVyPSIxcyINCiAgICAgICAgICAgICB2YWx1ZXM9IjEyMDsxMTA7MTAwOzkwOzgwOzcwOzYwOzUwOzQwOzE0MDsxMjAiIGNhbGNNb2RlPSJsaW5lYXIiDQogICAgICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIC8+DQogICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InkiDQogICAgICAgICAgICAgYmVnaW49IjAuMjVzIiBkdXI9IjFzIg0KICAgICAgICAgICAgIHZhbHVlcz0iMTA7MTU7MjA7MjU7MzA7MzU7NDA7NDU7NTA7MDsxMCIgY2FsY01vZGU9ImxpbmVhciINCiAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4NCiAgICA8L3JlY3Q+DQogICAgPHJlY3QgeD0iMTIwIiB5PSIxMCIgd2lkdGg9IjE1IiBoZWlnaHQ9IjEyMCIgcng9IjgiPg0KICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJoZWlnaHQiDQogICAgICAgICAgICAgYmVnaW49IjAuNXMiIGR1cj0iMXMiDQogICAgICAgICAgICAgdmFsdWVzPSIxMjA7MTEwOzEwMDs5MDs4MDs3MDs2MDs1MDs0MDsxNDA7MTIwIiBjYWxjTW9kZT0ibGluZWFyIg0KICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPg0KICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJ5Ig0KICAgICAgICAgICAgIGJlZ2luPSIwLjVzIiBkdXI9IjFzIg0KICAgICAgICAgICAgIHZhbHVlcz0iMTA7MTU7MjA7MjU7MzA7MzU7NDA7NDU7NTA7MDsxMCIgY2FsY01vZGU9ImxpbmVhciINCiAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4NCiAgICA8L3JlY3Q+DQo8L3N2Zz4NCg==) no-repeat;
    background-size: 23px auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    min-height: 23px;
}
@media (max-width: 767px) {
.row {
	margin:0 -5px;
}
.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    padding-right: 5px;
    padding-left: 5px
}

.select-page .portfolioContainer > div{
	width: 49.9%;
}
}


