.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.fix {
    overflow: hidden
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover{
    text-decoration: none;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

a,
button {
    color: #0e264f;
    outline: medium none;
}

a:hover {
    color: #0e264f;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: none;
    box-shadow: none;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0e264f;
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
    font-weight: 600;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

p {


    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

.btn {
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 20px 30px;
    text-align: center;
    text-transform: unset;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    z-index: 999;
    text-transform: uppercase;
    background: #0e264f;
    border: none;
}

.btn:hover {
    opacity: 0.5;
    color: #fff;
}

.btn:hover::before {
    opacity: 0;
}

.btn::before {
    content: "";
    width: 95%;
    height: 85%;
    left: 4px;
    border: 2px dashed #ffffff70;
    position: absolute;
    top: 4px;
    border-radius: 5px;
    z-index: -1;
    display: none;
}

.header-top {
    padding-top: 40px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 30px;
}

.header-cta ul li {
    display: inline-block;
    margin-inline-end: 30px;
}

.header-social a {
    font-size: 14px;
    display: inline-block;
    margin-inline-start: 15px;
    text-align: center;
    color: #191D3B;
    font-size: 18px;
}

.header-social a:hover {
    color: #fff !important;
    opacity: 0.7;
}

.slider-content {
    position: relative;
    z-index: 2;
    margin-top: 70px;
}

.second-header {
    border: none;
    padding: 8px 0;
    background: #0e264f;
    color: #fff;
    position: relative;
    z-index: 10;
}

.second-header a {
    color: #fff;
}

.second-header-btn .btn {
    background: #749dbf;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    padding: 20px 30px;
    position: relative;
    border-radius: 4px;
}

.second-header-btn .btn:hover {
    color: #fff;
    opacity: 0.5;
}

.slider-content .h2 {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #fff;
}

.slider-content p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 26px;
    margin: auto;
}

.p-relative {
    position: relative;
}

.btn.ss-btn.contact-btn {
    background: #fff;
    color: #0e264f;
    border: 2px solid #fff;
    box-shadow: none;
}

.btn.ss-btn.active  {
    background: none;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: none;
}

.line {
    float: left;
    margin-inline-end: 15px;
}

.about-text {
    position: absolute;
    bottom: 0px;
    right: 30px;
    width: 242px;
    background: #fff;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
}

.about-text span {
    font-size: 48px;
    color: #0e264f;
    position: relative;
    font-weight: 800;
    float: left;
}

.about-text span sub {
    font-size: 30px;
    color: #fff;
    font-weight: 800;
    margin-inline-start: -10px;
    bottom: 5px;
}

.about-title>span {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #0e264f;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
}

.about-title h2 {
    font-size: 30px;
    margin-bottom: 0 !important;
}

.about-title h5 {
    color: #0e264f;
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.about-title p span {
    display: inline-block;
    height: 2px;
    width: 40px;
    background: #0e264f;
    margin-inline-end: 20px;
    position: relative;
    top: -5px;
}

.second-about {
    left: 0;
    right: 25px;
    bottom: 0;
}

.second-about p {
    margin-bottom: 0;
    color: #0e264f;
    font-size: 18px;
    font-weight: 600;
    float: left;
    width: 55%;
    margin-top: -10px;
    margin-inline-start: 10px;
}

.section-title h5 {
    color: #0e264f;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
}

.section-title h5 div {
    display: inline-block;
    margin: 0 10px;
}

.section-title h2 {
    font-size: 32px;
    position: relative;
}

.section-title h2::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    width: 60px;
    background: #0e264f;
    margin: auto;
    transition: .3s;
    display: none;
}

section:hover .section-title h2::before {
    width: 100px;
}

.single-team {
    border: 1px solid #749dbf;
    padding: 10px;
    border-radius: 4px;
    height: 100%;
}

.team-active .slick-dots ,.services-slider .slick-dots,.before-after-slider .slick-dots,.solution-slider .slick-dots{
    text-align: center;
    display: none;
    margin-top: 35px;
}

.team-active .slick-dots li,.services-slider .slick-dots li,.before-after-slider .slick-dots li,.solution-slider .slick-dots li{
    display: inline-block;
    margin: 0 5px;
}

.team-active .slick-dots .slick-active button,.services-slider .slick-dots .slick-active button
,.before-after-slider .slick-dots .slick-active button,.solution-slider .slick-dots .slick-active button {
    width: 10px;
    background-color: #0e264f;
}

.team-active .slick-dots li button,.services-slider .slick-dots li button
,.before-after-slider .slick-dots li button,.solution-slider .slick-dots li button{
    text-indent: -99999px;
    padding: 0;
    margin-inline-start: 10px;
    z-index: 1;
    cursor: pointer;
    transition: .3s;
    background-color: #cccccc;
    height: 10px;
    width: 10px;
    border-radius: 2px;
    border: none;

}

.team-active .slick-dots li.slick-active button::before,.services-slider .slick-dots li.slick-active button::before
,.before-after-slider .slick-dots li.slick-active button::before,.solution-slider .slick-dots li.slick-active button::before{
    opacity: 1;
}

.team-active .slick-dots li button::before,.services-slider .slick-dots li button::before
,.before-after-slider .slick-dots li button::before,.solution-slider .slick-dots li button::before{
    content: "";
    width: 19px;
    height: 19px;
    float: left;
    position: relative;
    margin-top: -9px;
    left: -19px;
    border-radius: 50%;
    opacity: .7;
    background-repeat: no-repeat;
    background-position: center;
}

.team-thumb {
    text-align: center;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 200px;
}

.team-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
}

.team-thumb .dropdown {
    position: absolute;
    bottom: 0;
    right: 15px;
}

.team-social {
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 100%;
    margin-top: auto;
}

.team-social li {
    display: inline;
    margin: 0 3px;
}

.team-thumb .social {
    position: absolute;
    top: 0;
}

.team-info {
    padding: 5px 0px 0;
    transition: .3s;
    position: relative;
    text-align: center;
    height: calc(100% - 200px);
    display: flex;
    flex-direction: column;
}

.team-info .text {
    padding-left: 30px;
    border-left: 5px solid #0e264f;
}

.team-info h4 {
    font-size: 24px;
    margin-bottom: 5px;
    transition: .3s;
}

.team-info span {
    font-size: 16px;
    transition: .3s;
    color: #0e264f;
    font-weight: 600;
}

.team-info p {
    color: #0e264f;
}

.team-social a {
    color: #0e264f;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    margin: 5px 0;
    width: 40px;
    height: 40px;
    background: #d7dff7;
    line-height: 40px;
}

.team-social a:hover {
    background: #0e264f;
    color: #fff;
}

.single-team:hover .team-thumb .brd::before,
.single-team:hover .team-thumb .brd::after {
    color: #0e264f;
}

.single-team:hover .team-info {
    border-color: #0e264f;
}

.team-t h2 {
    top: 50px;
}

.single-team:hover .team-info h4 {
    color: #0e264f;
}

.slick-slide {
    outline: none;
}

.team-active {
    position: relative;
}

.team-active .slick-track {
    display: flex;
}

.team-active .slick-track .slick-slide {
    height: auto;
}

.team-active .slick-arrow {
    position: absolute;
    top: 30%;
    left: -50px;
    border: none;
    background: none;
    padding: 0;
    font-size: 20px;
    color: #fff;
    z-index: 9;
    cursor: pointer;
    transition: .3s;
    background: #0e264f;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.team-active .slick-arrow:hover {
    background: #12265a;
}

.team-active .slick-next {
    left: inherit;
    right: -50px;
}

.count {
    font-size: 50px;
    color: #0e264f;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1;
    display: inline-block;
}

.faq-btn {
    font-size: 17px;
    font-weight: 700;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 20px 30px;
    width: 100%;
    text-align: left;
    padding-right: 75px;
    background: #f8f8f8;
    border-radius: 0;
}

.card .collapse.show {
    display: block;
}

.faq-btn.collapsed {
    background: no-repeat;
    color: #190a32;
}

.faq-wrap .card-header:first-child {
    border-radius: 0;
}

.faq-wrap .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: unset;
    border-bottom: none;
}

.faq-wrap .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: unset;
    padding: 25px 30px;
}

