:root {
    --primary-color: #000000;
    --secondary-color: #050038;
    --blue-color:#0C61BA;
    --white-color: #ffffff;
    --gray-color: #898989;
    --primary-font: 'Inter', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--primary-color);
    font-family: var(--primary-font), sans-serif;
    font-weight: normal;
    line-height: 1.7;
    overflow-x: hidden;
    font-size: 1rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 20px;
    font-family: var(--primary-font);
    color: var(--secondary-color);
    line-height: 1.6;
    font-weight: 700;
}
h2{
    font-size: 36px;
    letter-spacing: -1px;
}
h2 span{
    color: var(--blue-color);
    font-weight: 500;
}
ol,
ul {
    font-size: 1rem;
}

a {
    color: var(--primary-color);
    text-decoration: none;
    outline: none;
    transition: ease 0.3s;
}

a:hover {
    transition: ease 0.3s;
    color: var(--secondary-color);
}

svg:not(:root) {
    overflow: hidden;
}

section {
    padding: 60px 0;
    position: relative;
}

ul,
li {
    padding-left: 0;
    margin-bottom: 0;
}

p {
    color: var(--primary-color);
    font-size: 16px;

}

.logo {
    max-width: 200px;
    padding:20px 0;
}
.nav-link{
    color: #000000;
    font-size: 16px;
    font-family: var(--primary-font);
    padding: 0 20px !important;
    border-right: solid 1px #646464;
    line-height: normal;
}
.nav-item:last-child .nav-link{border-right: 0;}
.nav-link:hover, .navbar-nav .nav-link.active{
    color: var(--blue-color);
}
.btn-primary{
    background-color: var(--blue-color);
}
.carousel-caption {
    position: absolute;
    right: 50px;
    bottom: 0;
    left: auto;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    max-width: 300px;
    text-align: left;
    font-size: 45px;
    top: 50%;
    transform: translateY(-50%);
  }
  .carousel-caption p{
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 600;
    line-height: 34px;
  }
  .center .slick-slide {
    margin: 0 20px;
  }
  .testimonial{
    display: flex;
    align-items: center;
    border: solid 1px #999;
    border-radius: 20px;
    padding: 10px;
}
  .testimonial-client {
    width: 130px;
}

