
:root {
    --raleway: "Raleway", sans-serif;
}
.navbar a, .navbar a:focus {
    font-size: var(--font-secondary);
    font-weight: 500;
    color: #0f74c2;
    
}  
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
	color: #34c6f2;
}
.header-top {
    height: 40px;
    background-color: #01305c;
    /* background-color: #f1ab30; */
    text-align: right;
    line-height: 40px;
}
.headerTop-info {
    display: inline-block;
    /* margin-right: 30px; */
}
.headerTop-info i {
    color: #fff;
    padding-right: 10px;
}
.headerTop-info a {
    color: #fff;
    text-decoration: none;
}
.btn-book {
    background-color: #e1e1e1;
    margin-top: 0px;
    margin-bottom: 5px;
    color: #01305c !important;
    border-radius: 2px;
}
.btn-book:hover  {
    background-color: #3980c2;
}
.header {
    background-color: #fff;
}

.header.sticked {
    /* background: #f2b420; */
    background: #fff;
    
}
.header-inner {
    position: relative;
}
/* .header-inner::before {
    content:'';
    display: block;
    top: -30px;
    left: -10px;
    border-bottom: 23px solid #fff;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    position: absolute;
    height: 0;
    width: 320px;
} */

.header .logo img {
    max-height: 70px;
}
#hero-container {
    overflow: hidden;
}
#hero {
    height: 90vh;
    background: url(../images/kizra3.jpg) no-repeat;
    background-size: cover;
    background-position: center -180px;
    animation: hero 20s;
    animation-fill-mode: forwards;
    
}
@keyframes hero {
   0% { transform: scale(1); }
   100% {transform: scale(1.1); }
}
#about {
    padding-top: 100px;
    padding-bottom: 100px;
}
.about {
    overflow: hidden;
}
.abt-titles h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-weight: 200;
}
.abt-titles h1 {
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-weight: 100;
    text-align: center;
}
.about p {
    font-family: "Raleway", sans-serif;
    /* text-align: center; */
    font-weight: 400;
    line-height: 1.6em;
}
.title {
    margin-bottom: 30px;
}
.section-title {
    margin-bottom: 25px;
    line-height: 1em;
    font-size: 1.2em;
    position: relative;
    font-family: var(--font-primary);
    font-weight: 500;
    text-align: center;
}
.submitBtn {
    background-color: #3980c2;
    color: white;
    border: none;
    padding: 8px 16px;
}
.activity-container {
    display: flex;
    justify-content: space-between;
}

.commit h3 {
    font-family: "Raleway", sans-serif;
}
.mgt {
    color: #0b4d97;
}
/* .section-title::before {
    content: '';
    position: absolute;
    bottom: 10px;
    width: 30%;
    height: 3px;
    background-color: #34c6f2;
    left: 0;
} */
.about-text-wrapper {
    padding: 0px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 10px;
}
#about p {
    line-height: 26px;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    color: #111;
    font-size: 18px;
}
.about-btn, .service-btn{
    clear: both;
    margin-top: 30px;
    margin-bottom: 20px;
}
.about-cta, .service-cta {
    background-color:#34c6f2;
    padding: 12px 20px;
    color: #fff;
    border-radius: 30px;
    transition: all 0.5s;
}
.service-btn {
    text-align: center !important;
}
.about-cta:hover, .service-cta:hover {
    background-color:#eb262a;
    color: #fff;
}
/* .about h3 {
    color: gold;
} */
.about-lower-sec {
    font-family: var(--font-secondary);
}
.about-lower-sec h3 {
    font-size: 20px;
    font-weight: 400;
}
.about-lower-sec span {
    display: inline-block;
    padding: 0px 13px;
    position: relative;
}
.about-lower-sec span::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 90%;
    background-color: #d94226;
    left: 0;
}
.about-page-txt {
        line-height: 26px;
        font-family: var(--font-secondary);
        font-weight: 400;
        color: #111;
        font-size: 18px;
}
.divider {
    height: 3px;
    padding-right: 12px;
    padding-left: 12px;
}
.red {
    background-color: #d94226;
    height: 3px;
}
.orange {
    background-color:#d94226;
    height: 3px;
}
.sec-border {
    border-left-width: 2px !important;
    border-left-color: #34c6f2 !important;
    border-left-style: solid !important;

}
.commit ul {
    margin: 0;
    padding: 0;
}
.commit ul li {
    list-style: none;
    position: relative;
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff;
}
.commit ul li span {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background-color: #34c6f2;
    padding-left: 5px;
    margin-right: 10px;
}
.commit ul li i {
    color: #fff;
    font-size: 22px;
    padding-right: 15px;

}

