@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */
/* _________________________________________________________HEADER)___________________________________________________________________________ */
.logo-top-info {
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
}
.logo img{
    margin: 11px 11px 11px 0;
    max-width: 222px;
}
.flex-direction-nav .flex-prev {
    left: -50px;
}
.flex-direction-nav a {
    width: 54px;
    height: 100px;
}
.container {
    max-width: 100% !important;
    width: 1170px !important;
    /* margin-right: auto;
    margin-left: auto; */
}
.logo-titles{
    margin-left: 5px;
    margin-right: 15px;
    margin-top: 5px;
}
.logo-titles h5{
    font-family: roboto condensed;
    font-weight: 200;
    font-size: 12px;
    color: #8d8d8d;
    display: inline;
}
.logo-titles h2{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #EE2021;

}
header{
    overflow: hidden;
}
@media (max-width: 768px) {
    .col-sm-3 {
        position: absolute;
        left: 5px;
        top: 2px;
     }
    }

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 1px;
    border-radius: 1px;
}
.top-info-social {
    margin-top: 5px;
}


.pull-right {
    float: right !important;
}
.top-info, .social {
    float: left;
}

.top-info {
    width: auto;
}


.top-info>div {
    float: left;
    border-right: 1px solid #e9ecf2;
    padding: 0 20px;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 25px;
}
.top-info h3 {
    font-size: 15px;
    color: #EE2021;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0;
    font-family: roboto condensed;
}
.nav-links a.active{
    color:  #EE2021;
}
.h3{
   font-family:  "Roboto";
    color: #2a2a2a;
}
.top-info p {
    margin-bottom: 0;
    font-size: 15px;
    color: #76797f;
    line-height: 1.4;
    font-family: roboto, sans-serif;
}
.top-info>div:last-child {
    border: none;
}
.span.forex svg {
    font-size: 17px;
    color: #35db24;
    padding-right: 3px;
    line-height: 1;
}
span.forex {
    font-size: 14px;
    font-family: roboto;
    color: rgba(118, 121, 127, .6);
    line-height: 1.571;
    position: relative;
    padding-left: 8px;
}
.top-info, .social {
    float: left;
}
.social ul.social-icons {
    padding-left: 15px;
}

.social ul.social-icons li {
    display: inline-block;
}

.social ul.social-icons li a svg{
    margin-top: -5px;
}

ul li, ol li {
    color: #8d8d8d;
    line-height: 1;
}
.social ul.social-icons li a {
    font-size: 20px;
    display: block;
    width: 52px;
    height: 52px;
    line-height: 55px;
    text-align: center;
    background: rgba(9, 62, 182, .65);
    color: #fff;
  
    border-radius: 50%;
    margin-right: 15px;
    transition: .5s ease all;
}
.social ul.social-icons li a:hover{
    background-color: #093eb6;
}


@media (max-width: 768px) {
    .pull-right {
        display: none;
    }
}
@media (max-width: 768px) {
    .carousel{
        margin-top: 60px;
    }
}
@media (max-width: 768px) {
    .logo img{
margin-top: 10px;
    }
    .logo-titles{
        margin-top: 20px;
    }

}
@media (max-width: 768px) {
  .header{
        z-index: 2;
    }
    .nav-links ul li{
        text-align: center;
    }
}


/* Position the logo container in the top left corner */
.logo-container {
    position: relative;
    top: 20px; /* Adjust top position as needed */
    left: 20px; /* Adjust left position as needed */
    z-index: 0; /* Ensure it's above other elements */
}

/* Position the hamburger menu in the top right corner */
.hamburger {
    position: absolute;
    top: 15px; /* Adjust top position as needed */
    right: 20px; /* Adjust right position as needed */
    z-index: 1; /* Ensure it's above other elements */
}

@media (max-width: 768px){
    .pagetitle{
        margin-top: 60px;
    }
  }


  /* _____________________________________________________________________NAV___________________________________________________________________________ */


.container {
    justify-content: space-between;
}
.header {
    background:#f4f5f8;
    text-align: center;
}


nav {
    display: flex;
}

.nav-links {
    list-style: none; /* Remove bullets */
    display: flex;
}

