@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,400italic,600,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,400italic,600,700);

body {
    background: #FFF;
    color: #737a7f;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    color: #000000;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 35px;
}

h7 {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    color: #FFFFFF;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 55px;
    font-size: 22px;
}

h8 {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    color: #000000;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 30px;
    font-size: 19px;
}

h9 {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    color: #FFFFFF;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 35px;
    font-size: 22px;
}

h11 {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    color: #E5E4E2;
    margin-bottom: 10px;
    font-weight: normal;
    line-height: 35px;
    font-size: 18px;
}

p {
    color: #737a7f;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
}

p2 {
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
    opacity: 0.7;
}

.row {
    max-width: 1170px;
    margin: auto;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

a {
    font-family: 'Roboto', sans-serif;
}

a:focus,
a:hover {
    text-decoration: none;
}

.bg-gray {
    background: #f1f1f1;
}

.text-green {
    color: #c80c0d;
}

section .btn {
    background: #c80c0d;
    color: #FFF;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

section .btn:hover {
    background: #a30809;
    color: #FFF !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form-control {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-bottom: 30px;
}

.form-control:focus {
    border-color: #333333;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

::-webkit-input-placeholder {
    color: #999999 !important;
}

::-moz-placeholder {
    color: #999999 !important;
}

:-ms-input-placeholder {
    color: #999999 !important;
}

input:-moz-placeholder {
    color: #999999 !important;
}

#toTop {
    width: 32px;
    height: 31px;
    font-size: 30px;
    color: #ffffff;
    background: #c80c0d;
    position: fixed;
    right: 20px;
    bottom: 20px;
    text-align: center;
    border-radius: 5px;
}

#toTop a:focus,
a:hover {
    color: #FFFFFF;
}

.shr-section-title {
    color: #000000;
    border-bottom: 1px solid #c80c0d;
    padding-bottom: 20px;
    margin-bottom: 25px;
    display: inline-block;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    position: relative;
}

.shr-section-title2 {
    color: #000000;
    border-top: 1px solid #c80c0d;
    border-bottom: 1px solid #c80c0d;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 15px auto;
    display: inline-block;
    font-weight: 700;
    font-size: 15px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    position: relative;
}

.shr-section-title3 {
    color: #FFFFFF;
    border-bottom: 1px solid #c80c0d;
    padding-bottom: 20px;
    margin-bottom: 30px;
    display: inline-block;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    position: relative;
}

.shr-section-title span {
    color: #c80c0d;
}

.shr-section-title .shr-round {
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -4px;
    width: 10px;
    height: 10px;
    background: #000000;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.shr-sub-title {
    text-align: center;
    margin-bottom: 60px;
}

.shr-sub-title2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 80px;
    color: #c80c0d;
}

.shr-color {
    color: #c80c0d;
}

/************header start************/

.shr-header {
    width: 100%;
}

.navbar {
    background: transparent;
    margin-bottom: 0px;
    /* min-height: 70px; */
    height: 100px;
    border: none;
}

.navbar-brand > img {
    display: inline-block;
}

.shr-logo {
    width: auto;
    height: 90px;
    /* margin-top: 35px; */
    display: inline-block;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;

}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left: 10px;
}
.navbar > .container .navbar-right,
.navbar > .container-fluid .navbar-right {
    margin-right: 10px;
}

.navbar-brand {
    padding: 10px 0;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav > .active > a {
    background: transparent;
    color: #ffffff;
    border-bottom: 2px solid #c80c0d;
}

.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background: transparent;
    color: #FFF;
}

.navbar-default .navbar-nav > li > a {
    font-size: 14px;
    font-weight: 700;
    color: #C5C5C5;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 40px;
    margin-bottom: 15px;
    margin-right: 1px;
    margin-left: 1px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #FFF;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #ffffff;
}

/*underline*/
.cmn-t-underline {
    position: relative;
    color: #c80c0d;
}

.cmn-t-underline:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #c80c0d;
    content: "";
    transition: width 0.2s;
}

.cmn-t-underline:hover {
    color: #898989;
}

