/** Shopify CDN: Minification failed

Line 191:29 Unexpected "{"
Line 198:29 Unexpected "{"

**/
.page-width.page-width--narrow.section-template--18171592212558__main-padding, .page-width.page-width--narrow.section-template--18171592114254__main-padding {
    max-width: 100%;
    padding: 0;
    overflow: hidden;
}

h1.main-page-title.page-title.h0 {
    display: block;
}

.rte ul, .rte ol {
    list-style-position: inside;
    padding-left: 0rem;
}

.inner-line .section_heading h5 {
    padding-left:0;
}
.inner-line .section_heading h5::after {
    display:none;
    position:relative;
}

.page-width.page-width--narrow.section-template--18171592212558__main-padding .container {
 
    padding: 0 15px;
}
.footer_link a {color:#fff;}
.breadcrumb_area {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin-top: 0px;
}
.breadcrumb_overlay {
    background: linear-gradient(180deg, rgba(141, 140, 193, 0.17) 0%, rgba(79, 57, 232, 0.43) 57.04%);
    padding: 12px 0px 110px 0px;
    margin-bottom:30px;
}

.breadcrumb_text h1 {
    font-size: 64px;
    font-weight: 600;
    font-family: var(--bannerFont);
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.breadcrumb_text ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color:#fff;
}
.breadcrumb_text ul li a {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    color: #026bc6;
    margin-right: 30px;
    position: relative;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}


.breadcrumb_text ul li a i {
    margin-right: 5px;
}

.breadcrumb_text ul li a:hover {
    color: #fff;
}

.breadcrumb_text ul li a::after {
    position: absolute;
    content: "\f30b";
    font-family: "font awesome 5 free";
    font-size: 12px;
    color: #026bc6;
    top: 50%;
    right: -21px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.breadcrumb_text ul li:last-child a::after {
    display: none;
}

.breadcrumb_text ul li:last-child a {
    color:#fff;
    margin: 0;
}
.about_page_welcome_img {
    height: 600px;
    position: relative;
    overflow: hidden;
    padding-left: 50px;
    padding-right: 30px;
}

.about_page_welcome_img img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
section.about_page {
    padding-bottom: 2rem;
    display: block;
}
.about_page_welcome_img .call_area {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
    background: #fff;
    padding: 20px;
    border-left: 10px solid  #026bc6;
    box-shadow: 5px 8px 30px rgb(5 13 54 / 5%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.about_page_welcome_img .call_area h4 {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    color:  #026bc6;
    margin-bottom: 10px;
}

.about_page_welcome_img .call_area h4 span {
    font-size: 15px;
}

.about_page_welcome_img .call {
    align-items: center;
}

.about_page_welcome_img .call i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background:  #026bc6;
    color: #fff;
    font-size: 25px;
    border-radius: 5px;
    margin-right: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.about_page_welcome_img .call p {
    color: #002633;
}

.about_page_welcome_img .call p span {
    display: block;
    color: #002633;
    font-weight: 700;
}

.about_page_welcome_text h2 {
    font-size: 44px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.about_page_welcome_text h3, {
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.about_page_welcome_text h4, {
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.about_page_welcome_text h5 {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
}
a.read_btn {color:#fff;}

.about_2_text p,
.about_page_welcome_text p {
    margin-top: 20px;
}

.about_2_text ul,
.about_2_text ol,
.about_page_welcome_text ul,
.about_page_welcome_text ol,
.services_details_text ul,
.services_details_text ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about_2_text ul li,
.about_2_text ol li,
.about_page_welcome_text ul li,
.about_page_welcome_text ol li,
.services_details_text ul li,
.services_details_text ol li {
    font-size: 18px;
    color: #002633;
    padding-left: 30px;
    position: relative;
    margin-top: 20px;
    width: 50%;
}

.about_2_text ul li::after,
.about_2_text ol li::after,
.about_page_welcome_text ul li::after,
.about_page_welcome_text ol li::after,
.services_details_text ul li::after,
.services_details_text ol li::after {
    position: absolute;
    content: "";
    background: url(../images/about_welcome_icon.png);
    width: 20px;
    height: 20px;
    top: 4px;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about_page_about_img {
    position: relative;
    margin-bottom: 20px;
}

.about_page_about_img::after {
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 20px solid  #026bc6;
    top: 50px;
    right: 50px;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: -1;
    animation: about_animi linear 1s infinite alternate;
    -webkit-animation: about_animi linear 1s infinite alternate;
    display:none;
}

@keyframes about_animi {
    from {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    to {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
}


.common_btn:hover,
.common_btn:focus {
    animation: pulse 1s;
    box-shadow: 0 0 0 1em transparent;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #faa392;
    }
}


.about_page_about_img .img_1 {
    width: 485px;
    height: 535px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.about_page_about_img .img_2 {
    width: 300px;
    height: 350px;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    bottom: 50px;
    right: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.about_page_about_img p {
    font-size: 44px;
    font-weight: 700;
    background: #002633;
    color: #fff;
    padding: 20px;
    text-align: center;
    max-width: 220px;
    position: absolute;
    bottom: -20px;
    right: 120px;
    border-radius: 5px;
}

.about_page_about_img p span {
    font-size: 24px;
    color: #fff;
    display: block;
}

.about_page_about_text p {
    margin-bottom: 25px;
}

.award_text p {
    margin-top: 20px;
}

.award_text ul li,
.award_text ol li,
.about_page_about_text ul li,
.about_page_about_text ol li {
    margin-top: 8px;
}

.award_text ul li h3, .award_text ol li h3, .about_page_about_text ul li h3, .about_page_about_text ol li h3 {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	padding-left: 30px;
	position: relative;
	line-height: 30px;
}

.award_text ul li h3::after, .award_text ol li h3::after, .about_page_about_text ul li h3::after, .about_page_about_text ol li h3::after {
	position: absolute;
	content: "\f00c";
	font-family: "font awesome 5 free";
	font-size: 10px;
	color: #fff;
	top: 7px;
	left: 0;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	background:  #026bc6;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.award_text ul li p,
.award_text ol li p,
.about_page_about_text ul li p,
.about_page_about_text ol li p {
    margin-top: 10px;
}

.about_page_about_text a {
    margin-top: 25px;
}

.mission_text h3 {
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.mission_text p {
    text-align: center;
}

.mission_video_area {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 550px;
    margin-bottom: 300px;
}

.mission_video {
    padding: 25px;
    background:  #026bc6;
    border-radius: 5px;
    position: relative;
    bottom: -400px;
    height: 450px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.mission_video img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.mission_video a,
.services_det_video a {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 35px;
    transform: translate(-50%, -50%);
    background: #fff;
    color:  #026bc6 !important;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.mission_video a::before,
.services_det_video a::before {
    border: 10px solid #fff;
}

.vission_text p {
    margin-top: 20px;
}

.vission_text ul li,
.vission_text ol li {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #002633;
    position: relative;
    padding-left: 30px;
    margin-top: 20px;
}

.vission_text ul li::after,
.vission_text ol li::after {
    position: absolute;
    content: "\f058";
    font-family: "font awesome 5 free";
    font-size: 20px;
    font-weight: 600;
    color: #002633;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.vission_img_large {
    height: 400px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.vission_img_small {
    height: 170px;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.partnership h2 {
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 35px;
    text-transform: capitalize;
}

.partner_single {
    height: 450px;
    position: relative;
    overflow: hidden;
    margin-top: 25px;
}

.partner_single img {
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.partner_overlay {
    position: absolute;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.partner_overlay h3 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    background:  #026bc6;
    color: #fff;
    padding: 5px 20px 7px 20px;
    border-radius: 5px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.partner_single:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.partner_single:hover .partner_overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 38, 51, 0.6);
}

.partner_single:hover h3 {
    background: transparent;
}

.award_img {
    height: 440px;
    padding: 20px;
    position: relative;
    margin-right: 30px;
}

.award_img::after,
.award_img::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    background:  #026bc6;
    top: 0;
    right: 0;
    z-index: -1;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.award_img::before {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
}

.award_img img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.award_img .award_small_img {
    width: 300px;
    height: 240px;
    border-radius: 10px;
    overflow: hidden;
    background: #fceae8;
    padding: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.award_text h4 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.award_text ul,
.award_text ol {
    display: flex;
    flex-wrap: wrap;
}

.award_text ul li,
.award_text ol li {
    width: 50%;
}


/*================================
    CONTACT US PAGE START
================================*/
.contact_info {
    margin: 0;
    margin-top: 55px;
}

.contact_map {
    width: 100%;
    height: 485px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.contact_map iframe {
    width: 100%;
    height: 100%;
}

.contact_form h2 {
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.contact_form input,
.contact_form textarea {
    background: #edf6ff;
    border-radius: 5px;
    border: none;
    margin-top: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.contact_form input::placeholder,
.contact_form textarea::placeholder {
    color: #002633;
}

.contact_form button {
    width: 100%;
    padding: 15px 30px;
    text-align: center;
    margin-top: 15px;
}

.contact_form button::after,
.contact_form button::before {
    display: none;
}



/* FUTURED SERVICES START */
.featured_service_single,
.contact_info {
    background: #edf6ff;
    padding: 15px 15px 0px 15px;
    border-radius: 10px;
    position: relative;
    padding-top: 100px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    height:100%;
}

.featured_service_single span,
.contact_info span {
    display: block;
    width: 90px;
    height: 102px;
    background: url(/cdn/shop/files/featured_servoce_shape.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    line-height: 100px;
    font-size: 40px;
    color:#fff;
    position: absolute;
    top: -30px;
    left: 0;
}

.featured_service_single h3,
.contact_info h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.featured_service_single p,
.contact_info p {
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.featured_service_single:hover,
.contact_info:hover {
    background: #026bc6;
    color:#fff;
}

.featured_service_single:hover h3,
.featured_service_single:hover p,
.contact_info:hover h3,
.contact_info:hover p {
    color:#fff;
}
.contact_info:hover a {
    color:#fff;
}

.contact__button {
    margin-top: 0rem;
    z-index: 0;
    position: relative;
    display:grid;
}
.contact__button .button {
    font-size:2rem!important;
    padding:1rem 4rem!important;
    border-radius:50px;
}

.contact__button .button:hover {color:#fff!important; background:#026bc6;}

 a.header__icon--cart {pointer-events:none;}
.footer-menu-1 li a {pointer-events:none;}
.announcement-bar__link li:last-child:hover {
    text-decoration: underline;
    color: #fff;
}

.about-home .image-with-text__media--adapt global-media-settings {margin:0 auto;}
.inner-book {padding-top:20px;}


/* ABOUT START*/
.about_text {
    padding-right: 50px;
}

.about_text_center p {
	color: #002633;
	margin-bottom: 10px;
}

.about_text_center_user_img {
    width: 80px;
    height: 80px;
    margin-right: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.about_text_center_user_text h3 {
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--colorPrimary);
    margin-bottom: 10px;
}

.about_text_center_user_text h3 span {
    font-size: 13px;
    color: #002633;
}

.about_text_center_user_call span {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #000000;
	color: #fff;
	border-radius: 5px;
	margin-right: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 50px;
}

.about_text_center_user_call p {
    text-transform: capitalize;
    margin: 0;
}

.about_text_center_user_call p a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #002633;
    margin-top: 3px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.about_text_center_user_call p a:hover {
    color: var(--colorPrimary);
}

.about_text .description {
    margin: 25px 0px;
}

.about_img {
    position: relative;
    margin: 0px 30px;
    /* width: 550px; */
    height: 500px;
    float: right;
}

.box img {
   transition: all linear .3s;
}

.box img:hover {
	transform: scale(1.1);
}

.about_img img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.about_img .large_img_2,
.about_img .large_img_3 {
    width: 200px !important;
    height: 200px !important;
    position: absolute;
    bottom: -120px;
    left: 20px;
}

.about_img .large_img_3 {
    left: auto;
    right: 20px;
}

.about_img .venobox,
.why_choose_img .venobox {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 20px;
    background: #0d6efd;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -40px;
    transition: all linear .3s;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.about_img .venobox::after,
.why_choose_img .venobox::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    border: 5px solid #bfbfbf;
    top: -10px;
    left: -10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.about_img .venobox:hover,
.why_choose_img .venobox:hover {
    background: #002633;
}

/* ABOUT END*/

.about .section_heading h5::after {display:none;}
.about .section_heading h5 {
    padding-right: 20px;
    padding-left:0;
}



h2.agrs__widget-title {
    display: none!important;
}
.agrs__card__reviewer-photo img {
    width: 40px!important;
    height: 40px!important;
}
.agrs__carousel1 .agrs__card, .agrs__carousel2 .agrs__card, .agrs__carousel3 .agrs__card, .agrs__grid .agrs__card, .agrs__brick .agrs__card, .agrs__list .agrs__card, .agrs__plain_grid1 .agrs__card {
    
    min-height: 160px;
}
.vbox-container img {
    max-width: 100%;
    height: 100vh!important;
}
.contact_info a {
    color: #000;
}