	    p {
    font-size: 1rem;
}
@media (min-width: 1600px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1520px;
   
  }
  .modal-xl {
    max-width: 1500px;
  }
  p {
    text-align: justify;
    font-size: 1.2rem;
    }
    table {
    font-size: 1.2rem;
    }
    h3, .h3 {
        font-size: 2.5rem;
    }
    h5, .h5 {
        font-size: 2.0rem;
    }
    .navbar a, .navbar a:focus {
    font-size: 1.4rem;
    }
}
@media (min-width: 1800px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1720px;
  }
  .modal-xl {
    max-width: 1700px;
  }
  p {
    text-align: justify;
    font-size: 1.3rem;
    }
    table {
    font-size: 1.3rem;
    }
    h3, .h3 {
        font-size: 2.5rem;
    }
    h5, .h5 {
        font-size: 2.0rem;
    }
    .navbar a, .navbar a:focus {
    font-size: 1.4rem;
    }
}

@media (min-width: 2000px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1920px;
  }
  .modal-xl {
    max-width: 1900px;
  }
  p {
    text-align: justify;
    font-size: 1.4rem;
    }
    table {
    font-size: 1.4rem;
    }
    h3, .h3 {
        font-size: 2.5rem;
    }
    h5, .h5 {
        font-size: 2.0rem;
    }
    .navbar a, .navbar a:focus {
    font-size: 1.4rem;
    }
}

@media (min-width: 2400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 2320px;
  }
  .modal-xl {
    max-width: 2300px;
  }
  p {
    text-align: justify;
    font-size: 1.8rem;
    }
    table {
    font-size: 1.8rem;
    }
    h3, .h3 {
        font-size: 2.5rem;
    }
    
    h5, .h5 {
        font-size: 2.0rem;
    }
    .navbar a, .navbar a:focus {
    font-size: 1.8rem;
    }
}
@media screen and (min-width: 601px) {
  div.item_list{
    font-size: 12px;
  }
}
@media screen and (min-width: 1360px) {
  div.item_list{
    font-size: 12px;
  }
}

@media screen and (min-width: 1600px) {
  div.item_list{
    font-size: 16px;
  }
}


/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
  div.item_list{
    font-size: 12px;
  }
}
@media (min-width: 1400px) { font-size: 1.5rem; }

        .navbar{font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 550;
    font-size: 15px;
    color: #000000!important;
    transition: color 300ms ease 0ms;
}

img {
    max-width: 100%;
    height: auto;
}
        section {
            /*padding: 60px 0;
            min-height: 100vh;*/
        }
 ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
.contact-area {
    border-bottom: 1px solid #353C46;
}

.contact-content p {
    font-size: 15px;
    margin: 30px 0 60px;
    position: relative;
}

.contact-content p::after {
    background: #353C46;
    bottom: -30px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 80%;
}

.contact-content h6 {
    color: #8b9199;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}

.contact-content span {
    color: #353c47;
    margin: 0 10px;
}

.contact-social {
    margin-top: 30px;
}

.contact-social > ul {
    display: inline-flex;
}

.contact-social ul li a {
    border: 1px solid #8b9199;
    color: #8b9199;
    display: inline-block;
    height: 40px;
    margin: 0 10px;
    padding-top: 7px;
    transition: all 0.4s ease 0s;
    width: 40px;
}

.contact-social ul li a:hover {
    border: 1px solid #FAB702;
    color: #FAB702;
}

.contact-content img {
    max-width: 210px;
}

section, footer {
    background: #1A1E25;
    color: #868c96 !important;
}

footer p {
    padding: 40px 0;
    text-align: center;
}

footer img {
    width: 44px;
}
p {
  text-align: justify;
  text-justify: inter-word;
  
}

/* custom.css 
.carousel-item{
    height: 480px;
}

.carousel-item img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 480px;
}
*/
.carousel-item {
        /* height: 480px;*/
      }

      @media (max-width: 768px) {
         .carousel-item {
            height: auto;
         }
         .carousel-indicators{display:none;}
      }
      
.navbar .active, .navbar .active:focus, .navbar li:hover>a {
    background: #ef6603;
    color: #fff !important;
}

.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px 7px 15px;
    margin-left: 10px;
    /*font-size: 14px;*/
    white-space: nowrap;
    transition: 0.3s;
    border-radius: 50px;
}


        /*--------------------
 Back to Top Button
---------------------*/
.scrollToTopBtn {
  background-color: #0eb1ff;
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  font-size: 30px;
  line-height: 48px;
  width: 48px;
	  /* place it at the bottom right corner */
  position: fixed;
  bottom: 30px;
  right: 30px;
	  /* keep it on top of everything else */
  z-index: 100;
	  /* hide with opacity */
  opacity: 0;
	  /* also add a translate effect */
  transform: translateY(100px);
	  /* and a transition */
  transition: all .5s ease
}
    
.showBtn {
  opacity: 1;
  transform: translateY(0)
}