.cmn-t-underline:hover:after {
    width: 100%;
}

/*end underline*/

/*header style start*/
.top-nav-collapse {
    background: rgba(120, 120, 120, 0.9);
    height: auto;
    top: 0;
    position: fixed;
    z-index: 999;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;

}

.top-nav-collapse:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/bgs/pattern.png);
    background-repeat: no-repeat;
}
.top-nav-collapse .nav > li > a {
    margin-top: 15px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.top-nav-collapse .shr-logo {
    /* margin-top: 5px; */
    height: 70px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.top-nav-collapse .navbar-brand {
    padding: 0 0;
}

/*header style end*/

/************header end************/


/*--- DROPDOWN ---*/

.nav ul {
    background-color: #000;
    /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
    background: rgba(0, 0, 0, 1);
    /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
    list-style: none;
    position: absolute;
    left: -9999px;
    /* Hide off-screen when not needed (this is more accessible than display: none;) */
}

.nav ul li {
    padding-top: 1px;
    /* Introducing a padding between the li and the a give the illusion spaced items */
    float: none;
}

.nav ul a {
    white-space: nowrap;
    /* Stop text wrapping and creating multi-line dropdown items */
}

.nav li:hover ul {
    /* Display the dropdown on hover */
    left: 0;
    /* Bring back on-screen when needed */
}

.nav li:hover a {
    /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
    background-color: rgba(255, 255, 255, 0);
    text-decoration: none;
}

.nav li:hover ul a {
    /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
    text-decoration: none;
}

.nav li:hover ul li a:hover {
    /* Here we define the most explicit hover states--what happens when you hover each individual link. */
    background-color: rgba(255, 255, 255, 0);
}

/*--- Social Links ---*/
.social-fb {
    background: #000;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 100%;
    margin-left: 10px !important;
    display: inline-block;
    padding: 10px 12px !important;
}

.social-fb i {
    font-size: 20px;
}

.social-fb:hover,
.social-fb:active,
.social-fb:focus {
    background: #c80c0d !important;
}

/*--- DROPDOWN ---*/


/************hero start************/
.shr-hero-area {
    width: 100%;
    padding-top: 100px;
    position: relative;
}

.shr-hero-area:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    background-image: url(../images/bgs/pattern.png);
    background-repeat: repeat;
    background-color: rgba(0, 0, 0, .4);
}

.shr-bg-opacity {
    background: url(../images/bgs/pattern.png);
    background-repeat: repeat;
}

#hero {
    background: url(../images/bgs/09.jpg) center center fixed;
    background-size: cover;
    background-position: center;
}
#hero.bg-alt {
    background: url(../images/bgs/07.jpg) center center fixed;
}

.shr-hero-area h1 {
    font-size: 54px;
    color: #ffffff;
    font-weight: 900;
    padding-top: 100px;
    line-height: 1.2;
    text-transform: uppercase;
}

.shr-hero-area p {
    font-size: 18px;
    color: #ffffff;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 25px;
}

.shr-hero-area .btn {
    font-size: 17px;
    font-style: normal;
    background: #c80c0d;
    border: 1px solid #c80c0d;
    letter-spacing: 2px;
    padding: 12px 25px 12px;
    margin-bottom: 50px;
    margin-right: 5px;
}

.shr-hero-area .btn:hover {
    background: #ffffff;
    color: #000000 !important;
    border-color: #ffffff;
}

.shr-hero-area .shr-download-btn {
    background: none;
    border: 1px solid #ffffff;
}

.shr-hero-content-img {}

.shr-hero-content-img img {}

.hero-link,
.about-link {
    color: #fff;
}

.about-link {
    color: #000;
}

.hero-link:hover,
.hero-link:active,
.hero-link:focus,
.about-link:hover,
.about-link:active,
.about-link:focus {
    color: #c80c0d;
}

/************hero end************/



/************welcome start************/
.shr-welcome-area {
    width: 100%;
    padding: 80px 0 0px;
}

#features_2 {
    padding: 15px 0 0;
}

