html {
  scroll-behavior: smooth;
}

.main-header .sidebar-toggle::before {
    content: "";
}

.pagination {
    margin: 10px 0;
}

.not-set {
    color: #999;
    font-style: italic;
}

.form-group.required .control-label::after {
    color: red;
    content: " *";
}

.login-box, .register-box {
    margin: 0 auto;
}

.margin-img {
    margin: 0 auto;
}

.widget-user .widget-user-footer {
    height: 100px;
}

.grid-view th {
    white-space: normal;
}

/* start MDB tweaks */
.pt-3 {
    padding-top: 1rem!important;
}
.pb-3 {
    padding-bottom: 1rem!important;
}
.mt-3 {
    margin-top: 1rem!important;
}
.mb-3 {
    margin-bottom: 1rem!important;
}
.pt-2 {
    padding-top: .5rem!important;
}
.pb-2 {
    padding-bottom: .5rem!important;
}
.mt-2 {
    margin-top: .5rem!important;
}
.mb-2 {
    margin-bottom: .5rem!important;
}
.pt-1 {
    padding-top: .25rem!important;
}
.pb-1 {
    padding-bottom: .25rem!important;
}
.mt-1 {
    margin-top: .25rem!important;
}
.mb-1 {
    margin-bottom: .25rem!important;
}

.pr-3 {
    padding-right: 1rem!important;
}
.pl-3 {
    padding-left: 1rem!important;
}
.mr-3 {
    margin-right: 1rem!important;
}
.ml-3 {
    margin-left: 1rem!important;
}
.pr-2 {
    padding-right: .5rem!important;
}
.pl-2 {
    padding-left: .5rem!important;
}
.mr-2 {
    margin-right: .5rem!important;
}
.ml-2 {
    margin-left: .5rem!important;
}
.pr-1 {
    padding-right: .25rem!important;
}
.pl-1 {
    padding-left: .25rem!important;
}
.mr-1 {
    margin-right: .25rem!important;
}
.ml-1 {
    margin-left: .25rem!important;
}
.p-1{
    padding: .25rem!important;
}
.p-2{
    padding: .5rem!important;
}
.p-3{
    padding: 1rem!important;
}
.ptb-1{
    padding: .25rem 0 !important;
}
.ptb-2{
    padding: .5rem 0 !important;
}
.ptb-3{
    padding: 1rem 0 !important;
}
.ptb-4{
    padding: 2rem 0 !important;
}
.ptb-5{
    padding: 3rem 0 !important;
}
.ptb-6{
    padding: 4rem 0 !important;
}
/* end MDB tweaks */

.br-5{
    border-radius: 5px!important;
}
.br-10{
    border-radius: 10px!important;
}
.br-15{
    border-radius: 15px!important;
}
.br-20{
    border-radius: 20px!important;
}
.br-25{
    border-radius: 25px!important;
}
.btr-5{
    border-top-left-radius: 5px!important;
    border-top-right-radius: 5px!important;
}
.btr-10{
    border-top-left-radius: 10px!important;
    border-top-right-radius: 10px!important;
}
.btr-15{
    border-top-left-radius: 15px!important;
    border-top-right-radius: 15px!important;
}
.btr-20{
    border-top-left-radius: 20px!important;
    border-top-right-radius: 20px!important;
}
.btr-25{
    border-top-left-radius: 25px!important;
    border-top-right-radius: 25px!important;
}
.mc{
    margin: 0 auto !important;
}
/* Custom block width */
.w-100{
    width: 100% !important;
}
.w-90{
    width: 90% !important;
}
.w-80{
    width: 80% !important;
}
.w-70{
    width: 70% !important;
}
.w-60{
    width: 60% !important;
}
.w-50{
    width: 50% !important;
}
.w-40{
    width: 40% !important;
}
.w-30{
    width: 30% !important;
}
.w-20{
    width: 20% !important;
}
.w-10{
    width: 10% !important;
}
/* End custom block width*/

/* Start custom background */
.bg-purple-light{
    color: #fff;
    background: #7e73ff;
}
/* End custom background */

/* Start custom box */
.box-border-purple-light {
    border: 1px solid #7e73ff;
}

