@import url('https://fonts.googleapis.com/css?family=Muli:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300i');
body{
    font-size: 14px;
    background-color: #fff;
    font-family: 'Muli', sans-serif;

}
ul{padding: 0;margin: 0;}
img{max-width: 100%}
#overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:rgba(0,0,0,0.9);
  transition: 1s 0.4s;
}
.loader-img {
    background: url(../images/1497.png) no-repeat center center;
    position: absolute;
    width: 100%;
    height: 100%;
}
.main-header-2{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 888;
    width: 100%;
    visibility: hidden;
    z-index: -1;
    transition: all .2s;
    opacity: 0;
}
.slick-active button {
    text-indent: -9999px;
    background: #fff !important;
    width: 20px;
    height: 10px;
    outline: 0;
    border: 0;
}
.main-header-1{
    position: fixed;
    z-index: 1;
    left: 0;
    width: 100%;
    top: 0;
    padding: 4px 0;
     visibility: hidden;
    z-index: -1;
    transition: all .2s;
    opacity: 0;

}
.welcomeimge:nth-child(2){
width:50%;
float: left;
}
.welcomeimge:nth-child(3){
width:50%;
float: left;
}

.main-header-1.active,.main-header-2.active{
    z-index: 5555;
    visibility: visible;
    transition: all .2s;
    opacity: 1;

}
.abt-right ul {
    margin-left: 50px;
}
.nav-container-lg{
    transition: all .3s;
    visibility: hidden;
    opacity: 0;
}
.nav-container-lg.active{
    opacity: 1;
    visibility: visible;
    z-index: 1;
    transition: all .3s;
}
.lg-navbar{
    padding: 5px 0;
}
.lg-navbar-left{float: left;background: #201e1e;padding: 10px;}
.lg-navbar-left img{
    max-width: 250px;
}
.lg-navbar-right{
    float: right;
    position: relative;
}
.lg-navbar-right .nav-container-lg{
    position: absolute;
    right: 0;
    top: 0;
    width: 649px;
    background-color: #201e1e;
    z-index: 0;
    padding: 21px 6px;
    /* padding-right: 0; */
}
.lg-navbar-right .nav-container-lg>li{
    text-decoration: none;
    float: left;
    list-style-type: none;
    padding: 0 10px;
}

.lg-navbar-right .nav-container-lg li a{
    padding: 10px 0px;
    text-transform: uppercase;
    display: block;
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    font-weight: bold;
}
.lg-navbar-right .nav-container-lg>li a{
    color: #ae871e;
}
.lg-navbar-right .nav-container-lg>li a:hover{
    border-bottom: 1px solid #fff;
}
.lg-navbar-right .nav-container-lg .dropdown-menu{padding: 0;margin: 0;}
.lg-navbar-right .nav-container-lg .dropdown-menu a{
    color: #000 !important;
    padding: 8px 12px;
}
.menu-button{
        position: relative;
        z-index: 1;
        padding: 25px 10px;
        border: 0;
        background: transparent;
        color: #fff;
        text-transform: uppercase;
        font-size: 18px;
        overflow: 0;
        outline: 0;
}
.menu-button .fa{padding-right: 4px;}





.top-hd {
    background: #ae871e;
    padding: 10px 0;
    padding-bottom: 60px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{background: transparent;}
.top-hd a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}
.top-social {
    text-align: right;
}
.nav-mid {
    margin-top: -45px;
    position: relative;
    z-index: 999;
    text-align: center;
}
.navbar {
    background-color: #201e1e;
    box-shadow: 0 1px 3px rgba(95, 95, 95, 0.1);
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
    padding: 10px 0;
}
.navbar-right {
    margin-right: 8px;
    text-align: left;
}
.navbar li {
    padding: 15px 15px;
}
.navbar li a {
    padding: 10px 0;
    text-transform: uppercase;
    color: #ae871e;
    position: relative;
    font-weight: bold;
    font-size: 13px;
}
.navbar li.active a,.navbar li a:hover{
    border-bottom: 1px solid #fff;
}
.navbar li a:hover{
    background: transparent;
}
.top-social a {
    font-size: 16px;
    padding: 5px;
}

.navbar-nav>li>a:focus .dropdown-menu{display:block;}


@media only screen and (min-width: 768px){
    .nav-container-lg .dropdown:hover .dropdown-menu{
    display: block;
        opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 1;
}
.navbar .dropdown-menu {
    display: block;
    transition: all 0.3s ease;
    opacity: 0;
    top: 110%;
    visibility: hidden;
    z-index: -2;
    min-width: 147px;
}
.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 1;
}
.navbar ul.dropdown-menu li {
    padding: 0;
}
.navbar ul.dropdown-menu li a {
    padding: 8px 12px;
    font-size: 13px;
    color: #3a3833;
}


}
.navbar-brand {padding: 0px 15px;}
.navbar-brand img{
    max-width: 250px;
}
.home-slider{
    //margin-top: -57px;
    margin-top: 90px;
}
.home-slider img{
    width: 100%;
    /* height: 100vh; */
    /* object-fit: cover; */
}
.caption{
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: 11%;
    background: #00000057;
    width: 70%;
    padding: 20px;
}
.caption h2{
    text-transform: capitalize;
    color: #fff;
    font-size: 48px;
    font-weight: bold;
}
.caption p{
    /* text-transform: capitalize; */
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    /* width: 50%; */
    /* background: #00000057; */
    /* padding: 20px; */
}
.caption a{
    display: inline-block;
    padding: 8px 18px;
    text-transform: uppercase;
    background-color: #0051a3;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 2px;
    margin-top: 11px;
    letter-spacing: 0.05em;
}
.home-slider .slick-dots{
    position: absolute;
    z-index: 0;
    right: 16%;
    bottom: 3%;
}
.home-slider .slick-dots li{
    display: inline-block;
    margin-left: 4px;
}
.home-slider .slick-dots li button{
    text-indent: -9999px;
    background: #ae871e;
    width: 20px;
    height: 10px;
    outline: 0;
    border: 0;
}






