@font-face {
    font-family: 'flexslider-icon';
    src: url('../fonts/flexslider-icon.eot');
    src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700&family=Poppins:wght@400;500;600;700;800;900&display=swap");

:root {
    --color: #061b4a;
    --fuchsia: #e82f51;
    --orange: #ff5a3c;
    --ltn__heading-font: 'Poppins', sans-serif;
    --ltn__body-font: 'Nunito Sans', sans-serif;
}

body {
    font-family: var(--ltn__body-font);
    font-weight: normal;
    color: #103040;
}

h1,
h2,
h3,
h4 {
    text-transform: capitalize;
    font-family: var(--ltn__heading-font);
}

.orange {
    color: #ff5a3c;
}

.btn-orange {
    background: #ff5a3c;
    color: #fff;
}

.btn-orange:hover::after {
    width: 100%;
}

.btn-orange:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
}

h2,
.h2 {
    font-size: 2.4em;
    font-weight: 700;
}

@media (max-width: 1250px) {

    h2,
    .h2 {
        font-size: 1.2em;
        font-weight: 700;
    }
}

h1,
.h1 {
    font-size: 2em;
    line-height: 1.2;
}

h3,
.h3 {
    font-size: 1.5em;
}

h4,
.h4 {
    font-size: 1.3em;
    font-weight: 550;
    font-family: 'Poppins' !important;
}

p {
    color: var(--ltn__paragraph-color);
    margin-bottom: 1.5em;
    font-size: 1.05em;
    font-weight: 500;
}

.body-wrapper {
    /* overflow-x: hidden;*/
}

.container-xxl {
    width: 80%;
}

@media (max-width: 992px) {
    .container-xxl {
        width: 90%;
    }
}


/*======================================================
                          Common
  ======================================================*/

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
    padding-top: 4em;
}

@media (max-width: 992px) {
    .pt-100 {
        padding-top: 70px;
    }

    .pb-100 {
        padding-bottom: 70px;
    }

    .container {
        width: 94%;
    }

    .pt-105,
    .py-105 {
        padding-top: 50px !important;
    }
}

/*************************Flex Slider**********************/


/*
flexslider
*/


/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* FlexSlider Necessary Styles
*********************************/

.flex-direction-nav a.flex-next:before {
    content: '\f002';
}

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}


/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}


/* Clearfix for the .slides element */

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}


/* No JavaScript Fallback */


/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */

.no-js .slides > li:first-child {
    display: block;
}


/* FlexSlider Default Theme
*********************************/

p.divider_20 {
    width: 73%;
}

.intro_section .slide_description_wrapper:before,
.intro_section .slide_description {
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 992px) {
    .intro_section .slide_description {
        max-width: 620px;
    }
}

@media (max-width: 1199px) {
    .intro_section .bg_overlay {
        display: none;
    }

    .intro_section .slide_description {
        padding: 30px 20px;
    }
}

.intro_section .slide_description {
    font-size: 16px;
}