.faq-wrap .card-header h2 {
    font-size: unset;
    position: relative;
}

.faq-wrap .card {
    border: none;
    border-radius: 4px !important;
    margin-bottom: 15px;
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.09);
    overflow: hidden;
}

.faq-wrap .card-header h2 button::after {
    position: absolute;
    content: "\f054";
    top: 0;
    right: 0;
    font-size: 26px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    background: #0e264f;
    width: 61px;
    height: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    line-height: 60px;
    color: #fff;
}

.faq-wrap .card-header h2 button.collapsed::after {
    content: "\f078";
    color: #fff;
    box-shadow: none;
    font-size: 26px;
}

.rtl .faq-wrap .card-header h2 button::after {
    right: unset;
    left: 0;
    content: "\f053";
}

.rtl .faq-wrap .card-header h2 button.collapsed::after {
    content: "\f078";
}

.rtl .faq-btn {
    text-align: right;
    padding-right: 30px;
    padding-left: 75px;
}

.blog-btn a {
    display: inline-block;
    color: #0e264f;
    text-align: center;
    font-size: 15px;
    border-bottom: 3px solid #0e264f;
    text-transform: uppercase;
    font-weight: 500;
}

.blog-btn a:hover {
    color: #0e264f;
    border-bottom: 3px solid #0e264f;
}

