/*
Theme Name: Shah fi
Author: Saman Masoomi
Author URI: https://imsaman.ir
Email : masoomi.net@gmail.com
Version: 2.0
*/

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%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: "Montserrat";
    box-sizing: border-box;
    overflow-x: hidden;
    position: relative;
    width: 100%;
}

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;
}

a {
    text-decoration: none;
}

textarea:focus,
input:focus {
    outline: none;
}

@font-face {
    font-family: "Montserrat";
    src: url('_Fonts/Montserrat/Montserrat-Regular.ttf');
url('_Fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url('_Fonts/Montserrat/Montserrat-Light.ttf');
url('_Fonts/Montserrat/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url('_Fonts/Montserrat/Montserrat-Bold.ttf');
url('_Fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url('_Fonts/Montserrat/Montserrat-Black.ttf');
url('_Fonts/Montserrat/Montserrat-Black.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0a1833;
}

p {
    color: #181818;
    line-height: 1.8;
    font-size: 16px;
}

:root {
    --main-color: #002f6c;
}

.index-container {
    position: relative;
    height: 120%;
    overflow-x: hidden;
}

.index-container-bg {
    width: 130%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    z-index: -1;
    /*box-shadow: 0 18px 21px 0.42px rgba(40, 57, 115, 0.44);*/
    background-color: #0a1833;
    bottom: 0;
    left: 0;
    background-image: url("_IMG/index_bg.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.index-container-shadow-mob {
    width: 120%;
    height: 180px;
    border-bottom-right-radius: 40px;
    background-color: #004db6;
    overflow: hidden;
    margin-top: 130px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 10%;
    transform: translate(-8%, 37px) rotate(-5deg);

}

.index-container-shadow-mob h2 {
    font-size: 19px;
    text-align: center;
    line-height: 1.6;
    font-weight: 400;
    color: #fff;
    padding: 0 10px;
}

.index-container-shadow-mob h2 span {
    font-weight: 500;
}

.index-video iframe {
    width: 100%;
    height: 350px;
    border-radius: 10px;
}

body.index {
    height: 100vh;
}

.index-content {
    height: 60%;
}

.index-content .central {
    align-items: center;
    height: 100%;
}

#page {
    overflow-x: hidden;
}

.mob-nav {
    float: right;
}

.mob-nav i {
    margin-top: -3px;
    font-size: 33px;
    color: #000;
}

.index-container header {
    padding-top: 12px;
}

a.button {
    background-color: #004db6;
    border-radius: 20px;
    padding: 12px 30px;
    color: #fff;
}

.desk-nav,
.desk-nav > ul {
    height: 100%;
}

.desk-nav ul.menu {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.desk-nav .sub-menu {
    width: 240px;
    padding: 0 20px;
    background-color: #fff;
    height: auto;
    border-radius: 5px;
    top: 50px;
    left: 0;
    transition: all .4s;
    transform: translateY(20px);
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.desk-nav li {
    margin-left: 40px;
}

.desk-nav li:first-child {
    margin-left: 0;
}

.desk-nav a {
    color: #232323;
}

.desk-nav ul.menu .have-submenu {
    position: relative;
}

.desk-nav ul.menu .have-submenu:after {
    content: '\f105';
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    position: absolute;
    top: 3px;
    right: -16px;
    color: #474747;
    font-size: 13px;
    transition: all .2s;
}

.desk-nav ul.menu .more-submenu:after {
    content: '\f105';
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    position: absolute;
    top: 5px;
    right: 0;
    color: #474747;
    font-size: 13px;
    transition: all .2s;
}

.desk-nav ul.sub-menu .have-submenu:after {
    color: #474747;
    right: 0;
}

.desk-nav ul.menu > .have-submenu:hover:after {
    transform: rotate(90deg);
}

.desk-nav ul.menu li ul {
    position: absolute;
}


.desk-nav ul li ul li,
.desk-nav .more-submenu li {
    width: 100%;
    margin: 25px 0;
}


.desk-nav ul.menu li ul a {
    color: #000;
    font-size: 13px;
    line-height: 1.5;
}

.desk-nav ul.menu li .sub-menu:before {
    content: '';
    width: 100%;
    height: 40px;
    position: absolute;
    top: -40px;
    left: 0;
}

.desk-nav ul.menu .have-submenu:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.sub-menu .sub-menu {
    width: 230px;
    padding: 0 25px;
    background-color: #fff;
    height: auto;
    border-radius: 5px;
    top: -20px;
    left: 230px;
    transition: all .4s;
    transform: translateX(20px);
    visibility: hidden;
    opacity: 0;
    position: relative;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.sub-menu .more-submenu {
    position: relative;
}

.desk-nav ul.menu li .sub-menu .sub-menu:before {
    content: '';
    width: 30px;
    height: 100%;
    position: absolute;
    left: -30px;
    top: 0;
}

.desk-nav .more-submenu:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#sample {
    background-color: #e6e8ea;
    border-radius: 3px;
    height: 27px;
    margin-right: 60px;
    padding: 0 2px;
}

#sample #Dropdown {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#sample img {
    width: 24px;
    height: auto;
}

#sample > a {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#sample span {
    color: #3a3a3a;
    font-size: 13px;
    margin: 0 2px;
}

#sample .dropdown-menu {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 13px;
}

.index-bottom {
    width: 100%;
    height: 250px;
    background-color: #0087ff;
    position: absolute;
    top: calc(100vh - 250px);
}


.index-content h1 {
    font-size: 68px;
    color: #fff;
    font-weight: 500;
}

.index-content p {
    color: #fff;
    line-height: 1.8;
    font-size: 19px;
    margin-top: 23px;
}


.index-action {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 40px;
    justify-content: space-between;
}

.index-action p {
    margin-top: 0;
    font-size: 15px;
    text-align: center;
    line-height: 1.4;
}

.index-container-shadow h2 {
    position: absolute;
    bottom: 5%;
    right: 45%;
    font-size: 35px;
    color: #fff;
    transform: rotate(-6.5deg);
}

.index-container-shadow h2 span {
    font-weight: 500;
}

.index-social {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 110px;
    position: absolute;
    bottom: -100px;
    right: 20px;
    align-items: center;
}

.index-container .desk-nav a {
    color: #fff;
}

.index-container .language {
    background-color: #fff;
}

.index-container .desk-nav ul.menu .have-submenu::after {
    color: #fff;
}

.index-container .desk-nav ul.submenu .have-submenu:after {
    color: #000;
}

.index-container .mob-nav i {
    color: #fff;
}

.pages-container header {
    box-shadow: 0 3px 11.96px 1.04px rgba(91, 91, 91, 0.06);
    background-color: #fff;
    z-index: 9999;
}

.breadcrumb {
    padding: 10px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
}

.breadcrumb a,
.bread-current {
    font-size: 12px;
    color: #232323;
    margin: 0 10px;
}

.seprator i {
    font-size: 11px;
    color: #232323;
}

.top-pages h1 {
    font-size: 30px;
    margin: 22px 0;
    font-weight: 600;
    line-height: 35px;
}

.top-pages iframe {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.service-box {
    width: 80%;
    margin: 20px auto;
    border-radius: 10px;
    background-color: var(--main-color);
    display: flex;
    flex-direction: column;
    padding: 30px;
    align-items: center;
    transition: all .3s;
}

.service-box img {
    margin-bottom: 20px;
}

.service-box h2 {
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    height: 52px;
}

.service-box:hover {
    transform: translate(0, -5px);
}

.contact-form-container {
    position: relative;
    background-color: var(--main-color);
    padding: 70px 30px;
}

.contact-form-container .row {
    border: 2px solid #ffffff;
    border-radius: 10px;
    box-shadow: 0 7px #fff;
}

.contact-form-container:before {
    content: '';
    width: 90px;
    height: 57px;
    background-image: url('_IMG/flash.png');
    position: absolute;
    top: -1px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.contact-form-container:after {
    content: '';
    width: 90px;
    height: 57px;
    background-image: url('_IMG/flash.png');
    position: absolute;
    bottom: -1px;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: rotate(180deg);
}

.contact-form-container .left-big {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
}

.contact-form-container .left-big span {
    font-size: 16px;
    font-weight: 400;
}

.contact-form-container .form-container {
    margin-top: 40px;
}

.contact-form-container .form-container p {
    color: #d1d1d1;
}

.contact-form-container .form-container input,
.contact-form-container .form-container textarea {
    max-width: 100% !important;
    width: 100% !important;
    background-color: #fff;
    border-radius: 10px !important;
    border: 0 !important;
    padding: 10px 7px !important;
    margin: 7px 0 !important;
    font-size: 14px !important;
    line-height: unset !important;
}

body .gform_wrapper ul li.gfield {
    margin-top: 0 !important;
}

.gform_wrapper .gform_footer {
    margin: 0 !important;
    padding: 0 !important;
}

.contact-form-container .form-container .gform_button {
    padding: 10px 25px;
    max-width: 100px;
    text-align: center;
    background: orange;
    font-weight: 500;
}

.gform_heading,
.gfield_label {
    display: none !important;
}

.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
}


.or-call {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
}

.or-call span {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
}

.or-call a {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
}

.or-call a span {
    font-size: 17px;
    font-weight: normal;
    display: inline-block;
    margin-right: 5px;
}

.contTitleLine {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    position: relative;
    width: 100%;
}

.contTitleLine h2,
.contTitleLine h3,
.contTitleLine h4,
.contTitleLine h5 {
    color: #0a1833;
    background-color: #fff;
    font-size: 1.25rem;
    margin: 0;
    padding-right: 1rem;
    position: relative;
    z-index: 3;
}

.lineTitle {
    background: #0a1833;
    box-sizing: border-box;
    height: 1px;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.link-btn {
    background-color: #0a1833;
    padding: 10px 20px;
    border-radius: 25px;
    color: #fff;
}

.contTitleLine span {
    position: absolute;
    left: 0;
    top: 50px;
    font-size: 14px;
}

.edu-related-container .edu-post {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    min-height: 90px;
    align-items: center;
}

.edu-related-container .edu-post h2 a {
    margin-bottom: 0 !important;
    color: #474747;
    line-height: 1.6;
}

.services-content .link-btn {
    float: right;
    margin: 20px 0;
}

.services-content strong {
    font-weight: 500;
    font-size: 15px;
}

.services-content img {
    display: block;
    margin: 15px auto;
    border-radius: 10px;
}

footer {
    position: relative;
    background-color: var(--main-color);
    padding: 50px 50px 0;
    background-image: url('_IMG/footer-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

footer:after {
    /*content: '';*/
    width: 154px;
    height: 53px;
    background-image: url('_IMG/flash-clr.png');
    position: absolute;
    top: -45px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

footer .title {
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
    display: block;
}

footer .footer-nav li a {
    line-height: 2;
    color: #fff;
}

.footer-about {
    margin-top: 30px;
    color: #fff;
}

.footer-about img {
    display: block;
    margin: 0 auto;
}

.footer-about p {
    color: #fff;
    margin-top: 20px;
    font-weight: 300;
    text-align: justify;
}

footer .social {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}

footer .social li {
    margin-right: 25px;
}


footer .address {
    color: #fff;
    line-height: 2;
}

footer .address span {
    color: #c4c4c4;
    margin-right: 5px;
}

footer .call {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}

footer .call-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-left: 15px;
}

footer .call-inner span {
    color: #c4c4c4;
    font-size: 17px;
}

footer .call-inner a {
    color: #fff;
    font-size: 25px;
}

footer .call-inner a span {
    color: #fff;
    display: inline-block;
    margin-right: 5px;
}

footer .email {
    background-color: #fff;
    margin: 20px 0;
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 16px;
}

footer .email a {
    color: #000;
}

footer .email img {
    width: 30px;
    display: inline-block;
    margin-right: 10px;
}

footer .footer-contact {
    float: left;
}

.sub-services {
    position: relative;
    background-color: var(--main-color);
}

.sub-services h2 {
    position: relative;
    color: #fff;
    font-size: 26px;
    text-shadow: 0 3px 10px #000;
}

.sub-services .container {
    position: relative;
    padding: 70px 30px;
}

.sub-services .container:before {
    content: '';
    width: 144px;
    height: 60px;
    background-image: url('_IMG/subservice-top.png');
    position: absolute;
    top: 0;
    left: 0;
}

.sub-services .container:after {
    content: '';
    width: 144px;
    height: 60px;
    background-image: url('_IMG/subservice-btm.png');
    position: absolute;
    bottom: -60px;
    left: 0;
}

.sub-services h2:before {
    content: '\f35a';
    font-family: "Font Awesome 6 Free";
    position: absolute;
    top: 1px;
    left: -33px;
    font-size: 23px;
    transition: all .2s;
    color: #fff;
}

.sub-services p {
    color: #fff;
    margin-top: 25px;
}

.sub-services .box {
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    padding: 20px;
    transition: all .3s;
}

.sub-services .box:before {
    font-size: 13px;
    content: 'View';
    position: absolute;
    top: 15px;
    right: 20px;
    color: #626262;
}

.fi-sub-services .box:before {
    content: 'Näkymä';
}

.sub-services .box:hover {
    transform: translateY(-5px);
}

.sub-services .box h3 {
    margin-top: 15px;
    line-height: 1.3;
    font-size: 14px;
}

.sub-services .top,
.sub-services .bottom {
    display: none;
}

.edu-box {
    background-color: var(--main-color);
    padding: 25px;
    border-radius: 10px;
}

.edu-box :where(h2 a,h3 a) {
    color: #fff;
    font-size: 21px;
    height: 60px;
    display: block;
    margin-top: 10px;
}

.edu-box p {
    font-size: 14px;
    color: #fff;
    line-height: 1.6;
    overflow: hidden;
    height: 45px;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.edu-box img {
    padding: 5px;
    background-color: #fff;
    border-radius: 50%;
}

.edu-box .visit {
    color: #b5ccff;
    display: block;
    width: 100%;
    text-align: right;
    padding-right: 30px;
    font-size: 13px;
    position: relative;
    margin-top: 20px;
}

.edu-box .visit:after {
    content: '';
    width: 19px;
    height: 10px;
    background-image: url('_IMG/right-arrow-tall.png');
    position: absolute;
    top: 3px;
    right: 5px;
    transition: all .3s;
}

.edu-box:hover .visit:after {
    right: 2px;
}

.info-box {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    height: auto;
    padding: 10px;
    border-radius: 10px;
}

.info-box a {
    color: #181818;
}

.info-box ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.info-box ul li {
    margin: 10px 0;
    font-size: 13px;
    color: #181818;
    display: flex;
    align-items: center;
}

.info-box ul li img {
    margin-right: 5px;
}

.info-box ul li span {
    color: #000;
    display: inline-block;
    margin-right: 5px;
}

.edu-post {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    min-height: 130px;
    background-color: var(--main-color);
    padding: 25px;
    border-radius: 10px;
    color: #fff;
    margin: 2rem 0 3rem;
}

.edu-post h2 {
    position: relative;
    top: -35px;
    height: 83px;
}

.edu-post h2 a {
    color: #fff;
    margin-bottom: 20px;
    display: block;
    line-height: 1.7;
}

.edu-post p {
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    overflow: hidden;
    height: 48px;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.edu-post .image {
    position: relative;
    top: -60px;
    overflow: hidden;
    border-radius: 10px;
}

.edu-post .image .play {
    display: block;
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    z-index: 9;
    width: 64px;
    height: 64px;
}

.edu-post .image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.edu-post .visit {
    color: #b4cbff;
    display: block;
    width: 100%;
    text-align: right;
    padding-right: 30px;
    font-size: 13px;
    position: relative;
}

.edu-post .visit:after {
    content: '';
    width: 19px;
    height: 10px;
    background-image: url('_IMG/right-arrow-tall.png');
    position: absolute;
    top: 3px;
    right: 5px;
    transition: all .3s;
}

.edu-post:hover .visit:after {
    right: 2px;
}

.wp-paginate {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.wp-paginate li a {
    border: 1px solid #dee2e6;
    border-radius: 5px;
    margin: 0 9px;
    padding: 12px 14px;
    background-color: #f2f2f2;
    color: #474747;
}

.wp-paginate span {
    border: 1px solid #dee2e6;
    border-radius: 5px;
    margin: 0 9px;
    padding: 12px 14px;
    background-color: #002f6c !important;
    color: #fff;
}

.navigation {
    height: 90px;
    margin-top: 50px;
    position: relative;
    z-index: 999;
}

.single {
    text-align: justify;
}

.single img {
    display: block;
    margin: 0 auto;
}

.single p {
    margin: 20px 0;
}

.single iframe {
    display: block;
    margin: 30px auto;
}

.single h2 {
    font-weight: 500;
    font-size: 30px;
    margin: 20px 0;
}

.single h3 {
    font-weight: 500;
    font-size: 28px;
    margin: 20px 0;
}

.single h4 {
    font-weight: 500;
    font-size: 26px;
    margin: 20px 0;
}

.single h5 {
    font-weight: 500;
    font-size: 22px;
    margin: 20px 0;
}

.single h6 {
    font-weight: 500;
    font-size: 20px;
    margin: 20px 0;
}

.single ul {
    margin: 15px 0;
}

.single li {
    line-height: 2;
    list-style-type: lower-alpha;
    margin: 10px;
}

.single ol,
.single ul {
    padding-left: 30px;
}


.blog-box {
    background-color: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.blog-box .image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}


.blog-box .image img {
    width: 100%;
    height: auto;
}

.blog-box h2 a {
    display: inline-block;
    color: #002f6c;
    margin: 20px 0;
    padding: 0 10px;
    line-height: 1.7;
    height: 55px;
}

.blog-box .info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 10px 20px;
}

.blog-box .info a,
.blog-box .info span {
    color: #474747;
    font-size: 13px;
}

.blog-box .info span {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.blog-box .info span img {
    margin-right: 7px;
    width: 18px;
    height: auto;
}

.title h1,
.title h2 {
    font-size: 20px;
    color: #0a1833;
}

.title p {
    font-size: 15px;
    color: #0a1833;
}

.contactus-form input {
    background-color: #f3f6f9;
    max-width: 100%;
    width: 100%;
    border-radius: 10px;
    border: 0;
    padding: 7px 7px;
    margin: 7px 0;
    font-size: 14px;
}

.contactus-form textarea {
    max-width: 100%;
    width: 100%;
    background-color: #f3f6f9;
    border-radius: 10px;
    border: 0;
    padding: 7px 7px;
    margin: 7px 0;
    font-size: 14px;
}

.contactus-form .gform_button {
    padding: 10px 25px;
    max-width: 150px;
    text-align: center;
    background-color: #002f6c;
    color: #fff;
}

.map {
    position: relative;
}

.map .social {
    position: absolute;
    top: 40px;
    right: 0;
}

.map .social a {
    margin-left: 15px;
}

.contactus-form {
    position: relative;
}

.contactus-form .email {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.contactus-form .email img {
    margin-right: 15px;
}

.contactus-form .email a {
    color: #000;
}


.address .add {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.address .add p {
    font-size: 13px;
    width: 70%;
    text-align: left;
    margin: 0 0 0 15px;
}

.address .phone {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.address .phone a {
    margin-left: 15px;
    color: #000;
    font-size: 22px;
}

.address .phone a span {
    font-size: 13px;
    display: inline-block;
    margin-right: 4px;
}

.validation_error {
    display: none !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    margin-bottom: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.gform_wrapper .validation_message {
    color: #f00 !important;
    font-weight: 400 !important;
    padding-top: -4px !important;
}

.gform_wrapper .field_description_below .gfield_description {
    padding-top: 4px !important;
}

.gform_confirmation_wrapper {
    min-height: 270px !important;
    display: flex !important;
    align-items: center !important;
    color: #fff !important;
}

.video-container iframe {
    width: 100%;
    height: 350px;
    margin-top: 22px;
    border-radius: 10px;
}

.contact-page .gform_button {
    width: 120px !important;
    margin-top: 20px;
}

.page404 {
    margin-bottom: 150px !important;
}

.desc {
    color: #6b6b6b;
}

.desc a {
    color: #0092dd;
}

#menu-language li {
    padding: 15px 10px;
}

#menu-language li:first-child {
    border-bottom: 1px solid lightgray;
}

.services-content p,
.top-pages p {
    text-align: left;
    margin: 15px 0;
    font-size: 15px;
}

.top-pages p strong {
    font-weight: 500;
}

.top-pages .description {
    line-height: 25px;
}

.services-content :where(h2,h3,h4,h5) {
    font-weight: 500;
    line-height: 35px;
    margin-block: 20px;
}

.services-content h2 {
    font-size: 25px;
}

.services-content h3 {
    font-size: 22px;
}

.services-content h4 {
    font-size: 19px;
}

.services-content h5 {
    font-size: 17px;
}

.services-content ul {
    margin-left: 20px;
}

.services-content li {
    list-style-type: disc;
    padding-block: 10px;
    font-size: 15px;
    line-height: 28px;
}

.single iframe {
    width: 580px;
    height: 350px;
}

.ginput_container_fileupload input {
    width: 100% !important;
    padding: 20px 10px;
}

.map-container .title p {
    margin: 0 !important;
}

#gform_confirmation_message_5 {
    color: #002f6c !important;
}

.card-body .card-title {
    font-weight: 500;
    color: #002f6c;
    margin-bottom: 5px;
}

.card-body .card-subtitle {
    margin: 0 0 20px 0;
    text-align: left;
}

.card-body .card-text {
    margin: 5px 0;
}

.card-body img {
    width: 22px;
    margin-right: 10px;
}

.card-body a {
    color: #181818;
}

.card-body .description {
    line-height: 1.6;
    font-size: 15px;
    text-align: justify;
}

.card-body .description a {
    color: blue;
}


.form-container a {
    color: #fff !important;
}

.form-container .email {
    display: flex;
    align-items: center;
    padding-right: 16px !important;
}

.form-container a {
    margin-left: 10px;
}

.contact-form-container .email {
    margin-top: 20px;
}

.price_container {
    display: flex;
    flex-direction: column;
}

.price_container p {
    margin: 10px 0 !important;
}

.price_container p:last-child {
    color: red;
}

.headline-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.headlines-item {
    color: #fff;
    margin: 25px;
    background-color: #002f6c;
    padding: 20px 30px;
    border-radius: 10px;
}

.main-content .owl-theme .custom-nav {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
}

.port-post {
    padding: 10px;
    border: 1px solid #002f6c78;
    border-radius: 7px;
}

.port-post h2 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.5;
}

.port-post .port-content {
    font-size: 14px;
}

.port-post .port-content p {
    font-size: 14px;
}

.port-post video {
    max-width: 100%;
    width: 100%;
}

.port-post .item {
    border-radius: 7px;
    overflow: hidden;
}

.port-slider-carousel .port-content {
    margin-top: 40px;
}

.port-slider-carousel .port-post h2 {
    font-size: 18px;
}

.port-slider-carousel .port-post .port-content p {
    margin: 5px;
}

.port-slider-carousel .owl-nav {
    top: -30px;
    width: 60px;
    margin: 0 0 0 10px;
}

.port-slider-carousel-inner .owl-nav {
    width: 45px !important;
    color: #002f6c !important;
    z-index: 999999;
    bottom: -30px;
    top: unset;
}

.port-slider-carousel-inner .owl-nav i {
    font-size: 20px;
}

.port-slider-carousel-inner .owl-nav {
    margin: 0;
}

.portfolio-loop .port-content {
    margin-top: 35px;
}

.portfolio-loop .port-carousel .owl-nav {
    top: unset;
    bottom: -30px;
    width: 45px;
    margin: unset;
}

.portfolio-loop .port-carousel .owl-nav i {
    font-size: 20px;
}

.home-services .top {
    font-size: 26px;
    margin-bottom: 20px;
    display: block;
    font-weight: 500;
    color: var(--main-color);
}

.home-services h3 {
    font-size: 19px;
    margin-bottom: 10px;
}

.home-services .boxWrapper {
    display: flex;
    flex-wrap: wrap;
}

.home-services .box {
    box-shadow: 0 0 3px 0 rgba(40, 40, 40, 0.20);
    padding: 20px;
    border-radius: 10px;
    background: #f4f6fb;
    width: 48%;
    margin: 1%;
    position: relative;
}

.home-services .box h4 {
    margin-top: 10px;
    line-height: 25px;
    font-size: 14px;
    color: #fff;
}

.home-services .box a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.home-services .box img {
    width: 54px;
    height: auto;
    background: #fff;
    padding: 5px;
    border-radius: 10px;
}

.home-services .boxWrapper.v1 .box {
    background: #002f6c1f;
}

.home-services .boxWrapper.v1 .box h4 {
    color: #000;
}

.homeThumb {
    display: block;
    margin: 0 auto;
}

.boxContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.boxContainer a {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

.homeAcademyCarousel .edu-box img {
    display: inline-block !important;
    width: 40px !important;
    height: auto !important;
}

.singlePortfolio, .singlePortfolio p {
    line-height: 25px;
}

.edu-post.portfolioPost .image {
    top: 0;
}

.edu-post.portfolioPost h2 {
    top: 10px;
}

.customForm button {
    padding: 10px 25px;
    max-width: 250px;
    text-align: center;
    background-color: #002f6c;
    color: #fff;
    border-radius: 10px;
    border: 0;
}

.customerReviewContent h2 {
    font-size: 20px;
}

.customerReviewContent p {
    font-size: 14px;
}

.customerReviewContent li {
    padding: 10px 0;
    font-size: 14px;
}

.customerReviewContent li:first-child {
    font-size: 18px;
}

.customerReviewTitle h1 {
    font-size: 20px;
    color: #0a1833;
}

.afterSubmit {
    color: #009300;
}

.thumbnail-container img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.reviewSwiper .swiper-slide, .reviewItem {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 20px 15px;
    border: 1px solid var(--main-color);
    border-radius: 5px;
    position: relative;
    box-shadow: 1px 5px var(--main-color);
}

.reviewSwiper .swiper-slide a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.reviewSwiper .swiper-slide span, .reviewItem span {
    font-weight: 500;
    color: #222;
}

.reviewSwiper .content, .reviewItem .content {
    margin-top: 20px;
}

.reviewSwiper .content p,.reviewItem .content p {
    font-size: 15px;
}

p.title {
    font-weight: 500;
    line-height: 35px;
    margin-block: 20px;
    font-size: 20px;
    color: #0a1833;
}

p.title a {
    background-color: var(--main-color);
    font-size: 14px;
    color: #fff;
    padding: 0px 10px;
    border-radius: 3px;
    display: inline-block;
}

.reviewSwiper .info,.reviewItem .info {
    font-weight: 500;
    font-size: 14px;
    color: #222;
}

.referenceGallery {
    display: flex;
    flex-wrap: wrap;
}

.referenceGallery li {
    width: 100%;
    margin: 0 0 15px 0;
}

.referenceGallery img {
    max-width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 4px;
}

.stickyBtn {
    position: fixed;
    left: 0;
    bottom: 20px;
    background: var(--main-color);
    color: #fff;
    padding: 5px 9px 5px 3px;
    border-radius: 0 5px 5px 0;
    font-size: 14px;
    z-index: 99;
    border: 1px solid #fff;
    border-left: 0;
    box-shadow: 0 2px #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.stickyBtn img {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.swipperBtnWrapper {
    display: flex;
    width: 90px;
    justify-content: space-between;
    padding: 10px 0;
}

.swipperBtnWrapper div {
    position: relative !important;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    font-size: 20px !important;
}

.star {
    width: 95px;
    height: auto;
}

.reviewSwiper .swiper-wrapper {
    padding: 10px 0;
}

details {
    padding: 0 20px;
    background-color: #f3f6fa;
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: 0.3s ease;
    border: 0;
}

summary {
    position: relative;
    color: var(--main-color);
    font-size: 14px;
    padding: 1rem .75rem 1rem 0;
    line-height: 25px;
}

summary::after {
    content: 'view answer';
    width: 90px;
    color: #7591be;
    font-size: 12px;
    position: absolute;
    right: -10px;
    top: calc(50% - 12px);
}

details[open] {
    background-color: var(--main-color);
    padding: 10px 20px;
}

details[open] summary {
    box-shadow: inset 0 -1px 0 #143d86 !important;
    font-weight: 500;
}

details[open] summary, details[open] p {
    color: #fff;
}

.podcast-player {
    background-color: var(--main-color);
    padding: 1px 20px 10px;
    border-radius: 10px;
}

.podcast-player p {
    color: #fff !important;
}

.podcast-player audio {
    width: 100%;
}

.video-player {
    max-width: 100%;
    aspect-ratio: 16 / 9;
    border: 2px solid var(--main-color);
    box-shadow: 5px 8px var(--main-color);
    border-radius: 5px;
}

.video-player video {
    width: 100%;
    height: auto;
}

.services-content a {
    display: inline-block;
    position: relative;
    color: var(--main-color);
    font-weight: 500;
}

.readmore-toggle {
    color: var(--main-color);
    font-weight: 500;
    cursor: pointer;
    display: block;
    width: 100%;
    text-align: center;
    height: 50px;
    padding-top: 20px;
    background: #ffffff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0.5) 100%);
    margin-top: -20px;
    z-index: 99;
    position: relative;
}

.thankYouWrapper {
    text-align: center;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid var(--main-color);
    border-radius: 5px;
    line-height: 25px;
    font-weight: 500;
    font-size: 17px;
    padding: 10px;
    box-shadow: 1px 5px var(--main-color);
}

.thankYouWrapper img {
    width: 100px;
    height: auto;
    display: block;
    margin: 0 auto 20px;
}

.landing-header-logo {
    width: 70px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.landing-sub-services-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.landing-sub-services-wrapper .box {
    width: 31%;
    margin: 2% 1%;
}

.landing-sub-services-wrapper img {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto 5px;
}

.landing-sub-services-wrapper h3 {
    font-size: 13px;
    text-align: center;
}

.landing-form-sticky :where(#field_1_1,#field_1_3) {
    display: none;
}

.landing-form-sticky {
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: var(--main-color);
    width: 100%;
    z-index: 999;
    padding: 10px 0;
    box-shadow: 0 -3px 2px #f1f1f1;
}

.landing-form-sticky #gform_wrapper_15 {
    margin: 0 !important;
}

.landing-form-sticky #gform_15 {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 768px;
    margin: 0 auto;
}

.landing-form-sticky .ginput_container_email {
    margin-top: 0 !important;
}

.landing-form-sticky #gform_submit_button_15 {
    margin: 0 !important;
    border: 0 !important;
    background: orange !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border-radius: 5px !important;
    width: 100% !important;
}

.landing-form-sticky .gform-body {
    width: 70% !important;
    margin-right: 5%;
    margin-top: 0 !important;
}

.landing-form-sticky .gform-footer {
    width: 25% !important;
}

.landing-form-sticky :where(#input_15_1,#gform_submit_button_15) {
    height: 35px !important;
}

#input_15_1 {
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid gray;
    font-weight: 500;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.page-template-landing .stickyBtn {
    padding: 5px 3px 5px 9px !important;
    border-radius: 5px 0 0 5px !important;
    right: 0 !important;
    left: unset !important;
    bottom: 70px !important;
    border-right: 0 !important;
    border-left: 1px solid #fff !important;
}

.landing-form-sticky .gform_footer {
    justify-content: center;
}

.star-rating img {
    display: inline-block;
    margin: 0;
    width: 18px;
    height: auto;
}

.customForm .star-rating span {
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
}

@media screen and (min-width: 576px) {
    .index-container-shadow-mob h2 {
        font-size: 25px;
    }

    .contact-form-container .email {
        margin-top: 0;
    }

    .main-content .owl-theme .custom-nav {
        top: 30%;
    }

    .boxContainer a {
        width: 48%;
        margin-inline: 1%;
    }

    .referenceGallery li {
        width: 47%;
        margin: 0 1% 1% 1%;
    }

    p.title a {
        padding: 3px 10px;
        border-radius: 3px;
        display: inline;
    }

    .landing-sub-services-wrapper .box {
        width: 31%;
    }
}

@media screen and (min-width: 640px) {
    .contact-page .email {
        bottom: 0 !important;
    }

    .contact-page input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
        padding: 10px 15px !important;
        width: 100% !important;
        font-size: 14px !important;
    }

    .contact-page textarea {
        padding: 10px 15px !important;
    }

    .contact-page .gform_button {
        margin-top: 10px !important;
    }

}

@media screen and (min-width: 768px) {

    .sub-services .container::before {
        left: -30px;
    }

    .sub-services .container::after {
        left: -30px;
    }

    .sub-services .top {
        display: block;
        position: absolute;
        color: #fff;
        top: 20px;
        left: 90px;
        font-size: 14px;
    }

    .sub-services .bottom {
        display: block;
        position: absolute;
        bottom: -30px;
        left: 90px;
        font-size: 14px;
    }

    .info-box {
        padding: 0 10px;
    }

    .info-box ul {
        justify-content: start;
    }

    .info-box ul li {
        margin-right: 35px;
    }

    .contactus-form .five {
        width: 50%;
        float: left;
    }

    .contact-page .gform_wrapper ul li.gfield {
        clear: unset !important;
    }

    .contact-page .five .ginput_container_text,
    .contact-page .ginput_container_textarea {
        padding-right: 20px;
    }

    .contact-page .email {
        padding-right: 20px;
    }

    .service-box {
        width: 100%;
    }

    .main-content .owl-theme .custom-nav {
        top: 40%;
    }

    .port-slider-carousel .port-post {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .port-slider-carousel .image {
        width: 70%;
        padding: 20px;
    }

    .port-slider-carousel .port-content {
        width: 30%;
        padding-left: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .port-slider-carousel-inner .owl-nav {
        width: 100% !important;
        top: 45%;
        bottom: unset;
    }

    .port-slider-carousel-inner .owl-nav .owl-prev {
        margin-left: -20px;
    }

    .port-slider-carousel-inner .owl-nav .owl-next {
        margin-right: -20px;
    }

    .home-services .box {
        width: 31%;
    }

    .landing-sub-services-wrapper .box {
        width: 18%;
        margin: 0 1% 7px;
    }

}

@media screen and (min-width: 992px) {

    .logo-container {
        position: relative;
    }

    .logo-container:after {
        content: '';
        width: 1px;
        height: 35px;
        background-color: #000;
        position: absolute;
        top: 5px;
        right: 0;
    }

    .index-container-bg {
        width: 120%;
        height: 150vh;
        transform: rotate(-8deg) translate(-3%, -10%);
        position: absolute;
        overflow: hidden;
        z-index: -1;
        /*box-shadow: 0 18px 21px 0.42px rgba(40, 57, 115, 0.44);*/
        background-color: #0a1833;
        border-radius: 70px;
        margin-left: 30px;
        bottom: 0;
        left: 0;
        background-image: url("_IMG/index_bg.png");
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .index-container-shadow {
        width: 150%;
        height: 100%;
        border-bottom-right-radius: 70px;
        transform: translate(8%, -13%);
        background-color: #004db6;
        position: absolute;
        overflow: hidden;
        z-index: -2;
    }

    .index-container-shadow h2 {
        font-size: 24px;
    }

    #sample {
        margin-right: 0;
    }

    .language {
        position: absolute;
        left: -95px;
    }

    .index-social {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        width: 110px;
        position: absolute;
        bottom: -145px;
        right: 20px;
        align-items: center;
    }

    .index-social {
        flex-direction: column;
        width: 40px;
        height: 100px;
        left: 10px;
        bottom: 5%;
    }

    .service-box {
        width: 100%;
        padding: 20px;
    }

    .contact-form-container {
        padding: 40px 30px;
    }

    .contact-form-container .form-container {
        margin-top: 0;
    }

    .contact-form-container .left-big {
        font-size: 35px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .contact-form-container .form-container .five {
        width: 50%;
        float: left;
    }

    .form-container .or-call {
        justify-content: end;
        margin-top: -70px;
        padding-right: 16px;
    }

    .form-container .or-call > :first-child {
        display: block;
        margin-right: 40px;
    }

    .sub-services .container {
        padding: 30px;
    }

    #gform_fields_1,
    #gform_fields_3 {
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .gform_wrapper ul.gform_fields li.gfield {
        padding-right: 16px !important;
    }

    .gform_wrapper .gform_footer {
        padding-right: 16px !important;
    }

    .contact-page .gform_wrapper textarea.medium {
        height: 250px !important;
    }

    footer {
        background-size: contain;
    }

    footer .footer-contact {
        float: right;
    }

    .sub-services .box h3 {
        height: 37px;
    }

    .index-container {
        height: 100%;
    }

    .card-img-top {
        width: 30%;
        object-fit: contain;
    }

    .card-body {
        width: 70%;
    }

    .price_container {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .price_container p {
        width: 50%;
    }

    .price_container p:last-child {
        width: 100%;
    }

    .headline-container {
        justify-content: center;
    }

    .headlines-item {
        width: 46%;
        margin: 2%;
    }

    .sub-services.course-container .box {
        padding: 5px 20px;
    }

    .main-content .owl-theme .custom-nav {
        top: 20%;
    }

    .port-slider-carousel-inner .owl-nav i {
        font-size: 25px;
    }

    .boxContainer a {
        width: 30%;
        margin: 1.5%;
    }

    .thankYouWrapper {
        min-height: 450px;
    }

    .home-services .box {
        width: 48%;
    }

    .landing-header-logo {
        display: inline;
    }
}

@media screen and (min-width: 1200px) {

    .logo-container:after {
        left: 145px;
    }


    .index-container-bg {
        transform: rotate(-7deg) translate(-1%, -10%);
    }

    .index-container-shadow {
        transform: rotate(1deg) translate(9%, -11%);
    }

    .index-container-shadow h2 {
        font-size: 30px;
        bottom: 7%;
    }

    .sub-services {
        padding: 20px 30px;
    }

    .sub-services .container::before {
        top: -20px;
        left: -50px;
    }

    .sub-services .container::after {
        bottom: -80px;
        left: -50px;
    }

    .sub-services .top {
        top: 0;
        left: 80px;
    }

    .sub-services .bottom {
        bottom: -50px;
        left: 90px;
    }

    .map-container {
        position: relative;
    }

    .map-container:before {
        content: '';
        width: 1px;
        height: 100%;
        position: absolute;
        background-color: #e8e8e8;
        left: -10%;
    }

    .contact-page .five .ginput_container_text,
    .contact-page .ginput_container_textarea {
        padding-right: 0 !important;
    }

    .contactus-form #gform_wrapper_2 {
        margin-top: 0 !important;
    }

    .contact-page .gform_wrapper textarea.medium {
        height: 260px !important;
    }

    footer .footer-contact {
        max-width: 290px;
    }

    .service-box {
        width: 90%;
        padding: 30px 20px;
    }

    .service-box {
        width: 80%;
    }

    .subservice-video {
        margin-top: 22px;
    }

    .headlines-item {
        width: 31%;
        margin: 1%;
    }

    .main-content .owl-theme .custom-nav {
        top: 30%;
    }

    .port-post {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .port-post .image {
        width: 60%;
    }

    .port-post .port-content {
        width: 40%;
        padding-left: 20px;
    }

    .port-slider-carousel .image {
        width: 75%;
    }

    .port-slider-carousel .port-content {
        width: 25%;
    }

    .portfolio-loop .port-content {
        margin-top: 0;
    }

    .portfolio-loop .port-post {
        padding-bottom: 40px;
    }

    footer:before {
        /*content: '';*/
        max-width: 100%;
        width: 1278px;
        height: 186px;
        display: block;
        background-image: url('_IMG/footer-top.png');
        background-repeat: no-repeat;
        position: absolute;
        top: -186px;
        right: 0;
        left: 0;
        margin: 0 auto;
        z-index: -1;
    }

    .video-container {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .stickyBtn {
        bottom: 30%;
        padding: 7px 9px 7px 2px;
        flex-direction: column;
    }

    .stickyBtn img {
        width: 35px;
        height: 35px;
        margin: 0 0 5px 0;
    }

}

@media screen and (min-width: 1400px) {
    .logo-container::after {
        left: 155px;
    }

    #gform_1 #field_1_3,
    #gform_3 #field_3_3 {
        width: 100%;
    }

    .edu-post h2 {
        height: 55px;
    }

    .main-content .owl-theme .custom-nav {
        top: 40%;
    }

    .boxContainer {
        justify-content: space-between;
    }

    .boxContainer a {
        width: 19%;
        margin: 0;
    }

    .home-services .box h2 {
        min-height: 50px;
    }

    .home-services .box {
        width: 31%;
    }
}

@media screen and (min-width: 1600px) {

    .index-container-shadow {
        transform: rotate(0) translate(8%, -8.5%);
    }

    .index-container-shadow h2 {
        font-size: 40px;
    }


}

.pages-container {
    overflow: hidden;
}

.index-video img {
    max-width: 100%;
}

.course-container {
    line-height: 2;
    text-align: justify;
}

.course-container h2,
.course-container h3,
.course-container h4,
.course-container h5 {
    font-size: 20px;
    font-weight: 500;
}

.course-container img {
    max-width: 100%;
}

.course-container li {
    list-style-type: disc;
}

.mentor-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #002f6c;
    border-radius: 10px;
    margin: 20px 0;
}

.mentor-container img {
    width: 100%;
    max-width: 410px;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 20% 5px 20% 5px;
}

.mentor-container li {
    font-size: 14px;;
}

.mentor-container .text-container {
    padding: 20px;
}

.mentor-container h3 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #fff;
}

.mentor-container ul {
    margin-left: 20px;
}

.mentor-container li {
    list-style-type: disc;
    color: #fff;
}

.course-container .goal {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.goal img {
    border-radius: 20% 5px 20% 5px;
}

.feedbacks-item {
    padding: 0 30px;
}

.feedbacks-item p {
    font-size: 13px;
}


.headlines-item p {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 17px;
    color: #FFF;
}


.headlines-item ul li {
    font-size: 14px;
    list-style-type: disc;
}

.course-container thead {
    background-color: #022f6b;
    color: #fff;
    font-weight: 500;
}

.course-container tr:nth-child(even) {
    background-color: rgba(0, 47, 108, 0.1) !important;
}

.image-portfolio-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.image-portfolio {
    width: 300px;
    height: auto;
    margin: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.image-portfolio img {
    max-width: 100%;
}

.course-form {
    background-color: #fff;
}

.contact-form-container::before {
    content: unset;
}

.contact-form-container::after {
    content: unset;
}

.form-desc-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #002f6c !important;
}

.course-form .form-container input,
.course-form .form-container textarea {
    border: 1px solid #002f6c !important;
}

.course-form .gfield_checkbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gchoice_select_all,
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label,
.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label {
    font-weight: 400 !important;
}

.price-text {
    text-align: center !important;
    background-color: #002f6c;
    padding: 10px 0;
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
}

@media screen and (min-width: 992px) {
    .mentor-container {
        flex-direction: row-reverse;
    }

    .mentor-container img {
        width: 180px;
    }

    .mentor-container .img-container {
        display: flex;
        flex-direction: column;
        justify-content: end;
    }
}

.image-portfolio a {
    cursor: pointer;
}

.chart img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.chart p {
    font-size: 14px;
}

#final {
    font-weight: 500;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px auto;
    text-align: center;
    height: auto;
    justify-content: center;
    background-color: #eee;
    border-radius: 10px;
    border-top: 2px solid #002f6c;
    padding: 20px;
    min-height: 130px;
}

#final p {
    color: #0a1833;
    font-size: 19px;
}

#final p:last-child {
    font-weight: 400;
    font-size: 14px;
}

#discount {
    margin-left: 10px;
    display: none;
    font-size: 19px;
    color: #00b26f;
}

#all-day {
    text-decoration-line: line-through !important;
}

#calc {
    display: none;
}

.term ul li {
    display: flex;
    align-items: start;
}

.term label {
    margin: 4px 0 0 5px !important;
}


.contact-form-container.course-form {
    margin-top: 60px;
}

.contact-form-container.course-form h3 {
    font-size: 20px;
    font-weight: 500;
}

.contact-form-container.course-form h4 {
    font-size: 18px;
    font-weight: 500;
}

.contact-form-container.course-form h5 {
    font-size: 16px;
    font-weight: 500;
}

.contact-form-container.course-form h6 {
    font-weight: 500;
}

.course-loop .edu-post h2 {
    height: 55px;
    font-size: 20px;
}

.qsm-pagination {
    background-color: #fff;
    border: none !important;
    padding: 20px;
}

.mlw_custom_start {
    margin: 20px auto !important;
    padding: 10px 25px !important;
    max-width: 200px !important;
    text-align: center !important;
    background: #002f6c !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    width: 200px !important;
}

.qmn_quiz_container .qmn_btn,
.qmn_quiz_container .btn,
.mlw_custom_start {
    padding: 10px 25px !important;
    max-width: 200px !important;
    text-align: center !important;
    background: #002f6c !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    width: 200px !important;
}

.qsm-page {
    background-color: #fff;
    border: 1px solid #e6e6e6 !important;
    border-radius: 7px;
    padding: 20px;
    margin: 20px 3px;
}

.qmn_mc_answer_wrap {
    margin: 15px 0 !important;
}

.qsm-question-comment,
.qsm_contact_div input {
    background-color: #f3f6f9 !important;
    max-width: 100% !important;
    width: 100% !important;
    border-radius: 10px !important;
    border: 0 !important;
    padding: 7px 7px !important;
    margin: 7px 0 !important;
    font-size: 14px !important;
}

.mlw_qmn_new_question {
    font-weight: 500 !important;
}

.qsm_contact_div span {
    display: none !important;
}

.qsm-results-page {
    margin-bottom: 20px;
    color: #002f6c;
    border: 1px solid #e6e6e6 !important;
    border-radius: 7px;
    padding: 20px;
}

.qsm_retake_button {
    display: none !important;
}

.reference-gallery .owl-carousel .owl-item img {
    object-fit: contain;
    object-position: top;
}

.reference-gallery .owl-carousel .owl-item video {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.reference-gallery .owl-carousel.owl-loaded, .reference-gallery .owl-carousel .owl-stage-outer {
    max-height: 350px;
}

.main-content {
    position: relative;
}

.main-content .owl-theme .custom-nav .owl-prev,
.main-content .owl-theme .custom-nav .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.main-content .owl-theme .custom-nav .owl-prev i,
.main-content .owl-theme .custom-nav .owl-next i {
    font-size: 2.5rem;
    color: #cecece;
}

.main-content .owl-theme .custom-nav .owl-prev {
    left: 5px;
}

.main-content .owl-theme .custom-nav .owl-next {
    right: 5px;
}

.reference-gallery h2 {
    font-weight: 500;
    font-size: 23px;
}

.owl-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: absolute;
    top: 40%;
    width: 96%;
    color: var(--main-color);
    right: 0;
    left: 0;
    margin: 0 auto;
}

.owl-nav i {
    font-size: 25px;
}

.line {
    border-bottom: 1px solid #002f6c4f;
    padding: 50px 0;
}

.reference-gallery .line:last-child {
    border-bottom: none;
}

.number-animate {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.number-item {
    position: relative;
    text-align: center;
}

.number-item:before {
    content: '';
    width: 170px;
    height: 170px;
    background-color: var(--main-color);
    position: absolute;
    top: -30px;
    z-index: -1;
    border-radius: 13px;
    box-shadow: 0 5px 10px #0102044d;
    border: 2px solid #01224c;
}

.number-item:nth-child(1):before {
    transform: rotate(5deg);
    left: -6px;
}

.number-item:nth-child(2):before {
    transform: rotate(-4deg);
    left: -20px;
}

.number-item:nth-child(3):before {
    transform: rotate(4deg);
    left: -20px;
}

.number-item p {
    color: #fff;
    font-size: 17px;
}

.number-item span {
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 5px 10px #fff3;
}

.sub-services.course-container .address a {
    color: #fff !important;
}

.sub-services.course-container .address .phone,
.sub-services.course-container .address .email {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sub-services.course-container .address .email a {
    margin-left: 15px;
}

.course-container .gform_confirmation_message {
    color: #002f6c !important;
}

.course-form .gform_confirmation_message {
    color: #002f6c !important;
}

.bottom-video-container iframe {
    max-width: 580px;
    margin: 0 auto 20px;
    display: block;
}

.homeAcademyCarousel .owl-nav {
    width: 50px;
    left: unset;
    right: 0;
    top: -40px;
}

.review-carousel .owl-nav {
    width: 100% !important;
}