.sec-hd {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    margin-bottom:8px;
    text-transform: capitalize;
    color: #3a3833;
}
.sb-hd {
    /* max-width: 80%; */
    text-align: left;
    margin: 0 auto;
    line-height: 24px;
    margin-bottom: 25px;
}
.abt-home{padding: 40px 0;}
.grid-main {
    overflow: hidden;
    margin: 25px 0;
    background: url(../images/bg_about.jpg) center;
    background-size: cover;
    background-attachment: fixed;
    padding: 90px 15px;
    margin-bottom: 0;
}
.grid-main .grid-20 {
    width: 20%;
    float: left;
    text-align: center;
    padding: 15px 15px;
}
.grid-main .grid-20 h4 {
    color: #0051a3;
    font-size: 39px;
    font-weight: bold;
}
.grid-main .grid-20 h5 {
    font-weight: bold;
    font-size: 13px;
    /* max-width: 82%; */
    display: block;
    text-align: center;
    line-height: 21px;
    padding: 0 15px;
}
.grid-main .grid-20 .cent-it {
    width: 160px;
    height: 160px;
    text-align: center;
    border: 3px solid #0051a3;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    /* line-height: 81px; */
    padding: 15px 0;
}
.divider{
    height: 3px;
    width: 90px;
    background: #ae871e;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}
.client-sec{
    padding: 40px 0;
}
.footer{
    background: #000;
    padding: 15px 0;
}
.footer h3{
        color: #ffffffd9;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.06em;
    position: relative;
    border-bottom: 1px solid #dddddd45;
    display: inline-block;
    padding-bottom: 6px;
}
.footer p{
    color: #ffffffb5;
    font-size: 13px;
    line-height: 20px;
}
.footer ul{padding: 0;margin: 0;padding-left: 18px;}
.footer ul a{
    margin-bottom: 7px;
    color: #ffffffb5;
    display: block;

}
.social-footer a{
    width: 30px;
    height: 30px;
    background: #ae871e;
    color: #fff;
    display: inline-block;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    line-height: 31px;
}
.social-footer a:hover{
    opacity: .8;
}
.addre-footer p{
    position: relative;
    padding-left: 20px;
}
.addre-footer .fa{
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 14px;
}
.copy-footer{
        background-color: #000000f0;
    padding: 10px 0;
    text-align: center;
    color: #ffffff85;
    font-size: 12px;
    letter-spacing: 0.06em;
}
.abt-sec h5{font-weight: bold;}
.abt-sec h5 .fa{padding-right: 5px;}
.blog-cnt{
    text-align: center;

}
.blog-cnt img{max-width: 100px;display: block;margin: 0 auto;}
.blog-cnt h4{
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    margin-top: 13px;
}
.blog-cnt p{
    text-align: center;
    color: #fff;
    max-width: 80%;
    margin: 0 auto;
    display: block;
}
.blog-hme{
    background: url(../images/counter-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 40px 0;
}
.blog-hme .sec-hd{color: #fff;margin-bottom: 35px;}
.navbar-toggle{border: 1px solid #ddd;}
.navbar-toggle span{background: #ddd;}

.blog-cnt{margin-bottom: 25px;}
.hover-cap{
    position: absolute;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    background: #0000006b;
    z-index: 1;
    text-align: center;
    opacity: 1;
   transform: scale(1);
   opacity: 1;
   visibility: visible;

}
#prj-slider a:hover .hover-cap{
   opacity: 1;
   transform: scale(1);
   opacity: 1;
   visibility: visible;
}
#prj-slider h5{
       display: block;
       color: #fff;
       position: absolute;
       top: 38%;
       width: 100%;
       text-align: center;
       font-size: 23px;
       font-weight: normal;
}
#prj-slider span{
       display: block;
       color: #fff;
       position: absolute;
       top: 53%;
       width: 100%;
}

#prj-slider img{
    max-height: 250px;
    object-fit: cover;
    width: 100%;
    border: 1px solid #fff;
}
#prj-slider .col-sm-6,#prj-slider .col-sm-12{
    padding: 0;
}




