@charset "utf-8";
/*===========================================================================================================*/
/*=========================================== COMMON CONFIG =================================================*/
/*===========================================================================================================*/
.alert-success, .alert-info, .alert-warning, .alert-danger {
  font-size: 1.4em;
}
:target::before {
  content: "";
  display: block;
  height: 130px; /* fixed header height/
  margin: -130px 0 0; / negative fixed header height */
}
@media screen and (min-width: 1200px) {
  .modal-lg {
    width: 1140px;
  }
}
.modal-dialog {
	width: 750px;
	max-width: 100%;
}
/*===========================================================================================================*/
/*=========================================== RWD VIDEOS ====================================================*/
/*===========================================================================================================*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/*===========================================================================================================*/
/*=========================================== FOMRS =========================================================*/
/*===========================================================================================================*/
.gform_legacy_markup_wrapper {
	margin-top: 0!important;
}
label {
  display: block;
  text-align: left;
  font-size: 18px!important;
  line-height: 32px;
  color: #1e120d;
  margin: 0;
  font-weight: 400!important;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.form-horizontal .control-label {
  text-align: left;
}
input[type='text'], input[type='email'], input[type='tel'], input[type='url'], input[type='password'], input[type='number'], input[type='date'], textarea, select {
  width: 100%;
  height: 48px;
  border-width: 1px;
  border: solid 1px;
  border-color: #939393;
  padding: 0 5px;
  color: #939393;
  font-size: 17px!important;
  border-radius: 4px;
}
textarea {
  min-height: 120px;
}
.custom-checkRad label {
  cursor: pointer;
  display: inline-block;
}
.custom-checkRad input[type="checkbox"], .custom-checkRad input[type="radio"] {
  display: none;
}
.custom-checkRad input[type="checkbox"] + label .fa.unchecked, .custom-checkRad input[type="radio"] + label .fa.unchecked {
  display: inline-block;
}
.custom-checkRad input[type="checkbox"] + label .fa.checked, .custom-checkRad input[type="radio"] + label .fa.checked {
  display: none;
}
.custom-checkRad input[type="checkbox"]:checked + label .fa.unchecked, .custom-checkRad input[type="radio"]:checked + label .fa.unchecked {
  display: none;
}
.custom-checkRad input[type="checkbox"]:checked + label .fa.checked, .custom-checkRad input[type="radio"]:checked + label .fa.checked {
  display: inline-block;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  display: inline-block;
  position: relative;
  cursor: pointer;
  border: solid 1px #0053a3;
  background-color: #0053a3;
  color: #fff;
  line-height: 1.3em;
  letter-spacing: 0;
  text-decoration: none;
  border-radius: 30px;
  padding: 14px 30px;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input.button:focus, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_footer input[type=submit]:focus, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input.button:focus, .gform_wrapper .gform_page_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input[type=submit]:focus {
  background-color: transparent;
  border-color: #0053a3;
  color: #0053a3;
  text-decoration: none;
}
/*===========================================================================================================*/
/*=========================================== BTN-LAYOUT ====================================================*/
/*===========================================================================================================*/
.btn-layout {
  display: inline-block;
  position: relative;
  cursor: pointer;
  border: solid 1px #ff0900;
  background-color: transparent;
  color: #ff0900;
  line-height: 1.3em;
  letter-spacing: 0;
  text-decoration: none;
  border-radius: 30px;
  padding: 14px 30px;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-layout:hover,
.btn-layout:focus {
  background-color: #ff0900;
  border-color: #ff0900;
  color: #fff;
  text-decoration: none;
}
.btn-layout.btn-solid {
  background-color: #ff0900;
  border-color: #ff0900;
  color: #fff;
}
.btn-layout.btn-solid:hover,
.btn-layout.btn-solid:focus {
  background-color: transparent;
  border-color: #ff0900;
  color: #ff0900;
}
.btn-big {
	padding: 20px 30px;
}
.btn-layout i {
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.white-btn-layout {
  position: relative;
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.white-btn-layout:hover,
.white-btn-layout:focus {
  color: #333;
  border-color: #fff;
  background-color: #fff;
  text-decoration: none;
}
.white-btn-layout.btn-solid {
  background-color: #fff;
  border-color: #fff;
  color: #333;
}
.white-btn-layout.btn-solid:hover,
.white-btn-layout.btn-solid:focus {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.blue-btn-layout {
  position: relative;
  color: #0053a3;
  border-color: #0053a3;
  background-color: transparent;
}
.blue-btn-layout:hover,
.blue-btn-layout:focus {
  color: #fff;
  border-color: #0053a3;
  background-color: #0053a3;
  text-decoration: none;
}
.blue-btn-layout.btn-solid {
  background-color: #0053a3;
  border-color: #0053a3;
  color: #fff;
}
.blue-btn-layout.btn-solid:hover,
.blue-btn-layout.btn-solid:focus {
  background-color: transparent;
  border-color: #0053a3;
  color: #0053a3;
}

.btn-red-layout {
  background-color: #fe0000;
  border-color: #fe0000;
  color: #fff;
}
.btn-red-layout:hover,
.btn-red-layout:focus {
  background-color: transparent;
  border-color: #fe0000;
  color: #fe0000;
}
.btn-blue-layout {
  background-color: #1355a3;
  border-color: #1355a3;
  color: #fff;
}
.btn-blue-layout:hover,
.btn-blue-layout:focus {
  background-color: transparent;
  border-color: #1355a3;
  color: #1355a3;
}
.btn-green-layout {
  background-color: #7bbb1c;
  border-color: #7bbb1c;
  color: #fff;
}
.btn-green-layout:hover,
.btn-green-layout:focus {
  background-color: transparent;
  border-color: #7bbb1c;
  color: #7bbb1c;
}
.btn-yellow-layout {
  background-color: #ff9922;
  border-color: #ff9922;
  color: #fff;
}
.btn-yellow-layout:hover,
.btn-yellow-layout:focus {
  background-color: transparent;
  border-color: #ff9922;
  color: #ff9922;
}

/*=================================================================================================================*/
/*=========================================== TESTIMONIALS ========================================================*/
/*=================================================================================================================*/
.testimonial-page {padding-top: 50px}
.testimonial-page>.container {
	position: relative;
	padding: 0;
	width: 100%;
	top: 80px;
	opacity: 0;
    filter: alpha(opacity=0);
}
.testimonial-page.ready>.container {
	top: 0;
	opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1.2s ease 0s, top .8s ease 0s;
    -moz-transition: opacity 1.2s ease 0s, top .8s ease 0s;
    -o-transition: opacity 1.2s ease 0s, top .8s ease 0s;
    -webkit-backface-visibility: hidden;
}
.testimonial-page .testimonial{
	max-width:850px;
	padding: 0 15px;
	margin: 0 auto 60px;
	padding-bottom: 50px;
	border-bottom: solid 1px #f1f1f1;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translate(-20%, 0);
	-webkit-transform: translate(-20%, 0);
	-moz-transform: translate(-20%, 0);
	-o-transform: translate(-20%, 0);
}
.testimonial-page .testimonial.ready {
	opacity: 1;
    filter: alpha(opacity=100);
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
    -webkit-transition: opacity 1.2s ease .2s, transform .8s ease .2s;
    -moz-transition: opacity 1.2s ease .2s, transform .8s ease .2s;
    -o-transition: opacity 1.2s ease .2s, transform .8s ease .2s;
    -webkit-backface-visibility: hidden;
}
.testimonial-page .testimonial img {
    margin-top: 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.41);
}
.testimonial-page .testimonial:last-child {margin-bottom: 0; border-bottom: none}
.testimonial-page .testimonial .icon{float:left;font-size: 110px;color: #ff9a00;}
.testimonial-page .testimonial:nth-child(2n) .icon{color: #ff0900;}
.testimonial-page .testimonial:nth-child(3n) .icon{color: #0053a3;}
.testimonial-page .testimonial:nth-child(4n) .icon{color: #36be00;}
.testimonial-page .testimonial .right{padding-left:140px;min-height: 120px;}
.testimonial-page .testimonial .right p{font-size: 17px;line-height: 36px;letter-spacing: 0;color: #5a5a5a;}
.testimonial-page .testimonial .right p.author{font-size: 21px;text-transform: capitalize;font-style: italic;color: #ff0900;font-weight: 300;line-height: 1.3em;}
@media screen and (max-width:650px){ 
.testimonial-page .testimonial img {margin-top: 15px;}
.testimonial-page .testimonial .icon{font-size:60px;}
.testimonial-page .testimonial .right{padding-left:70px;}
.testimonial-page .testimonial .right p{font-size: 14px;line-height: 28px;}
.testimonial-page .testimonial .right p.author{font-size:16px;}
}

/*===========================================================================================================*/
/*============================================ TEAM =========================================================*/
/*===========================================================================================================*/
.team-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
    flex-wrap: wrap;
}
.team-grid > div {
    margin: 0 auto 35px;
    position: relative;
    height: auto;
}
.team-grid .member-link {
    text-align: center;
    display: block;
    top: 0;
    bottom: 0;
    padding: 12% 0;
}
.team-grid .member-link:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    right: 5px;
    background-color: #fff;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transform: scale(0.96);
    -webkit-transform: scale(0.96);
    -moz-transform: scale(0.96);
    -o-transform: scale(0.96);
}
.team-grid .member-link:hover:after {
    background-color: #e9f6fc;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.28);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}
.team-grid .member-link img {
    position: relative;
    z-index: 2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    width: 200px;
    margin: 0 auto 35px;
}
.team-grid .member-link .img {
    display: block;
    position: relative;
    z-index: 2;
    background-size: cover;
    background-position: top center;
    width: 200px;
    padding-bottom: 200px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 auto 15px;
}
.team-grid .member-link .name {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 20px;
    line-height: 1.25em;
    color: #e49f00;
    text-transform: capitalize;
    font-weight: 400;
    margin: 0 15px 7px;
    letter-spacing: 0;
    transition: 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
}
.member-link:hover .name {
    color: #063f67;
}
.team-grid .member-link .title {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    margin: 0 15px 20px;
    color: #7f7f7f;
    font-weight: 400;
    text-transform: inherit;
    letter-spacing: 0px;
    font-style: italic;
}
.team-grid .member-link .info {
    display: block;
    position: relative;
    z-index: 2;
    font-size: 13px;
    line-height: 1.4em;
    margin: 7px 0;
}
@media screen and (max-width: 1200px) {
    .team-grid .member-link .name {
        font-size: 22px;
    }
    .team-grid .member-link .title {
        font-size: 13px;
        line-height: 1.3em;
    }
    .team-grid .member-link .info {
        font-size: 10px;
    }
}
@media screen and (max-width: 991px) {
    .ice-icon {
        width: 50px;
    }
}
@media screen and (max-width: 768px) {
    .ice-icon {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    .team-grid > div {
        float: none;
        width: 100%;
    }
    .team-grid .member-link .name {
        font-size: 18px;
    }
    .team-grid .member-link .title {
        font-size: 16px;
    }
    .team-grid .member-link .info {
        font-size: 15px;
    }
}
.team-grid > div > .content {
    display: none;
}

/*=========================================== CUSTOMERS SECTION ========================================================*/
.customers-section {
  position: relative;
  padding: 80px 6vw 60px;
}
.customers-section .container-fluid {
  opacity: 0;
}
.customers-section.ready .container-fluid {
  opacity: 1;
  animation: fadeIn 1.2s both;
}
.customers-section .col {
  position: relative;
  padding: 28px 7px;
}
.customers-section .col:before {
  content: '';
  position: absolute;
  left: 19px;
  right: 19px;
  top: 0;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0 0 12px #e2e2e2;
  border-radius: 8px;
}
.customers-section .col:after {
  content: '';
  position: absolute;
  left: 29px;
  right: 29px;
  top: 10px;
  bottom: 10px;
  border: solid 1px #cbcbcb;
  border-radius: 8px;
  transform: scale(1.1);
  opacity: 0;
  transition: all .4s ease;	
}
.customers-section .col:hover:after {
  transform: scale(1);
  opacity: 1;
}
.customers-section .grid-logo {
  opacity: 0;
  text-align: center;
  display: block;
}
.customers-section.ready .grid-logo {
  opacity: 1;
  animation: fadeIn .4s both;
  animation-delay: calc(var(--order) * 130ms);
  transition: all .4s ease;
}
.customers-section.ready .grid-logo:hover {
  
}
.customers-section .grid-logo img {
	max-width: 70%;
	max-height: 140px;
	display: inline-block;
	-o-object-fit: cover;
	object-fit: cover;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	filter: grayscale(100%);
	transition: filter .4s ease;
}
.customers-section .grid-logo:hover img {
	filter: grayscale(0);
}
@media (max-width: 460px) {
	.customers-section .col {
		padding: 12px;
		margin: 5px 0;
	}
	.customers-section .col:before {
		left: 5px;
		right: 5px;
	}
}

/*=========================================== READY SECTION ==============================================*/
.ready-section {
  position: relative;
  text-align: center;
}
.ready-section:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: -5vw;
  bottom: -5vw;
  width: 100%;
  background-image: url(../img/bnn-waves.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
}
.ready-section.ready:after {
  opacity: 1;
  animation: fadeInUp 1.2s both;
  animation-delay: .4s;
}
.ready-section > div {position: relative;overflow: hidden;padding: 100px 0 110px;}
.ready-section .parallax {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bnn-ready.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ready-section .container {
  position: relative;
  z-index: 2;
  opacity: 0;
}
.ready-section.ready .container {
  opacity: 1;
  animation: fadeInDown 1.2s both;
}
.ready-section h2,
.ready-section p {
	color: #fff;
	margin: 15px 0;
}
.ready-section .btn-layout {
	margin-top: 20px;
}
@media (max-width: 1200px) {
	.ready-section:after {
		width: 300%;
		left: -100%;
		transform: translateY(-50%);
	}
}
@media (max-width: 420px) {
	.ready-section:after {
		width: 500%;
		left: -200%;
		transform: translateY(-50%);
	}
}

/*=========================================== SERVICES SECTION ==============================================*/
.services-section {
    padding: 70px 0;
}
.services-section .content-wrapper {
  opacity: 0;
  position: relative;
  z-index: 2;
  padding-left: 39%;
}
.services-section.ready .content-wrapper {
  opacity: 1;
  animation: fadeInRight 1.2s both;
}
.services-section .content-wrapper .controls {
  width: 40%;
  padding: 0;
}
.services-section .content-wrapper .controls li {
  font-size: 50px;
  line-height: 1.2em;
  padding-left: 50px;
  cursor: pointer;
}
.services-section .content-wrapper .controls li:not(:first-child) {
    
}
.services-section .content-wrapper .controls li > a {
  color: #333;
  font-weight: 900;
  padding: 22px 0;
  padding-left: 25px;
  position: relative;
  transition: all .4s ease;
}
.services-section .content-wrapper .controls li:hover > a {
  padding-left: 35px
}
.services-section .content-wrapper .controls li > a:before {
  content: '\f0da';
  font-family: "Font Awesome 6 Pro";
  font-size: .5em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .4s ease;
}
.services-section .content-wrapper .controls li:hover > a:before {
  content: '\f061';
  left: 10px;
}
.services-section .content-wrapper .controls li:nth-child(1) > a:before { color: #ff0a01; }
.services-section .content-wrapper .controls li:nth-child(2) > a:before { color: #0154a3; }
.services-section .content-wrapper .controls li:nth-child(3) > a:before { color: #37be01; }
.services-section .content-wrapper .controls li:nth-child(4) > a:before { color: #ff9a01; }
.services-section .background {
  overflow: hidden;
  position: absolute;
  top: -70px;
  bottom: -70px;
  width: 39%;
  left: 0;
  transition: all .4s ease;
}
.services-section .background img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.services-section.ready .background img {
  opacity: 1;
  animation: fadeInRight 1.2s both;
}
.services-section li:not(:first-child) .background {
  opacity: 0;
}
.services-section .content {
  width: 37%;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  padding: 0 40px;
  transition: all .4s ease;
}
.services-section li:not(:first-child) .content {
  opacity: 0;
}
.services-section .content-wrapper .controls:hover li .background,
.services-section .content-wrapper .controls:hover li .content { opacity: 0; }
.services-section .content-wrapper .controls li:hover .background { opacity: 1; z-index: 2; }
.services-section .content-wrapper .controls li:hover .content { opacity: 1; z-index: 2; }
@media (max-width: 1600px) {
	.services-section .content-wrapper {
		padding-left: 35%;
	}
	.services-section .background {
		width: 36%
	}
	.services-section .content-wrapper .controls {
		width: 47%;
	}
}
@media (max-width: 1200px) {
	.services-section .content-wrapper {
		padding-left: 15%;
	}
	.services-section .background {
		width: 15%
	}
	.services-section .content-wrapper .controls {
		width: 43%;
	}
	.services-section .content-wrapper .controls li {
		padding-left: 20px;
	}
	.services-section .content-wrapper .controls li > a {font-size: 32px;line-height: 1.2em;padding: 12px 0;padding-left: 20px;}
	.services-section .content {
		width: 49%;
	}
	.services-section .content h2 {
		margin: 10px 0;
		font-size: 30px;
	}
	.services-section .content p {
		font-size: 16px;
		margin: 0 0 20px
	}
	.services-section .content .btn-layout {
		font-size: 14px;
		padding: 13px 30px;
	}
}
@media (max-width: 991px) {
	.services-section .content-wrapper {
		padding-left: 40%;
	}
	.services-section .background {
		width: 40%
	}
	.services-section .content-wrapper .controls {
		width: 100%;
	}
	.services-section .content-wrapper .controls li {
		padding-left: 20px;
	}
	.services-section .content {
		display: none
	}
}
@media (max-width: 480px) {
	.services-section .content-wrapper {
		padding-left: 30%;
	}
	.services-section .background {
		width: 30%
	}
	.services-section .content-wrapper .controls {
		width: 100%;
	}
	.services-section .content-wrapper .controls li {
		padding-left: 20px;
	}
	.services-section .content-wrapper .controls li > a { font-size: 24px }
}

/*=========================================== CONTACT SECTION ==============================================*/
.special-text-contact{
	position: absolute;
	top: 2vw;
	width: 100%;
	z-index: 1;
	margin: auto;
	left: 0;
	right: 0;
	text-align: center;
}
.special-text-contact p{color:#fff;}
.special-text-contact p span{font-size:1.5em; font-weight: bold;}
.bnn-contact{position: relative!important;display: block;background: #000;}
.section-start .bnn-contact img{width:auto;height: auto;margin-bottom: 24px;opacity: .8;}
/*=========================================== RECENT WORK SECTION ========================================================*/
.work-section {
  position: relative;
  padding: 25px 5px 20px;
  background-color: #f5f5f5;
}
.work-section .container-fluid {
  opacity: 0;
}
.work-section.ready .container-fluid {
  opacity: 1;
  animation: fadeIn 1.2s both;
}
.work-section .h1-style {
  text-align: center;
  margin-bottom: 50px;
}
.work-section .work-section-grid > div:nth-child(2) {grid-area: small-1;}
.work-section .work-section-grid > div:nth-child(3) {grid-area: small-2;}
.work-section .work-section-grid > div:nth-child(4) {grid-area: small-3;}
.work-section .work-section-grid > div:nth-child(5) {grid-area: small-4;}
.work-section .work-section-grid > div:first-child {grid-area: big;}
.work-section .work-section-grid {
  display: grid;
  grid-template-areas:
    'small-1 small-2 big big'
    'small-3 small-4 big big';
  gap: 10px;
}
.work-section .work-section-grid > div {
  opacity: 0;
}
.work-section.ready .work-section-grid > div {
  opacity: 1;
  animation: fadeInDown .4s both;
  animation-delay: calc(var(--order) * 130ms);
}
.work-section .work-section-grid > div a {
  position: relative;
  overflow: hidden;
  display: block;
  padding-bottom: 110%;
  border-radius: 8px;
}
.work-section .work-section-grid > div a:after {
  content: '\f144';
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  bottom: 27px;
  right: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.work-section .work-section-grid > div a .bnn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: all .4s ease;
}
.work-section .work-section-grid > div a:hover .bnn {
  transform: scale(1.05);
}
.work-section .work-section-grid > div a .bnn:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  opacity: .8;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+61,0.87+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 61%, rgba(0,0,0,0.87) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 61%,rgba(0,0,0,0.87) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 61%,rgba(0,0,0,0.87) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#de000000',GradientType=0 ); /* IE6-9 */
}
.work-section .work-section-grid > div a .bnn img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.work-section .work-section-grid > div a h2 {
  position: absolute;
  color: #fff;
  margin: 0;
  left: 15px;
  margin-right: 45px;
  bottom: 20px;
  font-size: 30px;
  font-weight: 600;
}
.work-section .work-section-grid > div a h2:after {
  content: '';
  position: absolute;
  top: 105%;
  left: unset;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: all .3s ease;
}
.work-section .work-section-grid > div a:hover h2:after {
 left: 0;
 right: unset;
 width: 100%;
 background-color: #fff;
}
@media (max-width: 1200px) {
  .work-section .work-section-grid > div a h2 {
    font-size: 22px
  }
}
@media (max-width: 991px) {
  .work-section .work-section-grid {
    grid-template-areas:
      'big big'
      'small-1 small-2'
      'small-3 small-4';
  }
  .work-section .work-section-grid > div a {
    padding-bottom: 50%
  }
}
@media (max-width: 640px) {
  .work-section .work-section-grid {
    display: block
  }
  .work-section .work-section-grid > div {
    margin-bottom: 20px;
  }
}

/*=========================================== NEWS SECTION ==============================================*/
.news-section {
  text-align: center;
  position: relative;
  padding: 45px 0 33px;
  background-color: #f5f5f5;
}
.news-section .container-fluid {
  position: relative;
}
.news-section .custom-controls {
  opacity: 0;
  position: absolute;
  z-index: 2;
  left: 0;
  top: -20px;
  bottom: 0;
  width: 409px;
  background-color: #f5f5f5;
}
.news-section.ready .custom-controls {
  opacity: 1;
  animation: fadeInLeft 1.2s both;
}
.news-section .custom-controls h2 {
  margin-top: 4vw;
}
.news-section .custom-controls h2 span {
  font-weight: 900;
  color: #333;
}
.news-section .custom-controls ul li:not(:last-child) {
  margin-right: 60px;
}
.news-section .custom-controls ul li a {
  color: #ff0a01;
  width: 70px;
  height: 70px;
  font-size: 18px;
  padding: 26px 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 5px 10px #e2e2e2;
}
.news-section .custom-controls ul li a:hover {
  color: #333;
  box-shadow: 0 3px 10px #e2e2e2;
}
.news-section .custom-controls .btn-layout {
  width: 210px;
}
.news-section .slick-news {
  opacity: 0;
  padding-left: 400px;
  padding-right: 8vw;
}
.news-section.ready .slick-news {
  opacity: 1;
  animation: fadeInRight 1.2s both;
}
.news-section .slick-news .slick-list {
  overflow: visible;
}
.news-section .slick-news .slick-slide {
    padding: 0 15px 30px;
}
.news-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 12px #e2e2e2;
}
.news-item:hover {
  background-color: #fbfbfb;
}
.blog-grid .news-item {
	margin: 0 0 30px
}
.blog-grid .scroll-section {
	opacity: 0;
}
.blog-grid .ready {
	opacity: 1;
	animation: fadeInDown 1.2s both;
	animation-delay: calc(var(--order) * 130ms);
}
.blog-grid .hidden-post {
	display: none;
}
.btn-layout.see-less {
	display: none;
}
.news-item .bnn {
  position: relative;
  display: block;
  overflow: hidden;
  height: 15vw;
}
.news-item .bnn img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  transform: scale(1);
  transition: transform .4s ease;
}
.news-item:hover .bnn img {
  transform: scale(1.05);
}
.news-item .title {
  position: relative;
  display: block;
  text-align: left;
  font-size: 16px;
  line-height: 1.5em;
  padding: 19px;
  padding-top: 49px;
  padding-right: 60px;
  min-height: 141px;
  color: #333;
}
.news-item.no-date .title {
  padding-top: 19px;
  min-height: 110px;
}
.news-item:hover .title {
  color: #000000;
}
.news-item .title:before {
  content: '\f0da';
  font-weight: 600;
  font-family: "Font Awesome 6 Pro";
  font-size: .5em;
  position: absolute;
  right: 20px;
  top: 29px;
  font-size: 18px;
  transform: translateY(-50%);
  transition: all .4s ease;
  color: #9f9f9f;
}
.news-item .date {
  position: absolute;
  font-size: 15px;
  line-height: 1.5em;
  padding-top: 21px;
  font-style: italic;
  padding-left: 19px;
  color: #999;
  left: 0;
}
.news-item:hover .date {
  color: #000000;
}
.news-item.large-box .date {
  position: static;
  padding-top: 0;
  padding-left: 0;
}
.news-item.large-box .title:before { top: 12px; }
.news-item:hover .title:before {
  content: '\f061';
  right: 10px;
  color: #333;
}
.news-item.large-box {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    padding-left: 45%;
    min-height: 400px;
    margin: 0 0 12px;
}
.news-item.large-box .bnn {
    position: absolute;
    left: 0;
    width: 42%;
    height: 100%;
}
.news-item.large-box .title {
    min-height: auto;
    text-align: left;
    padding: 0 20px 0 0;
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 900;
    margin: 60px 0 20px
}
.news-item.large-box .title > span {
	display: block;
	font-size: 20px;
    line-height: 1.3em;
	font-weight: 400;
}
.news-item.large-box .info {
	display: block;
	font-size: 20px;
    line-height: 1.3em;
	font-weight: 400;
	color: #333;
	padding-right: 4vw;
	margin: 0 0 20px;
}
@media (max-width: 1000px) {
	.news-section .slick-news {
	  padding-left: 250px;
	  padding-right: 0;
	}
	.news-section .custom-controls {
	  max-width: 260px;
	}
	.news-item .bnn {
	  height: 22vw
	}
}
@media (max-width: 991px) {
	.news-item.large-box {
		padding: 0 20px 20px;
	}
	.news-item.large-box .bnn {
		position: static;
		width: auto;
		margin: 0 -20px;
	}
	.news-item.large-box .title {
		font-size: 30px;
		padding: 0;
	}
	.news-item.large-box .title:before {
		right: 0;
	}
}
@media (max-width: 850px) {
	.news-item .bnn {
	  height: 38vw
	}
	.news-item.large-box .title {
		font-size: 24px;
		padding: 0;
	}
	.news-item.large-box .title span,
	.news-item.large-box .info{
		font-size: 16px;
	}
}
@media (max-width: 650px) {
	.news-section .slick-news {
	  padding-left: 0;
	}
	.news-section .custom-controls {
	  position: static;
	  margin: 0 auto 50px;
	}
	.news-item .bnn {
	  height: 48vw
	}
}

/*=========================================== IMAGE LEFT ======================================================*/
.left-image {
  position: relative;
  background-color: #fff;
  padding: 140px 0;
}
.left-image > .container,
.left-image > .container-fluid {
  position: relative;
  opacity: 0;
}
.left-image.ready > .container,
.left-image.ready > .container-fluid {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.left-image > .bnn {
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 width: 50%;
 opacity: 0;
}
.left-image.ready > .bnn {
  opacity: 1;
  animation: fadeInLeft 1.2s both;
}
.left-image .bnn img {
 display: block;
 -o-object-fit: cover;
 object-fit: cover;
 object-position: right;
 height: 100%;
 width: 100%;
 transform: scale(1);
 transition: transform .4s ease;
}
.left-image .col-lg-6 { padding: 0 6vw }
@media (max-width: 991px) {
	.left-image {
		padding-bottom: 0;
	}
	.left-image > .bnn {
		position: static;
	}
}

/*=========================================== BASIC GRID ======================================================*/
.basic-grid {
  position: relative;
  background-color: #fff;
  padding: 120px 0 80px;
  text-align: center;
}
.basic-grid > .container,
.basic-grid > .container-fluid {
  position: relative;
  opacity: 0;
}
.basic-grid.ready > .container,
.basic-grid.ready > .container-fluid {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.basic-grid .col {
  margin-bottom: 40px;
}
.basic-grid .bnn {
  position: relative;
  display: block;
  width: 220px;
  height: 220px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #b6b6b6;
}
.basic-grid .bnn:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 4px;
  width: 212px;
  height: 212px;
  border: solid 3px #fff;
  border-radius: 50%;
}
.basic-grid .bnn img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: 100%;
  transform: scale(1);
  transition: transform .4s ease;
}
.basic-grid i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 60px
}
.basic-grid h3,
.basic-grid p {
  line-height: 1.2em;
  max-width: 260px;
  margin: 20px auto;
}
@media (max-width: 1200px) {
	.basic-grid .bnn {
	  width: 160px;
	  height: 160px;
	}
	.basic-grid .bnn:after {
	  left: 4px;
	  top: 4px;
	  width: 152px;
	  height: 152px;
	  border-width: 2px
	}
	.basic-grid i {
	  font-size: 40px;
	}
	.basic-grid h3 {
		font-size: 20px;
	}
	.basic-grid p,
	.basic-grid .btn-layout {
		font-size: 16px;
	}
}

/*=========================================== CASE STUDIES ==================================================*/
.case-item {
	margin-top: 50px;
}
.case-item h3 {
	margin: 0 0 20px
}
.case-item h3 > span {
	font-size: 1em
}

/*===========================================================================================================*/
/*=========================================== FOOTER ========================================================*/
/*===========================================================================================================*/
.footer {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  background-color: #002446;
}
.footer:before {
  content: '';
  display: block;
  width: 200%;
  height: 80%;
  position: absolute;
  left: -20%;
  top: 65%;
  background-color: #001428;
  transform: rotate(5deg)
}
.footer .social-nav {
	margin: 0 0 60px
}
.footer .social-nav li {
	font-size: 28px;
}
.footer .social-nav li:not(:last-child) {
	margin-right: 20px;
}
.footer p {
	font-size: 16px;
	color: #fff;
}
.footer p .fa-light {
	margin-bottom: 20px;
}
.footer .footer-nav {
	margin: 0 0 40px;
}
.footer .footer-nav li {
	padding: 0;
	color: #fff;
	margin: 0 0 15px;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
}
.footer .footer-nav li:not(:last-child) {
	margin-right: 2vw;
}

.footer a {
	color: #fff;
}
.footer a:hover {
	color: #f6c227;
}
.footer .btns-nav a.btn-layout {
  font-weight: 600;
  color: #333;
  border-color: #fff;
  background-color: #fff;
}
.footer .btns-nav li a.btn-layout {
    min-width: 215px;
}
.footer .btns-nav li {
	padding: 0 10px;
	margin-bottom: 30px;
}
.footer .btns-nav li:nth-child(1) a.btn-layout { color: #ff0a01; }
.footer .btns-nav li:nth-child(2) a.btn-layout { color: #0154a3; }
.footer .btns-nav li:nth-child(3) a.btn-layout { color: #37be01; }
.footer .btns-nav li:nth-child(4) a.btn-layout { color: #ff9a01; }
.footer .btns-nav a.btn-layout:hover {
  color: #fff!important;
}
.footer .btns-nav li:nth-child(1) a.btn-layout:hover { border-color: #ff0a01; background-color: #ff0a01; }
.footer .btns-nav li:nth-child(2) a.btn-layout:hover { border-color: #0154a3; background-color: #0154a3; }
.footer .btns-nav li:nth-child(3) a.btn-layout:hover { border-color: #37be01; background-color: #37be01; }
.footer .btns-nav li:nth-child(4) a.btn-layout:hover { border-color: #ff9a01; background-color: #ff9a01; }

.footer .container {
  opacity: 0;
}
.footer.ready .container {
  opacity: 1;
  animation: fadeInDown 1.2s both;
}

@media (max-width: 1590px) {

}
@media screen and (max-width: 991px) {
	.footer .btns-nav li {
		width: 48%;
	}
}

@media screen and (max-width: 768px) {
	.footer .btns-nav {
		margin-top: 40px
	}
	.footer .btns-nav li {
		width: 100%;
	}
  .footer li:not(:last-child) {
	margin-right: 15px;	
  }
  .footer .footer-nav li:not(:last-child) {
	margin-right: 0;
  }
	 .footer .footer-nav li {
	 display: block;
   	 font-size: 16px;
	 margin: 0 0 20px;
	}
   .footer .footer-nav li a {
	 margin: 0;
   }
  .btn-layout {
    font-size: 14px;
    padding: 13px 19px;
    width: 200px;
  }
  h1, .h1-style {
    font-size: 38px;
  }
  h2,
  .footer h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 14px;
  }
  p, li, td, th, label {
    font-size: 16px;
    letter-spacing: 0;line-height: 22px;
  }
}
@media screen and (max-width: 528px) {

  
   
}