#main-navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

#main-navbar .navbar {
    padding: 15px 3em;
}

#main-navbar .navbar .navbar-brand:after {
    content: "";
    position: absolute;
    background: #fff;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    max-width: 350px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 86% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 86% 100%, 0% 100%);
}

#main-navbar .navbar .navbar-brand img {
    width: 180px;
}

#main-navbar .navbar .navbar-collapse {
    margin-top: 20px;
}

#main-navbar .navbar .dropdown .dropdown-menu {
    min-width: 10rem;
    width: 16rem;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
}

#main-navbar .navbar .dropdown .dropdown-menu li {
    margin-right: 0 !important;
}

#main-navbar .navbar .dropdown .dropdown-menu a {
    color: #000;
    font-size: 1em;
    letter-spacing: 0.5px;
    padding: 8px 10px;
    display: block;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#main-navbar .navbar .dropdown .dropdown-menu a:hover {
    background: #ef5931;
    color: #fff;
}

#main-navbar .navbar .dropdown .nav-link {
    color: #ffffff;
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: 0.1px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#main-navbar .navbar .dropdown .nav-link:hover {
    color: #ef5931;
}

#main-navbar .navbar .navbar-nav li:not(:last-child) {
    margin-right: 35px;
}

#main-navbar .navbar .navbar-nav .nav-item .nav-link {
    color: #ffffff;
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: 0.1px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#main-navbar .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #ef5931;
}

#main-navbar .navbar .navbar-nav .active .dropdown-menu .active a {
    color: #ef5931;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#main-navbar .navbar .navbar-nav .active .dropdown-menu .active a:hover {
    color: #fff;
}

#main-navbar .navbar .navbar-nav .active .dropdown-menu a:after {
    background: none !important;
}

#hero-slider .carousel-caption {
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#hero-slider .caption-inner {
    position: absolute;
    left: 8%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
}

#hero-slider .caption-inner h5 {
    text-align: left;
    color: #ef5931;
    font-weight: 400;
    font-size: 1.1em;
}

#hero-slider .caption-inner h1 {
    font-size: 4.4vw;
    color: #ffffff;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left;
}

#hero-slider .caption-inner p {
    font-size: 1.2em;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    line-height: 30px;
}

#hero-slider .caption-inner a {
    background: #ef5931;
    padding: 10px 30px 10px 15px;
    display: inline-block;
    margin-top: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    -webkit-clip-path: polygon(0 0, 100% 0%, 86% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 86% 100%, 0% 100%);
}

#hero-slider .carousel-indicators {
    bottom: 20px;
}

#hero-slider .carousel-indicators li {
    height: 5px;
    width: 15px;
}

#hero-slider .carousel-indicators .active {
    width: 45px;
}

#hero-slider .carousel-control-prev {
    left: 25px;
}

#hero-slider .carousel-control-next {
    right: 25px;
}

#hero-slider .carousel-control-prev,
#hero-slider .carousel-control-next {
    z-index: 999;
    width: auto;
    opacity: 1;
}

#hero-slider .carousel-control-prev img,
#hero-slider .carousel-control-next img {
    width: 32px;
    border: 1px solid #fff;
    padding: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#hero-slider .carousel-control-prev:hover img,
#hero-slider .carousel-control-next:hover img {
    background: #ef5931;
    border-color: #ef5931;
}

.hero-video-banner {
    height: 100vh;
    position: relative;
}

.hero-video-banner video {
    -o-object-fit: inherit;
    object-fit: inherit;
}

.hero-video-banner .video-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}

.hero-video-banner .caption-inner {
    position: absolute;
    left: 8%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
}

.hero-video-banner .caption-inner h5 {
    text-align: left;
    color: #ef5931;
    font-weight: 400;
    font-size: 1.1em;
}

.hero-video-banner .caption-inner h1 {
    font-size: 4.4vw;
    color: #ffffff;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left;
}