.box-border-danger{
    border: 1px solid #d73925;
}

.box-border-pink{
    border: 1px solid #e071dd;
}

.box-border-black{
    border: 1px solid #000;
}

.box-border-blue{
    border: 1px solid #8886ff;
}

.box-border-orange{
    border: 1px solid #ff851b;
}

.box-border-blue-filter{
    border-bottom: 1px solid #337ab7;
    border-left: 1px solid #337ab7;
    border-right: 1px solid #337ab7;
    border-radius: 0;
}
/* End custom box */

/* Start custom button */
.btn-purple-light {
    color: #fff;
    background-color: #7e73ff;
    border-color: #766aff;
}

.btn-purple-light:hover, .btn-purple-light:active, .btn-purple-light.hover, .btn-purple-light:active:hover, .btn-purple-light.active:hover, .btn-purple-light:active:focus, .btn-purple-light.active:focus, .btn-purple-light:active.focus, .btn-purple-light.active.focus{
    color: #fff;
    background-color: #766aff !important;
}
/* End custom button */

/* Start custom pagination */
.pagination > .active > a.bg-purple-light, .pagination > .active > span.bg-purple-light, .pagination > .active > a.bg-purple-light:hover, .pagination > .active > span.bg-purple-light:hover, .pagination > .active > a.bg-purple-light:focus, .pagination > .active > span.bg-purple-light:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #7e73ff;
    border-color: #766aff;
}
/* End custom pagination */

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

/* Change sidebar collapsed width */
.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    width: 220px;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
    left: 220px !important;
  }
.sidebar-menu .treeview-menu .treeview-menu {
    padding-left: 10px;
}
/* END Change sidebar collapsed width */

/* Gridview sort links - add sorting icons */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}
/* END Gridview sort links - add sorting icons */

/* Tabs for panels */
.nav-tabs-custom {
    margin: 0;
    /*background: #fff none repeat scroll 0 0;*/
    background: inherit;
    box-shadow: none;
}
.nav-tabs-custom > .tab-content {
    background: inherit;
    padding: 10px 0;
}
/* End Tabs for panels */

/* Calendar */
.blockEventCalendar .datepicker-inline {
    width: 100% !important;
    padding: 4px;
}
.blockEventCalendar .calendar_event {
    background-color: #91CFC8 !important;
    border-color: #82c3bc;
    color: #ffffff !important;
}
.blockEventCalendar .calendar_event:hover {
    background-color: #82c3bc !important;
    border-color: #91aFC8;
    color: #ffffff !important;
}
.blockEventCalendar .calendar_event.active {
    color: #fff !important;
    background-color: #286090 !important;
    border-color: #204d74 !important;
}
/* End Calendar */

/* Upload kit */
.upload-kit .upload-kit-item.not-image {
    width: 100px;
}
.upload-kit .upload-kit-input, .upload-kit .upload-kit-item {
    height: 100px;
}
.upload-kit .upload-kit-input {
    width: 100px;
}
.upload-kit .upload-kit-item.not-image .name {
    width: 96px;
    text-transform: inherit;
    font-weight: inherit;
}
/* End Upload kit */

.border-right{
    border-right: 1px solid #e4e4e4;
}

/* Work wizard crumbs */
#crumbs {
    text-align: center;
}
#crumbs ul {
    list-style: none;
    display: inline-table;
}
#crumbs ul li {
    display: inline;
}
#crumbs ul li a {
    display: block;
    float: left;
    height: 40px;
    background: #ddd;
    text-align: center;
    padding: 0px 15px 0 40px;
    position: relative;
    margin: 0 10px 0 0;
    font-size: 20px;
    text-decoration: none;
    margin-bottom:10px;
}
#crumbs ul li a:after {
    content: "";
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #ddd;
    position: absolute; right: -20px; top: 0;
    z-index: 1;
}
#crumbs ul li a:before {
    content: "";
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #fff;
    position: absolute; left: 0; top: 0;
}
#crumbs ul li:first-child a {
    border-top-left-radius: 10px; border-bottom-left-radius: 10px;
}
#crumbs ul li:first-child a:before {
    display: none;
}
#crumbs ul li:last-child a {
    padding-right: 30px;
    border-top-right-radius: 10px; border-bottom-right-radius: 10px;
}
#crumbs ul li:last-child a:after {
    display: none;
}
#crumbs ul li a:hover {
    background: #858585;
    color: #fff;
}
#crumbs ul li a:hover:after {
    border-left-color: #858585;
}
#crumbs .success a{
    color: #fff;
    background: #4caf50;
}
#crumbs .success a:after{
    border-left: 20px solid #4caf50;
}
#crumbs .primary a{
    color: #fff;
    background: #2196f3;
}
#crumbs .primary a:after{
    border-left: 20px solid #2196f3;
}
/* END Work wizard crumbs */

