body{
    background-color: #fff;
    margin: 0;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    background-size: cover;
}


::-webkit-input-placeholder {
    color:#707070;
}

::-moz-placeholder {
    color:#707070;
}

::-ms-placeholder {
    color:#707070;
}

::placeholder {
    color:#707070;
}
.container{
    width: 1200px;
    margin: 0 auto;
    max-width: 90%;
}
h1, h2, h3, h4, h5, h6{
    color: #24458c;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
h2{
    font-size: 2.5rem;
    color: #24458c;
    text-transform: uppercase;
    font-weight: 700;
}
h3{
    font-size: 1.5rem;
    color: #24458c;
    text-transform: uppercase;
    font-weight: 700;
}
h2.heading{
    position: relative;
    padding-bottom: 25px;
    text-align: center;
}
h2.heading:after{
    position: absolute;
    content: '';
    bottom: 15px;
    height: 2px;
    width: 120px;
    background: #ea2325;
    left: 0;
    right: 0;
    margin: 0 auto;
}
a{
    text-decoration: none; 
    outline: none;
}
img{
    object-fit: cover;
    vertical-align: top;
}
p{
    color: #707070;
    font-size: 16px;
    line-height: 25px;
    margin: 0;
    padding: 0;
}
.mt-20{display: inline-block; margin-top: 20px;}
.pad-top{
    padding-top: 100px;
}
.pad-bottom{
    padding-bottom: 100px;
}
.text-center{text-align: center;}

.primary-btn{
    background: #24458c;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding: 12px 30px;
    transition: all 0.5s;
    cursor: pointer;
    border:none;
    outline: none;
}
.primary-btn:hover{
    background: #000;
    color: #fff;
}



.mt-45{
    margin-top: 45px;
}
.pt-20{padding-top: 20px;}

/* global for media */

@media(max-width:990px){
    .container{
    width: 90%;
}
.pad-top{
    padding-top: 40px;
}
.pad-bottom{
    padding-bottom: 40px;
}
    h2{
        font-size: 2rem;
    }
    p {
    font-size: 14px;
    line-height: 25px;
}
.primary-btn {
    font-size: 14px;
    padding: 10px 30px;
}
}


.header-top{
     padding: 20px 0;
     display: flex;
     justify-content: space-between;
     align-items: center;
}
 .contact-info{
    display: flex;
    flex-direction: column;
}
 .contact-info a, .contact-info span{
color: #707070;
font-size: 16px;
text-decoration: none;
}
 .contact-info.f-c-info a, .contact-info.f-c-info span{
color: #fff;
}
 .contact-info.f-c-info .ph-icon svg path {
    stroke: #fff;
}
.contact-info.f-c-info .ph-icon svg rect {
    stroke: #fff;
}

.phone-con{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.ph-icon{
    display: flex;
    align-items: center;
}
.ph-icon svg{
    padding-right: 10px;
}
header .logo-con img{
    height: 100px;
}
.logo-con{display: flex;}
.ard-logo{
    color: #24448d;
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
}
.address-con {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 20px;
}
header nav{
    display: flex;
    width: 100%;
    background: #24458c;
}
header nav a{
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    transition: all 0.3s;
}
header nav a:hover{
    color: #ea2325;
}

/* main menubar */
 .logo a{
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.nav-links{
  display: inline-flex;
  padding: 0;
}
.nav-links li{
  list-style: none;
}
.nav-links li a{
  color: #fff;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0 30px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.nav-links li a.active{
    color: #ea2325;
}
.nav-links .mobile-item{
  display: none;
}
.nav-links .drop-menu{
  position: absolute;
  background: #242526;
  width: auto;
  line-height: 37px;
  top: 40px;
  opacity: 0;
  padding: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
  transition: all 0.3s ease;
  top: 40px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a{
  width: 100%;
  display: block;
  padding: 0 25px 0 25px;
  font-weight: 400;
  border-radius: 0px;
}
.mega-box{
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}
.mega-box .content{
  background: #242526;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.mega-box .content .row{
  width: calc(25% - 30px);
  line-height: 45px;
}
.content .row img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .row header{
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}
.content .row .mega-links{
  margin-left: -40px;
  border-left: 1px solid rgba(255,255,255,0.09);
}
.row .mega-links li{
  padding: 0 20px;
}
.row .mega-links li a{
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}
.row .mega-links li a:hover{
  color: #24458c;
}
.wrapper .btn{
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.wrapper .btn.close-btn{
  position: absolute;
  right: 30px;
  top: 10px;
}

@media screen and (max-width: 990px) {
    header{
    width: 90%;
    max-width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 100;
    top: 20px;
}
  .wrapper .btn{
    display: block;
  }
  nav .wrapper{
  max-width: 100%;
  padding: 0;
}
  .wrapper .nav-links{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 90%;
    top:-15px;
    left: -100%;
    background: #242526;
    display: block;
    padding: 40px 0px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }
  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
  .nav-links li{
    margin: 0px 10px;
  }
  .nav-links li a{
    padding: 0 20px;
    display: block;
    font-size: 16px;
  }
  .nav-links .drop-menu{
    position: static;
    opacity: 1;
    top: 40px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box{
    max-height: 100%;
  }
  .nav-links .desktop-item{
    display: none;
  }
  .nav-links .mobile-item{
    display: block;
    color: #f2f2f2;
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
    position: relative;
  }
  .nav-links .mobile-item span{
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 2;
    transform: rotate(180deg);
  }
  .nav-links .mobile-item:hover{
    color: #d33223;
  }
  .drop-menu li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 16px;
  }
  .mega-box{
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content{
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .content .row{
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2){
    border-top: 0px;
  }
  .content .row .mega-links{
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li{
    margin: 0;
  }
  .content .row header{
    font-size: 19px;
  }
}
nav input{
  display: none;
}


/* about us */
.about-section{
    display: flex;
    align-items: center;
    gap: 60px;
}
.about-section.about-inverse{
    padding-top: 190px;
    flex-direction: row-reverse;
}
.about-section.our-history{
    flex-direction: row-reverse;
    gap: 0;
    align-items: unset;
}
.about-section.our-history .about-info{
background: #24458c;
padding:50px 50px;
display: flex;
align-items: center;
flex-wrap: wrap;
align-content: center;
}
.about-section.our-history .about-info h2{
    color: #fff;
}
.about-section.our-history .about-info p{
    color: #fff;
}
.about-section.our-history .about-image img{
height: 100%;
}
.about-section .about-info{
    width: 50%;
}
.about-section .about-info span{
    font-size: 15px;
    text-transform: uppercase;
    color: #db2c22;
    padding-bottom: 10px;
    display: inline-block;
}
.about-section .about-image{
    width: 50%;
}
.about-section .about-image img{
    width: 100%;
}

@media(max-width:990px){
    .about-section.about-inverse{
        padding-top: 90px;
        flex-direction: column-reverse;
    }
    .about-section.our-history{
        padding: 40px 0;
    }
    .about-section.our-history .about-info {
    padding: 40px 20px;
    justify-content: center;
}
    .about-section{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .about-section .about-info{
        text-align: center;
    }
    .about-section .about-info br{
        display: none;
    }
    .about-section .about-info{
        width: 100%;
    }
    .about-section .about-image{
        width: 100%;
    }
    
}





/* our mission */
.gray-bg{
    background: #f5f5f5;
    padding: 60px 0;
}
.our-mission{
    text-align: center;
    max-width: 68%;
    margin: 0 auto;
}
.our-mission p{
    padding: 0px 35px;
}

@media(max-width:990px){
    .gray-bg{
        padding: 40px 0;
    }
    .our-mission{
    max-width: 100%;
}
.our-mission p {
    padding: 0;
}
.our-mission h3 {
    font-size: 1.8rem;
    padding-top: 50px;
}
}


/* our products */
.our-projects{
    padding: 100px 0;
    text-align: center;
}
.our-projects h2{
    margin-bottom: 40px;
}
.our-projects .swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 50px !important;
}

.our-projects .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;

}
.our-projects .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-content{
    background: #fff;
    box-shadow: 0px 3px 16px 0px rgba(0 , 0 , 0 , .05);
    padding: 10px;
}
.our-projects .product-pic{
    padding: 0;
    text-align: center;
    height: 300px;
    border: 1px solid transparent;
    overflow: hidden;
    
}
.our-projects .swiper-slide .product-pic img{
    transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transition: all 700ms ease;
}

.our-projects .swiper-slide h3{
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
}
.our-projects .swiper-slide span{
    font-size: 14px;
    color: #24458c;
    font-weight: 600;
}

.our-projects .swiper-slide:hover .product-pic img {
    transform: scale(1.2) rotate(2deg);
    -moz-transform: scale(1.2) rotate(2deg);
    -ms-transform: scale(1.2) rotate(2deg);
    -o-transform: scale(1.2) rotate(2deg);
}
.our-projects .swiper-pagination-bullet{
    background: #24458c !important;
    opacity: 1 !important;
}
.our-projects .swiper-pagination-bullet-active{
    background: #d32e2c !important;
    opacity: 1 !important;
}

@media(max-width:990px){
    .our-projects{
        padding: 40px 0;
    }
    .our-projects h2 {
    margin-bottom: 15px;
}
}


/* footer */
footer{
    background: #171a1b;
}
.footer-top-inner{
    display: flex;
    gap: 80px;
    padding: 60px 0;
}
.col-item:first-child, .col-item:last-child{
    width: 30%;
}
.col-item{
    width: 20%;
}
.col-item p{
    color: #fff;
}
.col-item h4{
    font-size: 18px;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 600;
}
.menubar{
    padding: 0;
    margin: 0;
    list-style: none;
}
.menubar li a{
    color: #fff;
    font-size: 16px;
    padding: 5px 0;
    display: inline-block;
}
.menubar li a:hover{
    color: #d63022;
}
.social-icon{
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
.social-icon li{
    background:transparent;
    border-radius: 50%;
    -wekit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    transition: all 0.3s;
    border: 1px solid #24458c;
}
.social-icon li, .social-icon li a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-icon li:last-child{
margin-right: 0;
}
.social-icon li a svg{
    width: 25px;
    height: 25px;
}
.social-icon li:hover{
background:#24458c;
border: 1px solid #24458c;
}
.social-icon li:hover svg, .social-icon li:hover svg path {
    fill: #fff;
}
.footer-bottom{
    background: #000;
    padding: 22px 0;
}
.footer-bottom a, .footer-bottom p{
    font-size: 13px;
    color: #fff;
    line-height: 13px;
}
.footer-bottom a:hover{
    color: #d73024;
}
.copyright{
    text-align: center;
}
.copyright span{
    margin: 0 2px;
}

/*.signup-con{
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    margin-top: 15px;
}
.signup-con input{
    background: #d2dfff;
    border: none;
    padding: 17px 60px 17px 20px;
    outline: none;
    font-size: 14px;
    width: calc(100% - 100px);
}
.signup-con input::placeholder {
    color:#707070;
}
.signup-con button{
    background: #d33223;
    outline: none;
    border:none;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 15px;
    cursor: pointer;
    transition: all 0.3s;
}
.signup-con button:hover{
    background: #000;
}
.signup-con button svg{
    fill: #fff;
}*/

@media(max-width:990px){
    .footer-top-inner{
        flex-wrap: wrap;
        gap: 50px;
        padding: 40px 0;
    }
    .col-item, .col-item:first-child, .col-item:last-child {
    width: 100%;
    text-align: center;
}
.social-icon {
    justify-content: center;
}
.col-item h4 {
    font-size: 16px;
    margin-bottom: 10px;
}
.footer-bottom a, .footer-bottom p{
    line-height: 20px;
}
}



/* contact */
.pad-top-180{
    padding-top: 180px;
}
.form-group{
    margin-bottom: 30px;
}
.form-group:last-child{
    margin-bottom: 0px;
}
.two-col{
    display: flex;
    gap: 25px;
}
.two-col .form-group{
    flex: 1;
}
.form-group input, .form-group textarea{
    background: transparent;
    border-top: none;
    border-bottom: 1px solid #707070;
    border-left: none;
    border-right: none;
    padding: 15px 0;
    font-size: 0.813rem;
    color: #000;
    outline: none;
    width: 100%;
    text-align: left;
}
.form-group textarea{
min-height: 50px;
resize: none;
}


.c-info{
    padding: 0;
    margin: 0;
    list-style: none;
}
.c-info li{
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}
.c-info li:last-child{
    margin-bottom: 0;
}
.c-info li .icon-con{
    width: 42px;
    height: 42px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-right: 15px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c-content h4{
    font-size: 1rem;
    color: #24458c;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.c-content p, .c-content p a{
    font-size: 1rem;
    color: #707070;
    font-weight: 400;
    text-decoration: none;
}
.contact-inner{
    display: flex;
    align-items: center;
    gap: 70px;
    justify-content: space-between;
    margin-top: 30px;
}
.contact-inner .contact-form{
    width: 60%;
/*    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;*/
}
.contact-inner .contact-info{
    flex:1;
}

@media(max-width:990px){
.pad-top-180{
    padding-top: 80px;
}
.contact-inner {
    flex-direction: column;
}
.contact-inner .contact-form,
.contact-inner .contact-info{
    width: 90%;
}
.c-content h4 {
    font-size: 1rem;
}


}


/* banner slider */
.swiper.ardmySwiper{
    padding-bottom: 0 !important;
}
.swiper.ardmySwiper .swiper-wrapper{
    z-index: -1;
}
/*.swiper.ardmySwiper .swiper-slide:after {
    position: absolute;
    z-index: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
}*/
.slide-inner-con .slider-img{
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 600px;
}
.swiper-slide .slide-inner-con .slider-img .slide-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-slide .slide-inner-con .more-link span{
    margin-left: 10px;
}
.swiper-slide .slide-inner-con .more-link svg{
margin-top: 7px;
}
.swiper-slide .slide-inner-con .more-link:hover svg path{
   stroke: #d33223;
}
.slide-content{
    text-align: left;
    position: absolute;
    top: 50%;
    left: 20%;
    z-index: 2;
    transform: translate(-15% , -50%);
    width: 55%;
}
.slide-content h2{
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0;
    color: #fff;
}
.slide-content p{
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}
.more-link{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.more-link:hover{
    color: #d33223;
}
.swiper.ardmySwiper .swiper-button-next, 
.swiper.ardmySwiper .swiper-button-prev {
    z-index: 10;
    cursor: pointer;
    display: block;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.swiper.ardmySwiper .swiper-button-prev, 
.swiper.ardmySwiper .swiper-rtl .swiper-button-next {
    left: 30px;
    right: auto;
}
.swiper.ardmySwiper .swiper-button-next, 
.swiper.ardmySwiper .swiper-rtl .swiper-button-prev {
    right: 30px;
    left: auto;
}

.swiper.ardmySwiper .swiper-button-prev:after, 
.swiper.ardmySwiper .swiper-rtl .swiper-button-next:after,
.swiper.ardmySwiper .swiper-button-next:after, 
.swiper.ardmySwiper .swiper-rtl .swiper-button-prev:after {
    background: #24458c;
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media(max-width:991px){
.slide-inner-con{
    flex-direction: column;
    flex-wrap: wrap;
}
.slide-content h2 {
    font-size: 40px;
}
.slide-content h4 {
    font-size: 36px;
    
}
.slide-content {
    margin-left: 0px;
    text-align: center;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


}


/* about us page */
.banner{
    width: 100%;
    height: 600px;
}
.banner img{
    width: 100%;
    height: 100%;
}

/* our leadership */
.our-leadership{
    display: flex;
    align-items: center;
    gap: 90px;
}
.our-leadership h2{
    text-align: center;
}
.our-leadership h3{
    color: #d63022;
}
.our-leadership .left-con{
    flex: 1;
}
.our-leadership .right-con{
    width: 20%;
}
.our-leadership .right-con img{
    width: 100%;
}
.row-reverse{
    flex-direction: row-reverse;
}
.points{
    list-style: disc;
    padding-left: 15px;
}
.points li{
    padding-bottom: 15px;
    font-size: 16px;
    color: #707070;
}

/* image gallery */
.gallery-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.gallery-item img{
width: 100%;
}
.gallery-pic{
    padding: 0;
    text-align: center;
    height: 300px;
    border: 1px solid transparent;
    overflow: hidden;
    
}
.gallery-pic img{
    transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transition: all 700ms ease;
}
.gallery-content {
    background: #fff;
    box-shadow: 0px 3px 16px 0px rgba(0 , 0 , 0 , .05);
    padding: 10px;
}
.gallery-content h3{
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    line-height: normal;
}
.gallery-content span{
    font-size: 14px;
    color: #24458c;
    font-weight: 600;
}

.gallery-pic:hover .gallery-pic img {
    transform: scale(1.2) rotate(2deg);
    -moz-transform: scale(1.2) rotate(2deg);
    -ms-transform: scale(1.2) rotate(2deg);
    -o-transform: scale(1.2) rotate(2deg);
}

.head-icons{display: flex;
align-items: center;}
.head-icons span{margin-right: 10px; width: 32px;}
.head-icons span img{
    width: 100%;
}
.col-con{
    display: flex;
    justify-content: space-between;
    gap: 60px;
}
.w-50{
    width: 50%;
}

