@media (min-width: 1200px) {
    .container {
        width: 1240px;
    }

    .intro_section .container {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .intro_section .slide_description_wrapper {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
        left: 130px;
        height: 100%;
        z-index: 10;
        padding: 20px 0;
        font-size: 0
    }

    section .intro_section .slide_description_wrapper {
        padding-left: 60px;
        padding-right: 60px;
        right: 30px;
    }
}

@media (max-width: 600px) {
    section .intro_section .slide_description_wrapper {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.muted_background .pagination {
    margin: 40px 40px 20px;
}

.intro_section {
    position: relative;
    margin-top: -10px;
}

.flexslider {
    margin: 0 0;
    position: relative;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}


/*.carousel li { margin-right: 5px; }*/


/* Direction Nav */

.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 60px;
    height: 60px;
    margin: -30px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(214, 214, 214, 0.5);
    border-radius: 50%;
    font-size: 0;
    color: transparent;
    text-align: center;
}

.flex-direction-nav a:hover {
    background-color: rgba(214, 214, 214, 0.5);
}

.flex-direction-nav a:hover:before {
    color: #ffffff;
}

.flex-direction-nav .flex-prev {
    left: 30px;
}

.flex-direction-nav .flex-next {
    right: 30px;
}

.flexslider:hover .flex-prev {
    opacity: 1;
}

.flexslider:hover .flex-next {
    opacity: 1;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-direction-nav a:before {
    font-size: 20px;
    font-family: "flexslider-icon";
    color: #d6d6d6;
    position: absolute;
    top: 13px;
    left: 18px;
    display: inline-block;
    content: '\f001';
}

.flex-direction-nav a.flex-next:before {
    font-family: "flexslider-icon";
    left: 19px;
}


/* Pause/Play */

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.flex-pauseplay a:before {
    font-size: 20px;
    display: inline-block;
    content: "\e6a2";
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: "\e711";
}


/* Control Nav */

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 42px;
    text-align: center;
    z-index: 10;
}

.flex-control-nav li {
    text-align: center;
    display: inline-block;
    padding: 0 4px;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 12px;
    height: 12px;
    display: block;
    color: transparent;
    border: 2px solid #343434;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 50%;
}

.ds .flex-control-paging li a,
.cs .flex-control-paging li a {
    border-color: #ffffff;
}

.flex-control-paging li a:hover {
    border-color: #1d3052;
}

.flex-control-paging li a.flex-active {
    border-color: #1d3052;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

@media screen and (max-width: 600px) {
    .flex-direction-nav .flex-prev {
        top: 14%;
    }

    .flex-direction-nav .flex-next {
        top: 14%;
    }
}


/* custom nav for flex slider*/

.flex-custom-nav {
    text-align: center;
    position: absolute;
    bottom: 38px;
    right: 0;
    left: 0;
    z-index: 3;
    line-height: 1;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.flex-custom-nav .flex-control-nav {
    width: auto;
    display: inline-block;
    position: static;
}

.flex-custom-nav .flex-custom-link {
    font-size: 12px;
    position: relative;
    bottom: 7px;
    margin: 0 8px;
    color: #343434;
}

.ds .flex-custom-nav .flex-custom-link,
.cs .flex-custom-nav .flex-custom-link {
    color: #ffffff;
}

.flex-custom-nav .flex-custom-link:hover {
    color: #1d3052;
}

.intro_section:hover .flex-custom-nav {
    opacity: 1;
}

.intro_section .big {
    font-size: 46px;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'Poppins';
}

.intro_section h3 {
    font-size: 40px;
    line-height: 0.9;
    margin: 0 0 10px;
    font-family: 'Poppins';
}

.intro_section h3 .bold {
    font-weight: bold;
}

.intro_section .top-corner {
    max-width: 120px;
}

.intro_section .top-corner div {
    margin-top: -3px;
    text-transform: uppercase;
    padding: 20px;
}

.intro_section .flex-control-nav {
    text-align: left;
}

.intro_section .bg_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: rgba(29, 48, 82, 0.85);
    overflow: hidden;
    -webkit-transition: all 1s ease 0.3s;
    transition: all 1s ease 0.3s;
}

.intro_section .bg_overlay .frame {
    position: absolute;
    top: 23%;
    bottom: 23%;
    right: 0;
    width: 0;
    border: 15px solid rgba(245, 245, 245, 0.2);
    border-right: none;
    opacity: 0;
    -webkit-transition: all 1.3s ease 1.0s;
    transition: all 1.3s ease 1.0s;
}

.intro_section .slides > li:nth-child(even) .bg_overlay {
    background-color: rgba(246, 147, 35, 0.85);
}

.intro_section .flex-active-slide .bg_overlay,
.intro_section .bg_overlay.animated {
    width: 45%;
}

.intro_section .flex-active-slide .bg_overlay .frame,
.intro_section .bg_overlay.animated .frame {
    width: 26%;
    opacity: 1;
}

@media (min-width: 1200px) {
    .intro_section .big {
        font-size: 55px;
        font-weight: 500;
    }

    .intro_section p {
        font-size: 26px;
    }

    .intro_section p.divider_20 {
        margin: 40px 0;
    }
}

@media (min-width: 1450px) {
    .intro_section .big {
        font-size: 80px;
    }
}

@media (max-width: 991px) {
    .intro_section {
        text-align: center;
    }

    .container {
        width: 90%;
    }

    p.divider_20 {
        width: 100%;
    }

    .intro_section .bg_overlay {
        display: none;
    }

    .intro_section .nav-container {
        padding: 0;
    }

    .intro_section .flex-control-nav,
    .intro_section .flex-custom-nav {
        bottom: 13px;
        text-align: center;
    }

    .intro_section .container {
        position: static;
        width: auto;
        max-width: 100%;
    }

    .intro_section .slide_description_wrapper:before {
        display: none;
    }

    .intro_section .slide_description {
        padding: 30px 20px;
        display: block;
    }

    .intro_section .slide_description_wrapper {
        padding: 0;
        position: static;
    }

    .intro_section .flex-direction-nav .flex-prev {
        top: 14%;
    }

    .intro_section .flex-direction-nav .flex-next {
        top: 14%;
    }
}

@media (max-width: 600px) {
    .intro_section .slide_description {
        padding: 30px 0;
    }

    .intro_section .big {
        font-size: 35px;
    }

    .intro_section p {
        font-size: 20px;
    }
}

.intro_section2 {
    position: relative;
}

.intro_section2 .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
}

@media (max-width: 991px) {
    .intro_section2 .container-fluid {
        padding-bottom: 0;
    }
}

.intro_section2 .content-block-left {
    background-color: rgba(255, 255, 255, 0.9);
}

.intro_section2 .content-block-left {
    z-index: 1;
    padding: 20px;
}

@media (min-width: 768px) {
    .intro_section2 .content-block-left [class*="col-"]:nth-child(2n+1) {
        clear: both;
    }
}

.intro_section2 .content-block-left .teaser .media-left {
    padding-right: 15px;
}

.intro_section2 .content-block-right {
    position: relative;
    background-color: transparent;
}

.intro_section2 .content-block-right > * {
    position: relative;
    z-index: 1;
}

.intro_section2 .content-block-right:before,
.intro_section2 .content-block-right:after {
    position: absolute;
    content: "";
    top: -400px;
    right: -110px;
    left: -30%;
    bottom: -400px;
    background-color: rgba(29, 48, 82, 0.9);
}

.intro_section2 .content-block-right:before {
    background-image: url("../images/services2.jpg");
    background-size: cover;
}

@media (max-width: 991px) {
    .intro_section2 .content-block-right {
        position: relative;
        padding-top: 35px;
        padding-bottom: 75px;
        margin-top: 15px;
        margin-bottom: 0;
    }

    .intro_section2 .content-block-right:before,
    .intro_section2 .content-block-right:after {
        top: -100px;
        left: -15px;
        right: -15px;
        width: auto;
    }
}

@media (min-width: 992px) {
    .intro_section2 .content-block-left {
        padding: 20px;
    }

    .intro_section2 .content-block-left [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }

    .intro_section2 .content-block-right {
        padding-left: 20px;
    }
}

@media (min-width: 1200px) {
    .intro_section2 .container-fluid {
        padding-right: 80px;
        padding-left: 80px;
    }

    .intro_section2 .content-block-left {
        padding: 40px 45px;
    }

    .intro_section2 .content-block-left [class*="col-"] {
        padding-right: 20px;
        padding-left: 20px;
    }

    .intro_section2 .content-block-left .teaser .media-left {
        padding-right: 30px;
    }

    .intro_section2 .content-block-right {
        padding-top: 35px;
        padding-left: 40px;
    }

    .intro_section2 .content-block-right > div {
        max-width: 350px;
    }
}

@media (min-width: 1600px) {
    .intro_section2 .container-fluid {
        padding-right: 125px;
        padding-left: 125px;
    }

    .intro_section2 .content-block-left {
        padding: 75px 40px 40px;
    }

    .intro_section2 .content-block-left [class*="col-"] {
        padding-right: 50px;
        padding-left: 50px;
    }

    .intro_section2 .content-block-right {
        padding-top: 35px;
        padding-left: 60px;
    }

    .intro_section2 .content-block-right > div {
        max-width: 350px;
    }
}

.cs .theme_button {
    color: #1d3052;
    background-color: #ffffff;
    font-weight: bold;
    font-size: 1em;
}

.cs .theme_button:hover,
.cs .theme_button:focus {
    color: #fff;
    background-color: #f69323
}

.cs .theme_button.color2 {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    font-family: 'Nunito Sans';
    font-weight: bold;
    font-size: 1em;
}

.cs .theme_button.color2:hover {
    color: #ff5a3c;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
}

.intro_section .slides > li:nth-child(even) .bg_overlay {
    background-color: #ff5a3c;
    opacity: 0.7;
}

.intro_section .flex-active-slide .bg_overlay,
.intro_section .bg_overlay.animated {
    width: 46%
}


/********************************************/

#main .overlay-outer {
    position: relative;
    width: 46%;
    max-width: 400px;
    overflow: hidden;
    float: right;
    margin: 10px;
}

.intro_section p {
    color: #fff;
}

#main .overlay {
    background: #0dcaf0a8;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}

#main a:hover .overlay {
    opacity: 1;
}

#main .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out 0s;
}