.nav-links li {

   padding-top: 20px;
    padding-right: 25px;
    padding-bottom: 20px;
    padding-left: 25px;
    position: relative;
    margin-top: 10px;
}
.nav-links li a:hover{
    color:  #EE2021;
}
.nav-links li:hover .dropdown-content {
    opacity: 1; /* Set opacity to 1 on hover */
    transition: .5s ease all;

}


.nav-links a {
    color:#61656f;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    font-family: roboto condensed;
  letter-spacing: 0.5px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 220px;
    z-index: 1;
    list-style: none; /* Remove bullets from dropdown */
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    position: absolute;
    top: 100%;
    left: 5px;
    transition: 0.5s;
}

.dropdown-content a {
    color:#61656f;
    width: 100%;
    line-height: 1;
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    font-family: roboto condensed;
 text-align: left;
 opacity: 1; 

}
.dropdown-content::before {
    content: "";
    position: absolute;
    top: -10px; /* Position the caret above the dropdown content */
    left: calc(15% - 5px); /* Position the caret horizontally centered */
    border-width: 0 10px 10px 10px; /* Create a triangular shape */
    border-style: solid;
    border-color: transparent transparent #ffffff transparent; 
}

.dropdown-content a:hover {
    color: #EE2021;
}


.dropdown-content{
    animation: downOut 500ms ease-in-out forwards;
    transform-origin: center center;
}


@keyframes downOut {
     0% {
        transform: translateZ(200px) transLateY(30px)
    }
    80% {
        transform: translateZ(-10px) transLateY(0px)
    }
    100% {
        transform: translateZ(0px) transLateY(0px)
    }
}



.dropdown:hover .dropdown-content {
    display: block;

}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;

}

.hamburger .bar {
    width: 25px;
    height: 3px;
    background: black;
    margin: 4px 0px 5px 10px;
    transition: 0.4s;
}

/* Responsive Styles */
@media (max-width: 768px) {
    nav {
        display: none;
        flex-direction: column;
        width: 100%;

    }
    
    .nav-links {

        flex-direction: column;
        width: 100%;
        align-items: center; /* Align items to the left */
        padding-left: 5px;
         padding-top: 9%;
    }

    .nav-links li {
        text-align: left; /* Align text to the left */
        margin: 10px 0;
        width: 100%; /* Make the links take full width */
    }

    .chevron {
        margin-left: 5px;
        margin-left: 10px;
        transition: transform 0.3s ease;
        color: #61656f; /* Change color to #61656f */
    }
    
    .dropdown-content.active {
        display: block;
    }
    
    /* Rotate chevron when dropdown is active */
    .dropdown .dropbtn.active .chevron {
        transform: rotate(180deg);
    }
    
    
    .dropdown-content {
        position: static;
        background: #ffffff;
        box-shadow: none;
        width: 100%;
        color:#61656f;
    }

    .hamburger {
        display: flex;
    }

    nav.active {
        display: flex;
    }
}
@media (max-width: 768px) {
    .container {
        justify-content: flex-end; /* Align items to the right */
    }
}

/* _____________________________________________________________________________FOOTER_____________________________________________________________________________________________________________ */
.contact-box i.fa {
    font-size: 20px;
    color: #000;
    float: left;
    width: 20px;
    margin-right: 15px;
    text-align: right;
}
.contact-details h4{
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin: 0 0 15px;
    font-family: roboto condensed;
}

.contact-details p{
    font-size: 16px;
    font-family: roboto;
    color: rgba(0, 0, 0, .8);
    line-height: 1.5;
    margin-bottom: 0;
    font-family: roboto condensed;
}
.row.pre-footer {
    position: relative;
    top: -70px;
}
.about p{
    font-size: 16px;
    color: rgba(255, 255, 255, .5);
    line-height: 1.688;
    margin-bottom: 20px;
    font-family: roboto, sans-serif;
    margin-top: 20px;
}
.abouticons i{
    background: #ffda44;
    width: 36px;
    height: 36px;
    color: #000;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    font-size: 15px;
}
.quicklinks h2{
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    font-family: roboto condensed;

}
.quicklinks a{
    color: rgba(255, 255, 255, .5);
    line-height: 1.6;
    font-size: 16px;
margin-bottom: 10px;
    display: block;
text-decoration: none;
font-family: roboto, sans-serif;

margin-top: 20px;

}
.service1 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    margin: 20px;
    text-transform: uppercase;
    font-family: roboto condensed;
}
.service {
    margin-top: 30px;
}