.inner-banner{
  margin-top: 90px;
  height: 240px;
  overflow: hidden;
  position: relative;
}
.inner-banner h1{
        /* color: #fff; */
        /* text-transform: capitalize; */
        /* color: #fff; */
        /* position: absolute; */
        /* top: 50%; */
        /* transform: translateY(-50%); */
        /* -webkit-transform: translateY(-50%); */
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        /* width: 100%; */
        /* left: 0; */
        text-align: center;
        font-weight: bold;
}
.btext{
color: #fff;
    text-transform: capitalize;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 100%;
    left: 0;
    text-align: center;
    font-weight: bold;
}
.sec-page{
    padding: 40px 0;
    min-height: 270px;
}
.sec-page h1{
    margin: 0;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 8px;
}
.sec-page p{
        line-height: 26px;
        color: #000;
}
.galler-tab-top {
    margin-bottom: 25px;
    text-align: center;
}
.gallert-top-in {
    display: inline-block;
    padding: 3px;
    border-radius: 33px;
    background: #ae871e;
}
.gallert-top-in button {
    border-radius: 33px;
    padding: 7px 10px;
    background: transparent;
    border: 0;
    color: #fff;
    font-weight: bold;
    outline: 0;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}
.gallert-top-in button.is-checked {
    background: #fff;
    color: #000;
}


.grid {
  background: #fff;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 33.333%;
}

.grid-item {
  float: left;
  padding: 3px;
  overflow: hidden;
}

.grid-item img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.grid-item h4{
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: #00000087;
    width: 98%;
    margin: 0;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    padding: 14px;
}

