/*==================================
    work section start
===================================*/
.work-section {
    background-image: url('../images/project/work-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 110px;padding-bottom: 80px;
    position: relative;
    z-index: 0;
}
.work-section:after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FF5E15;
	opacity: 0.9;
	z-index: -1;
}
.work-counter {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 50px 80px;
    box-shadow: rgb(0 0 0 / 8%) 3px 6px 30px;
    transform: translate(10px, 100px);
	margin-right: 10px;
}
.counter-item h2{
	position: relative;
	padding-bottom: 12px;
	z-index: 0;
	display: inline-block;
}
.counter-item span {
    display: block;
    font-size: 22px;
    color: #041B52;
}
.counter-item h2:after {
    position: absolute;
    content: "+";
    top: 4px;
    right: -28px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    text-align: center;
    color: #ffffff;
    border-radius: 100%;
    background-color: #FF5E15;
    z-index: -1;
}
/*==================================
    work section start
===================================*/  
.aboutus-section h3 {    font-size: 30px;}

/*===================================
	contact section-1 start
===================================*/
.contact-form{
	padding: 50px 30px;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 5%) 0 10px 40px;
}	
.contact-form #warning{
	color: #FF5E15;
	padding-bottom: 10px;
	display: block;
	font-size: 22px;
	font-weight: 600;
}
.form-item{
    width: 46.2%;
    height: auto;
    padding: 18px 0 18px 20px;
    background-color: #F6F6F6;
    border: none;
	margin-left: 30px;
	border-radius: 5px;
	margin-bottom: 30px !important;
	appearance: none;
}
.form-item:first-child{
	margin: 0;
}
.contact-form form input[type='email']{
	margin: 0;
}
.contact-form form input:hover{
	outline: 2px solid #FF6600;
}
.contact-form textarea{
	width: 98%;
	background-color: #F6F6F6;
	border: none;
	border-radius: 5px;	
	resize:none;
	padding: 20px 0 0 20px;
}
.contact-form textarea:hover{
	outline: 2px solid #FF6600;
}
.contact-form form button{
	border: none;
}
.contact-thumb-bg {
    background-image: url('../images/team/contact.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    border-radius: 8px;
	padding: 0 38px;
	z-index: 0;
	animation: move 4s linear infinite;
}
.contact-thumb-bg:after{
	position: absolute;
	content: "";
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	padding: 20px;
	background-image: linear-gradient(to right, #FFEADC, #00265E);
	opacity: 0.40;
	border-radius: 8px;
	z-index: -1;
}
.contact-thumb-content.text-center {
    padding-top: 65%;
}
.contact-thumb-content h4{
	padding-bottom: 20px;
	font-size: 26px;
}
.chat-icon i{
	font-size: 50px;
	color: #FF6600;
	margin-bottom: 20px;
}
@keyframes move {
	0%   { transform: translateY(0); }
	50%  { transform: translateY(-20px); }
	100% { transform: translateY(0); }
}
/*===================================
	contact section-1 Ends
===================================*/
/*===================================
	contact section-2 start
===================================*/	
.contact-box{
	background-color: #00265E;
	padding: 40px 30px;
	border-radius: 16px;
	transition: all 0.4s ease;
}
.contact-box p{
	font-size: 14px;
	opacity: 0.9;
}
.contact-box:hover{
	background-color: #FF6600;
}
.contact-icon i {
    width: 80px;
    height: 80px;
    transition: all 0.4s ease;
    color: #ffffff;
    font-size: 40px;
    line-height: 95px;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    background-color: #FF6600;
	transition: all 0.4s ease;
}
.contact-box:hover .contact-icon i{
	background-color: #00265E;
	border: 1px dashed #ffffff;
}
.address h4, p{
	color: #ffffff;
	user-select:text;
}
/*===================================
	contact section-2 Ends
===================================*/	
/*====================================
	ourmap-section start
====================================*/
.ourmap-section .map iframe{
	width:100%;
	height: 500px;
}
/*====================================
	ourmap-section Ends
====================================*/	
/*=======================================
	newslatter section start
========================================*/
.newslatter-section {
    position: absolute;
    content: "";
    top: -120px;
    left: 0;
    width: 100%;
    height: auto;
	animation: mymove 4s linear infinite;
}
.newslatter-bg{
	background-image: url('../images/brand/news-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 8px;
	box-shadow: rgb(255 102 0 / 10%) 3px 7px 15px;
	padding: 80px 0;
}
.newslatter-content span{
	font-size: 22px;
	font-weight: 600;
	color: #ffffff;
}
.email-box form{
	position: relative;
	width: 80%;
	height: auto;
}
.email-box form input{
    width: 100%;
    height: auto;
    background-color: #ffffff;
    padding: 15px 40px 15px 20px;
    border: none;
    border-radius: 4px;
}
.email-box form .btn-sub{
	position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 25px;
    color: #FF6600;
}
@keyframes mymove {
	0%   { transform: translateX(0); }
	50%  { transform: translateX(-20px); }
	100% { transform: translateX(0); }
}
/*=======================================
	newslatter section Ends
========================================*/

/*===================================
	7. service section start
====================================*/
.service-section-style-3 .service-box{
	background-color: #ffffff;
	overflow: hidden;
	border-radius: 8px;padding: 0;
}
.service-section-style-3 .service-desc:hover p {
    color: #ffffff;
}
.service-section-style-3 .service-desc p {
    color: #202020;
}
.service-section-style-3 .service-box:hover .service-desc, .service-section-style-3 .service-box:hover .service-icon {
    opacity: 1;}
.service-section-style-3  .service-desc h4{padding: 0;}
.service-section-style-3 .service-desc{    padding: 40px 15px 18px 14px;}
.service-section-style-3 .service-box {
    background-color: transparent;}
.service-thumb img {
    width: 100%;
	height:auto;
	transition: all 0.7s ease;
	transform: scale(1.1);
	overflow: hidden;
	border-radius: 10px;
}
.service-box:hover .service-thumb img{
	transform: scale(1.2);
}
.service-icon i {
    width: 60px;
    height: 60px;
    line-height: 71px;
    text-align: center;
    font-size: 30px;
    background-color: #FF6600;
    color: #ffffff;
    display: inline-block;
    border-radius: 100%;
    box-shadow: rgb(0 0 0 / 10%) 3px 4px 10px;
    position: absolute;
    content: "";
    top: -25px;
    left: 125px;
    z-index: 1;
}
.service-desc {
    background-color: #ffffff;
    padding: 40px 37px 30px 37px;
    box-shadow: rgb(0 0 0 / 8%) 3px 6px 30px;
    border-radius: 10px;
    width: 85%;
    height: auto;
    transition: all 0.4s ease;
    transform: translate(27px, -24px);
    position: relative;
}
.service-desc h4 {
    font-size: 23px;
}
.service-box:hover .service-icon i{
	background-color: #ffffff;
	color: #FF6600;
	animation:hover-icon 1s ease-in-out;
	animation-iteration-count: 1;
}
.service-desc:hover{
	background-color: #FF6600;
}
.service-desc:hover h4 a{
	color: #ffffff;
}
.service-desc:hover p{
	color: #ffffff;
}
@keyframes hover-icon{
	16.65% {
	  transform: translateX(8px);
	}
	33.3% {
	  transform: translateX(-6px);
	}
	49.95% {
	  transform: translateX(4px);
	}
	66.6% {
	  transform: translateX(-2px);
	}
	83.25% {
	  transform: translateX(1px);
	}
	100% {
	  transform: translateX(0);
	}
  }
/*===================================
	service section Ends
====================================*/

/*===================================
	service section start 
====================================*/	
.service-wedget{
	background-color: #F2F3F6;
	margin-bottom: 30px;
}
.service-wedget ul li a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #00265E;
    padding: 10px 10px 10px 20px;
    transition: all 0.4s ease;
    border-left: 4px solid #FF6600;
    margin-bottom: 10px;
	position: relative;
}
.service-wedget ul li a:after{
	position: absolute;
    content: "";
    bottom: 0;
	right: 0;
    width: 0;
    height: 100%;
	opacity: 1;
	z-index: -1;
    background-color: #FF6600;
    transition: all 0.7s ease;
}
.service-section p {
	padding-bottom: 20px;
}
.service-wedget ul li a:hover:after, 
.service-wedget ul li a.active:after{
	width: 100%;
	left: 0;
	color: #ffffff;
}
ul.pl-20 li {
	list-style: initial;
}
.service-wedget ul li a i{
	padding-top: 5px;
}
.service-consult{
	background-image: url('../images/service/srv-consult.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 54px 37px;
	position: relative;
	z-index: 0;
}
.service-consult:after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #00265E;
	opacity: 0.6;
	z-index: -1;
}
.service-pdf{
	padding: 15px 20px;
}
.service-pdf i {
    color: #FF6600;
    font-size: 30px;
}
/* service desc  */
.service-desc {
    margin-left: 30px;
}
.service-thumb img{
	border-radius: 8px;
}
.service-content span {
    display: block;
    font-size: 19px;
    color: #00265E;
    font-weight: 800;
}
/* about service */
.service-list li{
	padding-bottom: 10px;
}
.service-list li:last-child{
	padding:0;
}
.about-service span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #FF6600;
	color: #202020;
	margin-right: 10px;
}
/*===================================
	service section Ends 
====================================*/	

/*===================================
	9. case study section start
====================================*/
.case-study-box {
    z-index: 0;
    display: block;
    overflow: hidden;
    position: relative;
}
.case-study-thumb img{
	width: 100%;
	height: auto;
}
.case-study-info {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #FF6600;
    color: #fff;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transform: scale(1.2);
    opacity: 0;
    visibility: hidden;
}
.case-study-box:hover .case-study-info{
	transform: scale(1.0);
	visibility: visible;
	opacity: 0.8;
}
.btn-view{
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
	transition: all 0.4s ease;
}
.btn-view-theme i{
    background-color: #ffffff;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    color: #FF6600;
	transition: all 0.4s ease;
}
.btn-view-theme:hover i{
	background-color: #00265E;
	color: #ffffff;
}