.service ul li a{
    color: rgba(255, 255, 255, .5);
    line-height: 1.8;
    font-size: 16px;
    padding-bottom: 15px;
    width: 100%;
    text-decoration: none;
    background-color: transparent;
    text-align: center;
    justify-content: center;
    font-family: roboto, sans-serif;
}
@media (max-width: 768px) {
    .quicklinks ul li a{
       margin-left: 15px;
    }
    .about{
        margin-bottom: 30px;
    }
    .quicklinks{
        margin-top: 20px;
    }
}

body{
    overflow-x: hidden;
}
.copyright {
    padding: 30px ;
    background: #020e28;
    text-align: center;
}
.copyright-bar p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.33);
    line-height: 1.857;
    font-family: roboto, sans-serif;
}
.copyright-bar h5 {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.33);
    line-height: 1.857;
    margin-bottom: 0;
}


@media (max-width: 991px) {
    .copyright-bar>div {
        text-align: center;
        padding-top: 15px;
    }
}
.copyright-bar a {
    color: rgba(255, 255, 255, 0.788);
    padding-right: 15px;
    text-decoration: none;
}



/* __________________________________________________________________CAROUSAL______________________________________________________________________________ */


.carousel {
    position: relative;
    max-width: 100%;
    height: 600px; /* You can set a default height */
    overflow: hidden;
    text-align: center;
  }
  
  .carousel-slide {
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
    position: absolute;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .carousel-slide.active {
    opacity: 1;
  }

  
  h2, p {
    margin: 0 auto;
  }
  
  .caption {
padding: 50px;
    left: 20px;
    color: white;
    font-size: 24px;
justify-content: center;
    text-align: center;
    width: 100%;
  }
  .caption h2{
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    font-family: roboto condensed;
    padding-top: 50px;
  }
  .caption p{
    font-size: 20px;
    color: #fff;
    font-weight: 100;
    line-height: 1.2;
    font-family: roboto condensed;
  }

.btn-primary{
    border-radius: 3px;
    background: #ffda44;
    font-size: 20px;
    font-family: roboto condensed;
    color: #4c443a;
    font-weight: 700;
border-style: none;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    margin-top: 20px;
}

.prev-btn,
.next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  background-color: rgba(0, 0, 0, 0.349); /* Change background color to black */
  border: none;
  color: white;
  font-size: 28px; /* Increase font size */
  cursor: pointer;
  padding: 10px 20px; /* Add padding for better click area */
  border-radius: 5px; /* Optional: add border-radius for rounded corners */
  height: 100px;
}

.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}

/* ________________________________________SCROLL______________________________________________________________________________ */


.slider {
    display: flex;
    height: 100%;
    max-height: auto;
    overflow-y: hidden;
    overflow-x: scroll !important;
    padding: 16px;
    transform: scroll(calc(var(--i,0)/var(--n)*-100%));
    scroll-behavior: smooth;
}
.slider::-webkit-scrollbar {
    height: 5px;
    width: 150px;
    display: none;
}
.slider::-webkit-scrollbar-track {
    background: transparent;
}
.slider::-webkit-scrollbar-thumb {
    background: #888;
}
.slider::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.slider img:hover {
    transform: scale(1.05);
    box-shadow: 10px 10px 10px rgba(0,0,0,0.15);
}
.slide {

    position: relative;
}
.slide img {
    height: 250px;
    width: 250px;
    margin: 0 10px;
    object-fit: cover;
    border-radius: 5px;
    cursor: pointer;
    transition: .25s ease-in-out;
}
.control-prev-btn i{
    position: absolute;
    top: 220% !important;
    left: 15% !important;
    background-color: #EE2021;
    height: 50px;
    line-height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 1px 3px #888;
    user-select: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
}
@media (max-width: 768px) {
    .control-prev-btn{
        position: absolute;
        top: 150% !important;
       left: 0.01% !important;
    }
  }
  @media (max-width: 768px) {
    .control-next-btn{
        position: absolute;
        top: 370% !important;
       right: 0.01% !important;
    }
  }
  @media (max-width: 768px) {
    .home4{
padding-right: 10%;
padding-left: 10%;
    }
  }
  