#main .overlay-outer .content-details {
    top: 70%;
    left: 50%;
    opacity: 1;
    background: #fff;
    width: 80%;
}

#main .content-details h3 {
    color: #0a254c;
    font-weight: 600;
    padding-top: 12px;
    font-size: 15px;
}

#main .content-details p {
    color: #fff;
    font-size: 0.8em;
}

#main .fadeIn_bottom {
    top: 80%;
}

@media (max-width: 1200px) {
    #main .content-details h3 {
        font-size: 15px;
    }

    .intro_section p {
        color: #fff;
        font-size: 24px !important;
    }
}

@media (max-width: 991px) {
    .intro_section p {
        font-size: 20px !important;
    }

    #main .overlay-outer {
        position: relative;
        width: 45%;
        max-width: 400px;
        overflow: hidden;
        float: left;
        margin: 10px;
    }

    #main .content-details h3 {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    #main .overlay-outer img {
        width: 100%;
    }
}

@media (max-width: 575px) {
    #main .overlay-outer {
        width: 100%;
    }

    #main .overlay-outer {
        width: 100%;
    }
}


/******************************About*********************/

.sec-title span {
    color: #ff5a3c;
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: "Poppins";
}


/***start scroll img***/

.inner_img {
    overflow: hidden;
}

.img {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 10px auto;
    width: 90%;
}

.img::before {
    content: "";
    display: block;
}


/***end scroll img***/

.sec-title p {
    position: relative;
    display: block;
    line-height: 20px;
    color: #777777;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-weight: 700;
    font-family: Poppins;
}

.theme-btn-two {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #fff !important;
    text-align: center;
    border-radius: 2px;
    padding: 14.5px 36px;
    z-index: 1;
}

.theme-btn-two:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #162e40;
    border-radius: 2px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.theme-btn-two {
    background: #ec4e4f;
}

.theme-btn-two i {
    position: relative;
    margin-left: 10px;
    font-size: 16px;
}