.alb h4{
  width: 91% !important;  
}
.prj-ct{
    border: 1px solid #ddd;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    margin-bottom: 15px;
    transition: all .2s;
}
.prj-mg{
    /* border: 10px solid #ddd; */
    -webkit-clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
}
.prj-ct:nth-child(even) .prj-mg{
    -webkit-clip-path: polygon(7% 0, 100% 0, 100% 100%, 0% 100%);
clip-path: polygon(7% 0, 100% 0, 100% 100%, 0% 100%);
}
.padding-left-0{padding-left: 0;}
.padding-right-0{padding-right: 0;}
.prj-right h4{
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #dddddd63;
    padding-bottom: 8px;
    color: #000000bd;
    text-transform: uppercase;
    margin-top: 18px;
}
.prj-right{
    padding: 0 13px;
}
.prj-ct:hover{box-shadow: 1px 6px 5px rgba(0,0,0,.1);transition: all .2s;}
.serv-tile{
        /* padding: 25px 20px; */
        box-shadow: 0px 1px 18px 7px rgba(9, 18, 31, 0.04);
        margin-top: 30px;
        position: relative;
        /* border-radius: 15px; */
        padding: 22px;
        text-align: center;
        border: 1px solid #dddddd9c;
}
.serv-tile h4{
        font-size: 19px;
        text-align: center;
        margin: 0;
        padding: 15px 0;
        color: #000;
        font-weight: bold;
        letter-spacing: 0.05em;
        margin-bottom: 0;
        padding-bottom: 5px;
}
.serv-tile p{
    
}
.serv-tile img{

max-width: 300px;

margin: 0 auto;

display: block;
}
.section-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}
.career-left li {
    display: block;
    list-style-type: none;
    padding: 15px;
    background-color: #eee;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
.section-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}
.career-left li h4 {
    color: #000000d6;
    text-decoration: none;
    margin: 10px 0;
    font-size: 15px;
    font-weight: 500;
}
.career-left li span.type {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    opacity: .8;
    padding: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.05em;
}
.label-tim {
    display: inline-block;
    margin: 0;
    line-height: normal;
    padding: 2px 6px 3px;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: #00c6ff;
    vertical-align: middle;
    border-radius: 2px;
}
.time-career {
    font-size: 13px;
    color: #828282;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    float: right;
    font-weight: normal;
    margin-top: -29px;
    font-family: 'Open Sans', sans-serif;
}
.checkbox-filter {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none;
}
.checkbox-filter-label {
    margin: 0;
    padding: 12px;
    display: block;
    cursor: pointer;
    position: relative;
    top: 2px;
    color: #828282;
}
.checkbox-filter-label::before {
    content: "";
    width: 18px;
    height: 18px;
    background-color: #e9e9e9;
    position: absolute;
    right: 12px;
    border-radius: 2px;
    -webkit-transition: background-color .18s ease;
    transition: background-color .18s ease;
}
.checkbox-filter-label::after {
    font-family: "FontAwesome";
    content: "\f00c";
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 12px;
    color: #fff;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: opacity .18s ease, -webkit-transform .18s ease;
    transition: opacity .18s ease, -webkit-transform .18s ease;
    transition: opacity .18s ease, transform .18s ease;
    transition: opacity .18s ease, transform .18s ease, -webkit-transform .18s ease;
}
.item-filter-tag {
    margin-left: -12px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    display: inline-block;
    height: 18px;
    padding: 2px 20px 2px 15px;
    min-width: 96px;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
    -webkit-transition: color .18s ease .075s;
    transition: color .18s ease .075s;
}
.item-filter-tag-bg {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: #00c6ff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-transform: translateX(calc(-100% + 5px));
    -ms-transform: translateX(calc(-100% + 5px));
    transform: translateX(calc(-100% + 5px));
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
}
.item-filter-tag-bg.job-type-full-time, .item-badge.job-type-full-time {
    background-color: #e71b7c;
}
.checkbox-filter:checked + label::before {
    background-color: #e71b7c;
}
.checkbox-filter:checked + label::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.checkbox-filter:checked + label .item-filter-tag-bg {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.career-right ul{
        background: #fafafa;
        list-style-type: none;
}
.checkbox-filter:checked + label .item-filter-tag-badge {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    color: #fff;
}
.apply-bt {
    background-color: #ec0972;
    color: #fff;
    /* text-transform: uppercase; */
    font-weight: bold;
    padding: 4px 13px;
    font-size: 12px;
}
.apply-bt:hover {
    opacity: .8;
    color: #fff;
}
.head-cap h3 {
    position: relative;
    font-weight: bold;
    color: #000;
    font-size: 31px;
    margin: 0 auto;
    display: inline-block;
    padding: 0px 0;
    font-family: 'Oswald', sans-serif;
    display: inline-block;
    text-align: left;
}
.addre-left label {
    text-transform: capitalize;
    color: #000000b5;
    display: flex;
    font-size: 13px;
    margin-bottom: 0;
    background: transparent;
}
.addre-left input, .addre-left textarea {
    border: 0;
    padding: 7px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    color: #000;
    outline: 0;
    width: 100%;
    background: transparent;
}
.addre-left textarea {
    min-height: 171px;
}
.send-form {
    border: 2px solid #ae871e !important;
    padding: 7px 20px!important;
    text-transform: uppercase;
    color: #000 !important;
    display: inline-block;
    margin-top: 14px;
    letter-spacing: 0.06em;
    transition: all .2s;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-decoration: none;
    background: transparent;
    font-weight: 600;
    border-radius: 0;
    font-size: 13px;
    width: 25% !important;
}
.send-form:hover{
    background: #ae871e;
    color: #fff;
}
.addre-right-btm {
    background: #201e1e;
    padding: 7px 15px;
}
.addre-right-btm h3 {
    color: #fffffff0;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
    margin-top: 10px;
}
.addre-right-btm li b {
    /* display: block; */
    color: #ffffffe0;
    font-size: 16px;
    letter-spacing: 0.04em;
}
.addre-right-btm li .fa {
    position: absolute;
    left: 0;
    font-size: 19px;
    width: 23px;
    text-align: center;
}
.addre-right-btm li a {
    color: #d2cfcf;
    margin: 0;
    line-height: 24px;
    text-decoration: none;
    /* display: inline; */
}
.addre-right-btm li {
    display: flex;
    padding: 5px 0;
    list-style-type: none;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding-left: 26px;
    position: relative;
    font-size: 14px;
    margin-bottom: 7px;
    border-bottom: 1px dotted #dddddd24;
}
.about-top-right-inner {
    padding: 33px 33px;
    background: #fafafa;
    margin-left: -82px;
    margin-top: 60px;
    border: 1px solid #dddddd30;
}
.about-top-right-inner h3 {
    margin: 0;
    margin-bottom: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    color: #000;
}
.about-top-right-inner p {
    line-height: 28px;
}
.no-padding {
    padding: 0;
}
.aboout-team {
    padding: 50px 0;
}
.team-tile {
    text-align: center;
    margin-bottom: 30px;
}
.team-tile .img-s {
    text-align: center;
    margin-bottom: 15px;
    /* border: 1px solid #ddd; */
    width: 130px;
    height: 130px;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
}
.img-s img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #ddddddab;
    padding: 5px;
}
.team-tile h4 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}
.team-tile h5 {
    font-size: 11px;
    letter-spacing: 0.06em;
    margin-top: 6px;
}
.team-desp {
    color: #8d8d8d;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 40px;
}
.social-btm a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    background-color: #0051a3;
    border-radius: 50%;
    line-height: 30px;
    transition: all .2s;
}
.head-cap{
    text-align: center;
    margin-bottom: 10px;
}
.particle-network-animation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: #171717;
}
.particle-network-animation::before {
  z-index: -2;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  background-position: center center;
  background-size: cover;
  opacity: 0.2;
}