.control-next-btn i{
    position: absolute;
    top: 270%;
   right: 7%;
       background-color: #EE2021;
       height: 50px;
       line-height: 50px;
       width: 50px;
       border-radius: 50%;
       text-align: center;
       box-shadow: 0 1px 3px #888;
       user-select: none;
       color: #ffffff;
       cursor: pointer;
       font-size: 18px;
}
.slide img.zoomed{
     width: 500px;
   height: 600px;
   position: fixed;
   left: 25%;
   top: 0%;
   z-index: 1000;
       transform: scale(1) translatey(0) !important; 
   
}
.overlay{
       position: absolute;
   height: 100%;
   width: 100%;
   background: rgba(0,0,0,.45);
   top: 0;
       display: none;
}
.overlay.active{
   display: block;
}
@media only screen and (max-width: 420px) {
    .slider {
        padding: 0;
   }
    .slide {
        padding: 16px 10px;
   }
    .slide img {
        margin: 0;
   }
    .control-prev-btn {
        top: 37%;
   }
    .control-next-btn {
        top: 37%;
   }
}
.slide h2{
    font-size: 20px;
    font-family: roboto, sans-serif;
    color:  #EE2021;
    font-weight: 700;
    line-height: 1;
margin: 15px 15px 10px 10px;
}
.slide p{
    padding: 10px 15px 0px 15px;
    justify-content: center;
    text-align: left;
    font-size: 16px;
    font-family: roboto, sans-serif;

}
.slide a{
    text-decoration: none;
    padding: 0px 15px 0px 15px;
    justify-content: center;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    font-family: roboto, sans-serif;
    color: #fff;
    background-color:  #EE2021;
    padding: 10px;
    margin-left: 10px;
}
.home4 h1{
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    background: #ffda44;
    margin: 0;
    padding: 10px 15px;
    line-height: 28px;
    font-family: roboto condensed;
    margin-left: 30px;
    margin-bottom: 15px;

}

/* ____________________________HOME3_____________________________________________ */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
.home3{
margin-top: 50px;
    overflow: hidden;
    padding: 30px;
    display: block;
}
.home3 h3{
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #ffda44;
    margin: 0;
    padding: 0 15px;
    line-height: 28px;
    font-family: roboto condensed;
}
.home3 h4 {
    font-size: 20px;
    font-family: roboto;
    color:#EE2021;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    font-family: roboto condensed;
}
.company-title{
    text-align: center;
}
.home3 p{
    font-size: 16px;
    color: #677078;
    line-height: 1.688;
    margin-bottom: 10px;
    font-family: roboto, sans-serif;
    display: flex;
    justify-content: center;

}
.home3 a{
    background:#EE2021;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    font-family: roboto condensed;
    font-weight: 700;
    line-height: 48px;
    padding: 0px 15px 0px 15px;
    text-decoration: none;
 
}
.company-image .img-right {
    right: 0;
    position: relative;
    top: 50px;
    left: 100px;
    overflow: hidden;
    object-fit: cover;
}


.hover-effect {
    transition: transform 0.6s ease;
}

.hover-effect:hover {
    transform: scale(1.05);
    filter: brightness(0.8);
}


.company-image>div {
    position: absolute;
    top: 100px;
    left: 20px;
}

.ceo-text{
    text-align: left;
  
}
.ceo-text h2{
    font-family: roboto condensed;
        display: inline-block;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        background: #ffda44;
        padding-top: 0px;
        padding-right: 15px;
        padding-bottom: 0px;
        padding-left: 15px;
        line-height: 28px;
        margin-top: 40px;

}
.ceo-text h4{
 font-size: 27px;
font-family: roboto;
    color:#EE2021;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 18px;
    margin-top: 18px;

}

.ceo-text p{
  
    font-family: roboto, sans-serif;
    font-size: 16px;
    color: #677078;
    line-height: 1.688;
    margin-bottom: 32px;
}
.ceo-name p{
    color: #303539;
    font-size: 16px;
    line-height: 1.688;
    font-family: roboto, sans-serif;
}
@media (max-width: 700px) {
    .home3{
        text-align: center;
        width: 100%;
    }
}


/* ______accordance______ */

.accordion {
    max-width: 700px;
    margin: 0 auto;
}

.accordion-item {
    border: 2px solid #ececec;
    margin: 20px 0;
}

