@font-face {
  font-family: 'CeraPro Regular';
  src: url('../fonts/CeraPro-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CeraPro Black';
  src: url('../fonts/CeraPro-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}
body{
	font: normal normal 15.5px/1.4 'CeraPro Regular';
	background-image: url(../img/work-bg.jpg);
}
form.form-top{
  border: 1px solid #ccc;
  border-radius: 5px;
}
.col-md-4{
  overflow: hidden;
}
.card-img-top{
  transition: .3s;
}
.card-img-top:hover{
  transform: scale(1.1);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-family: 'CeraPro Black';
}
p.politics{
	cursor: pointer;
	transition: .3s;
}
p.politics:hover{
	opacity: .8;
}
.btn {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
td:nth-child(even) {
    text-align: right !important;
}
a.nav-link{
	transition: .2s;
}
a.nav-link:hover{
	opacity: .8;
}
.btn-pos {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.header_phone_mob{
    display: none;
    color: #fff;
}
.ink {
    display: block;
    position: absolute;
    background: #ffeb3b;
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    z-index: 20;
    height: 280px;
    width: 280px;
    top: -5px;
    left: -92px;
    filter: blur(1.5px);
    -webkit-filter: blur(1.5px);
}
.animated {
    -webkit-animation: ripple 2.5s linear;
    -moz-animation: ripple 2.5s linear;
    -ms-animation: ripple 2.5s linear;
    -o-animation: ripple 2.5s linear;
    animation: ripple 2.5s linear;
    animation-iteration-count: infinite;
}
@-webkit-keyframes ripple {
    100% {opacity: 0; -webkit-transform: scale(2);}
}
@-moz-keyframes ripple {
    100% {opacity: 0; -moz-transform: scale(2);}
}
@keyframes ripple {
    100% {opacity: 0; transform: scale(2);}
}

section.footer:before {
    content: "";
    width: 100%;
    height: 160px;
    background: url(../img/6.png);
    display: block;
    position: absolute;
    background-size: 100% 210px;
    top: -1px;
    left: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    background-repeat: no-repeat;
}
.modal-header.p-2.border-0.bg-success.text-white.mb-3:before {
        background: url(../img/5mod.png);
    background-position: bottom;
    background-size: 100% 48px;
    background-repeat: no-repeat;
    position: relative;
    top: 0px;
    content: "";
    width: 100%;
    height: 50px;
    position: absolute;
    top: 18px;
    left: 0;
}
.service-item .text {
    font-size: 12px;
    color: #6c7c93;
}
.service-item .title {
    font-size: 14px;
    font-weight: 500;
}
.service-item {
    padding: 20px 10px 20px 70px;
    position: relative;
    background-color: #f6f6f6;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 20px -5px rgba(36,36,59,.15);
}
.service-item span {
	font-size: 40px;
	position: absolute;
	left: 20px;
	top: 20px;
}
@media (max-width: 767px){
.service-item {
    padding: 15px 0;
    text-align: center;
}
    .header_phone_mob{
        display: block;
        color: white;
        font-size: 14px;
    }
}
@media (max-width: 1200px){
.service-item {
    padding: 20px;
    text-align: center;
}

.service-item .title {
    font-size: 15px;
    line-height: 1;
    margin-bottom: 10px;
}
.service-item span {
    font-size: 40px;
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}
}

@media (max-width: 992px){
	 .service-item .title {
		font-size: 15px;
		margin-bottom: 5px;
    }

.service-item .text {
        font-size: 15px;
    }
}

@media(max-width: 328px){
	button.send{
		padding: 4px !important;
	}
}
@media(max-width: 450px){
    section.footer:before{
        height: 100px;
        background-size: 100% 100px;
    }
}
.top-nav-collapse{
    background: linear-gradient(150deg, #4CAF50 15%, #4CAF50 70%, #8BC34A 94%);
    padding: 0 1rem;
}
.navbar{
    transition: .3s;
}

/*Hamburger*/
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #fff; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }


    @media (max-width: 575.98px) {

.display-1 {
font-size: 3rem;
font-weight: 300;
line-height: 1.0;
}

    .display-2 {
        font-size: 2.75rem;
        font-weight: 300;
        line-height: 1.0;
    }

    .display-3 {
        font-size: 2.25rem;
        font-weight: 300;
        line-height: 1.0;
    }

    .display-4 {
        font-size: 1.75rem;
        font-weight: 300;
        line-height: 1.0 !important;
    }
}
.light-green-text{
    color: #ccff91;
}
.border-green{
    border-color: #ccff91; 
}
.txt-26{
    font-size: 26px;
}

@media(max-width: 575px){
    .txt-26{font-size: 18px;}
}
.block-phone {
    display: inline-block;
    position: fixed;
    right: -200px;
    bottom: 20px;
    z-index: 999;
    background: #ff9800;
    padding: 20px;
    box-shadow: 0 10px 20px -10px #333;
    -moz-box-shadow: 0 10px 20px -10px #333;
    -webkit-box-shadow: 0 10px 20px -10px #333;
    overflow: hidden;
    transition: .2s;
    border-radius: 50px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}
.anim{
    opacity: 0;
}
.blocks{
    transition: .3s;
    background-color: #fff;
    }
.blocks:hover{
    transform: scale(1.1);
}
section.video {
    background: url(../img/bannerv4.jpg);
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
}
@media(max-width: 768px){
   section.video {
    background: url(../img/bannerv767.jpg);
    background-repeat: no-repeat;
} 
}
@media(max-width: 425px){
   section.video {
    background: url(../img/bannerv425.jpg);
    background-repeat: no-repeat;
} 
}
section.video>section{
    background-color: rgba(2, 42, 4, 0.81);
    height: inherit;
}
.video-play-button a{
    position: relative;
    z-index: 1;
    color: #281483;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    margin: auto;
    border-radius: 50%;
    display: block;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    -webkit-transition: .5s linear;
    background: #fff;
}
.table td, .table th{
    padding: .35rem !important;
}
.video-play-button a:hover{
    background: #177e1c;
    color: #fff;
}
.video-play-button a:hover span{
    color: #fff;
}
.video-play-button a span{
    font-size: 40px;
    color: #4caf50;
    text-align: center;
    vertical-align: middle;
    padding-left: 5px;
}
@keyframes pulse{
    0%{
        -moz-transform:scale(0.9);
        -ms-transform:scale(0.9);
        -webkit-transform:scale(0.9);
        transform:scale(0.9);
        }
    70%{
        -moz-transform:scale(1);
        -ms-transform:scale(1);
        -webkit-transform:scale(1);
        transform:scale(1);
        box-shadow:0 0 0 50px rgba(0,213,15,0);
        }
    100%{
        -moz-transform:scale(0.9);
        -ms-transform:scale(0.9);
        -webkit-transform:scale(0.9);
        transform:scale(0.9);
        box-shadow:0 0 0 0 rgba(0,213,15,0);
        }
    }
@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1)
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1)
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0)
    }
}

.remodal.rounded.remodal-is-initialized.remodal-is-opened {
    TEXT-ALIGN: left;
}
.thumb {
    padding: 5px;
}
a.btn-lnk:hover{text-decoration: none !important;}
img.arrow{
   
    transition: .2s;
}
i.anim-circle {
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(255,193,7,.38);
    animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
}
img.arrow.part-active{transform:rotate(90deg)};

@media all and (min-width: 992px) and (max-width: 1199px) {
    .btn-lg-block {
        width: 100% !important;
        display: block !important;
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .btn-md-block {
        width: 100% !important;
        display: block !important;
    }
}

@media all and (min-width: 576px) and (max-width: 767px) {
   .btn-sm-block {
        width: 100% !important;
        display: block !important;
    }
}

@media all and (max-width: 575px) {
    .btn-xs-block {
        width: 100% !important;
        display: block !important;
    }
}

@media all and (max-width: 460px) {
    .remodal {
        padding: 20px;
    }
}

/* CHECKED STYLES */
[type=radio]:checked + img {
    /* outline: 10px solid #f00; */
    /* border: 28px solid green; */
    display: block;
    background: #333;
    transition: .5s;
    transform: scale(0.8);
    border-radius: 10px;
}



.checkbox label{
  display:block;
  cursor:pointer;
  position:relative;
}
.checkbox span{
  margin:5px;
  display:block;
  font-weight: 500;
  color: #666;
}
.checkbox label:before{
  content:"";
  display:block;
  width:50px;
  height:50px;
  margin:auto;
  position:absolute;
  right:0;
  top:0;
  background-color:transparent;
/*  border-radius:50px;
*/}
.checkbox label:after{
  content:"";
  display:block;
  width:26px;
  height:12px;
  margin:auto;
  position:absolute;
  right:10px;
  top:15px;
  border-left:5px solid transparent;
  border-bottom:5px solid transparent;
  transform:rotate(-45deg);
}
.checkbox input[type=radio]{
  display:none;
}

.checkbox input[type=radio]:checked + label:before{
  background-color:#4c8bff;
}
.checkbox input[type=radio]:checked + label:after{
  border-color:#fff;
}
.radio-img {
    width: 100%;
}
@media(max-width: 500px){
    .checkbox label:before{
        width: 35px;
        height: 35px;
    }
    .checkbox label:after{
        right: 6px;
        top: 9px;
        width: 21px;
        height: 12px;
    }
    .table-width {
        width: auto !important;
    }
}
/*End checkbox*/

section#about {
    background: rgba(2, 42, 4, 0.81);
    color: #fff;
}
.remodal {
    text-align: left;
}
.fixed-top{
    z-index: 2;
}

/*Active class link menu*/
.active-link{
  color: #ffe500 !important;
}

.table-width {
    width: 50%;
}

.phone_target {
    color: #fff;
}