section {
padding: 60px 0;
overflow: hidden;
}
.section-header {
text-align: center;
padding-bottom: 40px;
}
.section-header h2 {
font-size: 13px;
letter-spacing: 1px;
font-weight: 700;
margin: 0;
color: #4154f1;
text-transform: uppercase;
}
.section-header p {
margin: 10px 0 0 0;
padding: 0;
font-size: 38px;
line-height: 42px;
font-weight: 700;
color: #012970;
}
@media (max-width: 768px) {
.section-header p {
font-size: 28px;
line-height: 32px;
}
}
@media screen and (max-width: 768px) {
[data-aos-delay] {
transition-delay: 0 !important;
}
}
.header {
transition: all 0.5s;
z-index: 997;
padding: 20px 0;
}
.header.header-scrolled {
background: #fff;
padding: 15px 0;
box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}
.header .logo {
line-height: 0;
}
.header .logo img {
max-height: 40px;
margin-right: 6px;
}
.header .logo span {
font-size: 30px;
font-weight: 700;
letter-spacing: 1px;
color: #ed1f1f;
font-family: "Nunito", sans-serif;
margin-top: 3px;
}
.navbar {
padding: 0;
}
.navbar ul {
margin: 0;
padding: 0;
display: flex;
list-style: none;
align-items: center;
}
.navbar li {
position: relative;
}
.navbar a,
.navbar a:focus {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 0 10px 30px;
font-size: 16px;
font-weight: 700;
color: #013289;
white-space: nowrap;
transition: 0.3s;
}
.navbar a i,
.navbar a:focus i {
font-size: 12px;
line-height: 0;
margin-left: 5px;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
color: #4154f1;
}
.navbar .getstarted,
.navbar .getstarted:focus {
background: #4154f1;
padding: 8px 20px;
margin-left: 30px;
border-radius: 4px;
color: #fff;
}
.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
color: #fff;
background: #5969f3;
}
/**
* Mobile Navigation
*/
.mobile-nav-toggle {
color: #012970;
font-size: 28px;
cursor: pointer;
display: none;
line-height: 0;
transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
color: #fff;
}
@media (max-width: 991px) {
.mobile-nav-toggle {
display: block;
}
.navbar ul {
display: none;
}
}
.navbar-mobile {
position: fixed;
overflow: hidden;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: rgba(1, 22, 61, 0.9);
transition: 0.3s;
}
.navbar-mobile .mobile-nav-toggle {
position: absolute;
top: 15px;
right: 15px;
}
.navbar-mobile ul {
display: block;
position: absolute;
top: 55px;
right: 15px;
bottom: 15px;
left: 15px;
padding: 10px 0;
border-radius: 10px;
background-color: #fff;
overflow-y: auto;
transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
padding: 10px 20px;
font-size: 15px;
color: #012970;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
color: #4154f1;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
margin: 15px;
}
.hero {
width: 100%;
height: 100vh;
background: url(../img/hero-bg.png) top center no-repeat;
background-size: cover;
}
.hero h1 {
margin: 0;
font-size: 48px;
font-weight: 700;
color: #012970;
}
.hero h2 {
color: #444444;
margin: 15px 0 0 0;
font-size: 26px;
}
.hero .btn-get-started {
margin-top: 30px;
line-height: 0;
padding: 15px 40px;
border-radius: 4px;
transition: 0.5s;
color: #fff;
background: #9207ab;
box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}
.hero .btn-get-started span {
font-family: "Nunito", sans-serif;
font-weight: 600;
font-size: 16px;
letter-spacing: 1px;
}
.hero .btn-get-started i {
margin-left: 5px;
font-size: 18px;
transition: 0.3s;
}
.hero .btn-get-started:hover i {
transform: translateX(5px);
}
.hero .hero-img {
text-align: right;
}
@media (min-width: 1024px) {
.hero {
background-attachment: fixed;
}
}
@media (max-width: 991px) {
.hero {
height: auto;
padding: 120px 0 60px 0;
}
.hero .hero-img {
text-align: center;
margin-top: 80px;
}
.hero .hero-img img {
width: 80%;
}
}
@media (max-width: 768px) {
.hero {
text-align: center;
}
.hero h1 {
font-size: 32px;
}
.hero h2 {
font-size: 24px;
}
.hero .hero-img img {
width: 100%;
}
}
.about .content {
background-color: #f6f9ff;
padding: 40px;
}
.about h3 {
font-size: 14px;
font-weight: 700;
color: #4154f1;
text-transform: uppercase;
}
.about h2 {
font-size: 24px;
font-weight: 700;
color: #012970;
}
.about p {
margin: 15px 0 30px 0;
line-height: 24px;
}
.services .service-box {
box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
height: 100%;
padding: 60px 30px;
text-align: center;
transition: 0.3s;
border-radius: 5px;
}
.services .service-box .icon {
font-size: 36px;
padding: 40px 20px;
border-radius: 4px;
position: relative;
margin-bottom: 25px;
display: inline-block;
line-height: 0;
transition: 0.3s;
}
.services .service-box h3 {
color: #444444;
font-weight: 700;
}
.services .service-box .read-more {
display: inline-flex;
align-items: center;
justify-content: center;
font-weight: 600;
font-size: 16px;
padding: 8px 20px;
}
.services .service-box .read-more i {
line-height: 0;
margin-left: 5px;
font-size: 18px;
}
.services .service-box.blue {
border-bottom: 3px solid #2db6fa;
}
.services .service-box.blue .icon {
color: #2db6fa;
background: #dbf3fe;
}
.services .service-box.blue .read-more {
color: #2db6fa;
}
.services .service-box.blue:hover {
background: #2db6fa;
}
.services .service-box.orange {
border-bottom: 3px solid #f68c09;
}
.services .service-box.orange .icon {
color: #f68c09;
background: #fde3c4;
}
.services .service-box.orange:hover {
background: #f68c09;
}
.services .service-box.green {
border-bottom: 3px solid #08da4e;
}
.services .service-box.green .icon {
color: #08da4e;
background: #cffddf;
}
.services .service-box.green:hover {
background: #08da4e;
}
.services .service-box.red {
border-bottom: 3px solid #e9222c;
}
.services .service-box.red .icon {
color: #e9222c;
background: #fef7f8;
}
.services .service-box.red:hover {
background: #e9222c;
}
.services .service-box.purple {
border-bottom: 3px solid #b50edf;
}
.services .service-box.purple .icon {
color: #b50edf;
background: #f8e4fd;
}
.services .service-box.purple:hover {
background: #b50edf;
}
.services .service-box.pink {
border-bottom: 3px solid #f51f9c;
}
.services .service-box.pink .icon {
color: #f51f9c;
background: #feecf7;
}
.services .service-box.pink:hover {
background: #f51f9c;
}
.services .service-box:hover h3,
.services .service-box:hover p {
color: #fff;
}
.services .service-box:hover .icon {
background: #fff;
}
.contact .info-box {
color: #444444;
background: #fafbff;
padding: 30px;
}
.contact .info-box i {
font-size: 38px;
line-height: 0;
color: #4154f1;
}
.contact .info-box h3 {
font-size: 20px;
color: #012970;
font-weight: 700;
margin: 20px 0 10px 0;
}
.contact .info-box p {
padding: 0;
line-height: 24px;
font-size: 12px;
margin-bottom: 0;
}
.contain_smo ul {
position: absolute;
left: 50%;
transform: translate(-50%, 50%);
display: flex;
margin: 0;
padding: 0;
}
.contain_smo ul li {
list-style: none;
margin: 0 5px;
}
.contain_smo ul li a .fa {
font-size: 40px;
color: #262626;
line-height: 80px;
transition: 0.5s;
padding-right: 14px;
}
.contain_smo ul li a {
text-decoration: none;
display: block;
width: 210px;
height: 80px;
}
.flip-in-ver-left img {
width: 100%;
}
.social-media-icon-section {
background: linear-gradient(135deg, rgb(255 185 27) 0%, rgb(255 96 96) 100%);
height: 400px;
}
.faq .accordion-button,
.faq .accordion-button:not(.collapsed) {
color: #000;
background-color: #f3f3f3;
padding-left: 20px;
}
.faq .accordion-body {
padding-top: 10px;
padding-left: 20px;
}
.faq {
background-color: #03a9f4;
}
.smm-content {
background: url(../img/back.png) no-repeat;
width: 100%;
background-size: cover;
padding: 10px;
box-shadow: 4px -3px 20px 1px #bfbfbf6b;
border-radius: 10px;
height: 400px;
}
.smm-content h4 {
color: #3f79b5;
font-weight: bold;
}
.back-to-top {
position: fixed;
visibility: hidden;
opacity: 0;
right: 15px;
bottom: 15px;
z-index: 99999;
background: #4154f1;
width: 40px;
height: 40px;
border-radius: 4px;
transition: all 0.4s;
}
.back-to-top i {
font-size: 24px;
color: #fff;
line-height: 0;
}
.back-to-top:hover {
background: #6776f4;
color: #fff;
}
.back-to-top.active {
visibility: visible;
opacity: 1;
}
.terms-condition .info-box {
background: #b9e9ff;
padding: 20px;
}
.info-box2 {
background: #ffc107d1;
padding: 20px;
}