/*=============================
====================CuStOm
==========================StYlE
==========================AURTHoR   AM
==============================*/
html {
    scroll-behavior: smooth;
}
body, input, select, textarea{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#606060;
	line-height:1.3;
}
/* Headings
______________________*/
h1{
    font-family: 'Poppins', sans-serif;
}
h2{
	font-family: 'Poppins', sans-serif;
	color:#000000;
	font-size:46px;
	margin:0 0 40px 0;
	text-transform:uppercase;
	line-height:1;
}
h3{
	font-family: 'Oswald', sans-serif;
	font-size:30px;
	margin:0;
	text-transform:capitalize;
    font-weight: 400;
}
h4{
	font-family: 'Oswald', sans-serif;
	font-size:15px;
	margin:0 0 10px 0;
	text-transform:capitalize;
    font-weight: 400;
}
h5{
	font-family: 'Oswald', sans-serif;
	font-weight:700;
	font-size:14px;
	margin:0 0 20px 0;
	text-transform:uppercase;
}




/* Links
______________________*/
a{
	-webkit-transition:0.1s ease-out 0.1s;
	-moz-transition:0.1s ease-out 0.1s;
	transition:0.1s ease-out 0.1s;
}
a:hover{
	text-decoration:none;
}
a:focus{
	outline:none;
}
/* Header
______________________*/
#header{
	padding-bottom: 25px;
}
.top-link{
	border-bottom:1px solid #e2e5e5;
     background: #f5f6f7;
}
.top-link ul{
	margin:0;
	padding:0;
}
.top-link li{
	margin:0;
	padding:0;
	background:none;
	display:inline-block;
	position:relative;
}
.top-link li a{
	padding:10px 13px;
	display:inline-block;
	color:#6f7b7f;
	font-size:12px;
	line-height:1;
	text-align:center;
	border-right:1px solid #e2e5e5;
}
.top-link li:first-child a{
	border-left:1px solid #e2e5e5;
}
.top-link li:hover a{
	color:#D02D32;
}
.top-link .tooltip{
	background:#14b1bd;
	padding:6px;
	width:230px;
	visibility:hidden;
	left:50%;
	margin-left:-115px;
}
.top-link li:hover .tooltip{
	opacity:1;
	visibility:visible;
}
.top-link .tooltip:before{
	background:url(../images/tooltiip-arrow.png) no-repeat center top;
	width:12px;
	height:6px;
	content:"";
	display:block;
	position:absolute;
	left:50%;
	top:-6px;
	margin:0 0 0 -6px;
}
.top-link .tooltip-content{
	border:1px solid #95dce1;
	padding:13px 9px;
}
.top-link .tooltip-content p{
	color:#ffffff;
	font-size:11px;
	line-height:13px;
	margin-bottom:13px;
}
.top-link .tooltip-content p:last-child{
	margin-bottom:0;
}
.top-right{
	text-align:right;
}
.sections-wrap > .container{
	position:relative;
}

.collapse.navbar-collapse {
    padding: 0;
}

.nav-custom{
    margin-bottom: 0px;
    border-radius: 0px;
    border: none;
    width: 100%;
    background: #fff;
    z-index: 400;
	text-transform: capitalize;
    padding: 2px 0px 15px;
}
.nav-custom.trans{
    background:#0093fe
}
.navbar-brand {
    padding: 0;
    margin-top: 10px;
    width: 220px;
}
.navbar-brand img {
    width: 100%;
}
/*header submenu*/
.dropdown-content {
       display: none;
    position: absolute;
    min-width: 196px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    list-style: none;
    top: 100%;
    background: #fff;
    padding: 0;
}
.dropdown-content li a {
    color: #000;
    display: block;
    width: 100%;
	padding: 8px 12px;
	text-decoration: none;
    position: relative;
    border-bottom: 1px solid #ededed;
    font-size: 13px;
}
.dropdown-content li:last-child a {
    border-bottom: none;
}

.dropdown-content a:hover, 
.dropdown-content a:focus, 
.dropdown-content a:active, 
.dropdown-content a.active {
    background-color: #D02D32;
    color: #fff;
}
.dropdown:hover .dropdown-content,
.dropdown:active .dropdown-content,
.dropdown:focus .dropdown-content{
    display: block;
}
/*slider*/
.bx-wrapper {
    box-shadow: none !important;
    border: none !important;
    margin-bottom: 0 !important;
}