.glow {
  z-index: -1;
  position: fixed;
  top: 50%;
  left: 50%;
  background-image: radial-gradient(circle closest-side, rgba(255, 255, 255, 0.025), transparent);
}

.glow-1 {
  width: 150vw;
  height: 150vh;
  margin-top: -75vh;
  margin-left: -75vw;
  animation: glow-1-move 25s linear infinite both;
}

@keyframes glow-1-move {
  from {
    transform: translate(-100%, 100%);
  }
  to {
    transform: translate(100%, -100%);
  }
}
.glow-2 {
  width: 100vw;
  height: 100vh;
  margin-top: -50vh;
  margin-left: -50vw;
  animation: glow-2-move 25s linear 8.3333333333s infinite both;
}

@keyframes glow-2-move {
  from {
    transform: translate(-100%, 0%);
  }
  to {
    transform: translate(100%, 100%);
  }
}
.glow-3 {
  width: 120vw;
  height: 120vh;
  margin-top: -60vh;
  margin-left: -60vw;
  animation: glow-3-move 25s linear 16.6666666667s infinite both;
}

@keyframes glow-3-move {
  from {
    transform: translate(100%, 100%);
  }
  to {
    transform: translate(0%, -100%);
  }
}
.overlay {
    background: #0000008a;
    height: 100%;
    position: fixed;
    min-height: 100vh;
    width: 100%;
    z-index: -1;
    background-image: url(pt1.png);
}
.particles-bg{
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    /*background: #0051a3;*/
    background: url(bg.jpg) center;
    background-size: cover;
    transition: all .8s;
    left: 0;
}
.particles-bg.hides{
    transform: scale(0);
    transition: all .8s;
}
.particles-bg .pop-data{
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.particles-bg .pop-data img{
    display: inline-block;
    margin-bottom: 7px;
    max-width: 365px;
    /* background: #fff; */
    border-radius: 0;
    /* padding: 5px; */
    }
.particles-bg .pop-data span{
        display: block;
        /* margin-bottom: 26px; */
        color: #fff;
        /* font-style: italic; */
        font-size: 25px;
        font-family: 'Conv_Nashville-Medium';
        letter-spacing: 0.06em;
        opacity: .9;
}
.particles-bg .pop-data button{
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    color: #fff;
    padding: 7px 17px;
    font-weight: bold;
    background: transparent;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 111;
}
.particles-bg .pop-data button:before{
    content: '';
    left: 0;
    width: 0;
    top: 0;
    height: 100%;
    background: #fff;
    position: absolute;
    transition: all .2s;
    z-index: -1;
}
.particles-bg .pop-data button:hover{
    color: #0051a3;
}
.particles-bg .pop-data button:hover:before{
    width: 100%;
    transition: all .2s;
}
.lg-navbar{

}














@media only screen and (max-width: 768px) {
    .nav-mid {
      position:absolute;
      width:100%;
    }
    .navbar li a{display: inline-block;}
    .caption{top:55%}
    .caption h2{font-size: 15px;}
    .caption p{font-size: 12px;width: 100%;}
    .grid-sizer, .grid-item{width: 50%;}
    .inner-banner h1,.head-cap h3{font-size: 26px;}
    .about-top-right-inner{margin: 0;}
    .about-top-left{display: none;}
    .caption a{font-size: 9px;}
    .padding-right-0{padding-right: 15px;}
    .padding-left-0{padding-left: 15px;}
    .main-header-2{opacity: 1;z-index: 1;visibility: visible;position: relative;}

}
@media only screen and (max-width: 620px) {
    .grid-main .grid-20:nth-child(1),.grid-main .grid-20:nth-child(2),.grid-main .grid-20:nth-child(4),.grid-main .grid-20:nth-child(5){width: 50%}
    .grid-main .grid-20:nth-child(3){width: 100%;}
    .caption{
        left: inherit;
        padding: 0 20px;
        width: 100%;
    }
}
@media only screen and (max-width: 490px) {
    .divimg{
width: 100%;
margin: 0 auto;
text-align: center;
display: block;
}
    .navbar-brand {
    padding: 7px 15px;
}
.navbar-brand img {
    max-width: 140px;
}
    .navbar{padding: 0;}
    .home-slider img{min-height: 320px;object-fit: cover;}
    .grid-main .grid-20{padding: 15px 0;}
    .blog-cnt .footer-sc h3{
        font-size: 12px;
        line-height: 19px;
        text-align: center;
    }
    .top-hd .col-sm-6{
        width: 100%;
        text-align: center;
    }
    .sec-hd{font-size: 20px;}
    .navbar li{padding: 1px 15px;}
    .navbar-brand img{max-width: 125px;}
   .home-slider{
    margin-top: -57px;
} 

.inner-banner {
    margin-top: -57px;
}
}
.pop-data span p {
    display: inline-block;
    color: #ffc223;
}
.pop-data span{
    color: #ffffff  !important;
}
.pop-data span{
    /* background: #fff; */
    min-height: 38px;
}
#serv-slider .slick-arrow{
        /* display: block; */
    font-size: 60px;
    color: #fff;
    position: absolute;
    z-index: 1;
    top: 37%;
    transform: translateY(-50%);
    left: 0;
    cursor: pointer;
    opacity: 1;
    transition: all .2s;
}
#serv-slider .slick-arrow:hover{opacity: 1}
#serv-slider .slick-arrow.slick-next{
    right: 0;
    left: inherit;
}
.profile {
    background: #ae871e;
    border: 0;
    border-radius: 0;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    /* width: 100%; */
}
.profile:focus,.profile:hover {
    background: #243547;
    text-decoration: none;
    color: #fff;
}
.slick-slide, .slick-slide *{ outline: none !important; }
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors.alert.alert-danger {
    border-radius: 0;
    border: none;
    background: red;
    color: #fff;
    margin-left: 0;
}
.wpcf7-response-output.wpcf7-display-none.alert.alert-danger.wpcf7-mail-sent-ok.alert-success{
     border-radius: 0;
    border: none;
    background: green;
    color: #fff;
}
/* divisions */
.service__single {
    padding: 10px 10px;
    background: rgba(255,255,255,.1);
    margin-bottom: 30px;
}
.service__singleIcon {
    margin-right: 20px;
}
.service__singleIcon i, .service__singleIcon span {
    font-size: 24px;
    color: #f9cc41;
}
.service__single h3 {
    font-size: 1.3125rem;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
    text-align:center;
}
.service__single p {
    margin-bottom: 0;
}
.col-half-offset{
    margin-left:4.166666667%
}
/*-----------------*/

