
.flat_btn01 {
	display: inline-block;
	margin-bottom: 5px;
	    padding: 9px 40px 7px;
    font-weight: 500;
    font-weight: 600;
    font-size: 15px;
	text-decoration: none;
	color: #fff;
	background: #e54b4b;
	border-bottom: 3px solid rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.flat_full_btn{
    width: 100%;
    text-align: center;
}
.flat_btn01:hover {
	color: #fff;
	background: #bf2929;
}
p.spacing32 {
	height: 22px;
	margin-bottom: 0;
}
.btn-readmore {
	padding: 8px 25px;
    font-size: 12px;
    background: #1b1679;
    height: 40px;
    line-height: inherit;
}
.btn-readmore:hover {
    background: #333;
}
.btn-getintouch {
	background-color: #fff;
	color: #666;
}
.btn-getintouch:hover {
    background: #333;
	color: #fff;
}
/*=================.flat_title===============*/
h3.flat_title {
	position: relative;
	font-size: 34px;
	line-height: 40px;
	margin-bottom: 5px;
        font-weight: 600;
    text-align: center;
        text-transform: uppercase;
}

.boder_btm{
    height: 1px;
    width: 70px;
    background: #1b1679;
    margin: 0 auto;
    margin-bottom: 40px;
}
.boder_btm_white{
    height: 1px;
    width: 70px;
    background: #fff;
    margin: 0 auto;
    margin-bottom: 30px;
}

/*=================.feature_box===============*/
.feature_box {
	padding: 36px 0;
	background: #282828 url(../images/pattern3.png) !important;
	background-position: 0 0;
	background-repeat: repeat;
}
.feature_box .left h3 {
	line-height: 30px;
        font-weight: 600;
        color: #4d4b4b;
    font-size: 28px;
}
.feature_box .text {
	color: #4d4b4b;
    font-weight: 500;
}
.feature_box .left h3 span {
	color: #1b1679;
	text-decoration: underline;
}
.feature_box .flat_btn01 {
	margin-top: 10px;
	height: auto;
        font-size: 15px;
}
.feature_box .flat_btn01:hover{
	background-color:#07043b;
}
.blue{
    color: #e54b4b;
}
.abt_feat{
       color: #f6f6f6 !important;
}

/*=================.services===============*/
.services {
	padding: 40px 0 10px;
	background-color: #fff;
	color: #dfdfdf;
}
.services article .img_wrap {
	margin-bottom: 25px;
}
.services article .img_wrap:hover {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.services article .img_wrap img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.services article .img_wrap img:hover {
    opacity: 0.6;
}
.services h4 {
    margin-bottom: 12px;
    color: #000;
    font-weight: 600;
    font-size: 28px;
}
.services article .content {
	margin-bottom: 0;
}
.services .iconlist {
	margin: 0;
	padding: 30px;
	background: rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
    background: #1b1679;
}
.services .iconlist li {
	list-style: none;
	margin-bottom: 10px;
}
#site-wrapper .iconlist li i {
	color: #009700 ;
	margin-right: 10px;
	vertical-align: middle;
}
.safety_light{
    padding: 20px 60px 20px 20px;
    border-radius: 3px;
    min-height: 510px;
    height: auto;
    text-align: justify;
}
.safety_blue{
    padding: 27px;
        border-radius: 3px;
    background: #1b1679;
        min-height: 510px;
    height: auto;
}
.safety_li{
    color: #dfdfdf
}
.abt_inner_safety {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
        color: #e54b4b;
}
.princip{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

/*=================.services03===============*/
.services03 {
	padding: 0 0 50px 0;
	background-color: #fff;
	color: #888;
}
.services03 h4 {
    color: #333;
}
.services03 article {
	margin-bottom: 20px;
}
/*=================.portfolio===============*/
.portfolio {
	padding: 40px 0 40px;
    background: #fff;
}
.green{
       color: #009700 !important;
}
.cover .portfolio {
	padding: 0 0 50px 0;
}
.bt_policy{
    margin-top: 11px;
}
.portfolio-filters ul {
	padding: 0;
	margin: 0 0 22px 0;
	text-align: center;
}
.portfolio-filters ul li {
	list-style: none;
	display: inline-block;
}
.portfolio-filters ul li a {
	color: #000;
	display: block;
	margin: 0 5px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
        font-weight: 600;
	background: rgba(0, 0, 0, 0.1);
	padding: 9px 40px;
}
.portfolio-filters ul li.active a,
.portfolio-filters ul li:hover a {
	background: #1b1679;
	color: #ffffff;
}
.portfolio-wrapper {
	margin-bottom: 20px;
}
.portfolio-wrapper .two-columns article {
	width: 50%;
}
.portfolio-wrapper .three-columns article {
	width: 33.3333%;
}
.portfolio-wrapper .four-columns article {
	width: 25%;
}
.portfolio-wrapper .five-columns article {
	width: 20%;
}
.portfolio-wrapper article {
	float: left;
}
.portfolio-wrapper .media {
	text-align: center;
	position: relative;
    margin-bottom: 0;
}
.portfolio-wrapper .media img {
	border-radius: 10px;
}
.portfolio-wrapper .media .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	-webkit-opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.portfolio-wrapper article:hover .media .overlay {
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
}
.portfolio-wrapper article .media a {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	padding-top: 8px;
	position: absolute;
	margin: 0 5px;
	background-color: #1b1679;
        line-height: 200%;
	top: calc(50% - 25px);
}
.portfolio-wrapper article .media a.readmore {
	left: -40px;
	-webkit-transition: all 0.15s ease-in-out 0s;
	-moz-transition: all 0.15s ease-in-out 0s;
	-ms-transition: all 0.15s ease-in-out 0s;
	-o-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
}
.portfolio-wrapper article:hover .media a.readmore {
	left: calc(50% - 60px);
}
.portfolio-wrapper article .media a.quickview {
	right: -40px;
	-webkit-transition: all 0.15s ease-in-out 0s;
	-moz-transition: all 0.15s ease-in-out 0s;
	-ms-transition: all 0.15s ease-in-out 0s;
	-o-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
}
.portfolio-wrapper article:hover .media a.quickview {
	right: calc(50% - 60px);
}
.portfolio-wrapper article:hover .media a:hover {
	color: #555;
	background-color: #fff;
}
.portfolio-wrapper .title {
	text-align: center;
	background: #ffffff;
	padding: 10px 10px 18px 10px;
	max-height: 80px;
}
.portfolio-wrapper .title h2 {
	margin-bottom: 4px;
	line-height: 25px;
}
.portfolio-wrapper .title h2 a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.portfolio-wrapper article:hover .title h2 a:hover {
	color: #1b1679;
}
.portfolio-wrapper .title .entry-meta {
	line-height: 1.4;
	color: #585858;
}
.portfolio-wrapper .entry-meta:before {
	font-family: "FontAwesome";
	content: "\f041";
	margin-right: 6px;
}
.btn_viewall {
	margin-top: 5px;
	text-align: center;
}
.textwidget {
    line-height: 175% ;
}

/*=================.portfolio02===============*/
.portfolio02 {
	position: relative;
	    padding: 32px 0 0;
    margin: 35px 0 25px;
	background: url(../images/bg_countto1.jpg) repeat 0 50%;
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
}
.portfolio02 h2 {
	margin-bottom: 25px;
	font-size: 28px;
	color: #fff;
        font-weight: 600;
}
.white{
    color: #fff !important;
}
.portfolio02 .wrap {
    padding-bottom: 80px;
    margin-top: 8px;
}
.portfolio-carousel .entry-content .entry-meta {
	line-height: 1.4;
	color: #474747;
}
.portfolio-carousel .entry-content .entry-meta:before {
	font-family: "FontAwesome";
	content: "\f041";
	margin-right: 6px;
}
.portfolio-carousel .entry-content h2 {
	font-size: 20px;
	line-height: 32px;
	margin: 0;
        font-weight: 600;
}
.portfolio-carousel .entry-content h2 a {
	color: #1b1679;
}
.portfolio-carousel .entry-content h2 a:hover {
	color: #009700 ;
}
.portfolio-carousel .entry-content {
	background: #ffffff;
	padding: 10px 10px 10px 10px;
	max-height: 80px;
	text-align: center;
}
.portfolio-carousel .entry-cover {
	position: relative;
}
.portfolio-carousel .entry-cover .overlay {
	position: absolute;
	background-color: rgba(0,0,0,0.7);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.active{
    color: #ff00ff !important;
}

.portfolio-carousel .entry-cover:hover .overlay {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.portfolio-carousel .entry-cover .overlay a.link,
.portfolio-carousel .entry-cover .overlay a.search {
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	top: calc(50% - 25px);
	color: #fff;
	background: #1b1679;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
.portfolio-carousel .entry-cover .overlay a.link {
	left: -30px;
}
.portfolio-carousel .entry-cover .overlay a.search {
	right: -30px;
}
.portfolio-carousel .entry-cover .overlay a.link:hover {
	background: #ffffff;
	color: #333333;
}
.portfolio-carousel .entry-cover .overlay a.search:hover {
	background: #ffffff;
	color: #333333;
}
.portfolio-carousel .entry-cover .overlay:hover a.link {
	left: calc(50% - 55px);
}
.portfolio-carousel .entry-cover .overlay:hover a.search {
	right: calc(50% - 55px);
}
.portfolio-carousel .entry-cover .overlay a {
	background: #1b1679;
}
.portfolio-carousel .entry-cover .overlay a i {
	position: absolute;
	text-indent: 0;
	left: 17px;
	top: 16px;
	font-size: 18px;
}
.portfolio-carousel.owl-carousel {
	position: relative;
}
.portfolio-carousel .owl-controls .owl-dots {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: -50px;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	background-color: rgba(79, 79, 79, 0.7);
	margin: 4px;
	display: block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.7);
}
.portfolio-carousel .owl-controls .owl-nav > div {
	position: absolute;
	text-indent: -9999px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff !important;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	left: 0;
	top: 50%;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.portfolio-carousel .owl-controls .owl-nav > div.owl-next {
	left: auto;
	right: 0;
}
.portfolio-carousel .owl-controls .owl-nav > div:hover {
	background: #1b1679;
}
.portfolio-carousel .owl-controls .owl-nav > div:before {
	position: absolute;
	text-indent: 0;
	left: 18px;
	top: 4px;
	color: #fff !important;
	font-size: 28px !important;
}
.portfolio-carousel .owl-controls .owl-nav > div.owl-next:before {
	left: auto;
	right: 18px;
}

/*=================.portfolio03===============*/
.portfolio02.portfolio03 {
	background: #fff;
	padding: 50px 0 0 0;
}
.portfolio03 h3 {
    color: #333;
    font-size: 24px;
    line-height: 43px;
    text-transform: uppercase;
}
h1.title-divider:after,
h2.title-divider:after,
h3.title-divider:after,
h4.title-divider:after,
h5.title-divider:after,
h6.title-divider:after {
    content: "";
    left: 0;
    position: absolute;
    bottom: -8px;
    width: 30px;
    height: 2px;
    background: #333333;
}
.portfolio03 article .entry-wrapper .entry-content h2.entry-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 12px;
    padding-bottom: 4px;
}
.portfolio03 article .entry-wrapper .entry-content h2.entry-title {
    font-size: 18px;
}
.portfolio03 .portfolio-carousel.owl-carousel {
    margin: 0 -15px;
}
.portfolio03 .owl-carousel .owl-stage {
    padding-bottom: 50px;
}
.portfolio03 article .entry-wrapper {
	margin: 0 15px;
}
.portfolio03 .portfolio-carousel .entry-content {
    text-align: left;
}
.portfolio03 .portfolio-carousel .entry-cover .overlay a.search,
.portfolio03 .portfolio-carousel .entry-cover .overlay a.link {
    background: #fff;
    color: #1b1679;
}
.portfolio03 .portfolio-carousel .entry-cover .overlay a.search:hover,
.portfolio03 .portfolio-carousel .entry-cover .overlay a.link:hover {
    background: #000;
    color: #fff;
}
.portfolio03 .portfolio-carousel .entry-cover .overlay {
	background-color: #1b1679;
}
.portfolio03 .portfolio-carousel .entry-cover img,
.portfolio03 .portfolio-carousel .entry-cover .overlay {
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.portfolio03 .portfolio-carousel .entry-cover:hover img,
.portfolio03 .portfolio-carousel .entry-cover:hover .overlay {
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.portfolio03 .portfolio-carousel .entry-cover .overlay a.search {
	right: calc(50% - 55px);
}
.portfolio03 .portfolio-carousel .entry-cover .overlay a.link {
    left: calc(50% - 55px);
}
.portfolio03 .portfolio-carousel .owl-controls .owl-nav > div {
    width: 32px;
    height: 64px;
    margin-top: -25px;
    top: 33%;
}
.portfolio03 .portfolio-carousel .owl-controls .owl-nav > div:before {
    left: 11px;
    top: 10px;
}
.portfolio03 .owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 15px;
}
.portfolio03 .portfolio-carousel .owl-controls .owl-nav > div.owl-next {
	right: 15px;
}
/*=================.count_to===============*/
.count_to {
	position: relative;
	padding: 60px 0;
	color: #ccc;
	background-image: url(../images/bg_countto.jpg);
}
.count_to h2 {
    font-size: 20px;
    color: #cccccc;
    line-height: 31px;
    text-align: left;
    font-weight: 400;
    padding-right: 100px;
    font-style: italic;
}
.count_to .counter {
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
}
.count_to .counter span {
	display: block;
}
.count_to .count_value {
	font-size: 35px;
	line-height: normal;
}
.count_to .count_title {
	margin-top: 5px;
	line-height: normal;
}

/*=================.why_us===============*/
.why_us {
padding: 10px 0 0;

}
.media {
    margin-top: 15px;
    margin-bottom: 10px;
}
.why_us02 {
    background: url(../images/shortcode/bg_service01.png) repeat 0 50%;
}
.why_us .why_us_wrap {
	margin: 0 -15px;
}
#site-wrapper .iconbox {
	margin-bottom: 40px;
}
#site-wrapper .iconbox.inline-left .box-header {
	margin-bottom: 7px;
}
#site-wrapper .iconbox.inline-left .box-content {
    color: #282828;
    text-align: center;
    line-height: 150%;

}
#site-wrapper .iconbox.inline-left .box-header .box-icon {
	vertical-align: middle;
	margin: 0 10px 20px 0;
        text-align: center;
}
#site-wrapper .iconbox.rounded .box-header .box-icon i {
	vertical-align: middle;
	display: inline-block;
	color: #ffffff;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	width: 100px;
	height: 100px;
    font-size: 40px;
	text-align: center;
	line-height: 100px;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset;
	-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset;
	-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset;
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
#site-wrapper .iconbox.rounded .box-header .box-icon i {
	background: #333333;
}
#site-wrapper .iconbox.rounded:hover .box-header .box-icon i {
	background: #009700;
	-webkit-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.why_us .iconbox.inline-left .box-header .box-title {
    vertical-align: middle;
    margin: 0 0 0 0;
    font-weight: 600;
    text-align: center;
    font-size: 21px;
}
.clients_sec {
    background: #f9f9f9;
    padding: 35px 0 5px;
}
.btn_downbrochure a span {
	display: inline-block;
	background-color: #009700 ;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding: 0 64px 0 20px;
	height: 45px;
	line-height: 42px;
	font-size: 14px;
	border: none;
	text-shadow: none;
	white-space: nowrap;
	border-bottom: 3px solid rgba(0, 0, 0, 0.2);
	position: relative;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.btn_downbrochure a span:hover {
	background: #027302;
}
.btn_downbrochure a span i {
	display: inline-block;
	font-weight: normal;
	position: absolute;
	height: 100%;
	line-height: 45px;
	width: 45px;
	margin: 0;
	right: 0;
	top: 0;
	vertical-align: middle;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	background: none;
}
.btn_downbrochure a span i:before {
	position: absolute;
	left: 40%;
}
.who_we_are p {
    font-size: 17px;
}
.who_we_are .media {
	position: relative;
}
.who_we_are .media a {
	display: inline-block;
}
.who_we_are .media a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}