.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:active{
  
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a{
    color: #D02D32 !important;
}
.navbar-nav > li {
    position: relative;
    margin: 10px 15px 0;
}

.navbar-inverse .navbar-nav > li > a {
    color: #222;
    padding: 15px 0;
}
.navbar-inverse .navbar-nav > li:last-child > a {
    padding-right: 0;
}
.navbar-inverse .custom-btn{
    margin-top: 8px;
}
.navbar-inverse .navbar-nav > li > a:hover{
    color: #D02D32 !important;
    background-color: transparent;
}
a.active {
  color: #D02D32 !important;
}
/*slider*/

.slider-cover{
        background: #ddd url(../images/home_bg.jpg) no-repeat center left;
    background-size: cover;
    min-height: 100vh;
    position: relative;
    
}
.slider-cover:before {
    content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom right,#002f4b,#dc4225);
	opacity: .6; 
  }
.slider-cover:nth-child(2){
        background: #ddd url(../images/home_bg2.jpg) no-repeat 20% 100%;
    background-size: cover;
}
span.br {
    display: block;
}
.slider-content {
    margin: 19% 0 25px;
    padding: 10px;
    color: #fff;
}
.slider-content h1{
    font-size: 56px;
    font-weight: bold;
    margin-bottom: 48px;
    margin-top: 12px;
}
.slider-content p {
    margin: 22px 0;
    font-size: 18px;
}
.custom-btn{
    border: 1px solid #d02d32;
    background: #d02d32;
    color: #fff !important;
    border-radius: 0;
    padding: 6px 12px !important;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    border-radius: 6px;
    vertical-align: middle;
    
}
.custom-btn.lg{
    padding: 16px 30px !important;
    font-size: 18px;
    
}
.custom-btn.outer{
    border: 1px solid #0482bc;
    background: #0482bc;
    color: #fff;
    min-width: 320px;
    margin-bottom: 20px;
    
}
.custom-btn.white{
    border: 1px solid #fff;
    background: #fff;
    color: #d02d32 !important;
    min-width: 320px;
    margin-bottom: 20px;
    
}
.custom-btn:hover,
.custom-btn:active,
.custom-btn:focus{
    border: 1px solid #d02d32;
    background: #fff;
    color: #d02d32 !important;
    transition: all .3s;
}
.custom-btn.outer:hover,
.custom-btn.outer:active,
.custom-btn.outer:focus{
    border: 1px solid #0482bc;
    background: #fff;
    color: #0482bc !important;
    transition: all .3s;
}

/*who we are*/
.who {
    background: url(../images/who%20we%20are.png) no-repeat 5% 50%;
    padding: 60px 0;
    background-size: 45%;
}

.in-detail {
    padding: 9% 0;
}

/*services*/
.services,.projects{
    padding: 60px 0 30px;
    background: #f7f6f5;
}
ervice_text{
  color:#cccccc !important;
  font-size:16px;
  line-height:28px;
  text-align:center;    
}
.extra-text {
    font-size:34px;
    font-weight: 700;
    color:#2f2f2f;
    margin-bottom: 25px;
    position:relative;
    text-transform: none;
}
.extra-text::before {
    content: '';
    width: 60px;
    height: 3px;
    background: #d02d32;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}
.extra-text span {
    font-weight: 700;
    color:#d02d32;
}
.item {
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    -webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border:5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
    min-height: 300px;
}
.item:hover{
    background:#d02d32;
    box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover .item, .item:hover span.icon{
    background:#fff;
    border-radius:10px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover h4, .item:hover p,.item:hover a{
    color:#fff;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item .icon {
    font-size: 40px;
    margin-bottom:25px;
    color: #d02d32;   
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
}
.item .feature_box_col_one{
    background:rgba(247, 198, 5, 0.20);
    color:#d02d32
}
.item .feature_box_col_two{
    background:rgba(255, 77, 28, 0.15);
    color:#d02d32
}
.item .feature_box_col_three{
    background:rgba(0, 147, 38, 0.15);
    color:#d02d32
}
.item .feature_box_col_four{
    background:rgba(0, 108, 255, 0.15);
    color:#d02d32
}
.item .feature_box_col_five{
    background:rgba(146, 39, 255, 0.15);
    color:#d02d32
}
.item .feature_box_col_six{
    background:rgba(23, 39, 246, 0.15);
    color:#d02d32
}
.item p{
    font-size:15px;
    line-height:26px;
}
.item h3 {
    margin-bottom:20px;
    color:#2f2f2f;
}
.mission p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}
.mission i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #d02d32;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}
.mission .small-text {
    margin-left: 10px;
    font-size: 13px;
    color: #666;
}
.skills {
    padding-top:0px;
}
.skills .prog-item {
    margin-bottom: 25px;
}
.skills .prog-item:last-child {
    margin-bottom: 0;
}
.skills .prog-item p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}
.skills .prog-item .skills-progress {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius:20px;
    position: relative;
}
.skills .prog-item .skills-progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #d02d32;
    width: 10%;
    border-radius: 10px;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.skills .prog-item .skills-progress span:after {
    content: attr(data-value);
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 10px;
    font-weight:600;    
    color: #fff;
    background:rgba(0, 0, 0, 0.9);
    padding: 3px 7px;
    border-radius: 30px;
}

/*global*/
.global {
    background: url(../images/global.png) no-repeat 92% 50%;
    padding: 30px 0;
    background-size: 35%;
}

/*cleints*/
.clients {
        padding: 60px 0;
}
#owl-clients .items {
    max-height: 100px;
    max-width: 100px;
}
/*projects*/
.sectionClass {
  padding: 20px 0px 50px 0px;
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}

.projectFactsWrap{
    display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .itemp{
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}

.projectFactsWrap .itemp:nth-child(1){
  background: rgb(4, 130, 188);
}

.projectFactsWrap .itemp:nth-child(2){
  background: rgb(4, 130, 188, .8);
}

.projectFactsWrap .itemp:nth-child(3){
 background: rgb(4, 130, 188, .7);
}

.projectFactsWrap .itemp:nth-child(4){
  background: rgb(4, 130, 188, .6);
}

.projectFactsWrap .itemp p.number{
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .itemp p{
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-family: 'Open Sans';
}


.projectFactsWrap .itemp span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .itemp i{
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}


.projectFactsWrap .itemp:hover i, .projectFactsWrap .itemp:hover p{
  color: white;
}

.projectFactsWrap .itemp:hover span{
  background: white;
}

@media (max-width: 786px){
  .projectFactsWrap .itemp {
     flex: 0 0 50%;
  }
}
/*get*/
.get{
    padding: 60px 0;
    background:  #d02d32;
    color: #fff;
}
.get h2{
    color: #fff;
}

/*footer*/
footer {
    background: #fafafa6b;
    padding: 45px 0 0;
}
footer h4 {
    margin-bottom: 25px;
    font-weight: 600;
    color: #222;
}
footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
footer ul li{
    margin-bottom: 8px;
}
.footer-menu > a{
    display: block;
    margin-bottom: 5px;
}
footer a,
footer p,
.bot-footer{
    color: #6d6d6d;
}

span.bl{
    display: block;
}
.mg-bt{
    margin-bottom: 25px;
}
ul.social {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.social li {
    display: inline-block;
    margin-right: 5px;
}
ul.social li a {
    color: #000;
}
footer a:hover,
ul.social li a:hover,
footer a:active,
ul.social li a:active,
footer a:focus,
ul.social li a:focus{
    color: #d02d32;
}
footer .input-group {
    margin-bottom: 30px;
}
footer input.form-control {
    border-radius: 30px !important;
}
footer input.form-control {
    background: #eeeeee;
    border-color: #e4e4e4;
    padding-right: 50px;
        box-shadow: none;
        height: 35px;
}
footer span.input-group-addon {
    border-radius: 30px !important;
    position: absolute;
    right: 0;
    z-index: 4;
    background: #d02d32;
    width: 50px !important;
}
.black{
    color: #000;
}
.bot-footer {
    margin-top: 25px;
    border-top: 1px solid #e4e4e4;
    padding: 20px 0;
}
.bot-footer a {
    margin-right: 15px;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #bebebe;
}
input::-moz-placeholder { /* Firefox 19+ */
  color:  #bebebe;
}
input:-ms-input-placeholder { /* IE 10+ */
  color:  #bebebe;
}
input:-moz-placeholder { /* Firefox 18- */
  color:  #bebebe;
}
/*quote*/
.fab-container {
  margin: 1em;
  position: fixed;
  bottom: -72px;
  right: 0;
}

.fab {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  position: relative;
  cursor: pointer;
  transition: .3s;
}
.fab:before {
  content: attr(tooltip);
  background: #595959;
  padding: 4px 8px;
  border-radius: 2px;
  position: absolute;
  top: 16px;
  right: 100%;
  color: white;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  transition: .3s;
}
.fab:hover {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2), 0 3px 8px rgba(0, 0, 0, 0.12);
}
.fab:hover:before {
  right: 110%;
  opacity: 1;
  visibility: visible;
}
.fab i{
    color: #fff;
    z-index: 1;
    position: relative;
    font-size: 25px;
    line-height: 60px;
    text-align: center;
    padding-left: 15px;
}

.profile {
  margin-bottom: 1em;
}
.profile:after {
  background: rgb(4, 130, 188) ;
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: .3s;
}
.profile:hover:after {
  transform: rotate(90deg);
}

.top {
  background: rgb(4, 130, 188) ;
}
/*popup form quote*/

.popup form {
	width: 100%;
}
input[required] + label, .popup form input, .popup form select, .popup form textarea {
}
.modal-header {
    background: rgb(4, 130, 188);
    color: #fff;
    border-radius: 4px 4px 0 0;
    padding: 30px 15px;
}
.modal-header h4{
    font-size: 24px;
}
.modal-body {
    background: #f5f6f7;
}
.modal-header .close {
    margin-top: 3px;
}
.contact-form-part {
     background: url(../images/patern.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 13px 20px 20px;
    border-radius: 4px;
    box-shadow: 1px 1px 10px #00000038;
}
.popup form input, .popup form select {
	height:38px;
}
.popup input,
.popup textarea{
    margin-bottom: 20px;
}
.popup label{
    font-weight: 400;
}
/*contact us*/
.contact-main{
    height: 300px;
    background: url(../images/contact.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.contact-main::before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: linear-gradient(to bottom right,#002f4b,#dc4225), url(../images/contact.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
        opacity: 0.8;
}
.contact-main h1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    font-size: 52px;
}
.contact-wrapper{
    padding: 60px 0;
    background: #f5f6f7;
}
.contact-inf {
    
}
.contactus-wrapper .contact-info {
    background: #fff;
    border-radius: 5px;
    padding: 1px 20px 10px;
    margin-top: 19px;
}
.contact-form-part input {
    margin-bottom: 15px;
}
.contactus-wrapper .contact-form-part p{
    color: #fff;
}
.form-control {
    height: 40px;
    padding: 10px 15px;
    box-shadow: none;
}


/*team page*/
.fa-spin-fast {
  -webkit-animation: fa-spin-fast 0.2s infinite linear;
  animation: fa-spin-fast 0.2s infinite linear;
}
@-webkit-keyframes fa-spin-fast {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin-fast {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.material-card {
  position: relative;
  height: 0;
  padding-bottom: calc(100% - 16px);
  margin-bottom: 6.6em;
}
.material-card h2 {
  position: absolute;
  top: calc(100% - 16px);
  left: 0;
  width: 100%;
  padding: 10px 16px;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.6em;
  margin: 0;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.material-card h2 span {
  display: block;
}
.material-card h2 strong {
  font-weight: 400;
  display: block;
  font-size: 0.8em;
}
.material-card h2:before,
.material-card h2:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: -16px;
  width: 0;
  border: 8px solid;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.material-card h2:after {
  top: auto;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .material-card.mc-active {
    padding-bottom: 0;
    height: auto;
  }
}
.material-card.mc-active h2 {
  top: 0;
  padding: 10px 16px 10px 90px;
}
.material-card.mc-active h2:before {
  top: 0;
}
.material-card.mc-active h2:after {
  bottom: -16px;
}
.material-card .mc-content {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 16px;
  left: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.material-card .mc-btn-action {
  position: absolute;
  right: 16px;
  top: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid;
  width: 54px;
  height: 54px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  z-index: 20;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.material-card.mc-active .mc-btn-action {
  top: 62px;
}
.material-card .mc-description {
  position: absolute;
  top: 100%;
  right: 30px;
  left: 30px;
  bottom: 54px;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -ms-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s;
}
.material-card .mc-footer {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.material-card .mc-footer h4 {
  position: absolute;
  top: 200px;
  left: 30px;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 1.4s;
  -moz-transition: all 1.4s;
  -ms-transition: all 1.4s;
  -o-transition: all 1.4s;
  transition: all 1.4s;
}
.material-card .mc-footer a {
  display: block;
  float: left;
  position: relative;
  width: 52px;
  height: 52px;
  margin-left: 5px;
  margin-bottom: 15px;
  font-size: 28px;
  color: #fff;
  line-height: 52px;
  text-decoration: none;
  top: 200px;
}
.material-card .mc-footer a:nth-child(1) {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.material-card .mc-footer a:nth-child(2) {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.material-card .mc-footer a:nth-child(3) {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.material-card .mc-footer a:nth-child(4) {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.material-card .mc-footer a:nth-child(5) {
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}
.material-card .img-container {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
    background: #fff;
}
.material-card.mc-active .img-container {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: 12px;
  width: 60px;
  height: 60px;
  z-index: 20;
}
.material-card.mc-active .mc-content {
  padding-top: 5.6em;
}
@media screen and (max-width: 767px) {
  .material-card.mc-active .mc-content {
    position: relative;
    margin-right: 16px;
  }
}
.material-card.mc-active .mc-description {
  top: 50px;
  padding-top: 5.6em;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 767px) {
  .material-card.mc-active .mc-description {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    padding: 50px 30px 70px 30px;
    bottom: 0;
  }
}
.material-card.mc-active .mc-footer {
  overflow: visible;
  position: absolute;
  top: calc(100% - 16px);
  left: 16px;
  right: 0;
  height: 82px;
  padding-top: 15px;
  padding-left: 25px;
}
.material-card.mc-active .mc-footer a {
  top: 0;
}
.material-card.mc-active .mc-footer h4 {
  top: -32px;
}
.material-card.Red h2 {
  background-color: #F44336;
}
.material-card.Red h2:after {
  border-top-color: #F44336;
  border-right-color: #F44336;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Red h2:before {
  border-top-color: transparent;
  border-right-color: #B71C1C;
  border-bottom-color: #B71C1C;
  border-left-color: transparent;
}
.material-card.Red.mc-active h2:before {
  border-top-color: transparent;
  border-right-color: #F44336;
  border-bottom-color: #F44336;
  border-left-color: transparent;
}
.material-card.Red.mc-active h2:after {
  border-top-color: #B71C1C;
  border-right-color: #B71C1C;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Red .mc-btn-action {
  background-color: #F44336;
}
.material-card.Red .mc-btn-action:hover {
  background-color: #B71C1C;
}
.material-card.Red .mc-footer h4 {
  color: #B71C1C;
}
.material-card.Red .mc-footer a {
  background-color: #B71C1C;
}
.material-card.Red.mc-active .mc-content {
  background-color: #FFEBEE;
}
.material-card.Red.mc-active .mc-footer {
  background-color: #FFCDD2;
}
.material-card.Red.mc-active .mc-btn-action {
  border-color: #FFEBEE;
}
.material-card.Blue-Grey h2 {
  background-color: #607D8B;
}
.material-card.Blue-Grey h2:after {
  border-top-color: #607D8B;
  border-right-color: #607D8B;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Blue-Grey h2:before {
  border-top-color: transparent;
  border-right-color: #263238;
  border-bottom-color: #263238;
  border-left-color: transparent;
}
.material-card.Blue-Grey.mc-active h2:before {
  border-top-color: transparent;
  border-right-color: #607D8B;
  border-bottom-color: #607D8B;
  border-left-color: transparent;
}
.material-card.Blue-Grey.mc-active h2:after {
  border-top-color: #263238;
  border-right-color: #263238;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Blue-Grey .mc-btn-action {
  background-color: #607D8B;
}
.material-card.Blue-Grey .mc-btn-action:hover {
  background-color: #263238;
}
.material-card.Blue-Grey .mc-footer h4 {
  color: #263238;
}
.material-card.Blue-Grey .mc-footer a {
  background-color: #263238;
}
.material-card.Blue-Grey.mc-active .mc-content {
  background-color: #ECEFF1;
}
.material-card.Blue-Grey.mc-active .mc-footer {
  background-color: #CFD8DC;
}
.material-card.Blue-Grey.mc-active .mc-btn-action {
  border-color: #ECEFF1;
}
.material-card.Pink h2 {
  background-color: #E91E63;
}
.material-card.Pink h2:after {
  border-top-color: #E91E63;
  border-right-color: #E91E63;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Pink h2:before {
  border-top-color: transparent;
  border-right-color: #880E4F;
  border-bottom-color: #880E4F;
  border-left-color: transparent;
}
.material-card.Pink.mc-active h2:before {
  border-top-color: transparent;
  border-right-color: #E91E63;
  border-bottom-color: #E91E63;
  border-left-color: transparent;
}
.material-card.Pink.mc-active h2:after {
  border-top-color: #880E4F;
  border-right-color: #880E4F;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Pink .mc-btn-action {
  background-color: #E91E63;
}
.material-card.Pink .mc-btn-action:hover {
  background-color: #880E4F;
}
.material-card.Pink .mc-footer h4 {
  color: #880E4F;
}
.material-card.Pink .mc-footer a {
  background-color: #880E4F;
}
.material-card.Pink.mc-active .mc-content {
  background-color: #FCE4EC;
}
.material-card.Pink.mc-active .mc-footer {
  background-color: #F8BBD0;
}
.material-card.Pink.mc-active .mc-btn-action {
  border-color: #FCE4EC;
}
.material-card.Purple h2 {
  background-color: #9C27B0;
}
.material-card.Purple h2:after {
  border-top-color: #9C27B0;
  border-right-color: #9C27B0;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Purple h2:before {
  border-top-color: transparent;
  border-right-color: #4A148C;
  border-bottom-color: #4A148C;
  border-left-color: transparent;
}
.material-card.Purple.mc-active h2:before {
  border-top-color: transparent;
  border-right-color: #9C27B0;
  border-bottom-color: #9C27B0;
  border-left-color: transparent;
}
.material-card.Purple.mc-active h2:after {
  border-top-color: #4A148C;
  border-right-color: #4A148C;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Purple .mc-btn-action {
  background-color: #9C27B0;
}
.material-card.Purple .mc-btn-action:hover {
  background-color: #4A148C;
}
.material-card.Purple .mc-footer h4 {
  color: #4A148C;
}
.material-card.Purple .mc-footer a {
  background-color: #4A148C;
}
.material-card.Purple.mc-active .mc-content {
  background-color: #F3E5F5;
}
.material-card.Purple.mc-active .mc-footer {
  background-color: #E1BEE7;
}
.material-card.Purple.mc-active .mc-btn-action {
  border-color: #F3E5F5;
}
.material-card.Deep-Purple h2 {
  background-color: #673AB7;
}
.material-card.Deep-Purple h2:after {
  border-top-color: #673AB7;
  border-right-color: #673AB7;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Deep-Purple h2:before {
  border-top-color: transparent;
  border-right-color: #311B92;
  border-bottom-color: #311B92;
  border-left-color: transparent;
}
.material-card.Deep-Purple.mc-active h2:before {
  border-top-color: transparent;
  border-right-color: #673AB7;
  border-bottom-color: #673AB7;
  border-left-color: transparent;
}
.material-card.Deep-Purple.mc-active h2:after {
  border-top-color: #311B92;
  border-right-color: #311B92;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Deep-Purple .mc-btn-action {
  background-color: #673AB7;
}
.material-card.Deep-Purple .mc-btn-action:hover {
  background-color: #311B92;
}
.material-card.Deep-Purple .mc-footer h4 {
  color: #311B92;
}
.material-card.Deep-Purple .mc-footer a {
  background-color: #311B92;
}
.material-card.Deep-Purple.mc-active .mc-content {
  background-color: #EDE7F6;
}
.material-card.Deep-Purple.mc-active .mc-footer {
  background-color: #D1C4E9;
}
.material-card.Deep-Purple.mc-active .mc-btn-action {
  border-color: #EDE7F6;
}
.material-card.Indigo h2 {
  background-color: #3F51B5;
}
.material-card.Indigo h2:after {
  border-top-color: #3F51B5;
  border-right-color: #3F51B5;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Indigo h2:before {
  border-top-color: transparent;
  border-right-color: #1A237E;
  border-bottom-color: #1A237E;
  border-left-color: transparent;
}
.material-card.Indigo.mc-active h2:before {
  border-top-color: transparent;
  border-right-color: #3F51B5;
  border-bottom-color: #3F51B5;
  border-left-color: transparent;
}
.material-card.Indigo.mc-active h2:after {
  border-top-color: #1A237E;
  border-right-color: #1A237E;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Indigo .mc-btn-action {
  background-color: #3F51B5;
}
.material-card.Indigo .mc-btn-action:hover {
  background-color: #1A237E;
}
.material-card.Indigo .mc-footer h4 {
  color: #1A237E;
}
.material-card.Indigo .mc-footer a {
  background-color: #1A237E;
}
.material-card.Indigo.mc-active .mc-content {
  background-color: #E8EAF6;
}
.material-card.Indigo.mc-active .mc-footer {
  background-color: #C5CAE9;
}
.material-card.Indigo.mc-active .mc-btn-action {
  border-color: #E8EAF6;
}
.material-card.Blue h2 {
  background-color: #2196F3;
}
.material-card.Blue h2:after {
  border-top-color: #2196F3;
  border-right-color: #2196F3;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Blue h2:before {
  border-top-color: transparent;
  border-right-color: #0D47A1;
  border-bottom-color: #0D47A1;
  border-left-color: transparent;
}
.material-card.Blue.mc-active h2:before {
  border-top-color: transparent;
  border-right-color: #2196F3;
  border-bottom-color: #2196F3;
  border-left-color: transparent;
}
.material-card.Blue.mc-active h2:after {
  border-top-color: #0D47A1;
  border-right-color: #0D47A1;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Blue .mc-btn-action {
  background-color: #2196F3;
}
.material-card.Blue .mc-btn-action:hover {
  background-color: #0D47A1;
}
.material-card.Blue .mc-footer h4 {
  color: #0D47A1;
}
.material-card.Blue .mc-footer a {
  background-color: #0D47A1;
}
.material-card.Blue.mc-active .mc-content {
  background-color: #E3F2FD;
}
.material-card.Blue.mc-active .mc-footer {
  background-color: #BBDEFB;
}
.material-card.Blue.mc-active .mc-btn-action {
  border-color: #E3F2FD;
}
.team-wrapper{
    padding: 30px 0;
    background: #f5f6f7;
}
.contact-main.team{
    
    background: url(../images/serve.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} 

.tell-us {
    background:linear-gradient(to bottom right, rgba(000,000,000,.8), rgba(000,000,000,.8)), url(../images/tell-us.jpg) no-repeat;
    background-size: cover;
    padding: 60px 0;
    color: #fff;
}
/* ///// inputs /////*/

input:focus ~ label, textarea:focus ~ label, input:valid ~ label, textarea:valid ~ label {
    font-size: 0.75em;
    color: #999;
    top: -5px;
    -webkit-transition: all 0.225s ease;
    transition: all 0.225s ease;
}

.styled-input {
    float: left;
    width: 100%;
    margin: 1rem 0;
    position: relative;
    border-radius: 4px;
}
.styled-input input{
    margin-bottom: 8px;
}

@media only screen and (max-width: 768px){
    .styled-input {
        width:100%;
    }
}

.styled-input label {
    color: #999;
    padding: 1.3rem 30px 1rem 24px;
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    pointer-events: none;
}

.styled-input.wide { 
    width: 650px;
    max-width: 100%;
}

input,
textarea {
    padding: 24px;
    border: 0;
    width: 100%;
    font-size: 14px;
    background-color: #fff;
    color: #000;
    border-radius: 4px;
}

input:focus,
textarea:focus { outline: 0; }

input:focus ~ span,
textarea:focus ~ span {
    width: 100%;
    -webkit-transition: all 0.075s ease;
    transition: all 0.075s ease;
}

textarea {
    width: 100%;
    min-height: 12em;
}

.input-container {
    width: 650px;
    max-width: 100%;
    margin: 0px auto 25px auto;
}


input[type=checkbox] + label {
  color: #ccc;
  font-style: italic;
} 

input[type=checkbox]:checked + label {
  color: #f00;
  font-style: normal;
}

/*clients*/
.contact-main.client{
    
    background: url(../images/c-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} 
.client-wrapper{
    padding: 60px 0 30px;
}
.cl-box {
    background: #f5f6f7;
    padding: 25px;
    border-radius: 4px;
    margin-bottom: 30px;
}
.cl-box h5 {
    margin-bottom: 0;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    
}
.cl-box img{
    height: 100px;
    width: 100px;
    object-fit: contain;
    background: #fff;
}
/*testimonial*/
.testimonial {
    padding: 30px 0;
     background: url(../images/shape.png);
    background-position: center center;
    background-repeat: repeat;
    
}
#customers-testimonials .item {
  text-align: center;
  margin-bottom: 35px;
}

.owl-carousel .owl-nav [class*='owl-'] {
  transition: all .3s ease;
}

.owl-carousel .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}

.owl-carousel {
  position: relative;
}

.card-testimonial .card-avatar {
    max-width: 100px;
    max-height: 100px;
    margin: 25px auto;
}
.card{
    text-align: center;
}
.card img{
    width: 100%;
    height: auto;
    
    border-radius: 4px;
}
.card-testimonial .card-avatar img {
    overflow: hidden;
    max-width: 130px;
    max-height: 130px;
    margin: 0 auto;
    border-radius: 50%;
}
.card-testimonial .card-avatar img {
    -webkit-box-shadow: 0 16px 38px -12px rgba(0,0,0,0.56), 0 4px 25px 0 rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 16px 38px -12px rgba(0,0,0,0.56),0 4px 25px 0 rgba(0,0,0,0.12),0 8px 10px -5px rgba(0,0,0,0.2);
    box-shadow: 0 16px 38px -12px rgba(0,0,0,0.56), 0 4px 25px 0 rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.2);
}
.custom-file-upload-hidden {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

.custom-file-upload {
 display: block;
    width: auto;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 90px;
}
.custom-file-upload label {
  display: block;
  margin-bottom: 5px;
}

.file-upload-wrapper {
  position: relative;
  margin-bottom: 5px;
}

.file-upload-input {
  width: calc(100% - 142px);
  font-size: 16px;
  padding: 24px;
  border: none;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  float: left;
     border-radius: 4px 0 0 4px;
  /* IE 9 Fix */
}


.file-upload-button {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
   padding: 24px 20px;
  border: none;
  margin-left: -1px;
  background-color: #d02d32;
    border-radius: 0 4px 4px 0;
  float: left;
  /* IE 9 Fix */
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.file-upload-button:hover {
  background-color: #fff;
    color: #d02d32;
}

/*global coverage*/
.contact-main.global{
    
    background: url(../images/g-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} 
/*services*/
.contact-main.serv{
    
    background: url(../images/s-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} 
.s-box {
    background: #fff;
    overflow: hidden;
}

.s-box p{
   padding: 0 30px 30px;
}
.s-box .title {
    padding: 30px 30px 0;
}

.eqWrap {
	display: flex;
}
.eqWrap.rev{
    
flex-direction: row-reverse;
}
.equalHW {
	flex: 1;
}
.equalHMWrap {
	justify-content: space-between;
}

.eqWrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.eqWrap  h2 {
    font-size: 35px;
        margin: 0 0 30px 0;
}
.eqWrap  h3 {
    font-size: 22px;
    margin-bottom: 12px;
}