.accordion-header {
    background-color:  #fafafa;;
        font-size: 20px;
        font-family: roboto;
        font-weight: 700;
        line-height: 1;
        padding: 20px;
        color: #EE2021;
    border: none;
    outline: none;
    width: 100%;
    transition: background-color 0.2s ease;
    text-align: left;
}
.accordion-header span{
    color: #7f8a94;
    float: right;
}

.accordion-header:hover {
    background-color: #ddd;
}

.accordion-content {
    padding: 10px 10px;
    display: none;
    overflow: hidden;
    background-color: white;
    font-size: 16px;
    font-family: roboto;
    font-weight: 300;
    line-height: 1;

}
.icon {
    font-size: 18px;
}



/* ________________________________HOME4___________________________ */

.home4 img{
    width: 100%;
    transition: transform 0.3s ease-in-out;
    }
    .hover1  img:hover {
        opacity: .6;
        -ms-transform: scale(4.1); 
        -webkit-transform: scale(1.1); 
        transform: scale(1.1); 
    }
    
    
    .home4{
        margin-top: 80px;
    }
    .home4 h4{
        font-size: 20px;
        font-family: roboto;
        color:#EE2021;
        font-weight: 700;
        line-height: 1.4;
        margin: 20px 0;
    }
    .home4 p{
        font-size: 16px;
        color: #677078;
        line-height: 1.688;
        margin-bottom: 20px;
    }
    .btn-normal{
        background: #ffda44;
        color: #4c443a;
        border-radius: 3px;
        font-size: 16px;
        font-family: roboto condensed;
        font-weight: 700;
        line-height: 48px;
        padding: 0 22px;
    }
    
    .home5{
        margin-top: 80px;
        background: #f4f5f8;
    padding: 50px;
    }
    
    .home5 h4{
        font-size: 20px;
        font-family: roboto;
        color:#EE2021;
        font-weight: 700;
        text-align: center;
    margin-top: 10px;  
    }
    
    .home5 a{
        width: 100%;
        border-radius: 3px;
        background: #fff;
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1);
        font-size: 17px;
        font-family: roboto;
        color: #72777b;
        font-weight: 700;
        padding-top: 0px;
        padding-right: 34px;
        padding-bottom: 0px;
        padding-left: 34px;
        line-height: 48px;
        text-align: center;
    }
    .home5 a:hover{
        background:#EE2021;
        color: #fff;
    }
    
    @media (max-width: 768px) {
        .home5 a {
    margin-top: 10px;
    margin-bottom: 10px;
         }
        }
    
        .home6{
            margin-top: 111px!important;
        }
    
    .home6 h2{
            font-size: 40px;
            font-family: roboto;
            color: #EE2021;
            font-weight: 700;
            margin: 0;
        }
        .home6 h5{
            font-size: 20px;
        font-family: roboto;
        color: #4c4f54;
        font-weight: 700;
        line-height: 1.4;
        margin: 10px 0 20px;
        }
    
        .home6 p{
            font-size: 16px;
            color: #677078;
            line-height: 1.7;
            margin-bottom: 20px;
            display: flex;
            justify-content: center;
        }
        
    .progress-title{
        font-size: 16px;
        color: #4c4f54;
        font-weight: 600;
        text-transform: uppercase;
        font-family: roboto, sans-serif;
    }
        .home6 a{
            border-radius: 3px;
            font-size: 16px;
            font-family: roboto condensed;
            font-weight: 700;
            line-height: 48px;
            padding: 0 22px;
            border: none;
            border: none;
            background: #093eb6;
            color: #fff;
        }
        .home7{
            margin-top: 60px;
            background: #f4f5f8;
            padding: 20px;
            margin-bottom: 80px;
        }
        .h7 i{
        font-size: 38px;
        margin-top: 15px;
        }
    
        .home7 h4{
                font-size: 36px;
                font-family: roboto;
                color: #EE2021;
                font-weight: 700;
                margin: 0;
                line-height: 1;
            }
            .home7 p{
                font-size: 22px;
                color: #EE2021;
                margin-bottom: 20px;
                width: 100%;
                font-weight: 700;
                font-family: roboto, sans-serif;
                width: 200px;
            
            }
            .h71{
           padding-left: 15px;
            }
    
         @media (max-width: 991px) {
        .row.stats>div {
            border-bottom: 1px solid #dee0e5;
            border-top: 1px solid #dee0e5;
            border-left: 1px solid #dee0e5;
        }
    }
    .row.stats>div {
        border-right: 1px solid #dee0e5;

    }
    
    
    .progress{
        background: #c8cace;
        height:15px;
        overflow: visible !important;
        position: relative;
        margin-bottom: 30px;
        position: relative;
        border-radius:20px !important;
        box-shadow: none;
        border:1px solid #fff;
    
    }
    .progress .progress-bar{
        animation: animate-positive 2s;
        position: relative;
        box-shadow: none;
        border-radius:20px !important;
    }
    .progress .progress-bar:after{
        content:"";
        position: absolute;
        top: -1px;
        right: 0px;
        background-color:#EE2021;
        height:15px;
        width: 15px;
        border-radius: 50%;
        border:1px solid rgb(255, 255, 255);
    }
    .progress.green .progress-bar:after{
        background-color: #EE2021;
    }.progress.blue .progress-bar:after{
        background-color: #EE2021;
    }.progress.yellow .progress-bar:after{
        background-color: #EE2021;
    }
    
    .progress .progress-bar:before{
        content:"";
        position: absolute;
        top: 24px;
        right: 0px;
        background-color: #817853;
        height:15px;
        width: 15px;
        border-radius: 50%;
        border:1px solid rgb(255, 255, 255);
    }
    
    .progress.green .progress-bar:before{
        background-color:#13D73E;
    }.progress.blue .progress-bar:before{
        background-color:  #679EF7;
    }.progress.yellow .progress-bar:before{
        background-color:#F0C808;
    }
    .progress .progress-value{
        position: absolute;
        padding: 3px 7px;
        top:-50px;
        right:-20px;
        font-size:14px;
        color:#ffffff;
        background-color: #ffffff;
        display: block;
    }
    .progress .progress-value:after{
        content: "";
        position: absolute;
        bottom:-1px;
        left: 35%;
        border-top: 7px solid #000000;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
    }
    
    @-webkit-keyframes animate-positive {
        0% { width: 0%; }
    }
    
    @keyframes animate-positive {
        0% { width: 0%; }
    }
    
    .home6 h4{
    
        font-size: 15px;
        font-family: roboto;
        color: #093eb6;
    
    }
    .home6 h3{
        font-size: 18px;
        font-family: roboto, sans-serif;
        color: #4c4f54;
        font-weight: 600;
        line-height: 1.4;
        margin: 10px 0 10px;
        text-align: left;
    }
    
    
    
    .counter{
        line-height: 1;
        font-size: 15px;
        font-family: roboto;
        color: #093eb6;
        animation: fade 1s ease-in-out infinite;
    }
    
    
    


