body {
    font-family: 'Play', sans-serif !important;
    color: #333 !important;
    -webkit-font-smoothing: antialiased !important;
    font-weight: 300 !important;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600 !important;
    margin: 20px 0 10px !important;
}
.nivo-caption .top-bar h2 {
    font-size:30px !important;
}
.nivo-caption {
    background-color: rgba(0,0,0,.7);
    padding:20px 10px !important;
}
.sitenav ul li a {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.sitenav ul li {
    font-size:15px !important;
}
.logo {
    padding: 0px !important;
}
.logo img {
    width: 120px !important;
}
header.entry-header {
    background-color:#f1f1f1;
    padding:10px;
}
header.entry-header h1 {
    margin:0px !important;
    padding:0px !important;
}
#section1, #section2, #section3, #section4, #section5, #section6, .our-clients {
    text-align: center;
    padding:80px 0px;
}
#section1 h3:nth-child(1) {
    font-size: 40px !important;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px !important;
    padding: 0px !important;
}
#section1 h4:before, #section1 h4:after {
    content: "";
    display: block;
    height: 2px;
    width: 55px;
    margin: 0 auto;
    margin-top: 13px;
    margin-bottom: 13px;
    background: #26156e;
}
#section1 h4 {
    margin:0px !important;
    padding:0px !important;
}
#section2 {
    /*background-image: url(/wp-content/uploads/2019/08/services-bg.jpg);*/
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background: #f1f1f1;
}
#section2 .service-content {
    margin-bottom:20px;
}
#section2 h3:nth-child(1) {
    font-size: 40px !important;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px !important;
    padding: 0px !important;
}

#section2 i {
    color: #26156e;
    font-size: 40px;
}
#section2 .service-content div {
    padding: 20px 5px ;
    background-image: linear-gradient(105deg, rgba(255,255,255,1) 30%, rgba(192,192,192,1) 100%);
    box-shadow: 0 8px 6px -6px black;
}
#section2 .service-content h4 {
    color: #F82B2C !important;
    font-size: 18px !important;
}
#section3 h3:nth-child(1) {
    font-size: 40px !important;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px !important;
    padding: 0px !important;
}
#section3 i {
    display: inline-block;
    font-size: 60px;
    cursor: pointer;
    margin: 15px 30px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
}
#section3 i {
	background: rgb(66, 66, 66);
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;	
}
#section3 i:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;	
}
#section3 i:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9)	
}
#section3 i:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;	
}
#section3 i:hover {
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
  color: #fff;
}
#section3 i:hover:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
  -moz-animation: sonarEffect 1.3s ease-out 75ms;
  animation: sonarEffect 1.3s ease-out 75ms;
}
#section3 i:hover {
    background: #26156e;
}
#section4 {
    background-image: url(/wp-content/uploads/2019/08/security-bg.jpg);
    background-attachment: unset;
    background-size: cover;
    background-position: center;
}
#section4 h2 {
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 0px !important;
    font-weight: bold !important;
    color:#fff !important;
}
#section4 p {
    color:#fff !important;
}
#section4 .progress-item h3, #section4 .progress-item i {
    color:#fff !important;
}
#section4 .progress-item h3 {
    font-size: 25px !important;
}
#section4 .progress-item div i {
    font-size: 65px;
}
#section5 {
    background-image: url(/wp-content/uploads/2019/08/contact-bg.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
#section5 h3:nth-child(1) {
    color: #000;
    font-size: 40px !important;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px !important;
    padding: 0px !important;
}
.progress-item h2 b, .progress-item h3 b, .progress-item h4 b, .progress-item h5 b{
    color: #26156e;
}
#section5 .security-button a, #section2 .security-button a, #section8 .security-button a {
    background-color: #26156e;
    font-weight: 600;
    color: #ffffff !important;
    border: 1px solid #ffffff;
    display: inline-block;
    line-height: 1.42857143;
    border-radius: 50px;
    padding: 15px 30px;
    text-transform: uppercase;
    text-align: center;
}
#section6 h3:nth-child(1) {
    color: #000;
    font-size: 40px !important;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px !important;
    padding: 0px !important;
}
#counter:nth-child(1) p, #counter:nth-child(3) p, #counter:nth-child(2) h3, #counter:nth-child(4) h3 {
    background-color: #625958;
}
#counter:nth-child(1) h3, #counter:nth-child(3) h3, #counter:nth-child(2) p, #counter:nth-child(4) p {
    background-color: rgba(80, 70, 69, 0.5);
}
.countdown #counter {
    text-align: center;
    padding:0px !important;
}
.countdown #counter div {
    padding:0px !important;
}
.countdown p {
    font-size: 65px;
    font-weight: bold;
    margin: 0px !important;
    color:#fff !important;
}
.countdown h3 {
    font-size: 18px;
    font-weight: bold;
    padding: 30px;
    margin: 0px !important;
    color:#fff !important;
}
.our-clients h3:nth-child(1) {
    font-size: 40px !important;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px !important;
    padding: 0px !important;
}
#section8 {
    color:#fff;
    background-color: #282a2b;
    padding:20px 0px;
}
#section8 h6{
    color:#fff !important;
    font-size:30px !important;
}
.social-icons a, .head-top-right span {
    color: #fff !important;
}
.head-top-left p {
    font-size: 22px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    line-height: 20px;
}
.sitenav ul li.current_page_item a {
    font-weight:bold !important;
}
b, strong {
    font-weight: bold !important;
}
@media screen and (min-width: 767px) {
.logo img {
    width: 93px !important;
    margin-top: -40px;
    margin-bottom:5px;
}
.header-top {
    background-color: #fff !important;
}
.head-top-left {
    color: #26156e !important;
}
}