@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,700&subset=cyrillic,cyrillic-ext');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=cyrillic');

h1,h2,h3, p {margin:0;}

/* #Helper classes
================================================== */
.animate, a::before, a::after, span::before, span::after, div::before, div::after, .news-title, .submit-btn, .section-title, nav {
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
input, select, button{
    outline: none;
}
hr {
    border-top: 1px dashed #d2d6de !important;
}
a {
    color:#0542bb;
    font-family: 'PT Sans', sans-serif;
    font-size:14px;
}
a:hover {
    text-decoration: none;
}
.center_them {
     display:inline-block;
     zoom: 1;
    *display:inline;
}
.vertical_centering {
    display: table-cell;
    vertical-align: middle;
}
.vertical_centering_css3 {
    position: relative;
    float: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.pointer {cursor: pointer;}
.relative {position: relative;}
.absolute {position:absolute;}
.absolute_n_coordinats {position:absolute;top:0;left:0;}
.invisible {display: none;}
.block {display:block !important;}
.w100 {width:100%;}
.h100 {height:100% !important;}
.center {text-align:center;}
.upper {text-transform: uppercase;}
.bold {font-weight:bold;}
.decor_none {text-decoration: none;}
.border_none {border: 0 !important;}
.box_sizing {box-sizing:border-box;}
.overflow_hidden {overflow: hidden;}
.none {display:none !important;}
.m-t-15 { margin-top:15px  !important; }
.m-t-20 { margin-top:20px  !important; }
.m-t-0 { margin-top:0px !important; }
.m-b-0 { margin-bottom:0px !important; }
.m-t-10 { margin-top:10px !important; }
.m-t-35 { margin-top:35px !important; }
.m-t-5 { margin-top:5px !important; }
.m-b-20 { margin-bottom:20px !important; }
.m-b-7 { margin-bottom:7px !important; }
.m-l-0 {margin-left:0px !important;}
.ml0 { margin-left: 0px !important; }
.m-r-10 { margin-right: 10px;}
.mt18 { margin-top:18px !important; }
.mw100 { max-width:100% !important; }
.pace .pace-progress { background: #666 !important; }
.black { color:#000; }
.clearfix {
   zoom:1;
}
.clearfix:after {
   content: "";
   display: block;
   clear: both;
   height: 0;
}
input{
   font-family: 'PT Sans', sans-serif;
}
ul,ol,li{
    margin: 0;
    padding: 0;
}
.ml25 {margin-left:25px;}
.mr70 {margin-right:70px;}
.mt50 {margin-top:50px;}
.mt55 {margin-top:55px;}
.mt10 {margin-top:10px;}
.language-fields {
    margin-top:25px !important;
    border-bottom:1px solid #ccc !important;
    padding-bottom:10px !important;
}


/* #Site styles
================================================== */
body {
    font-family: 'PT Sans', sans-serif;
    font-weight: normal;
    line-height: normal;
    background: #fff;
    color: #666;
}

.wrapper{
    float: left;
    width: 100%;
}
header, main, section, footer{
    float: left;
    width: 100%;
}
header{
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}
.logo{
    margin-top: 15px;
    float: left;
}
nav{
    float: right;
    margin-top: 28px;
}
nav ul li{
    list-style-type: none;
    float: left;
    position: relative;
}
.nav-index {
    margin-left:7px;
}
.nav-link{
    color: #25282d;
    font-size: 17px;
    float: left;
    line-height: 20px;
    padding: 10px 17px;
    position: relative;
}
.nav-link-nopad {
    padding: 10px 0px !important;
}
.margin-sub {
    margin:0 17px;
}
.nav-link span{
    position: relative;
}
.nav-link span::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background: #0056b3;
}
.nav-link:hover span::before,.nav-link.active span::before, .has-sub:hover .nav-link span::before{
    width: 100%;
}
.nav-link.border{
    border: 2px solid #0056b3;
    border-radius: 25px;
}
.nav-link.border::before{
    content: none;
}
.nav-link.border:hover, .nav-link.border.active{
    color: #0056b3;
    background: #f1f1f1;
}
.dropdown{
    position: absolute;
    right: 0;
    top: 30px;
    width: 225px;
    background: #fff;
    border: 1px solid #3a8bbf;
    border-radius: 3px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
      -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.dropdown.opened, .has-sub:hover .dropdown{
    top: 40px;
    opacity: 1;
    visibility: visible;
}
.dropdown li{
    width: 100%;
    float: left;
}
.drop-link{
    float: left;
    width: 100%;
    color: #333;
    font-size: 16px;
    line-height: 20px;
    padding: 6px 5px 10px 6px;
    border-bottom: 1px solid #e1eef3;
}
.dropdown li:last-of-type .drop-link{
    border-bottom: none;
}
.drop-link:hover, .drop-link.active{
    background: #3a8bbf;
    color: #fff;
}
.login-icon {
    display: none;
    float: right;
    width: 40px;
    margin-top: 7px;
    cursor: pointer;
    margin-right: 20px;
    border-radius: 5px;
    color:#000;
    text-align: center;
}
.login-icon-long {
    width: 60px;
}
.menu-icon {
    display: none;
    float: right;
    width: 30px;
    margin-top: 0px;
    cursor: pointer;
    margin-right: 15px;
    border-radius: 5px;
}
.menu-icon,
.menu-icon:after,
.menu-icon:before {
  width: 31px;
  height: 4px;
}
.menu-wrapper  {
    cursor: pointer;
    display: block;
    float: right;
    width:50px;
    height:38px;
}
.menu-icon {
  position: relative;
  transform: translateY(25px);
  background: #333;
  transition: all 0ms 300ms;
}
.menu-icon.animate {
  background: rgba(255, 255, 255, 0);
}

.menu-icon:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: #333;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #333;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-icon.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-icon.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.top-section{
    padding-top: 50px;
}
.top-section-top {
    padding-top: 20px;
}
.top-section-top .services-hld {
    margin-top:0px;
}
.section-title{
    color: #0056b3;
    font-size: 48px;
    font-weight: normal;
}
.section-title-dark {
    color: #333;
}
a .section-title:hover{
    color: #0056b3;
    cursor: default;
}
.services-hld{
    float: left;
    width: 100%;
    margin: 50px 0
}
.service-link{
    float: left;
    text-transform: uppercase;
    color: #333;
    font-size: 14px;
    width: 147px;
    margin-right: 20px;
    text-align: center;
}
.service-link svg{
    width: 80px;
    height: 85px;
}

.service-link span{
    float: left;
    width: 100%;
}
.service-link:hover span{
    color: #0056b3;
}
.view-more-txt{
    color: #999;
    font-size: 36px;
    float: left;
    width: 100%;
}
.view-more-txt a{
    color: #336699;
    text-decoration: underline;
}
.view-more-txt a:hover{
    color: #60bfaf;
}
.login-form{
    float: right;
    width: 100%;
    max-width: 350px;
}
.login-btn{
    float: left;
    width: 100%;
    border: 1px solid rgba(102, 102, 102, 0.5);
    border-radius: 3px;
    color: rgba(102, 102, 102, 0.7);
    line-height: 48px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 20px;
}
.login-btn:hover{
    border-color: #0056b3;

}
.login-btn.google{
    background: url("/box/img/g+.svg") no-repeat 12px center;
    background-size: 20px;
}
.login-btn.facebook{
    background: url("/box/img/facebook.svg") no-repeat 12px center;
    background-size: 20px;
}
.log-input{
    background:  #f8f8f8;
    float: left;
    width: 100%;
    color: #666;
    line-height: 48px;
    border-radius: 3px;
    padding: 0 20px;
    border: 1px solid transparent;
    margin-top: 15px;
}
.log-input:focus{
    border-color: #0056b3;
}
.checkbox-hld {
    margin-top: 15px;
}

label .check{
  float: left;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  margin-top: 2px;
  margin-right: 9px;
  position: relative;
}

label .check::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 6px;
    background: transparent;
    top: 2px;
    left: 2px;
    border-left: 2px solid #0056b3;
    border-bottom: 2px solid #0056b3;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
}

input[type="radio"]{
  display: none;
}
label .radio{
  float: left;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  margin-top: 2px;
  margin-right: 9px;
  position: relative;
}

label .radio::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 6px;
    background: transparent;
    top: 2px;
    left: 2px;
    border-left: 2px solid #0056b3;
    border-bottom: 2px solid #0056b3;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
}
.text-hld{
    font-size:18px;
    font-weight: bold;
}
input[type="checkbox"]:checked + label .check::before{
    opacity: 1;
}
.forgot-pass{
    color: #0056b3;
    float: right;
    margin-top: 15px;
}
.forgot-pass:hover{
    color: #60bfaf;
}
.submit-btn{
    background: #3a8bbf;
    color: #fff;
    border: none;
    border-radius: 3px;
    float: left;
    width: 100%;
    line-height: 48px;
    font-size: 28px;
    margin-top: 35px;
    cursor: pointer;

}
.submit-btn:hover{
    background: #60bfaf;
}
.counters-section{
    float: left;
    width: 100%;
    background: #f0f0f0;
    text-align: center;
    margin-top: 40px;
}
.service-counter{
    display: inline-block;
    color: #ccc;
    font-size: 24px;
    margin: 15px;
}
.service-counter .number{
    color: #60bfaf;
    font-size: 40px;
    font-weight: bold;
}
.why-box{
    float: left;
    width: 100%;
    margin: 20px 0 20px 0;
}
.why-img{
    width: 370px;
    position: relative;
    overflow: hidden;
}
.why-box:nth-child(odd) .why-img{
    float: left;
    padding-left: 20px;
}
.why-box:nth-child(even) .why-img{
    float: right;
    padding-right: 20px;
}
.circle-hld{
    position: relative;
    width: 350px;
    height: 350px;
}
.circle {
    background: #f0f8fb;
    border-radius: 100%;
    text-indent: 9999px;
    overflow: hidden;
}
.why-box:nth-child(odd) .why-txt-hld{
    float: right;
}
.why-box:nth-child(even) .why-txt-hld{
    float: left;
}
.why-img img{
    width: 220px;
    position: absolute;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    max-width: 60%;
}
.why-box:nth-child(odd) .why-img img{
    left: -20px;
}
.why-box:nth-child(even) .why-img img{
    right: -20px;
}
.why-txt-hld{
    width: calc(100% - 370px);
    padding: 40px 20px 0 20px;
}
.why-txt,.underline_why_link{
    color: #888;
    font-size: 25px;
    line-height: 40px;
    margin-top: 20px;
}
.why-txt-sml{
    /* font-size: 21px; */
}
.why-link{
    float: left;
    color: #666;
    position: relative;
    padding-bottom: 5px;
    font-size: 18px;
    margin-top: 25px;
}
.why-link:hover{
    color: #0056b3;
}
.why-link::before{
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #555;
}
/*
.why-link::after{
    width: 0;
    background: #666;
}
.why-link:hover::after{
    width: 100%;
}*/
.why-section-txt{
    float: left;
    width: 100%;
    background: #60bfaf;
    color: #fff;
    font-size: 36px;
    text-align: center;
    padding: 40px 20px;
}

.btn-main {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    width: 260px;
    border-radius: 3px;
    background: #3a8bbf;
    border: none;
    cursor:pointer;
    transition: all 0.3s ease;
}
.btn-small{
    width: 100px !important;
    margin:0 10px;
    color: #fff;
}
.btn-small:hover{
    box-shadow:inset 0 5px 15px rgba(0,0,0,0.2);
    color: #fff;
    text-decoration: none;
}
.btn-main:hover{
    box-shadow:inset 0 5px 15px rgba(0,0,0,0.2);
    color:#fff;
}

.btn-grey{
    background: #ccc;
}
.btn-grey:hover{
    background: #ddd !important;
    color:#000;
}

/* .btn-green{
    background: #60bfaf;
}
.btn-green:hover{
    background: #40a594 !important;
} */
.btn-green{
    background: #576684;
}
.btn-green:hover{
    box-shadow:inset 0 5px 15px rgba(0,0,0,0.2);
}

.btn.green{
    background: #60bfaf;
}
.btn.green:hover{
    background: #0056b3;
}
.btn-close {
    width: 30px;
    height: 30px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 5px;
    background: #ccc;
}

.btn-close-small {
    width: 40px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 17px;
    background: #ccc;
}
.news-container{
    padding: 30px 0;

}
.news-box{
    width: 45%;
    float: left;
    position: relative;
    margin: 50px 0;
}
.news-box:nth-child(2){
    float: right;
}
.news-img-hld{
    float: left;
    width: 80%;
    position: relative;
}
.news-img-hld::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    opacity: 0;
}
.news-box:hover .news-img-hld::before, .news-box:hover .news-link, .news-box:hover .news-social{
    opacity: 1;
}
.news-box:hover .news-info{
    background: #0056b3;

}
.news-box:hover .news-title{
    color: #fff;
}
.news-img-hld img{
    float: left;
    width: 100%;
}
.news-info{
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 40%;
    background: #fff;
    padding: 15px;
    border: 2px solid rgba(204,204,204,0.2);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.link-abs{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.news-title{
    font-weight: normal;
    font-size: 18px;
    height: 46px;
    overflow: hidden;
}
.news-link{
    color: #fff;
    text-decoration: underline;
    font-size: 16px;
    opacity: 0;
    margin: 10px 0;
    float: left;
}
.news-social{
    float: left;
    width: 100%;
    opacity: 0;
        -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.news-social .social{
    float: left;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    background-repeat: no-repeat;
    background-position: center;

}
.news-social .social.share{
    background-image: url("/box/img/share.svg");
    background-size: 15px;
}
.news-social .social.link{
    background-image: url("/box/img/share-option.svg");
    background-size: 15px;
}
.news-social .social.comment{
    background-image: url("/box/img/black-bubble-speech.svg");
    background-size: 15px;
}
.payments-hld{
    padding: 0px 0 30px 0;
}
.payments-hld img{
    max-width: 100%;
}
.footer-nav{
    float: left;
    width: 100%;
    text-align: center;
}
.footer-nav li{
    display: inline-block;
}
.footer-link{
    float: left;
    font-size: 18px;
    text-transform: uppercase;
    color: #333;
    padding: 25px;
    line-height: 30px;
    position: relative;
}
.footer-link span{
    position: relative;
}
.footer-link span::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background: #0056b3;
}
.footer-link:hover span::before, .footer-link.active span::before{
    width: 100%;
}
.grey-footer {
    background: #eee;
    border-top:1px solid #e6e6e6;
    margin-top:30px;
}
.blue-footer{
    float: left;
    width: 100%;
    background: #336699;
    color: #fff;
    font-size: 14px;
    padding: 50px 0;
}
.blue-footer p{
    float: left;
    width: 100%;
    text-align: center;
    padding: 3px 10px;
}





.page-title{
    color: #252525;
    font-weight: normal;
    font-size: 27px;
    margin: 15px 0;
}
.submenu-hld{
  float: left;
  width: 100%;
  background: #EDEFF2;
}
.submenu-link{
    float: left;
    display: table;
    color: #bbbfc3;
    text-transform: uppercase;
    height: 60px;
    padding: 0 25px;
    position: relative;
}
.submenu-link:hover{
    color: #3a8bbf;
    text-decoration: none;
}
.submenu-link.active::before{
    content: attr(data-numb);
    height: 60px;
    color: #fff;
    font-size: 36px;
    background: #3a8bbf;
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
}
.submenu-link.active::after{
    content: "";
    float: right;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 30px;
    border-color: transparent transparent transparent #3a8bbf;
}
.submenu-link.active span{
    color: #fff;
    background: #3a8bbf;
    font-weight: bold;
}
.submenu-link span{
    display: table-cell;
    vertical-align: middle;
}
.submenu-hld ul{
    float: left;
    width: 100%;
    list-style: none;
}
.form-hld{
  float: left;
  width: 100%;
  margin: 20px 0 50px 0;
}
.form-inp {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    line-height: 38px;
    font-size: 18px;
    padding: 0 10px;
}
.form-textarea {
    line-height: 22px !important;
    padding: 10px !important;
}
.form-inp-textarea {
    height:130px;
    overflow-y: auto;
    line-height: 23px;
    font-size:14px;
    padding: 5px 10px;
}
textarea{
    resize: none;
    line-height: 20px;
    height: 165px;
    padding-top: 10px;
}
.form-inp.small{
    width: calc(25.3% - 7px);
    margin-left: 7px;
    padding: 0 5px;
}
.form-inp.small:first-of-type{
    margin-left: 0;
}
.inp-row{
    float: left;
    width: 100%;
    margin: 15px 0;
}
.inp-hld{
    float: left;
    width: 100%;
    position: relative;
}
.inp-hld.inp-hld33{
    width: calc(33.6% - 10px);
    margin-left: 10px;
}
.inp-hld.inp-hld33:first-of-type{
    margin-left: 0;
}

.inp-hld.inp-hld30{
    width: calc(30% - 10px);
    margin-left: 10px;
}
.inp-hld.inp-hld30:first-of-type{
    margin-left: 0;
}

.inp-hld.inp-hld10{
    width: calc(10% - 10px);
    margin-left: 10px;
}
.inp-hld.inp-hld10:first-of-type{
    margin-left: 0;
}

.inp-hld.inp-hld50{
    width: calc(50% - 5px);
    margin-left: 10px;
}
.inp-hld.inp-hld50:first-of-type{
    margin-left: 0;
}

.form-inp::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
}
.form-inp::-moz-placeholder, textarea::-moz-placeholder { /* Firefox 19+ */
  color: #333;
}
.form-inp:-ms-input-placeholder, textarea:-ms-input-placeholder{ /* IE 10+ */
  color: #333;
}
.form-inp:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
  color: #333;
}
select{
    width: 100%;
}

