<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    font-family: lato;
}

html {
    scroll-behavior: smooth;
  }

.bg-header {
    background: rgb(247,101,41);
background: linear-gradient(119deg, rgba(247,101,41,1) 0%, rgba(89,27,1,1) 100%);
}

.navbar-brand img {
    width: 270px;
}
.header {
    height: 60px;
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.1);
}

.header .header-topbar {
    padding-top: 10px;
}

.header a {
    text-decoration: none;
    color: #f4f4f4 !important;
    transition: color 0.3s ease;
    font-size: 13px;
}

.header i {
    font-size: 16px;
    color: #ffffff;
    margin-right: 8px;
}

.header .list-unstyled li {
    margin-right: 10px;
    align-items: center;
    display: flex;
}

nav {
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.1);
    padding: 0 !important;
}

nav .navbar-nav .nav-item {
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
    position: relative;
    padding: 10px o;
    margin-right: 25px;
}

nav .navbar-nav .nav-item a {
    color: #000000 !important;
}

.btn-primary {
    color: #ffffff;
    background-color: #2f79b8;
    height: 50px;
    min-width: 150px;
}


/* Footer */
img {
    max-width: 100%;
    height: auto;
}

section {
    padding: 60px 0;
    /* min-height: 100vh;*/
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-area {
    border-bottom: 1px solid #353C46;
}

.contact-content p {
    font-size: 15px;
    margin: 30px 0 60px;
    position: relative;
}

.contact-content p::after {
    background: #353C46;
    bottom: -30px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 80%;
}

.contact-content h6 {
    color: #cfd6e0;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}

.contact-content span {
    color: #353c47;
    margin: 0 10px;
}

.contact-social {
    margin-top: 30px;
}

.contact-social&gt;ul {
    display: inline-flex;
}

.contact-social ul li a {
    border: 1px solid #cfd6e0;
    color: #cfd6e0;
    display: inline-block;
    height: 40px;
    margin: 0 10px;
    padding-top: 7px;
    transition: all 0.4s ease 0s;
    width: 40px;
    border-radius: 50px;
}

.contact-social ul li a:hover {
    border: 1px solid #fb0000;
    color: #ffffff;
    background-color: #fd0000;
}

.contact-content img {
    width:320px;
}

section.footer, footer {
    background: #000000;
    color: #cfd6e0;
}

footer p {
    padding: 40px 0;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
}

footer img {
    width: 44px;
}

/* Curve Top */
.main-section {
    background-color: #2f79b8;
    position: relative;
    padding-bottom: 220px;
}

.curve-top-shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    transform: rotate(180deg);
}

.curve-top-shape .curve-svg {
    height: 48px;
    width: 100%;
}

.curve-top-shape .curve-path {
    fill: #ffffff;
    transform-origin: center;
    transform: rotateY(0);
}

.page-title {
    color: #ffffff;
    font-size: 50px;
    max-width: 800px;
    margin: 0px auto;
    text-shadow: 2px 2px 8px #212529;
}

.page-desc {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 20px;
}

.page-desc span {
    font-size: 40px;
}

.bg-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: rgb(188 73 26 / 71%);
}

.bg-overlay:before {
    opacity: 0.25;
    background-color: transparent;
    background-image: linear-gradient(180deg, rgb(0, 34, 108) 0%, rgba(255, 255, 255, 0) 70%);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

section.fancybox {
    position: relative;
}

section.fancybox .fancybox-item {
    position: relative;
    z-index: 9999;
    border-radius: 10px;
    padding: 36px 40px 40px;
    background-color: #ffffff;
    box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.12);
    transition: all 0.3s ease;
    margin-bottom: 45px;
    margin-top: -150px;
    text-align: center;
}
@media only screen and (max-width: 600px) {
    section.fancybox .fancybox-item { 
        margin-top: 0;
    }
  }

.fancybox-title {
    font-size: 20px;
    color: #343a40;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    margin-top: 25px;
}

.fancybox-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #828599;
}

.fancybox-img {
    width: 120px;
    margin: 0px auto;
    text-align: center;
}

.fancybox-item:hover {
    transform: translateY(-10px);
    background-color: #cccccc;
}

