@font-face {
    font-family: LuckiestGuy;
    src: url(NewAthleticM54-31vz.ttf);
}
@font-face {
    font-family: LuckiestGuy;
    src: url(NewAthleticM54-31vz.ttf);
}
@font-face {
    font-family: Raleway-Regular;
    src: url(px.woff2);
}
@font-face {
        font-family: Roboto;
    src: url(SLXVc1nY6HkvangtZmpQdkhzfH5lkSscQyyS4J0.woff2);
}


@font-face {
    font-family: eng;
    src: url(poppins.woff2);
}



* {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    font-size: 100%;
}
body,
html {
    height: 100%;
}
body {
color: #555;
font-size: 14px;
line-height: 29px;
    
    font-family: Roboto, eng;
    direction: rtl;
text-align: right;
}
button {
    cursor: pointer;
    border: none;
    background: 0 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #243d7b;
    
    
    margin: 0;
}
h3 {
    font-size: 18px;
    line-height: 30px;
    
}
a,
a:active,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
    border: none;
}
img {
    max-width: 100%;
    height: auto;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
}
i {
    font-style: normal;
}
li,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
li,
ol {
    margin: 0;
    padding: 0;
}


.container {
  max-width: 1240px;
}


.auto-container {
    position: static;
    max-width: 1240px;
    padding: 0 15px;
    margin: 0 auto;
}
.btn-one {
    position: relative;
    display: inline-block;
    background-color: #1dc0e8;
    color: #fff;
    font-size: 15px;
    line-height: 50px;
    text-transform: capitalize;
    border-radius: 6px;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
padding: 0 25px;
}/*
.btn-one:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #0a5d8f;
    content: "";
    border-radius: 40px;
    transform: scaleX(0) rotateX(0);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}*/

.btn-one:hover {
    color: #fff;
    background-color: #7DC354;
}

/*
.btn-one:hover:after {
    transform: scaleX(1) rotateX(0);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}*/
.btn-one .txt {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}
.btn-one i.round {
    position: relative;
    margin-right: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 25px;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.btn-one:hover i.round {
    color: #fff;
    margin-left: 25px;
    transform: rotate(360deg);
}
.btn-style3 {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    background: #f4f5f7;
    border-radius: 50%;
    color: #243d7b;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    transition: all 0.2s linear;
    transition-delay: 0.1s;
    z-index: 1;
}
.btn-style3:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background: #243d7b;
    content: "";
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: -1;
}
.btn-style3:hover:before {
    transform: scale(1);
}
.btn-style3:hover {
    color: #fff;
}
.sec-title {
    position: relative;
    display: block;
    margin-bottom: 15px;
    text-align: center;
}
.sec-title h2 {
    color: #243d7b;
    font-size: 22px;
    position: relative;
    text-transform: capitalize;
margin-bottom: 7px;
}
.sec-title h2 span {
    color: #e31a22;
}
.sec-title p {
    color: #666;
}
.owl-theme .owl-next span,
.owl-theme .owl-prev span {
    display: none;
}
.owl-carousel {
    direction: ltr;
}
.accordion-box {
    position: relative;
    display: block;
}
.accordion-box .accordion {
    position: relative;
    border-radius: 0;
    
    display: block;
-webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
box-shadow: 0 1px 15px rgba(108, 118, 134, 0.24);
background: #ffffff;
margin-bottom: 10px;

}
.accordion-box .accordion .accord-btn {
    position: relative;
    display: block;
    cursor: pointer;
    transition: all 0.5s ease;border-bottom: 1px solid transparent;
}

.accordion-box .accordion .accord-btn h4 {
color: #333;
font-size: 15px;
min-height: 46px;
line-height: 25px;
transition: all 0.5s ease;
padding: 5px 30px 0 15px;
margin-right: 46px;
display: grid;
align-items: center;
}
.accordion-box .accordion .accord-btn::after {
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    content: "\f104";
    top: 0;
    right: 0;
    color: #fff;
    font-size: 22px;
    line-height: 20px;
    
    text-align: center;

    transition: all 0.5s ease 0s;
    line-height: 55px;
background: #7dc354;;width: 55px;
}
.accordion-box .accordion .accord-btn.active {
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;border-bottom-color: #eeeeee;
}
.accordion-box .accordion .accord-btn.active h4 {
    color: #0a5d8f;
}
.accordion-box .accordion .accord-btn.active:after {
content: "\f107";
color: #fff;
background: #006841;
}
.accordion-box .accordion .accord-content {

    display: none;
    position: relative;
padding: 15px;
font-size: 14.5px;

}
.accordion-box .accordion .accord-content.collapsed {
    display: block;
}
.accordion-box .accordion .accord-content p {
    color: #000;
    font-size: 14px;
    margin: 0;
}
.boxed_wrapper {
    position: relative;
    overflow: hidden;
    background: #fff none repeat scroll 0 0;
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    min-height: 400px;
}
.scroll-top {
    position: fixed;
    right: 20px;
    bottom: 22px;
    width: 50px;
    height: 50px;
    background: #1dc0e8;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    line-height: 55px;
    
    text-align: center;
    text-transform: uppercase;
    display: none;
    cursor: pointer;
    transition: all 0.2s linear;
    transition-delay: 0s;
    transition-delay: 0.1s;
    z-index: 999999999;
}
.scroll-top:hover {
    background: #e31a22;
}
.nav-outer .mobile-nav-toggler {
    position: relative;
    display: none;
    float: right;
    cursor: pointer;
    padding: 30px 0;
}
.nav-outer .mobile-nav-toggler .inner {
    position: relative;
    display: block;
    padding: 3px 5px;
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    max-width: 100%;
    height: 100%;
    padding-right: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}
.mobile-menu .menu-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 13, 40, 0.9);
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    z-index: 1;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.7;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.mobile-menu .mCSB_inside > .mCSB_container {
    margin-right: 5px;
}
.mobile-menu .navbar-collapse {
    display: block !important;
}
.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: center;
}
.mobile-menu .nav-logo a {
    position: relative;
    display: inline-block;
}
.mobile-menu-visible {
    overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}
.mobile-menu .menu-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #fff;
    padding: 0 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.mobile-menu .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #333;
    font-size: 20px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.close-btn span {
    line-height: 30px;
    background: #e31a22;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    color: #fff;
}
.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}
.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > ul > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    padding: 10px 25px;
    color: #333;
    font-size: 15px;
    line-height: 24px;
    
    text-align: right;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.mobile-menu .navigation li > a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.mobile-menu .navigation li.current > a:before {
    height: 100%;
}
.mobile-menu .navigation li ul li > a {
    font-size: 14px;
    font-weight: 400;
    margin-left: 20px;
    text-transform: capitalize;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    top: 6px;
    left: 20px;
    width: 32px;
    height: 32px;
    text-align: center;
    color: #1a2e6a;
    font-size: 12px;
    line-height: 32px;
    background: #f0f0f0;
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
    display: none;background: #f7f7f7;
}
.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}
.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0 5px 10px;
}
.mobile-menu .social-links li a {
    position: relative;
    color: #000;
    font-size: 17px;
    line-height: 32px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.mobile-menu .social-links li a:hover {
    color: #1dc0e8;
}
.main-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0;
    z-index: 12;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 0;
background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 0;
}