.hero-video-banner .caption-inner p {
    font-size: 1.2em;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    line-height: 30px;
    color: #ffffff;
}

.hero-video-banner .caption-inner a {
    background: #ef5931;
    padding: 10px 30px 10px 15px;
    display: inline-block;
    margin-top: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    -webkit-clip-path: polygon(0 0, 100% 0%, 86% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 86% 100%, 0% 100%);
}

header {
    position: relative;
    background-color: black;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

header .container {
    position: relative;
    z-index: 2;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

#testimonials-component {
    padding: 4em 0;
    background: #f9f8ff;
    overflow: hidden;
}

#testimonials-component .section-heading .heading {
    color: #ef5931;
    margin-bottom: 30px;
    line-height: 45px;
}

#testimonials-component .section-heading .description {
    color: #000000;
    max-width: 360px;
    font-size: 1.125rem;
}

#testimonials-component .section-heading .read-all-stories-button {
    display: inline-block;
    margin-top: 45px;
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 0.65em 2em;
    letter-spacing: 4px;
    font-weight: 600;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

#testimonials-component .section-heading .read-all-stories-button:hover {
    background-color: #ef5931;
    color: #ffffff;
}

#testimonials-component .testimonials-slider-min .slick-slide:not(:last-child),
#testimonials-component .testimonials-slider .slick-slide:not(:last-child) {
    margin-bottom: 30px;
}

#testimonials-component .testimonials-slider-min .each-testimonial,
#testimonials-component .testimonials-slider .each-testimonial {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 20px auto 70px;
    grid-template-columns: 20px auto 70px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -webkit-box-shadow: 0px 20px 20px #e9ecf9;
    box-shadow: 0px 20px 20px #e9ecf9;
    border-radius: 6.6px;
    padding: 25px 20px 25px 20px;
    background: #ffffff;
}

#testimonials-component
    .testimonials-slider-min
    .each-testimonial
    .content
    .description,
#testimonials-component
    .testimonials-slider
    .each-testimonial
    .content
    .description {
    letter-spacing: 0.15px;
    color: #10182f;
    line-height: 24px;
    margin-bottom: 20px;
    font-size: 15px;
}

#testimonials-component
    .testimonials-slider-min
    .each-testimonial
    .heading
    .title,
#testimonials-component .testimonials-slider .each-testimonial .heading .title {
    font-size: 1.25em;
    color: #ef5931;
    margin-bottom: 0.25em;
}

#testimonials-component
    .testimonials-slider-min
    .each-testimonial
    .heading
    .sub-title,
#testimonials-component
    .testimonials-slider
    .each-testimonial
    .heading
    .sub-title {
    font-size: 0.75rem;
    line-height: 18px;
    color: #68696d;
}

#testimonials-component .testimonials-slider-min .slick-dots,
#testimonials-component .testimonials-slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: auto;
    top: 15px;
    left: -15px;
    right: auto;
    width: auto;
}

#testimonials-component .testimonials-slider-min .slick-dots .slick-active,
#testimonials-component .testimonials-slider .slick-dots .slick-active {
    height: 40px;
}

#testimonials-component .testimonials-slider-min .slick-dots li,
#testimonials-component .testimonials-slider .slick-dots li {
    width: 5px;
    height: 20px;
    background: #ef5931;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#testimonials-component .testimonials-slider-min .slick-dots li button,
#testimonials-component .testimonials-slider .slick-dots li button {
    margin-left: -10px;
    height: 40px;
}

#testimonials-component .testimonials-slider-min .slick-dots li button::before,
#testimonials-component .testimonials-slider .slick-dots li button::before {
    display: none;
}

#testimonials-component
    .testimonials-slider-min
    .slick-dots
    li:not(:last-child),
#testimonials-component .testimonials-slider .slick-dots li:not(:last-child) {
    margin-bottom: 7px;
}

#testimonials-component .slick-slider {
    margin: 0 -15px;
    padding-left: 10px;
}

