*{
    margin:0;
    padding:0;
}
body{
    overflow-x:hidden !important;
    font-family: 'Open Sans', sans-serif;
}

.top {
    width: 100%;
    background-color: #fff;
    padding: 8px 0;
}
ul.info li {
    float: left;
    padding: 5px;
    margin: 0 10px 0 0 !important;
}
ul.info li span {
    color: #fd8a5d;
    padding-right: 5px;
}
ul.social {
    list-style: none;
}
ul.social li {
    margin: 0 !important;
    text-align: center;
    display: inline-block;
}
ul.social li a {
    color: #5172c1;
    font-size: 16px;
    transition: .5s all linear;
    padding: 4px 5px;
    cursor: pointer;
    display: block;
}
ul.social li:hover a {
    color: #f9b771;
}
.navWidth {
    background: #101f41d4;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
}
.uk-navbar-sticky .navWidth{
    max-width: 100%;
    border-radius: 0;
    background: #101f41;
}
header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000000000;
}
.texts h1{
    font-family:'Montserrat', sans-serif ;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: inherit;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 128px;
    border-color: rgb(230, 230, 230);
    transform-origin: 50% 50% 0px;
    opacity: 1;
    transform: translate(0px);
    visibility: visible;
    margin:0;
    padding-top: 20px;
}
.texts p {
    z-index: 7;
    font-family: Open Sans;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: normal;
    width: 724px;
    height: 65px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: inherit;
    line-height: 32px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 20px;
    border-color: rgb(230, 230, 230);
    transform-origin: 50% 50% 0px;
    opacity: 1;
    transform: translate(0px);
    visibility: visible;
    margin: 0 0 15px 0;
}
.btns{
    border-radius: 50px !important;
}
.blue {
    background-color: #1e87f0 !important;
    color: #fff !important;
    transition: .3s all ease;
}

.blue:hover {
    background-color: #2177cc !important;
    color: #fff !important;
    transition: .3s all ease;
}
.blue-o {
    font-size: 16px !important;
    color: #3740b0 !important;
    background: transparent !important;
    border: 2px solid #3740b0 !important;
    overflow: hidden !important;
    position: relative;
    z-index: 1000;
}
.blue-o::before {
    background: #3740b0;
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: .3s all ease;
}
.blue-o:hover::before {
    width: 100%;
    right: 0;
    left: auto;
}
.blue-o:hover {
    color: #fff !important;
}

.white-o {
    font-size: 16px !important;
    color: #fff !important;
    background: transparent !important;
    border: 2px solid #fff !important;
    overflow: hidden !important;
    position: relative;
    z-index: 1000;
}
.white-o::before {
    background: #fff;
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: .3s all ease;
}
.white-o:hover::before {
    width: 100%;
    right: 0;
    left: auto;
}
.white-o:hover {
    color: #4B5091 !important;
}
.uk-navbar-nav > li > a {
    text-transform: capitalize !important;
    color: #92ade8 !important;
    font-weight: 500;
    font-size: 16px !important;
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0.7px;
}
.uk-navbar-nav > li > a:hover {
    color: #fff !important;
}
.uk-navbar-nav > li > a i {
    padding-right: 8px !important;
}
.uk-navbar-nav > li.uk-active > a {
    color: #fff !important;
}
.uk-dotnav > .uk-active > * {
    background-color: rgb(255, 255, 255) !important;
}
.uk-dotnav > * > * {
    border: 1px solid rgb(255, 255, 255) !important;
}
.blocks {
    display: flex;
    padding: 60px 0;
}
.blocks div:first-child {
    width: 200px;
    padding-top: 10px;
}
.services{
    position: relative;
   }
