@font-face {
  font-family: 'Titillium';
  src: url('../fonts/TitilliumWeb-Regular.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/TitilliumWeb-Regular.woff') format('woff'), 
       url('../fonts/TitilliumWeb-Regular.ttf')  format('truetype'), 
       url('../fonts/TitilliumWeb-Regular.svg#TitilliumWeb-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
a:focus, a:hover {
    color: #F57F26;
}
body{
    font-family: 'Titillium';
}
section.section1_index {
    position: relative;
}
section.section1_index img {
    width: 100% !important;
}
.sliderhompage {
    position: relative;
}
.filterslider {
    background-image: url(../images/bacslid.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.sliderhompage ol.carousel-indicators {
    position: absolute;
    bottom: 15%;
    right: 10%;
    left: auto;
    text-align: right;
}
section.section2_index {
    background-color: #f4f4f4;
    background-image: url(../images/bacabout.jpg);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: -60px;
    min-height: 450px;
}


#menu-toggle{
	display: block;
	position: absolute;
    top: 58px;
    left: 101px;
	width: 45px;
	height: 45px;
	padding: 5.5px;
	z-index: 99;
}
.menu-toggle #menu-toggle{
	z-index: 9999999;
}

#menu-toggle span{
    display: block;
    height: 1px;
    width: 30px;
    background-color: #fff;
    margin: 8px 1px;
	border-radius: 3px;
	-webkit-transition: 600ms ease;
	-o-transition: 600ms ease;
	transition: 600ms ease;
	opacity: 1;
}

#menu-toggle:hover span.one{
	-webkit-transform: translate(0,-2px);
	-moz-transform: translate(0,-2px);
	-ms-transform: translate(0,-2px);
	-o-transform: translate(0,-2px);
	transform: translate(0,-2px);
}

#menu-toggle:hover span.three{
	-webkit-transform: translate(0,2px);
	-moz-transform: translate(0,2px);
	-ms-transform: translate(0,2px);
	-o-transform: translate(0,2px);
	transform: translate(0,2px);
}


.menu-toggle #menu-toggle span.one{
	-webkit-transform: rotate(10deg) translate(0,0);
	-ms-transform: rotate(10deg) translate(0,0);
	-o-transform: rotate(10deg) translate(0,0);
	transform: rotate(45deg) translate(0,0);
	margin-top: 15px;
}
.menu-toggle #menu-toggle span.two{
	opacity: 0;
}
.menu-toggle #menu-toggle span.three{
	-webkit-transform: rotate(-10deg) translate(0,0);
	-ms-transform: rotate(-10deg) translate(0,0);
	-o-transform: rotate(-10deg) translate(0,0);
	transform: rotate(-45deg) translate(0,0);
	margin-top: -18px;
}
#up-triangle {
    width: 101%;
    height: 100px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: -2px;
    top: -64px;
    -webkit-transition: 800ms ease;
    -o-transition: 800ms ease;
    transition: 800ms ease;
    margin-top: 63px;
    z-index: 9999999;
    background: #F4F4F4;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}