.sticky-header .nav-search {
    height: 95px;
    line-height: 99px;
}
.fixed-header .sticky-header {
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -op-animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    opacity: 1;
    z-index: 999999;
}
.sticky-header .logo {
    position: relative;
    display: block;
    padding: 5px 0 5px;
}
.sticky-header .logo img {
    width: 250px;
    height: 100%;
}
.sticky-header .logo a {
    position: relative;
    display: inline-block;
}
.sticky-header .main-menu .navigation > li {
    padding: 0;
    float: none;
}
.sticky-header .main-menu .navigation > li > a {
    padding: 25px 15px;
}
.sticky-header .main-menu .navigation {
    text-align: center;
}
.header-top {
    position: relative;
    display: block;
    margin: 15px 0;
    float: left;
}
.header-top .outer-box {
    position: relative;
    display: block;
}
.header-top-right {
    position: relative;
    display: block;
    float: left;
}
.header-social-link {
    position: relative;
    display: block;
    float: right;
    padding: 13px 0 8px;
    margin-left: 25px;
}
.header-social-link ul {
    position: relative;
    display: block;
    overflow: hidden;
}
.header-social-link ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.header-social-link ul li:last-child {
    margin-right: 0;
}
.header-social-link ul li a {
    position: relative;
    display: block;
    color: #1dc0e8;
    font-size: 24px;
    line-height: 37px;
    transition: all 0.2s linear;
    transition-delay: 0.1s;
}
.header-social-link ul li a:hover {
    color: #1b4077;
}
.header-top-right .button-box {
    position: relative;
    display: block;
    float: left;
}
.header-top-right .button-box a {
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.main-menu {
    position: relative;
    display: block;
}
.main-menu .navbar-collapse {
    padding: 0;
    display: block !important;
}
.main-menu .navigation {
    position: relative;
    display: block;
margin: 0 18px 0 15px;
}
.main-menu .navigation > li {
    position: relative;
    display: inline-block;
    float: right;
    padding: 45px 0;
}
.main-menu .navigation > li > a {
    position: relative;
    display: block;
    color: #243d7b;
    font-size: 14px;
    line-height: 30px;
    
    text-transform: capitalize;
    transition: all 0.5s ease;
    opacity: 1;
    
}
.main-menu .navigation > li > ul {
    position: absolute;
    top: 100%;
    right: 0;
    width: 270px;
    padding: 0 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 0.1s ease;
    z-index: 100;
}
.main-menu .navigation > li > ul:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #0a5d8f;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    z-index: -1;
}
.main-menu .navigation > li.dropdown:hover > ul {
    opacity: 1;
    visibility: visible;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.main-menu .navigation > li > ul > li {
    position: relative;
    display: block;
    padding: 0;
    width: 100%;
}
.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    border-bottom: 1px solid #fff3;
    padding: 13px 18px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: right;
    text-transform: capitalize;
    transition: all 0.5s ease;
    
}
.main-menu .navigation > li > ul > li:last-child > a {
    border: none;
}
.main-menu .navigation > li > ul > li > a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    margin: 15px 0;
    width: 0;
    background: #1dc0e8;
    opacity: 0;
    transition: all 0.5s ease;
    transition: all 0.2s linear;
    transition-delay: 0.1s;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 42px;
    border-left: 1px solid #04102a;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    color: #fff;
    cursor: pointer;
    display: none;
    z-index: 5;
}
.main-slider {
    position: relative;
    display: block;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 10;
}
.main-slider .slide {
    position: relative;
    display: block;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

}
.main-slider .slide .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.8s ease-in-out 0.4s;
}
.main-slider .slide .image-layer:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
.main-slider .active .slide .image-layer {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.main-slider .content {
    position: relative;
    z-index: 11;
    text-align: left;
    padding-top: 190px;
}
.main-slider .auto-container {
    position: relative;
    overflow: hidden;
}
.main-slider .content h3 {
    color: #0a5d8f;
    font-size: 24px;
    line-height: 34px;
    
    text-transform: none;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.4s ease-in-out 0.1s;
}
.main-slider .content h3 {
    background-color: rgba(255, 255, 255, 0.83);
    padding: 7px 16px;
    border-radius: 5px;
    transition: none 0s ease 0s;
    text-align: center;
    line-height: 40px;
    border-width: 0;
    margin: 0;
    letter-spacing: 0;
        display: inline-block;
    font-size: 34px;
}
.main-slider .active .content h3 {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.4s ease-in-out 0.3s;
}
.main-slider .content h2 {
    position: relative;
    color: #243d7b;
    font-size: 90px;
    
    opacity: 0;
    transform: translateX(-100%);
    transition: all 0.4s ease-in-out 0.1s;
}
.main-slider .content h2 {
    z-index: 6;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    letter-spacing: 0;
    cursor: pointer;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: center;
    border-width: 0;
    margin: 0;
    padding: 8px 24px;
    font-weight: 400;
    min-height: 0;
    min-width: 0;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transform-origin: 50% 50% 0;
    background: #0a5d8f;
    max-width: 584px;
    display: inline-block;
}
.main-slider .active .content h2 {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.7s ease-in-out 0.5s;
}
.main-slider .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    opacity: 0;
    transform: scale(1);
}
.main-slider:hover .owl-theme .owl-nav {
    opacity: 1;
    transform: scale(1);
}
.main-slider .owl-theme .owl-next span,
.main-slider .owl-theme .owl-prev span {
    display: block;
}
.main-slider .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 50px;
    top: 0;
    transform: rotate(180deg);
    background: #0000009e;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 25px;
    line-height: 56px;
    font-weight: 400;
    opacity: 1;
    margin: 0;
    padding: 0;
    margin-top: -30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-slider .owl-theme .owl-nav .owl-prev:hover {
    background: #1dc0e8;
}
.main-slider .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 50px;
    top: 0;
    background: #0000009e;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 25px;
    line-height: 56px;
    font-weight: 400;
    opacity: 1;
    margin: 0;
    padding: 0;
    margin-top: -30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-slider .owl-theme .owl-nav .owl-next:hover {
    background: #1dc0e8;
}
.main-slider .owl-dots {
    display: none;
}
.services-style1-area {
    position: relative;
    display: block;
    background: #f4f5f7;
    padding-top: 50px;
    padding-bottom: 30px;
    z-index: 1;
}
.single-service-style1 {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.single-service-style1 .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.single-service-style1 .img-holder img {
    width: 100%;
    transform: scale(1.01);
    transition: all 0.7s ease;
    height: 250px;
}
.single-service-style1:hover .img-holder img {
    transform: scale(1.2);
}
.single-service-style1 .img-holder::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.32);
    opacity: 1;
    z-index: 1;
}
.single-service-style1:hover .img-holder::before {
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.single-service-style1 .img-holder .icon {
    position: absolute;
    left: 15px;
    bottom: 0;
    width: 85px;
    height: 85px;
    background: #1dc0e8;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    z-index: 2;
}
.single-service-style1 .img-holder .icon:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    background: #243d7b;
    content: "";
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: -1;
}
.single-service-style1:hover .img-holder .icon:before {
    transform: scale(1);
}
.single-service-style1 .img-holder .icon span:before {
    position: relative;
    display: block;
    color: #fff;
    font-size: 45px;
    line-height: 110px;
    text-align: center;
}
.single-service-style1 .text-holder {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 15px 15px 20px;
    -webkit-box-shadow: 0 5px 12px 2px rgba(0, 0, 0, 0.06);
    box-shadow: 0 5px 12px 2px rgba(0, 0, 0, 0.06);
    background: #fff;
}
.single-service-style1 .text-holder h3 {
    font-size: 16px;
    line-height: 30px;
    
    margin: 0 0 13px;
    text-align: right;
    float: right;
}
.single-service-style1 .text-holder .bottom-box {
    position: relative;
    display: block;
    float: left;
}
.blog-style1-area {
    position: relative;
    display: block;
    padding: 50px 0;
    padding-bottom: 30px;
}
.blog-style1-area .row [class*="col-"] {
    padding: 0 6px;
}
.single-blog-style1 {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.single-blog-style1 .img-holder {
    position: relative;
    display: block;
}
.single-blog-style1 .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
    background: #000;
}
.single-blog-style1 .img-holder .inner img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    background: #000;
    height: 304px;
}
.single-blog-style1:hover .img-holder .inner img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0.8;
}
.text-holder .date-box {
    float: right;
}
.single-blog-style1 .text-holder {
    position: relative;
    display: block;
    background: #fff;
    padding: 12px 19px;
    -webkit-box-shadow: 0 4px 12px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 12px 2px rgba(0, 0, 0, 0.05);
}
.single-blog-style1 .text-holder .meta-info li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}
.single-blog-style1 .text-holder .meta-info li span {
    margin-left: 5px;
}
.single-blog-style1 .text-holder .meta-info li span:before {
    font-size: 16px;
    position: relative;
    display: inline-block;
    padding-right: 6px;
    top: 2px;
}
.single-blog-style1 .text-holder .blog-title {
    text-align: right;
    font-size: 16px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}


.news-section .single-blog-style1 .text-holder .blog-title {
height: 28px;
margin-bottom: 5px;
overflow: hidden;
}


.single-blog-style1 .text-holder .text p {
line-height: 25px;
overflow: hidden;
line-height: 25px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
height: 50px;
}

