*
{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
a
{
	text-decoration: none !important;
}
ul li
{
	list-style: none !important;
}
dl, ol, ul 
{
	margin-bottom: 0;
}
.ptb-50
{
	padding-top: 50px;
	padding-bottom: 50px;
}
.text-theme-color
{
    color: #073288;
}
.bg-theme-color
{
    background: #022b80;
}
.topheader
{
    background: #002667;
}
.topheader .container
{ 
    border-bottom: 1px solid rgba(15, 14, 27, .1);
    padding-top: 10px;
	padding-bottom: 10px;
}
.menu
{
	box-shadow: 0.7px 8.9px 24.5px 0 rgb(8 8 24 / 10%);
    background-color: #ffffff;
}
.title
{
	text-align: center;
	margin-bottom: 20px;
}
.title h3
{
    font-family: "segoe UI", "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 32px;
}
.box
{
	background: #fff;
	/*box-shadow: 1.7px 9.8px 30px 0 rgb(3 2 50 / 30%);*/
	padding: 20px 20px 20px 20px;
	text-align: center;
    border:1px solid #eeeeee;
}
.box h5
{
    padding-top: 10px;
    color: #0342c3;
}
/*.box:hover
{
	background: #022b80;
	color: #fff !important;
}*/
.line
{
	content: '';
    display: block;
    width: 50px;
    height: 3px;
    border:3px solid #529ff1;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}
.line-white
{
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    border:1px solid #f7f7f7;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}
.copyright
{
	border-top: 1px solid #8a8989;
	padding-top: 10px;
	padding-bottom: 10px;
    background: #000;
    color: #fff;
}
.bottsocial-icons li
{
	display: inline-block;
	padding-right: 5px;
}
.bottsocial-icons i
{
	background:transparent;
    border:1px solid #fff;
	color: #fff;
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}
.bottsocial-icons i:hover
{
    color: #fff;
}
.topsocial-icons li
{
	padding-right: 5px;
	display: inline-block;
}
.topsocial-icons i
{
	color: #fff;
    font-size: 15px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}
.social-right ul li
{
	padding-right: 10px;
	display: inline-block;
}
.social-right a
{
	color: #fff;
    font-size: 15px;
}
.fa-whatsapp
{
    color: #049404;
    font-size:22px;
    margin-bottom: 0;
}

.menu-item li {
    padding: .5rem .5rem;
    margin: 0 .25rem;
}
.menu-item a.active
{
	color: #bcd531 !important;
}
.bg-black
{
    background: #000;
}
.bg-extra-dark-gray {
    background-color: #022b80;
}
.opacity-medium
{
    position: absolute;height:90vh;width: 100%;opacity: 0.8;top: 0;left: 0;
}
.carousel-caption
{
	position: absolute;
	width: 50%;
    bottom: 40%;
    left: 10%;
    right: 0;
    text-align: center;
    text-shadow:1px 2px 4px #000 !important;
    text-align: justify;
}
.carousel-caption h4
{
    font-size: 28px;
    line-height:38px;
    margin-bottom: 0;
}
.carousel-caption h5
{
    font-size: 42px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 20px;
}
.carousel-caption button
{
    background: #022b80;
    border: 2px solid #022b80;
    color: #fff;
    border-radius: 30px;
    padding: 12px 30px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    padding: 9px 22px;
    min-width: 150px;
    border-radius: 25px;
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 1px !important;
    letter-spacing: .5px;
    line-height: inherit;
    width: auto;
    font-family: 'Montserrat',sans-serif;
    font-weight: 600;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}
.carousel-indicators 
{
    bottom: 50px !important;
}
.carousel-prev , .carousel-next
{
    font-size: 24px;
}
.service-box
{
	text-align: center;
	color: #fff;
}
.service-box i
{
	margin-bottom: 10px;
    font-size: 20px;
}
.service-box h2
{
    font-weight:700;
    font-size: 30px;
    margin-bottom: 5px;
}
.service-box h5
{
    font-weight: 600;
    font-size: 22px;
    padding-top: 15px;
}
.about-content h3
{
    color: #022b80;
}
.about-content p
{
    text-align: justify;
    font-size: 16px;
    line-height: 25px;
}
.about-list li
{
   /* list-style-type: disc !important;*/
    padding: 0 0 5px 10px;
    margin: 0 0 5px 0;
}
.about-list i
{
    margin-right: 10px;
    color: #17479e;
}
.list-style li:before {
    content: "\f192";
    position: absolute;
    top: 0;
    left: 0;
    font-family: Font Awesome\ 5 Free;
    color: #17479e;
}
.list-style li {
    position: relative;
    padding: 0 0 8px 25px;
    margin: 0 0 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    line-height: 25px;
}
.contact-box {
    text-align: center;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 2px;
    box-shadow: 0 20px 80px rgb(0 0 0 / 12%);
    margin: 10px 0;
    padding: 20px 15px;
    transition-duration: .3s;
}
.contact-box i {
    background: #022b80;
    color: #fff;
    font-size: 35px;
    margin: 10px 0 20px;
    height: 75px;
    width: 75px;
    line-height: 75px;
    border-radius: 50%;
}
.contact-box h5 {
    color: #232323;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 5px;
    line-height: normal;
}
.contact-box span {
    color: #1f1f1f;
    font-size: 16px;
}
.footertop
{
    padding-top: 40px;
    padding-bottom: 20px;
}
.footer-title
{
    font-size: 24px;
    color: #fff;
}
.footer-links li
{
    /*border-bottom: 1px dashed #6b6a6a;
    padding-bottom: 10px;*/
    margin-bottom: 10px;
    color: #fff;
}
.footer-links li a
{
    color: #fff;
}
.footer-links li a:hover
{
    color: #fff;
    font-weight: 600;
}
.s-list li
{
    margin-bottom: 10px;
}
.s-list p
{
    text-align: justify;
}
.s-list li i
{
    font-size: 14px;
    margin-right: 10px;
    background: #f7f7f7;
    color: blue;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
   
}

.navbar-toggler-icon {
        background: #fff;
        border-radius: 2px;
        width: 2em;
        height: 2em;
    }

.nav-link
{
    color: #000 !important;
    text-transform: uppercase;
    font-size:15px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.nav-link:hover
{
    color: #2b6bef !important;
}
.testimonals
{
    background: url(img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.shadow-effect 
{
    background: #fff;
    padding: 20px;
    text-align: left;
    border:1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
#customers-testimonials .shadow-effect p
{
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 17px 0;
    /* font-weight: 300; */
    color: #000;
}
.testimonial-name 
{
    width: auto;
    border-radius: 20px;
    text-align: left;
    color: #000;
}
#customers-testimonials .item 
{
    
    padding: 20px 15px 20px 15px;
    
}
#customers-testimonials .owl-item.active.center .item 
{
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
.rating li
{
    display: inline-block;
    color: #f2d903;
}


.dropbtn {
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 230px;
  /*border-top:5px solid #ff9800;*/
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
 
}

.dropdown-content a {
  color: #000;
  padding: 10px 12px;
  text-decoration: none;
  display: block;
  font-size: 15px;
  line-height: 24px;
  border-bottom:1px dotted #7d7d7d;
}

/*.dropdown-content a:hover {background-color: #ddd;}*/

.dropdown-content a:hover {color: #fff;background:#022b80; }

.dropdown:hover .dropdown-content {display: block;}

.client-box
{
    border:1px solid #cac8c8;
}
.margin-30px-bottom
{
    margin-bottom: 30px;
}
.owl-carousel .nav-btn {
  height: 30px;
  width: 30px;
  line-height: 25px;
  cursor: pointer;
  position: absolute;
  top: 140px !important;
  background-color: #054bdc;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0.7px 8.9px 24.5px 0 rgb(8 8 24 / 10%);
}
.owl-carousel .nav-button {
  height: 30px;
  width: 30px;
  line-height: 25px;
  cursor: pointer;
  position: absolute;
  top: 60px !important;
  background-color: #5b5b5b;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0.7px 8.9px 24.5px 0 rgb(8 8 24 / 10%);
}

.owl-carousel .owl-nav{
  display: inline-block !important;
  font-size: 24px;
  color: #000;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #ffffff;
  font-size: 39px;
  background: #000000;
  border-radius: 3px;
}

.owl-carousel .prev-carousel:hover {
  background-position: 0px -53px;
}

.owl-carousel .next-carousel:hover {
  background-position: -24px -53px;
}
.owl-carousel .owl-prev {
  left: -40px;
}

.owl-carousel .owl-next {
  right: -40px;
}
.fa-circle
{
    font-size: 10px;
}
.scrollToTop {
    background: #022b80;
    bottom: 15px;
    display: none;
    border-radius: 50%;
    height: 40px;
    position: fixed;
    right: 15px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    line-height: 43px;
    z-index: 99999;
}
.scrollToTop i {
    color: #fff;
    font-size: 22px;
}
/*.box img
{
    background: #f7f7f7;border-radius: 50%; padding: 10px;
}*/
.about
{
    background: url(img/bg-1.jpg);
}
.solution
{
    text-align: center;
}
.solution h5
{
    padding-top: 10px;
}
.benefits-list h5
{
    font-size: 20px;
    font-weight: 600;
    color: #002667;
}
.benefits h3
{
    font-family: 'Roboto',sans-serif;font-size: 26px;font-weight: 700; 
    margin-bottom: 10px;
}
.benefits-list
{
    text-align: justify;
}
.font-size18
{
    font-size: 18px;
}