#up-triangle.active {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}
.selecttop {
    display: block;
    position: absolute;
    top: 58px;
    right: 101px;
    width: 200px;
    height: 45px;
    padding: 5.5px;
    z-index: 10;
    color: #fff;
    font-family: tahoma;
    text-align: right;
}
.selecttop ul {
    padding-top: 5px;
}
.selecttop ul li {
    display: inline-block;
    padding: 0 3px;
}
.selecttop ul li a {
    color: #fff;
    font-size: 18px;
}
a.lang {
    position: relative;
    top: 2px;
}
a.searchico {
    width: 20px;
    height: 17px;
    display: block;
    position: relative;
    top: 5px;
}
.search-toggle .selecttop {
    z-index: 9999999;
}
#hoversearch .headerbox.associates {
    top: 90px;
    position: absolute;
    left: 41%;
}
span.line {
    /*box-shadow: 1px 1px 2px 1px gray;*/
}
a.searchico:before {
    content: ' ';
    background: url(../images/search.png) no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: 900ms ease;
    -o-transition: 900ms ease;
    transition: 900ms ease;
}
.search-toggle a.searchico:before {
    background: url(../images/search_c.png) no-repeat;
}
.carousel-caption {
    position: absolute !important;
    bottom: 26%;
}
p.but_des {
    display: inline-block;
    border: 1px solid #A0A8A6;
    border-radius: 5px;
    padding: 2px 12px;
}
.carousel-caption h2 {
color: #fff;
    text-shadow: 2px 2px 2px #4C4C4C;
    font-size: 56px;
    font-family: 'Titillium';
    opacity: 0;
    -webkit-transition: 900ms ease;
    -o-transition: 900ms ease;
    transition: 900ms ease;
}
.active .carousel-caption h2 {
    opacity: 1;
}
.carousel-caption h2 span {
    display: block;
    font-size: 28px;
    padding: 4px 0;
    opacity: 0;
    -webkit-transition: 1100ms ease;
    -o-transition: 1100ms ease;
    transition: 1100ms ease;
}
.active .carousel-caption h2 span {
    opacity: 1;
}
/*
.carousel-inner>.active {
    left: 0;
}
.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0;top: 0;}
.carousel-inner>.active.left{left:0%;top: 50%}
.carousel-inner>.active.right{left:0%;top: 50%}
*/
.carousel-indicators li {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 1px;
    text-indent: -999px;
    border: 2px solid rgba(255, 255, 255, 0.87);
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0,0,0,0);
}
.carousel-indicators .active {
    margin: 1px;
    width: 16px;
    height: 16px;
    background-color: rgba(255, 255, 255, 1);
    border: 2px solid rgba(255, 255, 255, 1);
}

.social_about .facebook{
	background: url('../images/social.png') no-repeat -4px -4px;
	width: 70px;
	height: 70px;
    display: block;
}

.social_about .twiter{
	background: url('../images/social.png') no-repeat -93px -4px;
	width: 70px;
	height: 70px;
    display: block;
}

.social_about .instagram{
	background: url('../images/social.png') no-repeat -183px -4px;
	width: 70px;
	height: 70px;
    display: block;
}

.social_about .linkdin{
	background: url('../images/social.png') no-repeat -272px -4px;
	width: 70px;
	height: 70px;
    display: block;
}

.social_about .gplus{
	background: url('../images/social.png') no-repeat -362px -4px;
	width: 70px;
	height: 70px;
    display: block;
}

.social_about .telegram{
	background: url('../images/social.png') no-repeat -451px -4px;
	width: 70px;
	height: 70px;
    display: block;
}

.social_about span{
	-webkit-transition: 600ms cubic-bezier(0.25, 0.1, 0.63, 0.75);
	-o-transition: 600ms cubic-bezier(0.25, 0.1, 0.63, 0.75);
	transition: 600ms cubic-bezier(0.25, 0.1, 0.63, 0.75);
}

.boxabout {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 99999991;
}
.headerbox {
    font-size: 38px;
    color: #000;
    padding: 10px 0;
    margin-bottom: 26px;
    margin-top: 30px;
    position: relative;
    text-align: center;
    z-index: 991;
}
.headerbox:after {
    content: ' ';
    background: url('../images/headerbox.png') no-repeat;
    height: 20px;
    width: 50px;
    display: block;
    margin: 14px auto;
}
.social_about ul li {
    display: inline-block;
    padding: 10px;
}
.social_about {
    margin-top: 28px;
}
.boxtext {
    color: #8c8c8c;
}

.social_about .facebook:hover{
	background: url('../images/social_h.png') no-repeat -4px -4px;
}
.social_about .twiter:hover{
	background: url('../images/social_h.png') no-repeat -93px -4px;
}
.social_about .instagram:hover{
	background: url('../images/social_h.png') no-repeat -183px -4px;
}
.social_about .linkdin:hover{
	background: url('../images/social_h.png') no-repeat -272px -4px;
}
.social_about .gplus:hover{
	background: url('../images/social_h.png') no-repeat -362px -4px;
}
.social_about .telegram:hover{
	background: url('../images/social_h.png') no-repeat -451px -4px;
}