.shr-welcome-content {
    position: relative;
    margin-bottom: 30px;
    text-align: left;
    padding-right: 5px;
}

.shr-welcome-content p {
    line-height: 1.7;
}

.shr-welcome-area img {
    margin-top: 20px;
}

.shr-welcome-content i {
    font-size: 45px;
    background: url(../images/bgs/pattern.png);
    background-repeat: repeat;
    background-color: #656565;
    color: #ffffff;
    text-align: center;
    padding-top: 23px;
    width: 90px;
    height: 90px;
    position: absolute;
    right: 0px;
    top: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.shr-welcome-content:hover i {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

/************welcome end************/


/************about news start************/

#about-news {
    padding: 30px 0 10px;
}

.strip-image {
    margin-bottom: 25px;
}

.about-news-single {
    margin-bottom: 30px;
}

.about-news-title {
    margin: 0 auto 10px;
    font-size: 24px;
    line-height: 1.4;
}

.about-news-details {
    margin: 0 auto 10px;
    font-size: 16px;
    line-height: 1.4;
}

.about-news-text {
    margin: 0 auto 8px;
    font-size: 16px;
    line-height: 1.4;
}

.about-news-link {
    margin: 0 auto 5px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
}

.about-news-link:hover,
.about-news-link:active,
.about-news-link:focus {
    color: #c80c0d;
}

.video-box {
    margin: 0 auto 30px;
}
.video-box iframe {
    width: 720px;
    max-width: 100%;
    height: 196px;
}

/************about news end************/

/************features start************/
.shr-features-area {
    width: 100%;
    padding: 80px 0px 0px;
    background: url(../images/bgs/02.jpg) center center fixed;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.shr-features-area:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    background-image: url(../images/bgs/pattern.png);
    background-repeat: repeat;
}

.shr-features-area h2,
.shr-features-area p,
.shr-features-area h4 {
    color: #ffffff;
}

.shr-features-area .shr-sub-title {
    color: #ffffff;
}

.shr-features-area .shr-round {
    background: #ffffff;
}

.shr-left-features-text {
    text-align: right;
    margin-top: 40px;
    margin-bottom: 70px;
}

.shr-left-features-text i {
    font-size: 55px;
    color: #c80c0d;
    margin-bottom: 30px;
}

.shr-left-features-text p {
    font-size: 14px;
    font-weight: normal;
}

.shr-features-img {
    width: 318px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 100px;
}

.shr-features-img img {}

.shr-right-features-text {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 70px;
}

.shr-right-features-text i {
    font-size: 55px;
    color: #c80c0d;
    margin-bottom: 30px;
}

.shr-right-features-text p {
    font-size: 14px;
    font-weight: normal;
}

/************features end************/



/************pricing start************/
.shr-pricing-area {
    width: 100%;
    padding: 60px 0px 0px;
}

.shr-pricing-area .shr-table-col {
    margin-bottom: 50px;
    text-align: center;
    background-color: rgba(0, 0, 0, .005);
    border: 1px solid #e4e9ee;
    transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
}

.shr-pricing-area .shr-table-col:hover {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
}

.shr-table-col .shr-table-heading {
    background-color: #F3F3F3;
    padding: 35px;
    transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
}

.shr-table-col:hover .shr-table-heading {
    background: #c80c0d;
    transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
}

.shr-table-col .shr-table-heading i {
    color: #000000;
    font-size: 30px;
    border-bottom: 1px solid #000000;
    margin-bottom: 10px;
}

.shr-table-col .shr-table-heading h2 {
    margin-bottom: 0px;
}

.shr-table-col:hover .shr-table-heading i,
.shr-table-col:hover .shr-table-heading h2 {
    color: #ffffff;
    border-color: #ffffff;
}

.shr-table-col h1 {
    color: #c80c0d;
    font-size: 55px;
    font-weight: 900;
    margin: 30px 0px;
}

.shr-table-col h1 span {
    font-size: 12px;
}

.shr-table-col .list-group {
    padding: 30px 30px 0px 30px;
}

.shr-table-col .list-group .list-group-item {
    padding: 15px;
    border: none;
    border-top: 1px solid #e4e9ee;
}

.shr-table-col .shr-table-footer {
    background: #F3F3F3;
    padding: 25px;
    display: block;
    cursor: pointer;
}

.shr-table-col .shr-table-footer a {
    font-size: 15px;
    color: #000000;
    display: block;
    padding: 10px 5px;
    font-weight: 700;
}

.shr-table-col .shr-table-footer:hover a {
    color: #c80c0d;
}

/************pricing end************/



/************describe start************/
.shr-describe-area {
    width: 100%;
    padding: 80px 0px 0px;
    background: #f1f1f1;
}

.shr-describe-area .shr-discribe-col {
    margin-bottom: 0px;
}

.shr-discribe-col h1 {
    font-size: 45px;
    line-height: 55px;
}

.shr-discribe-col p {
    margin-bottom: 50px;
}

/************describe end************/



/************team start************/
.shr-team-area {
    width: 100%;
    padding: 80px 0px 20px;
    background: url(../images/bgs/04.jpg) center center fixed;
    background-size: cover;
    position: relative;
}

.shr-team-area:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url(../images/bgs/pattern.png);
    background-repeat: repeat;
}