#contacts-block {
    display: none;
}

.table hr {
    border-top: 1px solid #bbb;
    margin: 5px 0;
}

.box-body .table {
    margin: 0;
}

ul.nav-wizard li {
    font-size: 14px;
    padding: 0 5px 0 25px;
}

.images{
    min-height: 180px;
    line-height: 180px;
}

.navbar{
    border-radius: 0px;
}

.navbar-inverse, .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #3c8dbc;
    border-color: #3c90c1;
}

.navbar-inverse .navbar-brand, .navbar-inverse .btn-link, .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > li > a{
    color: #fff;
    background-color: #3c8dbc;
}

.navbar-inverse-pink, .navbar-inverse-pink .navbar-toggle:hover, .navbar-inverse-pink .navbar-toggle:focus {
    background-color: #e071dd;
    border-color: #d26ccf;
}

.navbar-inverse-pink .navbar-brand, .navbar-inverse-pink .btn-link, .navbar-inverse-pink .navbar-nav > li > a {
    color: #fff;
    background-color: #e071dd;
}

.navbar-inverse-pink .navbar-nav > .active > a, .navbar-inverse-pink .navbar-nav > .active > a:hover, .navbar-inverse-pink .navbar-nav > .active > a:focus{
    color: #fff;
    background-color: #d26ccf;
}

.navbar-inverse-purple, .navbar-inverse-purple .navbar-toggle:hover, .navbar-inverse-purple .navbar-toggle:focus {
    background-color: #7e73ff;
    border-color: #766aff;
}

.navbar-inverse-purple .navbar-brand, .navbar-inverse-purple .btn-link, .navbar-inverse-purple .navbar-nav > li > a {
    color: #fff;
    background-color: #7e73ff;
}

.navbar-inverse-purple .navbar-nav > .active > a, .navbar-inverse-purple .navbar-nav > .active > a:hover, .navbar-inverse-purple .navbar-nav > .active > a:focus{
    color: #fff;
    background-color: #7e73ff;
}

.navbar-inverse-purple .navbar-nav > li > a:hover, .navbar-inverse-purple .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse-pink .navbar-toggle .icon-bar, .navbar-inverse-purple .navbar-toggle .icon-bar{
    background-color: #fff;
}

.navbar-inverse-orange, .navbar-inverse-orange .navbar-toggle:hover, .navbar-inverse-orange .navbar-toggle:focus {
    background-color: #ff7400;
    border-color: #ff9640;
}

.navbar-inverse-orange .navbar-brand, .navbar-inverse-orange .btn-link, .navbar-inverse-orange .navbar-nav > li > a {
    color: #fff;
    background-color: #ff7400;
}

.navbar-inverse-orange .navbar-nav > .active > a, .navbar-inverse-orange .navbar-nav > .active > a:hover, .navbar-inverse-orange .navbar-nav > .active > a:focus{
    color: #fff;
    background-color: #ff9640;
}

.navbar-inverse-orange .navbar-nav > li > a:hover, .navbar-inverse-orange .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #ff9640;
}

.navbar-inverse-orange .navbar-toggle .icon-bar {
    background-color: #fff;
}

.footer-wrappers {
    color: #000;
    background-color: #fff;
}

.footer-wrappers-pink {
    color: #fff;
    background-color: #e071dd;
    border-color: #d26ccf;
}

