.head-section h2 {
    text-align: center;
    color: #044479;
    font-weight: 600;
    font-size: 3rem;
    font-weight: 400;
    margin: 0;
}

.industry {
	padding:50px 0;
	position:relative;
}

.industry-block {
	cursor:pointer;
}
.industry-text p {
	text-align: center;
    width: 650px;
    margin: 0 auto;
    font-size: 18px;
	padding-top: 20px;
    padding-bottom: 15px;
}

.industry-block .industry-img img {
	width:100%;
}
.industry-block .industry-caption {
    text-align: center;
    position: absolute;
    top: 95px;
    left: 22px;
	opacity:0;
	z-index:1;
	color:#fff;
}

.industry-block .industry-caption h4 {
	margin:0;
	font-size:20px;
	font-family:DMSans-Regular;
	color:#fff;
}


.industry-block:hover .industry-caption  {
	opacity:1;
	
}

.industry-block {
	position:relative;
}
.industry-block:after  {
	 content: ""; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#19514d;
	opacity: .7;
	
}





.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

figure.effect-6 {
    /* background: -webkit-linear-gradient(45deg,#22682a 0%,#9b4a1b 40%,#3a342a 100%); */
    /* background: linear-gradient(45deg,#22682a 0%,#9b4a1b 40%,#3a342a 100%); */
	/* background:#134844; */
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 100%;
    max-width: 100%;
    max-height: 248px;
    width: 99%;
    /* background: #000000; */
	text-align: center;
    cursor: pointer;
    /* box-shadow: 0px 3px 30px rgba(0,0,0,0.85); */
}

figure.effect-6:hover {
	background:#134844;
}
figure.effect-6:hover img {
    opacity: 0.4;
}

figure.effect-6 img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
    width: 100%;
}

figure.effect-6:hover figcaption {
    background-color: rgba(58,52,42,0);
}

figure.effect-6 figcaption {
    padding: 3em;
    background-color: rgba(58,52,42,0.7);
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
}
.grid figure figcaption {
    padding: 2em;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-6:hover figcaption::before, figure.effect-6:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
figure.effect-6 figcaption::before, figure.effect-6 p {
    opacity: 0;
    -webkit-transition: opacity 0.35s,-webkit-transform 0.35s;
    transition: opacity 0.35s,transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
	font-size:15px;
}
figure.effect-6 figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
}
.grid figure figcaption::before, .grid figure figcaption::after {
    pointer-events: none;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
    font-size: 17px;
}

figure.effect-6:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	opacity:1;
}

figure.effect-6 h2 {
    margin: -100% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
	opacity:0;
	font-family:DMSans-Regular;
	font-weight:700;
}