#testimonials-component .slick-slide {
    margin-right: 15px;
    margin-left: 15px;
}

#home-about {
    padding: 4em 0;
    background: #f9f8ff;
}

#home-about .left-block .image img {
    border-radius: 10px;
}

#home-about .right-block h3 {
    margin-bottom: 25px;
    font-size: 1.75em;
    color: #ef5931;
}

#home-about .right-block .sub {
    margin-top: 25px;
    line-height: 28px;
    margin-bottom: 25px;
    font-size: 1.2em;
    position: relative;
    padding: 0;
    margin-left: 15px;
}

#home-about .right-block .sub:after {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    background: #ef5931;
    height: 100%;
    width: 3px;
}

#home-about .right-block .layer-slider .each {
    min-height: 200px;
    background: #edf1fa;
    padding: 10px;
    text-align: left;
    border-radius: 0 15px 0 15px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#home-about .right-block .layer-slider .each .image {
    margin-bottom: 15px;
}

#home-about .right-block .layer-slider .each .image img {
    width: 30px;
}

#home-about .right-block .layer-slider .each h5 {
    color: #777777;
    margin-bottom: 5px !important;
    font-size: 0.9em;
    margin: 0;
    font-weight: 300;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#home-about .right-block .layer-slider .each h3 {
    font-size: 1.2em;
    line-height: 25px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#home-about .right-block .layer-slider .each .read-more {
    text-align: right !important;
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 1.1em;
    color: #777777;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#home-about .right-block .slick-slider {
    margin: 0 -15px;
}

#home-about .right-block .slick-slide {
    padding: 10px;
    text-align: center;
}

#home-about .right-block .slick-dots {
    bottom: -40px;
}

#home-about .right-block .slick-dots .slick-active {
    width: 40px;
}

#home-about .right-block .slick-dots li {
    width: 20px;
    height: 5px;
    background: #777777;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 5px;
}

#home-about .right-block .slick-dots li button {
    margin-left: -10px;
    height: 40px;
}

#home-about .right-block .slick-dots li button::before {
    display: none;
}

#home-about .right-block .slick-dots li:not(:last-child) {
    margin-bottom: 7px;
}

#footer {
    padding: 4em 0;
    background: #333;
}

#footer .each-footer-block .footer-logo {
    margin-bottom: 25px;
}

#footer .each-footer-block .footer-logo img {
    width: 180px;
}

#footer .each-footer-block .footer-description p {
    color: #fff;
}

#footer .each-footer-block .footer-title {
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 25px;
    background: #ef5931;
    display: inline-block;
    padding: 5px 25px 5px 10px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 86% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 86% 100%, 0% 100%);
}

#footer .each-footer-block ul li:not(:last-child) {
    margin-bottom: 13px;
}

#footer .each-footer-block ul li a {
    color: #eee;
    font-size: 1.05em;
    letter-spacing: 0.2px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#footer .each-footer-block ul li a:hover {
    color: #00bcd4;
}

#footer .each-footer-block ul li a span {
    padding-right: 5px;
}

#footer .each-footer-block ul li a span img {
    width: 12px;
    margin-top: -2px;
}

#footer .each-footer-block .footer-follow-us {
    margin-top: 20px;
}

#footer .each-footer-block .footer-follow-us h3 {
    color: #fff;
    font-size: 1.1em;
    margin-bottom: 25px;
    background: #ef5931;
    display: inline-block;
    padding: 5px 25px 5px 10px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 86% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 86% 100%, 0% 100%);
}

#footer .each-footer-block .footer-follow-us ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#footer .each-footer-block .footer-follow-us ul li {
    margin-bottom: 0;
}

#footer .each-footer-block .footer-follow-us ul li:not(:last-child) {
    margin-right: 20px;
}

#footer .each-footer-block .footer-follow-us ul li a img {
    width: 20px;
}

#blogs {
    padding: 4em 0;
}

