﻿/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (body, link color, section-title, preloader btn, overlay, section-padding etc)
    02. START BOOTSTRAP NAVIGATION OVERRIDES
    03. START HOME DESIGN
    04. START ABOUT DESIGN
    05. START COUNTER DESIGN
    06. START WHY CHOOSE US DESIGN
    07. START SERVICE DESIGN
    08. START CASE STUDY DESIGN
    09. START POROFOLIO DESIGN
    10. START SKILL DESIGN
    11. START PROMOTION DESIGN
    12. START TEAM DESIGN
    13. START TESTIMONIALS DESIGN
    14. START PRICING DESIGN
    15. START BLOG DESIGN
    16. START ADDRESS DESIGN
    17. START PARTNER DESIGN
    18. START FOOTER DESIGN
    19. START SECTION TOP DESIGN
  =============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
body {
color: #747474;
font-family: 'Poppins', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 26px;
background:#fff;
overflow-x:hidden;
}
html,
body { height: 100%;position:relative;  }
h2{
    color: #0A4D8C;
    letter-spacing: 0px;
    margin-top: 0px; 
    font-family: oswald,sans-serif;
    font-weight: 400;
}
h1,
h3,
h4,
h5,
h6 {
  letter-spacing: 0px;
  margin-top: 0px; 
  font-family: oswald,sans-serif;
  color: #1b2032;
  font-weight: 400;
}
p{
    color: black;
}
a {
font-family: oswald,sans-serif;
text-decoration: none;
-webkit-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
p {
    margin-bottom: 0;
	text-align: justify;
}
ul,
li {
    margin: 0;
    padding: 0;
}

::-webkit-input-placeholder {
  font-weight: 400;
font-family: 'Poppins', sans-serif; }

:-moz-placeholder {
  font-weight: 400;
font-family: 'Poppins', sans-serif;}

::-moz-placeholder {
  font-weight: 400;
font-family: 'Poppins', sans-serif;}

:-ms-input-placeholder {
  font-weight: 400;
font-family: 'Poppins', sans-serif;}
.form-control::placeholder {
	color: #232a34;
	opacity: 1;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
/*START PRELOADER DESIGN*/
.preloader {
	background:#fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;	
}
.spinner {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	font-size: 10px;
	text-indent: -12345px;
	z-index: 10000;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background:#ffaa17;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
.status-mes h4 {
color: #f7f7f7;
position:relative;
font-size:24px;
margin-top: 30px;
text-transform: capitalize;
letter-spacing: 1px;
}
.no-padding { padding: 0 }
/*END PRELOADER DESIGN*/
.section-padding {padding:80px 0;}
.section-top-padding {padding:30px 0;}
/*START SECTION TITLE DESIGN*/
.section-title{margin-bottom:60px;}
.section-title  h2 {
font-size: 54px;
font-weight:600;
margin-top: 0;
position: relative;
text-transform: capitalize;
}
h2.section-title-white{
color:#fff;
font-size: 54px;
font-weight:600;
margin-top: 0;
position: relative;
text-transform: capitalize;
}
p.section-title-white{color:#fff;}
.section-title span{
background: #f5325c none repeat scroll 0 0;
display: block;
height: 2px;
margin: 10px auto;
width: 100px;
}

.section-title-white{color:#fff;position:relative;}
.section-title  p{
padding: 0 10px;
margin: auto;	
}
/*END SECTION TITLE DESIGN*/

/*START SCROLL TO TOP*/
.topcontrol {
background: #ffaa17 none repeat scroll 0 0;
border-radius: 30px;
bottom: 5px;
box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
color: #fff;
cursor: pointer;
font-size: 22px;
height: 50px;
line-height: 47px;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
position: fixed;
right: 5px;
text-align: center;
-webkit-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
width: 50px;
}
@media only screen and (max-width:768px) { 
.topcontrol {display:none;}
}
.topcontrol:hover {
    background: #222;
    color: #fff;
}
/*END SCROLL TO TOP*/

/*START BUTTON DESING*/
.btn_one {
	background:#fff;
	border: 2px solid #1b2032;
	color: #1b2032;
	padding: 8px 30px;
	border-radius: 30px;
	transition: 0.3s;
	margin-top: 10px;
	box-shadow: 0 10px 40px -10px rgba(0,64,128,.3);
	display: inline-block;
}
.btn_one:hover {
background:#ffaa17;
border:2px solid #ffaa17;
color:#fff;
}

/* blinking list top header */
#blinkList {
    list-style: none;
    padding: 0;
    margin: 0;
}

#blinkList li {
    padding: 14px 18px 14px 34px;
    margin: 10px 0;
    transition: all 0.35s ease;
    border-radius: 14px;
    color: #e8f1ff;
    background: rgba(255, 255, 255, 0.08);
    position: relative;
    font-size: 16px;
    line-height: 1.7;
}

#blinkList li:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateX(2px);
}

#blinkList li::before {
    content: '\2022';
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffaa17;
    font-size: 22px;
    line-height: 1;
}

#blinkList li.active {
    color: #fff;
    background: rgba(14, 92, 166, 0.95);
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.18);
    animation: blink 1.2s infinite;
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.35;
    }
}

/*END BUTTON DESING*/


/* small carousal for state images */
/* Container sizing */
.slider-container {
    position: relative;
    max-width: 1200px; /* Limits overall slider width to keep it small */
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 40px;
}

/* Flex track for images */
.state-slider {
    display: flex;
    transition: transform 0.4s ease-in-out;
    gap: 15px;
}

/* Individual Slide Sizing */
.single_testimonial {
    /* Responsive sizing logic: 4 items on desktop, 2 on tablet, 1 on mobile */
    flex: 0 0 calc(25% - 12px); 
    
    /* Forces elements inside to stack top-to-bottom */
    display: flex;
    flex-direction: column; 
    
    /* Vertically and horizontally centers the contents */
    align-items: center;    
    justify-content: center;
    text-align: center;
    
    /* Adds a little breathing room between slider items if needed */
    box-sizing: border-box; 
}

/* The Circular Image Frame */
.testimonial_img {
    width: 110px; 
    height: 110px;
    border-radius: 50%;
    overflow: hidden; /* Put this back to keep the image strictly a circle */
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    border: 3px solid #fff;
    background: #f9f9f9;
}

.testimonial_img img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

/* New clean styling class for the text wrapper */
.testimonial_text {
    margin-top: 10px; /* Gives a nice 10px gap between the circle and the text */
    font-weight: 500;  /* Optional: makes the state name pop a bit more */
	color: #161616;
}

/* Navigation Buttons */
.slide-btn {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    padding: 6px 14px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 16px;
    z-index: 10;
    transition: background 0.3s;
}

.slide-btn:hover {
    background: rgba(0, 0, 0, 0.9);
}

.prev-btn { left: 5px; }
.next-btn { right: 5px; }

/* Responsive Breakpoints */
@media (max-width: 768px) {
    .slider-container { max-width: 500px; }
    .single_testimonial {
        flex: 0 0 calc(50% - 8px); /* Shows 2 items on tablets */
    }
    .testimonial_img {
        width: 90px; /* Makes them a bit smaller on smaller devices */
        height: 90px;
    }
}

@media (max-width: 480px) {
    .slider-container { max-width: 280px; }
    .single_testimonial {
        flex: 0 0 100%; /* Shows 1 item on mobile */
    }
}
/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 02.END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
/* Contact form */
.contact-section {
    background: #f8fafc;
}