.footer-wrappers-grey {
    background-color: #ebeeff;
    border-top: 1px solid #c1d3e8;
}

.footer-wrappers-black {
    background-color: #000000;
    border-top: 1px solid #c1d3e8;
    color: #ffffff;
}

.footer div > div > div > a:hover,
.footer div > div > div > ul > li > a:hover,
.contacts a:hover{
    color: #ff0000 !important;
}

.header-box{
    background-image: url('/upload/top.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
/*    min-height: 500px;
    margin-top: -20px;*/
}

.header-box h1{
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: rgba(255,255,255,0.8);
    padding: 30px 10px;
    width: 100%;
}

.header-contact:hover{
    color: #ff9640 !important;
}

.gallery-box{
    padding: 35px 0;
}

.middle-box{
    background-image: url('/upload/middle.jpg');
}

.bottom-box{
    background-image: url('/upload/bottom.jpg');
}

.middle-box, .bottom-box{
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    min-height: 500px;
}

.middle-box h3, .bottom-box h3{
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: rgba(255,255,255,0.8);
    padding: 30px 10px;
    position: relative;
    width: 100%;
}

.black-shadow{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
}

.text-light{
    color: #fff !important;
}

.text-purple-light{
    color: #7e73ff !important;
}

.top-block{
    background-color: #fd0;
    color: #333;
    font-size: 17px;
    font-weight: 700;
    padding: 14px 0;
}

.bottom-block{
    font-size: 36px;
    padding-bottom: 6px;
    color: #fff;
    background-color: rgba(0,0,0,.4);
}

.bottom-block-thing{
    background: url('/upload/thing.png');
    position: relative;
    top: 0px;
    margin: 0 auto;
    width: 18px;
    height: 5px;
}

.registry-block{
    background: #2c98d8;
    min-height: 60px;
}

.middle-registry-block{
    font-size: 18px;
    font-weight: 600;
    padding: 7px 0px;
}

.cost-head-block{
    margin: 0 auto;
    font-size: 20px;
    font-weight: 700;
}

.cost-body-name{
    font-size: 20px;
    font-weight: 700;
}

.cost-body-bench{
    font-size: 18px;
    font-weight: 600;
}

.cost-body-bench-sub{
    font-size: 14px;
}

.cost-body-money{
    font-size: 40px;
    font-weight: 700;
}

.cost-body-money-sub{
    font-size: 12px;
}

.cost-body-list{
    line-height: 2;
}

.nav>li>a:hover, .nav>li>a:active, .nav>li>a:focus {
    background: #f5f5f5;
}

.content-wrappers {
    min-height: 100%;
    background-color: #ffffff;
    z-index: 800;
}

.content-wrappers-pink {
    min-height: 100%;
    background-color: #efa8f7;
    z-index: 800;
}

.content-wrappers-grey {
    min-height: 100%;
    background-color: #ecf0f5;
    z-index: 800;
}

.select2-container--krajee .select2-selection__clear {
    cursor: pointer;
    font-size: 16px;
}

.select2-container--krajee .select2-selection--single, .select2-container--krajee .select2-selection--multiple {
    cursor: pointer;
}

.gallery-shadow:hover{
    box-shadow: 0 0 11px rgb(255, 72, 0);
}

.gallery-img-item{
    height: 100%;
    width: 100%;
    border: 1px solid #ff851b;
}

/* увеличенная картинка */
#magnify {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    position: fixed;
    width: 85%;
    height: 85%;
    z-index: 9999;
}
 
#magnify img {
    width: 100%;
    height: 100%;
    padding: 0px 10px;
}
 
/* затемняющий фон */
#overlay {
    display: none;

    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 9990;
}
 
/* кнопка закрытия */
#close-popup {
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 15px;
    background: white;
    width: 29px;
    height: 29px;
    font-size: 29px;
    line-height: 0px;
}

/* навигация карусели */
.owl-prev{
    float: left;
}

.owl-next{
    float: right;
}

.owl-prev img, .owl-next img{
    height: 20px;
}

.title-img{
    background-color: #fff;
    color: #000;
    margin: 0px 10px;
}

.how-work-number{
    font-size: 55px;
}

