*{
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
}
a{
	text-decoration: none!important;
}
img {
    width: 100%;
}
h2 {
    font-weight: 600;
    font-size: 30px;
}
nav.navbar {
    background: #101010;
}
nav a.nav-link {
    color: #fff !important;
}
.nman a:hover {
    background-color: #fff;
    color: #000;
}

a.btn-style-link:hover {
    background-color: #3fa0ef;
    color: #ffffff;
}

nav li {
    margin-right: 18px;
}
section.nman {
    background-color: #3fa0ef;
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
    padding: 30px 0;
    font-weight: 500;
}

.nman p {
    text-transform: uppercase;
    margin-bottom: 0;
    float: left;
        margin-top: 10px;
}
.nman .rside {
    text-align: center;
}

.nman a {
        color: #3fa0ef;
    border: 2px solid;
    border-radius: 5px;
    padding: 8px 16px;
    display: inline-block;
    background-color: #fff;
    font-weight: 600;
}
span.carousel-control-prev-icon,span.carousel-control-next-icon {
    background-color: #3fa0ef;
    padding: 50px 13px;
}
.sthead {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
        text-transform: uppercase;
}

.sthead:before {
    position: absolute;
    content: "";
    width: 36px;
    height: 8px;
    background-color: #3fa0ef;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
}

.sthead:after {
    position: absolute;
    left: 0;
    bottom: -7px;
    background: #3fa0ef;
    height: 4px;
    width: 100%;
    content: "";
}
.about {
    padding: 80px 0;
}

.about iframe {
    border: 4px solid #3fa0ef;
    border-radius: 5px;
}

