@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');

body{
	font-family: 'Nunito', sans-serif;
}

/*common css start*/
p, li, table {
	color: #848484 !important;
}



.four_cols_gray p {
    color: #474747 !important;
}

.dbp-text-blue {
	color: #0066B3;
}

.modal-footer {
	padding: .75rem;
	padding-top: 0;
	padding-bottom: 1.5rem;
    border-top: 0px solid #dee2e6;
    justify-content: center;
}

.btn-dbp-card {
	background-color: #005493;
	border-radius: 0;
	/*font-family: AvenirNext;*/
	font-weight: 400;
	color: #FFFFFF;
	font-size: 0.9rem;
	transition: all .2s;
}

.btn-dbp-card:hover {
	background-color: #014d86;
	color: #FFFFFF;
	transform: translate(0, -5px);
	box-shadow: 0px 12px 5px -8px rgba(0,0,0,0.2);
	transition: all .2s;
}

section {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.container-spacing {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

section h2 {
	/*font-family: GillSans;*/
	font-size: 2rem;
	color: #0066B3;
}

section h3 {
	/*font-family: GillSans;*/
	font-size: 1.6rem;
	color: #0066B3;
}

.card-dbp h5 {
	font-size: 1.06rem;
	/*font-family: GillSans;*/
	color: #474747;
	font-weight: 900;
}

.card-dbp p {
	/*font-family: AvenirNext;*/
	color: #2C2A25;
	font-size: 14px;
}

.card-dbp {
	border-radius: 0rem;
	margin-bottom: 1rem !important;
}

.card-img, .card-img-top {
    border-top-left-radius: calc(0rem - 1px);
    border-top-right-radius: calc(0rem - 1px);
}

.card-deck {
	height: 100%;
}

.btn-round-dbp {
	border-radius: 30px;
}

p.heading {
	/*font-family: GillSans;*/
	font-weight: bold;
	margin-bottom: 0;
	color: #474747;
}

.dbp-bannerimage .carousel-item {
    line-height: 0;
}

.dbp-bannerimage .carousel-item .carousel-caption p {
	line-height: 1.7rem;
}
/*common css close*/

/*Navigation starts*/
/* section.dbp-navigation {
	font-family: GillSans;
} */
/*Navigation close*/

/*Main banner start*/
section.dbp-bannerimage h1 {
	/*font-family: GillSans;*/
	font-size: 3rem;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 25%;
	/*width: 90%;*/
}

section.dbp-bannerimage h2 {
	/*font-family: GillSans;*/
	font-size: 2.8rem;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 18%;
	width: 80%;
}

@media only screen and (max-width: 786px) {
	section.dbp-bannerimage h2 {
		/*font-family: GillSans;*/
		font-size: 1.8rem;
		font-weight: bold;
		color: #FFFFFF;
		padding-top: 18%;
		width: 90%;
	}
}

.carousel-caption {
    position: absolute;
    right: 15%;
    /*bottom: 240px;*/
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    top:0%;
}

section.dbp-bannerimage p {
	/*font-family: AvenirNext;*/
	font-size: 1.1rem;
	color: #FFFFFF !important;
	/*width: 80%;*/
}

@media only screen and (min-width: 1441px) {
	section.dbp-bannerimage h1 {
		/*font-family: GillSans;*/
		font-size: 4.5rem;
		font-weight: bold;
		color: #FFFFFF;
		padding-top: 25%;
		/*width: 100%;*/
	}

	section.dbp-bannerimage p {
		font-size: 1.3rem;
		color: #FFFFFF;
		/*width: 100%;*/
	}
}

@media only screen and (min-width: 1700px) {
	section.dbp-bannerimage p {
		font-size: 1.5rem;
		color: #FFFFFF;
		/*width: 80%;*/
	}
}

@media only screen and (max-width: 1240px) {
	section.dbp-bannerimage p {
		/*font-family: AvenirNext;*/
		font-size: 1rem;
		color: #FFFFFF;
		/*width: 80%;*/
	}
}

@media only screen and (max-width: 1024px) {
	section.dbp-bannerimage h1 {
		/*font-family: GillSans;*/
		font-size: 2.7rem;
		font-weight: bold;
		color: #FFFFFF;
		padding-top: 23%;
		/*width: 100%;*/
	}

	section.dbp-bannerimage p {
		/*font-family: AvenirNext;*/
		font-size: 1rem;
		color: #FFFFFF;
		/*width: 100%;*/
	}
}

@media only screen and (max-width: 786px) {
	section.dbp-bannerimage h1 {
		/*font-family: GillSans;*/
		font-size: 1.55rem;
		font-weight: bold;
		color: #FFFFFF;
		padding-top: 25%;
		/*width: 100%;*/
	}

	section.dbp-bannerimage p {
		/*font-family: AvenirNext;*/
		font-size: .7rem;
		color: #FFFFFF;
		/*width: 100%;*/
	}
}

@media only screen and (max-width: 414px) {
	section.dbp-bannerimage h1 {
		/*font-family: GillSans;*/
		font-size: 1.2rem;
		font-weight: bold;
		color: #FFFFFF;
		padding-top: 25%;
		/*width: 100%;*/
	}
}

section.dbp-bannerimage .banner-text {
	position: absolute;
	margin-top: 1rem;
    left: 10%;
}
/*Main banner close*/

/*Featured solutions section start*/
section.dbp-featured-solutions {
	background-color: #EEEEEE;
}
/*Featured solutions section close*/

/*our services start*/
section.dbp-our-services {
	background-color: #EEEEEE;
}
/*our services close*/

/*Our partner start*/
section.dbp-our-partners {
	background-color: #EEEEEE;
	padding-top: 4rem;
	padding-bottom: 4rem;
}

section.dbp-our-partners .icon-bg {
	background-color: #FFFFFF;
	padding: 1rem;
	margin-bottom: 1rem;
}
/*Our partner end*/


/* Footer CSS starts */
  footer .footer-bg {
	  background-color:#0065B3;
	  padding: 20px;
	  padding: 40px 50px 40px 50px;
  }
  
  #footer h3.heading {
	  position: relative;
	  /*font-family: Gill Sans MT;*/
	  font-style: normal;
	  font-weight: normal;
	  font-size: 16px;
	  line-height: 148.6%;
	  /* identical to box height, or 24px */
	  text-transform: capitalize;
  }
  
  
  #footer h3.heading::after {
	  content: "";
	  bottom: -12px;
	  left: 0%;
	  position: absolute;
	  border:  1px solid #62a4d2;
	  width: 13%;
	  transform: translatey(-0%);
  }
  
  #footer p.copyright {
	  font-size: 75%;
  }
  
  #footer ul.address {
	  list-style-type: none;
  }
  
  #footer ul li {
	  list-style-type: none;
	  margin-left: 0px;
	  padding-right: 10px;
	  /*font-family: AvenirNext;*/
	  font-style: normal;
	  font-weight: normal;
	  font-size: 12px;
	  line-height: 27px;
	  color: #FFFFFF !important;
  }
	
  #footer ul {
	  margin-left: 0px;
	  padding-left: 0px;
  }
  
  #footer ul.addressac li {
	  /*font-family: AvenirNext;*/
	  font-style: normal;
	  font-weight: normal;
	  font-size: 12px;
	  /*line-height: 30px;*/
	  line-height: 16px;
      margin-bottom: .8rem;
  }
  
  #footer ul.addressac li a {
	  color: white;
	  text-decoration: none;
  }
  
  #footer .fa-facebook {
	  background: #3B5998;
	  color: white;
	  text-decoration: none;
	  text-align: center;
	  font-size: 26px;
  }
  
  #footer .fa-facebook    {
	  padding: 10px 0px 10px 0px;
	  -o-transition: .5s;
	  -ms-transition: .5s;
	  -moz-transition: .5s;
	  -webkit-transition: .5s;
	  transition: .5s;
	  border-radius: 50%; 
	  width: 45px;
	  height: 45px;
  }
  
  #footer .fa-linkedin {
	  padding: 10px 0px 10px 10px;
	  -o-transition: .5s;
	  -ms-transition: .5s;
	  -moz-transition: .5s;
	  -webkit-transition: .5s;
	  transition: .5s;
	  border-radius: 50%; 
	  width: 45px;
	  height: 45px;
  }
   
  #footer  .fa-linkedin {
	  background: #007bb5;
	  color: #FFFFFF;
	  border-right: none;
	  text-decoration: none;
	  font-size: 26px;
  }
  
  .bottom {
	  background-color:#005BA1;
	  color: #FFFFFF;	
  }
  
  
  #footer a  {  
	color: #FFFFFF;
	text-decoration: none;
  }
  
  #footer a:hover  {  
	color: #FFFFFF;
	text-decoration: underline;
  }

  #footer a.social  {  
	color: #FFFFFF;
	text-decoration: none;
  }

  footer .bottom p {
	  /*font-family: AvenirNext;*/
	  font-style: normal;
	  font-weight: normal;
	  font-size: 12px;
	  line-height: 148.6%;
	  /* identical to box height, or 18px */	
	  text-align: center;
	  margin: 0;	
	  color: #FFFFFF !important; 
	  padding: 20px 0px 20px 0px;
  }
  /* Footer CSS close*/

  /*Career page css*/
  .dbp-current-vacancies .row {
  	margin-bottom: 1rem;
  	/*font-family: AvenirNext;*/
  }

  .dbp-current-vacancies .table-header {
  	background-color: #fff;
  	color: #0066B3;
  }

  .dbp-current-vacancies .data-list {
  	background: #FFFFFF;
	/*box-shadow: 0px 0px 5px rgba(122, 122, 122, 0.4);*/
  }

  .dbp-current-vacancies .table-header div[class^="col-"] {
  	padding: 0.6rem 1.8rem;
  }

  .dbp-current-vacancies .data-list div[class^="col-"] {
  	padding: 1.2rem 1.8rem;
  }

  .dbp-job-description .data-list div[class^="col-"] {
  	padding: 0.4rem 2rem;
  }

  .dbp-current-vacancies .data-list button {
  	padding: 0.1rem 1rem;
  }
  
  /*Career page css close*/

  /*form input*/
  .form-control {
    padding: .375rem .75rem .375rem .4rem;
    border: 0px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    border-bottom: 2px solid #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0);
}
.card-body{
	padding: 1rem !important;
}