.contact-tag {
    color: #0d6efd;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-title {
    font-size: 42px;
    font-weight: 700;
    color: #1f2937;
    margin-top: 10px;
}

.contact-subtitle {
    color: #6b7280;
    font-size: 17px;
    max-width: 700px;
    margin: 15px auto 0;
}

.contact-card {
    background: #87e0e9;
    padding: 45px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.form-label {
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
}

.form-control {
    height: 55px;
    border-radius: 10px;
    border: 1px solid #d1d5db;
    padding: 12px 16px;
}

textarea.form-control {
    height: auto;
    resize: vertical;
}

.form-control:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13,110,253,.15);
}

.privacy-text {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 20px;
}

.contact-btn {
    background: #0d6efd;
    color: #fff;
    border: none;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    transition: 0.3s;
}

.contact-btn:hover {
    background: #0b5ed7;
    transform: translateY(-2px);
}
/* contact form end */
.home_bg{
	min-height:700px;
    height:auto;
    position:relative;
    padding:120px 0 60px;
}
.home_bg::before {
	background:rgba(0,0,0,0.2);
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.hero-text{
	position:relative;
    z-index:2;
}

.hero-text h4 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 24px;
    line-height: 1.35;
    max-width: 620px;
}

.hero-text .hero-list {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
    max-width: 620px;
}

.hero-text .hero-list li {
    position: relative;
    padding: 14px 18px 14px 34px;
    margin-bottom: 10px;
    color: #e8f1ff;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    transition: all 0.35s ease;
    font-size: 16px;
    line-height: 1.7;
}

.hero-text .hero-list li:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateX(2px);
}

.hero-text .hero-list li::before {
    content: '\2022';
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffaa17;
    font-size: 24px;
    line-height: 1;
}

.hero-text .hero-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    max-width: 620px;
}

.hero-text .hero-footer span {
    color: #dfe9ff;
    font-size: 20px;
    font-weight: 500;
}

.hero-text .hero-link {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 10px 26px;
    border-radius: 999px;
    display: inline-block;
    transition: background 0.3s ease, transform 0.3s ease;
}

.hero-text .hero-link:hover {
    background: #ffaa17;
    color: #1b2032;
    transform: translateY(-2px);
}

.hero-text h2 {
	color:#fff;
    font-size:56px;
    font-weight:700;
    text-transform:uppercase
}
.hero-text p{
	color:#fff;
	margin-bottom: 25px;	
}
.hero-text a{
	 background:#ffaa17;
    border:2px solid #ffaa17;
    color:#fff;
    padding:10px 30px;
    border-radius:30px;
    display:inline-block;
}
.hero-text a:hover {
background:none;
border:2px solid #fff;
color:#fff;
}
.hero-label {
    display: inline-block;
    margin-bottom: 18px;
    color: #ffb845;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
}
.hero-description {
    max-width: 620px;
    color: #e9f1ff;
}
.hero-cta {
    margin-top: 16px;
}
.hero-form-card {
    padding: 20px 0 10px;
}
.hero-form-card .contact_area {
    background: rgba(255,255,255,0.1);
    padding: 0;
    border-radius: 30px;
}
.hero-form-card .contact {
    background: rgba(255, 255, 255, 0.96);
    padding: 32px;
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
    max-width: 520px;
    margin: 0 auto;
}
.hero-form-card .contact h3 {
    margin-bottom: 16px;
    color: #1b2032;
    font-size: 26px;
    font-weight: 700;
}
.hero-form-card .contact p {
    color: #5c6b86;
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 1.75;
}
     

    .hero-text ul{
        text-align:left;
        padding-left:20px;
        margin-bottom:20px;
    }

    .hero-text ul li{
        font-size:14px;
        line-height:1.7;
    }

    .hero-text span{
        display:block;
        margin:15px 0 !important;
        font-size:18px !important;
    }

    .contact_area{
        margin-top:30px;
    }

    .contact{
        padding:15px;
    }

    .contact .form-control{
        font-size:14px;
        padding:12px;
    }

    .contact_btn{
        width:100%;
        padding:12px;
    }

/* Extra Small Devices */
@media (max-width:576px){

    .site-logo img{
        max-width:140px;
        height:auto;
    }

    .hero-text h4{
        font-size:18px;
    }

    .hero-text ul li{
        font-size:13px;
    }

    marquee{
        font-size:12px;
    }
}
.home_video{height: 750px;position:relative;}
.home_video:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  content: "";
  left: 0;
  top: 0;
}
.html-video {
    top: 0%;
    left: 0%;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.slider-caption {
    position: absolute;
    top: 33%;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 15;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
video {min-width: 100%;height:100%; }

/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 04.START ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
.feature_area {
	padding-bottom: 80px;
	position: relative;
	margin-top: 72px;
}
@media only screen and (max-width:768px) { 
.feature_area{
	margin-top:0px;
}
}
.feature_bg{
	padding:60px;
	background: #fff;
	box-shadow: 0 10px 40px -10px rgba(0,64,128,.2);
	border-radius: 10px;
	margin-top:-100px;
}
@media only screen and (max-width:768px) { 
.feature_bg{
	margin-top:0px;
}
}
.single_feature {
	background: #f9fcff;
	position: relative;
	padding: 60px;
	border: 1px solid #eee;
	border-radius: 5px;
	transition:0.3s;
}
.single_feature:hover{
background:#8cc0df;
box-shadow:0px 60px 60px rgba(0,0,0,0.1);
-webkit-transform: translate(0, -10px);
        transform: translate(0, -10px);
}
.single_feature img {
width:200px;
margin-bottom: 25px;
}
.single_feature h4 {
	margin-bottom: 15px;
	font-size: 20px;
}
.single_feature p{}
.single_about_content {
	margin-top: -60px;
	background: #fff;
	padding: 60px;
	border-radius: 10px;
	box-shadow: 0 10px 40px -10px rgba(0,64,128,.2);
	position: relative;
	margin-bottom: 60px;
}
.single_about_content h2 {
	margin-bottom: 30px;
	font-size: 50px;
	font-weight: 500;
}
.single_about_content p{
}

.hire_us_area{background:#f9fcff;}
.hire_img{}
.hire_img img {
	width: 200px;
}
.hire_content{}
.hire_content h2 {
	font-weight: 500;
	font-size: 50px;
	margin-bottom: 20px;
}
.hire_content p {
	margin-bottom: 30px;
}
.hire_content a{}
/*
* ----------------------------------------------------------------------------------------
* 04.END ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
/* About us section new 10.06.2026 */
:root{
--primary:#0A4D8C;
--secondary:#00B4D8;
--green:#28A745;
--white:#fff;
--dark:#222;
--light:#f8fafc;
}

.about-hero{
    min-height:520px;
    height:auto;
    background-image: url('../img/bg/aboutus_bg_1.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position:relative;
    display:flex;
    align-items:center;
    padding:80px 0;
}

.about-hero .container {
    position: relative;
    z-index: 2;
}

.about-hero .row {
    align-items: center;
}

.about-hero .hero-content {
    max-width: 540px;
}

.about-hero .hero-content h1 {
    font-size: 48px;
    line-height: 1.08;
    font-weight: 700;
    margin-bottom: 24px;
    letter-spacing: -0.03em;
}

.about-hero .hero-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    max-width: 560px;
    margin-bottom: 28px;
}

.about-hero .hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.95);
    color: #0e5ca6;
    border-radius: 999px;
    padding: 16px 34px;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.18);
}

