::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #E8465F; 
}



h1,
h2,
h3,
h4,
h5,
h6{
    font-family: "Gloock", serif !important;
}
p,
li,
a,
span,
button,
input,
select,
textarea {
    font-family: "Open Sans", sans-serif !important;
}

.side-menu {
      position: fixed;
      top: 0;
      right: -300px;
      width: 300px;
      height: 100%;
      background: #000;
      box-shadow: -2px 0 12px rgba(0,0,0,0.5);
      padding-top: 100px;
      transition: 0.5s;
      z-index: 2;
    }

    .side-menu .logo {
      position: absolute;
      top: 20px; left: 30px;
      display: flex;
      align-items: center;
      color: #fff;
      font-size: 22px;
      font-weight: 700;
    }

    .side-menu .logo img {
      width: 40px;
      margin-right: 10px;
    }

    .side-menu a,
    .side-menu button.dropdown-btn {
      display: flex;
      align-items: center;
      padding: 15px 30px;
      color: #fff;
      text-decoration: none;
      font-size: 18px;
      background: none;
      border: none;
      width: 100%;
      text-align: left;
      cursor: pointer;
      transition: background 0.3s, transform 0.3s;
    }


    .side-menu a i,
    .side-menu button.dropdown-btn i {
      margin-right: 15px;
    }

    .nav-link:focus, .nav-link:hover {
    color: #fff !important;
}

    .side-menu .dropdown-icon {
      margin-left: auto;
      transition: transform 0.3s;
    }

    .side-menu .dropdown-btn.active .dropdown-icon {
      transform: rotate(180deg);
    }

    .side-menu .dropdown-container {
      display: none;
      flex-direction: column;
      background: rgba(255, 255, 255, 0.05);
    }

    .side-menu .dropdown-container a {
      padding-left: 50px;
      font-size: 16px;
    }

    .close-btn {
      position: absolute;
      top: 0;
      right: 0;
      font-size: 28px;
      color: #000;
      cursor: pointer;
      background: #fff;
      width: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 5px;
    }

header.mobile {
    display: block;
}

ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

a {
    text-decoration: none !important;
}

header.mobile {
    display: none;
}

header.desktop {
    display: block;
    position: absolute;
    width: 100%;
    top: 20px;
    z-index: 99;
}

footer {
    background: #00132C;
    padding: 60px 0;
}   

.footer_logo img {
    margin: 0 0 30px 0;
}

.footer_logo p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    width: 87%;
}

.footer_link h2 {
    font-size: 35px;
    text-transform: capitalize;
    font-weight: 400;
    color: #E8465F;
    margin: 0 0 20px 0;
    line-height: 35px;
}

.footer_link ul li {
    margin: 0 0 10px 0;
}

.footer_link ul li a {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    font-weight: 300;
}

.footer_link ul li:last-child {
    margin: 0;
}

section.sec_1 {
    background-image: url(../images/banner_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.global_inner h1, .global_inner h2 {
    font-size: 60px;
    font-weight: 400;
    color: #fff;
    line-height: 80px;
    text-transform: capitalize;
    margin: 0;
}

.global_btn {
    margin: 50px 0 0 0;
}

.global_btn span a {
    padding: 0;
    background: #fff;
    color: #00132C;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 16px;
    border: 1px solid #fff;
    padding: 15px 35px;
}

.global_btn span {
    margin: 0 5px;
}

.global_btn span:nth-child(1) a {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.global_btn span a:hover {
    background: #E8465F;
    color: #fff;
    border: 1px solid #E8465F;
}

.header_btn {
    text-align: right;
}

.header_btn .btn-dark {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    text-transform: capitalize;
    line-height: 18px;
    font-size: 18px;
    padding: 15px 35px;
}

.header_btn .btn-dark:hover {
    background: #E8465F;
    border: 1px solid #E8465F;
    color: #fff;
}

.menu nav {
    padding: 0;
}

.menu nav div#mainNavbar {
    justify-content: end;
}

.menu nav div#mainNavbar ul li a {
    padding: 0;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    transition: .5s ease;
}

.menu nav div#mainNavbar ul li {
    margin: 0 0 0 40px;
}

.menu nav div#mainNavbar ul li a:hover {
    transition: .5s ease;
    color: #E8465F;
}

section.sec_2 {
    background: #00132C;
    padding: 80px 0;
}

.global_inner h5 {
    font-family: 'Open Sans' !important;
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 300;
    line-height: 20px;
    margin: 0 0 15px 0;
}

.service_box h3 {
    font-size: 40px;
    font-weight: 300;
    color: #fff;
    text-transform: capitalize;
    margin: 0px 0 20px 0;
}

.service_box p {
    font-size: 18px;
    color: #fff;
    font-weight: 100;
    margin: 0;
    min-height: 135px;
}

.service_box a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 18px;
    transition: .5s ease;
}

.service_box a:hover {
    transition: .5s ease;
    color: #e8465f;
}


.service_box h1 {
    -webkit-text-stroke: 1px #fff;
    color: #00132c;
    font-family: 'Open Sans' !important;
    font-size: 100px;
    font-weight: bold;
    margin: 0;
    line-height: 90px;
    opacity: 0.3;
}