.check-span{
    border: 1px solid #797979;
    float: left;
    width: 23px;
    height: 23px;
    border-radius: 2px;
    margin-right: 10px;
    position: relative;
}
.check-span::before{
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 9px;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    border-left: 3px solid #0056b3;
    border-bottom: 3px solid #0056b3;
    opacity: 0;
}
input[type=checkbox]:checked + .check-label .check-span::before{
    opacity: 1;
}
.check-label{
    float: left;
    width: 100%;
    line-height: 23px;
}
.radio-span{
    border: 1px solid #ccc;
    float: left;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 5px;
    position: relative;
}
.radio-span::before{
   content: "";
    position: absolute;
    top: 5.5px;
    left: 5.5px;
    width: 9px;
    height: 9px;
    /* -webkit-transform: rotate(-40deg); */
    /* transform: rotate(-40deg); */
    /* border-left: 3px solid #0056b3; */
    /* border-bottom: 3px solid #0056b3; */
    opacity: 0;
    border-radius: 50%;
    background: #0056b3;
}
 input[type=radio]:checked + .radio-label  .radio-span::before{
    opacity: 1;
}


.radio-label{
    float: left;
    line-height: 23px;
}
.person{
    font-size:18px;
    font-weight: bold;
}
.info{
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: url("/box/img/i.png") no-repeat center;
    cursor: pointer
}
.info-txt{
    position: absolute;
    width: 210px;
    color: #0056b3;
    font-size: 18px;
    top: -57px;
    left: 60px;
    padding-bottom: 40px;
    background: url("/box/img/info-arrow.svg") no-repeat left bottom;
    background-size: 40px;
}
.info-txt span{
    color: #336699;
}