/*=================.why_us02===============*/

#site-wrapper .why_us02 .iconbox.inline-left .box-icon {
	display: inline-block;
	margin: 0 10px 0 0;
	float: left;
	margin-right: 20px;
}
#site-wrapper .why_us02 .iconbox.rounded .box-icon i {
	vertical-align: middle;
	display: inline-block;
	color: #ffffff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 2em;
	text-align: center;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset;
	-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset;
	-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset;
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
#site-wrapper .why_us02 .iconbox.rounded .box-icon i {
	background: #1b1679;
}
#site-wrapper .why_us02 .iconbox.rounded:hover .box-icon i {
	background: #333333;
	-webkit-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
#site-wrapper .why_us02 .iconbox.inline-left .box-content {
	padding-left: 100px;
}
.who_we_are .media a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.why_us02 .media span {
	position: absolute;
	display: inline-block;
	text-align: center;
	top: calc(50% - 44px);
	left: calc(50% - 102px);
	right: 30px;
	width: 204px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 30px;
	padding: 15px 20px;
	border: 2px solid #ffffff;
	font-weight: 400;
	font-style: normal;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.why_us02 .media:hover span {
	left: 200%;
}
#site-wrapper .media .box-content {
	position: absolute;
	width: 300px;
	background: #ffffff;
	padding: 30px;
	top: calc(50% - 106px);
	left: -104%;
	right: 100%;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	behavior: url(../PIE.htc);
}
#site-wrapper .media:hover .box-content {
	left: calc(50% - 150px);;
	right: 30px;
}
#site-wrapper .media .box-content .box-button a {
	border: 1px solid;
	padding: 10px 30px;
	display: inline-block;
	margin-top: 30px;
}
#site-wrapper .media .box-desc > p {
	margin-bottom: 0;
}
/*=================.testimonial===============*/
.testimonials {
	position: relative;
	padding: 36px 0;
	background: url(../images/shortcode/bg_testimonial.jpg) repeat 50% -621px;
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
}
div.overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.63);
}
.testimonials .title {
	margin-bottom: 40px;
}
.testimonials .title h2 {
	position: relative;
	line-height: 40px;
	color: #FFF;
}
.testimonials .title h2:after {
    content: "";
    left: 48.8%;
    position: absolute;
    bottom: -8px;
    width: 30px;
    height: 2px;
    background: #888888;
}
.testimonials blockquote {
    font-size: 1.3em;
    margin: 0;
    padding: 0;
    color: #000;
    border: none;
    text-transform: inherit;
    position: relative;
    line-height: 160%;
    margin-bottom: 13px;
}
.testimonials .avatar {
	margin-bottom: 15px;
}
.testimonials .avatar img {
	width: 50px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
.testimonials .name p {
	font-size: 0.9em;
	color: #000;
}
.testimonials .name strong {
	color: #000;
}
.testimonials .owl-controls .owl-dots {
	margin: 30px 0 0;
}
/*=================.clients===============*/
.clients {
	padding: 30px 0;
	background: url(../images/bg_clients.png) repeat 0 50%;
}
.clients .clients_logo p img {
	margin-bottom: 25px;
        width: 120px;
}
.more_clients{
    margin-bottom: 38px;
    float: right;
}
#site-wrapper .testimonial .testimonial-content {
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	padding: 15px 20px;
	margin-bottom: 25px;
	background: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
#site-wrapper .testimonial .testimonial-content:before {
	border-right: 13px solid transparent;
	border-top: 13px solid #ffffff;
	content: "";
	position: absolute;
	top: 100%;
	left: 31px;
	z-index: 1;
}
#site-wrapper .testimonial .testimonial-content blockquote {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1em;
	text-transform: inherit;
	position: relative;
	padding-left: 30px;
        line-height: 160%;
        color: #000;
}
#site-wrapper .testimonial .testimonial-content blockquote:after {
	font-family: 'FontAwesome';
	content: '\f10d';
	position: absolute;
	left: -10px;
	top: 0;
	color: rgba(0, 0, 0, 0.23);
	font-size: 2em;
}
#site-wrapper .testimonial .testimonial-meta {
	overflow: hidden;
}
#site-wrapper .testimonial .testimonial-image {
	float: left;
	margin-right: 20px;
}
#site-wrapper .testimonial .testimonial-image img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
#site-wrapper .testimonial .testimonial-author {
	overflow: hidden;
}
#site-wrapper .testimonial .testimonial-author .author-info {
	font-size: 0.9em;
	color: #7D7C7C;
}

