body { font-family: 'Roboto', sans-serif; }

.banner-img {padding:0;}
.banner-img ul li {width:100%; display:block; height:621px; position:relative;}
.banner-img .owl-controls {padding:0;}
.banner-img .owl-controls .owl-nav {display:none;}
.banner-img .owl-controls .owl-dots {position:absolute; bottom:50px; left:0; right:0; text-align:center;}
.banner-img .owl-controls .owl-dots .owl-dot {width:10px; height:10px; border-radius:50%; background:#fff; display:inline-block; margin:0 3px;}
.banner-img .owl-controls .owl-dots .owl-dot.active {background:#ec3440;}
.bannerTrans {background:rgba(0, 0, 0, 0.75); position:absolute; left:0; right:0; top:0; bottom:0; width:100%;}
.bannerCont{ color:#fff; text-align:center; padding:0 100px; margin-top:150px;}
.bannerCont h2 {margin:0; padding:0 0 100px 0; font-size:45px; text-transform:uppercase; font-family: 'Roboto Condensed', sans-serif; font-weight:700; position:relative; line-height:60px;}
.bannerCont h2:after {content:''; width:120px; height:1px; background:#fff; position:absolute; left:50%; bottom:50px; margin-left:-60px;}
.bannerCont p {font-size:25px; font-weight:700; line-height:30px; color:#fff; padding:0 90px; margin:0;  padding-bottom:40px;}
a.readMore {display:inline-block; background:#ec3440; width:200px; height:50px; border-radius:2px; font-size:16px; font-family: 'Raleway', sans-serif; font-weight:600; color:#fff; line-height:50px; text-transform:uppercase;}
a.readMore:hover {background:#bd3210;}

.animated {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite;}
.animated.hinge { -webkit-animation-duration: 2s; animation-duration: 2s;}
@-webkit-keyframes fadeIn {from{opacity: 0;} to {opacity: 1;}}
@keyframes fadeIn {from {opacity: 0;} to {opacity: 1;}}
.fadeIn {-webkit-animation-name: fadeIn; animation-name: fadeIn;}
@-webkit-keyframes fadeOut {from {opacity: 1;} to { opacity: 0;}}
@keyframes fadeOut {from {opacity: 1;} to {opacity: 0;}}
.fadeOut {-webkit-animation-name: fadeOut;animation-name: fadeOut;}
@-webkit-keyframes fadeInDown {from {opacity: 0; -webkit-transform: translate3d(0, -10%, 0); transform: translate3d(0, -10%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; }}
@keyframes fadeInDown {from {opacity: 0; -webkit-transform: translate3d(0, -10%, 0); transform: translate3d(0, -10%, 0); } to { opacity: 1;-webkit-transform: none;transform: none;}}
.fadeInDown {-webkit-animation-name: fadeInDown;animation-name: fadeInDown;}