.how-work-head{
    font-size: 20px;
    font-weight: 600;
}

.how-work-body{
    font-weight: 600;
}

.relative{
    position: relative;
}

.box-header-h50{
    height: 50px;
}

.box-title-middle{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}

.box-title-url{
    color: #0000ff;
}

.box-title-url:hover, .box-title-url:active, .box-title-url:focus{
    color: #f00;
    background: transparent !important;
}

.box-body-filter{
    border-top: 1px solid #d9d9d9;
    padding: 0px 10px;
}

.box-order{
    margin-top: 20px;
}

.list-group-border-pink{
    border: 1px solid #e071dd;
    border-radius: 4px;
}

.list-group-border-blue{
    border: 1px solid #8886ff;
    border-radius: 4px;
}

.logo-image{
    height: 46px;
    overflow: hidden;
    margin-top: -13px;
}

.header-logo-image{
    min-height: 180px;
    overflow: hidden;
}

.blockSearch{
    position: absolute;
    top: 34px;
    right: 13px;
    width: 300px;
    z-index: 999;
}

.search-box{
    width: 100%;
    height: 95px;
    background: #fff;
}

.search-box>a{
    display: inline-block;
}

.search-box:hover{
    text-decoration: none;
    background-color: #f5f5f5;
}

.search-box-header{
    color: #444;
    display: block;
    padding: 0px;
    position: relative;
    height: 20px;
}

.search-box-header .search-box-title{
    display: inline-block;
    font-size: 15px;
    margin: 0;
    line-height: 1;
}

.search-box-body{
    width: 300px;
    height: 75px;
    padding: 1px;
    border-left: 1px solid #00c0ef;
    border-right: 1px solid #00c0ef;
    border-bottom: 1px solid #00c0ef;
}

.search-box-img{
    width: 20%;
    height: inherit;
    float: left;
}

.search-box-description{
    color: #000;
    width: 80%;
    height: inherit;
    float: left;
}

.search-box-not-found{
    color: #444;
    display: block;
    padding: 0px;
    position: relative;
    height: 20px;
    background-color: #fff;
}
.search-box-not-found .search-box-title-not-found{
    display: inline-block;
    font-size: 15px;
    margin: 0;
    line-height: 1;
}

.item-view-select > span:hover{
    color: #00a65a;
}

.sort-small-field{
    height: 20px !important;
}

.slider-category-title{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
}

.middle-text{
    display: flex;
    align-items: center;
    justify-content: center;
}