/* _________________________HOME 8____________________________ */


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
.home8{
    padding: 10px;
}
.sidebar h3{
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color:  #EE2021;
text-align: center;
    font-family: roboto condensed;
    margin-bottom: 25px;
}
.sidebar h5{
    font-size: 20px;
    font-family: roboto;
    color: #4c4f54;
    font-weight: 700;
    line-height: 1.4;
    margin: 10px 0 20px;
}
.serv h3 {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #ffda44;
    padding: 0 15px;
    line-height: 28px;
    font-family: roboto condensed;
    text-align: left;
}
.home8 p{
    font-size: 16px;
    color: #677078;
    line-height: 1.688;
    margin-bottom: 20px;
    margin: 0 0 10px;
    font-family: roboto, sans-serif;
    text-align: left;
}

.home8 h4{
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #EE2021;
    text-align: center;
    line-height: 28px;
    font-family: roboto condensed;

}
.home8title {
    text-align: left;
}
.home8 h5{
    font-size: 16px;
    color: #677078;
    line-height: 1.688;
    margin-bottom: 20px; 
    font-family: roboto, sans-serif;
    font-weight: 400;
    text-align: left;
}

.home8img{
    border: solid 1px rgb(255, 218, 68);
    margin-bottom: 50px; 
    padding: 5px;
}
.home8title{
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .home8title h5{
 text-align: left;
    }
}