body { background: #fff; color: #333; font-family: Helvetica, Arial, sans-serif; font-size:15px; line-height:22px; text-align:justify;}

p{ font-family: Helvetica, Arial, sans-serif; font-size:15px; color:#333; line-height: 24px; text-align:justify;}

.cont-page h3{ margin:0; font-size: 18px; margin-bottom: 8px; font-family: Helvetica, Arial, sans-serif;}

.cont-page h2 span{ display: block; font-size: 14px; color: #999; font-weight: 500; margin-bottom: 10px;}
	
.cont-heading{ font-family: Helvetica, Arial, sans-serif; margin: 0; font-size: 15px; text-transform: uppercase; background: #dd3d25; padding: 9px 10px; color: #fff; margin-bottom: 8px;}
	
.head-bx{ float: left; width: 50%;}
	
.contd-bx{ float: left; width: 50%;}
	
.brn-bx h2{ text-align:center;}

.map-cont img{ max-width:100%;}

.cont-page .st-feature-box{
    background: #044479;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    color: #fff; }
	
.cont-page .feature-box-image{ margin-top: 13px;}
.brnh-off p{ margin-bottom:2px;}

.top-nav{ background:#044479; padding: 7px 0;}
.top-nav ul{ margin-bottom: 0;}
.top-nav-lft{text-align:left; color:#fff; font-size: 15px;}
.top-nav-lft ul li{ list-style-type:none; color:#fff; font-size: 14px; line-height: 24px; display: inline; padding-left: 5px; padding-right: 5px;}

.top-nav-rht{ text-align:right; color:#fff; font-size: 15px;}
.top-nav-rht a{ color:#fff;}
.top-nav-rht a i{ width:20px;}

.feature-box-content{ font-size: 15px; line-height:24px;}


/*contact*/

.st-custom-heading-layout2.st-custom-heading-wraper {
    margin-bottom: 24px;
}

.st-custom-heading-layout2 .st-heading-title {
    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px; font-weight:bold;
	margin-top: 0;
}

.st-custom-heading-layout2 .st-heading-title>span {
	    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px;
    display: block;
    margin-bottom: 11px;
}

.st-custom-heading-layout2 .heading-line {
    width: 26px;
    height: 1px;
    background: #114366;
    margin: 0;
}

.st-feature-box {
    padding-left: 70px;
    position: relative;
	    margin-bottom: 35px;
}

.st-feature-box .st-feature-box-icon {
    color: #1e1e1e;
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    line-height:0px;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 60px;
    -webkit-transition: all .3s;
    -khtml-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.st-feature-box h3 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}

.inner-page{ padding-bottom: 30px;}
.cont-soc img{ margin-right:5px;}
.cont-page h2{ font-weight: 600; color: #262626; font-size: 21px; margin-top: 0; text-transform: uppercase;}
.cont-page h5{ color: #222; font-size: 22px; margin-bottom: 20px;}

.cont-page{ text-align:left;}


img{ max-width:100%;}

a {
  color: #dd3d25;
  transition: 0.5s;
}

section #abt-hm p {
    line-height: 24px;
    padding-bottom: 16px;
    font-size: 14px;
    text-align: justify;
}

.team-boxes p{ font-size: 14px; color: #333; line-height: 22px; text-align: justify;}

.carousel-content {
    top: 30%;
    position: absolute;
   background: rgba(2,2,2, 0.75);
    padding: 20px;
    width: 60%;
    left: 0;
    right: 0;
    color: #fff;
    margin: 0 auto;
	border-radius: 20px;
}

.carousel-indicators{ width: auto; right: 0; left: 0; margin: 0 auto; }
.carousel-indicators li{ width:20px; height:7px; background: #dd3d25; border:0; transition:.5s;}
.carousel-indicators .active{ height: 5px; background:#222; border:0; padding: 4px;}

.title h2{ color:#fff; font-size: 40px; line-height:60px;  font-weight: 500; text-align:center; 
text-transform: uppercase;}
.title h2 span{ display:block; color:#dd3d25; font-weight: 600;}

.carousel-inner>.item>img{ width:100%;}


/*banner*/

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

#main-head {
  background: #fff;
  width: 100%;
  text-align: left;
}

#HeaderControl, #HeaderControl_C {
  background: #fff;
}


.body-fx #HeaderControl {
    float: Left;
    position: fixed;
    width: 36%;
    z-index: 99;
    text-align: left;
    height: 100px;
}

#MenuControl, #MenuControl_C { background: #fff; }


.body-fx #MenuControl {
    float: Right;
    position: fixed;
    right: 0;
    width: 65%;
    padding: 0;
    padding-right: 0;
    top: 0;
	height:100px;
}


/* Sections Header
--------------------------------*/
.head-tittle {
  font-size: 30px;
  color: #fff;
  text-align:left;
  font-weight: 700;
  margin-bottom:15px;
  background: #044479;
  display: inline-block;
  padding: 5px 10px;
  
  }

.section-header h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3:before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #232c2b;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3:after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #dd3d25;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #f7f7f7;
}



header{ text-align:center;}
header img{padding:20px 0; margin:0 auto;}



.about-cols{}
.about-cols p{ text-align:center;  color: #fff;}



/* three-box
--------------------------------*/

#three-box { padding:70px 0;
  background-color: #e8e8e8; position:relative; 
}
#three-box  h1{ font-size:30px; line-height:30px; font-weight:700; text-align: center;  padding-bottom: 10px; color: #044479;}


#three-box .box { position:relative;text-align:center;
 background-color: #ffffff;
box-shadow: 0 0 15px #7d7b7b;
border-radius: 5%;
padding: 30px 0 35px;
margin-top:20px;
}

#three-box .box:hover{ background-color: #044479; color:#fff;}
#three-box .box:hover > i{ color:#fff;}
#three-box .box:hover > h3{color:#fff;}
#three-box .box:hover > a{color:#fff;}

#three-box .box-bg {
  background-image: linear-gradient(0deg, #dd3d25 0%, #dd3d25 50%, #dd3d25 100%);
}

#three-box i {
  color: #044479;
  display: inline-block;
  margin: 10px;
  border-radius: 50px;
  border: 1px #ccc solid;
  width: 107px;
  height: 99px;
  line-height: 63px;
  /* padding: 10px; */
  font-size: 40px;
}


#three-box h3{ font-size: 18px; font-weight: 600; line-height:24px; text-align: center; color: #044479; }

#three-box h4 a {
  color: #fff;
}

#three-box h4 a:hover {
  color: #ddd;
}

#three-box p { font-size: 16px; line-height:24px; text-align: center; color: #333;}

.box .flat-imagebox-content {
	border-right:1px solid #fff;
	border-left:1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #ffffff;
    padding: 30px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    background-color: #044479;
}

.box:hover .flat-imagebox-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    -webkit-opacity: 0.9;
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    filter: alpha(opacity=90);
}
#three-box .box:nth-child(2) .flat-imagebox-content, #three-box .box:nth-child(3) .flat-imagebox-content { }

#three-box .box:nth-child(2) i, #three-box .box:nth-child(3) i{}


.flat-imagebox .flat-imagebox-header{
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 10px 80px 10px 20px;
    min-height: 65px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.flat-imagebox .flat-imagebox-header .flat-imagebox-title {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.4;
    margin: 0;
    position: relative;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.flat-imagebox .flat-imagebox-header .flat-imagebox-title a {
    color: #fff;
}
.flat-imagebox .flat-imagebox-header:after {
    width: 100%;
    height: 100%;
    background-color: #dd3d25;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-opacity: 0.85;
    -khtml-opacity: 0.85;
    -moz-opacity: 0.85;
    opacity: 0.85;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
    filter: alpha(opacity=85);
}
.flat-imagebox .flat-imagebox-content{
	background-color: #dd3d25;
	text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #ffffff;
    padding: 30px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    
}
.flat-imagebox {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.flat-imagebox:hover .flat-imagebox-header {
    bottom: -65px;
}
.flat-imagebox-content h4{ line-height:30px; font-size:20px; display:inline-block; font-weight: bold;    text-transform: uppercase;}

.flat-imagebox:hover .flat-imagebox-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    -webkit-opacity: 0.9;
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    filter: alpha(opacity=90);
}

/*three-box-bottom*/

/* About Us Section
--------------------------------*/

#abt-hm{ position: relative; }

#abt-hm p{ font-size: 16px; color: #444; margin-bottom:10px;}


#abt-hm:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 9;
}

#abt-hm .container {
  position: relative;
  z-index: 10;
}

#abt-hm .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#abt-hm .about-col .img {
  position: relative;
}

#abt-hm .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#abt-hm .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #dd3d25;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#abt-hm .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#abt-hm .about-col:hover .icon {
  background-color: #fff;
}

#abt-hm .about-col:hover i {
  color: #dd3d25;
}

#abt-hm .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#abt-hm .about-col h2 a {
  color: #000;
}

#abt-hm .about-col h2 a:hover {
  color: #dd3d25;
}