.blog-btn2 a {
    display: inline-block;
    color: #C0C0C0;
    text-align: center;
    font-size: 14px;
}

.blog-btn a i {
    margin-inline-start: 5px;
}

.blog-thumb {
    position: relative;
}

.contact-bg02 {
    background: #0e264f;
    padding: 25px;
}

.contact-bg02 h2 {
    font-size: 32px;
    color: #fff;
}

.contact-area {
    background-repeat: no-repeat;
    background-position: center center;
}

.contact-area .map {
    position: absolute;
    right: 0;
    top: 0;
}

.contact-wrapper textarea {
    border: 0;
    color: #000;
    font-size: 15px;
    height: 200px;
    width: 100%;
    text-transform: capitalize;
    transition: .3s;
    background: #f4f4fe;
    padding: 30px 40px;
}

.contact-wrapper textarea::-moz-placeholder {
    color: #b3bdcd;
    font-size: 14px;
}

.contact-wrapper textarea::placeholder {
    color: #8990b0;
    font-size: 14px;
}

.contact-wrapper input {
    border: 0;
    color: #000;
    font-size: 15px;
    height: 80px;
    text-transform: capitalize;
    width: 100%;
    padding: 0 40px;
    transition: .3s;
    background: #f4f4fe;
}

.contact-wrapper input::-moz-placeholder {
    color: #8990b0;
    font-size: 14px;
}

.contact-wrapper input::placeholder {
    color: #8990b0;
    font-size: 14px;
}

.contact-name {
    position: relative;
}

