@font-face {
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 400;
  src: url(image/segoeui.ttf) format('truetype');
}


* {font-family: Segoe UI !important; }

.fa{ font-family: FontAwesome !important;}
   
body{ margin:0; padding:0; font-family: Segoe UI, Arial; font-size:14px; color: #222; line-height: 24px;}

.container-middle{ margin:0 auto; font-family: Segoe UI, Arial; font-size:14px; color: #222; line-height: 24px; text-align:left;}

.container-middle a{ color:#236fb6; text-decoration:none;}

p{ font-family: Segoe UI, Arial; margin-bottom: 10px; font-size: 15px; line-height: 23px;  margin-top: 0; text-align:justify;}


b, strong{ color: #cc1616;}

.about-us .section-title{padding-bottom:10px;}
.about-us img{/* border-radius: 50px; *//* border: 10px solid #cc1616; */}
.about-us img {
    /* -webkit-filter: grayscale(100); */
    /* filter: grayscale(100); */
    transition: all 0.4s ease-in-out;
}
.about-us:hover img{
    -webkit-filter: none;
    filter: none;
}
.about-us  p {
  margin-bottom: 0; line-height:26px; font-size:15px; text-align:justify;}

.about-us .content .icon-box {
  margin-top: 25px;
}

.about-us .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.about-us .content .icon-box i {
  font-size: 48px;
  float: left;
  color: #cc1616;
}

.about-us .content .icon-box p {
  font-size: 15px;
  color: #90847f;
  margin-left: 60px;
}

.about-us .image {
  background: url("../img/about.jpg") center center no-repeat;
  background-size: cover;
  min-height: 400px;
}

@media (max-width: 991px) {
  .about-us .image {
    text-align: center;
  }
  .about-us .image img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .about-us .image img {
    max-width: 100%;
  }
}


.team_img {
    width: 170px;
    border: 6px solid #2f4d5a;
    border-radius: 50%;
}
h1{
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
    color: #333;
    text-align: left;}
	
h2{     font-size: 25px;
    text-align: left;
    color: #333;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: normal;}

h4{    font-size: 14px;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;}

.cl{clear:both;}

.manu-container {
    width: 100%;
    min-height: 40px;
    margin: 0;
    padding: 0;
    background: #0f5d9d;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
}

.manu-container ul {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.manu-container ul li {
    padding: 0 .5%;
    font-weight: bold;
    float: left;
    display: block;
    border-right: 1px #415598 solid;
}

.manu-container ul li a {
    color: #fff;
    text-decoration: none;
    padding: 5px 7px;
    line-height: 40px;
}

/*color-box*/
.flip-front, .flip-back p a, .td-banner{ background:#121212;}
.flip-back p a:hover{ background:#cc1616;}
.flip-back p a:hover, .flip-back p a
.td-banner:hover, .td-banner,
.us-lk ul li:hover, .us-lk ul li,
.abt-hm, .abt-hm:hover
{transition:0.5s; -moz-transition:0.5s; -webkit-transition:0.5s;}


/*color-box*/

/*banner*/
.banner-bx{margin-top: -60px;}

.td-banner{
    height: 140px;
    position: relative;
    border: 2px solid transparent;
    padding-top: 15px;
    overflow: hidden;}
	
.td-banner:hover{height: 260px;     margin-top: -120px;}

.td-banner:before{    content: "";
    background-color: #fff;
    display: block;
    width: 40px;
    height: 3px;
    position: absolute;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; top:0;}
	
.td-banner:after{content: "";
    background-color: #fff;
    display: block;
    width: 40px;
    height: 3px;
    position: absolute;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;     bottom: 0;}
	
.img-bn{    text-align: center;}

.img-bn .fa{    background: #cc1616;
    border-radius: 50%;
    padding: 10px 10px;
    border: 3px solid #fff;
    box-shadow: 2px 3px 4px #ccc; transition:0.5s;
	width: 80px; height:80px; font-size:50px;}
	
.td-banner:hover .img-bn img{transform:rotate(360deg) scale(1.1); transition:0.5s; }
	
.td-banner:hover:after, .td-banner:hover:before{    left: 35px;
    opacity: 1;}

.td-banner:hover{transform: translate(0px,-6px);  box-shadow: 0px 4px 3px #ccc; border:2px solid #cc1616;}

.td-banner h2{ font-family: Helvetica, Arial;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    line-height: 30px;
    margin-top: 10px;
    /* background: rgba(10,60,100,0.1); */
    margin-top: 0;
    padding: 3px 0px 5px;
    font-size: 22px;
    margin-bottom: 0;}
	
.td-banner p{font-size: 14px;
    font-family: Helvetica;
    color: #fff;
    line-height: 20px;
    padding: 0 10px;}
	
.td-banner a{color: #fff;
    text-decoration: none;
    float: right;
    margin-right: 20px;
    font-size: 12px;}
/*banner*/

/*header*/

header{/* padding-bottom: 10px; */}

.top-nv{    background: #f5f5f5;
    color: #fff;
    /* box-shadow: 0px 1px 1px #999; */
    height: 36px;
    /* z-index: 9; */
    position: relative; overflow: hidden;}
	
.top-nv ul{margin:0; list-style:none; text-align:left;     font-size: 16px; padding-left: 0;}
.top-nv ul li{display:inline-block; color:#333;     padding: 6px 0;}
.top-nv ul li img{    vertical-align: text-bottom; margin-right:8px; height: 18px;     float: initial;}
.top-nv ul li a{color:#333;}

.bg-black{     position: absolute;
    top: 0;
    right: -7px;
    height: 36px;
    background: #002848;
    width: 11%;
    transform: skew(-23deg);
    border-left: 7px solid #cc1616;}

.fl-head{/*padding-top:10px;*/}

.top-nv .container-middle .fr-head-top img{margin-left:4px; transition:0.5s;}
.top-nv .container-middle .fr-head-top img:hover{transform:rotate(360deg); transition:0.5s;}

.top-nv .container-middle .fr-head-top{padding-top: 5px; position:relative;     z-index: 9;}

.container-middle .fl-head{padding-top:5px;}

/*.container-middle .fr-head:after{content:""; position:absolute; right:0; top:0; height:100%; width:100%; background:#000;}*/

.fl-head h2 {     font-weight: bold;
    text-transform: capitalize;
    font-size: 28px;
    margin: 0;
    margin-left: 15px;
    color: #0f5d9d;
    text-shadow: 0px 4px 5px #ccc;
    margin-top: 8px;
    font-family: sans-serif;
	letter-spacing: -1px;
}

.fl-head h4 {      font-family: sans-serif;
    font-weight: 500;
    text-align: left;
    font-size: 15px;
    margin-top: 3px;
    color: #000;
    margin-bottom: 0;
    margin-left: 17px;}
	
.fr-head{margin-right:18%; text-align:right;}


.fl-head img{/*float: left;     height: 64px;*/}

.fr-head img{float: inherit; }

.content-head{float: left;}

.fr-head p img{float: left; padding-right: 10px;}
.fr-head p {    font-size: 18px;
    color: #000;
    font-family: sans-serif; line-height: 20px;     margin-top: 20px;}
	
.fr-head p span{    font-weight: 100;
    font-size: 14px;}
/*header*/

/*home*/

.hm-abt{    background: #eeeeee;
    padding: 20px 0px 60px; }
.hm-abt, .hm-abt p, .hm-abt h2{text-align: center;}

.head-hm{text-align: center;    margin-bottom: 35px; font-size: 22px; position:relative;}

.hm-abt .head-hm span{background:#eee;}

.head-hm span{    border-left: 4px solid #cc1616;
    border-right: 4px solid #cc1616;
    padding: 3px 9px; position:relative; z-index:9; background:#fff; line-height: 30px;}

.head-hm span strong{color: #cc1616;}
	
.head-hm:after{content: "";
    position: absolute;
    left: 0;
    top: 12px;
    height: 1px;
    width: 100%;
    background: #ccc;}
    
	
/* .ser-cnt, .serv-bx, .ser-img img, .ser-cnt h3, .ser-cnt p.rd-mr, p.rd-mr a, p.rd-mr a:after,
.serv-bx:hover, .serv-bx:hover .ser-img img, .serv-bx:hover p.rd-mr a, .serv-bx:hover p.rd-mr img, .serv-bx:hover p.rd-mr a:after,
p.rd-mr img
{transition:0.5s; -webkit-transition:0.5s; -moz-transition:0.5s;}
	
.serv-bx{    
    background: #fff;
    border: 1px solid #dddddd;
    margin-bottom: 60px;
    position: relative;
    z-index: 9;
    padding-bottom: 25px; }
	
.serv-bx:hover{box-shadow: 0px 6px 4px #ddd; transform:translate(0,-4px);}

.serv-bx:hover .ser-img img{transform:scale(1.2) rotate(5deg);}

.serv-bx:hover p.rd-mr a{background: #0f5d9d; color:#fff; border-color:#0f5d9d;}

.serv-bx:hover p.rd-mr img, .hm-team p.rd-mr a img{filter: brightness(0) invert(1); -webkit-filter: brightness(0) invert(1); -moz-filter: brightness(0) invert(1);}

.serv-bx:hover p.rd-mr a:after{background: #b9defd; border: 2px solid #b9defd; } */
	
/*.serv-bx:after{content: "";
    position: absolute;
    right: 0;
    top:0px;
    height:50%;
    width: 100%;
    background: #0f5d9d;}*/
/*	
.mar-dv{margin:0 1.7%;}
	
.ser-img img{width:100%; height: 100%; }

.ser-img{    height: 185px;
    overflow: hidden;}
	
.ser-cnt{     text-align: center;
    width: 87%;
    margin: 0 auto;
    margin-top: -18px;
    position: relative;
    position: relative;
    background: #fff;
   }
	
.ser-cnt h3{    background: #0f5d9d;
    color: #fff;
    padding: 5px 0;
    margin: 0 0px 6px;
	    font-size: 18px;
    font-weight: bold;}
	
.ser-cnt p.rd-mr{     text-align: center;
    position: absolute;
    bottom: -45px;
    margin: 0 auto;
    left: 0;
    right: 0;}

p.rd-mr a{    background: #fff; position:relative;
    border: 2px solid #434343;
    padding: 9px 7px;
    text-transform: uppercase;
    font-size: 12px;
    color: #333;
    font-weight: 600;}
	
p.rd-mr a:after{content:""; position:absolute; width:100%; height:100%; background: #fff; border: 2px solid #434343; left:2px; top:2px; z-index:-1;}


 .hm-team{     background: url(image/team-bg.jpg) no-repeat;
    background-attachment: fixed;
    padding: 40px 0px;
    margin-bottom: 10px;
    border-top: 6px solid #0f5d9d;
    border-bottom: 6px solid #0f5d9d;
    box-shadow: 0px 7px 5px #ccc;}
	
.hm-team p{color:#fff; text-align:center;}

.hm-team p.rd-mr{    margin-top: 30px;}

.hm-team p.rd-mr a{border-radius: 30px;
    background: #0f5d9d;
    color: #fff;
    padding: 9px 20px;
    border-color: #61b8ff;
    box-shadow: 2px 5px 6px #033a67;}
	
.hm-team p.rd-mr:hover a{padding: 9px 30px;}

.hm-team p.rd-mr:hover a img{padding-left:10px;}
 */

/*home*/


/*footer*/
footer{ padding-top: 20px; background: #1e1e1e;  /*border-top: 20px solid #0f5d9d; */ /* url(image/ft-bg.jpg) no-repeat;  background-attachment: fixed;  color: #fff;  background-size: cover;*/  }

footer h2{font-weight: 600;  font-size: 24px; position: relative;  color: #cc1616; margin-bottom: 15px; text-transform: capitalize; border-bottom: 1px dashed #cc1616; padding-bottom: 10px;}
	
footer h2 span { position: absolute; width: 100%; left: 1px; font-size: 20px; color: #222; z-index: 1; top: -17px;}
footer .container-middle a{color: #fff;}


/*.ft-cont{margin-top: -3px;}*/

.us-lk ul{list-style-type: square; font-size: 13px; margin-bottom: 0; color: #fff; padding-left: 24px;}

.us-lk ul li{line-height: 25px; margin-bottom: 7px;}

.us-lk ul li:hover{padding-left: 5px;}

.us-lk ul li a{color:#fff;}

.us-lk ul li:hover a{color:#cc1616 !important;}

footer a{color:#fff;}

.ft-soc ul{font-size: 16px; margin-bottom: 0; list-style: none;}
	
.ft-cont strong{color:#fff;}

.ft-cont p{margin-bottom:8px; font-size: 13px;  color: #fff; line-height: 23px; min-height: 36px;  transition: 0.5s;}

.copyrht{background: rgba(0,0,0,0.3); margin-top: 10px; color: #fff; font-size: 13px;  border-top: 1px solid #111;}
	
.copyrht p{margin-bottom:0; color: #fff; line-height:36px;}

#FooterrControl1_tr_FooterBackImage{background-image:none !important;}

.cprht-lft{/*float:left;*/}

.cprht-rht{float:right;}

.cprht-rht a{color:#fff;}

p.cprht-rht img {
    height: 25px; transition:0.5s;
}

p.cprht-rht img:hover{transform:rotate(360deg); transition:0.5s;}

.ft-cont i {    width: 35px;
    min-height: 40px auto;
    text-align: center;
    border: 1px solid #fff;
    font-size: 19px;
    line-height: 0;
    margin-right: 11px;
    margin-top: 4px;
    vertical-align: baseline;
    float: left;
    transition: 0.5s;
    padding: 8px 0px;
}

.ft-cont p:hover i{background:#cc1616; transition:0.5s;}

/*footer*/



/*team*/
.team-bx p{line-height:24px !important;}

.team-bx{    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 20px;
    margin-top: 20px;}
	
.team-bx h3 img{vertical-align: bottom;}

.team-bx h3{font-size: 16px; margin-bottom: 4px;}

.team-bx:nth-last-child(1){border-bottom:0;}

.team-table{border-color: #ccc; border-right:1px solid #ccc;}
.team-table td{border:0; border-bottom:1px solid #eee;}

.team-table tr{transition:0.5s;
-webkit-transition:0.5s;
-moz-transition:0.5s;}

.team-table tr:hover{transition:0.5s;
-webkit-transition:0.5s;
-moz-transition:0.5s; background:#eee;}

/*team*/


	
/*contact*/
.map-cont{     margin-top: 10px;
    width: 56%;
    float: left;
    border: 1px solid #ddd;
    text-align: center; padding: 10px 0;}
.map-cont img{max-width:100%;}
	
.bx-rht-cont{    width:40%;
    float: left;
    margin-left: 3%; text-align: left;}
	
.bx-rht-cont a{cursor:pointer;}
.bx-rht-cont h2{text-align: left;
    font-size: 16px;
    font-weight: bold;     line-height: 18px; margin-top: 10px; margin-bottom:5px;}
	
.bx-rht-cont p{margin-bottom:0;}
.brn-off{width:31%; padding:1%; float:left;     padding-bottom: 0;}
.cont-page h3{ margin: 0; font-size: 16px;}
.cont-page p{font-size:14px; color:#fff;     line-height: 24px !important;}

.cont-page h2 span{    display: block;
    font-size: 14px;
    color: #999;
    font-weight: 500;
    margin-bottom: 10px;}
	
.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: #242424;
    padding-top: 15px;
    padding-bottom: 15px; margin-bottom: 2px;     padding-right: 10px;}
	
.cont-page .feature-box-image{margin-top: 15px;}

/*contact*/

.cont-page h2{font-weight:bold; Font-size:18px; color:#cc1616;  text-transform:uppercase; margin:0; margin-top: 4px;}
.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: #114366;
	display: block;
	position: absolute;
	width: 52px;
	height: 52px;
	line-height: 0px;
	top:0px;
	left: 8px;
	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;
}
@media (max-width:767px){
.top-nv ul li{display:none;}	
}


#FooterrControl1_tr_hitCounter {padding-top: 0 !important;}









/* Service + team */

.hm-head {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 4px;
    margin-top: 20px;
    font-size: 40px;
  }

  .head-sep {
    z-index: 3;
    margin-bottom: 25px;
    display: inline-block;
    top: 3px;
    line-height: 1;
    position: relative;
  }

  .head-sep:before {
    width: 50px;
    height: 1px;
    content: "";
    display: inline-block;
    position: relative;
    margin-right: 6px;
    background-color: #232323 !important;
    color: #fff !important;
  }

  .head-sep:after {
    width: 50px;
    height: 1px;
    content: "";
    display: inline-block;
    position: relative;
    margin-right: 6px;
    margin-left: 22px;
    margin-right: 0;
    background-color: #232323 !important;
    color: #fff !important;
  }

  .head-sep u {
    width: 20px;
    position: absolute;
    display: block;
    left: 50%;
    top: 15px;
    margin-left: -10px;
  }
  
  .hm-service .hm-head span {
    color: #fff;
  }
  .hm-service .head-sep:before {
    background-color: #fff !important;
  }
  .hm-service .head-sep:after {
    background-color: #fff !important;
  }
  .hm-service .head-sep u:before {
    border-left-color: #fff !important;
    border-right-color: #fff;
  }
  .hm-service .head-sep u:after {
    border-right-color: #fff !important;
    border-left-color: #fff !important;
  }

  .head-sep u:before {
    position: absolute;
    top: 0;
    left: -2px;
    border-left: 2px #232323 solid;
    border-right: 2px #232323 solid;
    width: 10px;
    height: 6px;
    display: inline-block;
    content: "";
    transform: skew(30deg);
    -webkit-transform: skew(50deg);
    border-left-color: #232323 !important;
  }

  .head-sep u:after {
    position: absolute;
    top: 0;
    left: -2px;
    border-left: 2px #232323 solid;
    border-right: 2px #232323 solid;
    width: 10px;
    height: 6px;
    display: inline-block;
    content: "";
    transform: skew(30deg);
    -webkit-transform: skew(50deg);
    left: auto;
    right: -3px;
    transform: skew(-30deg);
    -webkit-transform: skew(-50deg);
    border-right-color: #232323 !important;
  }

  .hm-head span {
    font-weight: 700;
    color: #cc1616;
  }
  
  /* 
  .hm-service {
   background: url(image/serv-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 30px;
    padding-top: 20px;
  }
  
 
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding: 30px 0;
  position: relative;
}


.section-title span {
  position: absolute;
  top: 30px;
  color: #f1f1f1;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 50px;
  text-transform: uppercase;
  line-height: 0;
}

.section-title h2 {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #191919;
  position: relative;
  z-index: 2;
  text-align: center;
  top: 0;
}


.services{}

.services .icon-box {
  text-align: center;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;margin: 15px auto;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}


.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #cc1616;
  transition: all .3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}

.services .icon-box .icon::before {
  position: absolute;
  content: '';
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #fce5e5;
  transition: all .3s ease-out 0s;
  transform: translateZ(-1px);
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
  text-align: center;
}

.services .icon-box h4 a {
  color: #191919;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
}

.services .icon-box:hover {
  background: #cc1616;
  border-color: #cc1616;
  padding: 70px 20px 90px 20px;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #cc1616;
}

.services .icon-box:hover .icon::before {
  background: #e82d2d;
}

.services .icon-box:hover h4 a, .services .icon-box:hover p {
  color: #fff;
}




/* ----------- hm-about ----------------- */

  .hm-about {
    padding-bottom: 54px;
    /* background: url(../image/bg.png)repeat; */
    background-attachment: fixed;
  }
  a:hover {
    text-decoration: none !important;
  }
  .hm-about-lft {
    float: left;
    width: 50%;
  }
  .hm-about-lft img {
    width: 100%;
    padding: 10px;
    border: 5px dashed #232323;
    height: 400px;
  }

  .hm-about-rht {
    /* float:left; */ /* width:50%; */
  }
  .hm-about-rht-inner {
    /* border:5px dashed #232323; */
    padding: 25px 25px;
    border-left: 0;
    margin-top: 40px;
    margin-bottom: 25px;
  }
  .hm-about-rht-inner h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #232323;
    text-transform: uppercase;
    font-weight: 800;
    border-bottom: 1px dashed #8b8b8b;
    padding-bottom: 7px;
  }
  .hm-about-rht-inner p {
    line-height: 30px;
  }
  .rd-mr {
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
  }
  .rd-mr a {
    color: #333;
    border: 1px solid #232323;
    padding: 13px 36px;
    position: relative;
    background: #fff;
    transition: 0.5s;
  }

  .rd-btn:before {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    border-top: 4px solid #232323;
    border-left: 4px solid #232323;
    width: 23px;
    height: 23px;
  }

  .rd-btn:after {
    content: "";
    position: absolute;
    right: -2px;
    bottom: -2px;
    border-bottom: 4px solid #232323;
    border-right: 4px solid #232323;
    width: 23px;
    height: 23px;
  }

  .hm-about .rd-mr {
    margin-bottom: -36px;
    margin-top: 45px;
  }

  .rd-mr a:hover {
    background: #232323;
    color: #fff;
    border-color: #232323;
  }

  .rd-mr a.cont-rd {
    background: #232323;
    color: #fff;
    margin-left: 15px;
    border-color: #232323;
  }
  .rd-mr a.cont-rd:hover {
    background: #e8ca82;
    color: #000;
  }

  #carousel-example-generic .carousel-indicators {
    width: inherit;
    top: 0;
    bottom: inherit;
    right: 0;
    left: inherit;
  }

  .carousel-indicators .active {
    background-color: #232323;
    width: 38px;
    border: 2px solid #eee;
    height: 18px;
  }
  .carousel-indicators li {
    background-color: #fff;
    width: 18px;
    border: 2px solid #232323;
    height: 18px;
  }

  .hm-team {
    padding: 20px 0 50px;
  }
  .hm-team-col {
    text-align: center;
    background: #000;
    padding: 10px 0px 0;
    border: 10px solid #cc1616;
    height: 430px;
    overflow: hidden;
    transition: 0.5s;
  }
  .hm-team-img {
    width: 100%;
    /*border-radius: 50%;
    border: 1px solid #232323;*/
    overflow: hidden;
    text-align: center;
    transition: 0.5s;
  }

  .hm-team-cnt {
    background: #eee;
    margin: 0;
    padding: 34px 0;
    transition: 0.5s;
  }
  .hm-team-cnt p {
    margin: 0;
    margin-left: 10px;
    margin-right: 10px;
    color: #eee;
    padding-top: 15px;
  }

  .hm-team-col h3 {
    text-transform: uppercase;
    color: #cc1616;
    margin: 0;
    text-align: center;
    margin-left: 10px;
    font-size: 17px;
    font-weight: 600;
  }
  .hm-team-col h3 span {
    display: block;
    color: #232323;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 30px;
  }
  .rd-more {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 6px;
    font-size: 13px;
  }
  .rd-more a {
    background: #232323;
    color: #fff;
    padding: 4px 14px;
  }

  .hm-team-col:hover .hm-team-img {
    margin-top: -43px;
    transition: 0.5s;
  }