#services {
    background-color: #E8EAEE;
    padding-top: 100px;
    padding-bottom: 100px;
}
.services {
    overflow: hidden;
}
.service-item-home {
    width: auto;
    /* height: 300px; */
    text-align: center;
}
/* .service-item-home img {
    width: 200px;
} */
 .service-item-home h3 {
    font-size: 22px;
    margin-top: 10px;
 }
.oh {
    overflow: hidden;
}
/* .services ul {
    padding: 0;
}
.services ul li {
    float: left;
    width: 46%;
    padding: 10px;
    list-style: none;
}
.services ul li img {
    max-width: 100%;
    height: auto;
}
.services-list ul {
    padding: 0;
}
.services-list ul li {
    float: none;
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 25px;
    width: 100%;
    position: relative;
}
.services-list ul li i {
    position: absolute;
    left: 0;
    color: #f2b420;
}
.services-list ul li::marker {
    color: #d94226;
} */

.service-item-sub ul li {
    padding: 0;
    margin: 0;
}
.service-item-sub span {
    display: block;
}
.services-btn{
    clear: both;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}
.services-cta {
    background-color:#0b4396;
    padding: 12px 20px;
    color: #fff;
    border-radius: 30px;
    transition: all 0.5s;
}
.services-cta:hover {
    background-color:#f28820;
    color: #fff;
}

.projects-btn {
    margin-top: 20px;
    margin-bottom: 20px;
}
.projects-btn .cta {
    background-color:#f28820;
    padding: 12px 16px;
    color: #fff;
    transition: all 0.5s;
}
.projects-btn .cta:hover {
    background-color: #d94226;
}

.client-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    min-height: 100px;
    /* background-color: #E8EAEE; */
    /* box-shadow: 0px 0px 20px rgba(0,0,0,0.1); */
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 15px;
}
.accordion-button:not(.collapsed) {
    color: #0b4396;
}
.client-item img {
    width: 80%;
    mix-blend-mode: multiply;
}
.client-item p {
    font-size: 0.9rem;
    font-family: var(--font-secondary);
}
#testimonial {
    background-color: #E8EAEE;
    padding-top: 15px;
    padding-bottom: 15px;
}
.testimony-head{
    font-size: 1.2em;
}
.testimony-item {
    width: 90%;
    background-color: #fff;
    padding: 15px;
    font-family: var(--font-secondary);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    border-bottom: 10px solid #0b4396;
    text-align: center;
    margin: auto;
}
.testimony-item h3 {
    font-size: 1.5rem;

}
.testimony-item h4 {
    font-size: 1.1rem;
}
.testimony-item p {
    font-size: 0.9rem;
}
.testimony-item .quote-icon-left {
	display: inline-block;
	left: -5px;
	position: relative;
    font-size: 22px;
    line-height: 0px;
    color: #0b4396;
}
.testimony-item .quote-icon-right {
	display: inline-block;
	right: -5px;
	position: relative;
	top: -5px;
	transform: scale(-1, -1);
    font-size: 22px;
    line-height: 0;
    color: #0b4396;
}
.clients-logo {
    width: 175px;

}
.logo {
    max-height: 200px;
}
.logo-item {
    max-width: 250px;
    max-height: 200px;
}
.testimonials {
	background-color: #fff;
}
.testimonials {
	background: #6a6a6a;
	padding-top: 30px;
}

.fa-ul {
    padding: 0;
    color: #222;
}
.fa-ul li {
    list-style: none;
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
}
.fa-ul li i {
    position: absolute;
    left: 0;
    color:#3980c2;
}
.fa-ul li a {
    display: block;
    color: #222;
    transition: all 0.5s;
}
.fa-ul li a:hover {
    padding-left: 5px;
}
.fa-ul .mail-details a {
    display: block;
    margin-bottom: 3px;
}
#contact-form {
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 10px;
}
#footer {
    background-color: #FAFAFA;
    background-size: cover;
    padding-bottom: 0px;
}
#footer h3{
    text-transform: uppercase;
    font-family: var(--font-secondary);
    font-size: 1.2rem;
    padding-bottom: 20px;
    color:#000;
    font-family: var(--raleway);
}

.copy {
    padding-top: 20px;
    padding-bottom: 20px;
    color: rgba(255,255,255,0.3);
}
.quicklinks-ul {
    padding: 0;
}
.quicklinks-ul li{
    list-style: none;
}
.quicklinks-ul li a {
    color: #222;
}
.footer-bottom {
    background-color: #3980c2;
}
.footer-bottom p {
    text-align: center;
    color: #ddd;
    margin-bottom: 0px;
}
.project-item {
    padding: 10px;
    background-color: #fff;
}
.project-card {
    padding: 8px 16px;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    /* border: 1px solid #000; */
}
.project-card-body  {
    padding: 10px 0px;
}
.project-card-body p {
    font-size: 16px;
}
#projects-hero {
    height: 60vh;
    background: url(../images/panels.jpg) no-repeat;
    background-size: cover;
}