#blogs .section-heading {
    margin-bottom: 45px;
}

#blogs .section-heading h3 {
    color: #ef5931;
}

#blogs .each-blog {
    background: #f9f8ff;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#blogs .each-blog:hover {
    cursor: pointer;
    background: #ef5931;
}

#blogs .each-blog:hover h3,
#blogs .each-blog:hover p {
    color: #ffffff;
}

#blogs .each-blog:hover .image img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

#blogs .each-blog .image {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#blogs .each-blog .image img {
    border-radius: 10px 10px 0 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#blogs .each-blog .content {
    padding: 15px 15px;
    min-height: 170px;
}

#blogs .each-blog h3 {
    font-size: 1.1em;
    color: #ef5931;
    line-height: 25px;
    margin-bottom: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#blogs .each-blog p {
    line-height: 25px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/*++++++++++++++++++++++++++++Services++++++++++++++++++*/
.home-services-section {
    padding: 4em 0 2em 0;
}

.home-services-section .active path {
    fill: #ffffff;
}

.home-services-section .inner-services-list li:not(:last-child) {
    margin-bottom: 10px;
}

.home-services-section .services-title-block {
    margin-left: 55px;
}

.home-services-section .services-title-block h3 {
    position: relative;
}

.home-services-section .services-title-block h3:after {
    content: "";
    position: absolute;
    background: #0f2765;
    height: 2px;
    width: 40px;
    left: -55px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-services-section .services-tab-list {
    margin-top: 3em;
}

.home-services-section .services-tab-list .nav-item {
    text-align: center;
    width: 16.66%;
    font-size: 1.3em;
}

.home-services-section .services-tab-list .nav-item .active {
    color: #ffffff !important;
    background: #ef5931;
    border-radius: 0;
    border-radius: 10px 10px 0 0;
}

.home-services-section .active .layer-title {
    color: #fff !important;
}

.home-services-section .nav-item {
    position: relative;
}

.home-services-section .nav-item .layer-title {
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 15px;
    color: #ef5931;
    font-weight: 600;
}

.home-services-section .nav-item:not(:last-child) {
    padding-right: 5px;
}

.home-services-section .nav-link {
    background: #edf1fa;
    height: 100%;
    line-height: 25px;
    font-size: 0.9em !important;
    padding: 40px 10px 10px 10px;
}

.home-services-section .service-icon {
    width: 50px;
    display: table;
    margin: 0.5em auto;
}

.home-services-section .services-content .title {
    font-size: 1em;
}

.home-services-section .sub-title {
    font-size: 1.3em;
    margin-bottom: 10px;
    color: #ef5931;
}

.home-services-section .tab-content .tab-pane {
    padding: 30px !important;
}

.home-services-section .tab-content .active {
    margin: 0;
    padding: 0;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    -webkit-box-shadow: 0 -5px 14px -5px rgba(0, 0, 0, 0.05),
        -5px 0 14px -13px rgba(0, 0, 0, 0.05);
    box-shadow: 0 -5px 14px -5px rgba(0, 0, 0, 0.05),
        -5px 0 14px -13px rgba(0, 0, 0, 0.05);
}

.home-services-section .service-image img {
    border-radius: 15px;
}

.home-services-section .nav-pills .nav-link {
    color: #0f2765;
}

.home-services-section .home-services-section .nav-link {
    min-height: 160px;
}

.home-services-section .inner-services-block img {
    width: 15px;
    margin-right: 8px;
}

.home-services-section .view-more-link {
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 25px;
    background: #ef5931;
    display: inline-block;
    padding: 5px 25px 5px 10px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 86% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 86% 100%, 0% 100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home-services-section .view-more-link:hover {
    background: #0f2765;
}

/*+++++++++++++++Statstics+++++++++++*/
.statistic-section {
    padding: 4em 0 4em 0;
}

.each-stats {
    margin: 0.5em 0;
}

.title-block h3 {
    color: #ef5931;
    margin-bottom: 25px !important;
}

.statstics-content .content {
    margin-top: 45px;
}

.each-stats .icon img {
    width: 30px;
    display: table;
    margin: 0 auto;
}

.stats-content {
    margin-top: 20px;
}

.stats-content h3 {
    font-size: 1.2em;
}

.about-inner-services {
    padding: 2em 0 1em 0;
    text-align: center;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.about-inner-services .each {
    overflow: hidden;
}

.about-inner-services .each img {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
        0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.about-inner-services .each .title {
    padding: 20px 0;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    color: #ef5931;
}

.about-inner-services .each:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.start-a-dialog .col-md-6 {
    margin-bottom: 35px;
}

.start-a-dialog .each {
    background: #fff;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(38, 59, 94, 0.1);
    box-shadow: 0px 3px 10px 0px rgba(38, 59, 94, 0.1);
    padding: 20px;
    height: 100%;
    border-radius: 5px;
}

.start-a-dialog .each:hover {
    -webkit-box-shadow: 0px 3px 50px 0px rgba(38, 59, 94, 0.1);
    box-shadow: 0px 3px 50px 0px rgba(38, 59, 94, 0.1);
}

.start-a-dialog .each .title {
    color: #ef5931;
    margin-bottom: 25px;
}

.start-a-dialog .each ul li:not(:last-child) {
    margin-bottom: 1.5rem;
}

.start-a-dialog .each ul li h5 {
    font-size: 1.1em;
    margin-bottom: 5px;
    color: #ef5931;
}

.about-page-banner {
    min-height: 90vh;
    background: url("../images/bgs/about.jpg");
    background-position: top;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    z-index: 1;
}

.about-page-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.about-page-banner .banner-content {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 600px;
    display: table;
    margin: 0 auto;
    color: #fff;
}

.about-page-banner .banner-content h5 {
    color: #fff;
    font-size: 2em;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
}

.about-page-banner .banner-content h3 {
    color: #fff;
    font-size: 2em;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 35px;
}

.about-page-banner .banner-content p {
    font-size: 1.1em;
    background: rgba(255, 255, 255, 0.07);
    padding: 10px;
    border-radius: 5px;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    color: #fff !important;
}

.about-page-banner .scroll-downs {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 34px;
    height: 55px;
}

.about-page-banner .scroll-downs:hover {
    cursor: pointer;
}

.about-page-banner .scroll-downs .mousey {
    width: 2px;
    padding: 10px 10px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: 0.75;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.about-page-banner .scroll-downs .scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #fff;
    -webkit-animation-name: scroll;
    animation-name: scroll;
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s;
    -webkit-animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
    animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes scroll {
    0% {
        opacity: 0;
    }
    10% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        opacity: 0;
    }
}

@keyframes scroll {
    0% {
        opacity: 0;
    }
    10% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        opacity: 0;
    }
}

#about-page p {
    color: #595959;
}

.layer-service-one {
    overflow: hidden;
}

.layer-service-one .section-heading h3 {
    color: #ef5931;
    font-size: 1.5em;
}

.layer-service-one .each {
    margin-top: 55px;
}

.layer-service-one .each h4 {
    color: #ef5931;
    font-size: 1.3em;
    margin-bottom: 10px;
}

.layer-service-one .each .left-image {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.layer-service-one .each .left-image img {
    max-width: 80%;
}

.layer-service-one .each .left-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    bottom: 0;
    background: rgba(239, 89, 49, 0.05);
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 0 10px 10px 0;
}

.layer-service-one .each .right-image {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.layer-service-one .each .right-image img {
    max-width: 80%;
}

.layer-service-one .each .right-image:after {
    content: "";
    position: absolute;
    top: 0;
    right: -50%;
    bottom: 0;
    background: rgba(239, 89, 49, 0.05);
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 10px 0 0 10px;
}

.layer-service-one .each .each-inner {
    margin-bottom: 25px;
}

.service-videos {
    background: rgba(239, 89, 49, 0.05);
    padding: 5em 0;
}

.service-videos .each-video {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.service-videos .each-video .image {
    position: relative;
}

.service-videos .each-video h5 {
    padding: 15px 10px;
    color: #ef5931;
    font-size: 1.2em;
}

.service-videos .each-video .play-button {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.service-videos .each-video .play-button svg,
.service-videos .each-video .play-button img {
    width: 30px;
}

.service-videos .each-video .cover {
    position: absolute;
    background: rgba(239, 89, 49, 0.2);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.service-videos .each-video:hover .cover {
    background: rgba(239, 89, 49, 0.4);
}

.service-videos .slick-slider {
    margin: 0 -15px;
}

.service-videos .slick-slide {
    padding: 10px;
    text-align: center;
}

.service-videos .slick-dots {
    bottom: -40px;
}

.service-videos .slick-dots .slick-active {
    width: 40px;
}

.service-videos .slick-dots li {
    width: 20px;
    height: 5px;
    background: #777777;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 5px;
}

.service-videos .slick-dots li button {
    margin-left: -10px;
    height: 40px;
}

.service-videos .slick-dots li button::before {
    display: none;
}

.service-videos .slick-dots li:not(:last-child) {
    margin-bottom: 7px;
}

.layer-service-two {
    overflow: hidden;
}

.layer-service-two .section-heading h3 {
    color: #ef5931;
    font-size: 1.5em;
}

.layer-service-two img {
    border-radius: 10px;
}

.layer-service-two .right-image {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 1em;
    padding-bottom: 1em;
}

.layer-service-two .right-image:after {
    content: "";
    position: absolute;
    top: 0;
    right: -50%;
    bottom: 0;
    background: rgba(239, 89, 49, 0.05);
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 10px 0 0 10px;
}

.layer-service-two-key-points {
    background: rgba(239, 89, 49, 0.02);
    padding: 4em 0;
}

.layer-service-two-key-points .col-md-4,
.layer-service-two-key-points .col-md-6 {
    margin-bottom: 35px;
}

.layer-service-two-key-points .each {
    background: rgba(255, 255, 255, 0.05);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1),
        0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    padding: 25px 15px;
    height: 100%;
}

.layer-service-two-key-points .each h4 {
    font-size: 1.2em;
    color: #ef5931;
    margin-bottom: 15px;
}

.fellow-ship-banner {
    min-height: 90vh;
    background: url("/img/bgs/fellow-ship.jpg");
    background-position: top;
    background-size: contain;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

.fellow-ship-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.fellow-ship-banner .banner-content {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 600px;
    display: table;
    margin: 0 auto;
    color: #fff;
}

.fellow-ship-banner .banner-content h5 {
    color: #fff;
    font-size: 2em;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
}

.fellow-ship-banner .banner-content h3 {
    color: #fff;
    font-size: 2em;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 35px;
}

.fellow-ship-banner .banner-content p {
    font-size: 1.1em;
    background: rgba(255, 255, 255, 0.07);
    padding: 10px;
    border-radius: 5px;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    color: #fff !important;
}

.fellow-ship-banner .scroll-downs {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 34px;
    height: 55px;
}

.fellow-ship-banner .scroll-downs:hover {
    cursor: pointer;
}

.fellow-ship-banner .scroll-downs .mousey {
    width: 2px;
    padding: 10px 10px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: 0.75;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.fellow-ship-banner .scroll-downs .scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #fff;
    -webkit-animation-name: scroll;
    animation-name: scroll;
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s;
    -webkit-animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
    animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@keyframes scroll {
    0% {
        opacity: 0;
    }
    10% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        opacity: 0;
    }
}

.fellow-ship-points {
    padding: 4em 0;
}

.fellow-ship-points .col-md-6 {
    margin-bottom: 35px;
}

.fellow-ship-points .each {
    text-align: center;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
        0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    padding: 30px;
    height: 100%;
}

.fellow-ship-points .each h4 {
    font-size: 1.2em;
    margin-bottom: 10px;
    color: #ef5931;
}

.fellow-ship-points .each p {
    line-height: 25px;
    color: #595959;
}

.careers {
    padding: 4em 0;
}

.careers .section-heading {
    margin-bottom: 45px;
}

.careers .section-heading h3 {
    color: #ef5931;
    font-size: 1.5em;
}

.careers .each-post {
    border: 1px solid #ef5931;
    padding: 15px;
}

.careers .each-post:not(:last-child) {
    margin-bottom: 35px;
}

.careers .each-post .post-title {
    color: #ef5931;
    font-size: 1.3em;
    margin-bottom: 10px;
}

.careers .each-post p {
    color: #595959;
}

.mobility-banner {
    background: url("/img/bgs/mobility.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom;
}

.eco-system .each-service-arrow img {
    width: 45px;
    display: table;
    margin: 0 auto;
    opacity: 0.5;
}

.eco-system .reverse-arrow img {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.eco-system .each {
    padding: 4em 0;
}

.eco-system .each .image {
    display: table;
    margin: 0 auto;
    position: relative;
}

.eco-system .each .image img {
    width: 200px;
}

.eco-system .each .image .right-number {
    right: auto;
    left: -100px;
}

.eco-system .each .image img {
    border-radius: 50%;
}

.eco-system .each .content {
    padding: 25px 20px;
    -webkit-box-shadow: 0 0 10px rgba(72, 69, 224, 0.1);
    box-shadow: 0 0 10px rgba(72, 69, 224, 0.1);
    position: relative;
    z-index: 1;
}

.eco-system .each .content h5 {
    color: #ef5931;
    font-size: 3em;
    opacity: 0.1;
    margin-bottom: 15px;
}

.eco-system .each .content h3 {
    color: #ef5931;
    font-size: 1.3em;
    margin-bottom: 10px;
}

.eco-system .each .content p {
    color: #595959;
}

.special-row .section-heading {
    text-align: center;
}

.special-row .section-heading h3 {
    font-size: 2.5em;
    color: #ef5931;
    margin-bottom: 10px;
}

.special-row .section-heading h5 {
    font-size: 1.2em;
    line-height: 27px;
}

.service-page {
    background: rgba(239, 89, 49, 0.05);
}

.service-page .left-block {
    padding: 0 45px;
}

.service-page .left-block .section-heading {
    margin-bottom: 20px;
}

.service-page .left-block .section-heading h3 {
    color: #ef5931;
    font-size: 1.5em;
}

.service-content-group .center-big-heading {
    margin-top: 15px;
    text-align: center;
}

.service-content-group .center-big-heading h2 {
    color: #ef5931;
}

.service-content-group .each {
    margin: 5em 0 0 0;
}

.service-content-group .each .section-heading {
    margin-bottom: 15px;
}

.service-content-group .each .section-heading h3 {
    color: #ef5931;
    font-size: 1.5em;
}

.service-content-group .each .section-heading h5 {
    color: #ef5931;
    font-size: 3em;
    font-weight: 400;
    opacity: 0.6;
    margin-bottom: 10px;
}

.service-content-group .each h2 {
    font-size: 2vw;
    font-weight: bold;
    /* margin-bottom: -33px; */
    text-transform: capitalize;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ef5931;
    text-stroke-width: 2px;
    text-stroke-color: #ef5931;
    color: transparent;
    opacity: 0.3;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 25px;
}

.service-content-group .each .image img {
    border-radius: 10px;
}

.digital-service-key-points {
    padding: 4em 0 0 0;
}

.digital-service-key-points .col-md-3 {
    margin-bottom: 50px;
}

.digital-service-key-points .each {
    text-align: center;
    background: rgba(239, 89, 49, 0.05);
    padding: 50px 20px;
    height: 100%;
    border-radius: 10px;
}

.digital-service-key-points .each h4 {
    font-size: 3em;
    color: #ef5931;
    margin-bottom: 10px;
}

.digital-service-key-points .each p {
    font-weight: 500;
    font-size: 1.2em;
    line-height: 25px;
}

.digital-maturity-key-points {
    padding: 4em 0;
}

.digital-maturity-key-points .each {
    text-align: center;
    background: rgba(239, 89, 49, 0.05);
    padding: 50px 20px;
    height: 100%;
    border-radius: 10px;
}

.digital-maturity-key-points .each h4 {
    font-size: 1.3em;
    margin-bottom: 20px;
    color: #ef5931;
}

.intelligent-block {
    padding: 1em 0 !important;
}

.intelligent-block .col-md-4 {
    margin-bottom: 45px;
}

.intelligent-block .content {
    height: 100%;
}

.contact-information {
    padding: 4em 0;
}

.contact-information .left-block .section-heading {
    margin-bottom: 35px;
}

.contact-information .left-block .section-heading h3 {
    margin-bottom: 15px;
    color: #ef5931;
}

.contact-information .left-block .content ul li:not(:last-child) {
    margin-bottom: 35px;
}

.contact-information .left-block .content ul li .icon-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 30px auto;
    grid-template-columns: 30px auto;
    gap: 30px;
}

.contact-information .left-block .content ul li .icon-block .image {
    background: #ef5931;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact-information .left-block .content ul li .icon-block .image img {
    width: 30px;
    padding: 5px;
}

.contact-information .left-block .content ul li .icon-block .icon-text h4 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.contact-information .left-block .content ul li .icon-block .icon-text p {
    color: #8a8a8a;
}

.contact-information .right-block .section-heading {
    margin-bottom: 35px;
}

.contact-information .right-block .section-heading h3 {
    color: #ef5931;
}

.contact-information .right-block .content form input {
    height: 48px;
}

.contact-information .right-block .content form .form-group {
    margin-bottom: 30px;
}

.contact-information .right-block .content .btn-submit {
    background: #ef5931;
    color: #fff;
    padding: 8px 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 15px;
}

.google-map-information iframe {
    margin-bottom: -7px;
}

.blog-page {
    padding: 4em 0;
}

.blog-page .blog-tabs-menu {
    margin-bottom: 75px;
}

.blog-page .blog-tabs-menu ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border: none;
}

.blog-page .blog-tabs-menu ul li {
    border: none;
}

.blog-page .blog-tabs-menu ul li:not(:last-child) {
    margin-right: 20px;
}

.blog-page .blog-tabs-menu ul li a {
    color: #000;
    font-weight: 500;
    font-size: 1.05em;
    letter-spacing: 0.5px;
    padding: 10px 10px;
    border: none;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.blog-page .blog-tabs-menu ul li a:hover {
    background: #ef5931;
    color: #fff;
}

.blog-page .blog-tabs-menu ul li .active {
    border: none;
    background: #ef5931;
    color: #fff;
}

.blog-page .blogs-group .each-blog {
    background: #fff;
    -webkit-box-shadow: 0 0.1875rem 1.5rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.1875rem 1.5rem rgba(0, 0, 0, 0.2);
    border-radius: 0.375rem;
    overflow: hidden;
}

.blog-page .blogs-group .each-blog .image {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.blog-page .blogs-group .each-blog .image img {
    border-radius: 5px 5px 0 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.blog-page .blogs-group .each-blog .content {
    padding: 20px;
}

.blog-page .blogs-group .each-blog .content h4 {
    margin-bottom: 10px;
    font-size: 1.3em;
    color: #ef5931;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.blog-page .blogs-group .each-blog .content p {
    color: #595959;
}

.blog-page .blogs-group .each-blog:hover .content h4 {
    color: #000;
}
/*# sourceMappingURL=components.css.map */