/* contacts */
.contacts-button{
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: #70ADA1;
    color: #fff;
    padding: 5px 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
     z-index: 1000;
     border-radius:4px;
     color: #f1f1f1;
     font-size: 1em;
     font-weight: 500;
}
.contacts-button:hover,.contacts-button:active {
    color: #fff;
    text-decoration: none;
    background: #1c7d6a;
}
.contacts-form-inp {
    z-index: 2;
    background: #fff;
    color:#404040;
    position: relative;
}
.contacts-form-inp:focus 		{ outline:none; }

.contacts-inp-hld label,.contacts-select-style {
    color:#5a5a5a;
}
.contacts-form-inp[readonly] {
    background:#ccc;
}
.contacts-form-inp-lbl  {
    color:#404040;
    font-size:18px;
    font-weight:normal;
    position:absolute;
    pointer-events:none;
    left:10px;
    top:10px;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
    z-index:5;
}

.contacts-form-inp:focus ~ .contacts-form-inp-lbl, .contacts-form-inp:valid ~ .contacts-form-inp-lbl, .contacts-form-inp-label-top     {
  top:-20px;
  font-size:14px;
  color:#666;
}

.main-column{
    float: left;
    width: 67%;
}
aside{
    float: right;
    width: 30%;
}
.blog-box {
    float: left;
    width: 100%;
    margin: 0px 0 0px 0;
    border-bottom: 2px solid #e4e4e4;
    padding: 10px 10px 20px 10px;
    border-radius: 2px;
}
.blog-box:nth-of-type(even){
    float: right;
}
.img-hld{
    float: left;
    width: 100%
}
.img-hld img{
    max-height: 450px;
    max-width: 100%;
    border-radius: 2px;
}
.maxWidth {
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.maxWidth img {
    width:100%;
}
.blog-title{
    color: #25282d;
    font-weight: normal;
    margin-top: 10px;
    transition: all 0.4s;
}
.blog-title-inner {
    margin-top:40px !important;
}
.img-mobile  {
    float: left;
    width:100%;
}
.img-mobile img {
    max-width: 100%;
}
.blog-title h2 {
    font-size: 2.5em;
}
.blog-box .blog-title:hover{
        color: #0056b3;
}
.blog-box .blog-title{
    /* height: 54px;
    overflow: hidden; */
    margin:10px  0px 2px 0;
    float: left;
}
.blog-desc{
    color: #666;
    margin-top: 10px;
}
.blog-box .blog-desc{
    margin:0px  0px 15px 0;
    float: left;
    color: #737482;
}
.categories-hld{
    float: left;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
}
.category{
    float: left;
    padding: 0 20px;
    line-height: 30px;
    color: #25282d;
}
.category.active{
    background:  #ebebeb;
}
.search-input{
    background:#ebebeb url("../img/search.svg") no-repeat right 10px center;
    background-size: 20px;
    color: #25282d;
    border: none;
    line-height: 30px;
    border-radius: 0;
}
.box-category{
    color: #0056b3;
}
.blog-inner .box-category{
    text-align: center;
    width: 100%;
    float: left;
}
.blog-inner{
    float: left;
    width: 100%;
    margin: 0px 0 50px 0;
}
.blog-inner .blog-title{
    font-size: 2.8em;
    text-align: left;
    margin: 20px 0;
    float: left;
    width: 100%;
}
.view-more{
    margin-top: 10px;
    float: left;
    clear: both;
    width:100%;
}
.categories-list{
    float: left;
    width: 100%;
    margin-top: 28px;
}
.category-list{
    /* background: #ebebeb; */
    float: left;
    width: 100%;
    padding: 10px;
    color: #65696f;
    margin: 1px 0;
    font-size: 15px;
    border-bottom:1px solid #e4e4e4;


    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}
.category-list.bold {
    color: #2b3038;
}
.category-list:hover{
    font-weight: bold;
    text-decoration: none;
}
.category-list:last-child {
  border:0 !important;
}
.article-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}
.article-content{
    float: left;
    width: 100%;
    margin-top: 0px;
}
.article-content, .article-content p , .article-content span {
    font-family: Verdana,Geneva,sans-serif;
    font-size: 14px;
    line-height: 1.8em;

}
.blog-inner .article-content {
    margin-bottom: 40px;
}
.article-content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
}
.author-image {
    border-radius: 20%;
}

