@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
} article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1.4em;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
} :root {
font-size: 10px;
}
html,
body {
overflow-x: hidden;
}
body {
font-size: 1.8rem;
position: relative;
font-family: "Lato", sans-serif;
}
h1 {
font-size: 4.8rem;
}
h2 {
font-size: 4.2rem;
}
h3 {
font-size: 2.8rem;
}
h4 {
font-size: 2.4rem;
}
h5 {
font-size: 2.2rem;
}
h6 {
font-size: 1.8rem;
}
a,
a:hover,
a:focus {
color: inherit;
text-decoration: none;
display: inline-block;
}
.wrapper {
max-width: 100%;
max-height: 100%;
overflow-x: hidden;
} .bg-red {
background: #ec202f;
}
.bg-blue {
background: #273993;
}
.bg-grey {
background: #f0f0f0;
}
.color-red {
color: #ec202f;
}
.color-blue {
color: #273993;
}
.color-white {
color: #fff;
}
.font-weight-semibold {
font-weight: 600;
}
.font-weight-bold {
font-weight: 700;
} .text-with-icon i {
margin-right: 1rem;
position: relative;
top: 3px;
}
.top-nav {
padding: 1rem 0;
}
.btn-container > *:not(:last-child) {
margin-right: 1.5rem;
}
.btn-c,
.btn-outlined {
padding: 1rem 1.5rem;
border-radius: 50rem;
border: 1px solid;
transition: 0.3s ease-in;
}
.btn-c {
border-color: transparent;
}
a.bg-blue.color-white.btn-c:focus,
a.bg-blue.color-white.btn-c:focus {
border-color: transparent;
color: white !important;
background: #273993;
}
.btn-outlined {
background: transparent;
border: 1px solid;
}
.btn-outlined.color-white {
border-color: #fff;
}
.btn-c:hover {
background: transparent;
}
.btn-c.bg-red:hover {
border-color: #ec202f;
color: #ec202f;
background: #fff;
}
.btn-c.bg-blue:hover {
border-color: #273993;
color: #273993;
background: #fff;
}
.btn-outlined.color-white:hover {
border-color: transparent;
background: #ec202f;
}
.top-nav .btn-c,
.top-nav .btn-outlined {
padding: 0.5rem 1.5rem;
}
header {
padding: 2rem;
}
.logo {
max-width: 24rem;
display: block !important;
}
.logo img {
display: block !important;
}
header .navbar-nav > li {
margin-left: 3rem;
}
header .navbar-nav li a {
text-transform: uppercase;
font-size: 1.5rem;
}
header .navbar-nav li a.btn-c {
padding-top: 1rem;
padding-bottom: 1rem;
}
header .navbar-nav > li > a:hover {
color: #273993;
transition: 0.3s ease;
}
header .navbar-nav .dropdown-menu {
padding: 0;
background: transparent;
padding-top: 1rem;
border: 0;
}
header .navbar-nav .dropdown-menu li a {
text-transform: capitalize !important;
padding: 1rem 2rem;
transition: 0.3s ease;
font-size: 1.6rem;
background: #fff;
border: 1px solid #ddd;
border-top: none;
}
header .navbar-nav .dropdown-menu li:first-child {
border-top: 1px solid #ddd;
}
header .navbar-nav .dropdown-menu li a:hover {
background: #ec202f;
color: #fff;
}
.dropdown:hover .dropdown-menu {
display: block;
margin-top: 0;
}
.hero-section img {
display: block;
}
.hero-section .content {
padding: 0 2rem;
}
.hero-section .content h2 {
font-weight: 300;
line-height: 1.5em;
}
.hero-section .content h2 span {
font-size: 40px;
font-weight: 700;
letter-spacing: 1px;
margin-bottom: 15px;
text-transform: uppercase;
}
.hero-section .content h5 {
margin-top: 2rem;
margin-bottom: 0rem;
padding: 1rem 2rem;
background-color: #fff;
color: #ec202f;
display: inline-block;
border-radius: 50px;
font-weight: 600;
}
.hero-section .content h3 span {
font-weight: 700;
font-size: 3rem;
}
.hero-section .content .btn-c {
margin-top: 1.8rem;
font-size: 1.8rem;
padding: 14px 38px;
}
.hero-section.full-width {
height: 40rem;
position: relative;
}
.hero-section.full-width::after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 2;
background: #fff;
opacity: 0.6;
}
.hero-section.full-width img {
height: 100%;
object-fit: cover;
}
.hero-section.hero-section.full-width .caption {
position: absolute;
z-index: 4;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
}
.hero-section.full-width .main-title span {
color: #273993;
}
section,
footer {
padding: 40px 0;
}
.main-title {
font-weight: 400;
color: #333;
}
.main-title span {
font-weight: 700;
color: #273993;
}
.services-box {
margin: 0 -2.5rem;
margin-top: 3rem;
}
.services-box > * {
width: calc(25% - 5rem);
margin: 2.5rem 2.5rem;
}
.services-box .box {
padding: 1.5rem 2rem;
background: #fff;
text-align: center;
}
.services-box .box h4 {
font-size: 1.8rem;
text-transform: uppercase;
font-weight: 600;
margin-top: 1.5rem;
}
.services-box .box .icon img {
max-height: 8rem;
}
.package-item {
padding: 0 0.5rem;
}
.package {
border: 1px solid #d6d4d4;
border-radius: 10px;
overflow: hidden;
margin-top: 5rem;
}
.package .price {
position: relative;
z-index: 2;
overflow: hidden;
display: flex;
align-items: stretch;
}
.package .package-type {
position: relative;
width: 55%;
padding: 2rem 2rem;
font-size: 2rem;
position: relative;
color: #fff;
background: #273993;
}
.package .package-type:after {
content: " ";
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
background: #273993;
transform-origin: bottom left;
-ms-transform: skew(-18deg, 0deg);
-webkit-transform: skew(-18deg, 0deg);
transform: skew(-18deg, 0deg);
}
.package .package-type p.first {
font-weight: 600;
font-size: 2rem;
color: #fff;
position: relative;
z-index: 9999;
margin-bottom: 0.5rem;
top: -12px;
}
.package .package-type p.second {
color: #fff;
font-weight: 600;
font-size: 1.5rem;
position: relative;
z-index: 9999;
}
.package .actual-price {
width: 70%;
background: #ec202f;
display: flex;
align-items: start !important;
padding-top: 10px;
}
.package .actual-price p.price {
color: #fff;
display: inline-block;
font-size: 3rem;
font-weight: 700;
margin-left: 1.8rem;
}
.package .actual-price p.negotiate {
float: left;
font-size: 1.2rem;
font-weight: 600;
margin-left: 3px;
margin-top: -2px;
color: #fff;
line-height: 1.2;
}
.package .actual-price p.negotiate span {
text-decoration: none;
}
.package .des-pkg {
padding: 1rem;
overflow: hidden;
border-bottom: 1px solid #e0e0e0;
text-align: center;
color: #222;
width: 100%;
}
.package .ul-pkg {
padding: 2.5rem 0;
background: #f6f6f6;
}
.package .ul-pkg ul li {
text-align: center;
padding: 0.5rem 0;
font-size: 1.8rem;
text-transform: capitalize;
}
.package .rush {
font-weight: 700;
color: #121212;
padding: 1rem;
text-align: center;
background: #d7d4d4;
}
.video-section iframe {
height: 40rem;
}
.video-section .content {
padding-left: 2rem;
}
.video-section .content h2 {
margin-bottom: 3rem;
}
.video-section .content p {
margin-top: 2rem;
}
.footer-logo {
max-width: 24rem;
}
.footer-heading {
position: relative;
margin-bottom: 4rem;
font-weight:700;
}
.footer-heading::after {
content: "";
position: absolute;
left: 0;
top: calc(100% + 1rem);
height: 3px;
background: #273993;
width: 4rem;
}
.text-icon-container .text-with-icon {
margin-bottom: 2rem;
color: #333;
}
small {
font-size: 1.4rem;
}
.heading-type-2 {
width: 100%;
padding: 1.5rem;
}
.heading-type-2 h2 {
font-size: 2.8rem;
}
.plan-section .content {
padding-left: 2rem;
}
.plan-section .content ul {
column-count: 2;
margin-top: 3rem;
}
.plan-section .content ul li {
display: flex;
align-items: center;
font-size: 2rem;
margin-bottom: 2rem;
}
.plan-section .content ul li i {
margin-right: 1rem;
flex-shrink: 0;
color: #ec202f;
}
.plan-section .btn-c {
margin-top: 2rem;
}
.custom-content h1,
.custom-content h2,
.custom-content h3,
.custom-content h4,
.custom-content h5,
.custom-content h6 {
font-weight: 700;
margin-top: 2rem;
margin-bottom: 1.5rem;
}
.custom-content p,
.custom-content ul {
margin-bottom: 1rem;
}
.custom-content > *:first-child {
margin-top: 0;
}
.field-single label {
font-weight: 700;
color: #000;
margin-bottom: 1rem;
font-size: 1.6rem;
}
.form-control-c {
width: 100%;
outline: none;
resize: vertical;
border: 1px solid #ddd;
border-radius: 5px;
box-shadow: none;
padding: 1.1rem 1.5rem;
}
.form-control-c:focus {
border-color: #273993;
transition: 0.3s ease;
}
.form-fields > * {
width: calc(50% - 1.5rem);
margin-bottom: 1.5rem;
}
.form-fields.four-col > * {
width: calc(25% - 1.5rem);
}
.form-fields.four-col > *.double-width {
width: 50%;
}
.directory-item {
padding: 2rem 0;
border-bottom: 1px solid #ddd;
}
.directory-item:last-child {
border-bottom: 0;
}
.directory-item .d-logo {
width: 15rem;
display: flex;
align-items: center;
}
.directory-item .d-logo > * {
width: 100%;
height: auto;
}
.directory-item .btn-c {
margin-left: auto;
}
.directory-item .btn-c i {
font-size: 0.8em;
margin-left: 1rem;
}
.directory-item h2 {
font-size: 2.4rem;
margin-left: 3.5rem;
font-weight: 700;
border-left: 2px solid #ccc;
padding-left: 3.5rem;
}
.content.about-us {
padding-left: 2rem;
}
.content.about-us p span {
color: #273993;
font-weight: bold;
}
.content.about-us h3 {
margin-bottom: 2rem;
}
.breadcrumbs.py-0 {
padding-top: 26px !important;
padding-bottom: 26px !important;
background-color: #273993;
}
.breadcrumbs.py-0 .main-title span {
color: #ec202f !important;
}
.breadcrumbs.py-0 .main-title {
color: #fff;
}
.package .actual-price .upto-text {
color: #fff;
content: "";
position: absolute;
right: 0;
bottom: 5px;
font-size: 13px;
left: 0;
text-align: center;
}
.package .actual-price.with-upto-text {
margin-top: -11px;
position: relative;
}
.form-row:not(:first-child) {
margin-top: 3rem;
}
.visible-later {
display: none;
}
.c-table th,
.c-table td {
padding: 1rem 2rem;
}
.c-table thead {
background: #273993;
color: #fff;
}
.single-c-article .article-c-date {
display: flex;
flex-direction: column;
align-items: center;
background: #273993;
justify-content: center;
align-self: flex-start;
padding: 0;
border-radius: 100px;
height: 10rem;
width: 10rem;
padding-top: 0.5rem;
color: #fff;
}
.single-c-article .article-c-date span:nth-child(1) {
font-size: 4.5rem;
font-weight: 700;
margin-bottom: 0.8rem;
}
.single-c-article .article-c-date span:nth-child(2) {
font-size: 1.5rem;
}
.single-c-article .article-c-data {
padding-left: 3rem;
}
.articles-list {
margin-top: 4rem;
}
.single-c-article .article-c-data h3 {
font-weight: 700;
}
.single-c-article .article-c-data > *:not(:last-child) {
margin-bottom: .7rem;
}
.single-c-article .article-c-data .btn-c {
margin-top: 1rem;
}
.single-c-article .article-c-data .author-name {
font-size: 1.4rem;
}
.articles-list .single-c-article:not(:last-child) {
margin-bottom: 6rem;
}
.hash-links a{
color: #ec202f !important;
}
@media(min-width:768px) and (max-width:1500px){
header .navbar-nav > li{
margin-left:15px;
}
}