.section4_myclient {
    background-color: #ECECEC;
    background-image: url(../images/cigar.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    min-height: 596px;
    margin-top: 9px;
}

#bot-triangle {
    right: 0;
    bottom: -8px;
    width: 102%;
    height: 151px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    background: #fff;
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg);
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}

#to-triangle {
    width: 102%;
    height: 179px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 0;
    top: -163px;
    background: #fff;
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg);
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}

.headerbox.white {
    color: #FFF;
}
.sliderhompage ol.carousel-indicators {
    z-index: 99999;
}
.headerbox.associates {
    top: 90px;
    position: absolute;
    left: 0 !important;
    width: 100%;
}
.headerbox.white:after {
    content: ' ';
    background: url('../images/headerbox_w.png') no-repeat;
}
.sliderclient {
    position: absolute;
    top: 45%;
    left: 10%;
    right: 10%;
}
.sliderclient .item {
    text-align: center;
}
.sliderclient .owl-pagination {
    display: none;
}
.boxrespansive .owl-theme .owl-controls .owl-buttons div,
.sliderclient .owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 1px;
    padding: 0;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 0;
    background: rgba(134, 151, 145, 0);
    filter: Alpha(Opacity=50);
    opacity: 0.9;
}
.spriteleft {
    background: url('../images/spritowl.png') no-repeat 0 -44px !important;
    width: 13px;
    height: 29px;
}
.spriteright {
    background: url('../images/spritowl.png') no-repeat 0 -1px !important;
    width: 13px;
    height: 29px;
}
.boxitemnews .text {
    position: absolute;
    width: 63%;
    height: 89px;
    top: 39%;
    left: 19%;
    font-size: 19px;
    text-align: center;
    color: #fff;
    text-transform: none;
    opacity: 0;
}
.boxrespansive .owl-prev,
.sliderclient .owl-prev {
    position: absolute;
    left: -24px;
    top: 35%;
}
.boxrespansive .owl-next,
.sliderclient .owl-next {
    position: absolute;
    right: -20px;
    top: 35%;
}

.section5_news {
    position: relative;
    min-height: 536px;
    margin-top: -23px;
}
.boxnewsindex {
    padding: 44px;
    min-height: 640px;
}
.itemnewshome {
    background: #53527D;
    width: 246px;
    height: 246px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    float: left;
    border-radius: 18px;
    margin: 0 19px;
    position: relative;
    overflow: hidden;
}
.itemnewshome:nth-child(2) {
    margin: 0 128px;
}
.itemnewshome:nth-child(4) {
    margin: -49px 0 0 217px;
}
.itemnewshome:nth-child(5) {
    margin: -49px 0 0 146px;
}
.itemnewshome img {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 334px;
}
.itemnewshome:before {
    content: ' ';
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 334px;
    height: 348px;
    position: absolute;
    background-size: 374px !important;
    bottom: -57px;
    left: -40px;
    z-index: -5;
}
.boxitemnews {
    width: 335px;
    height: 335px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -44px;
    margin-left: -43px;
}
.boxitemnews .time {
    position: absolute;
    width: 89px;
    height: 89px;
    top: 37%;
    right: -9px;
    line-height: 100px;
    font-size: 9px;
    text-align: center;
    color: #F0F0F0;
}
.boxitemnews .cat {
    position: absolute;
    width: 89px;
    height: 89px;
    top: 37%;
    left: -9px;
}
.boxitemnews .plus {
    background: url('../images/nwesplus.png') no-repeat;
    position: absolute;
    width: 89px;
    height: 89px;
    top: 76%;
    left: 37%;
    opacity: 0;
}


.itemnewshome:hover .boxitemnews {
    background: rgba(0,93,147,0.70);
}

.itemnewshome .boxitemnews .text,
.itemnewshome .boxitemnews .plus{
    -webkit-transition: 600ms cubic-bezier(0.74, 0.26, 0.33, 1.01);
    -o-transition: 600ms cubic-bezier(0.74, 0.26, 0.33, 1.01);
    transition: 600ms cubic-bezier(0.74, 0.26, 0.33, 1.01);
}

.itemnewshome:hover .boxitemnews .text,
.itemnewshome:hover .boxitemnews .plus{
    opacity: 1;
}

