body {
	font-family: 'Roboto', sans-serif;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
h1,h2,h3,h4,h5,h6{margin: 0;}
*{padding:0; margin: 0;}
ul{margin: 0; padding-left: 20px;}

 .slideanim {visibility:hidden;}
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  
.container {width:1250px;}
header .container-fluid{padding: 0;}
.logo {width: 20%;
background: #ca1f34;
padding: 2px 20px;
float: right;
position: absolute;
right: 0;
top: 0;
text-align: right;}
.logo img{margin-top: 5px;}
header.header{position: absolute; top: 20px; left: 3.5%; width: 93%; z-index: 10;}
header ul.nav li a{font-size: 16px; color:#000; font-weight: 500; padding: 0px; margin: 15px 30px;}
header ul.nav li a:hover{background: none; color:#ae285d;}
header .navbar{border:none; background:#ce8782; border-radius: 0; padding: 8px 20px; margin: 0;    box-shadow: 0px 4px 29px rgba(0,0,0,0.2);}

.f-nav{  /* To fix main menu container */
    z-index: 10;
    position: fixed;
    left: 0!important;
    top: 0!important;
    margin: 0;
    width: 100%!important;   
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    transform: none;
    animation:slide-down 0.6s;
    transition: all ease-in-out 0.3s;
}
@-webkit-keyframes slide-down {
    0% {
        opacity: 0.5;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}
@-moz-keyframes slide-down {
    0% {
        opacity: 0.5;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}
@-ms-keyframes slide-down {
    0% {
        opacity: 0.5;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}
@-o-keyframes slide-down {
    0% {
        opacity: 0.5;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}
@keyframes slide-down {
    0% {
        opacity: 0.5;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}

.bannermobile{ display:none;}

#banner{ display: block;}
.banner{position: relative;}
.banner .carousel-caption {top:150px; text-shadow: none; background:#fff; width: 520px; left:4%; border-radius: 6px; border-left: 6px solid #c7222a; padding:20px 0; text-align: left; height:290px;}
.banner h3 {font-size: 18px; background: #c7222a; text-transform: uppercase; color:#fff; font-weight: bold; text-align: left; padding:12px; width: 96%;}
.banner p {font-size: 14px; font-weight:100; margin:0px; color:#414141; text-align: left; padding: 12px;}
.banner a {font-size: 14px; font-weight: bold; margin-top:20px; color:#c7222a; text-align: left; padding: 8px 16px; background: #f6d7d2; text-decoration: none; margin-left: 12px;}
.banner i {font-size: 18px; font-weight: bold; margin-top:0px; color:#c7222a; text-align: left; padding: 8px 10px; text-decoration: none; margin-left: 6px;}
.banner h2 {font-size: 16px; font-weight: bold; margin-top:7px; color:#414141; text-align: left; padding: 12px;}
#awards li {
    margin-bottom: 10px;
}
#awards figure {
    border: 5px solid #1f63ab;
}
.banner img{width:100%;}
.banner .join{background: #900027;
    padding: 10px 35px;
    display: inline-block;
    position: absolute;
    top: 64%;
    left: 48%;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    text-decoration: none;}

.intern{padding: 100px 0px 40px; background:#f0f0f2;}
.intern .whiteb {background:#fff; padding:60px; margin-top:-120px;}
.intern .redb {background:#ca1f34; padding:40px 40px 60px 40px; margin-top:20px; color:#fff;}
.redb h2 {margin:15px 0; font-size:20px;}
.redb p {font-weight:100;}
.intern-img img{width:100%; padding:13px 0;}
.intern-img:after {content:""; background: #a32457; width: 134px; height:343px; position: absolute;right: 0; top: 0; z-index: -1;}
.intern .intern-text{font-size: 16px; line-height:27px; font-weight: 100;}
.intern-text h3{ color:#900027; font-size:27px; font-weight: 400; margin-bottom: 20px;}
.intern-text ul li{ margin-bottom: 5px;}
.title-heading{font-size:34px;  color: #000; text-transform: capitalize;font-weight: normal; position: relative; margin-bottom: 30px;}
.redb .title-heading{font-size:34px;  color: #fff; text-transform: capitalize;font-weight: normal; position: relative; margin-bottom: 30px;}
.redb .title-heading:after{content: ''; display: none;}
.title-heading span{color: #c7222a;}
.title-heading:after{content: ''; width:115px; height: 4px; background: #ffffff;     position: absolute;
    left: 0px;    bottom: -20px;}
.title-heading.text-light{ color: #ffffff;}

.boright {border-right:1px solid #890b1c;}

.benefits {background:#fff; padding:60px 0;}
.conventions {background:#f0f0f2; padding:60px 0;}
.conventions .title-heading:after{content: ''; display: none;}

.discover{background: #e7e7e5; padding: 60px 0px;}
.discover-tabs{width: 100%; background: #fff; padding: 7px;}
.discover-tabs .nav-tabs>li>a{border:none; border-radius:0px; font-size: 18px; color: #fff; font-weight: bold;    padding: 17px 10px;background: #900027;}
.discover-tabs .nav-tabs li.active a{background: linear-gradient(to right, #f2001f, #0071c0);   color: #fff;}
.discover-tabs .nav-tabs{border:none;}
.discover-tabs .nav-tabs>li.active>a, .discover-tabs .nav-tabs>li.active>a:focus, .discover-tabs .nav-tabs>li.active>a:hover{border:none; background: #000000;   color: #fff;}

img.full{width: 100%;}
.discover-tabs .tab-content{padding: 40px 30px 10px;}
.discover-tabs .tab-content p{font-size: 16px; line-height: 1.5em;}
.tab-content h3{font-size: 32px; font-weight: 500; margin-bottom: 30px;}

.discover-tabs iframe{margin-bottom: 30px;}

.space{height: 50px; width: 100%; float: left;}

.products{padding: 80px 0px;}
.service-box{width: 100%; border-radius: 5px;overflow: hidden; position: relative;}
.service-box img{width: 100%;}
.service-text{ transition: ease-in 0.3s; color: #fff; padding: 0px 20px 0px; position: absolute; bottom: -85%; left: 0px; width: 100%; height: 100%;}
.service-text h3{font-size: 21px; font-weight: bold; margin-bottom: 20px;}
.service-text a{ display: block; background: #fff; border-radius: 50%; width: 48px; height: 48px; margin: 15px auto 0; color: #023f6a; font-size: 24px; line-height: 48px; text-align: center;}

.service-box:hover .service-text{ bottom: 0px; padding-top: 30px;    background: rgba(0,0,0,0.5);}



.huntsmedia{padding: 100px 0; background: #ae285d; }
.mt60 {margin-top:60px;}
.huntsmedia .img-media img{ width: 100%;}
.huntsmedia .img-media{margin-bottom: 15px;     border: 5px solid #fff;}
.huntsmedia .title-heading::after {
  content: '';
width: 70%;
height: 1px;
background: #ffffff;
position: inherit;
left: 39px;
bottom: 7px;
display: inline-block;
}
.jobox {padding:25px; float: left;}
.jobox h3 {color:#fff; margin:0; padding:0; font-size: 20px; font-weight: bold; line-height: 26px;}
.jobox p {color:#fff; font-weight:100; margin:15px 0 0 0; padding:0; font-size: 14px; font-weight: 300; line-height: 22px; color: #fff; max-height: 145px; float: left;}
.jobox a {background: #ae285d; color: #fff; text-transform: uppercase; font-size: 17px; border:1px solid #fff; text-decoration: none; padding:6px 20px; margin-top: 25px; float: left;}
.jobox:hover {padding:25px; background:#fff;}
.jobox:hover h3 {color: #5d1c1c;}
.jobox:hover p {color:#000;}



.owl-theme .owl-nav {position: absolute; right: 0; top: -71px; margin-top:0;}
.owl-theme .owl-nav [class*="owl-"] {background:#fff;}
.owl-carousel .owl-nav .owl-next::after {
    content: "\f178";
}
.owl-carousel .owl-nav .owl-prev::before {
    content: "\f177";
}

.testimonials .title-heading:after{content: ''; display: none;}
.disclaimer .title-heading:after{content: ''; display: none;}
.testimonials{padding: 60px 0; background: #ca1f34;}
.testimonials .title-heading{ text-align: center; font-size:34px; color:#fff; background:url(../images/awardbg.jpg) no-repeat center top; line-height: 65px;}
.testimonials .item{padding-bottom:10px; padding-top: 40px;}
.testimonials .title-heading:after{left:50%; margin-left: -57px;}

.test-box{padding: 30px; background:#fff; width: 100%;max-width: 1060px;  margin: 0 auto; min-height:280px;}
.test-box:before {
        content: '';
        background: url('../images/corner.jpg') no-repeat  left top;
        width: 124px;
        height: 66px;
        position: absolute;
        top: 0;
        left: 0;
      }
.test-box .t-img{width:85px; height: 85px;float: left; border-radius: 50%; overflow: hidden; position:absolute; top: 0; left: 0px;}
.test-box .t-img img{         
    position: relative;
    z-index: 9;
    border-radius: 50%;}
/*.test-box .t-img:after{content:""; position: absolute; width: 100%; height: 100%;background: linear-gradient(to top, #d20b30, #02406b);top:0px;} */
.test-box .t-text{padding-top: 25px;}
.test-box .t-text p{font-size: 16px ; font-weight: 100;}
.test-box .t-text b{color:#c7222a; font-weight:500;}
.test-box .t-text h2{ font-size: 36px; font-weight: bold; margin-bottom: 40px; color: #ae285d; padding-left: 100px;}
.test-box .t-text h2:before{ content: '';
        background: url('../images/award.png') no-repeat  left top;
        width: 85px;
        height: 85px;
        position: absolute;
        top: 0;
        left: 22px;}
.test-box .t-text h3{ font-size: 24px; font-weight: 500;margin-bottom: 20px;}
.test-box .list_area ul li {list-style-type: none; position: relative; line-height: 21px; margin-bottom: 22px; padding-left: 20px;}
.test-box .list_area ul li::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 4px;
    width: 12px;
    height: 14px;
    background: url('../images/bullet.jpg') no-repeat;
}
.test-box a {color:#ae285d; font-size:17px; font-weight: bold; text-decoration: none;}

.disclaimer {
  background:#7c7c7b; padding:50px 0;
}
.testimonials .owl-theme .owl-nav .owl-next{    background: #fff;}
#discover .title-heading:after {
    background: #fff;
}
.owl-theme .owl-nav .disabled {opacity:1;}
.owl-theme .owl-nav .disabled:hover {opacity:1;}
.owl-theme .owl-nav [class*="owl-"]:hover {background:#fff;}
.owl-theme .owl-nav [class*="owl-"] {color:#333;}
.owl-theme .owl-nav [class*="owl-"]:hover {color:#333;}
.life-huntsmen{background: #fff; background-size:cover; background-repeat: no-repeat; padding: 80px 0px;}
.life-huntsmen h3{color:#000; font-weight: 300; font-size:36px; margin-bottom: 50px;}

.life-huntsmen .owl-theme .owl-nav{position: absolute; margin: 0;top: -85px;    right: 0px;}

.life-huntsmen .owl-theme .owl-nav .owl-next {
    background: #ae285d;
}
.life-huntsmen .owl-theme .owl-item .item figure img {border-radius: 5px;}


.copyright{background:#e4e4e4; padding: 22px 0px;}
.copyright p{margin-bottom: 5px;}





.navbar-toggle .icon-bar{    background: #003d69;}




@media only screen and (max-width: 1199px) {
	header ul.nav li a{font-size:12px; padding:10px;}
	.logo img { margin-top: 0px;}
	header .navbar{padding:15px 10px;}
	.service-box{margin-bottom:30px;}
	.service-text{bottom:-91%;}
	.discover-tabs .nav-tabs>li>a{ font-size: 15px;}
}




@media only screen and (max-width: 991px) {
	.service-text h3{font-size:24px;}
	.test-box .t-img{float:none; margin: 0 auto 30px;}
	.test-box .t-text{padding:0px;}
	.intern .intern-text{margin-bottom: 50px;}
	.title-heading{font-size:40px;}
	/*-- toggle collapse --*/
  .navbar {
    margin-bottom: 0;
    /*position: fixed;*/
    width: 100%;
    /*box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);*/
  }

  .navbar-header {
    float: none;
    padding-bottom: 0;
  }

  .navbar-left,
  .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
    width: auto;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  .navbar-nav>li {
    float: none;
    text-align: left;
  }

  .dropdown-menu li>a {
    position: relative;
  }

  .dropdown span i {
    float: right;
    background: #000;
    width: 15px;
    height: 15px;
    padding-left: 4px;
    line-height: 16px;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 12px;
    right: 12px;
  }

  .dropdown span.active i {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Safari 3-8 */
    transform: rotate(180deg);
  }

  .navbar-nav>li>.dropdown-menu {
    position: inherit;
    float: inherit;
    box-shadow: inherit;
    -webkit-box-shadow: inherit;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
  }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-default .navbar-toggle {
    border-color: #fff;
    background: #000;
    margin-top: 12px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: #222222;
    border: 1px solid #fff;
  }

  /*-- /toggle collapse --*/
	.navbar-toggle { display: block;}
	header.header{position: relative; top: 0;}
	header .container-fluid{padding:0 15px;}
	header .navbar{box-shadow: none;}
}

@media only screen and (max-width: 767px) {
	#banner{ display:none;}
  .container {width:100%;}
  .logo {
    width: 100%;
    background: #ca1f34;
    padding: 2px 20px;
    float: right;
    position: absolute;
    right: 0;
    top: 87px;
    text-align: left;
    padding:15px;
}
header.header {left:0; width:100%;}
.intern .whiteb {padding:20px; margin-top: -80px;}
.intern .redb {padding:20px; margin-top: 0px;}
	.banner .join{    padding: 6px 15px;    font-size: 12px;}
	.tab-content h3{ font-size: 24px;}
	.test-box{padding:30px;}
	.service-text { bottom: -88%;}
	.title-heading , .life-huntsmen h3{ font-size: 30px;}
	.intern-text h3, .test-box .t-text h2{font-size:24px;}
	.test-box .t-text h3{font-size:20px;}
	.intern {padding: 30px 0px;}
.intern-img::after {display:none;}
  .banner .carousel-caption {bottom:10px;}
  .banner h3 {font-size: 16px;}
  .banner h2 {font-size: 22px; margin-top:7px;}
  .owl-theme .owl-nav {position: relative; top:0; margin-top:20px;}
 .testimonials .title-heading {font-size:20px;}
 .title-heading {font-size:20px; margin-bottom:12px;}
 .test-box .t-text h2::before {width:80px; height:80px; background-size: cover;}
 .test-box .t-text h2 {padding-left:90px;}
 .intern .intern-text {margin-bottom:25px;}
 .testimonials {
    padding: 0 0 35px 0;
}
.test-box .t-text {padding:30px 0 0 0;}
.huntsmedia {padding:30px 0;}
.huntsmedia .title-heading::after { display: none;}
.mt60 {margin-top:30px;}
.jobox {border-bottom:1px solid #fff; padding:25px 0;}
.life-huntsmen {padding:30px 0;}
.life-huntsmen .owl-theme .owl-nav {position: relative; top:0; margin-top:20px;}

.bannermobile{position: relative;
display: block;
padding: 20px;
margin: 90px 0 60px 0; }
.bannermobile .innerbanner {top:150px; text-shadow: none; background:#fff; width:50%px; left:4%; border-radius: 6px; border-left: 6px solid #c7222a; padding:20px 0; text-align: left; min-height:290px; box-shadow:0px 10px 30px #cccccc}
.bannermobile h3 {font-size: 18px; background: #c7222a; text-transform: uppercase; color:#fff; font-weight: bold; text-align: left; padding:12px; width: 96%;}
.bannermobile p {font-size: 14px; font-weight:100; margin:0px; color:#414141; text-align: left; padding: 12px;}
.bannermobile a {font-size: 14px; font-weight: bold; margin-top:20px; color:#c7222a; text-align: left; padding: 8px 16px; background: #f6d7d2; text-decoration: none; margin-left: 12px;}
.bannermobile i {font-size: 18px; font-weight: bold; margin-top:0px; color:#c7222a; text-align: left; padding: 8px 10px; text-decoration: none; margin-left: 6px;}
.bannermobile h2 {font-size: 16px; font-weight: bold; margin-top:7px; color:#414141; text-align: left; padding: 12px;}

}