.blog-style1-area .single-blog-style1 .text-holder .text p {
    height: 50px;
    overflow: hidden;

}
.videos-section .single-blog-style1 .text-holder .text p {
    height: 50px;
    overflow: hidden;
}
.single-blog-style1 .text-holder .blog-title a {
    color: #000;
    transition: all 0.2s linear;
    transition-delay: 0.1s;
}
.date-box {
    text-align: right;
    padding-top:5px;
}
.date-box h5 {
    font-size: 14px;
    color: #e31a22;
    font-weight: 400;
}
.single-blog-style1 .text-holder .text {
    position: relative;
    display: block;
    padding: 8px 0 17px;
    text-align: right;
    display: inline-block;
    width: 100%;
}
.single-blog-style1 .text-holder .text p {
    margin: 0;
    font-size: 14px;
    line-height: 25px;
color: #555;
}
.single-blog-style1 .text-holder .bottom-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid #dbdee4;
    padding-top: 10px;
}
.single-blog-style1 .text-holder .bottom-box .left {
    position: relative;
    display: block;
}
.single-blog-style1 .text-holder .bottom-box .left a {
    color: #212529;
    font-size: 14px;
    
}
.anco {
    font-size: 15px;
    
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 0;
    fill: #13353f;
    color: #13353f;
    background-color: #e8f5f7;
    border-radius: 50px 50px 50px 50px;
    padding: 18px 43px 17px 42px;
    transition: all 0.2s linear;
    display: inline-block;
}
.anco:hover {
    background-color: #e31a22;
    color: #fff;
}
.footer-area {
    position: relative;
    display: block;
    z-index: 1;
    overflow: hidden;
}
.footer-area:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-color: #243d7b;
    z-index: -1;
    background: rgba(0, 0, 0, 0.85);
    background: #005c97;
    background: -webkit-linear-gradient(to right, #363795, #005c97);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.75));
    background: #0a5d8f;
    background: #243d7b;
    background: -webkit-linear-gradient(to right, #0a5d8f, #065687);
    background: linear-gradient(to right, #0a5d8f, #065687);
}
.footer-area .layer-outer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.footer-area .layer-outer .shape1 {
    width: 400px;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.03;
}
.footer-area .layer-outer .shape2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 276px;
    height: 361px;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.03;
}
.footer {
    position: relative;
    display: block;
    padding: 30px 0;
}
.footer-area .layer-outer .shape1 img {
    width: 100%;
    height: 100%;
}
.single-footer-widget {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-footer-widget.martop16 {

}
.single-footer-widget .title {
    position: relative;
    display: block;
    margin-top: 0;
    padding-bottom: 25px;
    text-align: right;
}
.single-footer-widget .title h3 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    
    text-transform: capitalize;
}
.single-footer-widget .our-company-info {
    position: relative;
    display: block;
}
.single-footer-widget .our-company-info .footer-logo {
    position: relative;
    display: block;
    padding-bottom: 10px;
}
.single-footer-widget .our-company-info .footer-logo img {
    width: 280px;
}
.single-footer-widget .our-company-info .footer-logo a {
    display: inline-block;
}
.single-footer-widget .our-company-info .text {
    position: relative;
    display: block;
}
.single-footer-widget .our-company-info .text p {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    
    margin: 0;
}
.single-footer-widget .link1 {
    position: relative;
    display: block;
    margin-top: -14px;
}
.single-footer-widget .link1 ul li {
    position: relative;
    display: block;
    line-height: 30px;
}
.single-footer-widget .link1 ul li a {
    position: relative;
    color: #fff;
    transition: all 0.2s linear;
    transition-delay: 0.1s;
    font-size: 14px;
}
.single-footer-widget .link1 ul li a:hover {
    color: #1dc0e8;
}
.single-footer-widget .footer-contact-info {
    position: relative;
    display: block;
    margin-top: -6px;
}
.single-footer-widget .footer-contact-info ul {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-top: 15px;
}
.single-footer-widget .footer-contact-info ul li {
    position: relative;
    display: inline-block;
}
.single-footer-widget .footer-contact-info ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.header-top-right .text,
.single-footer-widget .footer-contact-info ul li .text {
    position: relative;
    display: inline-block;
    width: 100%;
}
.header-top-right .text {
    float: left;
    width: auto;
    margin-left: 20px;
}
.header-top-right .text p,
.single-footer-widget .footer-contact-info ul li .text p {
    color: #fff;
    font-size: 26px;
    
    display: inline-block;
    margin-top: 15px;

    line-height: 40px;
}
.single-footer-widget .footer-contact-info ul li .text p:first-child {
    font-size: 20px;
}
.te-deal {
    position: relative;
    display: inline-block;
    background: #e31a22;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    
    padding: 6px 20px;
    border-radius: 7px;

}
.te-deal:hover {
    background: #1dc0e8;
    color: #fff;
}
.header-top-right .text p,
.header-top-right .text p a {
    color: #2c387a;
    margin-top: 7px;
    font-size: 23px;
}
.header-top-right .text p a,
.single-footer-widget .footer-contact-info ul li .text p a {
    color: #fff;
    transition: all 0.2s linear;
    transition-delay: 0.1s;
    font-family: LuckiestGuy;
    margin-right: 10px;
    letter-spacing: 0.1rem;
}
.header-top-right .text p a:hover,
.single-footer-widget .footer-contact-info ul li .text p a:hover {
    color: #2c387a;
}
.footer-bottom {
    position: relative;
    display: block;
    border-top: 1px solid #ffffff1a;
    padding: 10px 0;
}
.footer-bottom .outer-box {
    position: relative;
    display: block;
}
.copyright-text {
    position: relative;
    display: block;
}
.copyright-text p {
    color: #fff;
    line-height: 30px;
font-size: 14px;
    margin: 0;
}
.header-top-right .text p,
.header-top-right .text p a {
    color: #1dc0e8;
}
.header-style-two {
    position: relative;

}
.header-style2-bottom .logo {
    float: right;
    float: right;
    margin-bottom: -55px;
    margin-top: 5px;
}
.logo img {

}
.header-style2-bottom {
    position: relative;
    display: block;
}
.header-style2-bottom .outer-box {
    position: relative;
    display: block;
}
.header-style2-bottom-left {
    position: relative;
    display: block;
    float: right;
    background: #999;
    background: #0a5d8f;
    -moz-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
    margin-right: 70px;
}
.header-style2-bottom-left:after {
    content: "";
    display: inline-block;
    background: #0a5d8f;
    width: 300%;
    height: 100%;
    left: -299%;
    position: absolute;
    top: 0;z-index: -1;
}
.header-style2-bottom-left .nav-outer {
    position: relative;
    display: block;
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
}
.main-menu.style2 .navigation > li {
    padding: 15px 16px;
}


.main-menu.style2 .navigation > li.dropdown > a:after {
font-family: 'Font Awesome 5 Pro';
position: absolute;
content: "\f107";
top: 2px;
left: -13px;
color: #fff;
font-size: 11px;
}


.main-menu.style2 .navigation > li > a {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    
    text-transform: capitalize;
    
}
.main-menu.style2 .navigation > li.current > a,
.main-menu.style2 .navigation > li:hover > a {
    color: #fff;
}
.header-style2-bottom-left {
    position: relative;
    display: block;
}
.slogan-style3-area {
    position: relative;
    display: block;
    padding: 104px 0 120px;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
.slogan-style3-area:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.62);
    background: rgba(8, 44, 70, 0.9);
    content: "";
    z-index: -1;
}
.slogan-content-style3 {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}
.slogan-content-style3 .title h2 {
    color: #fff;
    font-size: 50px;
    line-height: 86px;
    
}
.slogan-content-style3 .title h2 span {
    color: #1dc0e8;
}
.slogan-content-style3 .btns-box {
    position: relative;
    display: block;
    padding-top: 42px;
}
.slogan-content-style3 .btns-box a {
    background-color: #e31a22;
}
.faq-content-area {
    position: relative;
    display: block;
    background: linear-gradient(90deg, #fbfbfb 50%, #f1f1f1 50%);
    padding: 20px 0;
}
.faq-content-area .single-blog-style1 .text-holder .text p {
    height: 100px;
    overflow: hidden;
}
.faq-content-box {
    position: relative;
    display: block;
    text-align: right;
padding-left: 30px;
}
.contact-form-style1-area {
    position: relative;
    display: inline-block;
    padding: 40px 0;
    width: 100%;
    direction: ltr;
}
.contact-form-style1-area .shape {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 1;
    overflow: hidden;
}
.contact-form {
    position: relative;
    display: block;
    width: 95%;
    direction: rtl;
    margin: 0 auto;
}
.featured-area {
    position: relative;
    display: block;
    background: #f7f8fa;
    padding: 10px 0 10px;
}
.contact-form form {
    position: relative;
    display: block;
    margin-top: 35px;
}
.contact-form form .input-box {
    position: relative;
    display: block;
    margin-bottom: 26px;
    width: 100%;
}
.contact-form form .input-box input:active,
.contact-form form .input-box input:focus {
    box-shadow: none !important;
    outline: 0;
}
* .contact-form form input[type="email"],
.contact-form form input[type="text"],
.contact-form form textarea {
    position: relative;
    display: block;
    background: 0 0;
    width: 100%;
    height: 37px;
    color: #000;
    font-style: normal;
    padding-left: 29px;
    padding-right: 20px;
    transition: all 0.5s ease;
    
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
    box-shadow: none !important;
    outline: 0;
    padding-right: 5px;
}
.contact-form form textarea {
    height: 80px;
font-family: Roboto;
    padding-top: 17px;
    padding-left: 29px;
    padding-right: 0;
}
.contact-form form input[type="text"]::-webkit-input-placeholder {
    color: #9d9d9d;
    opacity: 1;
}
.contact-form form input[type="text"]:-moz-placeholder {
    color: #9d9d9d;
    opacity: 1;
}
.contact-form form input[type="text"]::-moz-placeholder {
    color: #9d9d9d;
    opacity: 1;
}
.contact-form form input[type="text"]:-ms-input-placeholder {
    color: #9d9d9d;
    opacity: 1;
}
.contact-form form input[type="email"]::-webkit-input-placeholder {
    color: #9d9d9d;
    opacity: 1;
}
.contact-form form input[type="email"]:-moz-placeholder {
    color: #9d9d9d;
    opacity: 1;
}
.contact-form form input[type="email"]::-moz-placeholder {
    color: #9d9d9d;
    opacity: 1;
}
.contact-form form input[type="email"]:-ms-input-placeholder {
    color: #9d9d9d;
    opacity: 1;
}
.contact-form form textarea::-webkit-input-placeholder {
    color: #9d9d9d;
    opacity: 1;
}
.contact-form form textarea:-moz-placeholder {
    color: #9d9d9d;
    opacity: 1;
}
.contact-form form textarea::-moz-placeholder {
    color: #9d9d9d;
    opacity: 1;
}
.contact-form form textarea:-ms-input-placeholder {
    color: #9d9d9d;
    opacity: 1;
}
.breadcrumb-area {
position: relative;
display: block;
overflow: hidden;
background-attachment: scroll;
background-position: bottom !important;
background-repeat: no-repeat;
background-size: cover !important;
padding: 180px 0 0;
z-index: 8;
}
.breadcrumb-area .container {
    position: relative;
    z-index: 2;
}
.breadcrumb-area:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #0000004d;
    width: 100%;
    height: 100%;
    content: "";
}
.breadcrumb-area .layer-outer-icon {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    width: 100%;
    padding: 0;
    background: none repeat scroll 0 0 #f5f5f5;
    min-height: 60px;
    z-index: 2;
    border-top: 1px solid #eee;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    background: linear-gradient(to bottom, #f5f5f5, #e2e2e2);
}
.breadcrumb-area .inner-content {
    position: relative;
    display: block;
}
.breadcrumb-menu ul {
    position: relative;
    display: block;
    overflow: hidden;
}
.breadcrumb-menu ul li {
    position: relative;
    display: inline-block;
    float: right;
    color: rgba(53, 55, 66, 0.7);
    line-height: 30px;
    padding-left: 15px;
    margin-left: 10px;
    text-transform: capitalize;
    line-height: 60px;
}
.breadcrumb-menu ul li:before {
    position: absolute;
    top: 24px;
    left: 0;
    bottom: 0;
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 6px solid #222;
    border-bottom: 6px solid transparent;
}
.breadcrumb-menu ul li:last-child:before {
    display: none;
}
.breadcrumb-menu ul li a {
    color: #333;
    transition: all 0.2s linear;
    transition-delay: 0.1s;
}
.breadcrumb-menu ul li a:hover {
    color: #1dc0e8;
}
.breadcrumb-menu ul li.active {
    color: #194593;
}
.sidebar-wrapper {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
}
.sidebar-wrapper .single-sidebar {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}
.sidebar-wrapper .single-sidebar.last-child {
    margin: 0;
}
.sidebar-wrapper .single-sidebar .title {
    position: relative;
    display: block;
    margin-top: -7px;
    padding-left: 30px;
    padding-bottom: 2px;
}
.sidebar-wrapper .single-sidebar .title h3 {
    color: #243d7b;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    text-transform: capitalize;
}
.sidebar-search-box {
    position: relative;
    display: block;
}
.sidebar-search-box form.search-form {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 10px;
}
.sidebar-search-box .search-form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    border-radius: 0;
    background: #f4f5f7;
    border: 0 solid #f4f5f7;
    color: #333;
    font-size: 16px;
    
    padding-left: 60px;
    padding-right: 20px;
    transition: all 0.5s ease 0s;
}
.sidebar-search-box .search-form button {
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 55px;
    background: #e31a22;
    color: #fff;
    font-size: 16px;
    line-height: 55px;
    display: block;
    text-align: center;
    border: 0 solid #e1e1e1;
    transition: all 0.5s ease 0s;
}
.sidebar-search-box .search-form button i {
    font-size: 16px;
}
.sidebar-search-box .search-form input[type="text"]:focus {
    color: #000;
    border-color: #337ce8;
}
.sidebar-search-box .search-form button:hover,
.sidebar-search-box .search-form input[type="text"]:focus + button {
    background: #0a5d8f;
}
.sidebar-search-box .search-form input::-webkit-input-placeholder {
    color: #333;
}
.sidebar-search-box .search-form input:-moz-placeholder {
    color: #333;
}
.sidebar-search-box .search-form input::-moz-placeholder {
    color: #333;
}
.sidebar-search-box .search-form input:-ms-input-placeholder {
    color: #333;
}
.single-sidebar.latest-posts-box {
    position: relative;
    display: block;
    background: #f4f5f7;
    padding: 20px 15px 5px;
    text-align: right;
}
.single-sidebar .latest-posts {
    position: relative;
    display: block;
}
.single-sidebar .latest-posts li {
    position: relative;
    display: inline-block;
    padding: 12px 8px 12px;
    padding-right: 10px;
    z-index: 1;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
}
.latest-posts2 li {
    position: relative;
    display: block;
    padding: 0 8px;
    z-index: 1;
}
.single-sidebar .latest-posts2 li a {
    position: relative;
    display: block;
    border-bottom: 1px solid #e9e9e9;
    padding: 13px 0 13px;
    padding-right: 0;
    padding-left: 0;
    color: #252525;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: right;
    text-transform: capitalize;
    transition: all 0.5s ease;
    
}
.single-sidebar .latest-posts li:last-child {
    border-bottom: 0;
}
.single-sidebar .latest-posts li:hover:before {
    opacity: 1;
    transform: scaleY(1);
}
.single-sidebar .latest-posts li .inner {
    position: relative;
    display: block;
}
.single-sidebar .latest-posts li .img-box {
    height: 103px;
    width: 125px;
    float: right;
    overflow: hidden;
    max-width: 40%;
}
.single-sidebar .latest-posts li .img-box img {
    width: 100%;
    height: 100%;
}
.single-sidebar .latest-posts li .img-box .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 50%;
    opacity: 0;
    transform: perspective(400px) scale(0);
    transform-origin: top;
    transition: all 0.5s ease-in-out 0s;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.single-sidebar .latest-posts li:hover .img-box .overlay-content {
    opacity: 1;
    transform: perspective(400px) scale(1);
    transition: all 0.3s ease-in-out 0.3s;
}
.single-sidebar .latest-posts li .img-box .overlay-content a {
    color: #fff;
    font-size: 14px;
    transition: all 0.2s linear;
    transition-delay: 0.1s;
}
.single-sidebar .latest-posts li .title-box {
    position: relative;
    display: block;
    padding-right: 15px;
    float: right;
    width: 60%;
}
.single-sidebar .latest-posts li .title-box h4 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
}
.single-sidebar .latest-posts li .title-box h4 a {
    color: #212529;
    transition: all 0.2s linear;
    transition-delay: 0.1s;
}
.single-sidebar .latest-posts li .title-box h4 a:hover {
    color: #243d7b;
}
.blog-single-area {
    position: relative;
    display: block;
    background: #fff;
    padding: 40px 0 20px;
}
.blog-single-area .blog-post {
    position: relative;
    display: block;
}
.blog-single-area .blog-post .single-blog-style1 {
    margin: 0;
}
.blog-single-area .blog-post .single-blog-style1 .text-holder {
    padding: 8px 0 0;
    box-shadow: none;
}
.blog-single-area .blog-post .single-blog-style1 .text-holder .blog-title {
    font-size: 19px;
    line-height: 46px;
    font-weight: 400;
    height: 45px;
    margin: 0;
}
.blog-single-area .blog-post .single-blog-style1 .img-holder img {
    height: 400px;
    width: 100%;
}
.blog-single-area .blog-post .single-blog-style1 .text-holder .text {
    padding: 15px 0 0;
    border-top: 1px solid #f0f0f0;
}
.blog-details-text-box-one {
    position: relative;
    display: block;
    text-align: right;
    padding-top: 32px;
}
.blog-single-area .tag-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-top: 1px solid #dbdee4;
    padding: 15px 0 15px;
    margin-top: 28px;
}
.blog-single-area .tag-box .tag {
    position: relative;
    display: block;
    padding: 12px 0;
}
.blog-single-area .tag-box .tag .title {
    float: right;
    margin: 0;
}
.blog-single-area .tag-box .tag .title h3 {
    color: #d2587d;
    font-size: 16px;
    font-weight: 400;
    margin-left: 8px;
}
.blog-single-area .tag-box .tag ul {
    position: relative;
    display: block;
    overflow: hidden;
}
.blog-single-area .tag-box .tag ul li {
    position: relative;
    display: inline-block;
    float: right;
    margin-left: 5px;
}
.blog-single-area .tag-box .tag ul li:last-child {
    margin-right: 0;
}
.blog-single-area .tag-box .tag ul li a {
    position: relative;
    display: block;
    color: #212529;
    font-size: 15px;
    line-height: 25px;
    
    transition: all 0.2s linear;
    transition-delay: 0s;
    transition-delay: 0.1s;
    background: #f1f1f1;
    padding: 3px 4px 0;
}
.blog-single-area .tag-box .right {
    position: relative;
    display: block;
}
.blog-detail-author-box {
    position: relative;
    display: block;
    background: #f4f5f7;
    padding: 60px 60px 60px;
    border-radius: 10px;
}
.blog-detail-author-box .img-box {
    width: 170px;
}
.blog-detail-author-box .img-box,
.blog-detail-author-box .text-box {
    display: table-cell;
    vertical-align: middle;
}
.blog-detail-author-box .text-box {
    padding-left: 30px;
}
.blog-detail-author-box .text-box h3 {
    color: #243d7b;
    font-size: 20px;
    line-height: 30px;
    
    margin: 0 0 27px;
}
.blog-detail-author-box .text-box p {
    margin: 0;
}
.comment-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 10px;
    text-align: right;
}
.blog-outfit .title,
.comment-box .title {
    position: relative;
    display: block;
    text-align: right;
}
.blog-outfit .title h3,
.comment-box .title h3 {
    color: #243d7b;
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
}
.comment-box .outer-box {
    position: relative;
    display: block;
}
.comment-box .single-comment {
    position: relative;
    display: block;
    border-bottom: 1px solid #dbdee4;
    padding-bottom: 15px;
    margin-bottom: 10px;
    display: none;
}
.comment-box .single-comment-box {
    position: relative;
    display: block;
}
.comment-box .single-comment-box .img-holder {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
}
.comment-box .single-comment-box .img-holder img {
    width: 100%;
}
.comment-box .single-comment-box .text-holder {
    position: relative;
    display: block;
    padding-top: 10px;
}
.comment-box .single-comment-box .text-holder h3 {
    color: #243d7b;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 6px;
    display: inline-block;
}
.comment-box .single-comment-box .text-holder h3 span {
    color: #1dc0e8;
    font-size: 14px;
    font-weight: 400;
    margin-right: 12px;
    float: right;
}
.comment-box .single-comment-box .text-holder h3 span.themifyicon {
    margin-left: 3px;
    margin-right: 0;
    border-left: 1px solid;
    padding-left: 8px;
    color: #000;
    line-height: 20px;
}
.nname {
    color: #243d7b !important;
    font-weight: 700 !important;
}
.comment-box .single-comment-box .text-holder p {
    margin: 0;
}
.comment-box .single-comment-box .text-holder img {
    width: 25px;
    margin-left: 8px;
}
.comment-box .single-comment-box .text-holder p:first-child {
    color: #233b7b;
    
    font-size: 15px;
}
.comment-box .single-comment-box .text-holder .reply-button {
    position: relative;
    display: block;
    padding-top: 12px;
}
.add-comment-box {
    position: relative;
    display: block;
    text-align: right;
    overflow: hidden;
    padding: 10px 30px 17px;
    background: linear-gradient(0deg, #f0f0f3 0, #fff 100%) repeat scroll 0 0 transparent;
    border: 1px solid #f5f5f5;
}
.add-comment-box .title {
    position: relative;
    display: block;
    padding-bottom: 15px;
}
.add-comment-box .title h3 {
    color: #243d7b;
    font-size: 18px;
    line-height: 40px;
    font-weight: 400;
    text-align: right;
    margin-top: 10px;
}
.add-comment-box #add-comment-form input[type="email"],
.add-comment-box #add-comment-form input[type="text"],
.add-comment-box #add-comment-form textarea {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #e6e6e6;
    width: 100%;
    height: 45px;
    color: #212529;
    font-size: 16px;
    font-style: normal;
    
    padding: 0 30px;
    border-radius: 0;
    margin-bottom: 20px;
    transition: all 0.5s ease;
}
.add-comment-box #add-comment-form textarea {
    height: 180px;
    padding: 15px 30px;
    margin-bottom: 30px;
}
.add-comment-box #add-comment-form .button-box {
    position: relative;
    display: block;
}
.contact-form-style1-area.contact-page {
    padding-top: 40px;
    padding-bottom: 0;
    background-color: #f7f8fa;
}
.contact-p-contact-info-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: -20px;
}
.contact-p-contact-info-box .sec-title {
    padding-bottom: 46px;
}
.contact-p-contact-info-box .inner-content {
    position: relative;
    display: block;
    overflow: hidden;
}
.contact-p-contact-info-box .inner-content ul {
    overflow: hidden;
}
.contact-p-contact-info-box .inner-content ul li {
    position: relative;
    display: block;
    padding-bottom: 26px;
    margin-bottom: 27px;
    width: 33.333%;
    float: right;
    text-align: center;
    padding: 0 20px;
}
.contact-p-contact-info-box .inner-content ul li:last-child {
    border-left: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.contact-p-contact-info-box .inner-content ul li .icon {
    width: 65px;
    margin: 0 auto;
    position: relative;
    width: 65px;
    height: 65px;
    background: #1dc0e8;
    border-radius: 50%;
    overflow: hidden;
}
.contact-p-contact-info-box .inner-content ul li .icon span:before {
    position: relative;
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    color: #fff;
    font-size: 35px;
    line-height: 65px;
    text-align: center;
    z-index: 2;
}
.contact-p-contact-info-box .inner-content ul li .icon span:after {
    position: absolute;
    content: "";
    display: block;
    width: 65px;
    height: 65px;
    background: #e31a22;
    border-radius: 50%;
    color: #fff;
    font-size: 35px;
    line-height: 65px;
    text-align: center;
    top: -100%;
    transition: all ease-in-out 0.4s;
}
.contact-p-contact-info-box .inner-content ul li:hover .icon span:after {
    top: 0;
}
.contact-p-contact-info-box .inner-content ul li .text {
    position: relative;
}
.contact-p-contact-info-box .inner-content ul li .text strong {
    color: #000;
    margin-top: 15px;
    display: inline-block;
}
.contact-p-contact-info-box .inner-content ul li .text a {
    position: relative;
    display: inline-block;
    color: #212529;
    line-height: 30px;
    transition: all 0.2s linear;
    transition-delay: 0.1s;
    color: #000;
}
.contact-p-contact-info-box .inner-content ul li .text a:hover {
    color: #1dc0e8;
}
.contact-p-contact-info-box .inner-content ul li .text p {
    color: #000;
    line-height: 36px;
    margin: 0;
    direction: rtl;
}
.contact-form.contact-page {
    float: right;
    padding: 0;
}
.contact-form.contact-page h2,
.contact-form.contact-page p {
    text-align: center;
    margin-bottom: 15px;font-size: 20px;
}
.contact-form.contact-page p {
    color: #0a5d8f;
}
.contact-p-map-area {
    position: relative;
    display: block;
    background: #f5f5f5;
}
.contact-p-map-area .map-outer {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
}
.contact-p-map-area .map-outer .map-canvas {
    position: relative;
    width: 100%;
    height: 550px;
}
#ui-datepicker-div.ui-widget-content {
    border: 1px solid #c5c5c5;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #777;
    color: #252525;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    border-radius: 0;
    width: 270px;
    padding: 5px;
    z-index: 10 !important;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    background: #151515 none repeat scroll 0 0;
    border: 2px solid #252525;
    border-radius: 0;
    color: #fff;
    
    padding: 5px 0;
    position: relative;
}
.ui-datepicker td a {
    color: #000 !important;
    text-align: center;
    background-image: none !important;
    background: #f5f5f5 !important;
    border: 1px solid #f9f9f9 !important;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #333 !important;
    background: #333 !important;
    color: #fff !important;
}
.ui-datepicker .ui-datepicker-prev {
    left: 5px;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    border-radius: 30%;
    height: 20px;
    position: absolute;
    top: 7px;
    width: 20px;
    transition: all 0.5s ease;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next {
    right: 5px;
}
.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-prev:hover {
    top: 7px;
    background: #fff;
    border: none;
}
.ui-datepicker table {
    border-collapse: collapse;
    font-size: 13px;
    margin: 0 0 0.4em;
    width: 100%;
    z-index: 99999999;
}
.ui-datepicker th {
    border: medium none;
    
    padding: 2px 3px;
    text-align: center;
}
.ui-datepicker-calendar .ui-state-default:active,
.ui-datepicker-calendar .ui-state-default:hover {
    background: #43c3ea;
    color: #fff;
    border-color: #43c3ea;
}
.thm-clr {
    color: #1dc0e8;
}
.mobile-menu .navigation li.current > a,
.mobile-menu .navigation li > a:hover {
    color: #1dc0e8;
}
.outer-search-box-style1 .seach-toggle.active,
.outer-search-box-style1 .seach-toggle:hover {
    color: #1dc0e8;
}
.mobile-menu .navigation li > a:before {
    border-left: 5px solid #1dc0e8;
}
.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a {
    color: #243d7b;
}




.main-menu .navigation > li:hover {
    color: #fff;
background: #05476f;
}


.main-menu .navigation > li > ul > li > a:hover {
    color: #fff;
background: #05476f;
}
.main-menu .navigation > li > ul > li:hover > a {
    color: #fff;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
    color: #fff;
}

.sticky-header .main-menu .navigation > li:hover > a {
    color: #fff;
}

.thm-bgclr {
    background-color: #0098ff;
}
.overlay-bgc1 {
    background-color: rgba(54, 124, 232, 0.8);
}
.overlay-bgc2 {
    background-color: rgba(0, 0, 0, 0.7);
}
.fancybox-image,
.fancybox-spaceball {
    border-radius: 15px;
}
.nav-lang {
    position: absolute;
    cursor: pointer;
    top: 32px;
    left: 0;
    color: #fff;
    width: 30px;
    text-align: center;
    top: 0;
    z-index: 2;
    width: 56px;
    height: 60px;
    line-height: 60px;
    left: 0;
    background: #7dc354;
}
.men {
    display: inline-block;
    position: relative;
    width: 75%;
    float: left;
}
.nav-lang a {
    color: #fff;
    font-size: 16px;
}
.nav-lang:hover a {
    color: #fff;
}
.nav-search {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    z-index: 2;
    width: 56px;
    height: 60px;
    line-height: 60px;
    background: #7dc354;
}
.nav-search i.stm-tracking {
    font-size: 22px;
    line-height: 56px;
}
.search-block .search-close {
    top: -56px;
    z-index: 2;
    width: 56px;
    height: 56px;
    line-height: 49px;
    right: 0;
    background: #00000033;
}
.search-area {
    position: relative;
}
.search-area {
    min-height: 70px;
    padding-right: 0;
}
.search-block {
    background: #333;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: none;
    padding: 15px 20px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 350px;
    z-index: 10;
    margin-top: 0;
    margin-top: 0;
    background: #05476f;
    width: 315px;
    padding: 20px 30px 28px;
    text-align: right;
}
.nav-lang:hover,
.nav-search:hover {
    background: #05476f;
    color: #fff;
}
.nav-search:hover .search-block {
    display: block !important;
}
.search-block .form-control {
    background: 0 0;
    border: 0;
    text-align: left;
    color: #333;
    width: 100%;
    height: 40px;
    padding: 0 12px;
    font-size: 13px;
    background: #fff;
    text-align: right;
}
.search-block .search-close {
    color: #fff;
    position: absolute;
    top: -62px;
    right: -14px;
    font-size: 32px;
    cursor: pointer;
    padding: 5px;
    width: 30px;
    height: 30px;
    line-height: 14px;
    text-align: center;
}
.search-area .nav-search {
    top: 23px;
}
.nav-search p {
    margin: 0;
    line-height: 1;
    margin-bottom: 10px;
}
.search-area .search-block .search-close {
    top: -50px;
}
.search-area .search-block {
    right: 0;
}
.search-ds {
    position: relative;
}
.re-icon {
    position: absolute;
    left: 7px;
    top: 12px;
    color: #000;
}
.sec-title p {
    position: relative;
    margin-bottom: 0;
}
.info-carousel .owl-nav,
.part-carousel .owl-nav,
.serv-carousel .owl-nav {
    position: absolute;
    left: 0;
    top: -55px;
    margin: 0;
}
.info-carousel .owl-nav [class*="owl-"],
.part-carousel .owl-nav [class*="owl-"],
.serv-carousel .owl-nav [class*="owl-"] {
background: #fff;
color: #0a5d8f;
font-size: 16px;
font-weight: 400;
height: 45px;
width: 45px;
line-height: 37px;
margin: 0;
padding: 0;
border: 0;
transition: all 0.7s ease 0s;
border-radius: 50%;
box-shadow: 1px 1px 15px #0000001c;
}
.info-carousel .owl-nav .owl-prev,
.part-carousel .owl-nav .owl-prev,
.serv-carousel .owl-nav .owl-prev {
    left: 0;
    position: absolute;
}
.info-carousel .owl-nav .owl-next,
.part-carousel .owl-nav .owl-next,
.serv-carousel .owl-nav .owl-next {
    left: 50px;
    position: absolute;
}
.info-carousel .owl-nav [class*="owl-"]:hover,
.part-carousel .owl-nav [class*="owl-"]:hover,
.serv-carousel .owl-nav [class*="owl-"]:hover {
    border-color: #1dc0e8;
    background: #1dc0e8;
    color: #fff;
}
.ts-meta-line.cat-links:after {
    content: "";
    position: absolute;
    left: -20px;
    background-color: #d7d7d7;
    width: 1px;
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
}
.cat-links {
    background-color: #1dc0e8;
}
.cat-links a {
    color: #fff;
}
.ts-featured-meta-wrapper span.ts-meta-line {
    display: inline-block;
    position: relative;
    
    margin-left: 20px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 20px;
    border-radius: 5px;
    margin-top: 8px;
    margin-left: 30px;
    padding: 4px 10px;
    color: #fff;
    float: right;
}
.ts-featured-meta-wrapper {
    display: inline-block;
    margin-bottom: 5px;
}
.posted-on a {
    color: #000;
}
.ts-featured img {
    border-radius: 8px;
    height: 167px;
}
.themestek-box-desc-text p {
    line-height: 25px;
    font-size: 14px;
    margin-top: 5px;
    height: 55px;
    overflow: hidden;
    margin-bottom: 0;
}
.themestek-box-title h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.themestek-box-title h4 a {

}
.themestek-box {
    text-align: right;
    padding: 0 15px;
}
.post-item {
    display: inline-block;
    background: #fff;
    padding: 8px;
    border-radius: 8px;
}
.post-item > div {
    padding: 0;
}
.part-carousel img {
    width: 140px !important;
    margin: 0 auto;
    height: 83px;
}
.part-carousel .owl-item {
    border: 4px double #bdbdbd33;
}
.part-carousel .owl-item:hover {
    border: 4px double #1dc0e8;
}
.clin-sec {
    background: linear-gradient(to right, #0059a9, #006eb6);
    padding: 30px 0;
}
.clin-sec .sec-title h2 {
    color: #fff;
}
.part-carousel .owl-item {
    display: grid;
    align-items: center;
    height: 120px;
    background: #fff;
}
.cer-sec {
    padding: 40px 0;
    padding-bottom: 20px;
}
.pult li {
    float: right;
    width: 50%;
}
.more-iox {
    font-size: 15px;
    color: #253c7b;
}
.more-iox i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ddd;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
}
.block-firm .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}
.block-firm .bootstrap-select > .dropdown-toggle {
    line-height: 40px;
}
.bootstrap-select .dropdown-menu li a,
.bootstrap-select .dropdown-toggle .filter-option {
    text-align: right;
}
.bootstrap-select > .dropdown-toggle {
    text-align: left;
}
.input-box .btn {
    color: #212529;
    background-color: #f4f5f7;
}
.fa-paper-plane {
    margin-right: 8px;
}
.sort-app {
    margin-top: 15px;
    float: none;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.sort-app p {
    float: right;
    color: #fff;
    font-size: 16px;
    margin: 0;
}
.sort-app > div {
    width: 115px;
    float: none;
    margin-right: 5px;
    display: inline-block;
}
.sort-app img {
    background: #fff;
    border-radius: 5px;
    width: 99px;
    height: 30px;
}
.main-slider video {
    z-index: -1;
    display: block;
    width: 100%;
}
.bottom-social-link {
    position: relative;
    display: block;
    padding: 7px 0 8px;
}
.bottom-social-link ul {
    position: relative;
    display: block;
    overflow: hidden;
}
.bottom-social-link ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.bottom-social-link ul li:last-child {
    margin-right: 0;
}
.bottom-social-link ul li a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 28px;
    line-height: 20px;
    transition: all 0.2s linear;
    transition-delay: 0.1s;
}
.bottom-social-link ul li a:hover {
    color: #1dc0e8;
}
.bottom-social-link a.facebook:hover {
    color: #4867aa;
}
.bottom-social-link a.twitter:hover {
    color: #1da1f2;
}
.bottom-social-link a.instagram:hover {
    color: #0073b0;
}
.bottom-social-link a.youtube:hover {
    color: red;
}
.date-mob {
    text-align: center;
    margin-top: 25px;
}
.date-mob a:hover {
    background: #e31a22;
    color: #fff;
}
.wh-widget-right #wh-call-to-action,
div.wh-widget-send-button-wrapper div.wh-widget-send-button-wrapper-list.wh-widget-show-get-button a.wh-widget-send-button-get-button {
    display: none !important;
    font-size: 0 !important;
}
.new-ho {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: 1px solid #e31a22;
    color: #e31a22;
    padding: 8px 15px;
    padding-bottom: 8px;
    line-height: 35px;
    padding-bottom: 3px;
    font-size: 15px;
}
.new-ho:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e31a22;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.new-ho:active,
.new-ho:focus,
.new-ho:hover {
    color: #fff;
    border: 1px solid #e31a22;
}
.new-ho:active:before,
.new-ho:focus:before,
.new-ho:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    border: 1px solid #e31a22;
}
.new-icons {
    position: fixed;
    right: 20px;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    z-index: 99999;
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
}
.new-icons a {
    color: #fff;
    display: block;
}
.new-icons span {
    line-height: 52px;
}
.new-icons:hover {
    box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.6);
}
.whats-icon {
    bottom: 145px;
    background: #4dc247;
}
.message-icon {
    bottom: 85px;
    background: #0084ff;
}
.phone-icon {
    bottom: 25px;
    background: #ec5923;
}
.cont-frame {
    width: 100%;
    box-shadow: 0 0 30px rgba(115, 128, 157, 0.1);
    display: inline-block;
    background: #fff;
}
.block-co {
    float: right;
    width: 32%;
}
.doual-co {
    float: left;
    width: 68%;
    padding: 25px 50px 0 0;
}
.input-box .bootstrap-select .btn {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    outline: 0 !important;
    box-shadow: none;
}
.daterangepicker .calendar td {
    width: 35px;
    height: 35px;
    border-radius: 50% !important;
}
.cmap-area {
    margin-bottom: -10px;
}
.fe-submit {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    
    letter-spacing: 1px;
    padding: 10px 34px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    border: 1px solid transparent;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: 0 !important;
    -webkit-font-smoothing: antialiased;
    background-color: #e31a22;
}
.fe-submit:hover {
    background-color: #243d7b;
}
.form-radio-group {
    padding-bottom: 10px;
    padding-top: 15px;
}
.form-radio-group .form-radio-item.ico {
    width: 50%;
}
.form-radio-item {
    position: relative;
    margin-right: 15px;
    float: right;
}
.form-radio-item i {
    float: right;
    margin: 3px;
    margin-left: 8px;
    color: #999;
}
.form-radio-item:first-child {
    margin-right: 0;
    text-align: right;
}
.form-radio-item:first-child label {
    padding-right: 0;
}
input[type="radio"] {
    position: absolute;
    visibility: hidden;
}
.form-radio input {
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    padding: 14px 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    font-size: 14px;
    font-family: Poppins;
    width: auto;
    display: inline-block;
}
.form-radio-item label {
    
    padding-right: 30px;
    position: relative;
    z-index: 9;
    display: block;
    cursor: pointer;
    text-transform: none;
    margin-bottom: 7px;
}
.check::before {
    position: absolute;
    display: block;
    content: "";
    width: 11px;
    height: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    top: 3px;
    left: 2px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}