/*----------------
 	Hero Section
----------------*/
.hero{
	display: flex;
	justify-content: center;
	height: 100vh;
	color: #fff;
	text-align: center;
	background-color: #850f11;
}
.hero h1{
	font: bold 50pt 'Open Sans', sans-serif;
	margin-bottom: 15px;
}
.hero h2 {font-size: 30pt;}
.hero h3 {font: normal 20pt 'Open Sans', sans-serif; margin: 1rem auto 0.5rem auto;}

@media screen and (max-width: 800px) {
	.hero h1{
		margin-top: 100px;
		margin-bottom: 80px;
	}
	.header-down-arrow {
		display: none;
	}
}


        .teams .shadow-effect {
		    background: #fff;
		    padding: 20px;
		    border-radius: 20px;
		    text-align: center;
	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-teams .item {
			 /*height:470px !important;*/
		    text-align: center;
		    padding: 20px; 
				margin-bottom:5px;
		    
		}
#customers-teams .item p{
	font-size:12px;
}
#customers-teams .item h2{
	font-size:28px !important;
	font-weight:500 !important;
}
#customers-teams .item .title{
	font-size:14px;
}
#pastexp{
	margin-top:20px;
}
#customers-teams .item h5{
	font-size:15px !important;
	font-weight:700 !important;
}
		#customers-teams .owl-item.active.center .item {
		    opacity: 1;
		    -webkit-transform: scale3d(1.0, 1.0, 1);
		    transform: scale3d(1.0, 1.0, 1);
		}
		.teams .owl-carousel .owl-item .img-circle {
		    transform-style: preserve-3d;
		    max-width: 170px;
    		margin: 0 auto 17px;
			  transition: transform .5s;
		}
.teams .owl-carousel .owl-item .img-circle:hover {
		    transform: scale(0.9);
		}
		#customers-teams.owl-carousel .owl-dots .owl-dot.active span,
#customers-teams.owl-carousel .owl-dots .owl-dot:hover span {
		    background: rgba(215,67,77,0.8);
		    transform: translate3d(0px, -50%, 0px) scale(0.7);
		}
#customers-teams.owl-carousel .owl-dots{
	display: inline-block;
	width: 100%;
	text-align: center;
}
#customers-teams.owl-carousel .owl-dots .owl-dot{
	display: inline-block;
}
		#customers-teams.owl-carousel .owl-dots .owl-dot span {
		    background: rgba(215,67,77,0.8);
		    display: inline-block;
		    height: 20px;
		    margin: 0 2px 5px;
			  margin-top:50px;
		    transform: translate3d(0px, -50%, 0px) scale(0.3);
		    transform-origin: 50% 50% 0;
		    transition: all 250ms ease-out 0s;
		    width: 20px;
			  outline: none;
				border-radius:50% !important;
		}
.owl-dot, .owl-dot:active, .owl-dot:focus { 
	outline: 0 !important;
}

@media only screen and (max-width: 1000px){
	#customers-teams.owl-carousel .owl-dots .owl-dot span {
	height:20px;
	width:20px;
	margin-top:30px;
	}
}


 #teamsocial {
   align-items: center;
	 justify-content: center;
	 display: flex;
	 margin:10px auto;
	 margin-top:20px;
  
}
/*--------------------------------------------------------------
# Slider Section
--------------------------------------------------------------*/
.slider {
  background-color: transparent;
}

.slider .swiper-pagination .swiper-pagination-bullet {
  background-color: color-mix(in srgb, var(--default-color) 90%, white 15%);
}

.slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

.slider .swiper-wrapper {
  height: auto !important;
}

.slider .swiper-slide {
  min-height: 500px;
  position: relative;
  display: flex;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: color-mix(in srgb, var(--background-color), transparent 50%);
}

@media (max-width: 575px) {
  .slider .swiper-slide {
    min-height: 300px;
  }
}

.slider .swiper-button-prev:after,
.slider .swiper-button-next:after {
  font-size: 24px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.slider .content {
  padding: 60px 80px;
  max-width: 700px;
  position: relative;
}

.slider .content a,
.slider .content h2,
.slider .content p {
  color: var(--default-color);
}
/*--------------------------------------------------------------
# Slider Section
--------------------------------------------------------------*/
.slider {
  background-color: transparent;
}

.slider .swiper-pagination .swiper-pagination-bullet {
  background-color: color-mix(in srgb, var(--default-color) 90%, white 15%);
}

.slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

.slider .swiper-wrapper {
  height: auto !important;
}

.slider .swiper-slide {
  min-height: 500px;
  position: relative;
  display: flex;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: color-mix(in srgb, var(--background-color), transparent 50%);
}

@media (max-width: 575px) {
  .slider .swiper-slide {
    min-height: 300px;
  }
}

.slider .swiper-button-prev:after,
.slider .swiper-button-next:after {
  font-size: 24px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.slider .content {
  padding: 60px 80px;
  max-width: 700px;
  position: relative;
}

.slider .content a,
.slider .content h2,
.slider .content p {
  color: var(--default-color);
}

  