.services-section-s3 .meddle-pic {

    border: 10px solid #0051a3;

}
.points {
  background-color: #fff;
  padding: 35px 25px;
  font-size: 18px !important;
  font-size: 1.2rem;
  color: #222a35;
  margin-bottom: 15px;
  display: block;
  position: relative;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.05);
  font-weight: bold;
  text-decoration: none;
  cursor: default;
  text-transform:uppercase;
}
.services-section-s3 .service-grids .grid a:hover {
    color: #0051a3;
}
.points p {
    font-size: 12px;
    line-height: 11px;
    margin-left: 10px;
    margin-top: 5px;
}
.tag {
    position: absolute;
    bottom: -17px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #000;
    max-width: 270px;
    width: 100%;
}
/** Visibility fix for stacking slides during initialization. */
.slick__slide {
  max-width: 100%;
  position: absolute;
  visibility: hidden;
}

/** Prevents collapsing container during initialization. */
.slick__slide.slide--0 {
  position: relative;
}

.unslick .slick__slide,
.slick-initialized .slick__slide {
  position: relative;
  visibility: visible;
}
.trans-hd{
Position:absolute;
Top:50%;
transform:rotate(-90deg);
Left:0;
}
.item.slide h1{
        position: absolute;
        top: 54%;
        color: #fff;
        font-size: 17px;
        z-index: 1;
        transform: rotate(-90deg);
        opacity: .6;
        font-weight: bold;
        left: -30px;
        background: #00000057;
        padding: 9px;
        margin-bottom: 0;
}
.divimg{
width: 75%;
margin: 0 auto;
text-align: center;
display: block;
}
.home-slider .slide{ display: none; } 
.home-slider .slide:first-child { display: block; } 
.home-slider.slick-initialized .slide { display: block; }