@media (max-width: 992px) {
    .sec-title h2 {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .sec-title h2 {
        font-size: 25px;
    }
}


/**********************Accreditations***************/

section.accreditations-section {
    background: #f3f1f1;
}

.pb-75,
.py-75 {
    padding-bottom: 75px;
}

.pt-105,
.py-105 {
    padding-top: 105px;
}

@media (max-width: 992px) {

    .pt-105,
    .py-105 {
        padding-top: 50px;
    }
}

section.accreditations-section .z-1 {
    z-index: 1;
}

section.accreditations-section .rel {
    position: relative;
}

.section-title {
    z-index: 1;
    position: relative;
}

.sub-title-two {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block;
    color: #0dcaf0;
}

.read-more {
    font-size: 15px;
    font-weight: 800;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-transform: uppercase;
    text-decoration: underline;
}

.read-more:hover {
    color: #0dcaf0;
}

.logo-inner.style-two {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.logo-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.logo-inner .logo-item {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 50px;
    margin-left: 7px;
    margin-right: 7px;
}

.ttm-btn.ttm-btn-style-border.ttm-btn-color-yellow2 {
    color: #ff5a3c
        /*iman*/
         !important;
    padding: 12px 20px;
    border: 1px solid #ff5a3c
        /*iman*/
    ;
    font-family: 'Nunito Sans';
}

section.accreditations-section .owl-carousel .owl-nav button.owl-next,
section.accreditations-section .owl-carousel .owl-nav button.owl-prev,
section.accreditations-section .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    background: #fff;
    width: 35px;
    height: 35px;
    color: #1a1919;
    font-size: 30px;
    font-weight: bold;
    line-height: 0;
}

@media (max-width: 992px) {
    section.accreditations-section h2 {
        font-size: 30px;
    }

    .logo-item img {
        width: 130px !important;
        display: block;
        float: none;
        margin: auto;
    }
}

@media (max-width: 768px) {
    section.accreditations-section h2 {
        font-size: 25px;
    }
}


/********************************Services **************************/


/*---------------------------------------------------- */


/*Service area*/


/*----------------------------------------------------*/

.ft-service-section {
    overflow: hidden;
    background-color: #f6f6f6;
}

.ft-item-innerbox {
    padding: 0px 15px;
}

.ft-service-text-area p {
    text-align: left;
}

.slick-dots li:before,
.ft-service-slider-2 .slick-dots li:before,
.ft-service-slider-wrapper .slick-dots li:before {
    top: -5px;
    left: -5px;
    content: "";
    opacity: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 100%;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border: 2px solid #ea1e00;
}

.ft-service-text-area .ft-btn {
    margin-top: 30px;
}

.ft-service-text-area .ft-btn a {
    background-color: #ff5722;
    font-family: 'Nunito Sans';
}

.ft-service-slider-area {
    margin: 0 -50px;
    padding-left: 50px;
    padding-right: 50px;
    overflow: hidden;
}

.ft-service-slider-item {
    overflow: hidden;
    border-radius: 5px;
    background-color: #fff;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

.ft-service-slider-item .ft-service-inner-img {
    overflow: hidden;
}

.ft-service-slider-item .ft-service-inner-img img {
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

.ft-service-slider-item .ft-service-inner-text {
    padding: 30px 25px 20px;
}

.ft-service-slider-item .ft-service-inner-text h3 {
    color: #00044b;
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 18px;
}

.ft-service-slider-item .ft-service-inner-text p {
    padding-bottom: 20px;
    text-align: left;
}

.ft-service-slider-item .ft-service-inner-text .service-more {
    color: #00044b;
    font-size: 15px;
    font-weight: 600;
    font-family: "Poppins";
}

.ft-service-slider-item .ft-service-inner-text .service-more span {
    display: inline-block;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.ft-service-slider-item .ft-service-inner-text .service-more:hover {
    color: #ea1e00;
}

.ft-service-slider-item .ft-service-inner-text .service-more:hover span {
    margin-left: 5px;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.ft-service-slider-item .ft-service-inner-text .ft-service-serial {
    right: -35px;
    bottom: -45px;
    height: 100px;
    width: 100px;
    color: #00044b;
    font-size: 22px;
    font-weight: 700;
    border-radius: 100%;
    font-family: "Poppins";
    background-color: #e5e5ed;
    -webkit-transition: 300ms all ease;
    transition: 300ms all ease;
    padding: 15px 10px 10px 32px;
}

.ft-service-slider-item:hover {
    -webkit-box-shadow: 1.882px 17.901px 80px 0px rgba(68, 68, 68, 0.15);
    box-shadow: 1.882px 17.901px 80px 0px rgba(68, 68, 68, 0.15);
}

.ft-service-slider-item:hover .ft-service-inner-text .ft-service-serial {
    background-color: #fde8e5;
}

.ft-service-slider-item:hover .ft-service-inner-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.ft-service-slider-wrapper {
    margin: 0px -15px;
}

.ft-service-slider-wrapper .slick-list {
    overflow: visible;
}

.ft-service-slider-wrapper .slick-slide {
    -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    opacity: 0;
}

.ft-service-slider-wrapper .slick-slide.slick-active {
    opacity: 1;
}

.ft-service-section-2 {
    z-index: 1;
    overflow: hidden;
    padding: 105px 0px;
    background-color: #002531;
}

.ft-service-section-2 .ft-service-bg {
    left: 0;
    right: 0;
    top: -100px;
    z-index: -1;
}

.ft-service-section-2 .ft-section-title-2 span {
    color: #fff;
}

.ft-service-section-2 .ft-section-title-2 h2 {
    color: #fff;
}

.ft-service-content-2 {
    overflow: hidden;
    margin: 0px -15px;
    padding-top: 45px;
}

.ft-service-innerbox-2 {
    padding: 8px;
    max-width: 270px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 6px;
    background-color: #004150;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

.ft-service-innerbox-2 .ft-service-img {
    overflow: hidden;
    border-radius: 6px;
}

.ft-service-innerbox-2 .ft-service-icon {
    top: -35px;
    right: 15px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.ft-service-innerbox-2 .ft-service-icon i {
    font-size: 30px;
    line-height: 0.75;
    color: #ea1e00;
}

.ft-service-innerbox-2 h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 25px;
}

.ft-service-innerbox-2 .ft-service-text {
    padding: 30px 12px 20px;
}

.ft-service-innerbox-2 .ft-service-text .ft-btn-2 a:before {
    border: 2px solid #fff;
}

.ft-service-innerbox-2 .ft-service-text .ft-btn-2 a i {
    color: #fff;
}

.ft-service-innerbox-2 .ft-service-text .ft-btn-2 a:hover i {
    color: #002a34;
}

.ft-service-innerbox-2 .ft-service-serial {
    right: -35px;
    bottom: -45px;
    height: 100px;
    width: 100px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    border-radius: 100%;
    font-family: "Poppins";
    background-color: #002e39;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    padding: 15px 10px 10px 32px;
}

.ft-service-innerbox-2:hover {
    background-color: #ea1e00;
}

.ft-service-innerbox-2:hover .ft-service-serial {
    background-color: #c20001;
}

.ft-service-innerbox-2:hover .ft-service-icon {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.ft-service-slider-2 .slick-prev,
.ft-service-slider-2 .slick-next {
    display: none !important;
}

.ft-service-slider-2 .slick-dots li {
    background-color: #fff;
}

.ft-service-page-items {
    padding-top: 30px;
}

.ft-service-page-items .ft-service-innerbox-2 {
    margin-bottom: 30px;
}

.ft-service-sidebar-widget {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 40px;
}

.ft-service-sidebar-widget .widget-title {
    font-size: 24px;
    font-weight: 700;
}

.ft-service-sidebar-widget .service-category-widget {
    padding: 40px 30px;
    background-color: #f4f4f4;
}

.ft-service-sidebar-widget .service-category-widget .widget-title {
    color: #004150;
    padding-bottom: 25px;
}

.ft-service-sidebar-widget .service-category-widget li {
    margin-bottom: 15px;
}

.ft-service-sidebar-widget .service-category-widget li:last-child {
    margin-bottom: 0;
}

.ft-service-sidebar-widget .service-category-widget li a {
    width: 100%;
    color: #004150;
    font-weight: 700;
    position: relative;
    padding: 15px 20px;
    display: inline-block;
    border: 1px solid #d2d2d2;
}

.ft-service-sidebar-widget .service-category-widget li a:after {
    top: 15px;
    right: 20px;
    content: "";
    font-weight: 900;
    position: absolute;
    font-family: "Font Awesome 5 Pro";
}

.ft-service-sidebar-widget .service-category-widget li a:hover {
    border: 1px solid #fff;
    background-color: white;
    -webkit-box-shadow: 0.698px 9.976px 10px 0px rgba(104, 104, 104, 0.1);
    box-shadow: 0.698px 9.976px 10px 0px rgba(104, 104, 104, 0.1);
}

.ft-service-sidebar-widget .service-form-widget {
    padding: 30px 20px;
    background-color: #ea1e00;
}

.ft-service-sidebar-widget .service-form-widget .widget-title,
.ft-service-sidebar-widget .service-form-widget p {
    color: #fff;
    padding-bottom: 10px;
}

.ft-service-sidebar-widget .service-form-widget input,
.ft-service-sidebar-widget .service-form-widget textarea {
    width: 100%;
    color: #fff;
    height: 55px;
    padding-left: 15px;
    margin-bottom: 15px;
    border: 1px solid #fff;
    background-color: transparent;
}

.ft-service-sidebar-widget .service-form-widget input::-webkit-input-placeholder,
.ft-service-sidebar-widget .service-form-widget textarea::-webkit-input-placeholder {
    color: #fff;
}

.ft-service-sidebar-widget .service-form-widget input::-moz-placeholder,
.ft-service-sidebar-widget .service-form-widget textarea::-moz-placeholder {
    color: #fff;
}

.ft-service-sidebar-widget .service-form-widget input:-ms-input-placeholder,
.ft-service-sidebar-widget .service-form-widget textarea:-ms-input-placeholder {
    color: #fff;
}

.ft-service-sidebar-widget .service-form-widget input::-ms-input-placeholder,
.ft-service-sidebar-widget .service-form-widget textarea::-ms-input-placeholder {
    color: #fff;
}

.ft-service-sidebar-widget .service-form-widget input::placeholder,
.ft-service-sidebar-widget .service-form-widget textarea::placeholder {
    color: #fff;
}

.ft-service-sidebar-widget .service-form-widget textarea {
    height: 130px;
    padding-top: 10px;
}

.ft-service-sidebar-widget .service-form-widget button {
    height: 55px;
    width: 170px;
    color: #004150;
    border: none;
    margin-top: 10px;
    font-weight: 600;
    border-radius: 5px;
    background-color: #fff;
    font-family: "Poppins";
}

.ft-service-sidebar-widget .service-download-widget {
    padding: 40px 20px;
    background-color: #f4f4f4;
}

.ft-service-sidebar-widget .service-download-widget .widget-title {
    color: #004150;
    padding-bottom: 25px;
}

.ft-service-sidebar-widget .service-download-widget li {
    margin-bottom: 20px;
}

.ft-service-sidebar-widget .service-download-widget li:last-child {
    margin-bottom: 0;
}

.ft-service-sidebar-widget .service-download-widget li a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 7px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: white;
    -webkit-box-shadow: 0.698px 9.976px 10px 0px rgba(104, 104, 104, 0.1);
    box-shadow: 0.698px 9.976px 10px 0px rgba(104, 104, 104, 0.1);
}

.ft-service-sidebar-widget .service-download-widget li a i {
    width: 38px;
    height: 10px;
    height: 38px;
    font-size: 25px;
    line-height: 38px;
    text-align: center;
    color: #ea1e00;
    -webkit-transition: 0.1s all ease;
    transition: 0.1s all ease;
    background-color: #fff0f0;
}

.ft-service-sidebar-widget .service-download-widget li a:hover {
    color: #fff;
    background-color: #ea1e00;
}

.ft-service-sidebar-widget .service-download-widget li a:hover i {
    color: #fff;
    background-color: #ff6c6c;
}

.ft-service-details-img-wrapper .ft-service-details-img {
    margin-bottom: 30px;
}

.ft-service-details-text-wrapper h3 {
    color: #004150;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 30px;
}

.ft-service-details-text-wrapper p {
    padding-bottom: 30px;
}

.ft-service-details-counter-item {
    padding: 25px 30px;
    margin-bottom: 30px;
    background-color: white;
    -webkit-box-shadow: 0.698px 9.976px 50px 0px rgba(72, 72, 72, 0.15);
    box-shadow: 0.698px 9.976px 50px 0px rgba(72, 72, 72, 0.15);
}

.ft-service-details-counter-item .ft-service-details-count-icon {
    width: 70px;
    height: 100px;
    margin-right: 30px;
}

.ft-service-details-counter-item .ft-service-details-count-icon i {
    font-size: 70px;
    color: #ea1e00;
}

.ft-service-details-counter-item .ft-service-details-count-text .title {
    color: #043440;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px;
}

.ft-service-details-counter-item .ft-service-details-count-text .count-number {
    font-size: 48px;
    font-weight: 700;
    color: #ea1e00;
}

.ft-service-section-3 {
    padding-bottom: 120px;
    background-color: #f6f7f9;
}

.ft-service-content-3 {
    padding-top: 40px;
}

.ft-service-content-items-3 {
    overflow: hidden;
    margin-bottom: -10px;
    padding-bottom: 10px;
}

.ft-service-innerbox-3 .ft-service-img {
    overflow: hidden;
}

.ft-service-innerbox-3 .ft-service-img:before {
    left: -15px;
    width: 110%;
    content: "";
    height: 100px;
    bottom: -57px;
    position: absolute;
    background-color: #f2f3f5;
    -webkit-transform: rotate(-13deg);
    transform: rotate(-13deg);
}

.ft-service-innerbox-3 .ft-service-icon {
    right: 30px;
    top: -100px;
    z-index: 1;
    width: 95px;
    height: 95px;
    border-radius: 100%;
    background-color: #fff;
    border: 10px solid #008cfb;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

.ft-service-innerbox-3 .ft-service-icon i {
    color: #141415;
    font-size: 40px;
    line-height: 0.75;
}

.ft-service-innerbox-3 .ft-service-text-icon {
    top: -70px;
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: -70px;
    padding: 35px 30px 75px;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    background-color: white;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(12, 12, 12, 0.07);
    box-shadow: 0px 0px 29px 0px rgba(12, 12, 12, 0.07);
}

.ft-service-innerbox-3 .ft-service-text-icon:before {
    left: 0;
    top: -70px;
    content: "";
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    border-bottom: 70px solid #fff;
    border-left: 339px solid rgba(255, 255, 255, 0);
}

.ft-service-innerbox-3 .ft-service-text-icon:after {
    top: -36px;
    left: -4px;
    width: 103%;
    content: "";
    height: 15px;
    position: absolute;
    background-color: #008eff;
    -webkit-transform: rotate(-12deg) skew(-15deg);
    transform: rotate(-12deg) skew(-15deg);
}

.ft-service-innerbox-3 .ft-service-text h3 {
    color: #121213;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 15px;
}

.ft-service-innerbox-3 .ft-service-text p {
    color: #121213;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

.ft-service-innerbox-3 .more-btn {
    right: 19px;
    bottom: 70px;
}

.ft-service-innerbox-3 .more-btn a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    padding: 14px 26px;
    background-color: #008eff;
}

.ft-service-innerbox-3 .more-btn a:before {
    top: 0;
    width: 0;
    height: 0;
    content: "";
    left: -16px;
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    border-bottom: 49px solid #008eff;
    border-left: 16px solid transparent;
}

.ft-service-innerbox-3 .more-btn a i {
    margin-left: 8px;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

.ft-service-innerbox-3 .more-btn a:hover {
    background-color: #fa4318;
}

.ft-service-innerbox-3 .more-btn a:hover:before {
    border-bottom: 49px solid #fa4318;
}

.ft-service-innerbox-3 .more-btn a:hover i {
    margin-left: 12px;
}

.ft-service-innerbox-3:hover .ft-service-icon {
    border: 10px solid #fa4318;
}

.ft-service-innerbox-3:hover .ft-service-text-icon {
    background-color: #01011c;
}

.ft-service-innerbox-3:hover .ft-service-text-icon:before {
    border-bottom: 70px solid #01011c;
}

.ft-service-innerbox-3:hover .ft-service-text h3,
.ft-service-innerbox-3:hover .ft-service-text p {
    color: #fff;
}

.ft-service-more-btn {
    margin-top: 40px;
}

.ft-service-more-btn a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-left: 20px;
    padding: 10px 30px;
    background-color: #008eff;
}

.ft-service-more-btn a:hover {
    background-color: #fa4318;
}

.pr-cor-service-section {
    z-index: 1;
    padding-bottom: 75px;
}

.pr-cor-service-section .map-bg {
    left: 0;
    right: 0;
    z-index: -1;
    text-align: center;
}

.pr-cor-service-content {
    padding-top: 35px;
}

.pr-cor-service-content .ft-thx-btn {
    margin-top: 30px;
}

.pr-cor-service-innerbox {
    padding: 15px;
    border-radius: 7px;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    -webkit-box-shadow: 0px 0px 45px 0px rgba(87, 87, 87, 0.2);
    box-shadow: 0px 0px 45px 0px rgba(87, 87, 87, 0.2);
}

.pr-cor-service-innerbox .pr-cor-service-inner-img {
    overflow: hidden;
    border-radius: 6px;
    overflow: hidden;
}

.pr-cor-service-innerbox .pr-cor-service-inner-img img {
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

.pr-cor-service-innerbox .pr-cor-service-inner-text {
    padding: 50px 0px 30px;
}

.pr-cor-service-innerbox .pr-cor-service-inner-text .pr-cor-service-icon {
    left: 20px;
    top: -30px;
    width: 55px;
    height: 55px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    -webkit-box-shadow: 0px 15px 30px 0px rgba(255, 72, 78, 0.2);
    box-shadow: 0px 15px 30px 0px rgba(255, 72, 78, 0.2);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.pr-cor-service-innerbox .pr-cor-service-inner-text .pr-cor-service-icon i {
    font-size: 35px;
    line-height: 0.7;
    color: #ea1e00;
}

.pr-cor-service-innerbox .pr-cor-service-inner-text h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000d51;
    padding-bottom: 15px;
}

.pr-cor-service-innerbox .pr-cor-service-inner-text .pr-cor-service-btn {
    left: 0;
    right: 0;
    opacity: 0;
    bottom: 0px;
    width: 160px;
    margin: 0 auto;
    visibility: hidden;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

.pr-cor-service-innerbox .pr-cor-service-inner-text .pr-cor-service-btn a {
    width: 160px;
    height: 40px;
    font-size: 15px;
    font-weight: 600;
    overflow: hidden;
    border-radius: 5px;
    padding-left: 15px;
    color: #000d51;
    font-family: "Poppins";
    background-color: #fff;
    border: 2px solid #cfcfcf;
}

.pr-cor-service-innerbox .pr-cor-service-inner-text .pr-cor-service-btn a i {
    top: 0;
    right: 0;
    color: #fff;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background-color: #ea1e00;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(255, 72, 78, 0.3);
    box-shadow: 0px 0px 20px 0px rgba(255, 72, 78, 0.3);
}

.pr-cor-service-innerbox .pr-cor-service-inner-text .pr-cor-service-btn:hover a {
    color: #fff;
    border: 2px solid #ea1e00;
    background-color: #ea1e00;
}

.pr-cor-service-innerbox .pr-cor-service-inner-text .pr-cor-service-btn:hover a i {
    background-color: #000d51;
}

.pr-cor-service-innerbox:hover {
    -webkit-box-shadow: 0px 0px 45px 0px rgba(87, 87, 87, 0.2);
    box-shadow: 0px 0px 45px 0px rgba(87, 87, 87, 0.2);
}

.pr-cor-service-innerbox:hover .pr-cor-service-btn {
    opacity: 1;
    bottom: -30px;
    visibility: visible;
}

.pr-cor-service-innerbox:hover .pr-cor-service-icon {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.pr-cor-service-innerbox:hover .pr-cor-service-inner-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.pr-sv-service-section {
    padding: 95px 0px 65px;
    background-color: #edf4ff;
}

.pr-sv-service-content {
    padding-top: 50px;
}

.pr-sv-service-innerbox {
    padding: 40px 20px;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(144, 144, 144, 0.05);
    box-shadow: 0px 15px 30px 0px rgba(144, 144, 144, 0.05);
}

.pr-sv-service-innerbox .pr-sv-service-inner-icon {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    background-color: #ff484e54;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

.pr-sv-service-innerbox .pr-sv-service-inner-icon i {
    font-size: 40px;
    line-height: 0.75;
    color: #ea1e00;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

.pr-sv-service-innerbox .pr-sv-service-inner-text h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000d51;
    padding: 25px 0px 15px;
    text-transform: uppercase;
}

.pr-sv-service-innerbox .pr-sv-service-inner-text p {
    padding-bottom: 20px;
}

.pr-sv-service-innerbox .pr-sv-service-inner-text .service-more {
    font-weight: 600;
    color: #000d51;
    font-family: "Poppins";
}

.pr-sv-service-innerbox .pr-sv-service-inner-text .service-more i {
    font-size: 12px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.pr-sv-service-innerbox .pr-sv-service-inner-text .service-more:hover {
    color: #ea1e00;
}

.pr-sv-service-innerbox .pr-sv-service-inner-text .service-more:hover i {
    margin-left: 5px;
}

.pr-sv-service-innerbox:hover .pr-sv-service-inner-icon {
    background-color: #ea1e00;
    -webkit-box-shadow: 0px 14px 40px 0px rgba(89, 198, 138, 0.3);
    box-shadow: 0px 14px 40px 0px rgba(89, 198, 138, 0.3);
}

.pr-sv-service-innerbox:hover .pr-sv-service-inner-icon i {
    color: #fff;
}

.ft-thx-service-section-3 {
    z-index: 1;
    padding: 0px 0px 70px;
    background-color: #f9fdfd;
}

.ft-thx-service-section-3 .ft-thx-service-shape {
    top: 0;
    right: 0;
    z-index: -1;
}

.ft-thx-service-section-3 .ft-thx-section-title-3 {
    margin: 0 auto;
    max-width: 780px;
}

.ft-thx-service-section-3 .ft-thx-section-title-3 p {
    margin: 0 auto;
    max-width: 550px;
}

.ft-thx-service-section-3 .pr-sx-service-content {
    padding-top: 100px;
}

.ft-thx-service-section-3 .ft-thx-btn-2 {
    margin-top: 30px;
}

.pr-sx-service-innerbox {
    z-index: 1;
    border-radius: 10px;
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    padding: 80px 25px 30px 25px;
    border-bottom: 5px solid #000d51;
}

.pr-sx-service-innerbox .pr-sx-service-icon-bg {
    left: 0;
    right: 0;
    top: 60px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

.pr-sx-service-innerbox .pr-sx-service-icon-bg i {
    color: #ffffff42;
    font-size: 155px;
}

.pr-sx-service-innerbox .pr-sx-service-item-icon {
    left: 0;
    right: 0;
    top: -60px;
    width: 105px;
    height: 105px;
    margin: 0 auto;
    position: absolute;
    border-radius: 100%;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    background-color: #000d51;
}

.pr-sx-service-innerbox .pr-sx-service-item-icon i {
    color: #fff;
    line-height: 0.7;
    font-size: 48px;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

.pr-sx-service-innerbox .pr-sx-service-item-text h3 {
    font-size: 22px;
    font-weight: 700;
    color: #000d51;
    line-height: 1.636;
    padding-bottom: 20px;
}

.pr-sx-service-innerbox .pr-sx-service-item-text p {
    color: #000d51;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

.pr-sx-service-innerbox:hover {
    background-color: #4ab9cf;
    border: 1px solid #4ab9cf;
    border-bottom: 5px solid #4ab9cf;
    -webkit-box-shadow: 1.883px 26.934px 50px 0px rgba(60, 60, 60, 0.15);
    box-shadow: 1.883px 26.934px 50px 0px rgba(60, 60, 60, 0.15);
}

.pr-sx-service-innerbox:hover .pr-sx-service-item-icon {
    background-color: #fff;
    -webkit-box-shadow: -5.176px 19.319px 50px 0px rgba(60, 60, 60, 0.2);
    box-shadow: -5.176px 19.319px 50px 0px rgba(60, 60, 60, 0.2);
}

.pr-sx-service-innerbox:hover .pr-sx-service-item-icon i {
    color: #4ab9cf;
}

.pr-sx-service-innerbox:hover .pr-sx-service-item-text h3 {
    color: #fff;
}

.pr-sx-service-innerbox:hover .pr-sx-service-item-text p {
    color: #fff;
}

.pr-sx-service-innerbox:hover .pr-sx-service-icon-bg {
    opacity: 1;
    top: 40px;
}

.ft-thx-help-section {
    overflow: hidden;
    padding: 110px 0px;
}

.ft-thx-help-section .background_overlay {
    z-index: 1;
    height: 405px;
    background-color: rgba(0, 0, 0, 0.8);
}

.ft-thx-help-section .ft-thx-help-bg {
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 405px;
    overflow: hidden;
}

.ft-thx-help-content {
    z-index: 4;
}

.ft-thx-help-content .ft-thx-section-title-3 {
    margin: 0 auto;
    max-width: 670px;
    padding-bottom: 40px;
}

.ft-thx-help-content .ft-thx-section-title-3 h2 {
    color: #fff;
}

.ft-thx-help-item {
    overflow: hidden;
    border-radius: 5px;
    padding: 30px 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

.ft-thx-help-item .ft-thx-help-text {
    width: 270px;
}

.ft-thx-help-item .ft-thx-help-text h3 {
    color: #000;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    padding-bottom: 15px;
}

.ft-thx-help-item .ft-thx-help-text .ft-thx-btn-2 a {
    height: 50px;
    width: 150px;
}

.ft-thx-help-item .ft-thx-help-img {
    z-index: 1;
    width: 210px;
    position: relative;
}

.ft-thx-help-item .ft-thx-help-img:before {
    top: 8px;
    right: -8px;
    bottom: -8px;
    left: 8px;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    background-color: #4ab9cf;
}

.ft-thx-help-item:hover .ft-thx-help-img:before {
    left: -8px;
    right: 8px;
    top: -8px;
    bottom: 8px;
}

.ft-testimonial-slider-area .slick-dots li.slick-active,
.ft-project-slider-area .slick-dots li.slick-active,
.ft-service-slider-2 .slick-dots li.slick-active,
.ft-service-slider-wrapper .slick-dots li.slick-active {
    background-color: #ea1e00;
}

.ft-testimonial-slider-area .slick-dots li,
.ft-project-slider-area .slick-dots li,
.ft-service-slider-2 .slick-dots li,
.ft-service-slider-wrapper .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0px 8px;
    border-radius: 100%;
    position: relative;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background-color: #00044b;
}

.ft-testimonial-slider-area .slick-dots li:before,
.ft-project-slider-area .slick-dots li:before,
.ft-service-slider-2 .slick-dots li:before,
.ft-service-slider-wrapper .slick-dots li:before {
    top: -5px;
    left: -5px;
    content: "";
    opacity: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 100%;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border: 2px solid #ea1e00;
}

.ft-testimonial-slider-area .slick-dots li.slick-active:before,
.ft-project-slider-area .slick-dots li.slick-active:before,
.ft-service-slider-2 .slick-dots li.slick-active:before,
.ft-service-slider-wrapper .slick-dots li.slick-active:before {
    opacity: 1;
}

@media (max-width: 992px) {
    .ft-section-title.headline.pera-content h2 {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .ft-section-title.headline.pera-content h2 {
        font-size: 25px;
    }
}


/*******************************Academics-Tabs*********************/

section.Academics {
    margin: 30px;
}

#tabmenu {
    margin: 20px 0 0 20px;
}

#tab-outer {
    position: relative;
    box-shadow: 4px 3px 34px 6px #00000045;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

div#tab-body {
    display: block;
}

div#tab-body .col-lg-8 {
    padding: 0px 50px 0 50px;
}

.content-tab {
    margin: 40px 0 0 10px;
}

span.caption-top {
    margin-bottom: 0;
    display: inline-block;
    color: #ff5a3c;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.02em;
    font-family: "Poppins";
}

ul#tabs-listed {
    padding-top: 10px;
}

ul#tabs-listed li span {
    background: #ff5a3c;
    padding: 10px 16px !important;
    border-radius: 100px;
    color: #fff;
    font-weight: bold;
    margin-right: 7px !important;
    width: 16px;
    height: 34px;
    font-size: 1.2em;
}

ul#tabs-listed li {
    line-height: 3;
    border-bottom: 1px solid #cccccc6e;
    color: #000;
}

ul#tabs-listed li:last-child {
    border-bottom: none;
}

ul#tabs-listed li p {
    padding-left: 50px;
    line-height: 2;
}

ul#tabs-listed li h4 {
    display: inline-block;
}

ul#tab-wrapper {
    display: block;
    list-style: none;
    bottom: 0px;
    width: 100%;
    padding: 0 3em;
}

ul#tab-wrapper li {
    width: 17%;
    display: inline-block;
}

#tab-wrapper li a {
    display: block;
    padding: 25px 50px;
    line-height: 30px;
    text-decoration: none;
    color: #565050;
    font-size: 1.3em;
    font-family: Poppins;
    font-weight: 600;
}

#tab-wrapper li.active a {
    color: black !important;
    transition: all 0.5s;
    border-top: 2px solid #ff5a3c;
    padding-top: 10px;
}

#tab-body > div {
    color: white;
}

section.about-style-two .btn {
    border-radius: 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--ltn__heading-font);
    padding: 15px 35px !important;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 1;
    margin-right: 15px;
    border-radius: 4px;
    font-family: 'Nunito Sans';
}

section.about-style-two .apply {
    font-size: 1.1em !important;
    font-weight: 600 !important;
}

.btn:last-child,
.gt-event-style-3 .gt-location ul li:last-child,
.gt-event-style-3 .gt-venue ul li:last-child,
.ltn__copyright-menu ul li:last-child {
    margin-left: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
}

.btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
}

