@import "https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&amp;display=swap";

body {
    font-family: "Poppins", sans-serif !important;
}
.color-blue{
    color:#2596be!important;
}
.color-black {
    color: rgba(0, 0, 0) !important;
    line-height: 1.3em;
    font-size: 15px!important;
    letter-spacing: normal;
    font-weight: 400;
}
.bg-gray{
    background-color:#d4e4e4;
}
.color-green {
    color: #000000 !important;
}
h3 {
    color: #000000 !important;
}
h2 {
    color: #000000 !important;
}
h5 {
    color: #000000 !important;
}
.table .btn{
    padding: 4px 12px!important;
    font-size: 14px!important;
}
.table td{
   font-size: 14px;
}
@media (min-width: 200px) and (max-width: 1024px) {
    .navbar-custom {
        margin-top: 0px;
        padding: 10px 0px !important;
        color: #fff !important;
        background: #fff;
    }

    .navbar-custom .navbar-nav {
        margin-left: 0px;
    }

    .navbar-custom .navbar-nav li.active {
        border-color: transparent;
    }

    .navbar-custom .navbar-nav li a {
        transition: all 0.4s;
        margin: 6px;
        color: #000000 !important;
        padding: 6px 0;
    }

    .navbar-custom > .container {
        width: 90%;
    }

    .home-title {
        font-size: 36px;
        font-size: 36px;
    }

    .navbar-white .navbar-toggler {
        color: #000000 !important;
    }

    .navbar-custom .navbar-nav li.active a,
    .navbar-custom .navbar-nav li a:hover,
    .navbar-custom .navbar-nav li a:active {
        color: #2596be !important;
    }

    .navbar-toggler {
        font-size: 24px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .carousel-indicators {
        right: 0;
    }

    .logo .logo-light {
        display: none;
    }

    .logo .logo-dark {
        display: inline-block;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px !important;
    }
}

@media (max-width: 768px) {
    .PageBackToWork-heading-itText {
        display: inline-block;
        font-size: 50px;
    }
}

.navbar {
    transition: all 0.5s ease;
    padding: 0;
    background-color: transparent;
    padding: 8px 0;
}
.top-nav{
    height:85px;
}
.home-6{
    top:85px;
}
.heading-banner{
    position: absolute;
    top: 260px;
}
.heading-banner h2{
    font-size:55px;
}
.heading-banner .p1{
    font-size: 18px!important;
    font-weight: 600!important;
}
.heading-banner p{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.span-header{
        color: yellow;
    font-size: 77px;
    position: relative;
    top: 4px
}
.education h2{
    font-size:55px; 
}
@media screen and (min-width: 320px) and (max-width: 767px){
   .heading-banner{
    top: 25px;
} 
.heading-banner h2{
    font-size:36px;
}
.education h2{
    font-size:36px; 
}
.education {
    background-size: 100%!important;
}
.heading-banner p{
    font-size:16px;
}
.heading-banner p br{
    display:none;
}
.top-home  .img{
    height: 530px;
    width: 100%;
}
.span-header{
        font-size: 50px;
}
.footer-first{
    display:block;
}
}
@media screen and (min-width: 768px) and (max-width: 991px){
   .heading-banner{
    top: 60px;
} 
.heading-banner h2{
    font-size:46px;
}
.education h2{
    font-size:46px; 
}
.education {
    background-size: 100%!important;
}
.span-header{
    font-size: 60px;
}
.top-home  .img{
    height: 580px;
    width: 100%;
}
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
   .heading-banner{
    top: 100px;
} 
.education {
    background-size: 100%!important;
}
.heading-banner h2{
    font-size:45px!important;
}
}
@media (min-width: 1600px) {
    .heading-banner{
    top: 320px;
  }
  .heading-banner h2{
    font-size:68px;
}
.education h2{
    font-size:60px; 
}
.heading-banner p{
    font-size:21px;
    line-height: 28px;
}
}

.navbar .navbar-nav .nav-link {
    color: rgba(0, 0, 0);
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    background-color: transparent;
    padding: 28px 15px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 300;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:active,
.navbar .navbar-nav .nav-link.active1,
.navbar .navbar-nav .nav-link:focus {
    color: #2596be;
}

.navbar .navbar-dark .navbar-nav .nav-link {
    color: rgba(28, 47, 80, 0.7) !important;
}

.navbar .navbar-dark .navbar-nav .nav-link:hover,
.navbar .navbar-dark .navbar-nav .nav-link:active,
.navbar .navbar-dark .navbar-nav .nav-link.active1,
.navbar .navbar-dark .navbar-nav .nav-link:focus {
    color: #000 !important;
}

.navbar .navbar-toggler {
    padding: 0px;
    border: none;
    font-size: 24px;
}

.navbar .navbar-toggler:focus {
    box-shadow: none;
}

.navbar .logo .logo-light {
    display: none;
}

.navbar .logo .logo-dark {
    display: block;
}

.nav-white .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.8);
}

.nav-white .navbar-nav .nav-link:hover,
.nav-white .navbar-nav .nav-link:active,
.nav-white .navbar-nav .nav-link.active1 {
    color: #2596be;
}

.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
    color: #2596be;
    background-color: #fff;
}

.nav-sticky.navbar {
    background: #fff;
    margin-top: 0px;
    box-shadow: 0px 3px 10px 0px rgba(28, 47, 80, 0.08);
    padding: 0;
}

.nav-sticky .nav-link {
    color: #000;
}
.nav-sticky .logo img {
    height: 80px !important;
    width: 80px !important;
}
.nav-sticky .nav-link:hover,
.nav-sticky .nav-link.active1,
.nav-sticky .nav-link:active {
    color: #2596be !important;
}

.nav-sticky .nav-brand-logo .logo-dark {
    display: inline-block;
}

.nav-sticky .nav-brand-logo .logo-light {
    display: none;
}

@media (max-width: 768px) {
    .navbar {
        margin-top: 0px;
    }
}


@media only screen and (min-width: 1200px) {
    .container-fluid {
        padding-right: 45px;
        padding-left: 45px;
    }
}
@media only screen and (min-width: 1600px) {
    .container-fluid {
        padding-right: 100px;
        padding-left: 100px;
    }
    
}
@media (max-width: 992px) {
    .navbar .navbar-nav .nav-item .nav-link {
        padding: 12px 15px;
    }

    .navbar-collapse {
        max-height: 430px;
        padding: 0;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 85px;
        background: #fff;
        box-shadow: 0px 8px 8px -6px rgba(28, 47, 80, 0.08);
    }

    .navbar {
        background-color: #fff !important;
        padding: 0 0;
    }

    .nav-sticky.navbar {
        padding: 16px 0;
    }
    .sticky .logo img {
        height: 80px !important;
    width: 80px !important;
    }
    .nav-white .navbar-nav .nav-link {
        color: rgba(0, 0, 0, 0.8);
    }
}

textarea.form-control {
    min-height: calc(3.5em + 1.75rem + 5px);
}

body[data-layout-mode="dark"] .navbar {
    background-color: transparent !important;
}

body[data-layout-mode="dark"] .navbar .navbar-nav .nav-link {
    color: #fff !important;
}

body[data-layout-mode="dark"] .navbar .navbar-nav .nav-link:hover,
body[data-layout-mode="dark"] .navbar .navbar-nav .nav-link:active,
body[data-layout-mode="dark"] .navbar .navbar-nav .nav-link.active1 {
    color: #2596be !important;
}

body[data-layout-mode="dark"] .navbar .navbar-toggler i {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff !important;
}

body[data-layout-mode="dark"] .navbar .logo .logo-light {
    display: block !important;
}

body[data-layout-mode="dark"] .navbar .logo .logo-dark {
    display: none !important;
}

body[data-layout-mode="dark"] .navbar .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5) !important;
}

body[data-layout-mode="dark"] .navbar .navbar-dark .navbar-nav .nav-link:hover,
body[data-layout-mode="dark"] .navbar .navbar-dark .navbar-nav .nav-link:active,
body[data-layout-mode="dark"] .navbar .navbar-dark .navbar-nav .nav-link.active,
body[data-layout-mode="dark"] .navbar .navbar-dark .navbar-nav .nav-link:focus {
    color: #fff !important;
}

body[data-layout-mode="dark"] .nav-sticky,
body[data-layout-mode="dark"].navbar {
    background-color: #303841 !important;
}

body[data-layout-mode="dark"] .nav-sticky .navbar-toggler i,
body[data-layout-mode="dark"].navbar .navbar-toggler i {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff !important;
}

body[data-layout-mode="dark"] .nav-sticky .navbar-nav .nav-link,
body[data-layout-mode="dark"].navbar .navbar-nav .nav-link {
    color: #f8f9fa;
}

body[data-layout-mode="dark"] .nav-sticky .navbar-nav .nav-link:hover,
body[data-layout-mode="dark"] .nav-sticky .navbar-nav .nav-link.active,
body[data-layout-mode="dark"].navbar .navbar-nav .nav-link:hover,
body[data-layout-mode="dark"].navbar .navbar-nav .nav-link.active {
    color: #2596be;
}

body[data-layout-mode="dark"] .nav-sticky .navbar-brand,
body[data-layout-mode="dark"].navbar .navbar-brand {
    color: #2596be;
    font-weight: 600;
    font-size: 26px;
}

body[data-layout-mode="dark"] .nav-sticky .navbar-brand span,
body[data-layout-mode="dark"].navbar .navbar-brand span {
    color: #fff;
    font-weight: 800;
}

@media (max-width: 992px) {
    body[data-layout-mode="dark"] .navbar {
        background-color: #343f4b !important;
    }

    body[data-layout-mode="dark"] .navbar-collapse {
        background-color: #343f4b !important;
    }

    body[data-layout-mode="dark"] .nav-sticky .navbar-collapse {
        background-color: #303841 !important;
    }
}

.text-primary {
    color: #2596be !important;
}