.itemnewshome .boxitemnews .time,
.itemnewshome .boxitemnews .cat{
    -webkit-transition: 400ms ease;
    -o-transition: 400ms ease;
    transition: 400ms ease;
}

.itemnewshome:hover .boxitemnews .time{
    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    -ms-transform: translateX(80px);
    -o-transform: translateX(80px);
    transform: translateX(80px);
}
.itemnewshome:hover .boxitemnews .cat{
    -webkit-transform: translateX(-80px);
    -moz-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    -o-transform: translateX(-80px);
    transform: translateX(-80px);
}

a.tagereadmore {
    display: block;
    height: 154px;
    position: absolute;
    bottom: 104px;
    width: 278px;
    left: 39%;
    background: url('../images/readmore.png') no-repeat;
}
a.tagereadmore:hover {
    opacity: 0.85;
}

.section6_footer {
    position: relative;
    min-height: 580px;
    background: #333;
}
.maps {
    background: url('../images/map.jpg') no-repeat;
    height: 580px;
    display: block;
    background-size: cover;
    opacity: 0.2;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.mainfooter {
    position: relative;
    top: 0;
    margin: 0 auto;
    z-index: 2;
}
.bacmainfooter {
    height: 436px;
    width: 100%;
    background: rgba(0,0,0,0.69);
    margin-top: 6%;
    border-radius: 5px;
    padding: 58px 46px;
}
.bacmainfooter h2 {
    font-size: 26px;
    color: #fff;
    font-family: 'Titillium';
}
.bacmainfooter ul {
    padding: 0;
    margin-top: 30px;
}
.bacmainfooter ul li {
    display: block;
    padding-left: 29px;
    width: 64%;
    color: #cccccc;
    margin: 10px 0;
    font-size: 14px;
    position: relative;
}
.bacmainfooter ul li:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 4px;
}
.bacmainfooter ul li:nth-child(4):before  {
	background: url('../images/sprit3.png') no-repeat -9px -12px;
	width: 15px;
	height: 16px;
}
.bacmainfooter ul li:nth-child(3):before  {
	background: url('../images/sprit3.png') no-repeat -39px -14px;
	width: 15px;
	height: 16px;
}
.bacmainfooter ul li:nth-child(2):before  {
	background: url('../images/sprit3.png') no-repeat -67px -15px;
	width: 14px;
	height: 20px;
}
.bacmainfooter ul li:nth-child(1):before  {
	background: url('../images/sprit3.png') no-repeat -95px -17px;
	width: 15px;
	height: 16px;
}
.newslaterform {
    margin-top: 50px;
}
.newslaterform input {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-right: 0;
    padding: 9px 10px;
    border-radius: 5px 0 0 5px;
    width: 232px;
}
.newslaterform button {
    background-image: url('../images/sendnewslater.png');
    background-repeat: no-repeat;
    background-position-y: 3px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-left: 0;
    padding: 5px 10px;
    border-radius: 0 5px 5px 0;
    width: 40px;
    height: 44px;
    position: relative;
    top: 11px;
    margin-left: 0px;
}
.contactform {
    margin-top: 30px;
}
.contactform input {
    width: 47%;
    background: #e0e0e0;
    border: 1px solid #ccc;
    padding: 8px 10px;
    border-radius: 5px;
    color: #333;
}
.contactform textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background: #e0e0e0;
    border: 1px solid #ccc;
    padding: 8px 10px;
    border-radius: 5px;
    color: #333;
    width: 100%;
    height: 130px;
}
.contactform input.left {
    margin-right: 6%;
    margin-bottom: 5%;
}
.contactform .submit {
    background: #f58224;
    border: 1px solid #1C1C1C;
    color: #000;
    padding: 8px 40px;
    font-size: 19px;
    border-radius: 5px;
    margin-top: 3%;
    float: right;
}

