.hexagon-shapes {
    display: inline-block;
    margin: 30px auto 45px;
    position: relative;
}
.head-hm{    text-align: center;
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    color: #065695;
    margin-bottom: 25px;}
.head-hm h2 span {
    color: #181818;
    margin-bottom: 3px;
}
.head-hm .line {
    position: relative;
    width: 40px;
    height: 6px;
    background: #cccccc;
    margin: 20px auto 0px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}
    .head-hm h2{
    text-align: center;
    font-weight: 700;
    font-size: 29px;
    text-transform: uppercase;
    color: #065695;
    margin-bottom: 25px;
    }

.hexagon {
    position: relative;
    float: left;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.hexagon {
    background-color: #065695;
}

.tp-colthree-inner .hexagon {
    width: 106px;
    height: 62px;
}

.hexagon .corner1, .hexagon .corner2, .hexagon2 .corner1, .hexagon2 .corner2 {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: inherit;
    left: 0;
    top: 0;
}

.hexagon .corner1, .hexagon2 .corner1 {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
}

.hexagon .corner2, .hexagon2 .corner2 {
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);



    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.hexagon2 {
    position: absolute;
    float: left;
}

.hexagon2 {
    background-color: #ffffff;
	border-left: 2px solid #065695;
    border-right: 2px solid #065695;
}

.tp-colthree-inner .hexagon2 {
        width: 103px;
    height: 58px;
    left: 0px;
}

.hexagon2 img{position:relative; height: 55px;}

.tp-colthree-inner .hexagon2 .corner1, .tp-colthree-inner .hexagon2 .corner2 {
    left: 0px;
    border-left: 2px solid #065695;
    border-right: 2px solid #065695;
}

.service-box.ser-rht{}

.service-box.ser-lft{}

.ser-lft .hexagon-shapes{    float: right; max-width: 15%;}

.ser-lft .service-box-cnt{    width: 81%; text-align:right;}

.ser-lft .service-box-cnt p{text-align:right;}

.service-box-cnt h3{    text-transform: uppercase;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px; font-weight: bold;}
	
.service-box .hexagon {
    width: 69px;
    height: 40px; opacity:0; transition:0.5s;     left: -1px;
}

.service-box img{transition: 0.5s;}

.service-box:hover img {
    -webkit-transform: scale(1.2) rotateY(360deg);
    -moz-transform: scale(1.2) rotateY(360deg);
    -ms-transform: scale(1.2) rotateY(360deg);
    -o-transform: scale(1.2) rotateY(360deg);
    transform: scale(1.2) rotateY(360deg);
}

.service-box .hexagon2 {
    width: 67px;
    height: 38px;     text-align: center;
}

.service-box .hexagon2 img{height: 35px;}

.service-box .hexagon2, .service-box .hexagon2 .corner1, .service-box .hexagon2 .corner2 {
    border-left: 1px solid rgba(6, 86, 149, 0.5);
    border-right: 1px solid rgba(6, 86, 149, 0.5); left: 0px; transition:0.5s;
}

.service-box{margin-bottom: 20px;}

.service-box:hover .hexagon {
    opacity: 1; transition:0.5s;
}

.service-box:hover .hexagon2, .service-box:hover .hexagon2 .corner1, .service-box:hover .hexagon2 .corner2{border-left: 1px solid #065695;
    border-right: 1px solid #065695; transition:0.5s;}
	
.service-box.ser-rht{ }
	
.service-box.hexagon-shapes{    float: left;
    width: 15%;}
	
.service-box.ser-rht .service-box-cnt{float: right; width:83%;}



@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(http://fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrJJfedw.ttf) format('truetype');
}



body{ font-family:Poppins !important; font-size:14px; overflow-x:hidden; padding:0; margin:0; }

img{ max-width:100%;}

ol,ul{font-family:Poppins !important;font-size: 18px;color:#333;line-height:22px;margin-bottom:10px;text-align:left;}

p{ font-family:Poppins !important; font-size:14px;color:#333; line-height:22px; margin-bottom:10px; text-align:justify;}

a:hover{text-decoration:none;}

/*head-title*/


.logo-web{/* text-align:center; */}

.top-nav{ background: #023e61;}

.top-nav-lft ul{padding-left:0; list-style:none; margin:0; border-left:1px dashed #023e61;}
.top-nav-lft ul li{display:inline-block; border-right:1px dashed #023e61; margin-right: -3px; transition:0.5s;}
.top-nav-lft ul li .fa{width: 40px; height: 40px; line-height:40px; transition:0.5s;}
.top-nav-lft ul li a{ text-align: center; color: #fff; }
	
.top-nav-lft ul li:hover{background: #023e61;color:#fff;}
.top-nav-lft ul li:hover a{color:#fff;}

.top-nav-rht ul{padding-left:0; list-style:none; margin:0; text-align:right;}
.top-nav-rht ul li{ display:inline-block; margin-left:15px; position:relative; color:#fff;}
.top-nav-rht ul li:after{    content: '';
    position: absolute;
    top: 18px;
    left: 40px;
    margin-top: -4px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left-width: 6px;
    border-left-style: solid;
    border-left-color: #ccc;}
	
.top-nav-rht ul li .fa{ width: 40px;height: 40px;line-height:40px;text-align:center; color:#fff; margin-right:8px; font-size:18px;}
.top-nav-rht ul li a{ color:#fff;}

/*banner*/

.carousel-content { top: 25%;
    position: absolute;
    /* background: rgba(51, 51, 51, 0.9); */
    padding: 20px;
    width: 50%;
    left: 0;
    right: 0;
    color: #fff;
    margin: 0 auto;
}
.carousel-indicators{ width: auto;right: 0;left: 0;/* top: 50%; */margin: 0 auto;}
.carousel-indicators li{/* display:block; */ width:20px; height:7px; background:#4b85b2; border:0; transition:.5s;/* margin:3px auto; *//* margin-left:30px; */}
.carousel-indicators .active{ /* width: 50px; */height: 5px; background:#eee; border:0; padding: 4px;}
.title h1{ font-size:40px; line-height:60px; text-align:center; text-transform: uppercase;}
.title h1 span{ font-size:60px; display:block; color:#fff; font-weight:600;}
.carousel-inner>.item>img{width:100%; height:100vh;}

/*banner*/


/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #5a9acc;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}




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

#three-box {
 background: #232c2b; /*background-image: linear-gradient(0deg, #232c2b 0%, #2a3836 50%, #232c2b 100%);*/
  position:relative;
  border-top: 7px solid #3f749d; border-bottom: 7px solid #3f749d;
}

#three-box .box{ padding: 30px 20px; min-height:200px; position:relative; overflow:hidden; text-align:center; }

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

#three-box i{
  color: #3f749d;
  font-size: 80px;
  display: inline-block;
  line-height: 1;
}

#three-box h4 { 
  font-weight: 400;
    margin: 15px 0;
    font-size: 26px; border-top: #fff solid 2px;
    border-bottom: #fff solid 2px; line-height:150px;
    display: inline;padding: 5px 0;}

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

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

#three-box p {
  font-size: 20px;
  line-height: 30px; color: #fff;
  margin-bottom: 0; text-transform: uppercase;
  text-align:center;
  padding:5px 0;
}
.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: #4b85b2;
}

.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 { /*background-image: linear-gradient(0deg, #232c2b 0%, #2a3836 50%, #232c2b 100%);*/}

#three-box .box:nth-child(2) i, #three-box .box:nth-child(3) i{/*color: #fff;*/}

/*three-box-bottom*/

.flat-imagebox .flat-imagebox-header {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 15px 0 15px 20px;
    -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: #4b85b2;
    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 {
    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: #4b85b2; text-align: center;
}
.flat-imagebox {
    position: relative;
    overflow: hidden;
}
.flat-imagebox:hover .flat-imagebox-header {
    bottom: -65px;
}
.flat-imagebox-content h5{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 {
  background: url("../image/about-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 40px 0 40px 0;
  position: relative;
}

#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-top: 20px;
  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: #5a9acc;
  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: #5a9acc;
}

#abt-hm .about-col h2 {
  color: #4b85b2;
  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: #5a9acc;
}

#abt-hm p {
  font-size: 15px;
  line-height: 24px;
  color: #444;
  text-align: center;
 
}

#abt-hm .about-col p {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
  text-align: center;
}

.head-tittle{font-size: 32px;
  color: #4b85b2;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;}
  
.head-tittle:before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #4b85b2;
  bottom: 2px;
  left: calc(50% - 60px);
}

.head-tittle:after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 5px;
  background: #4b85b2;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-header h3{
  font-size: 32px;
  color: #4b85b2;
  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: #5a9acc;
  bottom: 0;
  left: calc(50% - 20px);
}

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





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

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

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

#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;
}

#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: 13px;
  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: #5a9acc;
}

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


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



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

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

#hm-cont .section-header h3{ margin-bottom:30px; color:#0b3f67;}
#hm-cont p{ line-height:18px;}


#hm-cont .contact-info {
  /*! padding-top: -18px; */
  text-align: center;
  border: 1px solid #ddd;
}
#hm-cont .map-hm-rht input{ padding:10px 15px; margin:7px 0; height:45px;}
#hm-cont .map-hm-rht textarea{ margin-top:10px;}
#hm-cont .map-hm-rht .btn{ background:#075482; 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;
  /*! margin-bottom: 10px; */
  background: #023e61; color:#fff; width:100px; height:100px; line-height:100px; text-align:center; float:left;
  /*! padding-top: 0px; */
}
#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 #023e61;
}
#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;
}
.section-header h3 {
    font-size: 32px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}
#hm-cont .contact-info h3 {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
  color: #666;
  line-height:30px;
}

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

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

#hm-cont .contact-address,
#hm-cont .contact-phone,
#hm-cont .contact-email {
  /*! margin-bottom: 20px; */
}

#hm-cont .form #sendmessage {
  color: #5a9acc;
  border: 1px solid #5a9acc;
  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: 13px;
}

#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: #5a9acc;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

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

.maap{ border:1px #ccc solid; text-align:center; padding:0;}


.inner-pages{}

.img-ph{ float:left; margin-right:10px; width:120px; height:140px; border:1px #ccc solid;}

.box1{ text-align:center; position:relative;}
.box1 img{ max-width:100%;}
.box1 h3{ font-size: 16px; line-height: 30px; color: #2574b1; text-align:center; margin-top:5px;}
.box1:hover h3{ position:absolute; top:0; left:15px; right:15px; text-align:center; transition: ease-in 0.5s; background:#eee;}
.box1:hover img{ height:140px; width:100%; margin-top:30px; position: relative; transition: ease-in 0.5s;}


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

footer {
  background: #0b3f67;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}

footer .footer-top {
  background: #11446a;
  padding: 60px 0 30px 0;
}

footer .footer-top .footer-info {
  margin-bottom: 30px;
}

footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family:Poppins !important;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #5a9acc;
}

footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
 font-family:Poppins !important;
  color: #eee;
}

.social-links{margin-top: 20px;}


footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #4b85b2;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

footer .footer-top .social-links a:hover {
  background: #85c6f8;
  color: #fff;
}

footer .footer-top h4 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

footer .footer-top h4::before,
footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

footer .footer-top h4::before {
  right: 0;
  background: #2b577a;
}

footer .footer-top h4::after {
  background: #4b85b2;
  width: 60px;
}

footer .footer-top .footer-links {
  margin-bottom: 30px;
}

footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #2b577a;
  padding: 10px 0;
}

footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

footer .footer-top .footer-links ul a {
  color: #eee;
}

footer .footer-top .footer-links ul a:hover {
  color: #5a9acc;
}

footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

footer .footer-top .footer-contact p {
  line-height: 22px;
  font-size:14px; color:#fff;
}

footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

footer .footer-top .footer-newsletter input[type="submit"] {
  background: #5a9acc;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #13a456;
}

footer .copyright {
  text-align: center;
  padding-top: 30px;
}

footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}
.top {
    position: fixed;
    right: 18px;
    bottom: 30px;
    text-align: center;
    color: #fff;
    background: #5a9acc;
    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; }
  
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

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

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