/* _________________________________tc1_________________________ */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
.about-content {
    float: right;
}
.pagetitle {
background-image: url(../img/pngtree-technology-data-line-business-picture-image_931921.jpg);
background-size: cover; /* Adjust this as needed */
background-repeat: no-repeat; /* Adjust this as needed */
background-position: center,center; 
    padding: 70px 0;
filter: brightness(95%);
}
.pagetitle h2{
        margin: 0 0 20px;
        font-size: 50px;
        color: #fff;
        font-weight: 700;
        line-height: 1.26;
        font-family: roboto condensed;
        text-align: center;
    }
    .pagetitle p{
        font-size: 20px;
        color: #fff;
        line-height: 1.6;
        margin-bottom: 0;
     font-weight: 200;
        font-family: roboto, sans-serif;
        text-align: center;
justify-content: center;
    }

    .breadcrumbs {
        background: #f4f5f8;
  padding: 25px 0px 25px 0px;

    }
    .breadcrumbs a {
        font-size: 15px;
        color: #61656f;
        font-weight: 700;
        text-transform: uppercase;
        font-family: roboto, sans-serif;
        text-decoration: none; 
        text-align: left;
    }

    .breadcrumbs i{
        padding-left: 10px;
        padding-right: 10px;
    }
    .container {
        max-width: 100% !important;
        width: 1170px !important;
    }
    .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

/* _____________the company_____________ */
.comp{
    margin-bottom: 80px;
}
.comp h2{
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #ffda44;
    margin: 0;
    padding: 0 15px;
    line-height: 28px;
    font-family: roboto condensed;
    text-align: left;
}
.comp h4{
    font-size: 20px;
    font-family: roboto;
    color: #EE2021;
    font-weight: 700;
    line-height: 1.4;
    margin: 20px 0;
}
.comp p{
    font-size: 16px;
    color: #677078;
    line-height: 1.688;
    margin-bottom: 20px;
    margin: 0 0 10px;
    font-family: roboto, sans-serif;
    }
.comp2{
    margin-top: 80px;
    margin-bottom: 80px;
        padding: 40px 45px;
        background: #ffda44;
    
}
.comp2 h2{
    font-size: 33px;
    color:  #EE2021;
    line-height: 1.455;
    text-align: left;
    font-family: roboto, sans-serif;
}
.comp2 p{
    font-size: 18px;
    color: rgb(103, 95, 63);
    line-height: 1.455;
    text-align: left;
    margin: 10px 0 10px 0px;
    font-weight: 400;
    font-family: roboto, sans-serif;
}

/* _______________our culture_______________ */

.cultur{
    margin-top: 80px;

}
.cultur h2{
    font-size: 28px;
    font-family: roboto;
    color:  #EE2021;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 25px;
}
.cultur h4{
    font-size: 20px;
    font-family: roboto;
    color: rgb(76, 79, 84);
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 0px 15px;
}
.cultur p{
    font-size: 18px;
    color: #677078;
    line-height: 1.688;
    margin-bottom: 20px;
    margin: 0 0 10px;
    font-family: roboto, sans-serif;
    width: 95%;
    }
    .goal h2{
        font-size: 28px;
        font-family: roboto;
        color:  #EE2021;
        font-weight: 700;
        line-height: 1;
        margin: 0 0 25px;
    }
    .goal p{
        font-size: 18px;
        color: #677078;
        line-height: 1.688;
        margin-bottom: 20px;
        font-family: roboto, sans-serif;

        }
        .goal{
            margin-top: 20px;
        }
        .goal img{
   width: 100%;
   margin-top: 50px;
        }
    .culturimg img{
        width: 100%;

    }




/* ____________stats_________ */

    
    .stats2 {
        background: #f4f5f8;
 margin-top: 80px;
 margin-bottom: 80px;

    }

    .statsinfo h4 {
        font-size: 36px;
        font-family: roboto condensed;
        color:  #EE2021;
        font-weight: 700;
        margin: 0;
        line-height: 1;
    }
    .statsinfo p {
        font-size: 16px;
        color: #677078;
        line-height: 1.688;
        margin-bottom: 20px;
        font-family: roboto, sans-serif;
        text-align: center;
    }
    .col-xs-6 {
        border: 1px  solid #e9ebef;
        padding: 20px;
    }
    .statsinfo{
        margin-top: 20px;
        margin-bottom: 20px;
    }
/* _________sidebar_________ */