.gallery_item {
    float: left;
    overflow: hidden;
    vertical-align: top;
    margin-left: -2px;
    -webkit-transition: width 500ms;
    -moz-transition: width 500ms;
    -o-transition: width 500ms;
    transition: width 500ms;
    -webkit-transform: translate3d(0, 0, 0) skew(-20deg, 0deg);
    -moz-transform: translate3d(0, 0, 0) skew(-20deg, 0deg);
    -ms-transform: translate3d(0, 0, 0) skew(-20deg, 0deg);
    transform: translate3d(0, 0, 0) skew(-20deg, 0deg);
}
.gallery_item img {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0) skew(20deg, 0deg);
    -moz-transform: translate3d(0, 0, 0) skew(20deg, 0deg);
    -ms-transform: translate3d(0, 0, 0) skew(20deg, 0deg);
    transform: translate3d(0, 0, 0) skew(20deg, 0deg);
}
a.mylogo {
    display: block;
    position: absolute;
    top: 16px;
    left: 43%;
    padding: 5.5px;
    z-index: 2;
}

#hovermenu {
    width: 100vw;
    height: 104vh;
    position: absolute;
    background: rgba(0, 0, 0, 0.92);
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
.menu-toggle #hovermenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    z-index: 99;
}
.pagesite.search-toggle #hoversearch ,
.pagesite.menu-toggle #hovermenu {
    position: fixed;
}
.pagesite.search-toggle .selecttop,
.pagesite.menu-toggle #menu-toggle {
    position: fixed;
}
#hovermenu .headerbox.associates {
    top: 99px;
    position: absolute;
    left: 0;
    width: 100%;
}
.menu-toggle .active .carousel-caption h2{
    opacity: 0.5 !important;
}

#hoversearch {
    width: 100vw;
    height: 102vh;
    position: absolute;
    background: rgba(0, 0, 0, 0.92);
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
.search-toggle #hoversearch {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.ui-slider-tabs-list li {
    float: left;
    width: 214px;
    text-align: center;
    position: relative;
    background: transparent;
    height: 29px !important;
    display: block !important;
    -webkit-border: none;
    -moz-border: none;
    -o-border: none;
    border: none;
    margin-bottom: 52px;
}
.ui-slider-tabs-list li a {
    line-height: 25px;
    padding: 0 33px 0 0;
    height: 36px !important;
    width: 200px !important;
    text-align: right !important;
    right: 0;
    left: auto !important;
    float: right;
}
.ui-slider-tabs-list li:after {
    top: 1px;
    left: auto;
    right: 0;
    width: 20px;
    z-index: -1;
    height: 20px;
    color: #f5f5f5;
    font-size: 23px;
    content: '\f111';
    margin-left: -10px;
    position: absolute;
    font-family: 'FontAwesome';
}
.ui-slider-tabs-list li.selected:after {
    top: 1px;
    right: 0;
    left: auto;
    z-index: -1;
    width: 20px;
    height: 20px;
    color: #76889a;
    font-size: 23px;
    content: '\f192';
    position: absolute;
    margin-left: -10px;
    font-family: 'FontAwesome';
    background-color: #ffffff;
}
.ui-slider-tabs-list li.selected a{
    color: #f58224;
}
.ui-slider-tabs-list li {
    font-family: 'Titillium';
}
.ui-slider-tabs-list {
    padding: 0;
    margin: 60px 0 0 0;
    list-style: none;
    margin-left: 0px !important;
    width: 200px !important;
}
.ui-slider-tabs-list-container {
    z-index: 1;
    position: relative;
    width: 221px !important;
    min-height: 497px;
}
.ui-slider-tabs-list-wrapper {
    width: 221px !important;
    float: right;
    z-index: 99999;
    background: #fff;
    margin-right: -18px;
    min-height: 495px;
}
.ui-slider-tab-content {
    padding: 10px 0 0;
    width: 99% !important;
}
.ui-slider-tabs-content-container {
    width: 80% !important;
    float: left;
    position: absolute;
    top: -6px;
    z-index: 99;
}
.ui-slider-tabs-list-container:after {
    right: 17px;
    left: auto;
    top: -20px;
    content: '';
    z-index: -2;
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: #d5d5d5;
}
.ui-slider-tabs-list-wrapper:before {
    top: -7px;
    width: 10px;
    height: 10px;
    right: 19px;
    z-index: 999;
    color: #dcdcdc;
    font-size: 30px;
    content: '\f0da';
    position: absolute;
    font-family: 'FontAwesome';
    z-index: 9999;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 24px !important;
}
.ui-slider-tabs-list-wrapper:after {
    right: 19px;
    left: auto;
    bottom: 12px;
    top: auto;
    width: 10px;
    height: 10px;
    z-index: 1;
    color: #dcdcdc;
    font-size: 30px;
    text-align: left;
    content: '\f0d9';
    position: absolute;
    font-family: 'FontAwesome';
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 24px !important;
}
.ui-slider-tabs-list li:after {
    top: 1px;
    left: auto;
    right: 0;
    width: 20px;
    z-index: -1;
    height: 20px;
    color: #ececec;
    font-size: 23px;
    content: '\f111';
    margin-left: -10px;
    position: absolute;
    font-family: 'FontAwesome';
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.45);
}
.ui-slider-tabs-list li.selected:after {
    top: 1px;
    left: auto;
    right: 0;
    width: 20px;
    z-index: -1;
    height: 20px;
    color: rgba(236, 236, 236, 0);
    font-size: 23px;
    content: '\f111';
    margin-left: -10px;
    position: absolute;
    font-family: 'FontAwesome';
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.45);
}
.ui-slider-tabs-list li.selected:before {
    content: ' ';
    top: 1px;
    right: -1px;
    left: auto;
    z-index: 2;
    width: 22px;
    height: 22px;
    color: #76889a;
    font-size: 23px;
    position: absolute;
    margin-left: -10px;
    background: url(../images/hover_m.png) no-repeat;
    background-size: 22px;
}
.ui-slider-tabs-leftPanelArrow {
    display: none;
}
.ui-slider-tabs-rightPanelArrow {
    display: none;
}
.workspro {
    margin-top: -66px;
    margin-bottom: 22px;
}
#WorksTabs .feature-image img {
    width: 95%;
    z-index: 999;
}
.section-short-desc {
    text-align: justify;
    margin: 37% auto 0px;
}
.ui-slider-tab-content{
    opacity: 0;
}
.ui-slider-tab-content.selected {
    opacity: 1;
}
.section-short-desc h2{
    color: #00588e;
    margin-bottom: 22px;
    text-align: left;
}
.section-short-desc p{
    color: #484848;
    font-size: 14px;
}
div#home-blog-section-wrapper {
    height: 442px;
}
div#home-blog-section-wrapper {
    height: 482px;
    padding-top: 20%;
}
#up-triangle_page {
    width: 102%;
    height: 116px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: -7px;
    top: -83px;
    -webkit-transition: 800ms ease;
    -o-transition: 800ms ease;
    transition: 800ms ease;
    z-index: 1;
    background: #FFFFFF;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}
