.logo {
    padding: 15px 0;
    width: 125px !important;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
.navbar .navbar-nav .nav-link {
    font-size: 20px !important;
    font-weight: 600;
    color: #eee;
    letter-spacing: .5px;
    margin: 15px 5px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.nav-scroll {
    background: #222 !important;
    border-bottom: 1px solid rgba(12, 12, 12, 0.04);
    padding: 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}
.main-logo img {
    width: 127px !important;
}
.navbar .navbar-nav .active {
    color: #007fc6 !important;
    background-color: #fff !important;
    border-radius:10px;
}
.hero .hero-img:after {
    content: '';
    background: #007ec5 !important;
    position: absolute;
    left: 15px;
    right: 5px;
    top: 15px;
    bottom: -15px;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.title:after {
    content: '';
    width: 60px;
    height: 4px !important;
    background: #007ec4 !important;
    position: absolute;
    bottom: 0;
    left: calc(50% - 30px);
}
.hero .content .social-icon span:hover {
    background: #007ec5 !important;
    border-color: #007ec5 !important;
    color: #fff;
}

.buton-bord button:before, .buton-bord a:before {
    background: #007ec5 !important;
    color: #fff;
}
.buton button:after, .buton a:after {
    content: attr(front);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #007ec5 !important;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: translateY(0) rotateX(
0deg
);
    transform: translateY(0) rotateX(
0deg
);
}
.buton button:before, .buton a:before {
    content: attr(back);
    font-family: "Font Awesome\ 5 Free";
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    color: #007ec5 !important;
    border: 1px solid #007ec5 !important;
    line-height: 38px;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: translateY(-100%) rotateX(
90deg
);
    transform: translateY(-100%) rotateX(
90deg
);
}
.call-btn a{
    background-color:red;
    padding:15px 30px;
    color:#fff;
}
.call-btn a:hover{
    background-color:#007ec5;
    padding:15px 30px;
}
.call-over-all{
    display:flex;
    justify-content: space-around;
}
.numbers .item .icon {
    font-size: 31px;
    color: #007ec5;
    margin-bottom: 30px;
    font-weight: 1000;
}
.numbers .item h2 {
    font-weight: 700 !important;
    margin-bottom: 10px;
}
.item.mb-md50 p {
    color: #fff;
    font-weight: 600;
}
.item.mb-sm50 p {
    color: #fff;
    font-weight: 600;
}
.item p {
    color: #fff;
    font-weight: 600;
}
.item img {
    width: 65px;
}
.why-choose{
    display:flex;
}
.why-choose img {
    padding:20px !important;
}
.cont{
     padding: 40px 20px 20px 20px !important;
     
     text-align: justify;
}
.cont p{
   font-size:18px;
}
.conts li {
    line-height: 40px !important;
}
.avd-all{
    display:flex;
    justify-content: space-around;
}
.serv-img{
    padding-top:20px !important;
}
.serv-img img{
    padding:20px 0;
}
.col-md-4.serv-img {
    padding-top: 190px;
}
.contact .form input[type='text'], .contact .form input[type='email'], .contact .form textarea {
    width: 100%;
    border: 1px solid rgb(0 126 196);
    padding: 10px;
    background: rgb(255 255 255) !important;
    color: #000;
    margin-bottom: 15px;
}
.copy-all{
    display:flex;
    justify-content: space-around;
}
.footer {
    padding: 20px !important;
    background: #111;
    text-align: center;
}
.copy{
    text-align: left;
}
.copys{
    text-align: right;
}
/*.navbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 9;
    border-bottom: 1px solid #6f6b6b !important;
}*/
i.fa.fa-refresh.referesh_icon {
    background-color: #fff;
    padding: 10px;
    margin-top: 3px;
}
.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    top:80%;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
  font-size:30px;
    box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
    margin-top:16px;
}
.floats{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    top:60%;
    right:40px;
    background-color:#007fc6;
    color:#FFF;
    border-radius:50px;
    text-align:center;
  font-size:30px;
    box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-floats{
    margin-top:16px;
}
.sub-btn a{
    color:#fff;
    padding:10px 25px;
    border:1px solid #fff;
    font-weight:500;
    background-color: #007ec5;
}
.sub-btn a:hover{
    color:#000;
}
.location {
    color: #007ec5;
    font-size: 24px !important;
    position: absolute;
    top: 30%;
}
.img-content p{
    margin-top: 25px !important;
    font-size: bold;
    color: #000;
}
.img-content .notes{
    font-weight: bolder;
}
@media(max-width:990px;){
    .why-choose{
        display:block !important;
    }
.why-choose img {
    width: 100% !important;
    padding: 20px !important;
}
.section-padding {
    padding: 30px 0 !important;
}
.contact .info {
    margin-top: 50px;
    padding: 0 20px !important;
}
.col-md-4.serv-img {
    padding-top: 0 !important;
}
.captcha {
    padding-left: 15px !important;
}

.img-content-another p{
    margin-top: 25px !important;
}
}
.col-md-6.custom-logo img {
    width: 300px;
}

.col-md-6.custom-logo {
    text-align: center;
}
.section-paddings {
    padding: 50px 0;
}
.major-serv{
    text-align: center;
}
.major-serv p {
    text-align: center;
}
.major-services{
    padding:50px 0 100px 0;
}
.cont h6 {
    color: #007fc6;
    font-size:18px !important;
}
.majorsss{
    background-color: #00000014;
}
.nav-scroll .icon-bar {
    color: #fff!important;
}