.article-header .author-date, .article-header .category {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    float: left;
    width: 100%;
}
.blog-inner .img-hld{
    margin-top: 50px;
}
.share-hld-fixed {
    background-color: #fff;
    /* border-radius: 5px; */
    /* position: fixed;
    top: 50%;
    margin-top: -90px; */

}
 .social{
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 7px;
    margin-right: 15px;
}
.share-hld-fixed .social{
    /* clear: both; */

    /* margin: 10px 0; */
}
.share-hld .social.facebook{
    background: url("../img/facebook.svg") no-repeat center;
    background-size: 23px;
    border: 2px solid #385c8e;

}
.share-hld .social.linkedin{
    background: url("../img/linkedin.svg") no-repeat center;
    background-size: 23px;
    border: 2px solid #385c8e;
}
.share-hld .social.google{
    background: url("../img/google-plus.svg") no-repeat center;
    background-size: 25px;
    border: 2px solid #f34a38;
}
.share-hld .social.twitter{
    background: url("../img/twitter.svg") no-repeat center;
    background-size: 23px;
    border: 2px solid #76a9ea;
}
.share-hld-fixed .social.facebook{
    background: url("../img/facebook-dark.svg") no-repeat center;
    background-size: 23px;

}
.share-hld-fixed .social.google{
    background: url("../img/google-plus-dark.svg") no-repeat center;
    background-size: 25px;

}
.share-hld-fixed .social.linkedin{
    background: url("../img/linkedin-dark.png") no-repeat center;
    background-size: 25px;

}