.services::before {
    content: 'SERVICES';
    position: absolute;
    left: 50%;
    top: -50px;
    font-size: 220px;
    transform: translateX(-50%);
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    color: #f9f9f9;
    z-index: -1;
}
.heading {
    font-size: 44px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
    color: #3e4494;
    margin:0;
    font-family: "Montserrat", sans-serif;
}
.subheading {
    font-size: 14px;
    font-style: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 70px 0 !important;
    color: #747474;
    font-family: "Asap", sans-serif;
}
.box{
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}
.box::before{
    content: '';
    width: 100%;
    height: 110%;
    background-color: #f2f2f23a;
    position: absolute;
    left: -1010px;
    top: -340px;
    z-index: 1;
    transition: 1s all ease;
}
.box:hover::before {
    right: auto;
    left: 1010px;
    top: 340px;
}
.box a {
    text-decoration: none !important;
    color: inherit;
    z-index: 1000;
    position: relative;
}
.box a h3 {
    font-size: 20px;
    text-transform: none;
    color: #f17d44;
    font-weight: 700;
    margin: 15px 0 0 0;
}
.box a p {
    margin: 7px 0 5px 0;
}
.contact {
    background: url(images/bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-repeat: repeat;
}
.txt h2 {
    color: #fff;
    margin: 0;
    font-size: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}
.txt p {
    color: #ffdb76;
    margin: 0 !important;
    font-size: 20px;
    font-weight: 300;
}
.imgs{
    background: url(images/left.jpg);
    background-size: cover;
}
.imgs2{
    background: url(images/right.jpg);
    background-size: cover;
}
.heading2 {
    font-weight: 700;
    font-size: 42px;
    margin: 0 0 10px 0;
    line-height: 44px;
    color: #4b5091;
}
.heading3{
    font-weight: 700;
    font-size: 42px;
    margin: 0 0 10px 0;
    line-height: 44px;
    color: #fff;
}
.r-text p{
    margin-top: 0;
    margin-bottom: 20px;
    font-size: inherit;
    color: #8285b3;
}
.l-text{
    background: #4b5091;
}
.l-text .heading2{
    color: #fff;
}
.l-text .subhead {
    color: #93ecf9;
    margin: 0 0 18px 0;
    font-size: 18px;
}
.testimonial{
    background: url(images/testimonial-bg.jpg);
    background-size: cover;
}
.lights {
    margin: 30px 0 0 0 !important;
        margin-top: 30px;
    display: block;
    transform: translateX(0px);
    line-height: 32px;
    width: 100%;
    color: #c6f8ff;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
}
.name {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    font-weight: 500;
    color: #fff;
    padding: 10px 0;
}
.desg {
    font-family: "Montserrat", sans-serif;
    color: #bfbfbf;
    margin: -9px 0 0 0;
    font-size: 12px !important;
}
footer{
    background-color:#1F1F1F;
    color: #fff;
    font-weight: 300;
}
.ftr h2{
    margin: 0 0 7px 0 !important;
    padding: 0;
    color: #fff;
    font-family: font-family: "Montserrat", sans-serif;
    font-size:19px;
    font-weight:600;
}
.ftr ul.uk-list li a{
    text-decoration: none;
    color: #b5b7f1 !important;
    font-weight: 400;
    transition: .3s all ease;
    position: relative;
}
.ftr ul.uk-list li:hover a{
    padding-left: 22px;
    color: #8a8ff2 !important;
}
.ftr ul.uk-list li:hover a::before{
    opacity: 1;
}
.ftr ul.uk-list li a::before{
    content:'\f061';
    color: #b5b7f1 !important;
    font-family: "FontAwesome";
    position: absolute;
    left:0;
    top: 50%;
    transform: translateY(-50%);
    transition: .2s all ease .1s;
    opacity: 0;
}
.ftr .uk-input,.ftr .uk-textarea {
    background: #ffffff1c;
    border: none;
    font-size: 14px;
    color: #fff;
}
.endfooter {
    background-color: #282828;
    color: rgb(73, 73, 73);
    display: flex;
    justify-content: space-between;
    padding: 20px 15px;
    align-items: center;
}
.endfooter .social {
    margin: 0;
    padding: 0;
}
.endfooter .social li a{
    color: #fff !important;
}
.endfooter .social li:hover a{
    color: #1e87f0 !important;
}
.endfooter p{
    margin: 0;
    font-size: 14px;
}
.uk-offcanvas-bar {
    background: #101f41 !important;
}
.inner-slider {
    min-height: 300px;
    position: relative;
    background: url(images/banner.jpg);
    background-size: 100%;
    background-attachment: fixed;
}
.inner-slider::before {
    background: #101f419c;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.inner-slider h2 {
    position: absolute;
    left: 50%;
    top: 80%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 600;
}
.lgs {
    margin-top: 20px !important;
    display: block;
}
.heartbeat{
    transition: .5s all ease;
    animation: beat 2s infinite alternate ease;
}
.uk-lightbox.uk-open {
    z-index: 10000000000010 !important;
    background: #03010ff2 !important;
}
.vblock{
    position:relative;
    overflow:hidden;
}
.vblock::before {
    position: absolute;
    content: '';
    left: 55%;
    top: -50%;
    background: #ffffffc4 url(images/video.png);
    background-position: center center;
    width: 80px;
    height: 80px;
    transform: translate(-50%,-50%);
    transition: .5s all ease;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: 2px solid #fff;
}
.vblock:hover::before {
    top:50%;
}
 .uk-navbar-dropdown{
    margin-top: 5px !important;
    padding: 15px !important;
    background: rgb(16, 31, 65) none repeat scroll 0% 0% !important;
    border-radius: 0 0 5px 5px !important;
}
.uk-navbar-dropdown-nav > li.uk-active > a {
    color: #f9b771 !important;
}
.uk-navbar-dropdown-nav > li > a {
    color: #fff !important;
}
@keyframes beat{
    0%{
        transform: scale(0.9);
        opacity: 0.5;
    }
   
    100%{
        transform: scale(1.1);
        opacity: 1;
    }
}
@media screen and (max-width: 767px) {
    .blocks {
        padding: 15px 0;
    }
    .heading {
        font-size: 25px;
    }
    .subheading, .l-text .subhead {
        font-size: 14px;
    }
    .l-text .heading2 {
        font-size: 28px;
    }
    .contact {
        min-height: 360px;
        background-attachment: scroll;
    }
    .endfooter {
        flex-direction: column;
    }
    .lights {
        line-height: 24px;
        font-size: 15px;
    }
    .heading3 {
        font-size: 25px;
    }
    .txt h2 {
        font-size: 36px;
    }
    .navWidth, .top{
        display: none;
    }
    .texts h1 {
        font-size: 25px;
    }
    .texts p {
        line-height: 18px;
        font-size: 14px;
        margin-bottom: 0;
        max-width: 100%;
    }
    .pad{
        padding: 10px 0 !important;
    }
    .slider li img{
        max-width: 135%;
    }
    .heading2 {
        font-size: 25px;
        line-height: 27px;
    }
    .inner-slider {
        min-height: 210px;
    }
    .inner-slider h2{
        top: 50%;
    }
    .lgs {
        padding: 0 10px !important;
        line-height: 30px !important;
    }
}