/*=================.services02===============*/
.services02 {
	padding: 50px 0;
	background: url(../images/shortcode/bg_service01.png) repeat 0 50%;
}
.services02 .media {
	margin-bottom: 25px;
	font-size: 18px;
}
.services02 .media a {
	display: inline-block;
	width: 100%;
}
.services02 .media a img {
	width: 100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.services02 .media a:hover img {
	opacity: 0.5;
}

/*=================.about===============*/
.about_wrap h3 {
    line-height: 43px;
    font-weight: 600;
    font-size: 34px;
        margin-bottom: 5px;
}
.about_wrap h3 span {
	color: #e54b4b;
}
.bg_about {
	margin-bottom: 50px;
	padding: 120px 0 120px;
	border-top: none;
	background: url(../images/bg_about.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.inner_title{
    font-size: 44px;
    font-weight: 600;
        color: #fff;
}
.trail_end{
    color: #fff;
    font-weight: 600;
        margin-left: 5px;
}
.we_wou{
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    color: #000000;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.focus{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    color: #000000;
    padding: 0 150px;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.abt_gallery{
    margin-top: 30px;
    margin-bottom: 30px;
}
.abt_gallery_p{
    margin-bottom: 10px;
    line-height: 155%;
    text-align: justify;
}

.abt_inner_h2{
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 3px;
    color: #e54b4b;
}
.latest_a{
        transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
}
.latest_a:hover{
    opacity: 0.7;
}
.abt_one{
    padding: 0px 0;
}
.abt_two{
    background: #f9f9f9;
    padding: 40px 0;
}
.abt_three{
   padding: 40px 0; 
}
.contractors{
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}
.safery_row{
    margin-top: 32px;
}

ul.gallery_slider {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.boder_btm_inner {
    height: 2px;
    width: 70px;
    background: #1b1679;
    margin: 0 auto;
    margin-bottom: 20px;
}
.gallery_slider.owl-theme .owl-controls .owl-nav > div {
	background-color: #fff;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.gallery_slider.owl-theme .owl-controls .owl-nav > div:hover {
	background-color: #1b1679;
}
.gallery_slider.owl-theme .owl-controls .owl-nav div.owl-prev:hover:before,
.gallery_slider.owl-theme .owl-controls .owl-nav div.owl-next:hover:before {
	color: #fff;
}
.gallery_slider.owl-controls .owl-nav > div:before {
	position: absolute;
	text-indent: 0;
	left: 15px;
	right: 18px;
	top: 0;
	font-size: 28px !important;
}
.gallery_slider.owl-controls .owl-nav > div.owl-next:before {
	position: absolute;
	text-indent: 0;
	left: 15px;
	right: 18px;
	top: 0;
	font-size: 28px !important;
}
.gallery_slider .owl-dots {
	position: absolute;
	bottom: 2px;
	width: 100%;
	text-align: center;
}

/*=================.accordion_wrap===============*/
.accordion_wrap .panel-heading {
	background: #1b1679;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
	-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	margin: 0;
}
.accordion_wrap h4 a {
	font: 14px/1.8 'Roboto', sans-serif;
	color: #fff;
	text-decoration: none;
}
.accordion_wrap a .ui-accordion-header-icon {
	position: absolute;
	background: none;
	height: 32px;
	top: 50%;
	margin-top: -16px;
	right: 0;
    width: 100%;
}
.accordion_wrap a .ui-accordion-header-icon:before {
	position: absolute;
	content: none;
	width: 2px;
	height: 10px;
	background: #ffffff;
	top: 50%;
	margin-top: -5px;
	right: 26px;
}
.accordion_wrap a.collapsed .ui-accordion-header-icon:before {
	content: '';
}
.accordion_wrap a .ui-accordion-header-icon:after {
	position: absolute;
	content: "";
	width: 10px;
	height: 2px;
        right: 22px;
	background: #ffffff;
	top: 50%;
	margin-top: -1px;
}
.accordion_wrap .panel-body {
	padding: 20px;
	background: rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
	-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	border-top: 3px solid #1b1679 !important;
	margin-top: -3px;
}
.accordion_wrap .panel-body img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.accordion_wrap .panel {
	border: none;
}

/*=================.members===============*/
.members {
	margin-bottom: 50px;
}
.members .member-image img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.members .member-info h3 {
	margin-top: 25px;
	margin-bottom: 5px;
	line-height: 43px;
}
.members .member-info .member-subtitle {
	font-size: 12px;
	color: #b3b3b3;
}
.members .member-info .member-desc {
	margin-top: 10px;
}
.members .member-info .member-desc a {
	font-size: 13px;
}
.members .member-info .social-links {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 20px;
	margin-top: 20px;
}
.min_abt_h{
    min-height: 125px;
}
.members .member-info .social-links a i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
		-ms-border-radius: 100%;
		 -o-border-radius: 100%;
			border-radius: 100%;
	color: #ffffff;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out 0s;
	   -moz-transition: all 0.2s ease-in-out 0s;
		-ms-transition: all 0.2s ease-in-out 0s;
		 -o-transition: all 0.2s ease-in-out 0s;
			transition: all 0.2s ease-in-out 0s;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
	   -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
		-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
		 -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
			box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
}
.members .member-info .social-links a i.fa-facebook {
	background: #496fa4;
}
.members .member-info .social-links a i.fa-twitter {
	background: #1cb7eb;
}
.members .member-info .social-links a i.fa-linkedin {
	background: #008ec1;
}
.members .member-info .social-links a i.fa-google-plus {
	background: #e6694a;
}
/*==================contact page================*/
#map {
	height: 400px;
}
.contact-content {
    padding:10px 0 45px;
}
#page-contact .widget.contact-info,
#page-contact .widget.contact-form {
    margin-bottom: 0;
}
.contact_head {
font-weight: 600;
    margin-bottom: 23px;
    font-size: 30px;
    text-transform: uppercase;
        margin-top: 15px;
}
.contact-content .contact-info p.sub {
    margin-bottom: 20px;
    padding-left: 0;
}
.contact-content .contact-info p {
    position: relative;
    color: #282828;
    margin-bottom: 7px;
    font-size: 18px;
    padding-left: 26px;
    line-height: 160%;
}
.contact-content .contact-info p i {
    width: 14px;
    margin-right: 10px;
    position: absolute;
    top: 6px;
    left: 0px;
}
.contact_padd{
    padding-right: 40px;
}
.bg_contact {
	margin-bottom: 50px;
	padding: 120px 0 120px;
	border-top: none;
	background: url(../images/bg_contact.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.mapouter{
    position:relative;
    text-align:right;
    height:340px;
    width:100%;
}
gmap_canvas {
    overflow:hidden;
    background:none!important;
    height:340px;
    width:100%;
}
.service_top_padd{
   padding: 35px 0 40px;
}


/*=================.contact-form===============*/
.contact-form .input-wrap,
.contact-form .message-wrap {
	margin-bottom: 25px;
        margin-top: 20px;
}
.contact-form #contact-form01 .input-wrap input,
.contact-form #contact-form01 .message-wrap textarea {
	width: 100%;
}

/*==================.workwithus================*/
.workwithus {
	position: relative;
	padding: 50px 0;
	background: url(../images/shortcode/bg_workwithus.jpg) repeat 0 50%;
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	color: #fff;
}
.workwithus h2 {
	color: #fff;
}
.serv_head_title {
    font-weight: 600;
    font-size: 28px;
        margin-top: -5px;
    text-transform: uppercase;
    margin-bottom: 23px;
    color: #e54b4b;
}
.carousel-indicators .active {
    background-color: #009700;
}
.carousel-indicators li {
    background-color: #ddd;
    border:none;
}
.carousel-indicators {
    bottom: -50px;
}
.project_content{
background: #fff;
    text-align: center;
    padding-top: 20px;
}
.project_content_title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}

.bg_services {
    margin-bottom: 50px;
    padding: 120px 0 120px;
    border-top: none;
    background: url(../images/bg_services.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
#project_detail_title {
    font-weight: 600;
    font-size: 28px;
    margin-top: -5px;
    margin-bottom: 23px;
    color: #e54b4b;
}
.bg_white{
    background: #fff !important;
}
.v_pres {
    padding: 50px 0;
    background: #f7f7f7;
}

.member-info {
    text-align: center;
    margin-top: 28px;
        margin-bottom: 30px;
}
.member-name {
    font-size: 27px;
    margin-bottom: 4px;
}
.member-subtitle {
    margin-bottom: 8px;
}
.member_mail {
    margin: 3px 0 10px;
}

/***************************/

 .modal_large .modal-header {
    border-bottom: 1px solid #e5e5e5;
    background-color: #e54b4b;
    padding: 13px 33px 4px;
}   
 .p-b30 {
    padding-bottom: 30px;
}
.modal-header .close {
    margin-top: -2px;
    color: #fff !important;
    font-size: 33px;
    opacity: 0.7;
}
.mt-accordion .mt-panel {
    background-color: transparent;
    border: none;
    margin-bottom: 2px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.open_pos{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 7px;
    color: #160ba2;
    text-transform: uppercase;
}
.modal_title_career{
color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30px;
}
.open_pos_border{
height: 2.5px;
    width: 80px;
    background: #180ea3;
    margin-bottom: 30px;
    margin-left: 3px;
}
.primary_res{
    font-size: 22px;
    font-weight: 600;
}
.acod-content {
    padding-left: 15px;
}
.acod-head {
    position: relative;
}
.acod-head a {
    display: block;
    padding: 12px 50px 12px 15px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 15px;
    background-color: #ececec;
}
.apply_career{
    margin-bottom: 20px;
}

.acod-head .collapsed .indicator .fa:before, .acod-head .collapsed [aria-expanded=false] .indicator .fa:before {
    content: "\f067";
    font-family: FontAwesome;
        font-size: 16px;
}
.acod-head .indicator .fa:before, .acod-head [aria-expanded=true] .indicator .fa:before {
    font-family: FontAwesome;
    content: "\f068";
        font-size: 16px;
}
.acod-head .indicator .fa {
    position: relative;
}
.acod-head .fa {
    margin-right: 5px;
}
.acc-bg-gray .acod-head .indicator {
    color: #000;
}
.acod-head .indicator {
    padding: 12px;
    color: #000;
    position: absolute;
    right: 0;
    top: -3px;
    height: 100%;
}
.modal_large {
    width: 96%;
    max-width: 1080px;
    margin-top: 5px;
}
.acod-content ul {
    margin-bottom: 15px;
}
.apply_loc {
    color: #636363;
    display: block;
    padding: 5px 0px 0 0px;
    clear: both;
    width: 100%;
    float: left;
}
.acod-content ul li {
    list-style: none;
    line-height: 21px;
    padding: 2px 5px 2px 6px;
    margin-bottom: 5px;
    font-size: 15px;
    color: #0e0e0e;
    line-height: 21px;
}
ul.list-angle-right {
    margin-left: 21px;
}
.apply_loc li {
    color: #636363;
    float: left;
    font-size: 12px;
    margin-left: 0!important;
    padding: 2px 15px 2px 0!important;
}
ul.list-angle-right li {
    list-style: decimal-leading-zero;
}
.left_ul_career{
    margin-left: 20px;
}
ul.apply_loc li {
    font-size: 20px;
}

.group 			  { 
  position:relative; 
  margin-bottom:17px; 
}
.form_content {
    padding: 20px 30px 10px;
}
.inp_career 				{
  font-size:14px;
  padding:10px 10px 10px 5px;
  display:block;
  border:none;
      border-bottom: 1px solid #757575 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
        width: 100%;
}
input:focus 		{ outline:none; }

/* LABEL ======================================= */
.label_career 				 {
  color:#000; 
  font-size:14px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.career_f_title{
        font-weight: 600;
    font-size: 20px;
}
.career_f_title_middle{
        font-weight: 600;
    font-size: 20px;
        margin-top: 40px;
    margin-bottom: 15px;
}
/* active state */
.inp_career:focus ~ label, input:valid ~ label 		{
  top:-15px;
  font-size:14px;
  color:#5264AE;
}
.care_th {
    font-size: 18px;
    margin-top: 17px;
    text-align: justify;
    line-height: 25px !important;
}
.vacncy {
    margin-top: 10px;
}

/* BOTTOM BARS ================================= */
.bar 	{ position:relative; display:block; width:100%; }
.bar:before, .bar:after 	{
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#5264AE; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.career-lable {
    font-weight: 500;
    margin-bottom: 5px;
}
.bar:after {
  right:50%; 
}

/* active state */
.inp_career:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position:absolute;
  height:60%; 
  width:100%; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
.inp_career:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}

.lab_work{
    margin-top: 6px;
}
.styled-select {
  box-sizing: border-box;
  border-radius: 3px;
  
  overflow: hidden;
  position: relative;
}
.styled-select, .styled-select select { width: 100%;}
select:focus { outline: none; }
.styled-select select {
height: 34px;
    padding: 5px 0 5px 5px;
    background: transparent;
    -webkit-appearance: none;
    border: none;
    border-bottom: 1px solid #808080;
    box-shadow: none; 
        z-index: 10;
}

@-moz-document url-prefix(){
  .styled-select select { width: 110%; }
}

.fa-sort-desc {
  position: absolute;
  top: 0;
  right: 12px;
  font-size: 24px;
}

 select::-ms-expand { display: none; } /* hide default down arrow in IE10*/

/* hack to fall back in opera */
_:-o-prefocus, .selector {
  .styled-select { background: none; }
  }

.img_abt_top{
   border-radius: 200px;
}
.img_abt_top_right{
   border-radius: 200px;
       margin-top: 100px;
}

.entry-cover img {
    height: 210px;
}
 














    