.about-section {
    /* background-image: linear-gradient(90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 3%, rgb(246, 247, 248) 80%); */
    /* height: 500px; */
    padding: 50px 0 0 0;
}
.about-section .sec-title {
    text-align: center;
}
.about-section .sec-title h1 {
    font-size: 36px;
    color: #f24406;
    font-weight: bold;
}
.about-section  p {
    /* font-size: 14px; */
    max-width: 850px;
    margin: 0px auto;
}
.about-section img {
    width: 100%;
    max-width: 600px;
    margin-top: 35px;
}
.about-image {
    border: 1px solid blue;
    padding: 10px;
    margin-top: 10px !important;
    max-width: 100% !important;
}

/*
7.Newsletter Section
=======================*/
.newsletter-sec {
    background: #1fa7ec none repeat scroll 0 0;
    padding: 50px 0;
  }
  
  .newsletter-left  h1 {
    color: #1fa7ec !important;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
  }
  .newsletter-left  p {
    color: #1fa7ec !important;;margin-bottom:0px
  }
 
  .newsletter-right input[type="submit"] {
    background: #ff7b00;
    border: 1px solid #ff7b00;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 25px;
    border-radius: 3px;
  }
 .contact_btn_ {
    color: #ffffff;
    background-color: #ff7b00 !important;
    margin-top: 10px;
 }


 

.border {
	display: inline-block;
	position: relative;
	border: 1px solid #ccc;
	padding: 5px;
	background: #f2f2f2;
	margin-bottom: 30px;
}

.main-feature {
	text-align: center;
	background: #fff;
	border-bottom: 2px solid #000;
	padding: 20px 19px !important;
	min-height: 218px;
	margin-bottom: 15px;
    border-radius: 5px;
}


/* .main-feature img {width:90px ;margin:0px auto;} */

.main-feature h3 {
	font-size: 18px;
	width: 100%;
	margin: 0px auto;
	padding-top: 10px;
	color: #000000 !important;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	color: #000;
	line-height: 1.5;
}

.main-feature p {
	max-width: 250px;
	margin: 0px auto;
	padding-top: 7px;
}

.main-feature img {
	width: 100%;
}

.main-feature i {
	background-color: transparent;
	color: royalblue;
	font-size: 50px;
}

.box-shadow-block:hover {
	-webkit-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
	box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
	transform: translateY(-10px);
}

.box-shadow-block {
	-webkit-box-shadow: 0px 0px 32px 0px rgba(122, 122, 122, 0.1);
	-moz-box-shadow: 0px 0px 32px 0px rgba(122, 122, 122, 0.1);
	-ms-box-shadow: 0px 0px 32px 0px rgba(122, 122, 122, 0.1);
	-o-box-shadow: 0px 0px 32px 0px rgba(122, 122, 122, 0.1);
	box-shadow: 0px 0px 32px 0px rgba(122, 122, 122, 0.1);
	-webkit-transition: box-shadow 0.3s, transform 0.3s;
	-moz-transition: box-shadow 0.3s, transform 0.3s;
	-ms-transition: box-shadow 0.3s, transform 0.3s;
	-o-transition: box-shadow 0.3s, transform 0.3s;
	transition: box-shadow 0.3s, transform 0.3s;
	background: #fff;
	position: relative;
}

.number-box-line {
	border-bottom: 1px dashed #dedede;
	width: 100%;
	margin: 20px auto
}

.number-box-line,
.number-box-line:before {
	content: '';
}

.number-box-line:before {
	display: block;
	margin: auto auto -7.5px;
	height: 15px;
	width: 15px;
	border: 2px solid #3148a0 !important;
	background: #fff;
	border-radius: 50%;
}


.service {
    background-image: url(../images/servicebg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    padding: 50px 0;
}
.service-overlay {
    opacity: 0.95;
    background-color: #f24406bd;
    background-image: linear-gradient(90deg, rgba(37, 55, 69, 0) 0%, rgba(0, 38, 120, 0.04) 3%, rgb(113 37 21) 80%);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.service .sec-title  {
    position: relative;
    text-align: center;
    max-width: 850px;
    margin: 0px auto;
    margin-bottom: 35px;
}
.service .sec-title h1 {
    color: #ffffff;
    font-size: 36px;
}
.service .sec-title p {
    color: #ffffff;
}

.contact-info .sec-title {
        text-align: center;
    }
.contact-info-details {
    border-radius: 10px;
    padding: 36px 40px 40px;
    background-color: #ffffff;
    box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.12);
    transition: all 0.3s ease;
}</pre></body></html>