#abt-hm .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

/* Services Section
--------------------------------*/

.section-bg .box:before {
    content: "";
    position: absolute;
    right: -50px;
    width: 50px;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,0.1);
    transition: 0.5s;
}
.section-bg .box:after {
    content: "";
    position: absolute;
    left: -50px;
    width: 50px;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,0.1);
    transition: 0.5s;
}
.section-bg .box:hover {
    box-shadow: 1px 5px 4px #999;
    transition: 0.5s;
    transform: translate(0, -10px);
}
.section-bg .box:hover:before {
    right: 100%;
    transition: 0.5s;
    width: 100%;
}
.section-bg .box:hover:after {
    left: 100%;
    transition: 0.5s;
    width: 100%;
}


#ser-hm {
  padding: 40px 0 40px 0;
  text-align: center;
}

#ser-hm .box {
  padding: 20px 40px;
  /*box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;*/
  transition: 0.4s;
  position:relative; overflow: hidden;
  
}

#ser-hm .icon{ text-align: center; padding: 10px 0;}

#ser-hm .icon i {
  color: #044479;
  font-size: 50px;
  transition: 0.5s;
  line-height: 50px;
  margin-bottom: 20px;
  width:100px; height:100px;
  border: 2px #ccc solid;
  padding: 20px;
  border-radius: 50px;
}


#ser-hm h4{ font-size: 22px; font-weight: 700; margin-bottom: 20px;  text-align: center;}
#ser-hm h4:after{
    content: '';
    height: 3px;
    width: 30px;
    display: block;
    margin: 7% auto;
    background: #044479;
}