.check {
    display: inline-block;
    position: absolute;
    border: 1px solid #d5d5d5;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    height: 18px;
    width: 18px;
    top: 2px;
    right: 0;
    z-index: 5;
    transition: border 0.25s linear;
    -webkit-transition: border 0.25s linear;
    background: #fff;
}
.form-radio-group .form-radio-item.ico label {
    padding-right: 0;
}
input[type="radio"] {
    position: absolute;
    visibility: hidden;
}
input[type="radio"]:checked ~ .check {
    border: 1px solid #0084ff;
}
input[type="radio"]:checked ~ .check::before {
    background: #0084ff;
}
.bootstrap-select .dropdown-menu {
    max-width: 100%;
    min-width: 100% !important;
}
.vote-form2 {
    margin: 20px 0;
    float: left;
    width: auto;
}
.boxxtext {
    width: 320px !important;
}
.boxxtext .btn.dropdown-toggle {
    width: 100%;
}
.filter-option {
    padding: 5px !important;
}
.filter-option-inner {
    padding: 0 !important;
}
.services-block-two img {
    width: 130px;
    max-height: 100px;
    margin: 0 auto;
}
.services-block-two {
    margin: 15px 0;
    background: #fff;
}
.services-block-two .image {
    text-align: center;
    height: 115px;
    align-items: center;
    display: grid;
    padding: 5px;
    border: 1px solid #eee;
}
.services-block-two:hover .lower-content {
    background: #3299bb !important;
    color: #fff !important;
}
.services-block-two a {
    color: #232323;
}
.services-block-two:hover .lower-content a {
    color: #fff !important;
}
.part-page {
    padding: 40px 0;
    padding-bottom: 30px;
}
.part-page:nth-child(odd) {
    background: #f5f5f599;
}
.part-page .col-md-2 {
    padding: 0 8px;
}
.part-page .inner-box a {
    font-size: 15px;
}
.pagination {
    display: block;
    margin: 0 auto;
}
.pagination a {
    color: #000;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #ddd;
    background: #fff;
}
.pagination a.active {
    background-color: #0084ff;
    color: #fff;
    border: 1px solid #0084ff;
}
.pagination a:hover:not(.active) {
    background-color: #ddd;
}
.pagination a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.pagination a:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.single-sidebar.contact-form {
    width: 100%;
}
.single-sidebar .form-control {
    background: 0 0;
}
.replay {
    position: fixed;
    background: #0003;
    z-index: 555555555555;
    top: 0;
    left: 0;
    text-align: right;
    width: 100%;
    height: 100%;
}
.replay #myModal {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-25%);
}
.replay #myModal .modal-header {
    box-sizing: border-box;
    font-size: 13px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
    width: 100%;
    color: #fff;
    border-radius: 4px 4px 0 0;
    padding: 6px 15px 5px 15px;
    background: #e31a22;
    text-align: right;
    display: inline-block;
    padding-left: 0;
}
.replay .modal-title {
    display: block;
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.modal-content {
    padding: 25px 30px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #f5f5f5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    direction: rtl;
}
.booked-appointments {
    background: #fff;
    padding: 10px 16px 13px;
    margin: 0 0 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: right;
    font-size: 15px;
}
p.calendar-name {
    
    margin-bottom: 4px;
}
p.appointment-info {
    font-size: 15px;
    margin: 0;
    line-height: 1.7;
    direction: rtl;
}
.replay #myModal .close {
    position: absolute;
    left: 0;
    top: 10px;
}
.replay #myModal .modal-body {
    display: inline-block;
    margin-top: 20px;
    padding-bottom: 0;
    font-size: 15px;
}
.replay #myModal .modal-footer {
    padding-bottom: 0;
    text-align: center;
    display: inline-block;
}
.replay #myModal .modal-footer .btn-danger {
    color: #fff;
    background-color: #e31a22;
    border-color: #e31a22;
}
.booked-appointment-details > p {
    margin: 0;
}
.single-sidebar .latest-posts2 li a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    margin: 15px 0;
    width: 0;
    background: #1dc0e8;
    opacity: 0;
    transition: all 0.5s ease;
    transition: all 0.2s linear;
    transition-delay: 0.1s;
}
.single-sidebar .latest-posts2 li a:hover:before {
    width: 5px;
    opacity: 1;
}
.single-sidebar .latest-posts2 li a:hover {
    padding-right: 15px;
    color: #1dc0e8;
}
.single-sidebar .latest-posts2 li:last-child a {
    border: 0;
}
.faq-bage-2 {
    padding-top: 60px;
    padding-bottom: 50px;
    background-color: #e9e9e9;
    text-align: right;
}
.faq-bage {
    padding: 50px 0;
}
.one.column_list {
    margin-bottom: 20px;
}
.faq-bage-2 .contact-form h2 {
    color: #333;
    font-size: 20px;
    text-align: right;
    position: relative;
    padding-bottom: 15px;
    font-weight: 400;
}
.faq-bage-2 .contact-form h2:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: #0084ff;
}
.list_item a.wala {
    float: right;
    margin-left: 25px;
}
.one.column_list .list_right {
    height: 70px;
    display: grid;
    align-items: center;
}
.list_right h4 {
    font-weight: 400;
    color: #031f4b;
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.list_item .list_left img {
    max-width: 80px !important;
    max-height: 80px !important;
    vertical-align: middle;
}
.list_item .list_left {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 50px;
    overflow: hidden;
    text-align: center;
    float: left;
}
.desc a {
    color: #243d7b;
}
.faq-bage-2 p {
    color: #243d7b !important;
}
.faq-bage-2 .contact-form form input[type="text"]::-moz-placeholder,
.faq-bage-2 .contact-form form textarea::-moz-placeholder {
    color: #333;
    opacity: 1;
}
.faq-bage .accordion-box .accordion .accord-btn h4 {
    font-size: 17px;
}
.faq-bage .accordion-box .accordion .accord-content p {
    font-size: 16px;
}
.welcome-section {
    position: relative;
    padding: 30px 0;
}
.welcome-section .content-column {
    position: relative;
    padding-right: 50px;
    padding-bottom: 40px;
    text-align: right;
}
.welcome-section .content-column .new-ho {
    margin-top: 25px;
}
.welcome-section .content-column .wel-head {
    color: #222;
    font-size: 26px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 8px;
    width: 100%;
}
.welcome-section .content-column h3 {
    position: relative;
    color: #222;
    font-size: 21px;
    text-transform: uppercase;
    margin-top: 20px;
    display: inline-block;
    padding-bottom: 15px;
}
.welcome-section .content-column h3:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: #0084ff;
}
.welcome-section .content-column .text {
    position: relative;
    color: #777;
    font-size: 14px;
    margin-top: 15px;
}
.welcome-section .video-box {
    position: relative;
}
.welcome-section .video-box .image img {
    position: relative;
    width: 100%;
    max-height: 100%;
}
.services-section-two {
    position: relative;
    padding: 35px 0 20px;
}
.service-block-three {
    position: relative;
    margin-bottom: 30px;
}
.service-block-three .inner-box {
    position: relative;
    padding: 25px 50px;
    background-color: #f6f6f6;
    text-align: center;
}
.service-block-three .inner-box .icon-box {
    position: absolute;
    right: 0;
    top: 0;
    color: #16233e;
    font-size: 28px;
    padding: 15px;
    display: inline-block;
    background-color: #eee;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.service-block-three .inner-box h3 {
    position: relative;
    line-height: 1em;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.service-block-three .inner-box h3 a {
    position: relative;
    color: #d62a2d;
    font-size: 18px;
    
    text-transform: uppercase;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.service-block-three .inner-box h3 a:hover {
    color: #0084ff;
}
.service-block-three .inner-box .text {
    position: relative;
    font-size: 14px;
    color: #777;
    margin-top: 36px;
    line-height: 1.8em;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    height: 105px;
    overflow: hidden;
}
.service-block-three .inner-box:hover .icon-box {
    background-color: #16233e;
    color: #0084ff;
}
.videos-section {
    padding: 40px 0;
    background: #f4f6f7;
}
.img-re,
.new-farme {
    position: relative;
    width: 100%;
}
.wh-bg {
    padding: 8px;
    background: #fff;
    margin-bottom: 20px;
}
.tet-title h3 {
font-size: 15px;
text-align: center;
color: #333;
font-weight: 400;
line-height: 25px;
height: 50px;
}
.faq-bage-2 .input-group.input-button {
    height: 100%;
    align-items: center;
    float: left;
    width: auto;
}
.faq-bage-2 form input[type="text"]::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.faq-bage-2 form input[type="email"],
.faq-bage-2 form input[type="text"],
.faq-bage-2 form textarea {
    color: #000;
}
.blog-control {
    display: inline-block;
    width: 100%;
}
.blog-control .l-arrow .btn-style3 {
    margin-right: 10px;
}
.blog-control .r-arrow .btn-style3 {
    margin-left: 10px;
}
.r-arrow {
    float: right;
    display: flex;
    line-height: 40px;
}
.l-arrow {
    float: left;
    display: flex;
    line-height: 40px;
}
.his-block {
    background: #fbfbfb;
    margin-bottom: 20px;
}
.tit-his {
    padding: 15px 10px;
    text-align: right;
    height: 90px;
}
.tit-his h3 {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    height: 47px;
    overflow: hidden;
}
.img-his img {
    width: 100%;
    height: 200px;
}
.re-comment {
    margin-top: 10px;
    background: #f5f5f5;
    padding: 15px;
    display: inline-block;
    border-radius: 10px;
}
.load-ptn {
    display: inline-block;
    width: 100%;
    text-align: center;
    float: none;
}
.load-ptn > div {
    float: none;
    display: inline-block;
    margin-bottom: 15px;
    color: #666;
    cursor: pointer;
    text-transform: capitalize;
    font-size: 15px;
}
#loadMore {
    border-left: 1px solid #243d7b;
    padding-left: 10px;
    margin-left: 9px;
}
.load-ptn > div:hover {
    color: #243d7b;
}
.innercontactright {
    width: 100%;
    height: auto;
    margin: 20px 0;
    background: #fff;
    min-height: auto;
    box-shadow: 0 0 10px 0 #d7d7d7;
    padding-bottom: 15px;
    text-align: right;
}
.contactform input {
    padding: 8px 5px;
    margin: 5px 0;
    border: 1px solid #dedede;
    width: 100%;
    background: none repeat scroll 0 0 transparent;
    margin-right: 2%;
    margin-top: 10px;
    font-size: 14px;
    color: #4b4b4b;
    float: right;
}
.boxxtext {
    margin: 0 !important;
    margin-top: 0;
    margin-left-value: 0;
    margin-bottom: 0;
    margin-left-value: 0;
    margin-left-rtl-source: physical;
    margin-left-rtl-source: physical;
    margin-left-rtl-source: physical;
    margin-left-rtl-source: physical;
    padding: 0;
    border: 1px solid #d2cfcf;
    height: 35px;
    padding-top: 0;
    padding-right: 2% !important;
    cursor: pointer;
    height: 44px;
    margin-bottom: 10px !important;
}
.downloadicon {
    height: 42px;
    padding: 0;
    width: 240px;
    background: #c4501c;
    text-align: center;
    font-size: 16px;
    
    margin: auto;
    margin-bottom: 16px;
    
    transition: all 0.5s ease;
    color: #fff !important;
}
.downloadicon:hover {
    height: 42px;
    padding: 0;
    
    width: 240px;
    background: #187db4 !important;
    text-align: center;
    font-size: 16px;
    
    margin: auto;
    margin-bottom: 16px;
    color: #fff !important;
    transition: all 0.5s ease;
}
.blog-outfit {
    padding: 10px 30px 17px;
    background: linear-gradient(0deg, #f0f0f3 0, #fff 100%) repeat scroll 0 0 transparent;
    border: 1px solid #f5f5f5;
}
.progalley {
    float: right;
    margin-bottom: 15px;
    height: 220px;
    position: relative;
}
.textphoto {
    color: #fff;
    font-size: 15px;
    position: absolute;
    top: 44%;
    z-index: 5555555555555;
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-align: center;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
.progalley:hover > .example-image-link .textphoto {
    opacity: 1;
    height: 220px;
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
}
.progalley:hover > .example-image-link .proimmmg {
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.shadow {
    width: 92%;
    height: 220px;
    background: #000;
    position: absolute;
    top: 0;
    right: 4%;
    opacity: 0;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.47);
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.progalley:hover > .example-image-link .shadow {
    opacity: 1;
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.img-blog2 {
    height: 270px;
}
.spa-padd {
    width: 100%;
    padding: 10px 0;
}
.sd-pad {
    padding: 0 8px;
}
.cusotme-code2 > .input-box {

}
.cusotme-code2 > .input-box label {
    letter-spacing: 0;
}
.pad-ri-50 {
    padding-right: 50px;
}
.sticky-header .di-noe {
    display: none !important;
}
.main-menu.style2 .navigation > li .stick-ticket {
    display: none;
}
.sticky-header .stick-ticket {
    display: block;
    padding: 13px 30px !important;
    color: #fff !important;
}
.bootstrap-select.boxxtext {
    border: 0;
}
@media (max-width: 767px) {

    .contact-form .form-radio-item {
        float: right !important;
        margin-left: 5%;
        margin-right: 0 !important;
        text-align: right;
    }
    .header-style2-bottom .logo {
        float: none;
        margin-bottom: 0;
    }
    .stick-ticket {
        display: none !important;
    }
    .pad-ri-50 {
        padding-right: 0;
    }
    .nav-lang {
        left: 16px;
    }
/*
    .nav-search {
        left: 75px;
    }*/
    .header-style2-bottom .logo {
        text-align: center;
    }
    .header-style2-bottom .container {
        padding: 0;
    }
    .men {
        display: inline-block;
        float: left;
    }
    .header-style2-bottom-left,
    .header-style2-bottom-left .nav-outer {
        -moz-transform: initial;
        -ms-transform: initial;
        -webkit-transform: initial;
        transform: initial;
        float: none;
        margin: 0;
    }
    .search-block {
        right: auto;
        left: 0;
        width: 250px;
    }
    .contact-form form .input-box {
        margin-bottom: 20px;
    }
    .faq-bage-2 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .contact-form.contact-page h2,
    .service-block-three .inner-box h3 a,
    .welcome-section .content-column h3 {
        font-size: 16px;
    }
    .sec-title h2 {
        font-size: 18px;
    }
    .faq-bage .accordion-box .accordion .accord-btn h4,
    .nav-search p,
    .welcome-section .content-column .text p {
        font-size: 15px;
    }
    .faq-bage .accordion-box .accordion .accord-content p,
    .sec-title p {
        font-size: 14px;
        line-height: 25px;
    }
    .welcome-section .content-column {
        padding-left: 15px;
        padding-bottom: 0;
    }
    .faq-content-area {
        background: #fff !important;
    }
}
.insta-new {
    color: #fff;
    background: #1dc0e8;
    border-radius: 4px;
    font-size: 19px;
    width: 21.25px;
    height: 24px;
    text-align: center;
    line-height: 23px !important;
    margin-top: -3px;
    display: inline-block;
    position: relative;
    top: -2px;
}
.insta-new:hover {
    background: #1b4077;
}
.featured-area {
    position: relative;
    display: block;
    background: #f4f5f7;
    padding: 40px 0 10px;
}
.featured-area .top-title {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.featured-area .sec-title {
    padding-bottom: 15px;
}
.featured-area .top-title .text {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
    top: -9px;
}
.featured-area .top-title .text p {
    color: #212529;
    font-size: 18px;
    line-height: 34px;
    margin: 0;
}
.single-featured-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 50px 30px 38px;
    -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.2s linear;
    transition-delay: 0.1s;
    margin-bottom: 40px;
    z-index: 1;
}
.single-featured-box:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.single-featured-box:hover .icon-holder {
    background: #1dc0e8;
}
.single-featured-box:hover .icon-holder span:before {
    color: #fff;
}
.single-featured-box .icon-holder {
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    border: 1px solid #1dc0e8;
    border-radius: 50%;
    margin: 0 auto;
}
.single-featured-box .icon-holder span:before {
    position: relative;
    display: block;
    color: #1dc0e8;
    font-size: 50px;
    line-height: 90px;
    text-align: center;
}
.single-featured-box h3 {
    font-size: 18px;
    line-height: 30px;
    
    margin: 28px 0 22px;
    letter-spacing: -1px;
    margin-bottom: 0;
}
.single-featured-box h3 a {
    color: #333;
}
.single-featured-box p {
    margin: 0;
}
.opening-hours-contact-box {
    position: relative;
    display: block;
    background: #243d7b;
    border-radius: 8px;
    padding: 48px 50px 49px;
    margin-bottom: 40px;
}
.opening-hours-contact-box h3 {
    color: #fff;
    font-size: 28px;
    line-height: 36px;
    
}
.opening-hours-contact-box ul {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 34px;
}
.opening-hours-contact-box ul li {
    position: relative;
    display: block;
    margin-bottom: 27px;
}
.opening-hours-contact-box ul li:last-child {
    margin-bottom: 0;
}
.opening-hours-contact-box ul li p {
    color: #1dc0e8;
    font-size: 14px;
    line-height: 18px;
    
    margin: 0 0 13px;
}
.opening-hours-contact-box ul li h4 {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    
}











.tp-header-top-3__area {
background: #f2f2f2;
  position: relative;
}


/*
.tp-header-top-3__area:before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  top: 0;
  width: 24%;
  background-color: #E31A22;
  transition: 0.7s;
  display: inline-block;
}
*/
.tp-header-top-3__left-box ul li {
  display: inline-block;
color:#fff;
}
.tp-header-top-3__left-box ul li span {
  font-size: 14px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .tp-header-top-3__left-box ul li span {
    margin-left: 22px;
  }
}
.tp-header-top-3__social {
  padding: 0 15px;
background: linear-gradient( to bottom , #fbfbfb , #f1f1f1);

height: 40px;
line-height: 40px;
}

.tp-header-top-3__social a {
  font-size: 15px;
  color: #000;
  transition: 0.3s;
  padding-left: 20px;
}


.tp-header-top-3__social a i {
    padding-right: 5px;
}
@media (max-width: 767px) {
  .tp-header-top-3__social a {
    padding-left: 12px;
    font-size: 14px;
  }
}
.tp-header-top-3__social a:last-child {
  padding-left: 0;
}
.tp-header-top-3__social a:hover {
  color: #E31A22;
}
.tp-header-top-3__right-box ul li {
  display: inline-block;
  font-size: 15px;
  position: relative;
}
.tp-header-top-3__right-box ul li a,
.tp-header-top-3__right-box ul li span {
color: #000;
}


.tp-header-top-3__right-box ul li a {
  transition: 0.3s;color: #000;
}

.tp-header-top-3__right-box ul li.location {
  padding-left: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header-top-3__right-box ul li.location {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-header-top-3__right-box ul li.email {
    display: none;
  }
}
.tp-header-top-3__right-box ul li i {
  font-size: 15px;
  padding-left: 12px;
  color: #000;
  display: inline-block;
}






.top-left .social-links{
	position:relative;
}

.top-left .social-links li{
	position:relative;
	float:left;
	color:#111;
	line-height:24px;
width: 40px;
text-align: center;
height:40px;
overflow:hidden;
}

.top-left .social-links li a > div {
width: 40px;
height: 40px;
position: relative;
line-height: 40px;
transition: all ease-in-out 0.4s;
top: 0;
background: #f1f1f1;

background: linear-gradient( to bottom , #fbfbfb , #f1f1f1);
}


.top-left .social-links li:hover a > div {
top:-40px;
}



.main-ico {
border-left: 1px solid #ebebeb;
}
.top-left .social-links li:last-child .main-ico {
border-right: 1px solid #ebebeb;
}


.hover-ico span {
display: block;
line-height: 40px;
color: #fff;
}



.hover-ico .facebook {
background:#3b5998
}

.hover-ico .twitter {
background:#55acee
}


.hover-ico .youtube {
background:#ff0000
}


.hover-ico .linkedin {
background:#007bb5
}


.hover-ico .instagram {
background:#e95950
}



.top-left .social-links li a{
	position:relative;
	display:block;
color: #111;
font-size: 15px;
	line-height:24px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}


.tp-header-top-3__left-box,
.top-left{
	position: relative;
	float: left;
}









.news-section {
padding: 40px 0;
background: #f7f9fc;
}




.about-two {
  position: relative;
  padding: 40px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about-two {
    padding: 20px 0;
  }
}
.about-two__shape {
  position: absolute;
  left: 45px;
  bottom: 0;
  display: none;
}
@media (min-width: 1500px) {
  .about-two__shape {
    display: block;
  }
}
.about-two__shape img {
  max-width: 100%;
  height: auto;
  animation: movebounce2 4s linear infinite;
  opacity: 0.25;
}
.about-two__image {
  position: relative;
  z-index: 2;
  text-align: left;
}
@media (min-width: 1200px) {
  .about-two__image {
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .about-two__image {
    max-width: 570px;
  }
}
@media (max-width: 767px) {
  .about-two__image {
    padding: 0;
  }
}



.about-two__image > img {
  width: 100%;
  height: auto;
  height: 310px;
}


/*
.about-two__image:after {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100%;
  height: auto;
  background-color: transparent;
  border: 7px solid #1dc0e8;
  z-index: 0;
  bottom: -20px;
z-index:-1;
}*/


.about-two__image > img.founder-img {
height: auto;
max-height: 585px;
width: 100%;
}
.oe-founder {
background-color: #fff;
border-radius: 20px;
padding: 15px 0;
box-shadow: 1px 2px 15px #00000014;
position: relative;
z-index: 2;
max-width: 100%;
width: 900px;
}


.oe-founder {
margin: 0 auto;
max-width: 100%;
}

.founder-box {
padding: 0;
}






.about-two__image__text {
  align-items: center;
  color: #fff;
  
  font-size: 16px;
  
  background-color: #7DC354;

  margin-right: auto;
  z-index: 2;
  position: absolute;

border-radius: 30px 0 30px 0;
bottom: 0;
right: 0;
padding: 12px 30px;
}
.about-two__image__text .video-popup {
  width: 53px;
  height: 48px;
  color: #fff;
  background-color: #7DC354;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 500ms ease;
}
.about-two__image__text .video-popup:hover {
  background-color: #000;
  color: #fff;
}
.about-two__image__left {
  position: absolute;
  right: 0;
  top: 59px;
  max-width: 223px;
}
@media (min-width: 1300px) {
  .about-two__image__left {
    right: -40px;
  }
}
@media (max-width: 767px) {
  .about-two__image__left {
    display: none;
  }
}
.about-two__image__left img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  border: 10px solid #fff;
  animation: movebounce3 3s linear infinite;
}
.about-two__image__shape-one {
  position: absolute;
  right: -20px;
  bottom: 150px;
  z-index: -1;
}
@media (max-width: 767px) {
  .about-two__image__shape-one {
    display: none;
  }
}
.about-two__image__shape-one img {
  max-width: 100%;
  height: auto;
  animation: movebounce3 3s linear infinite;
}
.about-two__image__shape-two {
  position: absolute;
  right: 50px;
  bottom: -22px;
  z-index: -1;
}
@media (max-width: 767px) {
  .about-two__image__shape-two {
    display: none;
  }
}
.about-two__image__shape-two img {
  max-width: 100%;
  height: auto;
  animation: zoomsIn 3s linear 0s infinite;
  opacity: 0.3;
}
.about-two__content {
  position: relative;
}


.about-two__wrapper {
  margin: 0 0 40px;
  padding: 0 0 36px;
  border-bottom: 1px solid #dddddd;
}
.about-two__donate {
  width: 100%;
  text-align: center;
  position: relative;
}
.about-two__donate__icon {
  margin-bottom: 18px;
  transition: transform 400ms ease;
  font-size: 50px;
  line-height: 50px;
  color: undefined;
}
.about-two__donate:hover .about-two__donate__icon {
  transform: scale(1.1);
}
.about-two__donate__title {
  font-size: 16px;
  text-transform: capitalize;
  
  margin-bottom: 5px;
}
.about-two__donate__text {
  text-align: center;
  font-size: 26px;
  color: undefined;
  
  
  line-height: 1;
  text-transform: capitalize;
  margin: 0;
}
.about-two__author {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .about-two__author {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.about-two__author > img {
  max-width: 242px;
  height: auto;
}
@media (max-width: 1199px) {
  .about-two__author > img {
    max-width: 200px;
  }
}
.about-two__author__left {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
}
.about-two__author__image {
  width: 73px;
  height: 73px;
  border-radius: 50%;
  overflow: hidden;
  padding: 6px;
  position: relative;
}
.about-two__author__image::after {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  content: "";
  border-style: dashed;
  border-width: 1px;
  border-color: #7DC354;
  border-radius: 50%;
  animation-duration: 1500ms;
  animation: rotated 10s infinite linear;
  transition: 500ms all ease;
  animation-play-state: running;
}
.about-two__author__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.about-two__author__name {
font-size: 15px;
margin: 0;
color: #7DC354;
font-family: "reg";
}






.fa, .fas, .far, .fal, .fab, .fax {
line-height: inherit;
}









.sec-title__tagline {
  margin: 0;
    margin-bottom: 0px;
  color: #7DC354;
  text-transform: capitalize;
  display: inline-block;
  font-size: 14px;
  line-height: 1em;
margin-bottom: 10px;
}



.sec-title__tagline__border {
  width: 4px;
  height: 17px;
  display: inline-block;
  background-color: #7DC354;
  position: relative;
  top: 2px;
  margin-left: 10px;
}
.sec-title__tagline__border::after {
  position: absolute;
  left: -5px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 3.5px 5px 3.5px 0;
  border-color: transparent currentColor transparent transparent;
  content: "";
  animation: zump 2s linear infinite;
/*
border-top: 3.5px solid transparent;
border-right: 5px solid red;
border-bottom: 50px solid transparent;
*/

}
.sec-title__title {
  margin: 0;
  font-size: 20px;	
  margin: 0;
  position: relative;padding-bottom: 15px;
text-align: center;
}




@keyframes zump {
  0%, 100% {
    transform: translateY(0);
  }
  25%, 75% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-5px);
  }
}







.list-choose li {
	position: relative;
	z-index: 1;
	padding-right: 35px;
	margin-top: 5px;
}

.list-choose li::after {
	position: absolute;
	right: 0;
	top: 7px;
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	height: 23px;
	width: 23px;
	text-align: center;
	line-height: 22px;
	border: 1px solid #e31a22;
	border-radius: 5px;
color: #e31a22;
	font-size: 11px;
}




.choose-us {
padding: 40px 0;
  background: #f7f7f7;
    background: linear-gradient(90deg, #fbfbfb 50%, #f1f1f1 50%);
}




.choose-us .list-choose {
padding-right: 30px;
}



.icon-box-two {
display: inline-block;
width: 100%;
margin-bottom: 15px;}




.icon-box-two .icon {
  background: #1DC0E8;
  border-radius: 6px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  float: right;
  text-align: center;
}

.icon-box-two .icon img { 
width: 48px  !important;
}


.icon-box-two .icon span:before {
  font-size: 48px;
  line-height: 84px;
  color: #000;
}
.icon-box-two .icon-details {
  margin-right: 110px;
}


.icon-details p {
line-height: 25px;
margin: 0;
font-size: 14px;
}

.icon-box-two .icon-details h4 {
text-transform: capitalize;
}


.icon-box-two .icon-details h4 p {
margin-bottom: 5px;
color: #000;
font-size: 19px;
}





.info-card {
margin-bottom: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* Extra large devices */
  /* Medium devices */
}

.info-card:first-child {
  border-right: 0;
  padding-right: 0;
}

.info-card .box-icon {
  position: relative;
  display: inline-block;
  height: 52px;
  width: 52px;
  line-height: 54px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

.info-card .box-icon .bg-shape2 {
  position: absolute;
  /*inset: 0;*/
  background: #0f7b3e;
  z-index: -1;
}

.info-card .box-icon .bg-shape1 {
  position: absolute;
  /*inset: 0;*/
  background: #0f7b3e;
  z-index: -1;
}

.info-card .box-icon .bg-shape2 {
  background: #ffac00;
  z-index: -2;
  inset: 2px 0 -2px 0;
border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
}

.info-card .box-text {
  margin: -0.3em 0 0 0;
  font-size: 13px;color: #fff;
/*
color: #788a88;*/
}

.info-card .box-title {
  margin: 0 0 -0.2em 0;
  font-size: 24px;

}

@media (max-width: 1500px) {
  .info-card .box-title {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .info-card .box-title {
    font-size: 18px;
  }
}

.info-card.style2 .box-icon {
  border-radius: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;background: #1dc0e8;
}

.info-card.style2 .box-title {
  font-size: 14px;
  
}


.info-card.style2 .box-title a { 
color: #fff;
}





@media (max-width: 767px) {


.no-mob {
display: none;
}


.choose-us {
background: #f7f7f7;
padding: 20px 0;
}



.icon-box-two .icon-details h4 p,
h3 {
  font-size: 16px;}

p,
body {
font-size: 14px;
}


.accordion-box .accordion .accord-content p {
  font-size: 14px;
  line-height: 25px;
}



.btn-one {
line-height: 45px;
padding: 0 20px;
font-size: 14px;
}

.tp-header-top-3__area {
display: none;
}

.about-two__image {
margin: 20px;
}
.about-two__image > img {
height: auto;
}


.single-blog-style1 {
margin-bottom: 15px;
}

.choose-us .list-choose {
  padding-right: 0;
  margin-top: 20px;
}

.icon-box-two .icon-details {
  margin-right: 100px;
}

.news-section,
.blog-style1-area {
padding: 20px 0;
}


.single-footer-widget .title h3 {
font-size: 18px;
}


.anco {
  font-size: 14px;
  padding: 15px 20px 17px 20px;

}


}



.door-box {
margin-bottom: 20px;
padding: 15px 10px;
background: #f7f7f7;
border-radius: 12px;}

.door-btn a {
position: relative;
color: #000;
font-size: 14px;
line-height: 45px;
display: block;
padding-right: 30px;
padding-left: 0;
border-bottom: 1px solid #ddd;

}


.door-btn:last-child a {
border-bottom: 0;
}

.door-btn h4 {
margin: 0;
}


.door-btn a:after {
font-family: 'Font Awesome 5 Pro';
position: absolute;
content: "\f104";
top: 13px;
right: 10px;
color: #000;
font-size: 15px;
line-height: 20px;
text-align: center;
transition: all 0.5s ease 0s;
font-weight: 300;

}


.door-btn.active a {
color: #fff;
background: #7dc354;
border-radius: 10px;
border-bottom: 1px solid #7dc354;
}



.door-btn.active a:after {
color: #fff;
}



.colfive {
width: 20%;
padding: 0 6px;
margin-bottom: 12px;
}

.colfive img {
width: 100%;
height: 230px;
object-fit: cover;}


.curriculum-card {
position: relative;
padding: 15px;
border: 1px solid #eee;
}



.curriculum-card:nth-child(odd) {
background: #f7f7f7;
}


.curriculum-card h2 {
font-size: 16px;
margin-bottom: 8px;
color: #000;
color: #243d7b;}

.curriculum-card p {
font-size: 14px;
margin: 0;
color: #444;
line-height: 25px;}	



.curriculum-btn {
position: absolute;
left: 15px;
top: 23px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 0;
  color: #fff;
  background-color: #7dc354;
  border-radius: 50px 50px 50px 50px;
  padding: 12px 23px;
  transition: all 0.2s linear;
  display: inline-block;}


.curriculum-btn:hover {
  background-color: #006841;
}



@media (max-width: 767px) {

.curriculum-btn {
position: inherit;
margin-top: 10px;
}


.faq-content-box {	
  padding-left: 0;
} 

.colfive {
  width: 33.333%;}
.colfive img {
height: 120px;
}

}