.contact-bg {
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.f-cta-icon {
    float: left;
    margin-inline-end: 30px;
}

.single-cta {
    line-height: 28px;
}

.single-cta a {
    color: #0e264f;
}

video {
    width: 100%;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
    overflow-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

li>ol {
    padding-left: 1.5em;
}

ol {
    padding-left: 15px;
}

iframe {
    width: 100%;
}

pre {
    padding: 30px;
    background: #e4e4e4;
}

.call-area h5 {
    color: #fff;
}

.call-area h2 {
    color: #fff;
    font-size: 33px;
}

.call-area h2 span {
    color: #0e264f;
}

.call-area p {
    color: #fff;
    opacity: 0.9;
}

.number {
    font-size: 55px;
    font-weight: 600;
    color: #0e264f;
}

.contact-area .container {
    position: relative;
    z-index: 1;
}

.contact-bg02 .btn.ss-btn {
    background: #fff;
    border: 2px solid #fff;
    color: #0e264f;
}

blockquote {
    background: #0e264f;
    border-radius: 10px;
    padding: 50px 45px 57px !important;
    position: relative;
    z-index: 5;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    font-size: 18px;
}

blockquote p {
    color: #fff;
}

.contact-info .single-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-info .single-cta i{
    display: inline-block;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 78px;
    background: #769ebd;
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
}

.contact-info .single-cta .contain{
    width: calc(100% - 90px);
}

.contact-info h5 {
    color: #0e264f;
}

.single-cta {
    border-bottom: 1px solid #ccc;
    float: left;
    width: 100%;
}

div.single-cta:last-child {
    border: 0;
}

.single-cta h5 {
    font-size: 15px;
    margin-bottom: 15px !important;
}

.single-cta p {
    margin-bottom: 0;
}

.single-cta p a {
    color: #0e264f;
}

blockquote a {
    color: #bacdff;
}

.contact-field label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #00173c;
    margin-bottom: 20px;
    cursor: unset;
}

.contact-field input {
    width: 100%;
    border: none;
    padding: 15px;
    transition: .3s;
    border-radius: 0;
    border: 1px solid #749dbf;
    height: 50px;
    border-radius: 5px;
}


.contact-field input::placeholder,
.contact-field textarea::placeholder {
    color: #749dbf;
}

.contact-field textarea {
    width: 100%;
    padding: 15px;
    transition: .3s;
    height: 115px;
    border: 1px solid #749dbf;
    border-radius: 5px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .contact-area .map {
        position: absolute;
        right: -300px;
        top: 0;
    }

    .team-active .slick-arrow {
        display: none !important;
    }

    .second-about {
        display: none;
    }
}

@media (min-width: 1400px) and (max-width: 1500px) {
    .second-about {
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .second-about {
        display: none;
    }

    .second-header-btn .btn {
        padding: 18px 18px;
    }

    .section-title h2 {
        font-size: 28px;
    }

    .about-title h2 {
        font-size: 30px;
    }

    .slick-dots {
        display: none !important;
    }

    .contact-area::after {
        width: 100%;
        left: 0;
        top: 0;
        z-index: 0;
    }

    .f-contact li {
        display: flex;
    }

    .f-contact span {
        width: 77%;
    }

    .contact-area .map {
        right: -500px;

    }

    .team-active .slick-arrow {
        left: 0;
    }

    .team-active .slick-next {
        left: inherit;
        right: 0;
    }

    .call-area .number {
        font-size: 40px;
    }

    .video-wrap img {
        width: 100%;
    }

    .team-info {
        margin-left: 0;
        margin-right: 0;
    }

    .team-info h4 {
        font-size: 18px;
    }

    .team-active .slick-arrow {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .call-area h2 {
        font-size: 30px;
    }

    .second-about {
        display: none !important;
    }

    .slider-content .h2 {
        font-size: 30px;
    }

    .s-about-img {
        margin-left: 0;
    }

    .contact-area::after {
        width: 100%;
        left: 0;
    }

    .s-about-img.p-relative {
        margin-bottom: 50px;
    }

    .contact-bg02 {
        padding: 30px;
    }

    .contact-area .map {
        display: none;
    }

    .number {
        font-size: 48px;
    }

    .section-title h2 {
        font-size: 28px;
    }

    .second-header {
        padding: 0px 0;
    }

    .s-about-img img {
        width: 100%;
    }

    .contact-area img {
        width: 100%;
    }

    .logo img {
        width: 70px;
    }

    .team-active .slick-arrow {
        display: none !important;
    }

    .contact-info .single-cta {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .call-area h2 {
        font-size: 32px;
    }

    .section-title h5 {
        text-align: center;
    }

    .contact-info .single-cta {
        width: 100%;
    }

    .team-active .slick-arrow {
        display: none !important;
    }

    .logo {
        display: block;
    }

    .contact-area::after {
        width: 100%;
        left: 0;
        top: 0;
        z-index: 0;
    }

    .section-title p {
        width: 100%;
    }

    .s-about-img.p-relative {
        margin-bottom: 50px;
        margin-left: 0;
    }

    .btn.ss-btn {
        padding: 20px 15px;
        font-size: 14px;
    }

    .contact-bg02 {
        padding: 15px;
    }

    .team-active .slick-arrow {
        left: 0px;
    }

    .team-active .slick-next {
        left: inherit;
        right: 0px;
    }

    .contact-area .map {
        display: none;
    }

    .call-area {
        background-size: cover;
        padding: 20px 0;
    }

    .call-area h2 span {
        font-size: 34px;
    }

    .call-area .number {
        font-size: 36px;
    }

    li>ol {
        padding-left: .5rem;
    }

    .slider-content .h2 {
        font-size: 25px;
        letter-spacing: 0;
        margin-bottom: 30px;
    }

    .about-text span {
        top: 20px;
    }

    .about-text {
        height: 109px;
        width: 214px;
    }

    .about-title h2 {
        font-size: 25px;
    }

    .section-title {
        padding-left: 0;
        padding-right: 0;
    }

    .section-title h2 {
        font-size: 25px;
        text-align: center;
    }

    .contact-info {
        display: inline-block;
        margin-bottom: 50px;
    }

    .video-wrap img {
        width: 100%;
    }

    .second-header {
        padding: 10px 0;
    }

    .s-about-img img {
        width: 100%;
    }

    .second-about {
        display: none;
    }

    .video-wrap>img {
        display: none;
    }

    .counter-area.pb-90 {
        padding-bottom: 85px;
    }

    .contact-wrapper input {
        height: 65px;
        padding: 0 25px;
    }

    .contact-wrapper textarea {
        height: 160px;
        padding: 30px 25px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .slider-content .h2 {
        font-size: 25px;
    }

    .services-img img {
        width: 100%;
    }

    .section-title h2 {
        font-size: 25px;
        letter-spacing: -1px;
    }
}