/*About page*/
#hero-about {
    height: 60vh;
    background: url(../images/hero1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    
}
#about-page-sec {
    padding-top: 50px;
}
.vision-wrapper {
    margin-top: 20px;
}
.vision-container {
    width: 80%;
    /* margin-left: auto;
    margin-right: auto; */
    /* background-color: #E8EAEE; */
    color: #595959;
    padding: 10px;
}
.vision-container .h4 {
    font-weight: 600;
    /* background-color: #E8EAEE; */
    padding: 5px;
}
.vision-container h3 {
    background-color: #E8EAEE;
    padding: 5px;
}
.vision-container h6 {
    margin-bottom: 4px;
    font-weight: 600;
}
.vision-container p {
    margin-bottom: 0.5rem;
    text-align: start;
}

/*Service Page*/
#hero-service {
    height: 60vh;
    background: url(../images/kizra3.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    
}
.package-wrapper {
    width: 70%;
    background-color: #7dd3f7;
    padding: 20px;
    border-radius: 15px;
}
.package-wrapper h4 {
    color: #2e3192;
}
.additional-package {
    background-color: #b9e5fb;
    padding-top: 20px;
}
.service-page-top-sec {
    margin-top: 10px !important; 
}
#service-page-sec {
    padding-top: 50px;
}
.service-bottom-sec {
    padding-bottom: 30px;
}
.service-sub-heading {
    background-color: #E8EAEE;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.pulse {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-color: #34c6f2;
	position: relative;
	border-radius: 50%;
	margin-left: 15px;
	top: 20px;
}
.pulse span {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: inherit;
	border-radius: inherit;
	opacity: 0.8;
	animation: pulseAnimate 4s ease-out infinite;
	text-align: center;
}
@keyframes pulseAnimate {
	100% {
		 opacity: 0;
		 transform: scale(2);
	}
}
.service-call i {
        font-size: 28px;
        color: #fff;
        position: absolute;
        left: 10px;
        top: 5px;
}
/*Contact*/
#hero-contact {
    height: 60vh;
    background: url(../images/agatti.jpg) no-repeat center -200px;
    background-size: cover;
    /* background-position-y: -200px; */
    
}
.contact-details {
    padding: 10px;
    border-color: #E8EAEE;
    margin-bottom: 10px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.contact-item-container i {
    padding-right: 5px;
    padding-left: 5px;
    color: #188ad4
}
.contact-item-container p.h5 {
    background-color: #E8EAEE;
    padding-top: 5px;
    padding-bottom: 15px;
    margin-top: -10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.contact-item-container span {
    font-weight: 600;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}
.contact-item-container p {
    margin-bottom: 0px;
}
.contact-item-container a {
    color: #000;
}
.contact-item-container a:hover {
    color: #8a8a8a;
}
.c-mt {
    margin-top: 8px;
}
.c-mb {
    margin-bottom: 8px;
}
/* .contact-item-container p {
    padding-left: 10px;
} */
@media (max-width: 500px){
    .navbar a {
        color: #fff;
    }
    #hero {
        height: 40vh;
        background-position: center;
    }
    
    .header-inner::before {
        display: none;
    }
    .header .logo img {
        max-height: 50px;
    }
    .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
        color: #fff;
    }
    .section-title::before {
        left: 0px;
        bottom: 5px;
    }
    #about, #services {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .clients-logo img {
        width:100px;
    }
    .footer-logo img {
        max-width: 250px;
    }
    .clients-xs-item span {
        display: inline-block;
        width: 100px;
    }
    .client-item {
        width: 80%;
        margin: auto;
    }
    .client-item img {
        width: 60%;
    }
    .activity-container {
        flex-direction: column;
    }
    #footer {
        background-position: 31%;
    }
    .service-item-home img {
        width: 250px;
    }
    .service-item-home h3 {
        font-size: 1.2rem;
        margin-top: 5px;
        margin-bottom: 15px;
    }
    .service-item-img img {
        margin-bottom: 10px;
    }
    .cta-txt{
        font-size: 1.1rem;
        text-align: center;
    }
    .pulse {
        display: block;
        margin: auto;
    }
    .pulse span {
        left: 0;
    }
    #contact {
        padding-top: 0px;
    }
}