body{
    overflow-x: hidden;
}
.top{
    background: #39393b;
    color: #fff;
    padding: 10px;
    font-size: 22px;
}
.top a {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}
.slider-area {position:relative;}
.slider-contact-form .btn {border-radius:8px;}
.slider-contact-form h3 {margin-bottom:20px;}
.form-control, textarea.form-control {border-radius:6px;}
.icon img {margin-top: -9px;}
.service a {
    background:#00589c;
    color:#fff;
    padding:8px 20px;
    border-radius:20px;
    font-size:16px;
}
.service-inner {
	background: white;
    margin-top: 23px;
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0px 10px 30px 0px rgba(21, 10, 82, 0.35);
    height:100%;
}
.service-inner img {border-radius:4px; margin-bottom:20px;}
.service h3{
    font-size: 21px;
    color: #00589c;
    font-weight: 600;}
.section-heading a{
	color: #e5e5e5;
    font-size: 27px;
    font-family: 'Poppins', sans-serif;
}
.section-heading .icofont-phone{
	font-size: 27px;
}
footer p{
    font-size: 12px;
    color: #bdbdbd;
    line-height: 26px;
    text-align: justify;
}
footer a{
    color: #ffffff;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}
a.enquirybtn {
    background: #00589c;
    display: inline-block;
    font-size: 20px;
    margin-top:20px; border-radius:8px;
}
.slider-contact-form {
    padding:40px 30px;
    top:15%;
    position:absolute!important;
    right: 10%;
    width: 300px;
    background:#000;border-radius:10px;border: 4px solid #fff;
}
.slider-contact-form h3 {
	    font-size: 26px;
}
.btn-1{
    background: #00589c;
	color: #fff;
}
.download-btn a:hover{
    background: #000 !important;
    color: #ff7282 !important;
}
::selection{
	color: #fff;
	  background: #ea232a;
}
.quickcontact a, .quickcontact1 a {
    z-index: 999
  }
  .socialcontact {
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 1;
  }
  .quickcontact a,.quickcontact1 a {
    z-index: 999;
  }
  .quickcontact {
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
  }
  .quickcontact::after,.quickcontact::before {
    content: "";
    width: calc(100% + 40px);
    height: calc(40% + 40px);
    position: absolute;
  }
  .quickcontact::before {
    border: 1px solid #47ccc8;
    border-radius: 50%;
    animation: 1s linear infinite pulse
  }
  .quickcontact::after {
    border: 1px solid #47ccc8;
    border-radius: 50%;
    animation: 1s linear .3s infinite pulse
  }
  .quickcontact1 {
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    justify-content: center;
    align-items: center;
    margin-top: 30px
  }
  @keyframes pulse {
    0% {
        transform: scale(.5);
        opacity: 0
    }
  
    50% {
        transform: scale(1);
        opacity: 1
    }
  
    100% {
        transform: scale(1.3);
        opacity: 0
    }
  }

@-webkit-keyframes glowing {
  0% { background-color: #000; -webkit-box-shadow: 0 0 3px #000; }
  50% { background-color: #000; -webkit-box-shadow: 0 0 40px #000; }
  100% { background-color: #000; -webkit-box-shadow: 0 0 3px #000; }
}

@-moz-keyframes glowing {
  0% { background-color: #000; -webkit-box-shadow: 0 0 3px #000; }
  50% { background-color: #000; -webkit-box-shadow: 0 0 40px #000; }
  100% { background-color: #000; -webkit-box-shadow: 0 0 3px #000; }

}

@-o-keyframes glowing {
  0% { background-color: #000; -webkit-box-shadow: 0 0 3px #000; }
  50% { background-color: #000; -webkit-box-shadow: 0 0 40px #000; }
  100% { background-color: #000; -webkit-box-shadow: 0 0 3px #000; }

}

@keyframes glowing {
  0% { background-color: #007bff; -webkit-box-shadow: 0 0 3px #007bff; }
  50% { background-color: #007bff; -webkit-box-shadow: 0 0 40px #007bff; }
  100% { background-color: #007bff; -webkit-box-shadow: 0 0 3px #007bff; }
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
.service a:hover{
    background: #000;
    text-decoration: none;
    color: #fff !important;
}
.cta{    padding: 0px;
    z-index: 999 !important;
    right: -133px;
    position: fixed;
    bottom: 30%;
    background: #00589c;
    transition: 0.55s all ease;}
.cta:hover{right:0;}
.cta li {list-style: none;margin: 0;line-height: 45px;}
.cta li:hover{background: rgb(255,255,255,0.1) !important;}
.cta li a {color: #000;font-weight: 600;padding: 0 15px 0 0;display: block;line-height: 45px;text-align: left;white-space: nowrap;text-decoration: none;color:#000}
.cta li span {line-height: 45px;width: 50px;text-align: center;display: inline-block;}
#callme {
    position: fixed;
    left: 15px;
    width: 55px;
    height: 55px;
    cursor: pointer;
    top: 77%;
    z-index: 99990;
    animation: glow 1300ms infinite;
    border-radius: 50%;
}
#callme .fa {
    border-radius: 50%!important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-color: #00589c;
    width: 55px;
    height: 55px;
    font-size: 30px;
    color: #fff;
    padding: 10px;
    -webkit-animation: rotation 5s infinite linear;
    animation-duration: 4s;
}
@media(max-width: 767px){
    .top a{
            font-size: 14px;
    }
    .logo > img{
            width: 234px;
    }
}