:root {
    --orange-color: rgb(220, 84, 0);
    --green-color: #1f6e0a;
    --grey-color: #e8ecef;
    --black-shade-1: #333;
    --black-shade-2: #000;
    --blue-color: #215387;
}
* {
    text-decoration: none;
    outline: none !important;
    margin: 0;
    padding: 0;
}
body {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    color: #666;
    font-weight: 300;
    line-height: 24px;
    background: #fff;
    margin: 0;
    padding: 0;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
a {
    text-decoration: none;
}
ol,
ul {
    list-style: none;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
    margin: 0;
    padding: 0;
}
::-moz-selection {
    background-color: #000;
    color: #fff;
    text-shadow: none;
}
::selection {
    background-color: #000;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background-color: #000;
    color: #fff;
    text-shadow: none;
}
::-webkit-selection {
    background-color: #000;
    color: #fff;
    text-shadow: none;
}
a {
    color: #314555;
}
a:hover,
a:focus {
    color: #124b9c;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
    text-rendering: optimizeLegibility;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
p {
    color: #666;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}
.ptb-85 {
    padding-top: 65px;
    padding-bottom: 65px;
}
.pt-85 {
    padding-top: 85px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pt-40 {
    padding-top: 40px;
}
.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.pt-50 {
    padding-top: 50px;
}
.footer-ptb-80 {
    padding-top: 30px;
    padding-bottom: 10px;
}
.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.ptb-130 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.mt-80 {
    margin-top: 40px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-20 {
    margin-top: 20px;
}
.ptb-80 {
    padding-top: 56px;
    padding-bottom: 80px;
}
.pt-30 {
    padding-top: 30px;
}
.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.themeix-ptb-2 {
    padding-top: 30px;
    padding-bottom: 60px;
}
.bg-info {
    background-color: #f5f9ff;
}
.main-menu {
    min-height: 55px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 0;
    border-radius: 0;
    z-index: 8;
    margin: 0;
    border-bottom: 1px solid #e1e1e1;
}
.main-menu ul > li > a {
    color: #444;
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 20px 10px;
    text-transform: capitalize;
    position: relative;
}
.dropdown-menu {
    border-radius: 0;
    border: none;
}
.dropdown-item a {
    padding: 5px !important;
}
.navbar {
    padding: 0;
}
.navbar-nav li a:hover,
.navbar-nav li a:focus,
.navbar-nav li a:active {
    background: 0 0;
}
.main-menu ul > li > a:after {
    background: var(--orange-color) none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -5px;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    position: absolute;
    -webkit-transition: 0.55s;
    transition: 0.55s;
    width: 10px;
}
.main-menu ul > li > a:hover:after {
    left: 0;
    margin-left: 0;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    width: 100%;
}
.main-menu ul > li.active > a:after {
    left: 0;
    margin-left: 0;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    width: 100%;
}
.main-menu .navbar-nav li.active a,
.main-menu .navbar-nav li a:hover,
.main-menu .navbar-nav > a:focus,
.main-menu .navbar-nav > a:hover {
    color: var(--blue-color);
}
.navbar-brand img {
    width: 135px;
}
.stickey .main-menu {
    -webkit-animation: 400ms linear 0s normal none 1 running fadeInDown;
    animation: 400ms linear 0s normal none 1 running fadeInDown;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: #fff;
    left: 0;
    color: #303030 !important;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    z-index: 10;
    padding: 0 0;
    border: 0;
}
.stickey .main-menu ul > li > a {
    padding: 20px;
}
.main-menu .nav.navbar-nav ul.dropdown-menu {
    text-align: center;
    border-radius: 0;
    padding: 0;
    left: auto;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}
.main-menu .nav.navbar-nav ul.dropdown-menu li a {
    color: #666;
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    font-weight: 400;
    padding: 10px;
    border-bottom: 1px solid #eee;
}
.main-menu .nav.navbar-nav ul.dropdown-menu li a:hover {
    color: var(--orange-color);
}
.main-menu .nav.navbar-nav ul.dropdown-menu li a:after {
    content: none;
}
.themeix-full-slider {
    background-image: url(../images/slider-image/slider-one.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slider-overlya {
    background-color: rgba(18, 75, 156, 0.5);
    height: 100%;
    position: relative;
}
.inner-slider-caption h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    line-height: 72px;
}
.inner-slider-caption p {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    padding: 30px 0;
    margin-bottom: 0;
}
.get-form .form-group {
    margin-bottom: 10px;
}
.get-free-box .get-form textarea {
    border-radius: 0;
    height: 120px !important;
}
.form-control:focus {
    border-color: var(--orange-color);
}
.orange-button {
    background: var(--orange-color);
    padding: 10px 30px;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.green-button {
    background: var(--green-color);
    padding: 10px 30px;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.orange-button:before,
.green-button:before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    background-color: #124b9c;
    right: 0;
    top: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    z-index: -1;
}
.orange-button:hover:before,
.green-button:hover:before {
    width: 100%;
    right: auto;
    left: 0;
    color: #fff;
}
.orange-button:hover,
.green-button:hover {
    color: #fff;
}
.header-top {
    background-color: var(--green-color);
    padding: 8px 0;
}
.margin-top-40 {
    margin-top: 40px;
}
.right-side {
    background-color: rgba(0, 0, 0, 0.5);
}
.get-free-header {
    background: #124b9c;
    padding: 18px 20px;
}
.get-free-header h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
}
.get-free-header p {
    font-size: 14px;
    padding: 0;
}
.get-form {
    padding: 18px 20px;
}
textarea {
    background: #fff none repeat scroll 0 0;
    color: #666;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 300;
    padding: 10px 10px 10px 20px;
    width: 100%;
    height: 120px !important;
    margin-bottom: 12px;
}
.custom-btn {
    width: 100%;
    text-align: center;
    border: 0;
}
.slider-button span {
    background: #f7f7f7 none repeat scroll 0 0;
    color: var(--orange-color);
    display: block;
    font-size: 18px;
    height: 42px;
    line-height: 43px;
    text-align: center;
    width: 42px;
    cursor: pointer;
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    z-index: 99;
}
.slider-button span:hover {
    background-color: #2a529d;
    color: #fff;
}
.slider-button .prev-slider {
    font-size: 15px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slider-button .next-slider {
    font-size: 15px;
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.themeix-lf-about {
    background: #fff;
}
.themeix-lf-caption {
    text-align: center;
}
.themeix-lf-caption h3 {
    color: var(--orange-color);
    font-size: 24px;
    font-weight: 700;
}
.themeix-lf-caption {
    position: relative;
}
.themeix-lf-caption h2 {
    font-size: 36px;
    color: #124b9c;
    font-weight: 700;
    padding: 16px 0;
}
.themeix-lf-caption .separater {
    margin-left: -25px;
    position: absolute;
    left: 48%;
    width: 50px;
    margin: 0 auto;
    border-radius: 5px;
    border: 2px solid var(--orange-color);
    top: 123px;
    text-align: center;
}
.themeix-lf-caption .separater:before {
    position: absolute;
    content: "";
    left: -20px;
    top: -2px;
    width: 12px;
    border-radius: 5px;
    border: 2px solid #124b9c;
}
.themeix-lf-caption .separater:after {
    position: absolute;
    content: "";
    right: -20px;
    top: -2px;
    width: 12px;
    border-radius: 5px;
    border: 2px solid #124b9c;
}
.themeix-lf-caption p {
    font-weight: 300;
    margin-top: 15px;
    padding: 0 100px;
}
.themeix-lf-head-title {
    text-align: center;
    position: relative;
}
.themeix-lf-head-title h2 {
    font-size: 30px;
    color: #124b9c;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.5;
}
.themeix-lf-head-title p {
    line-height: 1.5;
    font-size: 12px;
    font-weight: 500;
}
.themeix-lf-head-title .separater {
    margin-left: -25px;
    position: absolute;
    left: 46%;
    width: 50px;
    margin: 0 auto;
    border-radius: 5px;
    border: 2px solid var(--orange-color);
    top: 155%;
    text-align: center;
}
.themeix-lf-head-title .separater:before {
    position: absolute;
    content: "";
    left: -20px;
    top: -2px;
    width: 12px;
    border-radius: 5px;
    border: 2px solid #124b9c;
}
.themeix-lf-head-title .separater:after {
    position: absolute;
    content: "";
    right: -20px;
    top: -2px;
    width: 12px;
    border-radius: 5px;
    border: 2px solid #124b9c;
}
.img-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.img-item img {
    width: 100%;
}
.img-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1a52a3;
    -webkit-transition: all 350ms;
    transition: all 350ms;
    bottom: -85%;
    text-align: center;
    color: #fff;
}
.img-item:hover .img-caption {
    bottom: 0;
    background: rgba(26, 82, 163, 0.7);
}
.img-caption h4 {
    background: rgba(26, 82, 163, 0.8);
    padding: 8px 0;
}
.inner-padding {
    margin-top: 40px;
    padding: 10px;
}
.img-caption p {
    color: #fff;
}
.read-more {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    color: #124b9c;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 7px 30px;
    text-align: center;
}
.service-section {
    background: #124b9c;
}
.service-img img {
    box-shadow: 17px 17px 0 0 var(--orange-color);
    border-radius: 0;
}
.service-img-two img {
    box-shadow: 17px 17px 0 0 #124b9c;
    border-radius: 0;
}
.right-caption {
    color: #fff;
    padding-left: 30px;
}
.right-caption h3 {
    padding: 5px 0 18px;
}
.right-caption p {
    color: #fff;
    line-height: 24px;
}
.service-two {
    background: var(--orange-color);
}
.our-attorneys {
    background: #fff;
}
.our-client .client-desc {
    background: #f5f9ff;
}
.our-client .img-section {
    position: relative;
    overflow: hidden;
}
.our-client img {
    width: 100%;
}
.client-desc {
    padding: 14px 0;
    text-align: center;
}
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.our-client:hover .img-section .overlay {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
}
.social-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    bottom: -114px;
}
.social-icon a {
    background: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkt-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 37px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 35px;
    height: 35px;
    position: relative;
    bottom: -260%;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    color: rgba(50, 50, 50, 0.9);
}
.social-icon a:hover {
    color: #124b9c;
}
.our-client:hover .social-icon a {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    bottom: -80%;
}
.client-desc span {
    color: #999;
}
.client-desc h5 {
    font-size: 16px;
    font-weight: 700;
}
.our-testimonials {
    background: #f5f9ff;
}
.effect2 {
    position: relative;
}
.effect2:before,
.effect2:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.effect2:after {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}
.single-testimonial {
    background: #fff;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 20px 10px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
}
.single-testimonial p {
    font-weight: 400;
    font-style: italic;
}
.single-testimonial h5 {
    font-weight: 700;
}
.rating i {
    font-size: 20px;
    color: #f9bc39;
    display: inline-block;
    margin-bottom: 20px;
}
.rating i.last-color {
    color: #e5e5e5;
}
.single-testimonial .owl-nav {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 42px;
    color: var(--orange-color);
    background: #f7f7f7;
    height: 42px;
    text-align: center;
    font-size: 18px;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 43px;
}
.news-event {
    background: #fff;
}
.image-section img {
    width: 100%;
}
.news-event-caption h2 {
    font-size: 24px;
}
.news-event-caption {
    background-color: #fff;
    padding: 16px 24px 30px;
    position: relative;
    z-index: 1;
    -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -webkit-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;
}
.event-button {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    color: #fff;
    padding: 8px 22px;
    font-size: 16px;
    -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}
.event-button:hover {
    color: #fff;
}
.event-button:hover:before {
    border-width: 108px 0 0 108px;
}
.events-meta ul {
    margin: 0;
    padding: 0;
}
.events-meta ul li {
    margin: 10px 0;
    color: #999;
}
.events-meta ul li i {
    margin-right: 10px;
    color: #23569f;
    font-size: 16px;
}
.events-wrapper .blog-gride img {
    width: 100%;
}
#eventMap {
    height: 360px;
}
.countdown li {
    background-color: var(--orange-color);
    color: #fff;
    display: inline-block;
    margin-right: 2px;
    padding: 0 5px;
    position: relative;
    text-align: center;
    width: 80px;
    padding: 15px 0;
}
.countdown li span {
    display: block;
    font-size: 12px;
    position: relative;
    z-index: 9;
}
.countdown li span.days,
.countdown li span.hours,
.countdown li span.minutes,
.countdown li span.seconds {
    font-weight: 400;
    font-size: 25px;
}
.event-boards .countdown {
    margin-top: 60px;
}
.contact-call {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 16px;
}
.our-office {
    background: #f5f9ff;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #124b9c;
}
.tab-menu ul > li > a {
    background: #dadfe6;
    border-radius: 0;
    padding: 10px 60px;
    font-size: 14px;
    color: #666;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.tab-menu ul > li > a:hover {
    background: #124b9c;
    color: #fff;
}
.single-info h4 {
    font-size: 16px;
    font-weight: 800;
    color: #314555;
    text-transform: capitalize;
}
.single-info p {
    color: #999;
    margin-bottom: 5px;
}
.single-info h4 i {
    padding: 5px 4px 0 0;
    font-size: 20px;
    color: #124b9c;
}
.tab-content {
    background: #fff;
    padding: 30px 15px;
    overflow: hidden;
}
#google-mapID,
#google-mapID-two,
#google-mapID-three,
#google-mapID-four,
#google-mapID-five {
    height: 380px;
}
.our-office .tab-pane {
    display: block !important;
    position: fixed;
    right: -9999px;
    width: 100%;
}
.our-office .tab-pane.active {
    position: relative;
    left: 0;
}
.our-office .nav-pills > li {
    border-bottom: transparent;
}
.purchase-now {
    background: var(--orange-color);
    padding-top: 30px;
    padding-bottom: 30px;
}
.left-section {
    color: #fff;
}
.left-section h5 {
    font-size: 36px;
    font-weight: 400;
    line-height: 60px;
}
.left-section p {
    color: #fff;
    font-weight: 400;
    font-style: italic;
}
.purchase-btn {
    margin-top: 36px;
    background: #fff;
    color: var(--orange-color);
}
.purchase-btn:hover {
    color: #fff;
}
.footer-post-text {
    margin-bottom: 20px;
}
.footer-overlay {
    background-color: rgba(18, 75, 156, 0.9);
}
.logo-area {
    margin-bottom: 30px;
}
.footer-social {
    margin-top: 28px;
}
.footer-social a {
    background: var(--orange-color);
    border-radius: 50px;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 6px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-social a:hover {
    background: #fff;
    color: #124b9c;
    -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}
.footer-widget .footer-title h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    padding: 0 0 18px;
}
.footer-content .footer-post-time {
    float: left;
    margin-right: 12px;
    background: var(--orange-color);
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    padding: 1px 6px;
    font-weight: 700;
}
.footer-content ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.footer-content ul li a i {
    background: var(--orange-color);
    border-radius: 50px;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    color: #fff;
    display: inline-block;
    margin-right: 6px;
}
.footer-content ul li {
    padding: 6px 0;
}
.footer-post-text a p {
    color: #fff;
}
.day,
.month {
    color: #fff;
}
.about {
    color: #fff;
}
.gallery-widget .img {
    float: left;
    width: 33.333%;
    padding: 0 5px 11px;
}
.sbtn-cust {
    width: 100%;
    text-align: center;
    border: 0;
}
.white {
    color: #fff;
    margin-top: 12px;
    font-size: 13px;
}
.bottom-footer {
    background: #114590;
    -ms-box-shadow: 0 1px 4px 0 rgba(17, 69, 144, 0.5);
    -o-box-shadow: 0 1px 4px 0 rgba(17, 69, 144, 0.5);
    box-shadow: 0 1px 4px 0 rgba(17, 69, 144, 0.5);
}
.themeix-copyright {
    padding: 25px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.themeix-copyright span a {
    color: #fff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.themeix-copyright span a:hover {
    color: var(--orange-color);
}
.themeix-copyright span i {
    color: var(--orange-color);
    padding: 0 5px;
}
.themeix-copyright a {
    font-weight: 700;
    padding-left: 5px;
}
.hero-section {
    background: linear-gradient(
        to right bottom,
        rgba(220, 84, 0, 1),
        rgba(220, 84, 0, 0.6)
    );
    min-height: 100vh;
    padding: 50px 0px;
}
#scrollUp {
    background: var(--orange-color) none repeat scroll 0 0;
    position: fixed;
    bottom: 40px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    right: 3%;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    z-index: 999;
}
.footer-widget {
    padding-bottom: 30px;
}
.form-group input.footer-subs-input {
    border-radius: 4px;
}
.home-v-2 {
    position: relative;
}
.home-v-2 .owl-nav div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 42px;
    color: var(--orange-color);
    background: #f7f7f7;
    height: 42px;
    text-align: center;
    font-size: 18px;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 43px;
}
.home-v-2 .owl-nav .owl-next {
    left: auto;
    right: 0;
}
.home-v-2 .service-iteam {
    background: #2a529d;
    color: #c5d0e4;
    text-align: center;
    padding: 15px 15px;
    height: auto;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mtn-70 {
    margin-top: -40px;
}
.home-v-2 .padd-left-right {
    padding-left: 0;
    padding-right: 0;
}
.home-v-2 .service-iteam i {
    font-size: 50px;
}
.home-v-2 .service-iteam h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 20px 0;
}
.home-v-2 .service-iteam p {
    color: #c5d0e4;
}
.home-v-2 .bg-change-1 {
    background: #3b63af !important;
}
.home-v-2 .bg-change-2 {
    background: #6183c2 !important;
}
.themeix-full-slider {
    background-image: url(../images/slider-image/homepage-v-2-slider.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.home-v-2 .author-info {
    position: relative;
    padding-left: 95px;
    padding-top: 13px;
    margin-bottom: 17px;
    min-height: 70px;
}
.home-v-2 .img-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    overflow: hidden;
}
.home-v-2 .author-designation h3 {
    color: #2a529d;
    font-size: 24px;
    font-weight: 700;
}
.home-v-2 .author-designation span {
    color: #666;
    font-size: 20px;
}
.home-v-2 .service-box {
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0 0 1px rgb(53 72 91 / 7%), 0 2px 2px rgb(0 0 0 / 1%),
        0 4px 4px rgb(0 0 0 / 2%), 0 10px 8px rgb(0 0 0 / 3%),
        0 15px 15px rgb(0 0 0 / 3%), 0 30px 30px rgb(0 0 0 / 4%),
        0 70px 65px rgb(0 0 0 / 5%);
}
.home-v-2 .inner-box {
    position: relative;
    border-radius: 5px;
    background-color: #f7f9fa;
    padding: 23px 25px 19px 60px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    min-height: 318px;
}
.home-v-2 .inner-box .icon-box {
    position: absolute;
    left: 18px;
    top: 26px;
    color: #2a529d;
    font-size: 34px;
    line-height: 1em;
    margin-bottom: 10px;
}
.home-v-2 .icon-detils h3 {
    color: #2a529d;
    font-size: 24px;
    font-weight: 700;
}
.home-v-2 .icon-detils p {
    color: #646a75;
    margin-top: 20px;
    font-size: 14px;
}
.home-v-2 .inner-box:hover {
    background-color: #2a529d;
}
.home-v-2 .inner-box:hover .icon-box i {
    color: #fff;
}
.home-v-2 .inner-box:hover h3 {
    color: #fff;
}
.home-v-2 .inner-box:hover p {
    color: rgba(208, 223, 255, 0.6);
}
.home-v-2 .inner p {
    padding: 20px 0;
}
.home-v-2 .parallax-bg {
    background: url(../images/paralax-bg/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    background-position: center center;
}
.home-v-2 .parallax-overlay {
    background-color: rgba(30, 84, 161, 0.5);
    padding: 120px 0;
}
.home-v-2 .inner-parallax {
    text-align: center;
}
.home-v-2 .inner-parallax p.first {
    color: #fff;
    font-weight: 400;
    font-size: 36px;
    line-height: 65px;
}
.home-v-2 .inner-parallax p.second {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
}
.home-v-2 .hv-about-us {
    background: #fff;
    overflow: hidden;
}
.home-v-2 .about-img {
    width: 270px;
    height: 270px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #646a75;
    text-align: center;
    margin: 0 auto;
    box-shadow: -3px 1px 35px -4px rgba(0, 0, 0, 0.28);
}
.about-descr {
    margin-top: 10px;
}
.about-descr h6 {
    font-size: 15px;
    color: #646a75;
    font-weight: 700;
}
ul.info li {
    font-size: 15px;
    color: #646a75;
    font-weight: 400;
    margin-bottom: 4px;
}
ul.info li:before {
    content: "\f101";
    font-family: fontawesome;
    margin-right: 10px;
    color: #1e53a0;
}
.we-love-to-heart {
    background-image: url(../images/web-love-image/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.we-love-overlay {
    background-color: rgba(30, 84, 161, 0.7);
    padding-top: 72px;
    padding-bottom: 80px;
}
.we-love-to-heart .colo-chang {
    color: #fff;
}
.review-us-box {
    text-align: center;
    color: #fff;
    border-radius: 5px;
    position: relative;
}
.review-us-box > img {
    border-radius: 10px;
}
.review-container {
    text-align: center;
}
.google-bg {
    background: #d2453f;
    background: -webkit-linear-gradient(
        top,
        #d2453f 26%,
        #e76862 53%,
        #e76862 53%,
        #d2453f 78%
    );
    background: linear-gradient(
        to bottom,
        #d2453f 26%,
        #e76862 53%,
        #e76862 53%,
        #d2453f 78%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2453f',endColorstr='#d2453f',GradientType=0 );
}
.facebook-bg {
    background: #3f85d3;
    background: -webkit-linear-gradient(
        top,
        #3f85d3 0%,
        #62a1e7 47%,
        #62a1e7 49%,
        #3f85d3 100%
    );
    background: linear-gradient(
        to bottom,
        #3f85d3 0%,
        #62a1e7 47%,
        #62a1e7 49%,
        #3f85d3 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f85d3',endColorstr='#3f85d3',GradientType=0 );
}
.yelp-bg {
    background: #b4483d;
    background: -webkit-linear-gradient(
        top,
        #b4483d 0%,
        #cd574b 49%,
        #cd574b 50%,
        #b4483d 86%
    );
    background: linear-gradient(
        to bottom,
        #b4483d 0%,
        #cd574b 49%,
        #cd574b 50%,
        #b4483d 86%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4483d',endColorstr='#b4483d',GradientType=0 );
}
.review-inner-box {
    padding: 25px;
}
.icons:before {
    font-family: fontawesome;
    content: "\f005  \f005  \f005  \f005  \f005";
    font-size: 25px;
}
.review-us-box .review-inner-box h3 {
    font-weight: 300;
    font-size: 24px;
    letter-spacing: 2px;
}
.icons {
    margin-bottom: 15px;
}
.review-us-box h1 {
    font-size: 40px;
    margin-top: 15px;
    font-weight: 700;
}
.pt-minus {
    margin-top: 17px !important;
}
.custom-width {
    width: 100% !important;
}

@media (min-width: 768px) {
    .d-flex {
        display: flex;
        align-items: center;
    }
}

.inner-cust-padding {
    margin: auto;
    position: relative;
    display: flex;
    align-items: center;
}
.inner-slider-caption {
    padding:3% 5%;
}
.page-heading {
    /* background-image: url(../images/nursing-bg/head-bg.jpg); */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-overlay {
    background: rgba(15, 62, 130, 1);
    padding-top: 60px;
    padding-bottom: 60px;
}
.nursing-head {
    color: #fff;
}
.list {
    margin-top: 20px;
}
.list li {
    display: inline-block;
    font-size: 14px;
}
.list li + li:before {
    content: "\f105";
    font-family: fontawesome;
    margin-right: 10px;
    margin-left: 10px;
}
.list li a {
    color: #fff;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-size: 14px;
}
.list li a:hover {
    color: #fff;
}
.left-content {
    padding-right: 20px;
    overflow: hidden;
}
.left-content h4 {
    font-size: 18px;
    color: var(--orange-color);
    font-weight: 700;
    margin-bottom: 10px;
}
.left-content h2 {
    font-weight: 700;
    color: #124b9c;
    font-size: 30px;
    margin-bottom: 20px;
    position: relative;
    padding-top: 20px;
}
.left-content h2:after {
    position: absolute;
    left: 0%;
    width: 50px;
    border-radius: 5px;
    border: 2px solid var(--orange-color);
    top: 42px;
    content: "";
    top: 0;
}
.submit-form {
    margin-top: -156px;
    position: relative;
}
.effect2 {
    position: relative;
}
.effect2:before,
.effect2:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 20px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 20px 10px #d2d2d2;
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
}
.effect2:after {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
    right: 10px;
    left: auto;
}
.bg-change {
    background: #0f3e82;
}
.head-bg-change {
    background: var(--orange-color);
}
.head-bg-change p {
    color: #fff;
}
.have-questions {
    border: solid 1px #ddd;
    text-align: center;
    margin-top: 55px;
    padding-top: 43px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    background: #fff;
}
.have-title h3 {
    font-size: 24px;
    color: var(--orange-color);
    margin-bottom: 30px;
}
.phone {
    margin-bottom: 23px;
}
.contact-info phone .contact-call {
    color: #646a75;
}
.contact-info .phone .contact-phone {
    color: #0f3e82;
    font-size: 18px;
    font-weight: 900;
}
.parallax-window {
    min-height: 400px;
    background: 0 0;
}
.box h3 {
    text-align: center;
    position: relative;
    top: 80px;
}
.box {
    width: 70%;
    background: #fff;
}
.skill_title h1 {
    font-weight: 700;
    font-size: 30px;
    color: #124b9c;
    margin-bottom: 18px;
}
.skill-wrapper h5 {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}
.progress {
    background-color: #e6e5e5;
    border-radius: 0;
    box-shadow: none;
    height: 16px;
    overflow: visible;
}
.progress {
    height: 16px;
    margin-bottom: 7px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
    background-color: #124b9c;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 100%;
    line-height: 10px;
    text-align: right;
    width: 0;
}
.ttop {
    border-radius: 50%;
    color: #333;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    right: -15px;
    text-align: center;
    top: -19px;
}
.nav-pills > li {
    background: #6291d5;
    border-bottom: 1px solid#75A5DA;
}
.nav-pills li > a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding: 14px 10px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.nav-stacked > li + li {
    margin-top: 0;
    margin-left: 0;
}
.nav-pills li > a:hover {
    border-radius: 0;
    background: #124b9c;
}
.content-bg {
    background: #f5f9ff;
    padding: 20px;
    font-size: 17px;
    font-family: open sans, sans-serif;
    font-style: italic;
    font-weight: 400;
    color: #666;
    margin-top: 18px;
    margin-bottom: 23px;
}
.padd-right {
    padding-right: 35px;
}
.nav.nav-pills.nav-stacked li a:hover,
.nav.nav-pills.nav-stacked li a:hover,
.nav.nav-pills.nav-stacked li a:focus {
    background-color: #124b9c;
    color: #fff;
    border-radius: 0;
}
.blog-gride {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    box-shadow: 0 0 2px 0 rgba(50, 50, 50, 0.35);
    margin-bottom: 30px;
}
.blog-gride .image {
    position: relative;
    overflow: hidden;
}
.overlay-img:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
}
.blog-gride:hover .overlay-img:before {
    -webkit-animation: circle 0.75s;
    animation: circle 0.75s;
}
@-webkit-keyframes circle {
    0% {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
    }
    40% {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
    }
    100% {
        width: 1000px;
        height: 1000px;
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
    }
}
@keyframes circle {
    0% {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
    }
    40% {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
    }
    100% {
        width: 1000px;
        height: 1000px;
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
    }
}
.date-box {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    color: #fff;
    font-size: 20px;
    min-width: 80px;
    line-height: 32px;
    font-weight: 700;
    padding-top: 16px;
    text-align: center;
    display: inline-block;
    background-color: #13468f;
    text-transform: uppercase;
}
.date-box span {
    display: block;
    font-size: 12px;
    font-weight: 400;
}
.blog-caption {
    padding-top: 20px;
}
.blog-head h3 {
    margin-bottom: 6px;
    font-weight: 600;
}
.title-link {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    line-height: 30px;
}
.blog-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    line-height: 30px;
}
.blog-head h3 a:hover {
    color: var(--orange-color);
}
.blog-author-name ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.blog-author-name ul li {
    display: inline-block;
}
.blog-author-name ul li a {
    color: #777;
    font-size: 14px;
    margin-right: 15px;
}
.blog-author-name ul li a i {
    margin-right: 10px;
    color: var(--orange-color);
}
.blog-caption .details-text p {
    color: #333;
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 400;
}
.themeix-widget {
    background: #fafafa;
    padding: 25px 20px 20px;
}
.widget-title h3 {
    margin: 0 0 20px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
    color: #444;
}
.text-widget p {
    margin-bottom: 0;
}
.form-group .custom-design {
    border: 1px solid #e8e8e8;
    box-shadow: inset 0 1px 1px transparent;
    font-size: 14px;
}
.form-group {
    position: relative;
    padding: 6px 0;
}
.search-icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 46px;
    width: 48px;
    line-height: 45px;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #fff;
    background: var(--orange-color);
    border: none;
    border-radius: 0 3px 3px 0;
}
.search-form .form-group {
    margin-bottom: 0;
}
.search-form .form-group input[type="text"] {
    margin-bottom: 0;
}
.categories-list ul li {
    border-bottom: 1px dashed #ccc;
}
.categories-list ul li:first-child a {
    padding-top: 0;
}
.categories-list ul li:last-child {
    border-bottom: none;
}
.categories-list ul li:last-child a {
    padding-bottom: 0;
}
.categories-list ul li a {
    display: block;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 14px 0 12px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.categories-list ul li a:before {
    content: "\f105";
    font-family: fontawesome;
    margin-right: 10px;
}
.categories-list ul li a:hover {
    color: var(--orange-color);
}
.tag-cloud {
    overflow: hidden;
}
.tag-cloud a {
    float: left;
    color: #777;
    text-transform: uppercase;
    padding: 8px 15px;
    margin: 0 0 10px 5px;
    text-align: center;
    line-height: 20px;
    font-weight: 300;
    border: 1px solid #e8e8e8;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.tag-cloud a:hover {
    background: var(--orange-color);
    border: 1px solid var(--orange-color);
    color: #fff;
}
.recent-post {
    position: relative;
    font-size: 14px;
    color: #666;
    padding: 0;
    padding-left: 80px;
    min-height: 70px;
    margin-bottom: 15px;
}
.img-thum {
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 3px;
}
.recent-post {
    border-bottom: 1px dashed #ccc;
}
.recent-post:last-child {
    border-bottom: none;
}
.recent-details h5 {
    line-height: 24px;
}
.recent-details h5 a {
    color: #777;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.recent-details h5 a:hover {
    color: var(--orange-color);
}
.img-thum img {
    width: 60px;
    height: 60px;
}
.meta-post {
    margin-bottom: 12px;
}
.meta-post ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    font-style: italic;
}
.meta-post ul li i {
    padding-right: 5px;
    font-style: normal;
    color: var(--orange-color);
}
.theme-pagination ul li {
    display: inline-block;
}
.theme-pagination ul li a {
    height: 35px;
    line-height: 31px;
    min-width: 35px;
    text-align: center;
    font-weight: 400;
    color: #777;
    border: 1px solid #e1e1e1;
    padding: 0;
    border-radius: 0 !important;
    position: relative;
    display: block;
    background: 0 0;
    font-size: 15px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.theme-pagination ul li a:hover {
    background: var(--orange-color);
    border: 1px solid var(--orange-color);
    color: #fff;
}
.theme-pagination ul li.active a {
    background: var(--orange-color);
    border: 1px solid var(--orange-color);
    color: #fff;
}
.post-details-article {
    background: #114590;
    position: relative;
    padding: 54px 0;
    padding: 30px;
    padding-left: 145px;
}
.post-details-article p {
    color: #fff;
}
.post-details-article:before {
    content: "\f0a4";
    font-family: fontawesome;
    position: absolute;
    left: 30px;
    top: 18px;
    font-size: 30px;
    background: #fff;
    color: #000;
    border-radius: 100%;
    text-align: center;
    height: 80px;
    width: 80px;
    line-height: 80px;
}
.post-extra {
    margin-top: 20px;
}
.tags-widget ul li {
    display: inline-block;
    margin: 0 5px;
}
.tags-widget ul li span {
    color: #222;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}
.tags-widget ul li a {
    font-size: 14px;
    line-height: 24px;
    display: block;
    text-decoration: underline;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.tags-widget ul li a:hover {
    color: var(--orange-color);
}
.flot--left {
    float: left;
}
.social-widget ul li {
    display: inline-block;
    margin: 0 5px;
}
.social-widget ul li span {
    color: #222;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}
.social-widget ul li a {
    font-size: 14px;
    line-height: 24px;
    display: block;
    text-decoration: underline;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.social-widget ul li a:hover {
    color: var(--orange-color);
}
.flot--right {
    float: right;
}
.post-nav {
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 68px;
}
.post-btn {
    padding: 8px 29px 6px;
    border-radius: 0;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    display: inline-block;
    background: var(--orange-color);
    color: #fff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 1px solidvar(--orange-color);
}
.post-btn:hover {
    background: #fff;
    color: #114590;
    border: 1px solidvar(--orange-color);
}
.check-list {
    margin-top: 30px;
}
.check-list ul li:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px;
    color: var(--orange-color);
}
.check-list ul li {
    float: left;
    width: 50%;
    margin: 5px 0;
}
.check-list ul li a {
    color: #777;
    font-size: 16px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.check-list ul li a:hover {
    color: var(--orange-color);
}
.comment-title h3 {
    margin-bottom: 30px;
    padding-bottom: 18px;
    position: relative;
}
.comment-wrapper {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.left-img {
    width: 80px;
    height: 80px;
    display: block;
    float: left;
}
.comment-list {
    margin-top: 30px;
}
.comment-content {
    margin-left: 110px;
}
.comment-name {
    display: inline-block;
    margin-top: 5px;
    margin-right: 20px;
    color: #555;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}
.comment-date {
    display: inline-block;
    color: #999;
    font-size: 12px;
    line-height: 22px;
}
.comment-date:before {
    content: "\f073";
    font-family: fontawesome;
}
.comment-content p {
    margin-top: 21px;
}
.reply-link {
    color: #2e2b2b;
    text-transform: capitalize;
    border-bottom: 2px solid #eee;
    padding-bottom: 3px;
    margin-bottom: 6px;
    display: inline-block;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    font-size: 14px;
}
a.reply-link:before {
    content: "\f122";
    color: #909090;
    display: inline-block;
    font-family: fontawesome;
    margin-right: 10px;
}
.reply-link:hover {
    color: var(--orange-color);
}
.comment-box-style .form-control {
    border: 1px solid #b3acac;
    box-shadow: inset 0 1px 1px transparent;
    font-size: 14px;
    border-radius: 10px;
}
.comment-box-style label span {
    color: #333;
    font-weight: 500;
    font-size: 15px;
}
input[type="text"],
input[type="email"],
input[type="phone"],
input[type="password"],
input[type="url"],
input[type="number"],
input[type="tel"],
input[type="date"],
textarea,
select {
    background: #fff;
    border: 1px solid #dfdbdb;
    color: #666;
    font-size: 14px;
    font-weight: 300;
    height: 35px;
    padding: 0 10px;
    width: 100%;
    border-radius: 5px;
}
.btn {
    height: 47px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="phone"]:focus,
input[type="url"]:focus,
textarea:focus {
    border: 1px solid var(--orange-color);
}
textarea {
    background: #fff;
    border: 1px solid #b3acac;
    color: #666;
    font-size: 14px;
    font-weight: 300;
    padding: 10px 10px 10px 20px;
    width: 100%;
    margin-bottom: 12px;
    border-radius: 10px;
}
.send-button {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    border: 2px solid transparent;
    line-height: 36px;
    padding: 0 25px;
    font-weight: 600;
    cursor: pointer;
    background: var(--orange-color);
    text-transform: uppercase;
}
.custom-mt {
    margin-top: 0 !important;
}
.contact-form {
    box-shadow: 0 0 0 1px rgb(53 72 91 / 7%), 0 2px 2px rgb(0 0 0 / 1%),
        0 4px 4px rgb(0 0 0 / 2%), 0 10px 8px rgb(0 0 0 / 3%),
        0 15px 15px rgb(0 0 0 / 3%), 0 30px 30px rgb(0 0 0 / 4%),
        0 70px 65px rgb(0 0 0 / 5%);
}
.custom-mt {
    margin-top: 40px !important;
}
.main-office-address {
    margin-top: 50px;
}
.main-office-address h3 {
    padding-bottom: 18px;
    font-size: 22px;
    line-height: 35px;
    color: #1b2725;
    font-weight: 900;
}
.main-office-address p {
    font-size: 14px;
    color: #4e5453;
    font-weight: 400;
}
.main-office-address ul li {
    margin-bottom: 12px;
    font-size: 14px;
    display: block;
}
.main-office-address ul li a {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.main-office-address ul li a:hover {
    color: #13458f;
}
.main-office-address ul li i {
    margin-top: 6px;
    font-size: 18px;
    min-width: 20px;
    color: var(--orange-color);
    margin-right: 10px;
}
#loading {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0;
    top: 0;
}
#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100px;
    width: 100px;
    margin-top: -50px;
    margin-left: -50px;
}
.object {
    width: 25px;
    height: 25px;
    background-color: transparent;
    margin-right: auto;
    margin-left: auto;
    border: 4px solid #ef4a4a;
    left: 37px;
    top: 37px;
    position: absolute;
}
#first_object {
    -webkit-animation: first_object 1s infinite;
    animation: first_object 1s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
#second_object {
    -webkit-animation: second_object 1s infinite;
    animation: second_object 1s infinite;
}
#third_object {
    -webkit-animation: third_object 1s infinite;
    animation: third_object 1s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
#forth_object {
    -webkit-animation: forth_object 1s infinite;
    animation: forth_object 1s infinite;
}
@-webkit-keyframes first_object {
    0% {
        -ms-transform: translate(1, 1) scale(1, 1);
        -webkit-transform: translate(1, 1) scale(1, 1);
        transform: translate(1, 1) scale(1, 1);
    }
    50% {
        -ms-transform: translate(150%, 150%) scale(2, 2);
        -webkit-transform: translate(150%, 150%) scale(2, 2);
        transform: translate(150%, 150%) scale(2, 2);
    }
    100% {
        -ms-transform: translate(1, 1) scale(1, 1);
        -webkit-transform: translate(1, 1) scale(1, 1);
        transform: translate(1, 1) scale(1, 1);
    }
}
@keyframes first_object {
    0% {
        -ms-transform: translate(1, 1) scale(1, 1);
        -webkit-transform: translate(1, 1) scale(1, 1);
        transform: translate(1, 1) scale(1, 1);
    }
    50% {
        -ms-transform: translate(150%, 150%) scale(2, 2);
        -webkit-transform: translate(150%, 150%) scale(2, 2);
        transform: translate(150%, 150%) scale(2, 2);
    }
    100% {
        -ms-transform: translate(1, 1) scale(1, 1);
        -webkit-transform: translate(1, 1) scale(1, 1);
        transform: translate(1, 1) scale(1, 1);
    }
}
@-webkit-keyframes second_object {
    0% {
        -ms-transform: translate(1, 1) scale(1, 1);
        -webkit-transform: translate(1, 1) scale(1, 1);
        transform: translate(1, 1) scale(1, 1);
    }
    50% {
        -ms-transform: translate(-150%, 150%) scale(2, 2);
        -webkit-transform: translate(-150%, 150%) scale(2, 2);
        transform: translate(-150%, 150%) scale(2, 2);
    }
    100% {
        -ms-transform: translate(1, 1) scale(1, 1);
        -webkit-transform: translate(1, 1) scale(1, 1);
        transform: translate(1, 1) scale(1, 1);
    }
}
@keyframes second_object {
    0% {
        -ms-transform: translate(1, 1) scale(1, 1);
        -webkit-transform: translate(1, 1) scale(1, 1);
        transform: translate(1, 1) scale(1, 1);
    }
    50% {
        -ms-transform: translate(-150%, 150%) scale(2, 2);
        -webkit-transform: translate(-150%, 150%) scale(2, 2);
        transform: translate(-150%, 150%) scale(2, 2);
    }
    100% {
        -ms-transform: translate(1, 1) scale(1, 1);
        -webkit-transform: translate(1, 1) scale(1, 1);
        transform: translate(1, 1) scale(1, 1);
    }
}
@-webkit-keyframes third_object {
    0% {
        -ms-transform: translate(1, 1) scale(1, 1);
        -webkit-transform: translate(1, 1) scale(1, 1);
        transform: translate(1, 1) scale(1, 1);
    }
    50% {
        -ms-transform: translate(-150%, -150%) scale(2, 2);
        -webkit-transform: translate(-150%, -150%) scale(2, 2);
        transform: translate(-150%, -150%) scale(2, 2);
    }
    100% {
        -ms-transform: translate(1, 1) scale(1, 1);
        -webkit-transform: translate(1, 1) scale(1, 1);
        transform: translate(1, 1) scale(1, 1);
    }
}
@keyframes third_object {
    0% {
        -ms-transform: translate(1, 1) scale(1, 1);
        -webkit-transform: translate(1, 1) scale(1, 1);
        transform: translate(1, 1) scale(1, 1);
    }
    50% {
        -ms-transform: translate(-150%, -150%) scale(2, 2);
        -webkit-transform: translate(-150%, -150%) scale(2, 2);
        transform: translate(-150%, -150%) scale(2, 2);
    }
    100% {
        -ms-transform: translate(1, 1) scale(1, 1);
        -webkit-transform: translate(1, 1) scale(1, 1);
        transform: translate(1, 1) scale(1, 1);
    }
}
@-webkit-keyframes forth_object {
    0% {
        -ms-transform: translate(1, 1) scale(1, 1);
        -webkit-transform: translate(1, 1) scale(1, 1);
        transform: translate(1, 1) scale(1, 1);
    }
    50% {
        -ms-transform: translate(150%, -150%) scale(2, 2);
        -webkit-transform: translate(150%, -150%) scale(2, 2);
        transform: translate(150%, -150%) scale(2, 2);
    }
    100% {
        -ms-transform: translate(1, 1) scale(1, 1);
        -webkit-transform: translate(1, 1) scale(1, 1);
        transform: translate(1, 1) scale(1, 1);
    }
}
@keyframes forth_object {
    0% {
        -ms-transform: translate(1, 1) scale(1, 1);
        -webkit-transform: translate(1, 1) scale(1, 1);
        transform: translate(1, 1) scale(1, 1);
    }
    50% {
        -ms-transform: translate(150%, -150%) scale(2, 2);
        -webkit-transform: translate(150%, -150%) scale(2, 2);
        transform: translate(150%, -150%) scale(2, 2);
    }
    100% {
        -ms-transform: translate(1, 1) scale(1, 1);
        -webkit-transform: translate(1, 1) scale(1, 1);
        transform: translate(1, 1) scale(1, 1);
    }
}
.single-testimonial {
    display: block;
    position: relative;
    width: 96%;
    box-shadow: -4px 3px -9px 5px #777;
}
.testimonial-info {
    background-color: #f3f7fa;
    padding: 30px 30px 30px 40px;
    position: relative;
}
.testimonial-info:after {
    border-right: 80px solid transparent;
    border-top: 80px solid #f3f7fa;
    content: "";
    height: 0;
    position: absolute;
    right: 30px;
    width: 0;
}
.testimonial-info > p {
    color: #666;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    padding: 21px;
    position: relative;
}
.testimonial-info > p:before {
    content: "\f10d";
    font-family: fontawesome;
    font-size: 26px;
    left: -8px;
    position: absolute;
    top: 16px;
}
.testimonial-author {
    margin-right: 70px;
    margin-top: 65px;
    text-align: right;
}
.testimonial-author > h5 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}
.testimonial-author > span {
    display: block;
    font-size: 14px;
}
.event-booking input {
    border: 1px solid #ddd;
}
.event-booking textarea {
    border-radius: 0;
}
.event-booking textarea:focus {
    border-color: var(--orange-color);
}
#scrollUp {
    background-color: var(--orange-color);
    position: fixed;
    bottom: 40px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    right: 3%;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 40px;
    text-align: center;
}
.section-heading {
    color: #124b9c;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 15px;
}
.companys-videos {
    margin: 0 auto;
    text-align: center;
}
.themeix-button {
    margin-bottom: 20px;
    margin-top: 15px;
}
.orange-text {
    color: var(--orange-color);
}
.green-text {
    color: var(--green-color);
}
.grey-bg {
    background-color: #e3e8ed;
}
.feature-box {
    box-shadow: 0 0 0 1px rgb(53 72 91 / 7%), 0 2px 2px rgb(0 0 0 / 1%),
        0 4px 4px rgb(0 0 0 / 2%), 0 10px 8px rgb(0 0 0 / 3%),
        0 15px 15px rgb(0 0 0 / 3%), 0 30px 30px rgb(0 0 0 / 4%),
        0 70px 65px rgb(0 0 0 / 5%);
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 20px 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}
.feature-title {
    color: var(--orange-color);
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}
.feature-content {
    color: #333;
    font-size: 15px;
}
.feature-icon {
    background: #ffffff;
    border-color: 2px solid #e9eff5;
    border-radius: 200px;
    padding: 15px;
}
.themeix-lf-head-title.text-left {
    text-align: left !important;
}
.themeix-lf-head-title.text-left .separater {
    left: 5% !important;
}
.header-top a {
    font-size: 15px;
    font-weight: 500;
}
.section-subtitle {
    font-size: 22px;
    padding-bottom: 20px;
    font-weight: 600;
    color: var(--blue-color);
    line-height: 1.5;
}

.card {
    width: 300px;
    margin: 10px;
    background-color: white;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
}
.card:hover .card__caption {
    top: 50%;
    transform: translateY(-50%);
}
.card:hover .card__image {
    transform: translateY(-10px);
}
.card:hover .card__thumb::after {
    top: 0;
}
.card:hover .card__snippet {
    margin: 20px 0;
}
.card__thumb {
    position: relative;
    min-height: 300px;
    overflow: hidden;
    margin: 0;
}
@media (min-width: 1024px) {
    .card__thumb {
        max-height: 500px;
    }
}
.card__thumb::after {
    position: absolute;
    top: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.5) 40%,
        rgba(255, 255, 255, 0) 100%
    );
    transition: 0.3s;
}
.card__image {
    transition: 0.5s ease-in-out;
}
.card__caption {
    position: absolute;
    top: 50%;
    z-index: 1;
    padding: 0 20px;
    color: white;
    transform: translateY(-50%);
    text-align: center;
    transition: 0.3s;
    backdrop-filter: blur(14px);
}
@media (min-width: 1024px) {
    .card__caption {
        transform: unset;
    }
}
.card__title {
    display: -webkit-box;
    overflow: hidden;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.card__snippet {
    display: -webkit-box;
    margin: 10px 0;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.5;
    text-overflow: ellipsis;
    transition: 0.5s ease-in-out;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    color: #fff;
}

.card__button {
    display: inline-block;
    padding: 10px 20px;
    color: white;
    border: 1px solid white;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s;
}
.card__button:hover {
    color: black;
    background-color: white;
}

.disclaimer {
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 2;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 10px;
    background-color: white;
    transform: translateX(-50%);
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    text-align: center;
}
.disclaimer__link {
    color: #755d87;
    text-decoration: none;
}
.register-content {
    padding-bottom: 120px;
}
.register-form {
    box-shadow: 0px 0px 5px 1px rgb(242, 187, 140);
    padding: 30px 50px;
    margin-top: -100px;
    background-color: #fff;
    border-radius: 15px;
    margin-left: 50px;
    margin-right: 50px;
}
.form-title {
    font-size: 20px;
    color: #333;
    line-height: 1.5;
    font-weight: 600;
}
.form-select,
.form-control {
    color: #333;
    font-size: 14px;
    font-weight: 400;
}
.control-label {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    margin-bottom: 6px;
    margin-top: 10px;
}
.sm-text {
    color: #333;
    font-weight: 500;
}
.bg-proc {
    background-color: #111;
}
.text-white {
    color: #fff !important;
}
.img-circle-3 {
    background: var(--orange-color);
    padding: 15px 10px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.bounceIn > b {
    color: #fff;
    font-size: 16px;
}
.kt-svg-icon-list{
    margin-top: 50px;
}
.kt-svg-icon-list li {
    margin: 15px 0px;
    padding: 12px 20px !important;
    background-color: #edf2f7;
    border-radius: 200px;
    color: #333;
    font-weight: 500;
    font-size: 15px;
}
.kt-svg-icon-list li i {
    font-size: 20px;
    margin-right: 15px;
}
.bg-blue {
    background-color: var(--blue-color);
}
.notice {
    padding-left: 3%;
    border-left: 5px solid var(--orange-color);
}
.text-fade {
    color: rgba(255, 255, 255, 0.8);
}
.accordion-item {
    border-radius: 15px !important;
    margin-bottom: 15px;
    overflow: hidden;
}
.service-header nav li a {
    background: var(--blue-color);
    border-right: 1px solid #fff;
    color: #fff;
    display: block;
    float: left;
    width: 25%;
    padding: 10px;
    border-right: 1px solid #fff;
    font: 400 15px/1.4 "Poppins", sans-serif;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    transition: background 0.5s ease;
}
.top-links {
    text-align: right;
}
.top-links ul li {
    display: inline-block;
}
.service-header nav li a:hover{
    background-color: var(--orange-color);
}
@media (max-width: 768px) {
    p{
        font-size: 12px;
    }
    .top-links ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .top-links ul li a{
        font-size: 12px;
        padding: 7px 10px;
    }
    .service-header nav li a {
        width: 100%;
        padding-top: 8px;
        padding-bottom: 8px;
        border-bottom: 1px solid #fff;
        font-size: 13px;
    }
    .w-sm-100{
        width: 100%;
        text-align: center;
    }
    .header-top{
        padding: 3px 0;
    }
    .header-top a{
        font-size: 10px;
    }
    .sm-flex{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .register-form{
        padding: 20px 15px;
        margin-left: 5px;
        margin-right: 5px;
        margin-top: -112px;
    }
    .form-title{
        font-size: 10px;
        margin-bottom: 0 !important;
    }
    .register-form .pt-3{
        padding-top: 10px !important;
    }
    .control-label {
        font-size: 12px;
        margin-bottom: 4px;
        margin-top: 0px;
    }
    .sm-text{
        font-size: 9px;
    }
    .section-subtitle{
        font-size: 18px;
    }
    .kt-svg-icon-list li {
        margin: 10px 0px;
        padding: 4px 12px !important;
        font-size: 12px;
        display: flex;
        align-items: center;
    }
    .accordion-button{
        font-size: 12px;
        line-height: 1.5;
    }
    .img-circle-3{
        height: 70px;
        width: 70px;
    }
    .themeix-lf-head-title h2 {
        font-size: 30px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    input[type="text"], input[type="email"], input[type="phone"], input[type="password"], input[type="url"], input[type="number"], input[type="tel"], input[type="date"], textarea, select{
        font-size: 12px;
    }
}
.policy-title{
    font-size: 18px;
    font-weight: 400;
    color: var(--blue-color);
    margin: 15px 0 8px;
}