section#posts-section {
    position: relative;
}
section#posts-section .container {
    z-index: 100;
    /*position: relative;*/
}
.sloganpage h2 {
    color: #fff;
    text-transform: capitalize;
    font-size: 56px;
    font-family: 'Titillium';
}
.sloganpage h2 span {
    display: block;
    font-size: 28px;
    padding: 4px 0;
}
a.but1 {
    border: 1px solid #4a94b4;
    padding: 6px 10px 8px 10px;
    width: 140px;
    display: block;
    float: left;
    margin-right: 22px;
    border-radius: 5px;
    color: #4a94b4;
    margin-top: 32px;
    position: relative;
    -webkit-transition: 600ms cubic-bezier(0.25, 0.1, 0.63, 0.75);
    -o-transition: 600ms cubic-bezier(0.25, 0.1, 0.63, 0.75);
    transition: 600ms cubic-bezier(0.25, 0.1, 0.63, 0.75);
}
a.but2 {
    border:  1px solid #f58224;
    padding: 6px 10px 8px 10px;
    width: 140px;
    display: block;
    float: left;
    margin-right: 10px;
    border-radius: 5px;
    color: #FFFFFF;
    margin-top: 32px;
    background: #f58224;
    position: relative;
    -webkit-transition: 600ms cubic-bezier(0.25, 0.1, 0.63, 0.75);
    -o-transition: 600ms cubic-bezier(0.25, 0.1, 0.63, 0.75);
    transition: 600ms cubic-bezier(0.25, 0.1, 0.63, 0.75);
}
a.but1:before {
    content: '';
	background: url('../images/sprit4.png') no-repeat -36px -7px;
	width: 22px;
	height: 22px;
    position: absolute;
    right: 10px;
    top: 20%;
}
a.but2:before {
    content: '';
	background: url('../images/sprit4.png') no-repeat -6px -7px;
	width: 22px;
	height: 22px;
    position: absolute;
    right: 10px;
    top: 20%;
}
a.but1:hover {
    border: 1px solid #f58224;
}
a.but2:hover {
    color: #2C4854;
}
.post .post-date span:last-child {
    font-size: 11px;
}
.desc_wrapper {
    width: 100%;
    padding: 30px 25px 13px 25px;
    float: left;
    overflow: hidden;
    display: inline-block;
    background-color: #f5f7f9;
    color: #9ea6a4;
}
.photo_wrapper img {
    width: 100%;
    border-radius: 6px 6px 0 0;
}
.boxproduct {
    margin-bottom: 30px;
}
.post-container.probac {
    background: #F5F7F9;
}
.post .post-title a {
    color: #2d373c;
    font-family: 'Titillium';
}
.mini-post .post-title h2 a {
    color: #2d373c;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Titillium';
}
.widget.popular.Similar .mini-post {
    float: left;
    margin-right: 29px;
}
.widget.popular.Similar .mini-post:last-child {
    float: left;
    margin-right: 0;
}
.widget.popular.Similar {
    margin-top: 50px;
}
.row.pages h3 {
    margin-bottom: 15px;
}
#hoversearch input[type=text] {
    width: 81%;
    height: 64px;
    background-color: transparent;
    border: rgba(255,255,255,0.7) 1px solid;
    outline: none;
    position: absolute;
    top: 50%;
    margin-top: -32px;
    padding: 20px;
    font-size: 22px;
    color: #fff;
    box-sizing: border-box;
}
#hoversearch input.submit {
    position: absolute;
    width: 46px;
    height: 46px;
    top: 50%;
    margin-top: -23px;
    right: 12%;
    background: url(../images/search.png) no-repeat center center;
    opacity: 0.7;
    border: none;
    font-size: 0;
    line-height: 0;
    text-indent: -1000px;
    outline: 0;
}
#hovermenu ul {
    padding: 0;
    position: absolute;
    top: 224px;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: center;
}
#hovermenu ul li{
    display: block;
    margin: 0;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