i.fa.fa-whatsapp {color: green;;;;;;;;;font-size: 30px;background: #fff;padding: 4px;border-radius: 10px;}

.client-sec .slick-slide img {
width:auto;
height:100px;
display:block;
object-fit:contain;
}


/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

/* Rounded tabs */

@media (min-width: 576px) {
  .rounded-nav {
    border-radius: 50rem !important;
  }
}

@media (min-width: 576px) {
  .rounded-nav .nav-link {
    border-radius: 50rem !important;
  }
}

/* With arrow tabs */

.with-arrow .nav-link.active {
  position: relative;
}

.with-arrow .nav-item.active a::after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ae871e;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

/* lined tabs */

.lined .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link:hover {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link.active {
  background: none;
  color: #fff;
  border-color: #ae871e;
}

/*
*
* ==========================================
* FOR DEMO PURPOSE
* ==========================================
*
*/


.nav-pills .nav-link {
  color: #000;
}
.text-uppercase {
  letter-spacing: 0.1em;
}
.nav>li{
 padding:10px !important;   
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
  background-color:#ae871e !important;  
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
    background-color:#ae871e;
    color:#fff !important;
}
.footer p{
    color:#ffffffd9;
}
.btext h5 {font-weight: bold;font-size: 20px;color: #000}

.particles-bg .pop-data a{
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 40px;
    font-weight: bold;
    background: transparent;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 111;
    margin-right: 5px;
    }
.particles-bg .pop-data a:before{
    content: '';
    left: 0;
    width: 0;
    top: 0px;
    height: 100%;
    background: #fff;
    position: absolute;
    transition: all .2s;
    z-index: -1;
}
.particles-bg .pop-data a:hover{
    color: #0051a3;
}
.particles-bg .pop-data a:hover:before{
    width: 100%;
    transition: all .2s;
}
#hide-pop img {
    margin-bottom: -12px;
}