#ser-hm p{ font-size: 14px; line-height: 22px; text-align: center; margin-bottom: 20px;}
#ser-hm a{font-size: 14px; font-weight:600; color: #044479; line-height: 22px; text-align: center;}



/* Team Section
--------------------------------*/

#hm-tm {
  background: #fff;
  padding: 30px 0;
}

#hm-tm .member {
  text-align: center;
  margin-bottom: 20px;
  background: #000;
  position: relative;
  background: #232c2b;
  border: 10px solid #dd3d25;
  margin: 0 15px;
}
#hm-tm .member p{ margin-top:15px; text-align:center; }
#hm-tm .member p a{background: #dd3d25;padding:5px 10px;border:1px solid #232c2b;color:#fff;}
#hm-tm .member p a:hover{background:#232c2b;padding:5px 10px;border: 1px solid #dd3d25;}

#hm-tm .member .member-info {
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
  padding:0 10px;
}

#hm-tm .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#hm-tm .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#hm-tm .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#hm-tm .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#hm-tm .member span {
  font-style: italic;
  display: block;
  font-size: 15px;
  color: #fff;
}

#hm-tm .member .social {
  margin-top: 15px;
}

#hm-tm .member .social a {
  transition: none;
  color: #fff;
}

#hm-tm .member .social a:hover {
  color: #dd3d25;
}

#hm-tm .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/

#hm-cont { padding: 40px 0;}

#hm-cont .section-header{ margin-bottom:30px;}

#hm-cont .contact-info {
  margin-bottom: 3px;
  text-align: center;
  border: 1px solid #ddd;
}
#hm-cont .map-hm-rht input{ width:98%; padding:10px 15px; margin-bottom:15px;}
#hm-cont .map-hm-rht textarea{ width:98%; margin-bottom:15px;}

#hm-cont .map-hm-rht .btn{ background:#dd3d25; color:#fff; border-radius:5px; text-transform:uppercase; font-size:16px;padding:10px 15px;    height: inherit;}
#hm-cont .contact-info .fa {
  font-size: 48px;
  display: inline-block;  
  background: #dd3d25; color:#fff; width:100px; height:100px; line-height:100px; text-align:center; float:left;
}

#hm-cont .contact-info i:after {content:'';
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    position: absolute;
    top: 30px;
    left: 100px;transform: rotate(180deg);
    border-right: 14px solid #dd3d25;
}
#hm-cont .cont-cont{text-align: left;  padding-left: 135px; padding-right:10px; text-align:justify;}
#hm-cont .contact-info address,
#hm-cont .contact-info p {
  margin-bottom: 0;
  color: #000;
  text-align:left;
}

#hm-cont .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#hm-cont .contact-info a {
  color: #000;
}

#hm-cont .contact-info a:hover {
  color: #dd3d25;
}

#hm-cont .contact-address,
#hm-cont .contact-phone,
#hm-cont .contact-email{
  margin-bottom:10px;
}

#hm-cont .form #sendmessage {
  color: #dd3d25;
  border: 1px solid #dd3d25;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#hm-cont .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#hm-cont .form #sendmessage.show,
#hm-cont .form #errormessage.show,
#hm-cont .form .show {
  display: block;
}

#hm-cont .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 14px;
}

#hm-cont .form input,
#hm-cont .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#hm-cont .form button[type="submit"] {
  background: #dd3d25;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#hm-cont .form button[type="submit"]:hover {
  background: #13a456;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer{ background: #044479; padding: 10px; color: #fff; font-size: 14px; line-height:30px;}
.lft{text-align:left;}
.rht{text-align:right;}
footer a{ color: #fff;}
footer a:hover{ color: #ccc;}


.top {
    position: fixed;
    right: 18px;
    bottom: 30px;
    text-align: center;
    color: #fff;
    background: #444;
    padding: 10px 10px;
    z-index: 99;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
    opacity: 0;
    transition: ease-in 0.5s;
}


.top.scll-top {
    opacity: 1;
    transition: ease-in 0.5s;
    bottom: 50px;
}

.top .fa {
    display: block !important;
}


#hm-cont .contact-address h3,
  #hm-cont .contact-phone h3,
  #hm-cont .contact-email h3{
    padding-top: 20px;
  }
  

@media (min-width: 768px) {
  #hm-cont .contact-address ,
  #hm-cont .contact-phone,
  #hm-cont .contact-email {
    /*padding: 20px 0;*/
	 position: relative;
    min-height: 100px;
  }

  #hm-cont .contact-phone, #hm-cont .contact-email{
    border-top: 1px solid #ddd;
  }
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (min-width: 1024px) {
  #header #logo {
    padding-left: 60px;
  }

  #intro p {
    width: 60%;
  }

  #intro .carousel-control-prev,
  #intro .carousel-control-next {
    width: 5%;
  }

  #nav-menu-container {
    padding-right: 60px;
  }
}