#hovermenu ul li a {
    color: #fff;
    font-size: 22px;
    display: block;
    padding: 8px 0;
}
#hovermenu ul li a:hover{
    color: rgba(0,93,147,1);
}
.menu-toggle #hovermenu li{padding-left: 0;opacity: 1;}
.widget .widget-title h4 {
    font-family: 'Titillium';
}
#home-blog-section-wrapper:after {
    opacity: 0.1;
}
.section-short-desc p,.boxtext p {
    /*font-size: 19px;*/
}
.phoneshowe {
    position: fixed;
    background: #000;
    width: 100%;
    padding: 5px 4%;
    height: 36px;
    z-index: 999999999;
    font-size: 12px;
    box-shadow: 1px 1px 2px 1px rgba(128, 128, 128, 0.11);
    color: #FFF;
}
.phoneshowe a{
    color: #FFF;
}
.headerbar-right {
    float: right;
}
.headerbar-left {
    position: absolute;
}
.phoneshowe s {
    text-decoration: none;
}

span.numb {
    text-decoration: underline;
}
.bacmainfooter2 ul li:nth-child(1):before,  .bacmainfooter2 ul li:nth-child(2):before {
    background: url('../images/sprit3.png') no-repeat -95px -17px;
    width: 15px;
    height: 16px;
}
#home-blog-section {
    background-repeat: no-repeat;
    background-size: cover !important;
}
.social_respansive {
    display: none;
}
.social_respansive ul li {
    display: inline-block;
    padding: 21px 8px;
    font-size: 22px;
}
.social_respansive ul li a {
    color: #01588D;
}
div#fancy_outer {
    z-index: 999999999 !important;
    }