.tab1_part2 {
    background-size: cover;
    height: 130%;
    width: 100%;
    animation: zoom-in 1s ease-in-out;
    background-position: center;
    background-image: url(../img/faculty.jpg);
}

.tab2_part2 {
    background-image: url(../img/students.jpg);
    background-size: cover;
    height: 130%;
    width: 100%;
    animation: zoom-in 1s ease-in-out;
    background-position: center;
}

.tab3_part2 {
    background-image: url(../img/Slider2-pic03.webp);
    background-size: cover;
    height: 130%;
    width: 100%;
    animation: zoom-in 1s ease-in-out;
    background-position: center;
}

@keyframes zoom-in {
    0% {
        transform: scale(0.75, 0.75);
    }

    100% {
        transform: scale(1, 1);
    }
}

@media (max-width: 992px) {
    section.Academics .auto-container {
        width: 100%;
    }

    ul#tab-wrapper li {
        width: 30%;
        text-align: center;
    }

    ul#tabs-listed li span {
        background: #ff5a3c;
        padding: 7px 11px !important;
        border-radius: 100px;
        color: #fff;
        font-weight: bold;
        margin-right: 7px !important;
        width: 4px;
        height: 34px;
        font-size: 1em;
    }

    ul#tab-wrapper {
        position: inherit;
    }

    .content-tab {
        margin: 15px;
    }

    #tab-wrapper li a {
        padding: 0;
    }

    ul#tabs-listed li {
        line-height: 2;
    }

    div#tab-body h2 {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    section.Academics {
        margin: 0;
    }

    .Academics .auto-container {
        width: 100%;
    }

    div#tab-body h2 {
        font-size: 25px;
    }

    ul#tabs-listed li h4 {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    ul#tab-wrapper li {
        width: 100%;
    }

    #tab-wrapper li.active a {
        background: #ff5a3c14;
    }

    div#tab-body .col-lg-8 {
        padding: 15px;
    }

    ul#tabs-listed li span {
        padding: 3px 10px !important;
    }
}