.about-hero .hero-btn:hover {
    background: #ffaa17;
    color: #fff;
    transform: translateY(-1px);
}

.about-hero .contact_area {
    background: rgba(14, 92, 166, 0.88);
    padding: 32px 24px;
    border-radius: 28px;
    max-width: 560px;
    margin: 0 auto;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.about-hero .contact {
    background: rgba(255, 255, 255, 0.98);
    padding: 24px;
    border-radius: 22px;
}

.about-hero .contact .form-control,
.about-hero .contact textarea {
    font-size: 15px;
}

/* Responsive adjustments for about-hero */
@media (max-width:991px){
    .about-hero{
        min-height:auto;
        padding:60px 0;
        background-position:center top;
    }
    .about-hero .hero-content{
        max-width:100%;
        padding:0 15px;
        text-align:left;
    }
    .about-hero .hero-content h1{font-size:42px;}
    .about-hero .hero-content p{font-size:16px;}
    .about-hero .contact_area{margin-top:30px;}
    .values-section{
        padding: 80px 0;
    }
    .value-card{
        padding: 28px 24px;
    }
    .why-choose{
        padding: 80px 0;
    }
    .why-content{
        padding: 0 20px 0 0;
    }
}

@media (max-width:576px){
    .about-hero{
        min-height:auto;
        padding:30px 0;
    }
    .about-hero .hero-content{
        max-width:100%;
        padding:50px 16px;
    }
    .about-hero .hero-content h1{font-size:28px;}
    .about-hero .hero-content p{font-size:15px; text-align:left !important;}
    .about-hero .hero-btn{width:100%;padding:14px 16px;}
    .about-hero .contact_area{margin-top:24px;padding:24px 18px;}
    .about-hero .contact{padding:20px;}
    .about-hero .contact .form-control,
    .about-hero .contact textarea {font-size: 14px;}
    .mission-vision{
        padding: 60px 0;
    }
    .mission-vision .section-title{
        margin-bottom: 30px;
    }
    .mission-vision .mv-card{
        min-height: auto;
        padding: 24px;
    }
    .mission-vision .mv-card img{
        max-width: 90px;
        margin-bottom:18px;
    }
    .mission-vision .mv-card h3{
        font-size:22px;
    }
    .mission-vision .mv-card p{
        font-size:15px;
    }
    .values-section{
        padding: 60px 0;
    }
    .values-section .section-title{
        margin-bottom: 30px;
    }
    .values-section .section-title h2{
        font-size: 32px;
    }
    .value-card{
        padding: 24px 20px;
        min-height: auto;
    }
    .value-card img{
        width: 70px;
        margin-bottom: 16px;
    }
    .value-card h4{
        font-size: 18px;
        margin: 12px 0 10px;
    }
    .value-card p{
        font-size: 14px;
    }
    .why-choose{
        padding: 60px 0;
    }
    .why-content{
        padding: 0 15px 0 0;
        margin-bottom: 30px;
    }
    .why-content h2{
        font-size: 28px;
        margin-bottom: 24px;
    }
    .check-list li{
        padding: 12px 0 12px 32px;
        font-size: 15px;
    }
    .check-list li:before{
        font-size: 16px;
        margin-right: 10px;
    }
}

.overlay{
position:absolute;
width:100%;
height:100%;
background:rgba(0,0,0,.55);
}

.hero-content{
position:relative;
z-index:2;
color:white;
max-width:700px;
}

.hero-content h1{
font-size:60px;
font-weight:700;
margin-bottom:20px;
}

.hero-btn{
background:var(--secondary);
padding:15px 35px;
border-radius:50px;
color:#fff;
display:inline-block;
text-decoration:none;
}

.company-story{
padding:100px 0;
}

.mission-vision{
    padding: 90px 0 80px;
    background: #f8fbff;
}

.mission-vision .section-title{
    margin-bottom: 48px;
    text-align: center;
}

.mission-vision .section-title h2{
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -0.03em;
    margin: 0;
}

.mission-vision .mv-card{
    padding: 34px;
    background: #fff;
    border-radius: 24px;
    border: 1px solid rgba(14, 92, 166, .12);
    box-shadow: 0 24px 60px rgba(0,0,0,.08);
    text-align: center;
    transition: transform .4s ease, box-shadow .4s ease;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.mission-vision .mv-card::before{
    content: "";
    width: 70px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #0e5ca6, #ffaa17);
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
}

.mission-vision .mv-card:hover{
    transform: translateY(-10px);
    box-shadow: 0 34px 95px rgba(0,0,0,.12);
}

.mission-vision .mv-card img{
    max-width: 90px;
    margin-bottom: 24px;
}

.mission-vision .mv-card h3{
    font-size: 28px;
    color: #0e5ca6;
    margin: 18px 0 14px;
}

.mission-vision .mv-card p{
    color: #5f6878;
    line-height: 1.8;
    margin-bottom: 0;
}

.subtitle{
color:var(--secondary);
font-weight:600;
}

.stats-section{
padding:80px 0;
background:var(--primary);
}

.stat-card{
background:white;
padding:40px;
text-align:center;
border-radius:15px;
}

.stat-card h2{
font-size:45px;
color:var(--primary);
font-weight:700;
}

.mv-card{
padding:40px;
background:white;
border-radius:15px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
text-align:center;
transition:.4s;
}

.mission-vision{
    padding: 90px 0 80px;
    background: linear-gradient(180deg, rgba(240, 248, 255, 0.85) 0%, rgba(255, 255, 255, 0.95) 100%);
}

.mission-vision .section-title{
    margin-bottom: 46px;
    text-align: center;
}

.mission-vision .section-title h2{
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -0.03em;
    margin-bottom: 0;
}

.mission-vision .mv-card{
    padding: 38px;
    background: #0A4D8C;
    color: #fff !important;
    border: 1px solid rgba(14, 92, 166, 0.12);
    border-radius: 28px;
    box-shadow: 0 24px 90px rgba(14, 92, 166, 0.12);
    text-align: center;
    transition: transform .4s ease, box-shadow .4s ease;
    min-height: 440px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.mission-vision .mv-card:hover{
    transform: translateY(-10px);
    box-shadow: 0 34px 95px rgba(14, 92, 166, 0.16);
}

.mission-vision .mv-card img{
    max-width: 110px;
    height: auto;
    margin-bottom: 24px;
}

.mission-vision .mv-card h3{
    font-size: 28px;
    color: #fff;
    margin-bottom: 18px;
}

.mission-vision .mv-card p{
    color: #fff;
    line-height: 1.8;
    margin-bottom: 0;
}

.mv-card:hover{
transform:translateY(-10px);
}

.mv-card i{
font-size:45px;
color:var(--secondary);
margin-bottom:20px;
}

.values-section{
    padding: 90px 0 80px;
    background: linear-gradient(180deg, rgba(248, 250, 255, 0.8) 0%, rgba(255, 255, 255, 1) 100%);
}

.values-section .section-title{
    margin-bottom: 50px;
    text-align: center;
}

.values-section .section-title h2{
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -0.03em;
    margin-bottom: 0;
}

.value-card{
    background: #ffffff;
    padding: 36px 28px;
    border: 1px solid rgba(14, 92, 166, .1);
    border-radius: 24px;
    text-align: center;
    transition: transform .4s ease, box-shadow .4s ease, border-color .4s ease;
    height: 100%;
    box-shadow: 0 24px 60px rgba(0,0,0,.06);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.value-card::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #0e5ca6, #ffaa17);
    border-radius: 999px;
    transition: width .4s ease;
}

.value-card:hover{
    transform: translateY(-10px);
    box-shadow: 0 34px 80px rgba(0,0,0,.12);
    border-color: rgba(14, 92, 166, .2);
}

.value-card:hover::before{
    width: 60px;
}

.value-card img{
    width: 92px;
    height: 96px;
    margin-bottom: 22px;
}
.value-card .our_strategies_imgs{
    width: 150px;
    height: 100px;
    margin-bottom: 15px;
}

.value-card h4{
    font-size: 22px;
    color: #0e5ca6;
    margin: 16px 0 12px;
    font-weight: 700;
}

.value-card p{
    color: #5f6878;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
    text-align: center;
}

.why-choose{
    padding: 90px 0 80px;
    background: linear-gradient(135deg, rgba(240, 248, 255, 0.5) 0%, rgba(255, 255, 255, 0.8) 100%);
}

.why-content{
    padding: 0 30px 0 0;
}

.why-content h2{
    font-size: 36px;
    color: #0e5ca6;
    font-weight: 700;
    margin-bottom: 32px;
    letter-spacing: -0.02em;
}

.check-list{
    list-style: none;
    padding: 0;
    margin: 0;
}

.check-list li{
    padding: 14px 0 14px 36px;
    font-size: 16px;
    color: #333;
    position: relative;
    line-height: 1.6;
    border-bottom: 1px solid rgba(14, 92, 166, .08);
}

.check-list li:last-child{
    border-bottom: none;
}

.check-list li:before{
    content: "✓";
    color: #ffaa17;
    font-weight: bold;
    margin-right: 12px;
    position: absolute;
    left: 0;
    font-size: 18px;
}

.process-section{
padding:100px 0;
}

.timeline{
display:flex;
justify-content:space-between;
gap:20px;
flex-wrap:wrap;
}

.step{
flex:1;
min-width:220px;
background:white;
padding:35px;
text-align:center;
border-radius:15px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.step span{
font-size:40px;
font-weight:700;
color:var(--secondary);
}

.cta-section{
padding:100px 0;
background:linear-gradient(
135deg,
#0A4D8C,
#00B4D8
);
color:white;
}

.cta-btn{
background:white;
color:#0A4D8C;
padding:15px 35px;
border-radius:50px;
display:inline-block;
font-weight:600;
text-decoration:none;
}

/* Contact us page styling */
.hidden {
        visibility: hidden;
      }
      .contact-page-hero {
        background-image: url(assets/img/bg/contactus_1.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative;
        padding: 100px 0;
        overflow: hidden;
      }
      .contact-page-hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.25);
      }
      .contact-page-hero .section-title,
      .contact-page-hero .contact_area,
      .contact-page-hero .contact {
        position: relative;
        z-index: 1;
      }
      .contact-page-hero .section-title {
        margin-bottom: 40px;
      }
      .contact-page-hero .section-title p {
        max-width: 520px;
        margin: 0 auto;
        opacity: 0.95;
      }
      .contact-page-hero .contact_area {
        background: rgba(14, 92, 166, 0.32);
        padding: 36px;
        border-radius: 30px;
        box-shadow: 0 30px 80px rgba(0, 0, 0, 0.18);
      }
      .contact-page-hero .contact {
        background: rgba(255, 255, 255, 0.98);
        padding: 36px;
        border-radius: 30px;
        box-shadow: 0 22px 60px rgba(0, 0, 0, 0.12);
      }
      .contact-page-hero .contact .form-control,
      .contact-page-hero .contact textarea {
        min-height: 55px;
      }
      .contact-page-hero .contact_btn {
        max-width: 240px;
        margin: 0 auto;
        display: inline-block;
      }
      @media (max-width: 991px) {
        .contact-page-hero .section-title {
          text-align: center;
        }
        .contact-page-hero .section-title p {
          margin-left: auto;
          margin-right: auto;
        }
        .contact-page-hero .contact_area {
          margin-top: 30px;
        }
      }
/*
* ----------------------------------------------------------------------------------------
* 05.START COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.counter_feature {
background:#0e5ca6;
	position: relative;
	margin-bottom: 80px;
}
.single-project {
	border-right: 1px solid #3e3c85;
	position: relative;
}
.single-project-mrnone{border-right:0px;}
.single-project img {
	width:60px;
	margin-bottom: 20px;
}
.single-project h2 {
	font-weight: 700;
	font-size: 50px;
	color:#fff;
}
.single-project h4 {
	margin-bottom: 0;
	font-size:16px;
	color:#fff;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  margin-top: 55px;
  max-width: 900px;
  width: 100%;
}
.video_btn {
	padding:150px 0;
	position: relative;
	border:15px solid #fff;
	margin-top: 100px;
	margin-bottom:-180px;
	box-shadow:0 10px 40px -10px rgba(0,64,128,.2);
}
.video_btn h3 {
	background: #ffaa17;
	padding: 30px;
	margin: 0 40px;
	line-height: 40px;
	margin-bottom: 30px;
	text-transform: capitalize;
	font-weight: 600;
}
.video_btn a {
	background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
	border: 4px solid #fff;
	border-radius: 100px;
	color: #fff;
	display: block;
	font-size: 34px;
	height: 100px;
	line-height: 90px;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100px;
	transition:0.3s;
}
.video_btn a:hover{border: 4px solid #ffaa17;}
/*
* ----------------------------------------------------------------------------------------
* 05.END COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 06.START WHY CHOOSE US DESIGN
* ----------------------------------------------------------------------------------------
*/
.why_choose_area {
	margin-top: 180px;
}

.single_why_choose{margin-top:60px;}
.single_why_choose h2 {
	font-size: 60px;
	font-weight: 600;
	line-height: 76px;
	margin-bottom: 30px;
}
.single_why_choose p{margin-bottom: 30px;}
.single_why_choose .section-tag {
	display: inline-block;
	margin-bottom: 16px;
	color: #ffaa17;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 13px;
}
.why-choose-list {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}
.why-choose-list li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 14px;
	color: #1b2032;
	font-size: 16px;
}
.why-choose-list li::before {
	content: '\2022';
	position: absolute;
	left: 0;
	top: 0;
	color: #ffaa17;
	font-size: 24px;
	line-height: 1;
}
.single_why_choose a {
	display: inline-block;
	margin-top: 10px;
}
.single_why_choose_img img{}
.single_why_choose a{}
.single_why_choose a:hover{}
/*
* ----------------------------------------------------------------------------------------
* 06.END WHY CHOOSE US DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 07.START SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
.service_area{background:#f9fcff;padding-bottom:50px;}
.single_service{
background:#fff;
padding:60px;
box-shadow: 0 10px 40px -10px rgba(0,64,128,.1);
margin-bottom:30px;
}
.single_service img{margin-bottom:20px;}
.single_service h4{margin-bottom:20px;font-size: 22px;}
.single_service p {
	margin-bottom: 20px;
}
/*
* ----------------------------------------------------------------------------------------
* 07.END SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 08.START CASE STUDY DESIGN
* ----------------------------------------------------------------------------------------
*/
.case_content_top{}
.case_content_top h2 {
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 46px;
	line-height: 60px;
	padding-right: 60px;
}
.case_content_top p {
	padding-right: 40px;
	margin-bottom: 20px;
}
.case_content_top_img img{}
.case_content_area{}
.case_content{}
.case_content h2{margin-bottom:20px;}
.case_content p {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 30px;
	padding-right: 40px;
}
/*
* ----------------------------------------------------------------------------------------
* 08.END CASE STUDY DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 09.START POROFOLIO DESIGN
* ----------------------------------------------------------------------------------------
*/
.portfolio_area{overflow: hidden;}
.mix{
	display: none;
}
.portfolio_filter ul {
	list-style: none;
	margin-bottom: 60px;
}
.portfolio_filter ul li {
	font-weight: 500;
	text-transform: capitalize;
	display: inline-block;
	cursor: pointer;
	padding: 0px 15px;
	font-size: 16px;
	color: #252d35;
	transition: .5s;
	margin: 0 3px 0px;
	border-right: 2px solid #eee;
	letter-spacing: 0px;
}
.portfolio_filter ul li:last-child {
	border-right: 0px;
}
.portfolio_filter .active {
	color: #ffaa17;
}
.portfolio-grid{position: relative;}
.single-gallery{
	position: relative;
}
.single-gallery:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	transition: .5s;
	opacity: 0;
	border-radius: 4px;
}
.single-gallery img{
	border-radius: 4px;
}
.gallery_enlarge_icon{
	opacity: 0;
}
.gallery_enlarge_icon{
	background-color: #ffaa17;
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	border-radius: 50%;
	font-size: 14px;
	transition: .5s;
}

.gallery_enlarge_icon:hover,
.gallery_enlarge_icon:focus{
	background-color: #fff;
	color: #333;
}

.single-gallery h4 {
	position: absolute;
	left: 15px;
	bottom: 10px;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	opacity: 0;
	transition: .5s;
}
.single-gallery h4 a{color:#fff;}
.single-gallery h4 a:hover{color:#ffaa17;}
.portfolio-item{
	margin-bottom: 30px;
}
.gallery-btn{
	background-color: #fc5b62;
	border: 1px solid #fc5b62;
	border-radius: 4px;
	color: #fff;
	font-size: 15px;
	padding: 13px 30px;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
	font-weight: 600;
	letter-spacing: 1px;
}
.gallery-btn:hover,
.gallery-btn:focus{
	background-color: #211E3B;
	border-color: #211E3B;
	color: #fff;
}
.single-gallery:hover:before,
.single-gallery:hover .gallery_enlarge_icon,
.single-gallery:hover h4{
	opacity: 1;
}
.portfolio_btn{margin-top: 30px;}
.portfolio_btn a{}
/*START PORTFOLIO SINGLE PAGE DESIGN*/
.portfolio_project_area{background:#f9fcff;padding-bottom: 50px;}
.single_project {
	background: #fff;
	padding: 40px;
	margin-bottom: 30px;
	border-radius: 10px;
	overflow: hidden;
}
.single_project img{
width:500px;
float:left;
margin-right:30px;
}
.single_project h1 {
	font-size: 80px;
	margin-bottom: 10px;
	color: #ffaa17;
}
.single_project h2{margin-bottom:20px;}
.single_project p{margin-bottom:20px;}
.single_project a{}

.single_project_area{background:#f9fcff;padding-bottom:50px;}
.project_dec {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 10px 40px -10px rgba(0,64,128,.08);
	margin-bottom: 30px;
	padding: 40px;
	border-radius: 10px;
}
.project_dec img {
margin-right: 20px;
width: 600px;
}
.about_project h4 {
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	font-weight: 600;
}
.about_project p {
	margin-bottom: 30px;
}
.about_project_details { margin-bottom: 20px }
.about_project_details ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.about_project_details ul li { padding: 5px 0 }
.about_project_details ul li i {
    color: #ffaa17;
    margin-right: 10px;
}
.about_project_details ul li a {
    color: #ffaa17;
    font-weight: 700;
}
.about_project_details ul li a:hover {text-decoration: underline;}
/*END PORTFOLIO SINGLE PAGE DESIGN*/
/*
* ----------------------------------------------------------------------------------------
* 09.END POROFOLIO DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 10.START SKILL DESIGN
* ----------------------------------------------------------------------------------------
*/
.skills_area {
	position: relative;
	padding-top: 80px;
	padding-bottom: 0;
	margin-bottom: 80px;
}
.skills_area:before {
    background:#0e5ca6;
	opacity:0.2;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.skill_bg {
	background: #fff;
	padding: 70px;
	border-radius:20px;
	position: relative;
	box-shadow: 0 10px 40px -10px rgba(0,64,128,.2);
	margin-bottom: -80px;
}
.skill_content{}
.skill_content h2 {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 30px;
}
.skill_content p{
margin-bottom:30px;
}
.skill_bar{
margin-right:30px;
}
.progress-bar-text {
	font-size: 16px;
	margin-bottom: 10px;
	text-transform: capitalize;
	font-weight: 500;
}
.progress-bar-text span { float: right }
.progress-bar {
    background: #e8e8e9 none repeat scroll 0 0;
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
    height: 10px;
    margin: 0 0 20px;
	border-radius: 30px;
    position: relative;
    width: 100%;
}
.progress-bar > span {
    background: #ffaa17 none repeat scroll 0 0;
    display: block;
    height: 100%;
    width: 0;
	border-radius: 30px;
}
/*
* ----------------------------------------------------------------------------------------
* 10.END SKILL DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 11.START PROMOTION DESIGN
* ----------------------------------------------------------------------------------------
*/
.promotional_area{}
.promotional_content{}
.promotional_content img{}
.promotional_content p {
	width: 70%;
	margin: auto;
	margin-top: 40px;
	text-align: center;
	font-size: 20px;
	line-height: 32px;
}
/*
* ----------------------------------------------------------------------------------------
* 11.END PROMOTION DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 12.START TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
.team_area{}
.team_title {
	color: #fff;
	margin-bottom: 60px;
	text-align: center;
	text-transform: capitalize;
	font-weight: 600;
}
.our-team {margin-bottom: 30px;}
.single-team{margin-bottom:10px;}
.single-team img {
	margin-bottom:15px;
	border-radius:2px;
	border: 10px solid #fff;
}
.single-team h3 {
	margin-bottom:6px;
	font-size:18px;
	font-weight: 600;
}
.single-team p{margin-bottom:0px;}

.our-team .social {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.our-team .social li{
display: inline-block;
}
.our-team .social li a {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	color: #fff;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	border-radius: 30px;
	margin: 3px;
}
.our-team:hover .social li:nth-child(1) a{
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
}
.our-team:hover .social li:nth-child(2) a{
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s
}
.our-team:hover .social li:nth-child(3) a{
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
}
.our-team:hover .social li:nth-child(4) a{
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
}
.our-team .social li a:hover{
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
}

.facebook{background: #1C58A1;}
.facebook:hover{background: #fff;color:#1C58A1!important;}
.twitter{background: #0CBCE3;}
.twitter:hover{background: #fff;color:#0CBCE3!important;}
.google{background: #F04537;}
.google:hover{background: #fff;color:#F04537!important;}
/*
* ----------------------------------------------------------------------------------------
* 12.END TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 13.START TESTIMONIALS DESIGN
* ----------------------------------------------------------------------------------------
*/
.testimonial_area{
	padding: 70px 0 30px;
	background: #f7f8fb;
}
.testimonial_area .section-title {
	margin-bottom: 40px;
}
.section-subtitle {
	font-size: 15px;
	color: #6f7991;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 600;
}
.single_testimonial {
	margin-bottom: 30px;
	padding: 28px 28px 32px;
	background: #fff;
	border: 1px solid rgba(38, 64, 128, 0.08);
	border-radius: 18px;
	box-shadow: 0 24px 60px rgba(23, 54, 111, 0.08);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.single_testimonial:hover {
	transform: translateY(-6px);
	box-shadow: 0 32px 70px rgba(23, 54, 111, 0.12);
}
.testimonial_img img {
	width: 88px;
	height: 88px;
	border-radius: 50%;
	margin-right: 18px;
	float: left;
	box-shadow: 0 18px 35px rgba(37, 65, 120, 0.09);
}
.single_testimonial h4 {
	overflow: hidden;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 12px;
	color: #162c57;
}
.single_testimonial p {
	margin-bottom: 0;
	color: #5e668a;
	line-height: 1.8;
    text-align: left;
}
.testimonial_content {
	overflow: hidden;
	padding-left: 118px;
}
@media (max-width: 767px) {
	.single_testimonial {
		padding-left: 28px;
	}
	.testimonial_content {
		padding-left: 0;
		margin-top: 20px;
	}
	.testimonial_img {
		position: relative;
		top: auto;
		left: auto;
		margin: 0 auto 18px;
		text-align: center;
	}
	.testimonial_img img {
		float: none;
		margin-right: 0;
		display: block;
	}
}
.single_testimonial .testimonial_img {
	position: absolute;
	top: 24px;
	left: 24px;
}
.single_testimonial {
	position: relative;
	padding-left: 140px;
}
.single_testimonial .testimonial_img img {
	width: 110px;
	height: 110px;
}

/*
* ----------------------------------------------------------------------------------------
* 13.END TESTIMONIALS DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
 * ----------------------------------------------------------------------------------------
 * 14.START PRICING DESIGN
 * ----------------------------------------------------------------------------------------
 */
.pricing-table-area{position:relative;}
.pricing_page{background: #f9fcff;}
.pricing-table-area:before {
    background:#0e5ca6;
	opacity:0.1;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.pricingTable {
	color: #fff;
	background: #0e5ca6;
	text-align: center;
	padding: 10px 10px 20px;
	box-shadow: 0 10px 40px -10px rgba(0,64,128,.2);
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}
.pricingTable:before,
.pricingTable:after{
    content: "";
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #692a92;
    box-shadow: 0 0 1px 8px #fff;
    position: absolute;
    top: 100px;
    right: 20px;
}
.pricingTable:after{
    width: 20px;
    height: 20px;
    box-shadow: 0 0 1px 4px #fff;
    top: 35px;
    right: 50px;
}
.pricingTable .pricingTable-header{ margin: 0 0 40px; }
.pricingTable .pricingTable-header:before{
    content: "";
    background: #fff;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    top: -30px;
    left: -30px;
}
.pricingTable .price-value{
    color: #0e5ca6;
    background: #fff;
    width: 140px;
    height: 140px;
    padding: 25px 10px;
    border: 3px solid #0e5ca6;
    border-radius: 50%;
    position: relative;
}
.pricingTable .price-value:before{
    content: "";
    border: 2px solid #0e5ca6;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
}
.pricingTable .price-value .currency{
    font-size: 35px;
    line-height: 35px;
    display: inline-block;
    vertical-align: top;
    margin: 0 -3px 0 0;
}
.pricingTable .price-value .amount{
    font-size: 52px;
    line-height: 70px;
    display: inline-block;
}
.pricingTable .price-value .duration{
    font-size: 16px;
    text-transform: capitalize;
    display: block;
    margin-top: -7px;
}
.pricingTable .pricing-content{
    border: 2px solid #fff;
    padding: 23px 10px 45px;
    margin: 0 20px;
}
.pricingTable .title {
	font-size: 40px;
	font-weight: 500;
	text-transform: capitalize;
	/* letter-spacing: 1px; */
	margin: 0;
	color: #fff;
	margin-bottom: 30px;
}
.pricingTable .pricing-content ul{
    text-align: left;
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.pricingTable .pricing-content ul li {
	/* font-size: 17px; */
	font-weight: 300;
	text-transform: capitalize;
	/* letter-spacing: 1px; */
	padding: 0 0 0 20px;
	margin: 0 0 10px;
	position: relative;
}
.pricingTable .pricing-content li:last-child{ margin: 0; }
.pricingTable .pricing-content li:before{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    top: 7px;
    left: 0;
}
.pricingTable .pricingTable-signup a {
	color: #0e5ca6;
	background: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 40px;
	text-transform: capitalize;
	/* letter-spacing: 1px; */
	width: 60%;
	display: block;
	margin: -22px auto 0;
	transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup a:hover{
color:#ffaa17;
}
.pricingTable.blue{ background:#0e5ca6; }
.pricingTable.blue:before,
.pricingTable.blue:after,
.pricingTable.blue .price-value,
.pricingTable.blue .price-value:before{
    border-color: #253e81;
    color: #253e81;
}
.pricingTable.blue .pricingTable-signup a{ color: #253e81; }
.pricingTable.red .pricingTable-signup a{ color: #cc1438; }
/*
 * ----------------------------------------------------------------------------------------
 * 14.END PRICING DESIGN
 * ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 15.START BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
.blog_area{background:#f9fcff;padding-bottom:50px;}
.home_single_blog{
background:#fff;
margin-bottom:30px;
}
.home_blog_content{padding:30px;border-radius: 10px;}
.blog-img img {
	width: 1000%;
}
.home_single_blog img {
	width: 100%;
}
.blog_title_info {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.blog_title_info h2{}
.blog_title_info h2 a {
	color: #1b2032;
	transition: 0.3s;
	margin-bottom: 5px;
	display: inline-block;
}
.blog_title_info h2 a:hover{color:#ffaa17;}
.blog_title_info span {
	font-size: 14px;
	margin: 0 5px;
}
.blog_title_info span a {
	color: #ffaa17;
	transition: 0.3s;
	letter-spacing: 1px;
}
.blog_title_info span a:hover{color:#1b2032;}
.home_single_blog p{}
.home_b_btn {
	color: #1b2032;
	font-weight: 300;
	margin-top: 10px;
	display: inline-block;
}
.home_b_btn:hover{color:#ffaa17;}

/*START BLOG SIDEBAR DESIGN*/
.contact_form_blog{padding-top:0px!important;}
.blog_sidebar_title {
	border-bottom: 1px solid #eee;
	color: #1b2032;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: x;
	margin-bottom: 15px;
	margin-top: 0;
	padding-bottom: 10px;
	text-transform: capitalize;
}
.blog_search, .latest_blog, .advertisement_post, .video_post, .categories, .tag, .banner {
	margin-bottom: 30px;
	background: #fff;
	padding: 30px 30px;
	border-radius:10px;
	border-top: 3px solid #ffaa17;
	box-shadow:0 10px 40px -10px rgba(0,64,128,.2);
}
.tag{overflow: hidden;}
.blog_search{}
.blog_search input {
background: #f8f4ef none repeat scroll 0 0;
border: 1px solid #eee;
border-radius: 0;
color: #1b2032;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
height: 50px;
}
.blog_search input:focus{border: 1px solid #ffaa17;}
.single_latest_blog {
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.single_latest_blog h4 {
	color: #666;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	margin: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.single_latest_blog:hover h4 { color: #ffaa17 }
.single_latest_blog span { color: #161616 }
.single_upcoming_event {margin-bottom: 20px;}
.single_upcoming_event h4 {
	color: #1b2032;
	font-size: 17px;
	font-weight: 600;
	line-height: 28px;
	margin: 10px 0 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.single_upcoming_event:hover h4 { color: #ffaa17 }
.single_upcoming_event span i{margin-right:5px;color: #ffaa17 }
.single_upcoming_event span { color: #777 }
.categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.categories ul li { }
.categories ul li a {
	color: #1b2032;
	display: block;
	font-size: 14px;
	padding: 5px 0;
	font-family: poppins;
	font-weight: 400;
}
.categories ul li a:hover { color: #ffaa17 }
.categories ul li a i { margin-right: 10px }
.video_post iframe {
    width: 100%;
    height: 100%;
    border: medium none;
}
.tag a {
	border: 2px solid #1b2032;
	border-radius: 30px;
	color: #1b2032;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: 400;
	margin: 6px 4px;
	padding: 3px 20px;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background: #fff;
}
.tag a:hover {
    background: #ffaa17;
    color: #fff;
    border: 2px solid #ffaa17;
}
/*END BLOG SIDEBAR DESIGN*/
/*START BLOG SINGLE PAGE DESIGN*/
.bc_left {
	padding-left: 30px;
	font-style: italic;
	font-weight: 600;
}
.bc_bottom{margin-bottom:30px;}
.single_blog_post { margin-bottom: 60px }
.single_blog_post img {
    width: 750px;
    height: 455px;
}
.blog_post_text h4 { margin: 30px 0 }
.author_part {
	margin-bottom: 30px;
	overflow: hidden;
	margin-top: 60px;
}
.single_author {
	background: #fff none repeat scroll 0 0;
	padding: 40px;
	border-radius: 10px;
	box-shadow: 0 10px 40px -10px rgba(0,64,128,.08);
	overflow: hidden;
}
.author_part img {
	border: 4px solid #ffaa17;
	border-radius: 100px;
	float: left;
	height: 120px;
	margin-right: 20px;
	width: 120px;
}
.author_part h4 {text-transform: uppercase;
font-size: 16px;
font-weight:700;
letter-spacing: 1px; }
.author_part p { margin-bottom: 0 }
.blog_head_title {
border-bottom: 1px solid #eee;
margin: 0 0 30px;
padding-bottom: 10px;
font-weight: 700;
text-transform: uppercase;
font-size: 18px;
}
.comments_part {
    margin-bottom: 60px;
}
.single_comment {
    margin-bottom: 30px;
    background: #fff;
    padding: 40px;
	border-radius: 10px;
	box-shadow: 0 10px 40px -10px rgba(0,64,128,.08);
	overflow: hidden;
}
.single_comment_mbnone { margin-bottom: 0px }
.single_comment img {
    border: 4px solid #ffaa17;
    border-radius: 100px;
    float: left;
    height: 120px;
    margin-right: 20px;
    width: 120px;
}
.single_comment h4 { font-size: 16px;
font-weight:700;
letter-spacing: 1px;
text-transform: uppercase;}
.single_comment p { margin-bottom: 0 }
.comment-box {
	background: #fff;
	border-radius: 10px;
}
.comment_form input, .comment_form textarea {
	border-bottom: 1px solid #dddd !important;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
}
.comment_form textarea {}

/*END BLOG SINGLE PAGE DESIGN*/
/*
* ----------------------------------------------------------------------------------------
* 15.END BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 16.START ADDRESS DESIGN
* ----------------------------------------------------------------------------------------
*/
.contact_area{background: rgba(14, 92, 166, 0.5); padding: 32px; border-radius: 30px;}
.single_address {}
.single_address h4 {
	font-weight: 600;
	font-size: 26px;
	margin-bottom: 20px;
}
.mr_20{margin-bottom:10px;}
.single_address p{}
.single_address p a{color:#1b2032;transition:0.3s;}
.single_address p a:hover{color:#ffaa17;}
.contact {
    background: rgba(255, 255, 255, 0.96);
    padding: 36px;
    border-radius: 30px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.14);
}
.contact .form-group {
    margin-bottom: 18px;
}
.contact .form-control,
.contact input,
.contact textarea {
    background: #fff;
    border: 1px solid #d8dbe0;
    border-radius: 14px;
    color: #1b2032;
    font-size: 15px;
    height: 55px;
    padding: 14px 18px;
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.04);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    font-family: 'Poppins', sans-serif;
}
.contact textarea {
    min-height: 140px;
    padding-top: 16px;
}
.contact .form-control::placeholder,
.contact input::placeholder,
.contact textarea::placeholder {
    color: #7a8796;
    opacity: 1;
}
.contact .form-control:focus,
.contact input:focus,
.contact textarea:focus {
    border-color: #0e5ca6;
    box-shadow: 0 0 0 0.18rem rgba(14, 92, 166, 0.18);
    outline: none;
}
.contact button {
	font-size: 16px;
}
.contact_btn {
    background: #0e5ca6;
    color: #fff;
    border: none;
    padding: 14px 40px;
    border-radius: 999px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: 0 18px 32px rgba(14, 92, 166, 0.18);
    transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}
.contact_btn:hover{
    background: #0b4e8b;
    transform: translateY(-2px);
    box-shadow: 0 22px 38px rgba(14, 92, 166, 0.24);
}
/*
* ----------------------------------------------------------------------------------------
* 16.END ADDRESS DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
 * ----------------------------------------------------------------------------------------
 * 17.START PARTNER DESIGN
 * ----------------------------------------------------------------------------------------
*/
.partner-logo {padding-bottom: 40px;}
.single_logo {}
.single_logo a img {
	width:100px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.single_logo a img:hover{opacity: 1;}

/*
 * ----------------------------------------------------------------------------------------
 * 17.END PARTNER DESIGN
 * ----------------------------------------------------------------------------------------
*/

.map{}
.map iframe{
width:100%;
height:400px;
margin-bottom: -10px;
}

/*
* ----------------------------------------------------------------------------------------
* 18.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*=========================
    FOOTER
==========================*/

.footer_area{
    background:#3586f8;
    color:#b9c5d4;
    padding:90px 0 30px;
}

.footer_logo{
    width:220px;
}

.footer_widget h4{
    font-size:22px;
    margin-bottom:25px;
    font-weight:700;
}

.footer_widget h4 i{
    color: black;
    margin-right:8px;
}

.footer_text{
    line-height:30px;
    margin:20px 0;
}

.footer_widget ul{
    padding:0;
    margin:0;
}

.footer_widget ul li{
    list-style:none;
    margin-bottom:14px;
}

.footer_widget ul li a{
    color:#b9c5d4;
    transition:.35s;
    display:inline-block;
}

.footer_widget ul li a:hover{
    color:#0d223d;
    transform:translateX(8px);
}

.footer_widget ul li i{
    margin-right:8px;
}

.footer_social{
    margin-top:25px;
}

.footer_social a{
    width:45px;
    height:45px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#0d223d;
    color:#fff;
    margin-right:10px;
    transition:.4s;
}

.footer_social a:hover{
    background:#13b4ff;
    transform:translateY(-8px) rotate(360deg);
}

.footer_input{
    width:100%;
    height:50px;
    margin-bottom:15px;
    border:none;
    border-radius:8px;
    padding-left:15px;
}

.footer_btn{
    width:100%;
    height:52px;
    border:none;
    border-radius:8px;
    background:#13b4ff;
    color:#fff;
    font-weight:600;
    transition:.35s;
}

.footer_btn:hover{
    background:#0f96d8;
    transform:translateY(-3px);
}

.footer_bottom{
    padding-top:15px;
}

.footer_bottom p{
    margin:0;
}

.footer_bottom a{
    color:#b9c5d4;
    margin:0 8px;
    transition:.3s;
}

.footer_bottom a:hover{
    color:#0d223d;
}

.footer_bottom span{
    color:#666;
}
/*
* ----------------------------------------------------------------------------------------
* 18.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 19.START SECTION TOP DESIGN
* ----------------------------------------------------------------------------------------
*/
.section-top {
    padding-bottom: 100px;
    padding-top: 160px;
	position: relative;
}
.section-top:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background:#0e5ca6;
  opacity:0.9;
  content: "";
  left: 0;
  top: 0;
}
.section-top.section-top--plain {
    position: relative;
    width: 100%;
    min-height: 60vh;
    height: 80vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.section-top.section-top--plain::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
}
.section-top.section-top--plain .section-top-inner {
    position: relative;
    z-index: 1;
    padding: 60px 0;
}
.section-top.section-top--plain .section-top-inner h1 {
    font-size: 3.8rem;
    line-height: 1.05;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
.section-top.section-top--plain .section-top-inner p {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.9;
    max-width: 620px;
}
@media (max-width: 991px) {
    .section-top.section-top--plain {
        min-height: 45vh;
        height: auto;
        padding: 60px 0;
    }
    .section-top.section-top--plain .section-top-inner h1 {
        font-size: 2.8rem;
    }
}
@media (max-width: 576px) {
    .section-top.section-top--plain {
        min-height: 360px;
        padding: 50px 15px;
    }
    .section-top.section-top--plain .section-top-inner h1 {
        font-size: 2.1rem;
    }
    .section-top.section-top--plain .section-top-inner p {
        font-size: 1rem;
    }
}
@media (max-width: 576px) {
    .section-top.section-top--plain {
        min-height: 320px;
        height: auto;
        padding-top: 80px;
        padding-bottom: 80px;
        background-position: left center;
    }
}
.section-top-title h1 {
color: #fff;
font-weight: 600;
position: relative;
}
/*
* ----------------------------------------------------------------------------------------
* 19.END SECTION TOP DESIGN
* ----------------------------------------------------------------------------------------
*/

/* ----------------------------------------------------------------------------------------
* 20.START FAQ DESIGN
* ----------------------------------------------------------------------------------------
*/
.faq1-area {
  padding: 100px 0 100px;
}


.faq-tab-menus {
  display: block;
  text-align: center;
  border: 0;
  margin: 0 0 100px;
}

.faq-tab-menus .nav-item {
  display: inline-block;
  border: 0;
  margin: 0;
}

.faq-tab-menus .nav-item .nav-link {
  display: inline-block;
  border: 0;
  margin: 0;
  color: #1d293e;
  font-size: 24px;
  line-height: 28px;
  padding: 16px 60px;
  border-radius: 3px;
}

.faq-tab-menus .nav-item .nav-link.active {
  background: #ffaa17;
  color: #ffffff;
  box-shadow: 3.709px 5.936px 51px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3.709px 5.936px 51px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3.709px 5.936px 51px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 3.709px 5.936px 51px 0px rgba(0, 0, 0, 0.2);
}

.faq_tab .card {
  border: 1px solid #eee;
  background:#fff;
  box-shadow: 0 10px 40px -10px rgba(0,64,128,.2);
  border-radius: 5px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  margin-bottom: 20px;
}

.faq_tab .card .card-header {
  border: 0;
  background: transparent;
  padding: 0;
}

.faq_tab .card .card-header .btn {
  display: block;
  width: 100%;
  text-align: left;
  text-decoration: none;
  font-size: 26px;
  line-height: 30px;
  color: #1d293e;
  font-weight:500;
  padding: 24px 46px;
  position: relative;
  white-space: pre-wrap;
}

.faq_tab .card .card-header .btn::after {
  content: "\f077";
  font-family: "fontAwesome";
  font-weight: 900;
  color: #767e92;
  font-size: 14px;
  position: absolute;
  right: 46px;
  top: 30px;
}

.faq_tab .card .card-header .btn.collapsed::after {
  content: "\f078";
}

.faq_tab .card .card-body {
  padding: 6px 46px 40px;
  background: #F0FBFF;
}

.faq_tab .card:hover {
  box-shadow: 5.299px 8.48px 50px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 5.299px 8.48px 50px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 5.299px 8.48px 50px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 5.299px 8.48px 50px 0px rgba(0, 0, 0, 0.08);
}

.faq_tab .card:hover .card-header .btn::after {
  color: #1386fc;
}
/* ----------------------------------------------------------------------------------------
* 20.END FAQ DESIGN
* ----------------------------------------------------------------------------------------
*/

/* ----------------------------------------------------------------------------------------
* 21.START SERVICE PAGES DESIGN
* ----------------------------------------------------------------------------------------
*/
.marketing_area{}
.marketing_content{}
.marketing_content h2 {
	margin-bottom: 40px;
	font-size: 40px;
	font-weight: 600;
}
.marketing_content img{}
.marketing_text{}
.marketing_text p{margin-bottom:20px;}
.single_marketing{margin-bottom: 40px;}
.marketing_icon_img{}
.marketing_icon_img img {
	float: left;
	margin-right: 20px;
	width: 70px;
	margin-bottom: 20px;
}
.single_marketing h3{}
.single_marketing p{overflow: hidden;}
/* ----------------------------------------------------------------------------------------
* 21.END SERVICE PAGES DESIGN
* ----------------------------------------------------------------------------------------
*/
/* EHR Partners Mega Dropdown - two column layout */
/* EHR Partners Mega Dropdown - three column layout */
li.has-children.mega-erp .dropdown.mega-dropdown {
    display: flex !important;
    width: 850px !important;        /* increased from 600px to fit 3 cols */
    padding: 15px 0 !important;
    gap: 0;
    left: auto !important;
    right: 0 !important;
}

li.has-children.mega-erp .dropdown.mega-dropdown .erp-col {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1 1 33.333%;              /* 3 equal columns */
    width: 33.333%;
    min-width: 0;
}

li.has-children.mega-erp .dropdown.mega-dropdown .erp-col > li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #eee;
}

li.has-children.mega-erp .dropdown.mega-dropdown .erp-col > li:last-child {
    border-bottom: none;
}

li.has-children.mega-erp .dropdown.mega-dropdown .erp-col > li > a {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

li.has-children.mega-erp .dropdown.mega-dropdown .erp-col > li > a:hover {
    background: #eff1f3;
}

/* dividers between ALL columns */
li.has-children.mega-erp .dropdown.mega-dropdown .erp-col:not(:last-child) {
    border-right: 1px solid #eee;
}

/* remove the old first-child only rule */
li.has-children.mega-erp .dropdown.mega-dropdown .erp-col:first-child {
    border-right: none;
    padding-right: 0;
}

.erp-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
    flex-shrink: 0;
}

/* prevent dropdown from going off screen on smaller desktops */
@media (max-width: 1200px) {
    li.has-children.mega-erp .dropdown.mega-dropdown {
        width: 700px !important;
        right: 0 !important;
        left: auto !important;
    }

    li.has-children.mega-erp .dropdown.mega-dropdown .erp-col > li > a {
        font-size: 13px;
        padding: 10px 12px;
    }

    .erp-icon {
        width: 18px;
        height: 18px;
        margin-right: 8px;
    }
}
/* SPECIALTIES Mega Dropdown - three column layout */
li.has-children.mega-erp:nth-child(2) .dropdown.mega-dropdown {
    width: 850px !important;
}