@font-face {
    font-family: HelveticaNeueLT;
    src: url(../fonts/HelveticaNeueLT.ttf);
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-SemiBold.otf);
}
.Minu-top .lang-change {
    display: inline-block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    position: fixed;
    left: 46px;
    top: 3px;
    z-index: 5;
}
.english-lang{font-family: 'HelveticaNeueLT', serif;line-height: .2 !important;}
.lang-change a {
    color: #fff;
    text-decoration: none;
}

.overHiden{overflow: hidden}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

body{overflow-x: hidden}

*{font-family: 'Montserrat', sans-serif;}

@media (min-width: 768px)
navbar.less:274
.navbar-nav>li {float: left;}

.clear{clear: both}
ul li{
list-style:none;
}
ul{
padding:0;
}
ul li:before {
    content: '\f10c';
    font-family: FontAwesome;
margin-right:5px;
color:#5d3a80
}
.nav li,.menu-list li{
list-style:none !important;
}
.nav li:before,.menu-list li:before{
display:none;
}
.Minu-top
{
    background-color: #5d3a80;
    color: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    box-shadow: 0px 2px 20px -4px #212221;
    border-bottom: 2px solid #543854;
}
.Minu-top .lang-change {display: inline-block;float: left;font-size: 18px;font-weight: bold;}
.Minu-top .change-l {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    padding: 5px 10px;
    margin: 0 20px;
    z-index: 2
}
.Minu-top .change-l a {color: #fff;text-decoration: none;}
.Minu-top .navbar-default .navbar-nav{margin: 0;}
.Minu-top .nav>li{display: inline-flex}
.Minu-top .navbar-default .navbar-nav:last-child{float: right;display: inline}
.navbar-default .navbar-nav>li>a {color:#fff;position: relative;overflow: hidden}
.navbar-default .navbar-nav>li>a:before
{
    content: " ";
    width: 5px;
    height: 5px;
    background: #f5f5f5;
    position: absolute;
    bottom: -8px;
    right: 48%;
    border-radius: 50%;
    transition: .7s all;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover{color:#fff}
.navbar-default .navbar-nav>li>a:focus:before,
.navbar-default .navbar-nav>li>a:hover:before
{bottom: 8px}

/* Nav bar Style */
.nav-bar-icon{cursor: pointer;margin: 0}

.nav-bar-icon p{margin: 0 !important}

.nav-bar 
{
    position: fixed;
    right: -500px;
    top: 0;
    width: 260px;   
    height: 100%;
    z-index: 10;
    background-color: #fff;
    box-shadow: 6px 0px 20px #5278e8;
    overflow: auto;
}

.nav-bar .menu-logo {padding: 30px 85px 30px 30px;position: relative;}

.nav-bar .menu-logo h3
{text-transform: uppercase;font-weight: 800;margin: 0;float: right}
.nav-bar .menu-logo h3 span {color:#5d3a80}

.nav-bar .menu-logo i
{
    position: absolute;
    top: 50%;
    right: 30px;
    color: #141414;
    font-size: 22px;
    margin-top: -13px;
    cursor: pointer;
}

.nav-bar .menu-logo i:hover{color:#5278e8}

.nav-bar .menu-list {margin-top: 30px;list-style: none;padding: 0}

.nav-bar .menu-list > li > a
{
    display: block;
    text-decoration: none;
    padding: 15px 30px 15px 26px;
    font-size: 16px;
    color: #141414;
    transition: all 1s;
    border-left-style: solid;
    border-left-width: 4px;
    border-left-color: transparent;
}

.nav-bar .menu-list .active,
.nav-bar .menu-list > li > a:hover{border-left-color: #5d3a80;}

.nav-bar .menu-list > li > a > i {margin-right: 10px;float:left;}

.nav-bar .menu-social {padding: 30px;}

.nav-bar .menu-social h4{float: left}

.nav-bar .menu-social a
{
    color: #ffffff;
    font-size: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #5d3a80;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
    transition: all 1s    
}

.nav-bar .menu-social a:hover
{
    text-decoration: none;
    -webkit-box-shadow: 0 4px 19px -4px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0 4px 19px -4px rgba(0, 0, 0, 0.45);
    -ms-box-shadow: 0 4px 19px -4px rgba(0, 0, 0, 0.45);
    -o-box-shadow: 0 4px 19px -4px rgba(0, 0, 0, 0.45);
    box-shadow: 0 4px 19px -4px rgba(0, 0, 0, 0.45);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.Minu .navbar-default,
.Minu-top .navbar-default
{background-color: transparent;border:none;margin: 0}

.Minu-top .navbar-default .nav li p{margin: 15px 0;margin-left: 10px}

.Minu-top .navbar-default .nav li p i{padding: 0 5px;font-size: 18px}

.Minu{margin-top: 50px;background-color: #f5f5f5;padding: 20px 0}

.Minu .logo{display: inline}

.Minu .logo img{width: 300px;margin-top: 10px}

.Minu .navbar ul {float: right;}

.Minu .navbar ul li a
{
    color: #5d3a80;
    font-weight: bold;
    height: 50px;
    overflow: hidden;
    font-size: 16px;
    margin: 8px 0;
}

.Minu .navbar ul li a:before
{
    content: " ";
    width: 5px;
    height: 5px;
    background: #5d3a80;
    position: absolute;
    bottom: -8px;
    right: 48%;
    border-radius: 50%;
    transition: .7s all;
}

.Minu .navbar ul li a:focus,
.Minu .navbar ul li a:hover{color:#5d3a80}
.Minu .navbar ul li a:focus:before,
.Minu .navbar ul li a:hover:before
{bottom: 8px}


.header-slider
{
    background-color: #5d3a80;
    overflow: hidden;
    position: relative;
    max-height: 620px;
}
.header-slider .slider-top{margin-top: 40px;padding-top: 15px}
.header-slider h1
{
    color:#f5f5f5;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    opacity: 0;
    transform: scale(1,0);
    transition: 1.5s all
}
.header-slider h1 a{text-decoration: none;color:#fff;}

.header-slider p{color:#fff}
.Features p{
color:#333;
}
.header-slider .img-slider
{width: 600px;display: inline-block;margin-top: 20%;transition: 1s all;float: right;margin-left: 7%;}

.header-slider .Features {
    width: 335px;
    color: #000;
    background: #f3f3f3;
    padding: 16px 19px;
    border-radius: 3px;
    display: inline-block;
    float: right;
    position: relative;
    margin-top: 2.3%;
    margin-right: 15px;
}

.header-slider .Features h4 {color:#5d3a80}

.header-slider .Features il {display: block;font-size: 14px;padding: 10px 0;}

.header-slider .Features il i{padding: 0 4px;color: #5d3a80;}

.header-slider .Features:after,
.header-slider .Features:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.header-slider .Features:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #f3f3f3;
	border-width: 10px;
	margin-top: -10px;
}
.header-slider .Features:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #f3f3f3;
	border-width: 12px;
	margin-top: -12px;
}

.header-slider .active h1{opacity: 1;transform: scale(1,1)}

.header-slider .active .img-slider {margin-top: 2%}

.owl-dots {position: absolute;top: 250px;right: 15%;display: none}

.owl-dot
{
    width: 9px;
    height: 9px;
    background: #fff;
    margin: 5px 0;
    border-radius: 50%;
    transition: .7s all
}

.owl-dot.active
{height: 23px;border-radius: 30px;margin-top: 13px;}

.About h2{margin-top: 40px}

.About > p {font-weight: bold}

.About .hr{display: inline-block;text-align: center;width: 50px;height: 3px;background: #5d3a80;transition: .7s all}

.About:hover .hr {width: 100px}

.About .about-info-box .about-box
{
    height: 250px;
    padding-top: 30px;
    position: relative;
    border-radius: 3px 3px 0px 0px;
    border-bottom: 3px solid #5d3a80;
    margin-bottom: 35px;
    box-shadow: inset 1px 1px 14px -8px #000;
}

.About .about-info-box .about-box img
{width: 100px;border-radius: 50%;text-align: center;display: inline;}

.About .about-info-box .about-box:hover .hidden-box{opacity: 1;top: -50px;}

.About .about-info-box .about-box h3 {line-height: 1.4}

.hidden-box
{
    position: absolute;
    top: -80px;
    right: 25px;
    width: 300px;
    min-height: 250px;
    background: #f3f3f3;
    box-shadow: 0px 0px 20px -4px #000;
    opacity: 0;
    transition: .7s all
}

.hidden-box h3{margin-top: 50px}

.statistics{background-color: #2f3539;color: #fff}

.statistice-client{margin: 8% 0;padding: 9px 10px;background: #272c2ffc;}
.statistics .Client-Slider img {
    max-width: 100px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: initial;
}

.statistics .Client-Slider p{line-height: 1.5}

.box-client {opacity: 0;transform: scale(0,1);transition: all .7s;}

.owl-item.active .box-client {transform: scale(1,1);opacity: 1}

.statistics .owl-dot
{
    width: 9px;
    height: 9px;
    background: #fff;
    margin: 5px 0;
    border-radius: 50%;
    transition: .7s all;
    display: -webkit-inline-box;
    margin: 0 3px;
}

.statistics .owl-dot.active
{
    height: 9px;
    border-radius: 30px;
    margin-right: 13px;
    width: 26px;
}

.statistics .owl-dots {bottom: -50px;right: 240px;position: absolute;display: block}

.statistics .box-statis
{
    padding-top: 50px;
    position: relative;
    height: 200px;
    width: 100%;
}

.statistics .box-statis:hover{box-shadow: inset 0px 0px 16px -10px #000}

.statistics .box-statis:hover i{font-size: 25px;opacity: .7;margin: 0}

.statistics .box-statis:hover span{color: #fdfcff;font-size: 50px;}

.statistics i{font-size: 50px;transition: .7s all;}

.statistics span{font-size: 36px;color: #bbbbbb;transition: .7s all;cursor: default;}
.statistics p {color: #ddd;line-height: 0;cursor: default;}

.work{background: #393f43;margin: 0;color:#fff;padding-bottom: 20px}

.work .btn
{
    background-color: #5d3a80;
    color: #fff;
    border: none;
    padding: 5px 19px;
    margin: 15px 0;
    transition: .7s all
}

.work .btn:hover{margin-left: 8px}

.work:hover .hr {width: 100px}

.work h2 {margin: 0;padding-top: 40px;color: #dddddd}

.work p{margin-bottom: 0;color: #bbb}

.work .hr 
{
    width: 50px;
    height: 3px;
    display: inline-block;
    text-align: center;
    background-color: #5d3a80;
    transition: .7s all;
    margin-bottom: 20px
}

.box-work
{border:2px solid #fff;border-radius: 3px;
margin-bottom: 10px;overflow: hidden}

.box-work .photoWork{position: relative}

.box-work:hover .layout-info{opacity: 1;left: 0}

.box-work .title-work
{
    background: #f3f3f3;
    text-align: center;
    color: #000;
    padding: 10px 0 19px;
    z-index: 5;
    position: relative;
}

.box-work .img-over { height: 170px;}

.box-work .img-over .Discount {
    z-index: 2;
    width: 200px;
    background: #5d3a80;
    position: absolute;
    top: 25px;
    right: -50px;
    text-align: center;
    line-height: 39px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.box-work .title-work h3 {margin: 0;color:#6b6a6a}

.box-work .title-work P{color:#5a5a5a}

.box-work .title-work .MoneySlier
{
    font-size: 12px;
    font-weight: bold;
    background: #421b38;
    color: #fff;
    padding: 5px 10px;
    border-top-right-radius: 5px;
    position: absolute;
    left: 0;
    bottom: 0px;
}

.layout-info
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(57, 63, 67, 0.85);
    z-index: 1;
    text-align: center;
    padding-top: 18%;
    transition: all .7s;
    opacity: 0
}

.layout-info a
{
    color:#fff;
    font-size: 32px;
    text-align: center;
    text-decoration: none;
    margin: 0 10px;
}

.client img{display: initial;max-width: 150px}

.footer-information
{background-color: #393f43;color: #fff;margin-top: 30px}

.box-footer {float: left;padding: 20px 0;}
.box-footer .fb-page {margin-top: 10px}

.box-footer:hover .hr {width: 100px}

.box-footer p{margin: 10px 0}

.box-footer .hr
{
    width: 30px;
    height: 3px;
    background: #5c397f;
    display: block;
    float: left;
    transition: all .7s
}

.box-footer .btn {
    background: #5d3a80;
    border: none;
    transition: all .7s;
    color: #fff;
}

.box-footer .btn:focus,
.box-footer .btn:hover{color: #fff;margin-right: 5px;outline: none}

.box-footer ul il{float: left;display: block;font-size: 16px}

.box-footer ul il i {margin-right: 10px;float: left}

.box-footer ul il img {width: 14px;display: initial;float: left;margin-right: 10px;}

.box-footer ul il a {
    color:#fff;
    text-decoration: none
}

.box-footer .img-footer-work {margin-top: 10px}

.box-footer .img-footer-work img {margin-bottom: 20px;opacity: .7;border-radius: 2px}

.box-footer .img-footer-work img:hover {opacity: 1}

footer {padding: 15px 0 10px;border-top: 2px #777 dashed;}

footer p:first-child{display: inline;float: right;margin: 0;}

footer p:last-child{display: inline;}

footer p:first-child a{color: #999;text-decoration: none}

/* Loading Screen */
.Loading-Sceen-up {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #5d3a80;
    z-index: 9999
}
.LoadingScreen {
margin: 100px auto 0;width: 70px;text-align: center;}

.LoadingScreen > div {
  width: 18px;
  height: 18px;
  background-color: #fff;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.LoadingScreen .bounce1 
{-webkit-animation-delay: -0.32s;animation-delay: -0.32s;}

.LoadingScreen .bounce2 
{-webkit-animation-delay: -0.16s;animation-delay: -0.16s;}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0);transform: scale(0);} 
    40% { -webkit-transform: scale(1.0);transform: scale(1.0);}
}
.title-Section
{
    background: #5d3a80;
    color: #fff;
    padding: 10px 0 20px;
    margin-bottom: 20px
}

.whoAreWe-information {padding-right: 10px;margin-top: 30px}

.whoAreWe-information p{margin: 0;font-size: 16px;font-weight: bold;padding: 5px}

.whoAreWe-information ul {list-style: none;padding: 0}

.whoAreWe-information ul li {display: block;padding: 10px 0;font-weight: bold}

.whoAreWe-information ul li i {color: #5d3a80;font-weight: bold;font-size: 14px;padding-left: 5px}

.work-box{margin: 20px 0;padding: 20px 0;border-bottom: 1px solid #d3d3d3}

.work-box .img-work {overflow: hidden;position: relative;}

.work-box .img-work:hover .layout-info{left: 0;opacity: 1}

.work-box .moneyWork{
    float: left;
    background: #421b38;
    color: #fff;
    padding: 4px 14px;
    margin: 5px 5px;
    border-radius: 3px;
}

.work-box .discont 
{
    z-index: 2;
    width: 200px;
    background: #5d3a80;
    position: absolute;
    top: 25px;
    left: -50px;
    text-align: center;
    line-height: 35px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    padding-bottom: 4px;
}

.work-box a.btn {
    float: left;
    background: #5d3a80;
    color: #fff;
    padding: 6px 13px;
    margin: 0;
    border-radius: 3px;
    border: none;
    transition: all .7s;
    margin-bottom: 10px;
}

.work-box a.btn:hover{border: none;margin-right: 8px}

.SendOrder,
.takeMeSection {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    display: none;
    
}

.Order,
.takeMe
{
    width: 50%;
    margin: 11% auto 0;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    z-index: 999;
    max-height: 90%;
    overflow-y: scroll;
    overflow-x: hidden;
}
.Order .logo,
.takeMe .logo {
    float: right;
    background: #5c397f;
    padding: 20px 10px 50px;
    color: #fff;
    width: 100%;
    height: 100%;
}

.Order .MessageSec,
.takeMe .MessageSec
{float: left;padding: 4% 0;background: #fff;}

.Order .MessageSec form,
.takeMe .MessageSec form {padding-top: 20px}

.Order .MessageSec textarea,
.Order .MessageSec input,
.takeMe .MessageSec textarea,
.takeMe .MessageSec input {
    float: right;
    padding: 5px 10px;
    margin: 5px 0;
    border: none;
    border-bottom: 2px solid #d3d3d3;
    width: 100%;
    outline: none;
    transition: .7s all;
}
.Order .MessageSec input:focus,
.Order .MessageSec textarea:focus,
.takeMe .MessageSec input:focus,
.takeMe .MessageSec textarea:focus{border-color: #5c397f}

.Order .MessageSec input[type="submit"],
.takeMe .MessageSec input[type="submit"]
{background: #5c397f;color: #fff;width: 100px;transition: all .7s;border: none;float: left;}

.Order .MessageSec input[type="submit"]:hover,
.takeMe .MessageSec input[type="submit"]:hover{margin-right: 15px;border: none}

.Order .MessageSec textarea,
.takeMe .MessageSec textarea 
{;max-height: 100px;min-height: 100px;max-width: 100%;min-width: 100%}

.MessageSec select,
.takeMe .SendMeassage select {
    width: 100%;
    padding: 4px 10px;
    border: none;
    outline: none;
    border-bottom: 2px solid #d3d3d3;
    margin: 5px 0;
    background: #fff
}

.MessageSec select option,
.takeMe .SendMeassage select option {width: 100px}

.Order .logo a,
.takeMe .logo a{color: #fff;text-decoration: none}

.Order .logo ul img,
.takeMe .logo ul img{width: 14px;display: inline;margin-right: 5px;float:left;}
    
.Order .logo ul,
.takeMe .logo ul{padding: 0;}

.Order .logo ul il i,
.takeMe .logo ul il i {margin-right: 5px;float:left;}

.Service {margin: 40px 0}
.BoxService {padding: 20px 0}

.BoxService img {
    max-width: 100px;
    border-radius: 50%;
    text-align: center;
    display: inline;
    box-shadow: 0px 0px 20px -5px #000;
}

.BoxService h2 {font-size: 22px;color: #bbb}

.iconGroup {display: inline;font-size: 18px;line-height: 2.8;}

.iconGroup a {color: #fff;margin: 0px 10px;}

.showWork .hr {
    height: 2px;
    width: 35px;
    display: block;
    float: left;
    background-color: #5d3a80;
    margin-bottom: 13px;
}

.showWork h3 {margin: 30px 0px 10px;}

.showWork p {color: #777;line-height: 1.8;margin: 10px 0}

.showWork .money {
    background: #5d3a80;
    color: #fff;
    padding: 3px 10px;
    display: initial;
    border-radius: 2px;
    float: left;
    margin: 0px 3px 0;
}

.showWork .Discont {background: #393f43;}

.showWork ul {padding-right: 10px;margin: 10px 0}

.showWork ul il {display: block;color: #777;}

.showWork ul il i {
    padding-left: 5px;
    line-height: 1.5;
    color: #5d3a80;
}
.showWork .titleSec h3{margin-bottom: 0}

.box-img-workShow {position: relative;overflow: hidden;margin-bottom: 20px}

.box-img-workShow:hover .zoomImg {left: 0;opacity: 1}

.box-img-workShow .zoomImg {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: #0000009c;
    transition: all .7s
}

.box-img-workShow .zoomImg a {
    font-size: 34px;
    color: #fff;
    text-align: center;
    display: inherit;
    margin-top: 12%;
}
.topWork .btn:focus,
.topWork .btn {
    border: none;
    background-color: #5d3a80;
    color: #fff;
    padding: 7px 32px;
    text-align: center;
    margin: 10% 40%;
    transition: all .7s;
    outline: none
}

.topWork .btn:hover {margin-left: 42%}
.title-work a{
text-decoration:none !important;
}
.inline-block{
display:inline-block;
vertical-align:middle;
margin: 0 5px;
}
footer{
display:flex;}
footer .pull-left{
margin-right:auto !important;
}
footer .copyright{
margin-left:auto;
}
.img-footer-work a{
width:calc(50% - 10px);
margin:0 5px;
float:left;
}