/* ----------------------------------------------------
 prominent-and-figures
---------------------------------------------------- */


/* ----------------------------------------------------
    Team Area
---------------------------------------------------- */

.ltn__team-item {
    margin-bottom: 30px;
    border: 1px solid #f1f1f1;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.team-member-section h2 span {
    font-size: 0.9em;
}

.ltn__team-item:hover {
    -webkit-box-shadow: var(--ltn__box-shadow-1);
    box-shadow: var(--ltn__box-shadow-1);
}

.team-info {
    padding: 25px 15px;
}


/* team-item-2 */

.ltn__team-item-2 {
    position: relative;
}

.ltn__team-item-2:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient-color-1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.ltn__team-item-2 .team-info {
    position: absolute;
    width: 100%;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.ltn__team-item-2:hover:before {
    opacity: 0.7;
    visibility: visible;
}

.ltn__team-item-2:hover .team-info {
    top: 50%;
    opacity: 1;
    visibility: visible;
}


/* team-item-3 */

.ltn__team-item-3 {
    padding: 45px 20px 25px;
    -webkit-box-shadow: var(--ltn__box-shadow-1);
    box-shadow: var(--ltn__box-shadow-1);
    border: 0;
    position: relative;
}

.ltn__team-item-3 .team-img {
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
}

.ltn__team-item-3 .team-img img {
    border-radius: 100%;
}

.ltn__team-item-3 h6 {
    text-transform: uppercase;
}

.ltn__team-item-3 .team-info {
    padding: 0;
    margin-top: 30px;
}

.ltn__team-item-3 .ltn__social-media {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: currentColor;
    width: 100%;
    padding: 10px 20px 20px;
    opacity: 0;
    visibility: hidden;
    border-bottom: 3px solid transparent;
}

.ltn__team-item-3:hover {
    background-color: var(--ltn__primary-color);
}

.ltn__team-item-3:hover h6,
.ltn__team-item-3:hover h4,
.ltn__team-item-3:hover .ltn__social-media ul li {
    color: var(--white);
}

.ltn__team-item-3:hover .ltn__social-media {
    bottom: -25px;
    opacity: 1;
    visibility: visible;
    z-index: 999;
    border-bottom-color: var(--ltn__secondary-color);
}

@media (max-width: 991px) {
    .ttm-btn.ttm-btn-style-border.ttm-btn-color-darkgrey {
        padding: 12px 10px;
    }
}

@media (max-width: 767px) {
    .ltn__team-item-3 {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}


/*******************************Counter************************/

section#ft-counterup {
    background: #132b61;
}

section#ft-counterup h3 {
    color: #ff5a3c;
    margin-bottom: 0;
}