.middle-text-constantly{
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-tags{
    padding: 8px 15px;
    margin-top: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.news-item:hover{
    box-shadow: 0 0 11px rgba(33,33,33,.2);
}

/* sitemap */
.sitemap li {
    list-style-type: none;
    font-size: 20px;
    margin: 1em 0 0 0;
}
.sitemap li li {
    font-size: 14px;
}
.sitemap ul {
    padding: 0 1em 1em 0; /* Отступ слева в браузере Firefox, Safari, Chrome */
}
/* END sitemap */

/* Start CSS tag */
.tag{
    background: #588fe5;
}

.tag-purple{
    background: #7e73ff;
}

.tag, .tag-purple{
    display: inline-block;
    color: #fff;
    position: relative;
    padding: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-right: 20px;
    text-decoration: none;
}

.tag:hover{
    background-color: #739fe4;
    color: #fff;
}

.tag-purple:hover{
    background-color: #a199ff;
    color: #fff;
}

.tag:before, .tag-purple:before{
    background: #fff;
    width: 10px;
    height: 10px;
    content: "";
    display: inline-block;
    border-radius: 20px;
    margin: 0 5px 0 0;
}

.tag:after{
    display: inline-block;
    border: 14px solid;
    border-color: transparent transparent transparent #588fe5;
    height: 0;
    width: 0;
    position: absolute;
    right: -28px;
    top: 0;
    content: "";
}

.tag-purple:after{
    display: inline-block;
    border: 14px solid;
    border-color: transparent transparent transparent #7e73ff;
    height: 0;
    width: 0;
    position: absolute;
    right: -28px;
    top: 0;
    content: "";
}

.tag:hover:after{
    border-color: transparent transparent transparent #739fe4;
}

.tag-purple:hover:after{
    border-color: transparent transparent transparent #a199ff;
}
/* End CSS tag */

.owl-item .item{
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-info{
    position: absolute;
    width: 100%;
}

.item-info-h2{
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    background-color:
    rgba(255,255,255,0.8);
    padding: 30px;
    position: relative;
    width: 100%;
}

.news_img{
    width: 100%;
    height: 200px;
}

/* Start CSS separator*/
.separator{
    position: relative;
    display: block;
    margin:25px auto 20px;
    width: 1px;
    height: 2px;
}
.separator:before,
.separator:after{
    content:'';
    position: absolute;
    top:0;
    width: 70px;
    height: 2px;
    background-color: #4e4e4e;
}
.separator:before{
    left:15px;
}
.separator:after{
    right: 15px;
}
.separator div{
    position: relative;
}
.separator div:before,
.separator div:after{
    content:'';
    position: absolute;
    top:50%;
    margin-top: -4px;
    width: 10px;
    height: 10px;
    border:1px solid #ffa700;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.separator div:before{
    left: -7px;
}
.separator div:after{
    right: -7px;
}
/* End CSS separator*/

/* Start CSS serviceBox */
.serviceBox{
    height: 430px;
    border: 1px solid #00c0ef;
    text-align: center;
    padding: 40px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0s;
    background-color: #ffffff;
}
.serviceBox:before,
.serviceBox:after{
    content: "";
    width: 200%;
    height: 200%;
    background: #00c0ef;
    position: absolute;
    top: 160px;
    left: 0;
    z-index: -1;
    transform: rotate(-18deg);
    transition: all 0.5s ease 0s;
}
.serviceBox:before{
    background: #4e4e4e;
    left: -120%;
    transform: rotate(24deg);
}
.serviceBox:hover:before{
    transform: rotate(16deg);
}
.serviceBox:hover:after{
    background: #3c8dbc;
    transform: rotate(-10deg);
}
.serviceBox .service-icon{
    font-size: 60px;
    color: #00c0ef;
    line-height: 100px;
    margin-bottom: 120px;
}
.serviceBox .service-content{
    color: #fff;
    line-height: 25px;
    padding: 0 20px 20px;
}

.serviceBox .title{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
.serviceBox .description{
    font-size: 16px;
    font-weight: 600;
}
.serviceBox .read{
    display: block;
    width: 100%;
    background: #fff;
    font-size: 15px;
    font-weight: 600;
    color: #eba133;
    padding: 10px;
    border-left: 1px solid #eba133;
    border-right: 1px solid #eba133;
}
.serviceBox:hover .read{
    border-color: #684f8e;
    color: #684f8e;
}
@media only screen and (max-width: 990px){
    .serviceBox{ margin-bottom: 30px; }
}
@media only screen and (max-width: 767px){
    .serviceBox:before,
    .serviceBox:after{
       top: 80px;
    }
}
@media only screen and (max-width: 480px){
    .serviceBox:before,
    .serviceBox:after{
       top: 140px;
    }
}
/* End CSS serviceBox */

/* Start tagCloud */
#tagcanvas{
    width: 100%;
    height: 316px;
}
/* End tagCloud */

/* Start custom CSS */
.sp-preview {
    width: 20px;
}
.input-group-addon {
    padding: 5px 12px;
}
/* End custom CSS */

mark, .mark {
    padding: 0;
    background-color: #ffe769;
}

@media (max-width: 768px) {
    .skin-blue .main-header .navbar .dropdown-menu li a {
        color: inherit;
    }
    .skin-blue .main-header .navbar .dropdown-menu li a:hover {
        background: inherit;
    }
    .border-right{
        border-right: 0px;
    }
    .item-info-h2{
        font-size: 20px;
    }
    .header-box h1{
        font-size: 20px;
    }
    .middle-box h3, .bottom-box h3{
        font-size: 18px;
    }
    .owl-item .item img{
        height: 250px;
    }
    .navbar-nav .open .dropdown-menu {
        background-color: #fff;
    }
}