.sidebar h2{
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color:  #EE2021;
text-align: center;
    margin: 0;
    padding: 0 15px;
    line-height: 28px;
    font-family: roboto condensed;
    margin-bottom: 25px;
   
}
    .sidebar>div {
        margin-bottom: 45px;
    }
    .sidebar ul{
        margin-left: -50px;
    }
    .sidebar ul li :hover{
        background-color: #a1a1a134;
    }
    .sidebar ul li a {
        font-size: 17px;
        color: #61656f;
        display: block;
        line-height: 1.6;
        border-bottom: 1px solid #fcfcfd;
        text-decoration: none;
padding: 10px 25px 10px 25px;
        background: #f4f5f8;
    font-family: roboto, sans-serif;
    margin-bottom: 5px;
    }
    .sidebar ul {
      
        list-style: none;
    }
    .sidebar li{
        width: 100%;
    
    }
@media (max-width: 768px){
    .pagetitle{
        margin-top: 60px;
    }
}
.home6{
    margin-top: 80px;
}

.home6 h2{
    font-size: 40px;
    font-family: roboto;
    color: #EE2021;
    font-weight: 700;
    margin: 0;
}
.home6 h5{
    font-size: 20px;
font-family: roboto;
color: #4c4f54;
font-weight: 700;
line-height: 1.4;
margin: 10px 0 20px;
}

.home6 p{
    font-size: 16px;
    color: #677078;
    line-height: 1.7;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.progress-title{
font-size: 16px;
color: #4c4f54;
font-weight: 600;
text-transform: uppercase;
font-family: roboto, sans-serif;
}
.home6 a{
    border-radius: 3px;
    font-size: 16px;
    font-family: roboto condensed;
    font-weight: 700;
    line-height: 48px;
    padding: 0 22px;
    border: none;
    border: none;
    background: #093eb6;
    color: #fff;
}


/* _____________________________CONTACT01__________________________ */


.container {
    max-width: 100% !important;
    width: 1170px !important;
}
.container {
    padding-right: -15px;
    padding-left: -15px;
    margin-right: auto;
    margin-left: auto;
}
.contact-area-box {
    border: 1px solid rgba(244, 244, 244, .8);
    background: #f4f5f8;;
    box-shadow: 1px 1.7px 2px 0 rgba(0, 0, 0, .1);
    margin-bottom: 50px;
justify-content: center;
align-items: center;
text-align: center;
}
.email{
    margin-left: 20px;
}

.contact1 h4{
    font-size: 24px;
    font-family: roboto;
    color:#EE2021;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 25px;
    text-align: left;
    text-transform: uppercase;
    padding-left: 40px;
}
.contact01 p{
    font-size: 20px;
    font-family: roboto;
    color: #EE2021;
    font-weight: 700;
    margin-top: 10px;
    line-height: 1.4;
    text-align: left;
}
.contact01 h6{
    font-size: 17px;
    color: #61656f;
    line-height: 1.688;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: roboto, sans-serif;
}
.contact-area-box p{
    font-size: 16px;
    color: #677078;
    line-height: 1.688;
    margin-bottom: 20px;
    display: block;
    padding-left: 40px;
    text-decoration: none;
    font-family: roboto, sans-serif;
}

.contact-area-box p a{
    font-size: 16px;
    color: #677078;
    line-height: 1.688;
    margin-bottom: 20px;
    display: block;
    font-family: roboto, sans-serif;
    margin: 0 0 10px;
    text-decoration: none;  
}
.contact-area-box p a:hover{
    text-decoration: none;
    color: black;
}
.contact-area-box i {
    font-size: 18px;
    color: #e5e5e5;
    float: left;
    width: 20px;
    margin-right: 20px;
    margin-top: 7px;
}
.email p a{
    color:#EE2021;
    text-decoration: none;
    transition: .5s ease all;
}

.title-2 {
    font-size: 28px;
    font-family: roboto, sans-serif;
    color: #EE2021;
    font-weight: 700;


}

.map-container iframe {
    width: 100%;
    height: 300px;
    border: 0;
}


button.btn.btn-warning {
    padding: 0;
    margin-top: 27px;
    line-height: 60px;
    border-radius: 0;
    border: none;
    font-size: 19px;
    font-weight: 700;
    background: #093eb6;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    transition: .5s ease all;
}

.contact01 h2{
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #ffda44;
    padding: 0 15px;
    line-height: 28px;
    font-family: roboto condensed;
}

.cbox{
    justify-content: center;
    display: flex;
}
@media (max-width: 768px) {
    .cbox {
      display: block;
  justify-content: center;
    }
    .cbox p{
        width: 100%;
        text-align: left;
    }
}