.shr-team-area h2 {
    color: #ffffff;
}

.shr-team-area .shr-round {
    background: #ffffff;
}

.shr-team-area .shr-sub-title {
    color: #ffffff;
}

.shr-team-col {
    margin-bottom: 50px;
}

.shr-team-col .ih-item.square {
    width: 100%;
    height: auto;
    border: none;
    box-shadow: none;
}

.shr-team-col .ih-item.square.effect6 .info h3 {
    background: rgba(17, 17, 17, 0.5);
}

.shr-team-col .shr-social-link {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #ffffff;
}

.shr-team-col .shr-social-link i {
    width: 35px;
    height: 35px;
    font-size: 17px;
    padding-top: 8px;
    text-align: center;
    color: #ffffff;
    background: #c80c0d;
    border: 1px solid #c80c0d;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
}

.shr-team-col .shr-social-link i:hover {
    background: none;
    color: #c80c0d;
    transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
}

/************team end************/



/************counter start************/
.shr-counter-area {
    width: 100%;
    padding: 80px 0px 30px;
    text-align: center;
    background: #f1f1f1;
}

.shr-counter-area .shr-count-col {
    margin-bottom: 50px;
}

.shr-count-col i {
    font-size: 45px;
    background: url(../images/bgs/pattern.png);
    background-repeat: repeat;
    background-color: #656565;
    color: #ffffff;
    text-align: center;
    line-height: 110px;
    margin-bottom: 30px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.shr-count-col h3 {
    margin-bottom: 25px;
}

.shr-count-col span {
    font-size: 60px;
    line-height: 45px;
    font-weight: 900;
    color: #c80c0d;
}

/************counter end************/



/************news start************/
.shr-news-area {
    width: 100%;
    padding: 80px 0px 0px;
}

.shr-news-col {
    margin-bottom: 50px;
    background: #f1f1f1;
    padding: 30px;
}

.shr-news-col2 {
    margin-bottom: 50px;
    background: url(../images/bgs/pattern.png);
    background-repeat: repeat;
    padding: 30px;
}

.shr-news-content {
    position: relative;
    padding-left: 140px;
}

.shr-news-content .shr-awesome {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0px;
    top: 10px;
    font-size: 50px;
    color: #c80c0d;
    padding-top: 23px;
    border: 2px solid #333333;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
}

.shr-news-col:hover .shr-news-content .shr-awesome {
    -webkit-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
    transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
}

.shr-news-content h3 {
    text-transform: uppercase;
}

.shr-news-info {
    margin: 10px 0px;
}

.shr-news-info ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.shr-news-info ul li {
    float: left;
    margin-right: 20px;
}

.shr-news-info ul li i {
    color: #c80c0d;
    margin-left: 5px;
}

.shr-news-content a:hover,
.shr-news-content a:active,
.shr-news-content a:focus {
    color: #c80c0d;
}

/************news end************/



/************twitter start************/
.shr-twitter-area {
    width: 100%;
    padding: 30px 0px;
    background: #c80c0d;
    position: relative;
}

.shr-twitter-area i {
    width: 60px;
    height: 60px;
    background: #c80c0d;
    font-size: 38px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    left: 50%;
    top: -60px;
    margin-left: -30px;
    padding-top: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

/************twitter end************/



/************subscribe start************/
.shr-subscribe-area {
    width: 100%;
    padding: 70px 0px 60px;
    background: url(../images/bgs/03.jpg) center center fixed;
    background-size: cover;
    position: relative;
}

.shr-subscribe-area:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/bgs/pattern.png);
    background-repeat: repeat;
}

