@charset "UTF-8";

/*
Theme Name: Dhiraj & Associates Ltd
Theme URI: https://webmaniacs.co.nz/
Author: Subhash Soren
Author URI: https://webmaniacs.co.nz/
Description: Dhiraj & Associates Ltd is a custom theme developed by Web Maniacs for Dhiraj & Associates Ltd
Requires at least: 5.3
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/



@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100..900&display=swap');

:root{
	--primary-color: red;
	--secondary-color: #188ec9;
}


/*-----------------------------------
        universal styling
------------------------------------*/
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Mulish", sans-serif;
}
a{
	text-decoration: none;
}

.button {
  display: inline-block;
  padding: 10px 44px;
  border: 1px solid #188ec9;
  border-radius: 4px;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  font-size: 19px;
  cursor: pointer;
  color: #fff;
  z-index: 1;
	text-transform: capitalize;
}

.button:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.button:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #39bda7;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.button:hover {
  color: #ffffff;
  border: 1px solid #39bda7;
}

.button:hover:before {
  top: -35%;
  background-color: #39bda7;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.button:hover:after {
  top: -45%;
  background-color: #39bda7;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
/*-----------------------------------
   Header Section
------------------------------------*/
header .header-top{
	background: #021f65;
}
header .header-top svg{
	color: #64ac4a;
	width: 16px;
	height: 16px;
}
header .header-top p{
	color: #fff;
}
header .header-top p a{
	color: #fff;
	transition: all .5s ease-in-out;
}
header .header-top p a:hover{
	color: #64ac4a;
}
/*-----------------------------------
   NAVBAR
------------------------------------*/
@media screen and (max-width:768px){
	header .navbar-brand img{
		width: 200px;
	}
}
header .navbar .nav-link{
	font-family: "Mulish", sans-serif;
	font-size: 17px;
	font-weight: 700;
	transition: all .5s ease-in-out;
}
header .navbar .nav-link:hover{
	color:#64ac4a;
}
@media screen and (min-width:991px){
	header .navbar .nav-link{
		padding: 0 15px !important;
	}
}
.navbar{
	--bs-navbar-padding-x: 0; 
     --bs-navbar-padding-y: 0;
}
@media screen and (min-width:991px){
	.navbar .dropdown:hover .dropdown-menu{
	display: block;
}
}
/* Humburger */

.nav-icon {
    width: 25px;
    height: 25px;
    position: relative;
    /* margin: 50px auto; */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: var(--secondary-color);
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.nav-icon span:nth-child(1) {
    top: 0px;
}

.nav-icon span:nth-child(2),
.nav-icon span:nth-child(3) {
    top: 8px;
}

.nav-icon span:nth-child(4) {
    top: 16px;
}

.nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

header .navbar button {
    outline: none;
    box-shadow: none !important;
}

header .navbar .navbar-toggler {
    border: none !important;
}

/* end of Humburger */
/*-----------------------------------
   banner Section
------------------------------------*/
.banner .banner-content{
/* 	height: calc(100vh - 168px); */
	height: 100vh;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.banner .banner-content h2{
	color: #64ac4a;
	font-weight: 700;
	 font-family: "Roboto Slab", serif;
	text-transform: capitalize;
}

.banner .banner-content h1{
	color: #fff;
	font-weight: 700;
	 font-family: "Roboto Slab", serif;
	text-transform: capitalize;
}
.banner .banner-content p{
	color: #fff;
	font-family: "Mulish", sans-serif;
}
@media screen and (min-width:991px){
	.banner .banner-content h2{
		font-size: 50px;
	}
	.banner .banner-content h1{
		font-size: 67px;
	}
	.banner .banner-content p{
		width: 706px;
	}
}
.banner .banner-btn  button {
  position: relative;
/*   font-size: 1.2em; */
  padding: 0.7em 1.4em;
/*   background-color: #BF0426; */
  text-decoration: none;
  border: none;
  border-radius: 0.5em;
  color: #DEDEDE;
  -webkit-box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.3);
          box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.3);
	background-color: #051c2d;
    background-image: -webkit-gradient(linear, left top, right top, from(#051c2d), to(#042c79));
    background-image: -webkit-linear-gradient(left, #051c2d, #042c79);
    background-image: -moz-linear-gradient(left, #051c2d, #042c79);
    background-image: -ms-linear-gradient(left, #051c2d, #042c79);
    background-image: -o-linear-gradient(left, #051c2d, #042c79);
    background-image: linear-gradient(left, #051c2d, #042c79);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#051c2d', endColorStr='#042c79', gradientType='1');
	text-transform: capitalize;
	font-family: "Mulish", sans-serif;
}

.banner .banner-btn button::before {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
/*   background: linear-gradient(135deg, rgba(33,33,33,1) 0%, rgba(33,33,33,1) 50%, rgba(150,4,31,1) 50%, rgba(191,4,38,1) 60%); */
  border-radius: 0 0 0.5em 0;
  -webkit-box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.3);
          box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
	background-color: #051c2d;
    background-image: -webkit-gradient(linear, left top, right top, from(#051c2d), to(#042c79));
    background-image: -webkit-linear-gradient(left, #051c2d, #042c79);
    background-image: -moz-linear-gradient(left, #051c2d, #042c79);
    background-image: -ms-linear-gradient(left, #051c2d, #042c79);
    background-image: -o-linear-gradient(left, #051c2d, #042c79);
    background-image: linear-gradient(left, #051c2d, #042c79);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#051c2d', endColorStr='#042c79', gradientType='1');
}

.banner .banner-btn button:hover::before {
  width: 1.6em;
    height: 1.6em;
}

.banner .banner-btn button:active {
  -webkit-box-shadow: 0.2em 0.2em 0.3em rgba(0, 0, 0, 0.3);
          box-shadow: 0.2em 0.2em 0.3em rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(0.1em, 0.1em);
      -ms-transform: translate(0.1em, 0.1em);
          transform: translate(0.1em, 0.1em);
}

/*-----------------------------------
    Featured Section
------------------------------------*/
.featured-section{
	background-color: #051c2d;
    background-image: -webkit-gradient(linear, left top, right top, from(#051c2d), to(#042c79));
    background-image: -webkit-linear-gradient(left, #051c2d, #042c79);
    background-image: -moz-linear-gradient(left, #051c2d, #042c79);
    background-image: -ms-linear-gradient(left, #051c2d, #042c79);
    background-image: -o-linear-gradient(left, #051c2d, #042c79);
    background-image: linear-gradient(left, #051c2d, #042c79);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#051c2d', endColorStr='#042c79', gradientType='1');
}

.featured-section .featured-content .featured-content-info h3{
	color: #fff;
	 font-family: "Roboto Slab", serif;
}

.featured-section .featured-content .featured-content-info p{
	color: #fff;
	 font-family: "Mulish", sans-serif;
}
@media screen and (min-width:991px){
	.featured-section .featured-content .featured-content-info h3{
		font-size: 20px;
	}
}
.featured-section .featured-content .featured-content-icon{
	max-width: 87px;
	min-width: 87px;
	height: 87px;
	border: 1px solid #fff;
	line-height: 80px;
	text-align: center;
	position: relative;
	overflow: hidden;
/* 	padding: 10px; */
}
.featured-section .featured-content .featured-content-icon:before{
	content:'';
	position: absolute;
	max-width: 87px;
	min-width: 87px;
	height: 87px;
	border: 1px solid #fff;
	line-height: 80px;
	text-align: center;
	left: 0;
	top: 0;
	transition: all .5s ease-in-out;
}
.featured-section .featured-content .featured-content-icon img{
	transition: all .5s ease-in-out;
}
.featured-section .featured-content:hover .featured-content-icon:before{
	width: 0;
	height: 0;
	left: 0;
}
.featured-section .featured-content:hover img{
	transform: scale(1.2);
}
/*-----------------------------------
   About Section
------------------------------------*/
.about .about-content h5{
	color: #64ac4a;
	 font-family: "Roboto Slab", serif;
	text-transform: capitalize;
}
.about .about-content h2{
	 font-family: "Roboto Slab", serif;
	color: #021f65;
	display: inline-block;
}
.about .about-content .about-content-para{
	color: #64ac4a;
	 font-family: "Roboto Slab", serif;
	font-size: 14px;
	text-align: end;
}
@media screen and (min-width:991px){
	.about .about-content h5{
		font-size: 30px;
	}
	.about .about-content h2 {
		font-size: 50px;
	}
	.about .about-content h2 sub{
		
	}
}
.about .about-content .about-phone{
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: #64ac4a;
}
.about .about-content .about-phone svg{
	color: #fff;
	width: 20px;
	height: 21px;
}
.about .about-content .about-phone-call a{
	color: #021f65;
	font-family: "Mulish", sans-serif;
}
@media screen and (min-width:991px){
	.about .about-content .about-phone-call a{
		font-size: 29px;
	}
}
.about .about-content h3{
color: #64ac4a;	
	  font-family: "Roboto Slab", serif;
}
@media screen and (min-width:991px){
	.about .about-content h3{
		font-size: 24px;
	}
}
/*-----------------------------------
    Services Section
------------------------------------*/
.services .services-title {
	 font-family: "Roboto Slab", serif;
	font-weight: 700;
	color: #021f65;
	text-transform: capitalize;
}
@media screen and (min-width:991px){
	.services .services-title {
	font-size: 40px;
}
}
.services .services-text {
	color: #000;
	font-family: "Mulish", sans-serif;
}
@media screen and (min-width:991px){
	.services .services-text {
		width: 554px;
		margin: 0 auto;
	}
}
.services .services-content{
	background-color: #051c2d;
    background-image: -webkit-gradient(linear, left top, right top, from(#051c2d), to(#042c79));
    background-image: -webkit-linear-gradient(left, #051c2d, #042c79);
    background-image: -moz-linear-gradient(left, #051c2d, #042c79);
    background-image: -ms-linear-gradient(left, #051c2d, #042c79);
    background-image: -o-linear-gradient(left, #051c2d, #042c79);
    background-image: linear-gradient(left, #051c2d, #042c79);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#051c2d', endColorStr='#042c79', gradientType='1');
	border-radius: 12px;
	padding: 40px;
	transition: all .5s ease-in-out;
	position: relative;
	z-index: 2 !important;
	overflow: hidden;
	

}
.services .col-md-4:hover .services-content{
	transform: translateY(-10px);
}
@media screen and (min-width:991px){
	.services  .services-content{
		height: 480px;
		
	}
}
.services .services-content:before{
	content:'';
	position: absolute;
	width: 0;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 12px;
	background-color: #051c2d;
    background-image: -webkit-gradient(linear, left top, right top, from(#051c2d), to(#042c79));
    background-image: -webkit-linear-gradient(left, #051c2d, #042c79);
    background-image: -moz-linear-gradient(left, #051c2d, #042c79);
    background-image: -ms-linear-gradient(left, #051c2d, #042c79);
    background-image: -o-linear-gradient(left, #051c2d, #042c79);
    background-image: linear-gradient(left, #051c2d, #042c79);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#051c2d', endColorStr='#042c79', gradientType='1');
	transition: all .5s ease-in-out;
	


	
}
.services .col-md-4:hover  .services-content:before{
	width: 100%;
/* 	height: 100%; */
	left: 100%;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
	z-index: 1;
}
.services .services-content .services-content-icon{
		background-color: #051c2d;
    background-image: -webkit-gradient(linear, left top, right top, from(#051c2d), to(#042c79));
    background-image: -webkit-linear-gradient(left, #051c2d, #042c79);
    background-image: -moz-linear-gradient(left, #051c2d, #042c79);
    background-image: -ms-linear-gradient(left, #051c2d, #042c79);
    background-image: -o-linear-gradient(left, #051c2d, #042c79);
    background-image: linear-gradient(left, #051c2d, #042c79);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#051c2d', endColorStr='#042c79', gradientType='1');
	border-radius: 50%;
	width: 115px;
	height: 115px;
	line-height: 115px;
	text-align: center;
	margin: 0 auto;
/* 	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px; */
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.services .services-content .services-content-icon img{
	width: 61px;
	height: 61px;
}
.services .services-content .services-content-title{
	margin: 20px 0;
}
.services .services-content .services-content-title h3,
.services .services-content .services-content-title h3 a{
	color: #64ac4a;
	text-transform: capitalize;
	  font-family: "Roboto Slab", serif;
	font-weight: 700;
}
@media screen and (min-width:991px){
	.services .services-content .services-content-title h3{
		font-size: 26px;
	}
}
.services .services-content .services-content-text p{
	color: #c5dcff;
}
.services .services-content .services-content-icon,
.services .services-content .services-content-title,
.services .services-content .services-content-text{
	position: relative;
	z-index: 10 !important;
	
}

/*-----------------------------------
    Blog Section
------------------------------------*/
.blog h2{
	  font-family: "Poppins", sans-serif;
	color: #111;
	font-weight: 700;
	text-transform: capitalize;
}
.blog .blog-para{
		color: #222;
	  font-family: "Mulish", sans-serif;
	font-size: 20px;
	}
@media screen and (min-width:991px)
{
	.blog h2{
		font-size: 40px;
		
	}
	
}
.blog .blog-content{
	background: #F4F8FF;
	padding: 30px;
	border-radius: 12px;
	margin: 20px 0;
}
@media screen and (max-width:768px){
	.blog .blog-content{

	padding: 10px;


}
}
.blog .blog-content:hover{
	border: 1px solid #022475;
}
.blog .blog-content .blog-img img{
	width: 92.16px;
	height:55.06px;
	object-fit: cover;
}
.blog .blog-content .blog-content-icon svg{
	width: 18px;
	height: 18px;
	color: #022475;
}
.blog .blog-content .blog-content-info a{
	color: #022475;
	 font-family: "Poppins", sans-serif;
}
.blog .blog-content .blog-content-title h3,
.blog .blog-content .blog-content-title h3 a{
	color: #111;
	 font-family: "Poppins", sans-serif;
	transition: all .5s ease-in-out;
}
@media screen and (min-width:991px){
	.blog .blog-content .blog-content-title h3{
		font-size: 20px;
	}
}
.blog .blog-content .blog-content-title h3 a:hover{
	color: #01216D;
}

/*-----------------------------------
    Contact Section
------------------------------------*/
.contact-section{
	position: relative;
}
@media screen and (min-width:991px){
	.contact-section{
		height: 600px;
	}
}
.contact-section-form{
	background: #01216D;
}
@media screen and (max-width:768px){
	.contact-section-form{
	padding: 20px 10px;
}
}
.contact-section-form h3{
	color: #fff;
}
@media screen and (min-width:991px){
	.contact-section-form{
		padding: 40px 160px;
	}
	.contact-section-form{
		position: absolute;
		top:  0;
		width: 800px;
		left: 0;
		
	}
	.contact-section-form input{
		width: 229px;
	}
}
.contact-section-form input,
.contact-section-form select{
	height: 48px;
	background: #1a377b;
	border: none;
}
.contact-section-form textarea{
	background: #1a377b;
	height: 120px;
	border: none;
}
.contact-section-form select{
	color:  #dbdbdb;
}
.contact-section-form input::placeholder,
.contact-section-form textarea::placeholder{
	color: #dbdbdb;
}
.contact-section-form input:focus,
.contact-section-form textarea:focus{
	background: transparent;
}
.contact-form-btn{
	background: #fff !important;
	color: #1a377b !important;
	font-weight: 700;
}
@media screen and (max-width:768px){
	.contact-form-btn{
	width: 100%;
}
}
/*-----------------------------------
     Filler Section
------------------------------------*/
.filler-section{
	background-color: #051c2d;
    background-image: -webkit-gradient(linear, left top, right top, from(#051c2d), to(#042c79));
    background-image: -webkit-linear-gradient(left, #051c2d, #042c79);
    background-image: -moz-linear-gradient(left, #051c2d, #042c79);
    background-image: -ms-linear-gradient(left, #051c2d, #042c79);
    background-image: -o-linear-gradient(left, #051c2d, #042c79);
    background-image: linear-gradient(left, #051c2d, #042c79);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#051c2d', endColorStr='#042c79', gradientType='1');
}
@media screen and (min-width:991px){
	.filler-section {
		padding: 70px 0 !important;
	}
}
.filler-section h3{
	color: #fff;
	font-family: "Roboto Slab", serif;
	font-weight: 700;
}
.filler-section p{
	color: #fff;
	  font-family: "Mulish", sans-serif;
}
@media screen and (min-width:991px){
	.filler-section h3{
		font-size: 40px;
	}
	.filler-section p{
		width: 906px;
	}
}
/*-----------------------------------
       Footer Section
------------------------------------*/

footer .footer-socials a{
	position: relative;
	overflow: hidden;
	transition: all .5s ease-in-out;
}
footer .footer-socials a svg{
	width: 28px;
	height: 28px;
	border: 2px solid #188ec9;
	padding: 5px;
	color: #188ec9;
}
footer .footer-socials a:hover svg{
	background: #188ec9;
	color: #fff;
	
}
footer h3{
	color: #fff;
	font-family: "Roboto Slab", serif;
	text-transform: capitalize;
	font-weight: 500;
	margin-bottom: 30px;
}
@media screen and (min-width:991px){
	footer h3{
		font-size: 22px;
	}
}
footer .footer-top-info svg{
	width: 28px;
	height: 28px;
	padding: 5px;
	background: #188ec9;
	color: #fff;
}
footer .footer-top-info a{
	color: #fff;
	transition: all .5s ease-in-out;
}
footer .footer-top-info a:hover{
	color: #188ec9;
}
footer .footer-links {
	list-style: none;
	padding-left: 0;
	line-height: 2;
}
footer .footer-links a{
	color: #fff;
	text-transform: capitalize;
	transition: all .5s ease-in-out;
}
footer .footer-links a:hover{
	color: #188ec9;
}
footer .footer-links li:before{
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1.2em' height='1.2em' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23188ec9' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m10 17l5-5m0 0l-5-5'/%3E%3C/svg%3E");
	position: relative;
	top: 5px;
}
footer .footer-blog img{
	width: 63px;
	height: 63px;
	object-fit: cover;
}
footer .footer-blog a{
	color: #fff;
	transition: all .5s ease-in-out;
}
footer .footer-blog a:hover{
	color: #188ec9;
}
@media screen and (min-width:991px){
	footer .footer-blog a h4{
		font-size: 16px;
	}
}
footer .footer-blog a p{
	color: #fff;
	font-size: 14px;
}
footer .footer-bottom-links a{
	padding: 0 10px;
}
footer .footer-bottom{
	background: #000;
	color: #fff;
}
footer .footer-bottom a{
	color: #fff;
	transition: all .5s ease-in-out;
}
footer .footer-bottom a:hover{
	color: #188ec9;
}
footer .footer-bottom a:not(:last-child){
	border-right: 1px solid #fff;
}

/*-----------------------------------
      INNER PAGE BANNER SECTIon
------------------------------------*/
.page-banner{
	background: url('assets/images/contact-form-bg-1.webp')center/cover no-repeat;

	height: 60vh;
}
.page-banner h1{
	color: #fff;
		font-weight: 700;
	  font-family: "Roboto Slab", serif;
}


/*-----------------------------------
     HISTORY SECTIon
------------------------------------*/

.history-section .history-content h2{
	color: #021f65;
	font-weight: 700;
	  font-family: "Roboto Slab", serif;
}
@media screen and (min-width:991px){
	.history-section .history-content h2{
		font-size: 40px;
	}
}
.history-section .history-content p{
	color: #222;
	line-height: 1.8;
	text-align: justify;
}
/*-----------------------------------
   Team SECTIon
------------------------------------*/
.team-section .team-section-content{
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	padding: 20px;
	border-radius: 10px;
}
.team-section .team-section-content h3{
	color: #021f65;
}
.team-section .team-section-content h5{
	color: #64ac4a;
}
.team-section .team-section-content  p{
	color: #222;
	text-align: justify;
}
@media screen and (min-width:991px){
	.team-section .team-section-content h3{
		font-size: 40px;
		text-transform: capitalize;
	}
}

/*-----------------------------------
   Industries SECTIon
------------------------------------*/

.industries-section h2{
	color: #021f65;
	text-transform: capitalize;
	font-weight: 700;
}
@media screen and (min-width:991px){
	.industries-section h2{
	font-size: 40px;
}
}
.industries-section .industries-content{
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
	
}
.industries-section .industries-content .card{
	border: none;
}
.industries-section .industries-content img{
	height: 174px;
	width: 100%;
	object-fit: cover;
}
.industries-section .industries-content .card h5{
	color: #222;
}

.industries-section .industries-content .card .card-body{
	height: 88px;
}

/*------------------------------------*
	Blog Page
*------------------------------------*/

	.blog-item {
			position: relative;
			display: block;
			text-decoration: none;
			margin: 0 0 35px 0;
		}
			
			#blog-section .blog-item {
				padding-top: 200px;
			}
			
			.blog-item:hover {
				text-decoration: none!important;
			}
			
#blog-section .button {
					position: relative;
					top: 160px;
				}

			@media only screen and (min-width : 992px ) {
			
				.blog-item.second,
				.blog-item.fourth {
					top: 120px;
				}
				
		  #blog-section .button {
					position: relative;
					top: 260px;
				}
			
			}

		
			
			.blog-item-img {
				position: relative;
				width: 100%;
				height: 230px;
				background-repeat: no-repeat;
				background-position: center center;
				background-size: cover;
				-webkit-background-size: cover;
				-moz-box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
				-webkit-box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
				box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
				-webkit-transition: all .3s ease-in-out;
				-moz-transition: all .3s ease-in-out;
				-ms-transition: all .3s ease-in-out;
				-o-transition: all .3s ease-in-out;
				transition: all .3s ease-in-out;
			}
				.blog-item-img.smaller { height: 210px; }
				.blog-item-img.larger { height: 250px; }
				
				.blog-item-img.video {
					
				}
					.blog-item-img.video::before {
						content: '\f04b';
						position: absolute;
						left: 50%;
						top: 50%;
						display: inline-block;
						color: #fff;
						font-size: 50px;
						line-height: 19px;
						-webkit-transform: translateY(-50%) translateX(-50%);
						-ms-transform: translateY(-50%) translateX(-50%);
						transform: translateY(-50%) translateX(-50%);
						-webkit-transition: all .3s ease-in-out;
						-moz-transition: all .3s ease-in-out;
						-ms-transition: all .3s ease-in-out;
						-o-transition: all .3s ease-in-out;
						transition: all .3s ease-in-out;
					}
					
					.blog-item:hover .blog-item-img.video::before {
						color: #E2002B;
					}
				
				#blog-section .blog-item-img {
					position: absolute;
					left: 5px;
					top: 0;
					height: 240px;
				}
				
				#blog-section .blog-item.first .blog-item-img {
					left: -10px;
				}
			
			.blog-item-content {
				position: relative;
				padding: 35px 20px 30px 65px;
				background-color: #fff;
				-moz-box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
				-webkit-box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
				box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
				-webkit-transition: all .3s ease-in-out;
				-moz-transition: all .3s ease-in-out;
				-ms-transition: all .3s ease-in-out;
				-o-transition: all .3s ease-in-out;
				transition: all .3s ease-in-out;
			}
				
				#blog-section .blog-item-content {
					left: -5px;
				}
				
				#blog-section .blog-item.first .blog-item-content {
					left: 10px;
				}
			
				#blog-section .blog-item:hover .blog-item-img,
				#blog-section .blog-item:hover .blog-item-content {
					left: 0;
				}
				
				.blog-item-label {
					position: absolute;
					left: 20px;
					top: -15px;
					display: inline-block;
					padding: 3px 10px;
					font-size: 14px;
					font-weight: 700;
					letter-spacing: 1px;
					color: #fff;
					text-transform: uppercase;
					background-color: #E2002B;
				}
				
				.blog-item-date {
					position: absolute;
					left: 20px;
					top: 35px;
					display: inline-block;
					font-family: 'Kievit-Medium', Verdana, Helvetica, Arial, Tahoma, sans-serif;
					color: #C8CACE;
					text-align: center;
				}
					.blog-item-date-day {
						display: block;
						font-size: 28px;
						line-height: 28px;
					}
					
					.blog-item-date-month {
						display: block;
						font-size: 14px;
						font-weight: 700;
						line-height: 14px;
					}
				
				.blog-item h3 {
					color: #021f65;
					font-size: 20px;
					-webkit-transition: all .3s ease-in-out;
					-moz-transition: all .3s ease-in-out;
					-ms-transition: all .3s ease-in-out;
					-o-transition: all .3s ease-in-out;
					transition: all .3s ease-in-out;
				}
				
				.blog-item:hover h3 {
					color: #272C42;
				}
				
				.blog-item-content p {
					margin-bottom: 0;
					color: #5d5e5e;
				}

.buttonContainer {
	position: relative;
	width: 100%;
	float: left;
	clear: both;
	text-align: center;
	margin-bottom: 35px;
}



 /*------------------------------------*
	INNER SINGLE Blog Page
*------------------------------------*/

 .single-blog .single-blog-details span {
     vertical-align: middle;
     font-weight: 600;
 }

 .single-blog h1 {
     color: #021f65;
 }

 .single-blog h3 {
     color: #1C1C27;
 }

 .single-blog ol {
     line-height: 2;
 }

 .single-blog .single-blog-content-img img {
     width: 100%;
     height: 400px;
     object-fit: cover;
	 border-radius: 10px;
 }

 .single-blog .single-blog-content-text p {
     line-height: 2;
     color: #757575;
	 text-align: justify;
 }



/* Contact form section */
/* li,
ul {
    list-style: none;
    padding: 0;
    margin: 0
} */
ul{
	list-style: none;
}
.sec-title {
    position: relative;
    padding-bottom: 40px
}

.sec-title .title {
    position: relative;
    color: #83d2ff;
    font-size: 18px;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
}

.sec-title .title:before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 7px;
    width: 40px;
    height: 1px;
    background-color: #bbb;
}

.sec-title h2 {
    position: relative;
    color: #212121;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5em;
    display: block;
}

.sec-title.light h2 {
    color: #fff;
}

.contact-page-section {
    position: relative;
    padding-top: 110px;
    padding-bottom: 110px;
}

.contact-page-section .inner-container {
    position: relative;
    z-index: 1;
    background-color:#021f65;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .1);
}

.contact-page-section .form-column {
    position: relative;
    padding: 0 0 0 15px;
}

.contact-page-section .form-column .inner-column {
    position: relative;
    padding: 60px 45px 30px;
    background-color: #fff;
}
@media screen and (max-width:768px){
	.contact-page-section .form-column .inner-column {
  
    padding: 25px;

}
}
.contact-page-section .info-column {
    position: relative;
}

.contact-page-section .info-column .inner-column {
    position: relative;
    padding: 60px 35px;
}
@media screen and (max-width:768px){
	.contact-page-section .info-column .inner-column {
		padding: 20px;
	}
}

.contact-page-section .info-column h2 {
    position: relative;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 45px;
}

.contact-page-section .info-column .list-info {
    position: relative;
    margin-bottom: 60px;
	padding-left: 0;
}

.contact-page-section .info-column .list-info li {
    position: relative;
    margin-bottom: 25px;
    font-size: 18px;
    color: #fff;
    line-height: 1.8em;
    /* padding-left: 45px; */
}

.contact-page-section .info-column .list-info li:last-child {
    margin-bottom: 0
}

.contact-page-section .info-column .list-info li i {
    position: absolute;
    left: 0;
    top: 8px;
    color: #fff;
    font-size: 30px;
}

.contact-form {
    position: relative
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 20px
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form select,
.contact-form textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    color: #222;
    font-size: 14px;
    line-height: 38px;
    padding: 10px 30px;
    border: 1px solid #ddd;
    background-color: #fff;
    transition: all .3s ease;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: #e52828;
}

.contact-form select:focus {
    box-shadow: none;
}

.contact-form select {
    text-transform: capitalize;

}

.contact-form textarea {
    height: 150px;
    resize: none
}

.contact-form .wpcf7-submit {
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    text-transform: capitalize;
    padding: 16px 39px;
    border: 2px solid #021f65;
    font-family: Arimo, sans-serif;
    background: #021f65;
    display: inline-block;
    position: relative;
    line-height: 24px;
    cursor: pointer;
    color: #fff;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.contact-form .wpcf7-submit:hover {
    color:#83d2ff;
    border-color: #83d2ff;
    background: 0 0
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: red !important;
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    color: red;
    font-weight: 500;
}

.social-icon-four {
    position: relative;
	padding-left: 0;
}

.social-icon-four li {
    position: relative;
    margin-right: 18px;
    display: inline-block;
}

.social-icon-four li.follow {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    display: block;
    margin-bottom: 20px;
}

.social-icon-four li a {
    position: relative;
    font-size: 20px;
    color: #fff;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.social-icon-four li a:hover {
    color: #222;
}

 /*------------------------------------*
	INNER SINGLE SERVICE Page
*------------------------------------*/
@media screen and (min-width:991px){
	.single-service .single-service-content h2{
		font-size: 32px;
	}
}
.single-service .single-service-content ul{
	list-style: disc;
}
.single-service .single-service-content p{
	text-align: justify;
}
 /*------------------------------------*
	Team Page
*------------------------------------*/
.team-profile-section .team-section-content{
	position: relative;
}
@media screen and (min-width:991px){
	.team-profile-section .single-team-img img{
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		width: 500px;
		object-fit: cover;
		
		
	}
}