.share-hld-fixed .social.twitter{
    background: url("../img/twitter-dark.svg") no-repeat center;
    background-size: 23px;

}
.social:hover{
    opacity: 0.6;
}

.breadcrumb{
    color: #636363;
    font-size: 15px;
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 0px;

}
.breadcrumb li{
    float: left;
    list-style-type: none;
}
.breadcrumb li::before{
    content: "|";
    margin: 0 4px;
    float: left;
}
.breadcrumb li:first-of-type::before{
    content: none;
}
.breadcrumb a{
    float: left;
    color: #636363;
}
.breadcrumb a:hover{
    color: #000;
}

.article-info{
	float: left;
	width: 100%;
	margin-top: 15px;
}
.blog-inner .article-info {
    margin-bottom:15px;
}
.author-img{
    float: left;
}
.article-view img{
    max-width: 100%;
}

.article-author-hld{
    color: #999;
    font-size: 15px;
}
.author-txt{
    float: left;
    margin-left: 15px;
}
.blog-inner .author-txt .nav-link {
    color: #545c6b !important;
}
.blog-box .author-txt .nav-link {
    color: #929498 !important;
    border: none !important;
    padding: 0 !important;
    margin-right: 20px !important;
    font-size: 12px;
}
.author-name{
	float: left;
    /* margin-bottom: 10px; */
}
.author-name .name{
    font-weight: bold;
}
.author-socials{
    float: left;
    clear: left;
}
.author-socials a{
    padding-left: 25px;
    line-height: 22px;
    float: left;
    color: #999;
    margin-right: 20px;
}
.read-more {
    background: #f1f1f1;
}
.pagination-wrap{
    margin: 25px 0;
}
.page-item{
    float: left;
    list-style-type: none;
    color: #000;
    min-width: 35px;
    padding: 0 2px;
    line-height: 30px;
    text-align: center;

}
.page-item.active{
    background: #f2f2f2 !important;
}
.page-link{
    color: #000;
    float: left;
    width: 100%;
}
.page-item.active .page-link{
    color: #E9ECEF;
    background: #333 !important;
    border:0;
}
.page-item:first-child .page-link{
    background-size:20px;
    min-width:30px;
    min-height: 30px;
}
.page-item:last-child .page-link{
    background-size:20px;
    min-width:20px;
    min-height: 30px;
}
.service-box {
    background: #eef1f5;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #f1f4f7, #eef1f5);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #f1f4f7, #eef1f5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    margin:5px 0px;padding:10px;text-align:center;border:1px solid #e8e8e8;
}