.testimonial-client h3{
    font-size: 14px; 
    margin-bottom: 0;
    color: #0c61ba;
}
.testimonial-client p{font-size: 12px;}
.testimonial .profile{
    width: calc(100% - 100px);
}
.testimonial .profile h3{
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.testimonial .profile p{
    font-size: 14px;
    margin-bottom: 0;
}
.variable-width > div{
    max-width: 400px;
}

.profile-img{padding-right: 20px;}
.profile img{width: 20px;}
.map {
    padding-bottom: 0;
    margin-bottom: -100px;
    position: relative;
    z-index: 9;
  }

footer {
    padding-top: 150px;
    position: relative;
    background: var(--blue-color);
    
}
footer .container{
    position: relative;
}

footer h3 {
    font-size: 1.4rem;
    line-height: 46px;
    color: #fff;
    text-align: left;
    margin-bottom: 10px;
}

footer p,
footer p a {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

.footer-memu,
.footer-memu ul,
.footer-memu li,
.footer-memu li a {
    list-style: none;
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
    line-height: 30px;
    padding-left: 0px;
    position: relative;
    text-decoration: none;
}
.footer-memu li a:hover, footer p a:hover{
    color: var(--header-color);
}
.footer-memu {
    display: flex;
    flex-wrap: wrap;
}

.footer-memu li {
    width: 100%;
}

.contact ul {
    padding: 0;
    margin-right: 30px;
}

.contact ul,
.contact li,
.contact li a {
    list-style: none;
    color: #fff;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
}

.contact li span {
    color: #05CEEC;
}

.contact li a:hover {
    color: #05CEEC;
}

.copy-right {
    text-align: center;
    margin-top: 40px;
    background:  #0F264A;
}


.copy-right p {
    text-align: center;
    line-height: 21px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    padding: 10px 0;
}

.copy-right p a {
    color: #fff;
}
.footer-logo {
    max-width: 180px;
    margin-top: 90px;
  }
  .social-media {
    display: flex;
    flex-wrap: wrap;    
}
.social-media ul {
    display: flex;
    gap: 15px;
    text-align: center;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin: 0;
}



.social-media ul li a {
    color: #fff;
    font-size: 1rem;
    background: #0D2750;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-media ul li a:hover{
    background-color: #fff;
    color: #0D2750;
}

iframe {
    border-radius: 15px;
}

.client-tele-container .box-wrapper-client {
    margin-bottom: 44px;
}

.mission{
	padding-top:15px
}

.choose-us {display: flex;}
.clients{
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(5, 1fr );
}
.promotional-container{position: relative;}
.promotional-container:before{
    content: '';
    position: absolute;
    width: 100%;
    background-color: #F0F7FF;
    height: 50%;
    top: 0;
    z-index: -1;
    left: 0;
}
@media screen and (max-width: 992px) {
	.card {
		margin-bottom: 40px;
	}
	
	.mission ul li {
		color: #fff;
		margin-bottom: 15px;
	}
	
	.vision{
		padding-top:15px
	}
	
	.promotional-container{
		padding-top:25px;
		padding-bottom:0px;
	}
	section {
        padding: 50px 0;
    }
}
@media screen and (max-width: 767px) {
	h2 {
    font-size: 25px;
    letter-spacing: -1px;
}
	
	html {
    overflow-x: hidden;
}
	
	img.img-pos {
    opacity: 0.2;
}

    section {
        padding: 30px 0;
    }
    .choose-us {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .choose-us > div{
        flex-shrink: 1;
        flex-basis: 40%;
    }
    .choose-us .flex--md-column-reverse img{transform: rotate(180deg);}
    .clients{ grid-template-columns: repeat(3, 1fr );}
    .navbar-collapse{
        background: #fff;
        box-shadow: 0 0 10px #ccc;
        border-radius: 10px;
        padding: 20px 0;
    }
    .nav-item {
        padding: 10px 0;
      }
      .navbar-collapse form{margin-left: 20px;}
      .nav-link{border-right: 0;}
      footer {padding-top: 50px;}
}
.contact-form{
    background-color: #fff;
}
.address p {
    text-align: center;
    text-transform: capitalize;
    font-size: 20px;
}
.address p span {
    display: block;
    margin-top: 5px;
}
.address.contact-num {
    display: flex;
    margin: auto;
}
.contact-num2 {
    background-color: #05003E;
    color: #fff;
    margin-top: 0px;
    padding: 0 10px;
    border-radius: 4px;
    margin-top: 10px;
    position: absolute;
    right: 10px;
}
.contact-num2 {
    position: relative;
    right: 0;
}
.address.contact-num p {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    background: none;
    color: #fff;
  }
  textarea.form-control {
    height: 100px;
  }
  .sub-btn {
    padding: 7px 30px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 4px;
    background: #05003E;
    line-height: 26px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
  }
  .form-control {
    margin-bottom: 15px;
  }
  .img-pos{
      position: absolute;
      max-width: 100%;
      opacity: 0.5;
  }
  
  ul.text-white li {
    margin-bottom: 10px;
}

.slick-slide h6{
	font-weight: 450!important;
    font-size: 15px;
}

.slick-slide img {
    padding-bottom: 20px;
}

.service-cat h2 {
    font-size: 26px;
}

.service-cat-inner h6 {
    padding-top: 20px;
}

.logo-block {
    text-align: center;
    background: #02143f;
}

.logo-block-blue {
    text-align: center;
    background: #020f2f;
}

.service-cat-inner .col-md-4 {
    margin-bottom: 50px;
}

section.box-container {
    background: #02143f;
    color: #fff;
    padding: 40px 0px;
}

.box-container h2, .box-container span {
    color: #fff;
}

h4.modal-title {
    display: none;
}

.modal-header {
    border: none;
}

.carousel-control-next, .carousel-control-prev{
	opacity:0.9
}

.mission ul {
    padding-left: 19px;
}