@media(max-width:991px){.body-fx #HeaderControl,.body-fx #MenuControl{width:100%; position:relative; height:inherit !important; top:inherit; }
.carousel-content{ width:100%;}
}

@media(max-width:769px){

.body-fx #HeaderControl {
    width: 100%;
}
.body-fx #MenuControl { width: 100%;}

}


	
@media screen and (max-width:767px) {

}


	
@media(max-width:667px){

}
	
@media(max-width:568px){


}
	
	
@media(max-width:414px){

}


@media (max-width: 480px){
#HeaderControl{ width: 100% !important; height: 80px !important;}
#MenuControl { width: 100% !important; height: inherit !important;}
.body-fx #HeaderControl, .body-fx #HeaderControl_C { width: 100% !important; height: inherit !important;}
.body-fx #MenuControl, .body-fx #MenuControl_C{ width: 100% !important; height: inherit !important;}

}


@media (max-width: 375px){
#hm-cont .cont-cont{ padding-left: 80px; }
#hm-cont .contact-address h3, #hm-cont .contact-phone h3, #hm-cont .contact-email h3{ padding-top: 5px; margin-top: 10px; margin-bottom: 5px;}
#hm-cont .contact-info .fa{ font-size: 30px; width: 60px; height: 60px; line-height: 60px;}
#hm-cont .contact-info i:after{left: 75px;}
#hm-cont .contact-info p{text-align: left;}

}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}
.team  h1{ font-size:30px; line-height:30px; font-weight:700; text-align: center;  padding-bottom: 10px; color: #044479;}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
  background: rgb(1,70,122);
  background: linear-gradient(-90deg, rgba(10,180,225,1) 0%, rgba(5,70,122,1) 100%);
}

.team .member:hover .member-img {
   background: rgb(1,180,125);
  background: linear-gradient(-90deg, rgba(10,180,225,1) 0%, rgba(5,70,122,1) 100%);
}

.team .member .member-info {
  padding: 15px 5px; 
  background: rgb(1,70,122);
  background: linear-gradient(-90deg, rgba(10,180,225,1) 0%, rgba(5,70,122,1) 100%);
}

.team .member:hover .member-info {
 background: #00457b;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 25px;
  color: #fff; text-align:center;
}

.team .member .member-info span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #eee; text-align:center;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

.hm-team .head-main strong{color:#fff;}
.hm-team p {
    text-align: center;
    padding: 0 10px;
    color: #fff;
    font-size: 18px !important;
        font-family: arial;
}

.item1 {
    margin-right: 12px;
    border-radius: 4px;
    border: 2px solid #879DC9;
    margin-bottom: 15px;    background: #eee;
}
.item-experts .job-experts {
    color: #888;
    font-size: 13px;
    text-align: center;
}
.item-experts .expert-img-container {
  width: 140px;
  height: 140px;
  position: relative;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  z-index: 999;
  overflow: hidden;
}
.item-experts .expert-img-container .avatar {
  width: 140px;
  height: 140px;
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  /* border-radius: 50%; */
  overflow: hidden;
  z-index: 10;
}
.item-experts .expert-img-container img {
  transition: all 0.6s ease 0s;
  margin: 0px auto;
  z-index: -1;
}
.item-experts .in-experts {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  background: #F7A901;
  position: absolute;
  transition: all 0.6s ease 0s;
  right: 4px;
  bottom: 16px;
  display: block;
  font-size: 12px;
  line-height: 21px;
  text-align: center;
  z-index: 11;
}
.item-experts .in-experts:hover {
  color: #007bb6;
  background: #fff;
  font-weight: bold;
  box-shadow: 0px 4px 4px 0px #333333;
}
.item-experts h4 {
  margin-bottom: 12px;
}
.item-experts .job-experts {
  color: #888;
  font-size: 14px;
}
.item-experts:hover .name-experts {
  color: #00abc9;
}
.item-experts:hover .avatar {
  width: 140px;
  height: 140px;
  overflow: hidden;
  z-index: 10;
}
.item-experts:hover img {
  z-index: -1;
  transform: scale(1.2, 1.2);
}