.shr-subscribe-area h2 {
    color: #ffffff;
}

.shr-subscribe-area .shr-round {
    background: #ffffff;
}

.shr-subscribe-area .shr-sub-title {
    color: #ffffff;
}

.shr-subscribe-area .navbar-form .form-group {}

.shr-subscribe-area .form-control {
    margin-bottom: 0px;
    border: none;
    box-shadow: none;
}

.shr-subscribe-area .navbar-form .form-group .btn {
    color: #ffffff;
    border: 1px solid #c80c0d;
}

.shr-subscribe-area .navbar-form .form-group .btn:hover {
    background: #84ae39;
}

/************subscribe end************/



/************contact start************/
.shr-contact-area {
    width: 100%;
    padding: 80px 0px 20px;
    background: url(../images/bgs/05.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.shr-contact-area .shr-sub-title {
    color: #ffffff;
}

.shr-contact-area .form-control {
    background: url(../images/bgs/pattern.png);
    background-repeat: repeat;
    background-color: rgba(0, 0, 0, .3);
    border: 1px solid #666666;
    color: #ffffff;
    margin-bottom: 5px;
    min-height: 50px;
    resize: none;
}

.shr-contact-area .form-control:focus {
    background: url(../images/bgs/pattern.png) !important;
    background-repeat: repeat;
    background: #000000;
}

.shr-contact-area .btn {
    background: #c80c0d;
    padding-top: 16px;
    padding-bottom: 16px;
}

/************contact end************/


/************footer start************/
.shr-footer-area {
    width: 100%;
    padding: 20px 0px 20px;
    background-image: url(../images/bgs/pattern.png);
    background-repeat: repeat;
    background-color: rgba(0, 0, 0, .8);
}

.shr-footer-btn {
    margin-bottom: 50px;
}

.shr-footer-btn .btn {
    font-size: 20px;
    font-weight: 300;
    padding: 20px 20px 20px 20px;
    color: #fff;
    border-color: rgba(0, 0, 0, .1);
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 0px;
    transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
}

.shr-footer-btn .btn:hover {
    background: #070707;
    transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
}

.shr-footer-btn i {
    font-size: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

.shr-socila-grup {
    border-top: 1px solid rgba(0, 0, 0, .3);
    padding-top: 20px;
    padding-bottom: 10px;
}

.shr-socila-grup i {
    width: 70px;
    height: 70px;
    font-size: 20px;
    line-height: 70px;
    color: #ffffff;
    margin: 5px;
    text-align: center;
    border-color: rgba(0, 0, 0, .1);
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
}

.shr-socila-grup i:hover {
    background: #c80c0d;
}

.shr-copyright-text {
    color: #d9e2e9;
}

.shr-copyright-text a {
    color: #797979;
}

.shr-copyright-text a:hover {
    color: #c80c0d;
}

#toTop i.fa.fa-arrow-circle-up {
    position: absolute;
    top: 0px;
    right: 3px;
}

/************footer end************/


/* Styles for Video Player */
.video-player {width: 100%;}
.video-player .vjs-poster {background-size: cover;}
.video-player .vjs-play-control:last-child {display: none;}
.video-js:hover .vjs-big-play-button, .video-js .vjs-control-bar {background-color: rgba(200, 12, 13, 0.3);}