/*industry page*/
.industry-page-container img {
	border-radius: 5px;
    box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.6);
}

/*aboutus page*/
/*#pg-gb11-5f57598100483-1 {
	display: flex;
	align-items: center;
}

#pg-gb11-5f57598100483-2 {
	display: flex;
	align-items: center;
}

#pg-gb11-5f57598100483-3 {
	display: flex;
	align-items: center;
}*/

.page-template-page_template_about .wp-image-167 {
	/*max-width: 220px !important;*/
}

.page-template-page_template_about .wp-image-168 {
	max-width: 220px !important;
}
/*
.page-template-page_template_about .wp-image-169 {
	max-width: 100px !important;
}*/

.abt_image01, .abt_image_02, .abt_image_03 {
	text-align: center;
}

/*contact page css*/
.modal-footer .wpcf7-submit {
    padding: .5rem 3rem;
}

/*navigation*/
.dropdown-toggle::after {
    font-family: FontAwesome;
    display: inline-block;
    margin-left: .255em;
    vertical-align: -0.1rem;
    content: "\f107";
    border-top: 0 solid;
    border-right: 0 solid transparent;
    border-bottom: 0;
    border-left: 0 solid transparent;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close*/
 }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.75);
}

.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover {
    /*color: rgba(0,0,0,.7);*/
    color: rgb(12, 109, 181);
}

.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link {
    /*color: rgba(0,0,0,.9);*/
    color: rgb(12, 109, 181);
}

.dropdown-item {
    color: #656363;
}

.dropdown-menu {
    font-size: .9rem !important;
}

@media (min-width: 992px){
	.navbar-expand-lg .navbar-nav .nav-link {
	    padding-right: 0.8rem;
	    padding-left: 0.8rem;
	}
}

.management-team-image {
	box-shadow: 0 0px 2px 0px rgba(0,0,0,0.2), 0 6px 10px -6px rgba(0,0,0,1);
	border: solid 5px #FFF;
	margin-bottom: 10px;
}

#card-image-box img {
	width: 50%;
}

@media only screen and (min-width: 768px) {
	.height_170 .card-body {
		height: 170px;
	}

	section.dbp-bannerimage div:last-child {
		min-height: 700px;
    	background: #b3b3b3;
	}

	body.home section.dbp-bannerimage div:last-child {
		min-height: 700px;
		background: transparent;
	}
}

@media only screen and (max-width: 767px) {
	section.dbp-bannerimage div:last-child {
		min-height: 250px;
    	background: #b3b3b3;
	}

	body.home section.dbp-bannerimage div:last-child {
		min-height: 210px;
		background: transparent;
	}
}