section#ft-counterup p {
    color: #fff;
    margin-bottom: 0;
}

.ft-counterup-icon i {
    color: #fff;
    font-size: 40px;
    margin-right: 15px;
    -webkit-text-stroke: 1px #ffffff;
    -webkit-text-fill-color: transparent;
    -moz-text-stroke: 1px #ffffff;
    -moz-text-fill-color: transparent;
    -ms-text-stroke: 1px #ffffff;
    -ms-text-fill-color: transparent;
    -o-text-stroke: 1px #ffffff;
    -o-text-fill-color: transparent;
}

@media (max-width: 1250px) {
    .counter {
        font-size: 1.5em;
    }
}

@media (max-width: 992px) {
    .ft-counterup-innerbox {
        margin-bottom: 30px;
    }

    span.counter {
        font-size: 25px;
    }

    .ft-counterup-text.headline.pera-content {
        text-align: center;
        margin-top: 10px;
    }
}


/*********************buttons**********************/

.ttm-btn.ttm-btn-style-border.ttm-btn-color-default {
    color: #ff5a3c !important;
    padding: 12px 20px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
}

.ttm-btn.ttm-btn-style-border.ttm-btn-color-default:hover {
    background-color: #d5d4d4 !important;
    color: #fff !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
}

.ltn__call-to-action-area a {
    margin-left: 40px !important;
}


/**************************************/

@media (max-width: 992px) {
    .ltn__call-to-action-area .container {
        width: 100%;
    }

    .coll-to-info h2 {
        font-size: 30px;
    }

    .box-paginacao,
    .box-paginacao ul {
        padding-top: 20px;
    }

    .box-paginacao ul li {
        height: auto;
        line-height: 45px;
        width: 27%;
    }

    .btn-paginacao ul li label {
        width: 27px;
    }

    .btn-paginacao {
        bottom: 2%;
        left: 74%;
    }

    .box-vitrines img {
        width: 65%;
        height: auto;
    }
}

@media (max-width: 768px) {
    .ltn__call-to-action-area .container {
        width: 100%;
    }

    .coll-to-info h2 {
        font-size: 25px;
    }

    .box-paginacao,
    .box-paginacao ul {
        padding-top: 20px;
    }

    .box-paginacao ul li {
        height: auto;
        line-height: 45px;
        width: 27%;
    }

    .btn-paginacao ul li label {
        width: 27px;
    }

    .btn-paginacao {
        bottom: 2%;
        left: 74%;
    }

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

h2.style-text span {
  color: #ff5a3c;
  font-weight: 600;
  letter-spacing: -0.03em;
}