.about h2 {
    margin-top: 27px;
}
.about p {
    text-align: justify;
}
a.btn-style-link{
    display: inline-block;
    color: #3fa0ef;
    border: 2px solid;
    border-radius: 5px;
    padding: 6px 15px;
}
a.btn-style-link:hover {
    background-color: #3fa0ef;
    color: #fff;
}
.history {
    background-image: url(../images/city-min.jpg);
    color: #fff;
    text-align: center;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.history h2 {
    font-size: 35px;
    text-transform: uppercase;
    margin: 0;
}
.infosec img {
    border: 4px solid #3fa0ef;
    border-radius: 5px;
}

.infosec h2 {
    margin-top: 50px;
}

.infosec p {
    text-align: justify;
}

.infosec {
    padding: 20px 0 70px;
}
footer {
    background-color: #101010;
    padding: 50px 0 20px;
    color: #fff;
}

footer h3 {
    font-size: 22px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 15px;
    margin-bottom: 26px;
    width: 80%;
    text-transform: uppercase;
}
footer li {
    list-style: none;
    position: relative;
    margin-bottom: 15px;
}

footer li:before {
    position: absolute;
    content: "";
    height: 7px;
    width: 7px;
    background-color: #fff;
    left: -20px;
    border-radius: 1px;
    top: 10px;
}

footer li a {
    color: #fff;
    text-decoration: none;
}

footer li a:hover{
    color: #3fa0ef;
}
nav a.nav-link:hover {
    color: #3fa0ef !important;
}
footer ul {
    padding-left: 20px;
}
.crights p {
    margin: 0;
    font-size: 16px;
}

.crights {
    padding-top: 20px;
    border-top: 1px solid #ffffff;
    margin-top: 40px;
    text-align: center;
}
.callbtn a.nav-link {
    border-radius: 5px;
    padding: 7px 20px !important;
    background-color: #3fa0ef;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    line-height: 23px;
}
ul.navbar-nav {
    align-items: center;
}
.callbtn a.nav-link:hover {
    color: #333 !important;
}
.cshowcase .carousel-indicators {
    position: initial;
    margin-top: 0;
    display: block;
    margin-left: 0;
    margin-right: 0;
}

.cshowcase .carousel-indicators li {
        height: auto;
    width: 33.333%;
    text-indent: initial;
    cursor: zoom-in;
    float: left;
    margin: 0 auto;
    padding: 3px;
}
.carousel .row {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}
.pbanner {
    text-align: center;
    padding: 95px 0 90px;
    margin-bottom: 60px;
    background-image: url(../images/city-min.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.shortinfo {
    padding-bottom: 50px;
}
.igall .carousel-item{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3fa0ef+0,3fa0ef+50,ffffff+50,ffffff+100 */
background: #3fa0ef; /* Old browsers */
background: -moz-linear-gradient(45deg,  #3fa0ef 0%, #3fa0ef 50%, #ffffff 50%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #3fa0ef 0%,#3fa0ef 50%,#ffffff 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #3fa0ef 0%,#3fa0ef 50%,#ffffff 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fa0ef', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.cshowcase .row {
    border-bottom: 2px solid #ccc;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.ser-block img {
    border: 4px solid #3fa0ef;
    border-radius: 5px;
    margin-bottom: 25px;
}

.ser-block {
    border-bottom: 2px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 45px;
}
.ser-block p {
    text-align: justify;
}
.ser-block:last-child {
    border-bottom: none;
}
.faqsec button.btn.btn-link {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    width: 100%;
    text-align: left;
}

.faqsec .card-header {
    background: #3fa0ef;
}

.faqsec #accordion {
    margin: 20px 0 80px;
}
.faqsec p{
    text-align:justify;
}
.callnow a {
    display: inline-block;
    
}

.bounce {
        animation-name: bounce;
        animation-timing-function: ease;
        animation-duration: 2s;
        animation-iteration-count: infinite;
    }
    @keyframes bounce {
        0%   { transform: translateY(0); }
        30%  { transform: translateY(-30px); }
        50%  { transform: translateY(0); }
        100% { transform: translateY(0); }
    }

.callnow img {width: 60px;}

.callnow {
    position: fixed;
    z-index: 99;
        right: 20px;
    bottom: 25px;
    opacity: .8;
    display: none;
}
.callnow:hover {
 
    opacity: 1;
}
.costyle {
    display: flex;
}

.costyle span:first-child {
    width: 40px;
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 4px;
    margin-right: 8px;
    margin-bottom: 20px;
}
.costyle span:last-child {
    margin-top: 5px;
    width: 238px;
}
a.navbar-brand {
    max-width: 250px;
}
.cshowcase .carousel img {
    border: 3px solid #3fa0ef;
    border-radius: 2px;
}
.or-btn {
    text-align: center;
    display: block;
    margin: 20px auto 0;
}

.or-btn a {
    background-color: #3fa0ef;
    color: #fff;
    display: inline-block;
    padding: 15px 25px;
    border-radius: 5px;
}
nav li:last-child {
    margin-right: 0;
}
/* ========= Responsive =========*/
@media(max-width: 1199px){
	.about h2 {
    margin-top: 0;
}
}

@media(max-width: 991px){
.navbar-light .navbar-toggler {
    color: #fff !important;
    border-color: #fff !important;
    padding: 6px 10px;
    background: #fff;
    float: right;
    margin-top: 12px;
}
nav .container {
    display: block !important;
}
.navbar-collapse {
    border-top: 1px solid #f1f1f1;
}

.navbar-collapse li {
    border-bottom: 1px solid #f1f1f1;
}

.navbar-collapse li:last-child {
    border-bottom: none;
}

.navbar-collapse .callbtn {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}
h2 {
    font-size: 25px;
}
}

@media(max-width: 767px){
	.nman p {
    margin-bottom: 10px;
    text-align: center;
    margin-top: 0;
    float: none;
}
section.nman {
    padding: 20px 0 20px;
 
}
.nman .rside {
    text-align: center;
}
.about {
    padding: 40px 0;
}
.about h2 {
    margin-top: 30px;
}
* {
    font-size: 16px;
}
.history {
    padding: 90px 0;
 
}
.infosec h2 {
    margin-top: 20px;
}
.infosec img {
    margin-bottom: 10px;
}
.infosec {
    padding: 20px 0 30px;
}
footer h3 {
    margin-top: 20px;
}
footer {
    padding: 30px 0 20px;
}
.pbanner {
    padding: 45px 0 40px;
    margin-bottom: 30px;
}
.shortinfo {
    padding-bottom: 10px;
}
h1 {
    font-size: 30px;
}
.ser-block {
    padding-bottom: 10px;
    margin-bottom: 35px;
}
.faqsec #accordion {
    margin: 10px 0 40px;
}
ul.navbar-nav {
    align-items: initial;
}
.callbtn a.nav-link br {
    display: none;
}
}

@media(max-width: 550px){
	.cshowcase .carousel-indicators li {
    width: 50%;
    
}
.callnow {
    position: fixed;
    z-index: 99;
    right: 30px;
    bottom: 30px;
    opacity: .8;
    display: block;
}
.faqsec button.btn.btn-link {
    white-space: normal;
    padding: 0;
}
h2 {
    font-size: 22px;
}
span.carousel-control-prev-icon, span.carousel-control-next-icon {
 
    padding: 30px 9px;
}
.nman a {
    margin-bottom: 10px;
}
section.nman {
    padding: 20px 0 12px;
}
}