@import url("fonts.css");

/* Start Main Css */


html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
address,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

img {
    width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

button {
    cursor: pointer;
}

button:focus, button:active, button:hover {
    outline: none !important;
    box-shadow: none !important;
    background-color: inherit;
}

a:focus {
    box-shadow: none;
    outline: none;
}

input {
    outline: none;
}

input:focus, textarea:focus, select:focus {
    outline: none !important;
    box-shadow: none !important;
}

ul li {
    list-style-type: none;
}

main,
nav {
    display: block;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

a {
    background-color: transparent;
}

a:active {
    outline: 0;
}

a,
a:visited,
a:hover,
a:focus {
    text-decoration: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

.search .search-submit,
#comments .submit {
    padding: 10px 15px;
    border-radius: 2px;
    line-height: 1.85714285714286;
    border: 0;
}

.search .site-main .ast-search-submit {
    display: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #eaeaea;
    margin: 0 0px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

fieldset legend {
    margin-bottom: 1.5em;
    padding: 0 0.5em;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.main-container {
    max-width: 1808px;
    width: 100%;
    margin: auto;
    padding: 0px 80px;
}

.heading-1 {
    font-family: 'Lato-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #FFFFFF;
}

.heading-2 {
    font-family: 'Lato-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #282828;
}

.heading-2-center {
    text-align: center;
}

.heading-3 {
    font-family: 'Lato-Bold';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    text-align: left;
    color: #282828;
}

.heading-3-center {
    text-align: center;
}

.heading-3-white {
    color: #FFFFFF;
}

.subtitle-1 {
    font-family: 'Lato-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: left;
    color: #000000;
}

.subtitle-2 {
    font-family: 'Lato-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #282828;
}

.subtitle-3 {
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #969696;
}

.main-text {
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #282828;
}

.main-text-center {
    text-align: center;
}

.main-text-white {
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.main-text-16 {
    font-size: 16px;
    line-height: 22px;
}

.main-text-light {
    font-family: 'Lato-Light';
    font-style: normal;
    font-weight: 300;
}

.main-text-bold {
    font-family: 'Lato-Bold';
    font-style: normal;
    font-weight: 700;
}

.main-btn {
    font-family: 'Lato-Bold';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 15px;
    width: 254px;
    height: 56px;
    background-color: #EF4D37;
    border: 2px solid #EF4D37;
    border-radius: 8px;
    cursor: pointer;
    margin: auto;
}

.main-btn:hover {
    background-color: #FD9789;
    border: 2px solid #FD9789;
}

.main-btn-blue {
    background-color: #13295F;
    border: 2px solid #13295F;
}

.main-btn-blue:hover {
    background-color: #5F77B1;
    border: 2px solid #5F77B1;
}

.main-btn-white {
    color: #13295F;
    background-color: #FFFFFF;
    border: 2px solid #13295F;
}

.main-btn-white-arrow {
    color: #13295F;
    background-color: #FFFFFF;
    border: 2px solid #13295F;
}

.main-btn-white-arrow svg {
    display: inline-block;
    width: 24px;
    margin-left: 16px;
}

.main-btn-white-arrow:hover {
    background-color: #5F77B1;
    border: 2px solid #5F77B1;
    color: #FFFFFF;
}

.main-btn-white-arrow:hover svg path {
    fill: #ffffff;
}

.main-btn-underline {
    text-decoration-line: underline;
}

/* End Main Css */

/* Start Header section css */

.header-section {
    min-height: 91px;
    background: #0C1A3D;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.header-container {
    padding: 21px 80px;
    justify-content: space-between;
}

.header-container, .header-left, .header-right {
    display: flex;
    align-items: center;
}

.header-container .logo {
    margin-right: 115px;
}

.header-container .logo .logo-img {
    width: 105px;
    height: 42px;
}

.header-navbar nav ul {
    display: flex;
    align-items: center;
}

.header-navbar nav ul li {
    padding: 0px 35px;
}

.header-navbar nav ul li a {
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}

.search-wrap {
    position: relative;
    max-width: 254px;
}

.search-wrap input {
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    width: 100%;
    height: 48px;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    background-color: transparent;
    padding-left: 70px;
    position: relative;
}

.search-wrap ::-webkit-input-placeholder { /* Edge */
    color: #FFFFFF;
}

.search-wrap :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #FFFFFF;
}

.search-wrap ::placeholder {
    color: #FFFFFF;
}

.search-wrap button {
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    border: none;
}

.cta-btn-wrap {
    padding-left: 23px;
}

.cta-btn-wrap .main-btn {
    height: 48px;
}

.call-info-wrap {
    padding-left: 80px;
}

.call-info-header {
    font-family: 'Lato-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    padding-bottom: 8px;
}

.call-info-content {
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}
.mobile-nav-icon, .mobile-nav-icon-close {
    display: none;
}

/* End Header section css */

/* Start Top Banner section css */

.banner-section {
    background-image: url("../images/banner-img1.png");
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-origin: border-box;
    min-height: 540px;
    position: relative;
}

.banner-section:after {
    content: "";
    position: absolute;
    background: rgba(9, 34, 84, 0.8);
    min-height: 540px;
    display: block;
    width: 100%;
    top: 0;
    z-index: 0;
}

.banner-container {
    position: relative;
    z-index: 2;
    max-width: 990px;
    width: 100%;
    padding: 135px 16px;
    margin: auto;
    text-align: center;
}

.banner-header {
    margin-bottom: 32px;
}

.banner-content {
    margin-bottom: 72px;
}

/* End Top banner section css */


/* Start section with 2 col css */

.section-col-2 {
    padding-top: 64px;
    padding-bottom: 60px;
}

.section-col-2-main-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-col-2-left, .section-col-2-right {
    width: 50%;
}

.section-col-2-left .section-col-2-img, .section-col-2-right .section-col-2-img {
    max-width: 766px;
    width: 100%;
}

.section-col-2-images-div, .section-col-2-left img, .section-col-2-right img {
    max-width: 670px;
    width: 100%;
}

.section-col-2-left .section-col-2-text,
.section-col-2-right .section-col-2-text {
    max-width: 812px;
    width: 100%;
}

.section-col-2-left {
    padding-right: 70px;
}
.section-col-2-right {
    padding-right: 70px;
    padding-left: 70px;
}
.section-col-header {
    padding-bottom: 16px;
}

.section-col-subheader {
    padding-bottom: 48px;
}

.section-col-2-images-div {
    position: relative;
    margin-bottom: 75px;
}

.section-col-2-images-div:before, .section-col-2-images-div:after {
    content: url("../images/frame-circle.png");
    width: 144px;
    height: 112px;
    display: block;
    position: absolute;
    z-index: 2;
}

.section-col-2-images-div:before {
    bottom: -35px;
    left: 30px;
}

.section-col-2-images-div:after {
    top: 110px;
    right: -115px;
}

.section-col-2-main-img img, .section-col-2-bg-img img {
    border-radius: 0px 32px;
}

.section-col-2-main-img {
    position: relative;
    z-index: 3;
}

.section-col-2-bg-img {
    position: absolute;
    bottom: -75px;
    right: -75px;
    z-index: 1;
}

/* End section with 2 col css */

/* Start section with 3 col css */

.section-col-3 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.section-col-3-header {
    padding-bottom: 48px;
}
.section-col-3-main-cont {
    display: flex;
    justify-content: center;
}
.services-item {
    max-width: 533px;
    width: 100%;
    height: 763px;
    background: #F8FAFB;
    border-radius: 8px;
    padding: 48px;
    margin: 12.5px;
}

.services-item-header {
    max-width: 437px;
    height: 326px;
}
.services-item-content-subheader {
    padding-top: 48px;
    padding-bottom: 16px;
}
.services-item-content-subcontent {
    height: 144px;
    overflow: hidden;
}
.services-item-footer {
    padding-top: 48px;
}
/* End section with 3 col css */

/* Start col-2-information-section css */
.section-col-2-information{
    background: #F8FAFB;
    margin-top: 120px;
}
.section-col-2-info-container {
    padding: 48px 80px;
    display: flex;
    align-items: center;
}
.section-col-2-info-left {
    padding-right: 82px;
}
.section-col-2-info-right {
    padding-left: 82px;
}
.section-col-2-info-img {
    width: 532px;
    position: relative;
}
.section-col-2-info-text {
    max-width: 951px;
    width: 100%;
}
.section-col-info-header {
    padding-bottom: 32px;
}
.section-col-2-info-image img {
    position: relative;
    top: -128px;
}
.section-col-info-footer {
    display: flex;
    justify-content: space-between;
    padding-top: 64px;
}
.section-col-info-footer-item {
    max-width: 200px;
    width: 100%;
    padding: 11px;
    text-align: center;
}
.section-col-info-footer-header {
    padding-bottom: 33px;
}
.section-col-info-footer-header {
    font-family: 'Lato-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
}
.section-col-info-footer-header .info-number {
    display: block;
}
.section-col-info-footer-header.info-number-blue {
    color: #5F77B1;
}
.section-col-info-footer-header.info-number-red {
    color: #EF4D37;
}
.section-col-info-footer-header.info-number-yellow {
    color: #FCE53F;
}
/* End col-2-information-section css */

/* Start Slider Component css */

.slider-section-container {
    max-width: 1520px;
    padding: 0px 45px;
    margin: 120px auto;
}
.slider-section-title.heading-2 {
    text-align: center;
    padding-bottom: 48px;
}
.slider-section .owl-dots {
    display: none;
}
.slider-section {
    position: relative;
}
.slider-header-title, .slider-header-subtitle {
    text-align: center;
    padding-bottom: 4px;
}
.slider-header-subtitle {
    font-family: 'Lato-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #83A7B8;
}
.slider-item.item {
    max-width: 490px;
    width: 100%;
    height: 225px;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 24px;
    margin: 0px auto 10px auto;
}
.slider_div .owl-nav button {
    position: absolute;
    top: 45%;
}

.slider_div .owl-nav button.owl-prev {
    left: -38px;
}

.slider_div .owl-nav button.owl-next {
    right: -38px;
}
/* End Slider Component css */

/* Start Buttons Popups css */

.popup-section {
    margin: 60px auto;
    background: #F8FAFB;
}
.popup-section-container {
    padding-bottom: 48px;
    padding-top: 48px;
    max-width: 800px;
}
.popup-section-header {
    padding-bottom: 32px;
}
.popup-section-footer {
    padding-top: 48px;
}
.popup-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-btns .wrap-text {
    padding: 0px 45px;
}
.main-contact-us-section.home-contact-us {
    background: #0C1A3D;
}
.main-contact-us-section.home-contact-us .main-contact-us-form .main-contact-us-header .main-contact-us-header-title,
.main-contact-us-section.home-contact-us .main-contact-us-form .main-contact-us-content label {
    color: #FFFFFF;
}
.main-contact-us-section.home-contact-us .main-contact-us-form .main-contact-us-footer {
    justify-content: flex-start;
}
.main-contact-us-section.home-contact-us .main-btn {
    margin: 0;
}
.popup-open-wrap {
    position: fixed;
    top: 130px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 812px;
    z-index: 9;
    display: none;
}
.popup-open-wrap.open {
    display: block;
}
.popup-close-btn {
    position: absolute;
    top: 45px;
    right: 60px;
    cursor: pointer;
}
/* End Buttons Popups css */

/*Start Main Contact Us component css*/

.main-contact-us-section {
    width: 812px;
    height: 802px;
    padding: 32px 48px;
    background: #EFF1F7;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.main-contact-us-form .main-contact-us-header .main-contact-us-header-title {
    font-family: 'Lato-Bold';
    font-size: 32px;
    line-height: 38px;
    color: #282828;
    margin-bottom: 32px;
}
.main-contact-us-form .main-contact-us-content .main-contact-us-content-row-1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main-contact-us-form .main-contact-us-content .main-contact-us-content-input {
    margin-bottom: 24px;
}
.main-contact-us-form .main-contact-us-content label {
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #282828;
    margin-bottom: 16px;
    display: block;
}
.main-contact-us-form .main-contact-us-content input {
    font-family: 'Lato-Regular';
    padding: 15px 16px 15px 24px;
    width: 346px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 8px;
    font-size: 18px;
    line-height: 24px;
    color: #969696;
}
.main-contact-us-form .main-contact-us-content .main-contact-us-content-input-select {
    position: relative;
}
.main-contact-us-form .main-contact-us-content select {
    padding: 15px 16px 15px 24px;
    font-family: 'Lato-Regular';
    width: 716px;
    height: 56px;
    font-size: 18px;
    line-height: 24px;
    color: #969696;
    background: #FFFFFF;
    border-radius: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.main-contact-us-form .main-contact-us-content .main-contact-us-content-select-arrow {
    position: absolute;
    right: 15px;
    top: 22px;
}
.main-contact-us-form .main-contact-us-content textarea {
    padding: 15px 16px 15px 24px;
    font-family: 'Lato-Regular';
    width: 716px;
    height: 160px;
    font-size: 18px;
    line-height: 24px;
    color: #969696;
    background: #FFFFFF;
    border-radius: 8px;
}
.main-contact-us-form .main-contact-us-footer {
    display: flex;
    justify-content: flex-end;
}
/*End Main Contact Us component css*/

/*Start Trending Articles component css*/
.trending-articles-section {
    width: 100%;
}

.trending-articles-container {
    max-width: 1420px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 120px;
}

.trending-articles-container .trending-articles-header-title {
    text-align: center;
    margin-bottom: 48px;
}

.trending-articles-content .trending-articles-content-header .trending-articles-content-header-title {
    color: #282828;
    padding-bottom: 16px;
}

.trending-articles-content .trending-articles-content-header .trending-articles-content-header-subtitle {
    font-family: 'Lato-Regular';
    font-size: 16px;
    line-height: 22px;
    color: #969696;
    padding-bottom: 16px;
}

.trending-articles-container .trending-articles-content {
    display: flex;
    justify-content: space-between;
}

.trending-articles-container .trending-articles-content-item {
    max-width: 500px;
    width: 100%;
    padding: 0px 41px;
}

.trending-articles-container .trending-articles-content-content {
    font-family: 'Lato-Regular';
    font-size: 18px;
    line-height: 24px;
    color: #282828;
    padding-bottom: 24px;
}

.trending-articles-container .trending-articles-footer {
    display: flex;
    justify-content: center;
    padding-top: 67px;
}

.trending-articles-footer .trending-articles-footer-read-more {
    font-family: 'Lato-Medium';
    width: 534px;
    height: 56px;
    border: 2px solid #092254;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #092254;
    font-size: 18px;
    line-height: 27px;
}

.trending-articles-footer .trending-articles-footer-read-more span {
    margin-right: 16px;
}

.trending-articles-footer .trending-articles-footer-read-more:hover {
    background: #5F77B1;
    color: white;
    border: 2px solid #5F77B1;
}

.trending-articles-footer .trending-articles-footer-read-more:hover svg path {
    fill: white;
}

.trending-articles-content-footer .trending-articles-content-footer-lear-more {
    font-family: 'Lato-Bold';
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #13295F;
}

.trending-articles-content-footer .trending-articles-content-footer-lear-more:hover {
    color: #5F77B1;
}

.trending-articles-content-footer .trending-articles-content-footer-lear-more span {
    margin-right: 9px;
}

.trending-articles-content-footer .trending-articles-content-footer-lear-more:hover svg path {
    fill: #5F77B1;
}

/*End Trending Articles component css*/

/*Start Footer component css*/
.footer-section {
    background: #0C1A3D;
}
.footer-container {
    padding-top: 48px;
    padding-bottom: 48px;
}
.footer-container-header {
    display: flex;
    justify-content: space-between;
}
.footer-container-header>div {
    width: 25%;
}
.footer-navbar label.subtitle-1 {
    color: #FFFFFF;
}
.footer-navbar ul {
    padding-top: 16px;
}
.footer-navbar ul li {
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    padding-bottom: 16px;
}
.footer-navbar ul li a {
    color: #FFFFFF;
}
.footer-navbar ul li svg {
    margin-right: 16px;
}
.footer-container-footer {
    border-top: 1px solid #E6E8E9;
    padding-top: 40px;
    margin-top: 56px;
}
.footer-bottom-text {
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #F8FAFB;
    text-align: center;
}

.footer-navbar.logo-div .logo {
    width: 105px;
    height: 42px;
}
.footer-navbar.logo-div .social-wrap ul {
    display: flex;
}
.footer-navbar.logo-div .main-text.footer-text {
    color: #FFFFFF;
    padding-top: 30px;
    padding-bottom: 30px;
}
/*End Footer component css*/