.btn-primary {
    background: #54ad30;
    border:1px solid #5fca33;
}
.btn-secondary {
    color: #f1f1f1;
    background-color: #9a9a9a;
    border-color: #ababab;
}
.modal-body {
    background-color: #F2F4F6;
}
.modal-footer {
    background-color: #f4f6f7;
}
.logoMarg {
    margin-top: 10px;
    margin-bottom:2px;
}
.logoMarg img {
    height:40px;
}
.serviceNameh5 {
    color:#555;margin-top:5px;
}
.eyeAbs {
     position:absolute;right:20px;top:20px;
 }
.share-hld-fixed .nav-link {
    margin-right: 7px;
}
.allCats {
    background:#f1f1f1;border-radius:2px;margin-top:0px;border:1px solid #e4e4e4;
}
.inCatTitle {
    color: #383838;
    border-bottom: 13px dashed #e4e4e4;
    padding-bottom: 7px;
    color:#000;padding-bottom:7px;
    margin-bottom:30px;
}
.inCatTitle h1 {
    font-size:2em;
    font-weight: bold;
}
.maxWidthServices {
    max-width: 900px;
    margin:0 auto;
}
.centerMax {
    width: 100%;
    text-align: center;
}
.mobilePlus {
    display: none;
}
.leftText {
    text-align: left;
    display: inline-block;
    width: 100%;
}
.checkLeft {
    width: 7%;
    display: block;
}
.checkRight {
    width: 93%;
    display: block;
    text-align: left;
}
.sweet-alert p {
    width: 100%;
    overflow-y: scroll;
}

.sweet-alert p::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
}

.sweet-alert p::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.category-list-inner {
    border-left:9px solid #ccc;
    background: #e2e2e2;
}
.bigger-small-text, .bigger-small-text a {
    font-size: 19px;
}
.mobileDate {
    display: none;
}
.underline_why {
    text-decoration: underline;
}
