/*********************************************/
/*              GENERAL CSS                  "/
/*********************************************/
 
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
body {
  font-family: "Poppins", sans-serif;
  color: #343a40;
  background: #ffffff;
}
a {
  outline: none;
  color: rgba(44, 130, 201, 1);
  text-decoration: none !important;
}
a:hover {
  color: #53407f;
}
p {
  line-height: 1.9;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
}

/*********************************************/
/*              UTILITY CSS                  "/
/*********************************************/
 
.text-sub {
  color: #9b9bae !important;
}
.bg-grey {
  background-color: #F8F6FA !important;
}
.title {
  color: #343a40;
}
.header-colorize {
  padding: 40px 0px 0px 0px;
  font-weight: 700;
  color: rgba(44, 130, 201, 1);
}
.section {
  /* padding: 120px 0px 120px 0px; */
  padding: 30px 0px 30px 0px;
  position: relative;
}
.size-14 {
  font-size: 14px;
}
.size-15 {
  font-size: 15px;
}
.size-18 {
  font-size: 18px;
}
.right-icon {
  line-height: 0;
  font-size: 19px;
}
.learn-more {
  color: rgba(44, 130, 201, 1);
  font-weight: 700;
}
.highlight {
  background: rgba(122, 96, 183, 0.1);
  -webkit-box-shadow: 0 1px 2px rgba(122, 96, 183, 0.5);
  box-shadow: 0 1px 2px rgba(122, 96, 183, 0.5);
  color: rgba(44, 130, 201, 1);
  border-radius: 13px;
  display: inline-block;
  padding: .25em .4em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.highlight-block {
  background: rgba(122, 96, 183, 0.1);
  -webkit-box-shadow: 0 1px 2px rgba(122, 96, 183, 0.5);
  box-shadow: 0 1px 2px rgba(122, 96, 183, 0.5);
  color: rgba(44, 130, 201, 1);
  border-radius: 13px;
  padding: .25em .4em;
  border-radius: .25rem;
  width: 100%;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.header-bg {
  padding: 50px 0 50px;
  /* background-image: url('../images/header-background.png'); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.header-bg .header-small-title {
  letter-spacing: 2px;
}
.header-bg .main-title {
  font-size: 2rem;
  line-height: 1.35;
  color: rgba(44, 130, 201, 1);
}

.header-text-title{
  padding-top: 20px; 
  padding-bottom: 5px;
}
/*********************************************/
/*              NAVBAR CSS                  "/
/*********************************************/

.nav-item .nav-link {
  text-decoration: none;
  display: inline-block;
  color: #343a40;

}
.navbar-theme {
  margin-bottom: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /* background-color: rgba(44, 130, 201, 1); */
  background-color: rgba(44, 130, 201, 1);
  padding: 14px 0px;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
}
.navbar-brand {
  cursor: pointer;
}
.navbar-theme .navbar-nav li a {
  line-height: 100%; /* This defines height of the menu items, even on collapse of navbar */
  text-align: center;
  /* color: rgba(43, 44, 170, 1); */
  /* background-color: #ffffff !important; */
  color: #ffffff;
  background-color: rgba(44, 130, 201, 1) !important;
  font-size: 15px;
  font-weight: 550;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 20px 0px ; /* Changed padding to 0 */ 
  margin: 0 20px;
}
.navbar-theme .navbar-nav li .nav-link {
  padding-right: 0px;
  padding-left: 0px;
}
.navbar-theme .navbar-toggles {
  font-size: 18px;
  background: 0 0;
  border: 1px solid transparent;
  /* color: rgba(242, 121, 53, 1); */
  color: rgb(247, 165, 127);
  outline: 0;
  padding: .26rem .76rem;
}
.navbar-theme .navbar-nav li.active a, .navbar-theme .navbar-nav li a:hover, .navbar-theme .navbar-nav li a:active {
  /* color: rgba(242, 121, 53, 1) !important; */
  color: rgb(247, 165, 127) !important;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background-color: transparent;
  border-color: rgba(44, 130, 201, 1);
}
.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #ffffff !important;
}

.fas.fa-bars {
  color: #ffffff !important;
}
.sticky-nav.navbar-theme .navbar-toggles {
  border: 1px solid transparent;
  padding: .26rem .76rem;
  outline: 0;
}
.sticky-nav.navbar-theme {
  margin-top: 0px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
  color: #000000 !important;
}
.sticky-nav.navbar-theme .navbar-nav {
  margin-top: 0px;
}
.sticky-nav.navbar-theme .navbar-nav li a {
  color: rgba(44, 130, 201, 1) !important; /* Blue when not selected */
}
.sticky-nav.navbar-theme .navbar-nav li.active a, .sticky-nav.navbar-theme .navbar-nav li a:hover, .sticky-nav.navbar-theme .navbar-nav li a:active {
  color: rgba(242, 121, 53, 1) !important; /* Orange on select */
}
.navbar-toggler:focus {
  outline: none;
}

/*********************************************/
/*              BUTTONS CSS                  "/
/*********************************************/
 
.btn {
  border-radius: 4px;
  padding: 12px 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 700;
  font-size: 15px !important;
}
.btn:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.btn.btn-primary {
  color: #ffffff;
  background-color: rgba(44, 130, 201, 1) !important;
  border: 1px solid rgba(44, 130, 201, 1) !important;
  -webkit-box-shadow: 0 4px 20px rgba(94, 98, 255, 0.15);
  box-shadow: 0 4px 20px rgba(94, 98, 255, 0.15);
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:active, .btn.btn-primary.active {
  background-color: #53407f !important;
  border: 1px solid #53407f !important;
  -webkit-box-shadow: 0 3px 10px rgba(94, 98, 255, 0.5);
  box-shadow: 0 3px 10px rgba(94, 98, 255, 0.5);
  color: #ffffff !important;
}

/*********************************************/
/*              SERVICES CSS                  "/
/*********************************************/
.services-container .services-icon {
  width: 50%;
  background: transparent;
  font-size: 30px;
  border-radius: 50% 50%;
  line-height: 74px;
  text-align: center;
  color: rgba(44, 130, 201, 1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block; 
  margin-left: auto;
  margin-right: auto;
}

.services-container .services-title {
  font-size: 1.4rem;
  color: #343a40;
  /* Center child horizontally*/
  display: block;
  justify-content: center;
  text-align: center;
    /* Setup */
  position: relative;
}

/********************************************************************/
/*               ACCOMPLISHED PROJECTS COUNTER CSS                  "/
/*******************************************************************/
 
.accomplished-counter-icon {
  font-size: 52px;
}
.accomplished-counter-bg .accomplished-counter-box {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.accomplished-accomplished-counter-bg {
  background: rgba(44, 130, 201, 1);
}
.accomplished-counter-bg .accomplished-counter-bg {
  background-color: rgba(44, 130, 201, 1);
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/*********************************************/
/*              CAROUSEL CSS                  "/
/*********************************************/
 
.col-center {
  margin: 0 auto;
  float: none !important;
}
.carousel {
  margin: 50px auto;
  padding: 0 70px;
}
.carousel .item {
  color: #999;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  min-height: 290px;
}

.carousel .item .img-full {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 5px;
}
.carousel .img-full img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0%;
}

.carousel .item .img-box {
  width: 135px;
  height: 135px;
  margin: 0 auto;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
.carousel .testimonial {
  padding: 30px 0 10px;
}
.carousel .overview {
  font-style: italic;
}
.carousel .overview b {
  text-transform: uppercase;
  color: rgba(44, 130, 201, 1);
}
.carousel .carousel-control {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  top: 50%;
  background: none;
}
.carousel-control i {
  font-size: 68px;
  line-height: 42px;
  position: absolute;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
  bottom: -40px;
  display: none;
}
.carousel-indicators li, .carousel-indicators li.active {
  width: 21px;
  height: 0px;
  margin: 1px 3px;
}
.carousel-indicators li {
  background: #999;
  border-color: transparent;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}
.carousel-indicators li.active {
  background: rgba(44, 130, 201, 1);
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.carousel-item {
  height: 60vh;
  min-height: 200px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*********************************************/
/*              FOOTER CSS                  "/
/*********************************************/
 
.footer {
  background-color: rgba(44, 130, 201, 1);
  padding-top: 20px;
}
.footer p {
  color: #fff;
}

.footer p.icons {
  color: #f7890c;
}

.footer p.centered {
text-align: center;

}

#footer .ul-contact-info .contact-info{
  color: #ffffff; 
  font-size: 18px; 
  margin-right: 10px; 
  min-width: 20px;
}
#footer ul
{
  list-style: none;  
}

.center-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

li {
  text-align: -webkit-match-parent;
}

.list-unstyled
{
  padding-left: 0;
}

.footer_iconcol {
  padding-left: 15px;
  vertical-align: top;
}

/*********************************************/ 
/*              PARALLEX                     */ 
/*********************************************/
section.parallax {
  /* The image used */
  background-image: url("../images/main3.jpg");

  /* Set a specific height */
  display:table; 
  height: 50%; 
  width: 100%; 
  position: relative;
  
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  /* background-blend-mode: screen; */
}

/* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */
@media only screen and (max-device-width: 1366px) {
  .parallax {
    background-attachment: scroll;
  }
}

/* vertical-centered text */
.text-vcenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle; 
	  color: #fff; 
}

.container-about{
  background-image : url("../images/bkg.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  background-blend-mode: screen;
}

.img-rounded {
  border-radius: 50%;
}

/*********************************************/

/*********************************************/ 
/*          MAP ON CONTACT US PAGE           */
/*********************************************/

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
} 

.contact-main-container{
  padding-top: 20px;
  padding-bottom: 30px;
  width: 90%; 
  height: 400px;
}
/*********************************************/
/*              RESPONSIVE CSS               "/
/*********************************************/
 
/* Hide some images which are not needed when screen size is for mobile */ 
/* @media (min-width: 425px)  {
    .imgtype2 {
      display:none;
    }
} */

@media (min-width: 200px) and (max-width: 768px) {
  .navbar-theme {
    background-color: rgba(44, 130, 201, 1) !important;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    margin-top: 0px;
    color: #ffffff !important;
  }
  .navbar-toggler {
    margin-bottom: 0px;
    font-size: 24px;
    margin-top: 0px;
    color: #ffffff !important;;
  }
  .navbar-theme .navbar-nav {
    margin-top: 0px;
  }
  .navbar-theme .navbar-nav li a {
    margin: 0px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #ffffff !important;
  }
  .navbar-theme>.container {
    width: 90%;
  }
  .navbar-collapse {
    padding: 0 5px;
  }
  .navbar-theme .navbar-nav li.active a {
    border-color: rgba(44, 130, 201, 1);
  }
  .navbar-theme .navbar-nav li.active a, .navbar-theme .navbar-nav li a:hover, .navbar-theme .navbar-nav li a:active {
    color: rgb(247, 144, 85) !important;
  }
  
  /* .navbar-theme .navbar-nav li.active a, .navbar-theme .navbar-nav li a:hover, .navbar-theme .navbar-nav li a:active { */
    /* color: rgba(242, 121, 53, 1) !important; */
  /* } */
}
@media (max-width: 425px) {
  .header-bg .main-title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .header-bg {
    padding: 120px 0;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .header-bg {
    background: none !important;
  }
}