section.sec_3 {
    padding: 80px 0;
}

.global_inner.color h5 {
    color: #E8465F;
    font-weight: 400;
}

.global_inner.color h2 {
    color: #00132C;
}

.global_inner p {
    margin: 0;
    line-height: 1.5;
}

.case_sliders ul li {
    border: 1px solid #E8465F;
    border-radius: 20px;
    padding: 40px 60px;
    margin: 0 0 0 15px;
}

.case_sliders ul li img {
    width: 70px;
    margin: 0 0 30px 0;
}

.case_sliders ul li p {
    color: #00132C;
    font-size: 18px;
    line-height: 24px;
    margin: 0;  
}

.case_sliders ul li h6 {
    font-size: 20px;
    font-style: italic;
    line-height: 20px;
    font-family: 'Open Sans' !important;    
    font-weight: 400;
    color: #E8465F;
    margin: 30px 0 0 0;
}

.case_sliders ul li.slick-slide.border_none {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

section.sec_4 {
    background: #00132C;
    padding: 80px 0 0;
}

.full-img img {
    width: 100%;
}

.global_inner.big p {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    width: 92%;
    margin: auto;
}

.global_inner.big h2 {
    width: 92%;
    margin: auto;
    margin-bottom: 30px;
}

span.icon_wrap {
    display: block;
    text-align: right;
    width: 92%;
    margin: auto;
}

span.icon_wrap.left {
    text-align: left;
    margin-top: 30px;
}

section.sec_5 {
    padding: 80px 0;
}

section.sec_5 {}

section.sec_5 .case_sliders ul li {
    padding: 20px;
    display: flex;
    align-items: center;
}

section.sec_5 .case_sliders ul li span {
    flex: 0 0 47%;
    margin: 0 30px 0 0;
}

section.sec_5 .case_sliders ul li span img {
    width: 100%;
    margin: 0;
}

.time {
    display: flex;
    align-items: center;
    margin: 0 0 20px 0;
}

.time p {
    font-size: 13px !important;
    color: #203146;
    opacity: 0.8;
    margin: 0 10px 0 0 !important;
}

.time p svg {
    margin: 0 3px 0 0;
}

section.sec_5 .case_sliders ul li span h4 {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 50px 0;
    color: #E8465F;
    font-weight: 400;
}

.btn_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px 0 0px;
}

.btn_box svg {
    font-size: 20px;
    font-weight: 200;
    transform: rotate(35deg);
}

.btn_box button {
    width: 140px;
    font-size: 14px;
    height: 40px;
    background: #E8465F;
    border: none;
}

.btn_box button:hover {
    background: #000;
}

.case_slider_wraper .slick-slide.border_none {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

section.sec_6 {
    padding: 70px 0;
    background: #FFF;
    background: linear-gradient(278deg, rgba(255, 255, 255, 1) 0%, rgba(217, 218, 228, 1) 100%);
}

.global_inner.color.right {
    margin-left: auto;
    width: fit-content;
    position: relative;
}

.global_inner.color.right p {
    text-transform: capitalize;
    margin: 0 0 30px 0;
}

.global_inner.color.right svg {
    text-align: end;
    color: #e8465f;
    font-size: 25px;
    transform: rotate(35deg);
    position: absolute;
    right: 0;
}

section.sec_6 .row.align-items-center {
    border-bottom: 2px solid #e8465f;
    padding: 0 0 30px 0;
}

.social_icon {
    position: fixed;
    right: 0;
    top: 10em;
    z-index: 9999;
}

.social_icon ul li {
    background: #E8465F;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 2px 0;
}

.social_icon ul li a {
    color: #00132C;
    font-size: 18px;
}

.social_icon ul li a img {
    width: 16px;
}

.video_wrap {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 40px;
}

.video_wrap p {
    margin: 0 0px 0 25px;
    font-size: 25px;
    color: #fff;
    line-height: 25px;
}

section.bottom_footer {
    background: #D9DAE4;
    padding: 20px 0;
}

.desc p {
    text-align: center;
    margin: 0;
    font-size: 16px;
    text-transform: capitalize;
    color: #00132C;
    line-height: 16px;
}

@media only screen and (max-width: 1440px){

    .global_inner h1, .global_inner h2 {
    font-size: 50px;
    line-height: 60px;
}

.service_box h3 {
    font-size: 30px;
    line-height: 30px;
}

.service_box p {
    font-size: 16px;
    line-height: 24px;
    min-height: 110px;
}

.global_inner.big p {
    font-size: 20px;
    line-height: 28px;
}

.footer_logo p {
    font-size: 16px;
}

.footer_link ul li a {
    font-size: 16px;
}
    
}
@media only screen and (max-width: 1366px){}
@media only screen and (max-width: 1299px){

    .global_inner.big p {
    font-size: 18px;
}

section.sec_3 .row.align-items-center .col-md-6:nth-child(1), section.sec_5 .row.align-items-center .col-md-12:nth-child(1) {
    padding-left: 50px;
}
    
}
@media only screen and (max-width: 1080px){

    .menu nav div#mainNavbar ul li {
    margin: 0 0 0 30px;
}

.service_box h3 {
    FONT-SIZE: 24PX;
}

.service_box p {
    FONT-SIZE: 14PX;
}

.service_box a {
    FONT-SIZE: 14PX;
}

.global_inner h5 {
    font-size: 18px;
    margin: 0;
}

.case_sliders ul li {
    padding: 40px;
}

.case_sliders ul li p {
    font-size: 16px;
}

.case_sliders ul li h6 {
    font-size: 18px;
    margin: 20px 0 0 0;
}

.global_inner h1, .global_inner h2 {
    font-size: 40px;
    line-height: 40px;
}

.global_inner.big p {
    font-size: 14px;
    line-height: 24px;
}

span.icon_wrap img {
    width: 30px;
}

section.sec_5 .case_sliders ul li span h4 {
    font-size: 16px;
    line-height: 20px;
}

section.sec_5 .case_sliders ul li span {
    margin: 0 20px 0 0;
}

.case_sliders ul li p {
    font-size: 10px !important;
}

.btn_box {
    padding: 0;
}

.time {
    margin: 0 0 10px 0;
}

section.sec_5 .case_sliders ul li span h4 {
    margin: 0 0 25px 0;
}

.btn_box button {
    font-size: 12px;
    width: 120px;
    height: 35px;
}

.footer_logo p {
    font-size: 14px;
    line-height: 23px;
}

.footer_link ul li a {
    font-size: 14px;
    line-height: 14px;
}

.footer_link h2 {
    font-size: 25px;
    line-height: 25px;
}

    
}
@media only screen and (max-width: 767px){


    header.mobile {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 20px;
}

header.desktop.aos-init.aos-animate {
    display: none;
}

.mobile_menu {
    text-align: right;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 40px;
    margin: auto;
    height: 0;
}

.mobile_menu button#menuBtn {
    width: 40px;
    height: 40px;
    background: #e8465f;
    border: none;
    color: #000;
    border-radius: 5px;
}