.bg-primary {
    background-color: #2596be !important;
}

.text-secondary {
    color: #ff7f51 !important;
}

.bg-secondary {
    background-color: #ff7f51 !important;
}

.text-success {
    color: #14c5a2 !important;
}

.bg-success {
    background-color: #14c5a2 !important;
}

.text-info {
    color: #49c6e5 !important;
}

.bg-info {
    background-color: #49c6e5 !important;
}

.text-warning {
    color: #ffcd00 !important;
}

.bg-warning {
    background-color: #ffcd00 !important;
}

.text-danger {
    color: #c71f1f !important;
}

.bg-danger {
    background-color: #c71f1f !important;
}

.text-light {
    color: #fbfbff !important;
}

.bg-light {
    background-color: #fbfbff !important;
}

.text-dark {
    color: #000000 !important;
}

.bg-dark {
    background-color: #000000 !important;
}

.text-muted {
    color: #979797 !important;
}

.bg-muted {
    background-color: #979797 !important;
}

.text-white {
    color: #fff !important;
}

.bg-white {
    background-color: #fff !important;
}

.section {
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-19 {
    font-size: 19px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-21 {
    font-size: 21px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-23 {
    font-size: 23px !important;
}

.fs-24 {
    font-size: 24px !important;
}
.fs-26 {
    font-size: 26px !important;
}
.fs-28 {
    font-size: 28px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-32 {
    font-size: 32px !important;
}

.fs-36 {
    font-size: 36px !important;
}

.fs-40 {
    font-size: 40px !important;
}

.fs-48 {
    font-size: 48px !important;
}

.fs-50 {
    font-size: 50px !important;
}

.fw-semibold {
    font-weight: 500;
}
.fw-mid {
    font-weight: 600;
}

.fw-bold {
    font-weight: 700;
}
.line-h26{
        line-height: 30px;
}
.box-shadow {
    box-shadow: 0px 3px 10px 0px rgba(28, 47, 80, 0.08);
}

.ls-1 {
    letter-spacing: 1px;
}

.bg-overlay {
    background-color: rgba(22, 36, 34, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bg-overlay-white {
    background-color: rgba(255, 255, 255, 0.65);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.avatar-xs {
    height: 2rem;
    width: 2rem;
    line-height: 2rem;
}

.avatar-sm {
    height: 3rem;
    width: 3rem;
    line-height: 3rem;
}

.avatar-md {
    height: 4rem;
    width: 4rem;
    line-height: 4rem;
}

.avatar-lg {
    height: 4.5rem;
    width: 4.5rem;
}

.avatar-xl {
    height: 6rem;
    width: 6rem;
}

.avatar-xxl {
    height: 8rem;
    width: 8rem;
}

.btn-sm {
    padding: 7px 16px;
    font-size: 10px;
}

.para-width {
    max-width: 600px;
}

.modal .modal-dialog .btn-close {
    width: 26px;
    height: 26px;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.modal .modal-dialog:hover .btn-close {
    opacity: 0.5;
}

.para-width {
    max-width: 650px;
}

body {
    font-family: "Roboto", sans-serif;
    overflow-x: hidden !important;
    color: #000000;
}

body.modal-open {
    padding-right: 0px !important;
}

body.modal-open .navbar {
    padding-right: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 1.4;
}

.btn,
.btn:focus,
button,
button:focus {
    outline: none !important;
}

a {
    text-decoration: none !important;
    outline: none;
}

p {
    font-size: 16px;
    line-height: 25px;
}

html {
    scroll-padding-top: 110;
    scroll-behavior: smooth;
}

.row > * {
    position: relative;
}

hr {
    opacity: 0.15 !important;
}

@media (max-width: 768px) {
    .navbar-custom {
        margin-top: 0px;
        padding: 10px 0px !important;
        background-color: #fff !important;
        box-shadow: 0px 3px 10px 0px rgba(28, 47, 80, 0.08);
        color: #fff !important;
    }

    .navbar-toggler i {
        font-size: 24px;
        margin-top: 0px;
        margin-bottom: 0px;
        color: #000000;
    }

    .bg-home {
        height: auto;
    }

    .nav-sticky.navbar-custom .navbar-nav li a {
        color: #fff !important;
    }

    .nav-sticky .logo {
        color: #fff !important;
    }

    .navbar-custom > .container {
        width: 90%;
    }

    .clients-img {
        display: none;
    }
}

.btn {
    padding: 12px 40px;
    font-size: 17px;
    font-weight: 500;
    transition: all 0.5s ease;
    position: relative;
}

.btn:focus {
    box-shadow: none;
}

.bg-primary {
    background-color: #2596be !important;
}

.bg-soft-primary {
    background-color: rgba(47, 180, 174, 0.2) !important;
}

.text-primary {
    color: #2596be !important;
}

.border-primary {
    border-color: #2596be !important;
}

.icon-dual-primary {
    color: #2596be;
    fill: rgba(47, 180, 174, 0.2);
}

.btn-primary {
    background: #2596be !important;
    color: #fff;
    border-color: #2596be !important;
    border: 1px solid;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary .open > .dropdown-toggle.btn-primary {
    background: #2ba49e;
    border-color: #2ba49e;
    box-shadow: none !important;
}

.btn-outline-primary {
    color: #2596be;
    border-color: #2596be;
    border: 1px solid;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary .open > .dropdown-toggle.btn-primary {
    background: #2596be;
    border-color: #2596be;
    box-shadow: none !important;
}

.bg-secondary {
    background-color: #ff7f51 !important;
}

.bg-soft-secondary {
    background-color: rgba(255, 127, 81, 0.2) !important;
}

.text-secondary {
    color: #ff7f51 !important;
}

.border-secondary {
    border-color: #ff7f51 !important;
}

.icon-dual-secondary {
    color: #ff7f51;
    fill: rgba(255, 127, 81, 0.2);
}

.btn-secondary {
    background: #ff7f51 !important;
    color: #fff;
    border-color: #ff7f51 !important;
    border: 1px solid;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.focus,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary .open > .dropdown-toggle.btn-primary {
    background: #ff703d;
    border-color: #ff703d;
    box-shadow: none !important;
}

.btn-outline-secondary {
    color: #ff7f51;
    border-color: #ff7f51;
    border: 1px solid;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary .open > .dropdown-toggle.btn-primary {
    background: #ff7f51;
    border-color: #ff7f51;
    box-shadow: none !important;
}

.bg-success {
    background-color: #14c5a2 !important;
}

.bg-soft-success {
    background-color: rgba(20, 197, 162, 0.2) !important;
}

.text-success {
    color: #14c5a2 !important;
}

.border-success {
    border-color: #14c5a2 !important;
}

.icon-dual-success {
    color: #14c5a2;
    fill: rgba(20, 197, 162, 0.2);
}

.btn-success {
    background: #14c5a2 !important;
    color: #fff;
    border-color: #14c5a2 !important;
    border: 1px solid;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus,
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success .open > .dropdown-toggle.btn-primary {
    background: #12b293;
    border-color: #12b293;
    box-shadow: none !important;
}

.btn-outline-success {
    color: #14c5a2;
    border-color: #14c5a2;
    border: 1px solid;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.focus,
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success .open > .dropdown-toggle.btn-primary {
    background: #14c5a2;
    border-color: #14c5a2;
    box-shadow: none !important;
}

.bg-info {
    background-color: #49c6e5 !important;
}

.bg-soft-info {
    background-color: rgba(73, 198, 229, 0.2) !important;
}

.text-info {
    color: #49c6e5 !important;
}

.border-info {
    border-color: #49c6e5 !important;
}

.icon-dual-info {
    color: #49c6e5;
    fill: rgba(73, 198, 229, 0.2);
}

.btn-info {
    background: #49c6e5 !important;
    color: #fff;
    border-color: #49c6e5 !important;
    border: 1px solid;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus,
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info .open > .dropdown-toggle.btn-primary {
    background: #37c0e2;
    border-color: #37c0e2;
    box-shadow: none !important;
}

.btn-outline-info {
    color: #49c6e5;
    border-color: #49c6e5;
    border: 1px solid;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.focus,
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info .open > .dropdown-toggle.btn-primary {
    background: #49c6e5;
    border-color: #49c6e5;
    box-shadow: none !important;
}

.bg-warning {
    background-color: #ffcd00 !important;
}

.bg-soft-warning {
    background-color: rgba(255, 205, 0, 0.2) !important;
}

.text-warning {
    color: #ffcd00 !important;
}

.border-warning {
    border-color: #ffcd00 !important;
}

.icon-dual-warning {
    color: #ffcd00;
    fill: rgba(255, 205, 0, 0.2);
}

.btn-warning {
    background: #ffcd00 !important;
    color: #fff;
    border-color: #ffcd00 !important;
    border: 1px solid;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus,
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning .open > .dropdown-toggle.btn-primary {
    background: #ebbd00;
    border-color: #ebbd00;
    box-shadow: none !important;
}

.btn-outline-warning {
    color: #ffcd00;
    border-color: #ffcd00;
    border: 1px solid;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.focus,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning .open > .dropdown-toggle.btn-primary {
    background: #ffcd00;
    border-color: #ffcd00;
    box-shadow: none !important;
}

.bg-danger {
    background-color: #c71f1f !important;
}

.bg-soft-danger {
    background-color: rgba(199, 31, 31, 0.2) !important;
}

.text-danger {
    color: #c71f1f !important;
}

.border-danger {
    border-color: #c71f1f !important;
}

.icon-dual-danger {
    color: #c71f1f;
    fill: rgba(199, 31, 31, 0.2);
}

.btn-danger {
    background: #c71f1f !important;
    color: #fff;
    border-color: #c71f1f !important;
    border: 1px solid;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.focus,
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger .open > .dropdown-toggle.btn-primary {
    background: #b51c1c;
    border-color: #b51c1c;
    box-shadow: none !important;
}

.btn-outline-danger {
    color: #c71f1f;
    border-color: #c71f1f;
    border: 1px solid;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.focus,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger .open > .dropdown-toggle.btn-primary {
    background: #c71f1f;
    border-color: #c71f1f;
    box-shadow: none !important;
}

.bg-dark {
    background-color: #000000 !important;
}

.bg-soft-dark {
    background-color: rgba(28, 47, 80, 0.2) !important;
}

.text-dark {
    color: #000000 !important;
}

.border-dark {
    border-color: #000000 !important;
}

.icon-dual-dark {
    color: #000000;
    fill: rgba(28, 47, 80, 0.2);
}

.btn-dark {
    background: #000000 !important;
    color: #fff;
    border-color: #000000 !important;
    border: 1px solid;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.focus,
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark .open > .dropdown-toggle.btn-primary {
    background: #172641;
    border-color: #172641;
    box-shadow: none !important;
}

.btn-outline-dark {
    color: #000000;
    border-color: #000000;
    border: 1px solid;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.focus,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark .open > .dropdown-toggle.btn-primary {
    background: #000000;
    border-color: #000000;
    box-shadow: none !important;
}

.bg-cyan {
    background-color: #00e6e6 !important;
}

.bg-soft-cyan {
    background-color: rgba(0, 230, 230, 0.2) !important;
}

.text-cyan {
    color: #00e6e6 !important;
}

.border-cyan {
    border-color: #00e6e6 !important;
}

.icon-dual-cyan {
    color: #00e6e6;
    fill: rgba(0, 230, 230, 0.2);
}

.btn-cyan {
    background: #00e6e6 !important;
    color: #fff;
    border-color: #00e6e6 !important;
    border: 1px solid;
}

.btn-cyan:hover,
.btn-cyan:focus,
.btn-cyan:active,
.btn-cyan.active,
.btn-cyan.focus,
.btn-cyan:not(:disabled):not(.disabled):active,
.btn-cyan:not(:disabled):not(.disabled):active:focus,
.btn-cyan .open > .dropdown-toggle.btn-primary {
    background: #00d2d2;
    border-color: #00d2d2;
    box-shadow: none !important;
}

.btn-outline-cyan {
    color: #00e6e6;
    border-color: #00e6e6;
    border: 1px solid;
}

.btn-outline-cyan:hover,
.btn-outline-cyan:focus,
.btn-outline-cyan:active,
.btn-outline-cyan.active,
.btn-outline-cyan.focus,
.btn-outline-cyan:not(:disabled):not(.disabled):active,
.btn-outline-cyan:not(:disabled):not(.disabled):active:focus,
.btn-outline-cyan .open > .dropdown-toggle.btn-primary {
    background: #00e6e6;
    border-color: #00e6e6;
    box-shadow: none !important;
}

.bg-blue {
    background-color: #2558ab !important;
}

.bg-soft-blue {
    background-color: rgba(37, 88, 171, 0.2) !important;
}

.text-blue {
    color: #2558ab !important;
}

.border-blue {
    border-color: #2558ab !important;
}

.icon-dual-blue {
    color: #2558ab;
    fill: rgba(37, 88, 171, 0.2);
}

.btn-blue {
    background: #2558ab !important;
    color: #fff;
    border-color: #2558ab !important;
    border: 1px solid;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.btn-blue.focus,
.btn-blue:not(:disabled):not(.disabled):active,
.btn-blue:not(:disabled):not(.disabled):active:focus,
.btn-blue .open > .dropdown-toggle.btn-primary {
    background: #214f9a;
    border-color: #214f9a;
    box-shadow: none !important;
}

.btn-outline-blue {
    color: #2558ab;
    border-color: #2558ab;
    border: 1px solid;
}

.btn-outline-blue:hover,
.btn-outline-blue:focus,
.btn-outline-blue:active,
.btn-outline-blue.active,
.btn-outline-blue.focus,
.btn-outline-blue:not(:disabled):not(.disabled):active,
.btn-outline-blue:not(:disabled):not(.disabled):active:focus,
.btn-outline-blue .open > .dropdown-toggle.btn-primary {
    background: #2558ab;
    border-color: #2558ab;
    box-shadow: none !important;
}

.bg-muted {
    background-color: #979797 !important;
}

.bg-soft-muted {
    background-color: rgba(151, 151, 151, 0.2) !important;
}

.text-muted {
    color: #979797 !important;
}

.border-muted {
    border-color: #979797 !important;
}

.icon-dual-muted {
    color: #979797;
    fill: rgba(151, 151, 151, 0.2);
}

.btn-muted {
    background: #979797 !important;
    color: #fff;
    border-color: #979797 !important;
    border: 1px solid;
}

.btn-muted:hover,
.btn-muted:focus,
.btn-muted:active,
.btn-muted.active,
.btn-muted.focus,
.btn-muted:not(:disabled):not(.disabled):active,
.btn-muted:not(:disabled):not(.disabled):active:focus,
.btn-muted .open > .dropdown-toggle.btn-primary {
    background: #8d8d8d;
    border-color: #8d8d8d;
    box-shadow: none !important;
}

.btn-outline-muted {
    color: #979797;
    border-color: #979797;
    border: 1px solid;
}

.btn-outline-muted:hover,
.btn-outline-muted:focus,
.btn-outline-muted:active,
.btn-outline-muted.active,
.btn-outline-muted.focus,
.btn-outline-muted:not(:disabled):not(.disabled):active,
.btn-outline-muted:not(:disabled):not(.disabled):active:focus,
.btn-outline-muted .open > .dropdown-toggle.btn-primary {
    background: #979797;
    border-color: #979797;
    box-shadow: none !important;
}

.bg-purple {
    background-color: #8060cf !important;
}

.bg-soft-purple {
    background-color: rgba(128, 96, 207, 0.2) !important;
}

.text-purple {
    color: #8060cf !important;
}

.border-purple {
    border-color: #8060cf !important;
}

.icon-dual-purple {
    color: #8060cf;
    fill: rgba(128, 96, 207, 0.2);
}

.btn-purple {
    background: #8060cf !important;
    color: #fff;
    border-color: #8060cf !important;
    border: 1px solid;
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.btn-purple.focus,
.btn-purple:not(:disabled):not(.disabled):active,
.btn-purple:not(:disabled):not(.disabled):active:focus,
.btn-purple .open > .dropdown-toggle.btn-primary {
    background: #7350ca;
    border-color: #7350ca;
    box-shadow: none !important;
}

.btn-outline-purple {
    color: #8060cf;
    border-color: #8060cf;
    border: 1px solid;
}

.btn-outline-purple:hover,
.btn-outline-purple:focus,
.btn-outline-purple:active,
.btn-outline-purple.active,
.btn-outline-purple.focus,
.btn-outline-purple:not(:disabled):not(.disabled):active,
.btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.btn-outline-purple .open > .dropdown-toggle.btn-primary {
    background: #8060cf;
    border-color: #8060cf;
    box-shadow: none !important;
}

.bg-light {
    background-color: #fbfbff !important;
}

.bg-soft-light {
    background-color: rgba(251, 251, 255, 0.2) !important;
}

.text-light {
    color: #fbfbff !important;
}

.border-light {
    border-color: #fbfbff !important;
}

.icon-dual-light {
    color: #fbfbff;
    fill: rgba(251, 251, 255, 0.2);
}

.btn-light {
    background: #fbfbff !important;
    color: #fff;
    border-color: #fbfbff !important;
    border: 1px solid;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.focus,
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light .open > .dropdown-toggle.btn-primary {
    background: #e7e7ff;
    border-color: #e7e7ff;
    box-shadow: none !important;
}

.btn-outline-light {
    color: #fbfbff;
    border-color: #fbfbff;
    border: 1px solid;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.focus,
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light .open > .dropdown-toggle.btn-primary {
    background: #fbfbff;
    border-color: #fbfbff;
    box-shadow: none !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-soft-white {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.text-white {
    color: #ffffff !important;
}

.border-white {
    border-color: #ffffff !important;
}

.icon-dual-white {
    color: #fff;
    fill: rgba(255, 255, 255, 0.2);
}

.btn-white {
    background: #ffffff !important;
    color: #fff;
    border-color: #ffffff !important;
    border: 1px solid;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.focus,
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white .open > .dropdown-toggle.btn-primary {
    background: #f5f5f5;
    border-color: #f5f5f5;
    box-shadow: none !important;
}

.btn-outline-white {
    color: #ffffff;
    border-color: #ffffff;
    border: 1px solid;
}

.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.focus,
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white .open > .dropdown-toggle.btn-primary {
    background: #fff;
    border-color: #fff;
    box-shadow: none !important;
}

.bg-pink {
    background-color: #b6317a !important;
}

.bg-soft-pink {
    background-color: rgba(182, 49, 122, 0.2) !important;
}

.text-pink {
    color: #b6317a !important;
}

.border-pink {
    border-color: #b6317a !important;
}

.icon-dual-pink {
    color: #b6317a;
    fill: rgba(182, 49, 122, 0.2);
}

.btn-pink {
    background: #b6317a !important;
    color: #fff;
    border-color: #b6317a !important;
    border: 1px solid;
}

.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active,
.btn-pink.focus,
.btn-pink:not(:disabled):not(.disabled):active,
.btn-pink:not(:disabled):not(.disabled):active:focus,
.btn-pink .open > .dropdown-toggle.btn-primary {
    background: #a62d6f;
    border-color: #a62d6f;
    box-shadow: none !important;
}

.btn-outline-pink {
    color: #b6317a;
    border-color: #b6317a;
    border: 1px solid;
}

.btn-outline-pink:hover,
.btn-outline-pink:focus,
.btn-outline-pink:active,
.btn-outline-pink.active,
.btn-outline-pink.focus,
.btn-outline-pink:not(:disabled):not(.disabled):active,
.btn-outline-pink:not(:disabled):not(.disabled):active:focus,
.btn-outline-pink .open > .dropdown-toggle.btn-primary {
    background: #b6317a;
    border-color: #b6317a;
    box-shadow: none !important;
}
@media (max-width: 992px) {
    .btn {
    padding: 7px 40px;
    font-size: 16px;
}
}
@media (min-width: 1600px) {
    .btn {
    padding: 12px 40px;
    font-size: 17px;
}
}

.card {
    background-color: #fff;
    border-color: #dee2e6;
    border-radius: 20px;
}

.mode-btn {
    position: fixed;
    top: 28%;
    left: 0px;
    z-index: 1021;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #2596be;
    border: 1px solid #2596be;
    font-size: 21px;
    text-align: center;
}

.mode-btn .mode-dark {
    display: block;
    transition: all 0.5s ease;
}

.mode-btn .mode-light {
    display: none;
    transition: all 0.5s ease;
}

body[data-layout-mode="dark"] #style-switcher {
    background-color: #242c34;
}

body[data-layout-mode="dark"] .mode-dark {
    display: none;
}

body[data-layout-mode="dark"] .mode-light {
    display: block;
}

body[data-layout-mode="dark"] .card {
    background-color: #283039 !important;
    border-color: #3d454e !important;
}

body[data-layout-mode="dark"] .breadcrumb {
    background-color: #242c34 !important;
    padding: 16px 20px;
    border-radius: 60px;
}

.home {
    min-height: 100vh;
    align-items: center;
    display: flex;
    background-color: rgba(37, 88, 171, 0.05);
}

.home .typewrite > .wrap {
    border-right: 0.08em solid #000000;
}

.home .icon-item .social-icon {
    text-align: center;
    border-radius: 40px 40px 40px 0;
    margin: 0 6px;
}

.home .icon-item .social-icon i {
    font-size: 24px;
}

.home .icon-item .facebook,
.home .icon-item .linkedin {
    border: 1px solid #2558ab;
    transition: all 0.3s ease-in-out;
}

.home .icon-item .facebook i,
.home .icon-item .linkedin i {
    color: #2558ab;
    transition: all 0.3s ease-in-out;
}

.home .icon-item .facebook:hover,
.home .icon-item .linkedin:hover {
    background-color: #2558ab;
    transition: all 0.3s ease-in-out;
}

.home .icon-item .facebook:hover i,
.home .icon-item .linkedin:hover i {
    color: #fff;
}

.home .icon-item .twitter {
    border: 1px solid #49c6e5;
    transition: all 0.3s ease-in-out;
}

.home .icon-item .twitter i {
    color: #49c6e5;
    transition: all 0.3s ease-in-out;
}

.home .icon-item .twitter:hover {
    background-color: #49c6e5;
    transition: all 0.3s ease-in-out;
}

.home .icon-item .twitter:hover i {
    color: #fff;
}

.home .icon-item .instagram {
    border: 1px solid #b6317a;
    transition: all 0.3s ease-in-out;
}

.home .icon-item .instagram i {
    color: #b6317a;
    transition: all 0.3s ease-in-out;
}

.home .icon-item .instagram:hover {
    background-color: #b6317a;
    transition: all 0.3s ease-in-out;
}

.home .icon-item .instagram:hover i {
    color: #fff;
}

.home .icon-item .pinterest {
    border: 1px solid #c71f1f;
    transition: all 0.3s ease-in-out;
}

.home .icon-item .pinterest i {
    color: #c71f1f;
    transition: all 0.3s ease-in-out;
}

.home .icon-item .pinterest:hover {
    background-color: #c71f1f;
    transition: all 0.3s ease-in-out;
}

.home .icon-item .pinterest:hover i {
    color: #fff;
}

.home .home-link {
    transition: all 0.5s ease-in-out;
}

.home .home-link .read-link {
    position: relative;
    display: inline-block;
}

.home .home-link .read-link::before {
    content: "";
    position: absolute;
    height: 8px;
    width: 100%;
    background-color: rgba(47, 180, 174, 0.3);
    bottom: 0;
}

.home .home-link .btn-link-warning::before {
    content: "";
    background-color: rgba(255, 205, 0, 0.3);
}

.home .home-link .btn-link-denger::before {
    content: "";
    background-color: rgba(199, 31, 31, 0.3);
}

.home .home-link .btn-link-blue::before {
    content: "";
    background-color: rgba(37, 88, 171, 0.3);
}

.home .home-link .btn-link-icon {
    transition: all 0.5s ease-in-out;
}

.home .home-link:hover .btn-link-icon {
    transform: translateX(10px);
}

.home .tns-outer .tns-controls {
    position: absolute;
    bottom: 50px;
    z-index: 1;
}

.home .tns-outer .tns-controls button {
    border-radius: 50px;
    height: 35px;
    width: 35px;
    margin: 5px;
    background-color: #fff;
    transition: all 0.5s ease-in-out;
    border: 2px solid rgba(151, 151, 151, 0.5);
    color: rgba(28, 47, 80, 0.5);
}

.home .tns-outer .tns-controls button.active,
.home .tns-outer .tns-controls button:active,
.home .tns-outer .tns-controls button:focus {
    height: 40px;
    width: 40px;
    background-color: #979797;
    color: #fff;
}

@media (max-width: 1200px) {
    .home {
        min-height: 100%;
        padding: 120px 0;
    }

    .home .tns-outer .tns-controls {
        bottom: 0;
    }
}

.home-2 {
    min-height: 100vh;
    align-items: center;
    display: flex;
    padding-top: 220px;
    background-color: rgba(37, 88, 171, 0.05);
}

.home-2 .welcome-text {
    position: absolute;
    transform: rotate(90deg);
    top: 50%;
    right: -10%;
    opacity: 0.1;
    z-index: 1;
}

.home-2 .welcome-text p {
    font-size: 200px;
    font-weight: 700;
}

.home-2 .watch-video .video-play-icon i {
    box-shadow: 0 0 0 0 #2596be;
    animation: pulse 2s infinite;
    font-size: 30px;
    line-height: 4rem;
}

.home-2 .home-icon {
    position: absolute;
    border: 2px solid rgba(151, 151, 151, 0.2);
    border-radius: 20px;
    padding: 10px;
    left: -8%;
    bottom: 40%;
}

.home-2 .home-icon .social-icon {
    opacity: 0.5;
}

.home-2 .home-icon .social-icon:hover {
    opacity: 1;
}

@keyframes pulse {
    50% {
        box-shadow: 0 0 0 30px rgba(132, 223, 219, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(132, 223, 219, 0);
    }
}

.home-3 {
    background-image: url(../images/home/home-3/bg3.png);
    background-size: cover;
}

.home-3 .hero-bg {
    height: 100vh;
    z-index: -1;
}

.home-3 .hero-bg .swiper-slide {
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(37, 88, 171, 0.05);
}

.home-3 .hero-bg .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-3 .hero-bg .swiper-pagination-bullet {
    width: 8px;
    height: 30px;
    background-color: #979797 !important;
    border-radius: 5px;
}

.home-3 .hero-bg .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #2596be !important;
}

.home-3 .hero-bg .home-content,
.home-3 .hero-bg .bottom-box {
    box-shadow: 0px 3px 10px 0px rgba(28, 47, 80, 0.08);
    padding: 30px;
    border-radius: 30px;
    background-color: #fff;
}

.home-3 .hero-bg .home-content .user-icon,
.home-3 .hero-bg .bottom-box .user-icon {
    background-color: #2596be;
    outline: 10px solid rgba(47, 180, 174, 0.4);
    border-radius: 50%;
    text-align: center;
}

.home-3 .hero-bg .home-bg-image {
    border-radius: 30px;
    padding: 20px;
    box-shadow: 0px 3px 10px 0px rgba(28, 47, 80, 0.08);
    background-color: #fff;
}

.home-3 .hero-bg .home-bg-image img {
    border-radius: 30px;
}

.home-3 .hero-bg .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 40px 10px;
    display: block;
    transform: rotate(90deg);
}

.home-3 .hero-bg .hero-slider .swiper-pagination-bullet {
    width: 30px;
    height: 8px;
    background-color: #fff;
    border-radius: 5px;
}

.home-3 .pt-100 {
    padding-top: 100px;
}

.home-3 .typewrite > .wrap {
    border-right: 0.08em solid #000000;
}

.home-4 {
    min-height: 100vh;
    align-items: center;
    display: flex;
    background-color: rgba(37, 88, 171, 0.05);
}

.home-4 .bg-overlay-image {
    background-position: center;
    animation: ani-bg 3s infinite alternate;
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    background-image: url(../images/home/home-4/bg4.png);
}

@keyframes ani-bg {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(100px);
    }
}

.home-4 .my-name {
    padding: 20px 30px;
    background-color: #fff;
    display: inline-block;
    border-radius: 20px;
    position: absolute;
    top: 20%;
    box-shadow: 0px 3px 10px 0px rgba(28, 47, 80, 0.08);
    left: 10%;
}

.home-4 .my-name::after {
    content: "";
    position: absolute;
    height: 20px;
    width: 220px;
    background-color: #fff;
    bottom: -10px;
    border-radius: 20px;
    display: inline-block;
    left: 12px;
    z-index: -1;
    box-shadow: 0px 3px 10px 0px rgba(28, 47, 80, 0.08);
}

.home-4 .contact {
    position: absolute;
    top: 45%;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    right: 0%;
    z-index: 999;
}

.home-4 .work {
    position: absolute;
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
    top: 45%;
    z-index: 999;
}

.home-4 .experience {
    position: absolute;
    padding: 20px;
    border-radius: 20px;
    bottom: 20%;
    left: 10%;
    z-index: 999;
}

.home-4 .cretifid {
    position: absolute;
    padding: 20px;
    border-radius: 20px;
    bottom: 20%;
    right: 8%;
    background-color: #fff;
    box-shadow: 0px 3px 10px 0px rgba(28, 47, 80, 0.08);
    z-index: 999;
}

.home-4 .text {
    position: absolute;
    top: 20%;
    right: 10%;
    z-index: 999;
}

.home-4 .bottom-text {
    position: absolute;
    bottom: 2%;
    right: 0%;
    z-index: 999;
}

.home-5 {
    min-height: 100vh;
    align-items: center;
    display: flex;
    position: relative;
    background-image: url(../images/home/home-5/img-1.png);
    background-repeat: no-repeat;
}

.home-5 .rounded-image {
    display: none;
}

.home-5 .home-content .home5-slider img {
    opacity: 0.5;
    width: 120px;
    transition: all 0.5s ease-in-out;
}

.home-5 .home-content .home5-slider img:hover {
    opacity: 0.8;
}

.home-5 .my-process {
    position: absolute;
    transform: rotate(270deg);
    top: 50%;
    left: -45%;
}

.home-5 .my-process a {
    color: rgba(151, 151, 151, 0.5);
    transition: all 0.5s;
}

.home-5 .my-process a:hover {
    color: #2596be;
}

.home-6 .top-home {
    position: relative;
    background-color: #fff;
}

.home-6 .bottom-item {
    background-color: #000000;
    padding: 20px 0;
    position: relative;
}

.home-6 .bottom-item .video-button {
    position: absolute;
    top: -20px;
    text-align: center;
    outline: 10px solid #000000;
    border-radius: 50%;
    left: 50%;
}

.home-6 .bottom-item .border-topup {
    border-left: 2px solid #2596be;
    height: 40px;
}

.home-6 .bottom-item .home6-slider .item img {
    border-radius: 20px;
}

@media (max-width: 1600px) {
    .home-5 {
        background-image: none !important;
    }

    .home-5 .rounded-image {
        display: block;
    }

    .home-5 .my-process {
        position: absolute;
        transform: rotate(270deg);
        top: 50%;
    }

    .home-2 .welcome-text {
        right: -20% !important;
        opacity: 0.05;
    }
}

@media (max-width: 1350px) {
    .home-2 .home-icon {
        display: none;
    }
}

@media (max-width: 992px) {
    .home-2 {
        padding-bottom: 0 !important;
    }

    .home-2 .welcome-text {
        right: -20% !important;
    }

    .home-2 .welcome-text p {
        font-size: 150px !important;
    }

    .home-5 .my-process {
        display: none;
    }

    .home-3 {
        padding: 200px 0;
    }

    .home,
    .home-2,
    .home-4,
    .home-5 {
        padding: 150px 0;
    }

    .top-home {
        padding-top: 65px;
    }
.chiltan-home{
    padding-top: 20px!important;
}
    .bottom-item .border-topup {
        display: none;
    }

    .home-4 .my-name,
    .home-4 .contact,
    .home-4 .work,
    .home-4 .cretifid,
    .home-4 .text,
    .home-4 .bottom-text,
    .home-4 .experience {
        position: relative;
        left: 0;
    }
}

@media (max-width: 768px) {
    .home-2 {
        padding-bottom: 0 !important;
    }

    .home-2 .welcome-text {
        right: -35% !important;
    }

    .home-2 .welcome-text p {
        font-size: 150px !important;
    }
}

body[data-layout-mode="dark"] .home {
    background-color: #343f4b !important;
}

body[data-layout-mode="dark"] .home .home-title {
    color: #fff !important;
}

body[data-layout-mode="dark"] .home .read-link {
    color: #979797 !important;
}

body[data-layout-mode="dark"] .home .tns-outer .tns-controls button {
    background-color: #303841;
    color: #fff;
}

body[data-layout-mode="dark"] .home .tns-outer .tns-controls button.active,
body[data-layout-mode="dark"] .home .tns-outer .tns-controls button:active,
body[data-layout-mode="dark"] .home .tns-outer .tns-controls button:focus {
    background-color: #979797;
}

body[data-layout-mode="dark"] .home-2 {
    background-color: #343f4b !important;
    color: #fff !important;
}

body[data-layout-mode="dark"] .home-2 p a {
    color: #fff !important;
}

body[data-layout-mode="dark"] .home-3 {
    background-color: #303841 !important;
    color: #fff !important;
}

body[data-layout-mode="dark"] .home-3 .home-bg-image,
body[data-layout-mode="dark"] .home-3 .home-content {
    background-color: #343f4b !important;
}

body[data-layout-mode="dark"] .home-3 .home-bg-image h4,
body[data-layout-mode="dark"] .home-3 .home-content h4 {
    color: #fff !important;
}

body[data-layout-mode="dark"] .home-3 .home-bg-image .home-title span:first-child,
body[data-layout-mode="dark"] .home-3 .home-content .home-title span:first-child {
    color: #fff !important;
}

body[data-layout-mode="dark"] .home-3 .home-bg-image .home-title span:last-child,
body[data-layout-mode="dark"] .home-3 .home-content .home-title span:last-child {
    color: #2596be !important;
}

body[data-layout-mode="dark"] .home-3 .bottom-box {
    background-color: #343f4b !important;
}

body[data-layout-mode="dark"] .home-4 {
    background-color: #343f4b !important;
}

body[data-layout-mode="dark"] .home-4 .my-name,
body[data-layout-mode="dark"] .home-4 .contact,
body[data-layout-mode="dark"] .home-4 .work,
body[data-layout-mode="dark"] .home-4 .cretifid,
body[data-layout-mode="dark"] .home-4 .experience {
    background-color: #303841 !important;
    color: #fff;
}

body[data-layout-mode="dark"] .home-4 .contact .icon i {
    color: #fff !important;
}

body[data-layout-mode="dark"] .home-4 .video-play-icon i {
    color: #fff !important;
}

body[data-layout-mode="dark"] .home-4 .bg-overlay-image {
    background-image: none !important;
}

body[data-layout-mode="dark"] .home-5 {
    background-color: #343f4b;
    color: #fff !important;
}

body[data-layout-mode="dark"] .home-6 .top-home {
    background-color: #343f4b !important;
    color: #fff;
}

body[data-layout-mode="dark"] .home-6 .top-home p {
    color: rgba(255, 255, 255, 0.5) !important;
}

body[data-layout-mode="dark"] .home-6 .bottom-item {
    background-color: #343f4b !important;
}

body[data-layout-mode="dark"] .home-6 .bottom-item .video-button {
    outline: 10px solid #343f4b !important;
}

body[data-layout-mode="dark"] .home-6 .bottom-item .video-button i {
    color: #fff !important;
}

.about-me {
    background-color: #fff;
}
.about-me h2{
    font-size:55px;
}
.about-me p{
        font-size: 16px !important;
    line-height: 28px;
}
.about-me .about-image img {
    padding-right:60px;
    z-index: 999;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .about-me .about-image img {
    padding-right:0px;
}
 .about-me h2{
    font-size:45px;
}

.about-me p{
    font-size: 16px !important;
    line-height: 22px;
}   
}
@media screen and (min-width: 320px) and (max-width: 991px) {
 .about-me h2{
    font-size:45px;
}
.about-me p{
    font-size: 16px !important;
    line-height: 22px;
}   
.about-me .about-image img {
    padding-right:0px;
}
}
@media screen and (min-width: 1600px) {
   .about-me .about-image img {
    padding-right:70px;
} 
.about-me h2{
    font-size:60px;
}
/*.about-me p{*/
/*        font-size: 20px !important;*/
/*    line-height: 38px;*/
/*}*/
}
.about-me .about-box {
    /* border-radius: 20px;
    box-shadow: 0px 3px 10px 0px rgba(28, 47, 80, .08) */
}

.about-me .about-box .progress .progress-bar {
    animation: bg-change 6s linear infinite;
}

.about-me .nav-pills .nav-item .nav-link {
    color: #979797;
    margin: 0 10px;
}

.about-me .nav-pills .nav-item .nav-link.active,
.about-me .nav-pills .nav-item .nav-link:focus {
    background-color: #2596be;
    color: #fff;
}

.about-me .experience .border-left::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: rgba(151, 151, 151, 0.2);
    border-radius: 50px;
    left: 50%;
}

.about-me .experience .border-left::before {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    animation: bg-change 6s linear infinite;
    border-radius: 50px;
    left: 42%;
    z-index: 999;
    top: 40px;
    transform: translateY(-50%);
}

.about-me .image-round::before {
    content: "";
    position: absolute;
    height: 500px;
    width: 500px;
    animation: bg-change 6s linear infinite;
    border-radius: 100%;
    opacity: 0.5;
    left: 30px;
    top: 30px;
}

.about-me .about-image {
    position: relative;
}



@keyframes color-change {
    0%,
    100% {
        border-color: #2596be;
    }

    25% {
        border-color: #2558ab;
    }

    50% {
        border-color: #c71f1f;
    }

    75% {
        border-color: #ffcd00;
    }
}

@keyframes bg-change {
    0%,
    100% {
        background-color: #2596be;
    }

    25% {
        background-color: #2558ab;
    }

    50% {
        background-color: #c71f1f;
    }

    75% {
        background-color: #ffcd00;
    }
}

@media (max-width: 760px) {
    .image-round::before {
        content: "";
        height: 400px !important;
        width: 400px !important;
    }
}

@media (max-width: 460px) {
    .image-round::before {
        content: "";
        height: 350px !important;
        width: 350px !important;
    }
}

@media (max-width: 420px) {
    .image-round::before {
        content: "";
        height: 300px !important;
        width: 300px !important;
    }
}

@media (max-width: 360px) {
    .image-round::before {
        content: "";
        height: 250px !important;
        width: 250px !important;
    }
}

body[data-layout-mode="dark"] .about-me {
    background-color: #303841 !important;
    color: #fff !important;
}

body[data-layout-mode="dark"] .about-me .about-box {
    background-color: rgba(52, 63, 75, 0.3);
}

.service {
    background-color: rgba(37, 88, 171, 0.05);
}

.service .info-item {
    border-radius: 20px;
    background-color: #fff;
    transition: all 0.5s ease-in-out;
    border:2px solid grey;
    padding:2.5rem 1.7rem!important;
}

.service .info-item .avatar-sm {
    border-radius: 10px;
}

.service .info-item:hover {
    transform: translateY(-12px);
}

body[data-layout-mode="dark"] .service {
    background-color: #343f4b !important;
    color: #fff !important;
}

body[data-layout-mode="dark"] .service .info-item {
    background-color: #303841 !important;
}

.testimonial {
    background-color: rgba(37, 88, 171, 0.05);
}

.testimonial .swiper-slide {
    text-align: start;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    padding: 20px;
    opacity: 0.5;
    background-color: transparent;
    border-radius: 30px;
    margin-top: 40px;
}

.testimonial .swiper-slide-active {
    animation: color-change 6s linear infinite;
    border: 3px solid;
    opacity: 1;
    box-shadow: 0px 3px 10px 0px rgba(28, 47, 80, 0.08);
    margin-top: -30px;
    transition: all 0.5s ease-out;
}

.testimonial .user-image {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-35px, -35px);
}

.testimonial .swiper-pagination {
    bottom: 15%;
}

.testimonial .section-bottom-shape-two {
    position: absolute;
    top: -45%;
    right: 0;
}

.testimonial .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
}

.testimonial .swiper-pagination-bullet-active {
    opacity: 1;
    background: #000 !important;
    width: 12px;
    height: 12px;
    vertical-align: middle !important;
}

.shape-1 {
    position: absolute;
    left: 10%;
    animation: translate 6s linear infinite;
}

.shape-2 {
    position: absolute;
    bottom: 10%;
    right: 20%;
    animation: translate 10s linear infinite;
}

.shape-3 {
    position: absolute;
    animation: translatescale 4s linear infinite;
    top: 10%;
    right: 30%;
}

@keyframes translate {
    0% {
        transform: translatey(0px);
    }

    20% {
        transform: translatey(50px);
    }

    60% {
        transform: rotate(-180deg);
    }

    100% {
        transform: translatey(0px);
    }
}

@keyframes translatescale {
    0% {
        transform: translatey(0px);
    }

    20% {
        transform: translatey(50px);
    }

    40% {
        transform: scale(1.2);
    }

    80% {
        transform: rotate(80deg);
    }

    100% {
        transform: translatey(0px);
    }
}

@media (max-width: 1320px) {
    .testi-slider .section-bottom-shape-two {
        top: -40%;
    }
}

@media (max-width: 992px) {
    .testi-slider .section-bottom-shape-two {
        display: none;
    }
}

body[data-layout-mode="dark"] .testimonial {
    background-color: #343f4b !important;
    color: #fff !important;
}

body[data-layout-mode="dark"] .testimonial .swiper-slide .user-info h5 {
    color: #fff !important;
}

body[data-layout-mode="dark"] .testimonial .swiper-pagination-bullet-active {
    background: #fff !important;
}

.counter .counter-item {
    padding: 20px;
    background-color: rgba(37, 88, 171, 0.05);
    border-radius: 20px;
}

body[data-layout-mode="dark"] .counter {
    background-color: #303841 !important;
    color: #fff !important;
}

body[data-layout-mode="dark"] .counter .counter-item {
    background-color: #343f4b !important;
}

.pricing .nav-pills .nav-item {
    margin: 0 10px;
}

.pricing .nav-pills .nav-item .nav-link {
    border-radius: 10px;
    padding: 15px;
    color: #000000;
}

.pricing .nav-pills .nav-item .nav-link .nav-icon {
    display: none;
    transition: all 0.5s ease-in-out;
}

.pricing .nav-pills .nav-item .nav-link.active,
.pricing .nav-pills .nav-item .nav-link:active,
.pricing .nav-pills .nav-item .nav-link:focus {
    background-color: rgba(37, 88, 171, 0.05);
    transition: all 0.5s ease-in-out;
}

.pricing .nav-pills .nav-item .nav-link.active .nav-icon,
.pricing .nav-pills .nav-item .nav-link:active .nav-icon,
.pricing .nav-pills .nav-item .nav-link:focus .nav-icon {
    display: block;
}

.pricing .pricing-item {
    margin-top: 20px;
    transition: all 0.5s ease-in-out;
}

.pricing .pricing-item .top-bar {
    border-radius: 0 30px 0 30px;
    border: 2px solid rgba(151, 151, 151, 0.2);
    border-bottom: 2px dashed rgba(151, 151, 151, 0.2);
    transition: all 0.5s ease-in-out;
}

.pricing .pricing-item .top-bar .price-tag {
    transition: all 0.5s ease-in-out;
}

.pricing .pricing-item .bottom-bar {
    border-radius: 0px 0px 0 30px;
    border: 2px solid rgba(151, 151, 151, 0.2);
    border-top: none !important;
}

.pricing .pricing-item .bottom-bar ul li {
    color: #979797;
}

.pricing .pricing-item.active-border .top-bar {
    animation: color-change 6s linear infinite;
    border: 2px solid;
    border-bottom: 2px dashed;
}

.pricing .pricing-item.active-border .bottom-bar {
    animation: color-change 6s linear infinite;
    border: 2px solid;
    border-top: none !important;
}

.pricing .pricing-item:hover {
    transition: all 0.5s ease-in-out;
}

.pricing .pricing-item:hover .top-bar {
    background-color: #000000;
    color: #fff !important;
}

.pricing .pricing-item:hover .top-bar .price-tag h2 {
    color: #fff !important;
}

body[data-layout-mode="dark"] .pricing {
    background-color: #303841 !important;
    color: #fff !important;
}

body[data-layout-mode="dark"] .pricing .nav-item button {
    background-color: #343f4b !important;
    color: #fff !important;
}

body[data-layout-mode="dark"] .pricing .pricing-item .price-tag h2 {
    color: #fff !important;
}

body[data-layout-mode="dark"] .pricing .pricing-item:hover .top-bar {
    background-color: #343f4b !important;
}

.my-work {
    background-color: rgba(37, 88, 171, 0.05);
}

.my-work .work-slider .work-image img {
    border-radius: 50px;
}

.my-work .work-slider .work-image .image-title {
    position: absolute;
    top: 0;
    color: #000000;
}

.my-work .work-slider .work-image .image-title p {
    color: rgba(28, 47, 80, 0.8);
}

.my-work .tns-controls {
    bottom: 0;
}

.my-work .tns-controls button {
    height: 40px;
    width: 40px;
    border-radius: 50px;
    margin: 30px 10px;
    background-color: transparent;
    border: 2px solid #2596be;
    color: #2596be;
}

body[data-layout-mode="dark"] .my-work {
    background-color: #343f4b !important;
    color: #fff !important;
}

.blog .blog-item {
    border-radius: 10px;
}

.blog .blog-item .blog-image {
    position: relative;
}

.blog .blog-item .blog-image img {
    border-radius: 20px;
}

.blog .blog-item .blog-image .blog-image-icon {
    height: 3.8rem;
    width: 3.8rem;
    line-height: 3.4rem;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    bottom: -15%;
    left: 10%;
    border: 4px solid #fff;
}

.blog .blog-item .blog-content a {
    color: #000000 !important;
    transition: all 0.5s;
}

.blog .blog-item .blog-content a:hover {
    color: #2596be !important;
}

body[data-layout-mode="dark"] .blog {
    background-color: #303841 !important;
    color: #fff;
}

body[data-layout-mode="dark"] .blog .blog-item {
    background-color: #343f4b;
}

body[data-layout-mode="dark"] .blog .blog-image-icon {
    border: 4px solid #303841 !important;
}

body[data-layout-mode="dark"] .blog .blog-content a {
    color: #979797 !important;
}

.contact {
    padding-bottom: 50px;
}

.contact .contact-item .custom-form {
    padding: 40px;
}

.contact .contact-item .custom-form .contact-form {
    margin-bottom: 15px;
    box-shadow: none !important;
    height: 48px;
    padding-left: 20px;
    border: 1px solid #efefef;
    font-size: 15px;
    border-radius: 0;
    z-index: 1;
    border: none !important;
    border-bottom: 1px solid rgba(151, 151, 151, 0.5) !important;
}

.contact .contact-item .custom-form .contact-form:focus,
.contact .contact-item .custom-form .contact-form:active,
.contact .contact-item .custom-form .contact-form.active {
    border-color: #2596be !important;
}

.contact .contact-item .custom-form ::placeholder {
    color: rgba(151, 151, 151, 0.7) !important;
}

.contact .contact-item .custom-form .form-check-input:checked {
    background-color: #2596be;
    border-color: #2596be;
}

.contact .contact-item .custom-form .form-check-input:focus,
.contact .contact-item .custom-form .form-check-input:active {
    box-shadow: none !important;
}

.contact .contact-item .custom-form .form-section {
    z-index: 1;
    position: relative;
    bottom: -100px;
}

body[data-layout-mode="dark"] .contact {
    background-color: #343f4b !important;
    color: #fff !important;
}

body[data-layout-mode="dark"] .contact .custom-form {
    background-color: #303841 !important;
}

body[data-layout-mode="dark"] .contact .custom-form .form-control {
    background-color: #303841 !important;
}

body[data-layout-mode="dark"] .contact .custom-form .form-group .form-control {
    background-color: #303841 !important;
}

.footer {
    background-color: #2596be;
    padding: 50px 0;
}
.footer i{
        color: black;
    font-size: 21px;
    
}

.footer .footer-text li {
    margin: 10px 0;
}

.footer .footer-text li a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    transition:  0.3s;
}

.footer .footer-text li:hover a {
    color: #000;
}

.footer .linkedin-box {
    background-color: rgba(47, 180, 174, 0.1);
    padding: 20px;
    border-radius: 14px;
}

.footer .linkedin-box a {
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.footer .linkedin-box::before {
    content: "";
    position: absolute;
    bottom: -26px;
    left: 30px;
    transform: rotate(-65deg);
    border-top: 35px solid #1e3c5a;
    border-right: 10px solid transparent;
    border-bottom: 0;
    border-left: 50px solid transparent;
    z-index: 1;
}

.footer .linkedin-box:hover a {
    color: #2596be;
}

.footer .input-group .input-group-text {
    border: none !important;
}

.footer .icon-item .social-icon {
    border-radius: 18px 18px 18px 0;
    border: 1px dashed rgba(47, 180, 174, 0.2);
    text-align: center;
    margin: 0 5px;
    transition: all 0.5s ease-in-out;
    color: #fff;
}

.footer .icon-item .social-icon:hover {
    background-color: #2596be;
    color: #fff;
}

.bottom-footer {
    background-color: #15233b;
}

@media (max-width: 1200px) {
    .footer .linkedin-box::before {
        bottom: -28px;
    }
}

@media (max-width: 992px) {
    .footer .linkedin-box::before {
        display: none;
    }
}

body[data-layout-mode="dark"] .footer {
    background-color: #303841 !important;
}

body[data-layout-mode="dark"] .footer .linkedin-box {
    background-color: #343f4b !important;
}

body[data-layout-mode="dark"] .footer .linkedin-box::before {
    border-top: 35px solid #343f4b;
}

body[data-layout-mode="dark"] .bottom-footer {
    background-color: #343f4b !important;
}

.about-me .experience .position-relative {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 10px 20px;
    margin-bottom: 15px;
}

.achieve-border {
    position: absolute;
    width: 10px;
    height: 60px;
    background-color: #2596be;
    left: 0px;
    top: 24px;
}

.box-affiliation {
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;*/
    border:2px solid grey;
    background-color:#fff;
}
.box-affiliation h5{
    font-size:18px!important;
}

@media (max-width: 667px) {
    .achievement-image {
        height: 350px;
    }
}

@media only screen and (max-width: 425px) {
 
.footer-first{
    display:block!important;
}
.footer-first p{
    padding-left:0px!important;
}

}
@media only screen and (min-width: 1600px) {
    .service .info-item{
            padding: 3.5rem 1.5rem!important;
    }
}


.career{
    background-color:#f0ffff;
}
.gallery{
    background-color:#ffffff;
    padding:30px 60px;
    border:2px solid grey;
    border-radius:10px;
}
.gallery h4{
color:#0b71b0;
margin-bottom:30px;
font-size:35px;
}
@media screen and (min-width: 375px) and (max-width: 991px) {
 .gallery{
    padding:20px 25px;
}   
}
.ideas{
    background-color:#f0ffff;
    padding:100px 0px;
}
.ideas-second {
    position:relative;
    margin-bottom:150px;
}
.ideas-first {
    margin-bottom:175px;
}
.ideas-second p{
    line-height:19px!important; padding-right: 30px;
}
.ideas-second .second{
    position: absolute;
    right: 0px;
    bottom: -75px;
    padding: 0px 40px;
}
.ideas-second .second img{
    width:625px;
}
.ideas-first p{
    padding-left:30px;
}
.ideas-first .second{
padding-left:3rem;
}
.idea-team .idea-team-2 {
    margin: 0px 90px;
    background-image: url('../images/key.png' );
    background-repeat:no-repeat;
    background-size:contain;
    background-position: center 10px;
}
.idea-team-2 h3{
    padding-top:50px;
}
.idea-team-second{
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .ideas-second .second{
    bottom: 0px;
    top:60px;
}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .order-sm-1 {
     order: 1!important; 
     }
    .order-sm-2 {
     order: 2!important; 
     }
     .idea-team {
        padding-right: var(--bs-gutter-x,.75rem)!important;
    padding-left: var(--bs-gutter-x,.75rem)!important;
     }
     .success-story .pe-5{
         padding-right:0px!important;
     }
     .container{
             padding-right: var(--bs-gutter-x,1.4rem);
             padding-left: var(--bs-gutter-x,1.4rem);
     }
}
@media screen and (min-width: 320px) and (max-width: 991px) {
    .ideas{padding:50px 0px;}
    .ideas-second p{ padding-right: 0px;}
    .ideas-first .second{ padding-left:0rem;}
    .ideas-first .second p{ padding-left:0rem;}
    .ideas-first {margin-bottom:50px;}
    .ideas-second {margin-bottom:50px;}
    .idea-team-second{margin-bottom:50px}
    .ideas-second .second{
        text-align: center;
        position: relative; 
        right: 0px;
        bottom: 0;
        padding: 5px 40px 77px;
    }
     .idea-team .idea-team-2 {
    margin: 0px 27px 40px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .idea-team .idea-team-2 {
    margin: 0px 9px;
    }
    .idea-team .idea-team-2 p{
            line-height: 18px!important;
            font-size: 13px !important;
    }
}
@media screen and (min-width: 1561px) and (max-width: 1920px) {
    .idea-team .idea-team-2 {
    margin: 0px 190px;
    }
    .idea-team .idea-team-2 p{
            line-height: 21px!important;
    }
}
@media screen and (min-width: 1921px) and (max-width: 2560px) {
    .idea-team .idea-team-2 {
    margin: 0px 190px;
    }
    .idea-team .idea-team-2 p{
            line-height: 25px!important;
            font-size: 19px!important;
    }
}
.career .qualification{
    margin-top: 1.5rem;
}
.career .qualification-main{
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}
.career-top .content-area{
        margin-top: 125px;
}
.career-top{
        height:90vh;
}
@media screen and (min-width: 375px) and (max-width: 767px) {
    .career-home{
        margin-top:50px;
        background-size: auto!important;
    }
    .career-top{
        height:500px!important;
        padding:0px 15px 0px 15px;
    }
    .career-top .content-area{
        margin-top: 0px;
    }
    .career .qualification-main {
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    }
    .gx-5 {
    --bs-gutter-x: 0rem;
}
.career .qualification{
    margin-top: 0rem!important;
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .career-top{
        height:89vh!important;
        padding-left: 30px;
    }
    .career-top .content-area{
        margin-top: 0px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .career-top{
        height:100vh!important;
        padding-left: 30px;
    }
}
@media screen and (min-width: 1367px) and (max-width: 1440px) {
    .career-top{
        height:93vh!important;
    }
}
@media screen and (min-width: 1441px) and (max-width: 1920px) {
    .career-top{
        height:90vh!important;
    }
}
@media screen and (min-width: 1921px) and (max-width: 2560px) {
    .career-top{
        height:72vh!important;
    }
}
.company-container{
    margin-bottom: 120px;
}
.service-container{
    margin-bottom: 120px;
    background-image: url('../images/service-back.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 100px 0px;
}
.company-info{
   padding: 0px 11%;
    margin-bottom: 100px;
}
.service-info{
    padding-right:16%;
    margin-top:30px;
}
.service-card1
{
    background-color: #1c5c72;
    border-radius: 68px 68px 40px 40px;
    padding: 0px 0px 0px 0px;
    text-align:center;
        margin: 0px 10px;
}
.service-card1 .service-inner
{
    border-radius: 65px 65px 65px 65px;
    border: 1px solid gray;
    padding: 14px 0px 6px 0px;
}
.service-card1 img{
      height: 140px;
      width: 140px;
    border-radius: 100%;
    border: 4px solid #1c5c72;
    margin-bottom: 15px;
}
.service-card1 h6{
    background-color: #1c5c72;
    padding: 20px 0px 20px 0px;
    border-radius: 0px 0px 65px 65px;
    line-height: 20px;
        border: 1px solid gray;
}

.service-card2
{
    background-color: #59717f;
    border-radius: 68px 68px 40px 40px;
    padding: 0px 0px 0px 0px;
    text-align:center;
        margin: 0px 10px;
}
.service-card2 .service-inner
{
    border-radius: 65px 65px 65px 65px;
    border: 1px solid gray;
    padding: 14px 0px 6px 0px;
}
.service-card2 img{
      height: 140px;
      width: 140px;
    border-radius: 100%;
    border: 4px solid #59717f;
    margin-bottom: 15px;
}
.service-card2 h6{
    background-color:  #59717f;
    padding: 20px 0px 20px 0px;
    border-radius: 0px 0px 65px 65px;
    line-height: 20px;
        border: 1px solid gray;
}
.career-info
{
    /*background-image: url(../images/career-back.png);*/
    /*background-size: 100%;*/
    /*background-repeat: no-repeat;*/
    padding:0px 0px 0px 17%;
}
.career-start{
    margin-bottom: 100px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .career-info
    {
        padding:0px 7%;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
 .career-info
    {
        margin-top: 40px;
    }
    .company-info {
        margin-bottom: 0px;
          padding:0px 4%;
    }
    .company-info p{
        font-size:12px!important;
        line-height:15px!important;
    }
    .company-container {
        margin-bottom:70px;
}

  .service-info{
   padding-right:0px!important;
  }
  .service-container {
        margin-bottom:70px;
        background-size:cover;
}
.service-card1 {
        margin: 0px 40px;
}
.service-card2 {
    margin: 0px 40px;
}
.project-info h3{
 font-size:35px!important;
  text-align:center;
}
}

@media screen and (min-width: 320px) and (max-width: 767px) {
 .career-info
    {
        padding:0px 5%;
        margin-top: 40px;
    }
     .company-info {
        margin-bottom: 0px;
          padding:0px 4%;
          margin-top: 35px;
    }
     .company-info p{
        font-size:12px!important;
        line-height:15px!important;
    }
    .company-container {
        margin-bottom:35px;
}
  .service-info{
   padding-right:0px!important;
  }
  .service-container {
        margin-bottom:35px;
        background-size:cover;
}

.service-card1 {
        margin: 0px 65px;
}
.service-card2 {
    margin: 0px 65px;
}
.project-info h3{
 font-size:35px!important;
  text-align:center;
}
}
.achievement-container{
    padding-top:80px;
    padding-bottom:40px;
    background-color: #ebeae8;
    border-top: 2px solid #000;
}
.achievement-img{
    padding: 13px;
    position: relative;
    bottom: 242px;
    margin-bottom: -242px;
    background-color: #ebeae8;
    border-top: 2px solid #000;
}
.achievement-img::before {
    content: "";
    height: 160px;
    background: #000;
    width: 2px;
    position: absolute;
    left: 0px;
    /* margin-bottom: 23px; */
    top: 0px;
}
.achievement-img::after {
    content: "";
    height: 160px;
    background: #000;
    width: 2px;
    position: absolute;
    right: 0px;
    /* margin-bottom: 23px; */
    top: 0px;
}
.achievement-data h5{
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 2px;
}
.achievement-data .date{
    margin-bottom: 6px!important;
    font-weight: 600!important;
    font-size: 12px !important;
}
.achievement-data p{
    font-size: 12px !important;
}
.achieve-info{
    border:2px solid #000;
}
.middle-achieve{
    padding:30px 20px 0px 20px;
}
.middle-achieve  h6{
       font-size: 25px;
    font-weight: 500;
    margin-bottom: 5px;
}
.middle-achieve  p{
        font-size: 14px;
    line-height: 20px;
    text-align: justify;
}
.achieve-title{
    position: absolute;
    left: 36%;
    bottom: 185px;
    color: #fff!important;
    font-size: 55px!important;
}
.achievement-data .more-text{
        display: none;
    }

.video-slider{
    background-color:#f0ffff;
    padding:90px 0px;
}

.video-slider .carousel-indicators button{
      background-color:#ffffff;
      border:1px solid #000!important;
      border-radius:100%!important;
      width:15px!important;
      height:15px!important;
}
.video-slider .carousel-indicators .active{
      background-color:#000;
}
.video-slider p{
    font-size: 15px!important;
    line-height: 20px!important;
        margin-bottom: 100px;
}
.video-slider .container{
    padding:40px;
    border:2px solid grey;
    border-radius:30px;
}
.video-slider .carousel-control-next-icon {
    background-image:url(../images/right-arrow.PNG)!important;
        width: 4rem!important;
    height: 5rem!important;
}
.video-slider .carousel-control-prev-icon {
    background-image:url(../images/left-arrow.PNG)!important;
        width: 4rem!important;
    height: 5rem!important;
}
@media screen and (min-width: 1440px) and (max-width: 1920px) {
    .achieve-title {
    left: 39%;
    bottom: 225px;
}
.achievement-img img{
    width:98%;
}
 .achievement-data {
    padding: 20px!important;
 }
 .achievement-data p {
    font-size: 15px !important;
}
.achievement-data h5 {
    font-size: 19px!important;
}
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .achievement-data h5{
      font-size:14px!important;
  }
  .achievement-data p{
      line-height: 1.2em;!important;
      font-size:11px!important;
  }
  .middle-achieve h5{
      font-size:20px!important;
  }
  .middle-achieve p {
    font-size: 12px!important;
    line-height: 17px!important;
  }
.achieve-title {
    bottom: 170px;
    font-size: 40px!important;
 }
}
@media screen and (min-width: 320px) and (max-width: 991px) {
.achieve-head img{
        height: 342px!important;
}
.achieve-head{
       margin-top: 0px!important;
}
.achieve-title {
    left: 33%!important;
    bottom: 135px!important;
    font-size: 40px!important;
}
.achievement-container{
    border-top:none!important;
    padding-top: 70px!important;
    padding-bottom: 15px!important;
}
.achievement-img {
    padding: 0px;
     bottom: 0px; 
    margin-bottom: 0px;
    background-color: #ebeae8;
    border-top: none;
    display: flex;
    order: 1;
    margin-bottom: 45px;
}
.achievement-img::before{
    height:0px;
    width:0px;
}
.achievement-img::after{
    height:0px;
    width:0px;
}
.row-1{
   order: 2; 
}
.row-3{
   order: 3; 
}
.middle-achieve{
        padding: 0px 0px 0px 20px;
}
 .middle-achieve h5{
      font-size:20px!important;
  }
  .middle-achieve p {
    font-size: 12px!important;
    line-height: 17px!important;
         text-align: justify!important;
  }
.achieve-title {
    bottom: 170px;
    font-size: 40px!important;
 }
 .achievement-data {
         padding: 20px!important;
 }
 .achievement-data p {
    font-size: 15px !important;
}
.achievement-data h5 {
    font-size: 19px!important;
}
.video-slider {
    padding: 60px 0px!important;
}
.video-slider .container {
    padding: 30px!important;
}
.video-slider .carousel-control-prev{
    left:-25px!important;
}
.video-slider .carousel-control-next{
    right:-25px!important;
}
.video-slider .carousel-control-next-icon {
    width: 3rem!important;
    height: 4rem!important;
}
.video-slider .carousel-control-prev-icon {
    width: 3rem!important;
    height: 4rem!important;
}
}

@media screen and (min-width: 320px) and (max-width: 767px) {
.achieve-title {
    left: 23%!important;
    font-size: 35px!important;
}
  .achievement-img{
      display:block!important;
  }  
 .middle-achieve{
        padding: 20px 0px 0px 0px!important;
  }
  .achievement-container{
   padding-top: 50px!important;   
  }
  .achievement-img{
    margin-bottom: 25px!important;
  }
  .achieve-info .rows-1{
      order:2;
  }
  .achieve-info .rows-2{
      order:1;
  }
  
.video-slider {
    padding: 45px 26px!important;
}
.video-slider h5{
    font-size: 24px!important;
}
.video-slider p{
    font-size: 14px!important;
    margin-bottom: 65px;
}
.video-slider .container{
padding: 20px 20px 10px!important;
}
.video-slider .carousel-control-prev{
    display:none;
}
.video-slider .carousel-control-next{
    display:none;
}
}

/*Spinner animations*/
/*!
       * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
       * Copyright 2015 Daniel Cardoso <@DanielCardoso>
       * Licensed under MIT
       */
.la-ball-spin,
.la-ball-spin > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.la-ball-spin {
    display: block;
    font-size: 0;
    color: #fff;
}

.la-ball-spin.la-dark {
    color: #333;
}

.la-ball-spin > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.la-ball-spin {
    width: 32px;
    height: 32px;
}

.la-ball-spin > div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: -4px;
    border-radius: 100%;
    -webkit-animation: ball-spin 1s infinite ease-in-out;
    -moz-animation: ball-spin 1s infinite ease-in-out;
    -o-animation: ball-spin 1s infinite ease-in-out;
    animation: ball-spin 1s infinite ease-in-out;
}

.la-ball-spin > div:nth-child(1) {
    top: 5%;
    left: 50%;
    -webkit-animation-delay: -1.125s;
    -moz-animation-delay: -1.125s;
    -o-animation-delay: -1.125s;
    animation-delay: -1.125s;
}

.la-ball-spin > div:nth-child(2) {
    top: 18.1801948466%;
    left: 81.8198051534%;
    -webkit-animation-delay: -1.25s;
    -moz-animation-delay: -1.25s;
    -o-animation-delay: -1.25s;
    animation-delay: -1.25s;
}

.la-ball-spin > div:nth-child(3) {
    top: 50%;
    left: 95%;
    -webkit-animation-delay: -1.375s;
    -moz-animation-delay: -1.375s;
    -o-animation-delay: -1.375s;
    animation-delay: -1.375s;
}

.la-ball-spin > div:nth-child(4) {
    top: 81.8198051534%;
    left: 81.8198051534%;
    -webkit-animation-delay: -1.5s;
    -moz-animation-delay: -1.5s;
    -o-animation-delay: -1.5s;
    animation-delay: -1.5s;
}

.la-ball-spin > div:nth-child(5) {
    top: 94.9999999966%;
    left: 50.0000000005%;
    -webkit-animation-delay: -1.625s;
    -moz-animation-delay: -1.625s;
    -o-animation-delay: -1.625s;
    animation-delay: -1.625s;
}

.la-ball-spin > div:nth-child(6) {
    top: 81.8198046966%;
    left: 18.1801949248%;
    -webkit-animation-delay: -1.75s;
    -moz-animation-delay: -1.75s;
    -o-animation-delay: -1.75s;
    animation-delay: -1.75s;
}

.la-ball-spin > div:nth-child(7) {
    top: 49.9999750815%;
    left: 5.0000051215%;
    -webkit-animation-delay: -1.875s;
    -moz-animation-delay: -1.875s;
    -o-animation-delay: -1.875s;
    animation-delay: -1.875s;
}

.la-ball-spin > div:nth-child(8) {
    top: 18.179464974%;
    left: 18.1803700518%;
    -webkit-animation-delay: -2s;
    -moz-animation-delay: -2s;
    -o-animation-delay: -2s;
    animation-delay: -2s;
}

.la-ball-spin.la-sm {
    width: 16px;
    height: 16px;
}

.la-ball-spin.la-sm > div {
    width: 4px;
    height: 4px;
    margin-top: -2px;
    margin-left: -2px;
}

.la-ball-spin.la-2x {
    width: 64px;
    height: 64px;
}

.la-ball-spin.la-2x > div {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
}

.la-ball-spin.la-3x {
    width: 96px;
    height: 96px;
}

.la-ball-spin.la-3x > div {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
}

/*
       * Animation
       */
@-webkit-keyframes ball-spin {
    0%,
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    20% {
        opacity: 1;
    }

    80% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes ball-spin {
    0%,
    100% {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    20% {
        opacity: 1;
    }

    80% {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes ball-spin {
    0%,
    100% {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    20% {
        opacity: 1;
    }

    80% {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes ball-spin {
    0%,
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    20% {
        opacity: 1;
    }

    80% {
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
}