.logo img {
    width: 40%;
}

.social_icon {
    display: none;
}

section.sec_1 {
    height: auto;
    padding: 170px 0 190px 0;
}

.global_inner h1 {
    font-size: 30px;
    line-height: 40px;
    margin: 0;
}

br {
    display: none;
}

.global_btn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.global_btn span {
    flex: 0 0 45%;
    margin: 0;
}

.global_btn span button {
    width: 100%;
    font-size: 14px;
    height: 45px;
}

.video_wrap img {
    width: 60px;
}

.global_inner h2 {
    font-size: 35px;
}

.global_inner h5 {
    font-size: 14px;
    margin: 0 0 10px 0;
}

.service_box {
    text-align: center;
    margin: 0 0 30px 0;
    background: #ffffff1c;
    border-radius: 20px;
    padding: 20px 0;
}

section.sec_2 {
    padding: 40px 0;
}

section.sec_3 .row.align-items-center .col-md-6:nth-child(1), section.sec_5 .row.align-items-center .col-md-12:nth-child(1) {
    padding-left: 15px;
}

section.sec_3 {
    padding: 40px 0;
}

section.sec_3 .global_inner.color {
    margin: 0 0 20px 0;
}


.case_sliders ul li {
    margin: 0 !important;
    padding: 25px;
}

.case_sliders {
    padding: 0 10px;
}

.case_sliders ul li {}

.case_sliders ul li img {
    width: 50px;
    margin: 0 0 20px 0;
}

.case_sliders ul li p {
    font-size: 14px !important;
}

.case_sliders ul li h6 {
    font-size: 14px;
}

section.sec_4 {
    padding: 40px 0;
}

section.sec_4 .global_inner h2 {font-size: 30px;margin: 0;}

section.sec_4 .row:nth-child(2) {
    flex-direction: column-reverse !important;
}

section.sec_4 .row .col-md-6.p-0 {
    padding: 0 15px !important;
}

.global_inner.big {
    margin: 25px 0;
    width: 100%;
}

.global_inner.big p {
    width: 100%;
    font-weight: 100;
}

.global_inner.big h2 {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
}

section.sec_5 {
    padding: 40px 0;
}

section.sec_5 .case_sliders ul li {
    display: block;
}

section.sec_6 {
    padding: 40px 0;
}

section.sec_6 .row.align-items-center {
    margin: 0;
    padding: 0;
}

section.sec_6 .global_inner {
    text-align: center;
}

section.sec_6 h2 {
    font-size: 30px;
    margin: 0 0 10px 0;
}

section.sec_6 .col-md-5 .global_inner.color.right {
    display: flex;
    align-items: center;
}

.footer_link h2 {
    margin: 30px 0 15px 0;
}

.footer_logo p {
    width: 100%;
}

    
}


.footer_link ul li a:hover, .menu nav div#mainNavbar ul li a:hover {
    color: #e8465f !important;
    transition: .5s ease;
}


.social_icon ul li a:hover {
    color: #fff;
}

.social_icon ul li a:hover img {
    filter: brightness(0) invert(1);
}
