/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700|Roboto+Slab:300,400,700);
/* =========================================================
        General
============================================================ */
@font-face {
	font-family: 'RobotoSlab-Bold';
	src: url('fonts/RobotoSlab-Bold.eot?v=4.7.0');
	src: url('fonts/RobotoSlab-Bold.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/RobotoSlab-Bold.woff2?v=4.7.0') format('woff2'), url('fonts/RobotoSlab-Bold.woff?v=4.7.0') format('woff'), url('fonts/RobotoSlab-Bold.ttf?v=4.7.0') format('truetype'), url('fonts/RobotoSlab-Bold.svg?v=4.7.0#RobotoSlab-Bold') format('svg');
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'RobotoSlab-Regular';
	src: url('fonts/RobotoSlab-Regular.eot?v=4.7.0');
	src: url('fonts/RobotoSlab-Regular.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/RobotoSlab-Regular.woff2?v=4.7.0') format('woff2'), url('fonts/RobotoSlab-Regular.woff?v=4.7.0') format('woff'), url('fonts/RobotoSlab-Regular.ttf?v=4.7.0') format('truetype'), url('fonts/RobotoSlab-Regular.svg?v=4.7.0#RobotoSlab-Regular') format('svg');
	font-weight: normal;
	font-style: normal
}


body {
	font-family: "Lato", sans-serif;
	font-size: 16px;
	line-height: 27px;
	font-weight: 400;
	color: #999999;
	background-color: #ffffff;
	overflow-x: hidden;
}
html {
	font-family: "Lato", sans-serif;
}
html, body {
	width: 100%;
	height: 100%;
}
/* ================= Link style ==================== */
a {
	color: #DE2A1C;
}
a, a > * {
	outline: none;
	cursor: pointer;
	text-decoration: none;
}
a:focus, a:hover {
	color: #aaa;
	outline: none;
	text-decoration: none;
}
/* ================= Transition elements ==================== */
a, .navbar a, .form-control {
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
/* =========================================================
        Typography 
============================================================ */
h1, h2, h3, h4, h5, h6 {
	font-family: "RobotoSlab-Regular", sans-serif;
	font-weight: 400;
	margin: 0 0 20px;
}
h2 {
	font-family: "RobotoSlab-Bold", sans-serif;
	font-weight: 400;
	margin: 0 0 20px;
}
h1 {
	font-size: 72px;
	font-weight: 700;
	line-height: 90px;
	color: #FFFFFF;
}
h2 {
	font-size: 48px;
	line-height: 50px;
	font-weight: 700;
	color: #031633;
}
 @media only screen and (max-width: 991px) {
h2 {
	font-size: 35px;
	line-height: 35px;
}
}
 @media only screen and (max-width: 767px) {
h2 {
	font-size: 25px;
	line-height: 35px;
}
}
 @media only screen and (max-width: 479px) {
h2 {
	font-size: 30px;
	line-height: 25px;
}
}
h3 {
	font-size: 30px;
	line-height: 36px;
	color: #031633;
}
 @media (min-width: 480px) and (max-width: 991px) {
h3 {
	font-size: 25px;
	line-height: 36px;
}
}
 @media only screen and (max-width: 479px) {
h3 {
	font-size: 20px;
	line-height: 36px;
}
}
h4 {
	font-size: 25px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
p img {
	margin: 0;
}
p {
	margin: 0 0 15px;
	line-height: 27px;
}
hr {
	margin: 0;
}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* =========================================================
        Button STYLE 
============================================================ */
.btn {
	font-family: "Lato", sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
}
.btn.active, .btn:active {
	box-shadow: none;
}
button, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: none;
}
.btn {
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.btn-default {
	font-size: 18px;
	font-weight: 600;
	color: #DE2A1C;
	background-color: transparent;
	border: 2px solid #DE2A1C;
	padding: 12px 44px;
	border-radius: 25px;
}
.btn-default:hover, .btn-default.focus, .btn-default:focus, .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover, .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
	color: #FFFFFF;
	background-color: #DE2A1C;
	border-color: #DE2A1C;
}
 @media screen and (max-width: 480px) {
.btn-default {
	padding: 10px 20px;
}
}
.btn-primary {
	font-size: 18px;
	font-weight: 400;
	background-color: #DE2A1C;
	border: 0;
	padding: 12px 44px;
	border-radius: 25px;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
	background-color: #831911;
}
 @media screen and (max-width: 480px) {
.btn-primary {
	padding: 10px 30px;
}
}
.homePageTwo .btn-primary:hover, .homePageTwo .btn-primary.focus, .homePageTwo .btn-primary:focus, .homePageTwo .btn-primary.active.focus, .homePageTwo .btn-primary.active:focus, .homePageTwo .btn-primary.active:hover, .homePageTwo .btn-primary:active.focus, .homePageTwo .btn-primary:active:focus, .homePageTwo .btn-primary:active:hover, .homePageTwo .open > .dropdown-toggle.btn-primary.focus, .homePageTwo .open > .dropdown-toggle.btn-primary:focus, .homePageTwo .open > .dropdown-toggle.btn-primary:hover {
	background-color: #2f7d46;
}
.homePageThree .btn-primary {
	background-color: #36afe8;
}
.homePageThree .btn-primary:hover, .homePageThree .btn-primary.focus, .homePageThree .btn-primary:focus, .homePageThree .btn-primary.active.focus, .homePageThree .btn-primary.active:focus, .homePageThree .btn-primary.active:hover, .homePageThree .btn-primary:active.focus, .homePageThree .btn-primary:active:focus, .homePageThree .btn-primary:active:hover, .homePageThree .open > .dropdown-toggle.btn-primary.focus, .homePageThree .open > .dropdown-toggle.btn-primary:focus, .homePageThree .open > .dropdown-toggle.btn-primary:hover {
	background-color: #1376a5;
}
.homePageFour .btn-primary {
	background-color: #DE2A1C;
}
.homePageFour .btn-primary:hover, .homePageFour .btn-primary.focus, .homePageFour .btn-primary:focus, .homePageFour .btn-primary.active.focus, .homePageFour .btn-primary.active:focus, .homePageFour .btn-primary.active:hover, .homePageFour .btn-primary:active.focus, .homePageFour .btn-primary:active:focus, .homePageFour .btn-primary:active:hover, .homePageFour .open > .dropdown-toggle.btn-primary.focus, .homePageFour .open > .dropdown-toggle.btn-primary:focus, .homePageFour .open > .dropdown-toggle.btn-primary:hover {
	background-color: #831911;
}
.subscribeBtn {
	background-color: #DE2A1C;
	border: 0;
}
.homePageThree .subscribeBtn {
	background-color: #36afe8;
}
/* =========================================================
        Color Switcher Option
============================================================ */
/* =========================================================
        View Option
============================================================ */
.box-layout {
	margin: 0 auto;
	background-color: #eee;
}
 @media only screen and (min-width: 1200px) {
.box-layout {
	width: 1200px;
}
.box-layout .header-section .navbar.sticky {
	width: 1200px;
	margin: -70px auto 0;
}
}
 @media (max-width: 2100px) and (min-width: 1500px) {
.box-layout .header-section .navbar .navbar-collapse .navbar-nav li .megamenu {
	left: -650px;
}
}
.box-layout .header-section .navbar .navbar-collapse .navbar-nav li .map-menu {
	left: auto;
	right: -30px;
}
.box-layout .slider-section .tp-banner-container {
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	margin: 0 auto;
}
.box-layout .slider-section .tparrows.tp-leftarrow {
	left: 0 !important;
}
.box-layout .slider-section .tparrows.tp-rightarrow {
	right: 0 !important;
}
.box-layout .footer-section {
	width: 1200px;
	margin: 0 auto;
}
/* =========================================================
        Color Presets For Class
============================================================ */
.phone {
	color: #DE2A1C;
}
.mail {
	color: #e74c3c;
}
.facebook {
	color: #106ed2;
}
.twitter {
	color: #3ad0fb;
}
.linkedin {
	color: #1379bb;
}
/* =========================================================
        Global Classes 
============================================================ */
.no-margin {
	margin: 0;
}
.no-padding {
	padding: 0;
}
.section-padding {
	padding-top: 70px;
	padding-right: 0;
	padding-bottom: 100px;
	padding-left: 0;
}
 @media only screen and (max-width: 991px) {
.section-padding {
	padding: 100px 0;
}
}
 @media only screen and (max-width: 767px) {
.section-padding {
	padding: 50px 0;
}
}
.padding-left {
	padding-left: 0;
}
.padding-right {
	padding-right: 0;
}
.inline-block {
	display: inline-block;
}
.mt-60 {
	margin-top: 60px;
}
/* =========================================================
        Light-Box STYLE 
============================================================ */
.poptrox-popup {
	background: transparent !important;
}
.poptrox-popup .caption {
	display: none;
}
.poptrox-popup .closer {
	background: transparent;
	display: none;
}
/* =========================================================
        FORM STYLE 
============================================================ */
.form-control:focus {
	box-shadow: none;
}
/* =========================================================
        Pagination STYLE 
============================================================ */
.pagination-wrapper .pagination {
	margin: 90px 0 0;
}
.pagination-wrapper .pagination li a,  .pagination-wrapper .pagination li span {
	font-size: 20px;
	font-weight: 700;
	background-color: transparent;
	border: 0;
	color: #000000;
	padding: 0px 8px;
}
.pagination-wrapper .pagination li a.active,  .pagination-wrapper .pagination li span.active {
	color: #DE2A1C;
}
.pagination-wrapper .pagination li a .icon,  .pagination-wrapper .pagination li span .icon {
	font-size: 15px;
}
.pagination-wrapper .pagination li a .icon.first,  .pagination-wrapper .pagination li span .icon.first {
	color: #bbbfc2;
}
 @media only screen and (max-width: 350px) {
.pagination-wrapper .pagination li a,  .pagination-wrapper .pagination li span {
	font-size: 17px;
	padding: 0px 4px;
}
}
/* =========================================================
        Main-Wrapper STYLE 
============================================================ */
#main-wrapper {
	position: relative;
	background-color: #FFFFFF;
	z-index: 99;
	margin-bottom: 0px;
}
 @media only screen and (max-width: 991px) {
#main-wrapper {
	margin-bottom: 0;
}
}
/* =========================================================
        Section-Title STYLE 
============================================================ */
.title-bar {
	position: relative;
}
.title-bar .title {
	margin-bottom: 77px;
	padding-bottom: 20px;
	font-family: "RobotoSlab-Bold", sans-serif;
}
 @media only screen and (max-width: 991px) {
.title-bar .title {
	margin-bottom: 30px;
}
}
 @media only screen and (max-width: 768px) {
.title-bar .title {
	margin-bottom: 20px;
}
}
 @media only screen and (max-width: 479px) {
.title-bar .title {
	margin-bottom: 10px;
}
}
 @media only screen and (max-width: 479px) {
.title-bar .title {
	font-size: 25px;
}
}
.title-bar .title-border {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	width: 90px;
	height: 2px;
	background-color: #DE2A1C;
}
.header-title {
	padding-top: 220px;
	padding-right: 0;
	padding-bottom: 125px;
	padding-left: 0;
}
 @media only screen and (max-width: 991px) {
.header-title {
	padding: 150px 0;
}
}
 @media (min-width: 480px) and (max-width: 767px) {
.header-title {
	padding: 100px 0;
}
}
 @media only screen and (max-width: 479px) {
.header-title {
	padding: 100px 0;
}
}
.header-title .title {
	font-size: 60px;
	font-weight: 700;
	line-height: 90px;
	color: #FFFFFF;
	margin-bottom: 0;
}
 @media only screen and (max-width: 991px) {
.header-title .title {
	font-size: 60px;
	line-height: 65px;
}
}
 @media (min-width: 480px) and (max-width: 767px) {
.header-title .title {
	font-size: 35px;
	line-height: 45px;
}
}
 @media only screen and (max-width: 479px) {
.header-title .title {
	font-size: 25px;
	line-height: 35px;
}
}
.header-title .sub-title {
	font-size: 22px;
	color: #FFFFFF;
}
.header-title .sub-title span {
	color: #DE2A1C;
}
 @media (min-width: 480px) and (max-width: 767px) {
.header-title .sub-title {
	font-size: 18px;
}
}
 @media only screen and (max-width: 479px) {
.header-title .sub-title {
	font-size: 15px;
}
}
/* =========================================================
        Header STYLE 
============================================================ */
.header-section {
	position: absolute;
	width: 100%;
	z-index: 999;
}
.header-section .top-bar {
	border-bottom: 1px solid #a3a3a3;
}
 @media only screen and (max-width: 767px) {
.header-section .top-bar {
	text-align: center !important;
}
.header-section .top-bar .header-right-bar {
	text-align: center;
	border-top: 1px solid #a3a3a3;
	margin: 0 -15px;
}
}
 @media only screen and (max-width: 479px) {
.header-section .top-bar {
	display: none;
}
}
.header-section .top-bar .header-left-bar .contact-wrapper li {
	font-size: 18px;
	display: inline-block;
	text-transform: uppercase;
	color: #a3a3a3;
	margin-right: 30px;
	padding: 21px 30px 21px 0;
	border-right: 1px solid #a3a3a3;
}
 @media (min-width: 992px) and (max-width: 1199px) {
.header-section .top-bar .header-left-bar .contact-wrapper li {
	font-size: 15px;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
.header-section .top-bar .header-left-bar .contact-wrapper li {
	font-size: 12px;
	margin-right: 0;
	padding: 10px;
}
}
 @media only screen and (max-width: 767px) {
.header-section .top-bar .header-left-bar .contact-wrapper li {
	padding: 15px 30px 15px 0;
}
}
 @media only screen and (max-width: 767px) {
.header-section .top-bar .header-left-bar .contact-wrapper li {
	font-size: 12px;
}
}
.header-section .top-bar .header-left-bar .contact-wrapper li:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right: 0;
}
.header-section .top-bar .header-left-bar .contact-wrapper li i {
	font-size: 23px;
	padding-right: 10px;
	vertical-align: middle;
}
.header-section .top-bar .header-right-bar ul li {
	font-size: 18px;
	display: inline-block;
	text-transform: uppercase;
	color: #a3a3a3;
	margin-right: 30px;
	padding: 21px 30px 21px 0;
	border-right: 1px solid #a3a3a3;
}
.header-section .top-bar .header-right-bar ul li.acces ul > li {
	padding: 0;
	border: 0;
	margin: 0;
}
.header-section .top-bar .header-right-bar ul li.acces ul > li a {
	color: #a3a3a3;
}
.header-section .top-bar .header-right-bar ul li.acces ul > li a:hover {
	color: #DE2A1C;
}
 @media (min-width: 992px) and (max-width: 1199px) {
.header-section .top-bar .header-right-bar ul li {
	font-size: 15px;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
.header-section .top-bar .header-right-bar ul li {
	font-size: 12px;
	margin-right: 0;
	padding: 10px;
}
}
 @media only screen and (max-width: 767px) {
.header-section .top-bar .header-right-bar ul li {
	padding: 15px 30px 15px 0;
}
}
 @media only screen and (max-width: 767px) {
.header-section .top-bar .header-right-bar ul li {
	font-size: 12px;
}
}
.header-section .top-bar .header-right-bar ul li:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right: 0;
}
.header-section .top-bar .header-right-bar ul li .social-icon li {
	border: 0;
	padding: 0;
	margin-right: 25px;
}
.header-section .top-bar .header-right-bar ul li .social-icon li:last-child {
	margin-right: 0;
}
.header-section .top-bar .header-right-bar ul li .social-icon li i {
	padding-right: 0;
}
 @media (min-width: 768px) and (max-width: 991px) {
.header-section .top-bar .header-right-bar ul li .social-icon li {
	margin-right: 16px;
}
}
.header-section .top-bar .header-right-bar ul li i {
	font-size: 22px;
	color: #a3a3a3;
	padding-right: 10px;
}
.header-section .top-bar .header-right-bar ul li i:hover {
	color: #DE2A1C;
}
 @media (min-width: 768px) and (max-width: 991px) {
.header-section .top-bar .header-right-bar ul li i {
	font-size: 17px;
}
}
 @media only screen and (max-width: 600px) {
.header-section .top-bar .header-right-bar ul li i {
	font-size: 15px;
}
}
.header-section .navbar {
	border-radius: 0;
	border: 0;
	background-color: transparent;
	padding: 31px 0;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
 @media only screen and (max-width: 991px) {
.header-section .navbar {
	padding: 15px 0;
}
}
.header-section .navbar.navbar-inverse .navbar-nav > .open > a, .header-section .navbar.navbar-inverse .navbar-nav > .open > a:focus, .header-section .navbar.navbar-inverse .navbar-nav > .open > a:hover {
	background-color: transparent;
}
.header-section .navbar.sticky {
	position: fixed;
	left: 0;
	right: 0;
	background-color: #FFFFFF;
	box-shadow: 0 0 20px 0px rgba(64, 64, 64, 0.16);
	padding: 0;
	margin-top: 0px; /*about us top menu*/
	z-index: 998;
}
 @media (min-width: 768px) and (max-width: 991px) {
.header-section .navbar.sticky {
	margin-top: -88px;
}
}
.header-section .navbar.sticky .navbar-nav li:hover .dropdown {
	z-index: 9;
}
.header-section .navbar.sticky .navbar-nav li .dropdown {
	z-index: -1;
}
.header-section .navbar.sticky .navbar-nav li .dropdown a {
	color: #676767 !important;
}
.header-section .navbar.sticky .navbar-nav li .dropdown a:hover {
	color: #DE2A1C !important;
}
.header-section .navbar.sticky .navbar-nav li.active > a {
	color: #DE2A1C !important;
}
.header-section .navbar.sticky .navbar-nav li:hover > a {
	color: #DE2A1C !important;
}
.header-section .navbar.sticky .navbar-nav li a {
	color: #222 !important;
}
.header-section .navbar.sticky .navbar-brand {
	padding: 7px 0 !important;
}
.header-section .navbar.sticky .navbar-brand img {
	width: 280px;
}
.header-section .navbar.sticky .navbar-brand img.caption {
	display: none;
}
.header-section .navbar.sticky .navbar-brand img.caption-two {
	display: block !important;
}
.header-section .navbar .navbar-header .navbar-brand {
	margin-left: -5px;
	padding: 0px 0;
}
.header-section .navbar .navbar-header .navbar-brand img {
	-webkit-transition: 1s;
	-khtml-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.header-section .navbar .navbar-header .navbar-brand img.caption-two {
	display: none;
}
 @media (min-width: 992px) and (max-width: 1199px) {
.header-section .navbar .navbar-header .navbar-brand {
	padding: 17px 0;
}
.header-section .navbar .navbar-header .navbar-brand img {
	width: 180px;
}
}
 @media only screen and (max-width: 991px) {
.header-section .navbar .navbar-header {
	float: none;
}
.header-section .navbar .navbar-header .navbar-brand {
	float: none;
	margin: 0;
	padding-bottom: 20px;
}
.header-section .navbar .navbar-header img {
	width: 180px;
	margin: 0 auto;
}
}
.header-section .navbar .navbar-collapse {
	padding: 0;
}
 @media (min-width: 1300px) and (max-width: 1400px) {
.header-section .navbar .navbar-collapse {
	margin-right: 0;
}
}
 @media (min-width: 992px) and (max-width: 1299px) {
.header-section .navbar .navbar-collapse {
	margin-right: 0;
}
}
 @media only screen and (max-width: 991px) {
.header-section .navbar .navbar-collapse {
	display: none !important;
}
}
 @media only screen and (max-width: 991px) {
.header-section .navbar .navbar-collapse .navbar-nav {
	float: none !important;
	display: inline-block;
}
}
.header-section .navbar .navbar-collapse .navbar-nav li {
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
	/*padding-right: 35px;*/
	margin-right: 35px;
}
 @media (min-width: 992px) and (max-width: 1199px) {
.header-section .navbar .navbar-collapse .navbar-nav li {
	margin-right: 25px;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
.header-section .navbar .navbar-collapse .navbar-nav li {
	margin-right: 30px;
}
}
.header-section .navbar .navbar-collapse .navbar-nav li:last-child {
	/*padding-right: 0;*/
	margin-right: 0;
}
.header-section .navbar .navbar-collapse .navbar-nav li a {
	color: #FFFFFF;
	padding: 0;
	line-height: 70px;
}
.header-section .navbar .navbar-collapse .navbar-nav li a:hover {
	color: #DE2A1C;
	background-color: transparent;
}
.header-section .navbar .navbar-collapse .navbar-nav li.active a {
	color: #DE2A1C;
	background-color: transparent;
}
.header-section .navbar .navbar-collapse .navbar-nav li.dropdown:hover .dropdown-menu {
	top: 70px;
	visibility: visible;
	opacity: 1;
	z-index: 1;
	transform: translateY(0%);
	transition-delay: 0s, 0s, 0.3s;
}
.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu {
	top: 70px;
	left: -50px;
	min-width: 200px;
	background-color: #222;
	padding: 10px 0;
	display: block;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-2em);
	z-index: -1;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li {
	font-size: 16px;
	border-bottom: 1px solid #2d2d2d;
	margin: 0 25px;
	padding: 0 5px;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li.active a {
	color: #DE2A1C !important;
}
.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li:last-child {
	border-bottom: 0;
}
.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a {
	color: #676767 !important;
	line-height: 45px;
}
.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a:hover {
	color: #DE2A1C !important;
}
.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li:hover .sub-dropdown {
	opacity: 1;
	right: -136%;
}
.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu .sub-dropdown {
	position: absolute;
	top: 0;
	right: -120%;
	width: 180px;
	background-color: #222;
	opacity: 0;
	padding: 10px 0;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.header-section .navbar .navbar-collapse .navbar-nav li .megamenu {
	position: absolute;
	top: 70px;
	width: 700px;
	left: -400px;
	background-color: #222;
	opacity: 0;
	visibility: hidden;
	padding: 40px 20px 40px 40px;
	visibility: hidden;
	display: flex;
	transform: translateY(-2em);
	z-index: -1;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
 @media (min-width: 1500px) and (max-width: 2100px) {
.header-section .navbar .navbar-collapse .navbar-nav li .megamenu {
	width: 1000px;
	left: -500px;
}
}
 @media only screen and (max-width: 1499px) {
.header-section .navbar .navbar-collapse .navbar-nav li .megamenu {
	padding: 20px;
	left: -344px;
}
}
.header-section .navbar .navbar-collapse .navbar-nav li .megamenu #menu-carousel {
	margin-bottom: 40px;
}
.header-section .navbar .navbar-collapse .navbar-nav li .megamenu #menu-carousel .carousel-indicators {
	width: 100%;
	left: -40px;
	right: 0;
	margin: 0 auto;
}
.header-section .navbar .navbar-collapse .navbar-nav li .megamenu #menu-carousel .carousel-indicators li {
	width: 20px;
	height: 7px;
	border: 1px solid #FFFFFF;
	margin: 0;
}
.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li {
	flex: 1;
	border-right: 1px solid #2d2d2d;
	padding: 0;
	margin: 0;
}
.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li:last-child {
	border-right: 0;
}
 @media only screen and (max-width: 1499px) {
.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li:first-child {
	display: none;
}
}
.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .content {
	padding-top: 5px;
}
.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .content h4 {
	font-size: 17px;
	text-transform: capitalize;
	color: #DE2A1C;
	margin-bottom: 5px;
}
.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .content .number, .header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .content .message {
	font-size: 14px;
	line-height: 20px;
	text-transform: capitalize;
	display: block;
	color: #676767;
}
.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown {
	position: relative;
	top: 0;
	width: auto;
	padding: 0;
}
.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown li {
	border-right: 0;
}
.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown {
	background-color: #222;
	padding: 10px 0;
}
.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown li {
	font-size: 16px;
	border-bottom: 1px solid #2d2d2d;
	margin: 0 25px;
	padding: 0 5px;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
 @media only screen and (max-width: 1499px) {
.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown li {
	margin: 0 10px;
}
}
 @media only screen and (max-width: 1499px) {
.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown li:first-child {
	display: inherit;
}
}
.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown li.active a {
	color: #DE2A1C;
}
.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown li:last-child {
	border-bottom: 0;
}
.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown li a {
	color: #676767;
	line-height: 45px;
}
.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown li a:hover {
	color: #DE2A1C;
}
.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown li:hover .sub-dropdown {
	opacity: 1;
	right: -170%;
}
.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown .sub-dropdown {
	position: absolute;
	top: 0;
	right: -120%;
	width: 180px;
	background-color: #222;
	opacity: 0;
	padding: 10px 0;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li #menu-carousel .carousel-indicators {
	bottom: -35px;
}
.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li #menu-carousel .carousel-inner .item {
	transition-property: opacity;
}
.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li #menu-carousel .carousel-inner .item,  .header-section .navbar .navbar-collapse .navbar-nav li .megamenu li #menu-carousel .carousel-inner .active.left,  .header-section .navbar .navbar-collapse .navbar-nav li .megamenu li #menu-carousel .carousel-inner .active.right {
	opacity: 0;
}
.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li #menu-carousel .carousel-inner .active,  .header-section .navbar .navbar-collapse .navbar-nav li .megamenu li #menu-carousel .carousel-inner .next.left,  .header-section .navbar .navbar-collapse .navbar-nav li .megamenu li #menu-carousel .carousel-inner .prev.right {
	opacity: 1;
}
.header-section .navbar .navbar-collapse .navbar-nav li .megamenu li #menu-carousel .carousel-inner .next,  .header-section .navbar .navbar-collapse .navbar-nav li .megamenu li #menu-carousel .carousel-inner .prev,  .header-section .navbar .navbar-collapse .navbar-nav li .megamenu li #menu-carousel .carousel-inner .active.left,  .header-section .navbar .navbar-collapse .navbar-nav li .megamenu li #menu-carousel .carousel-inner .active.right {
	left: 0;
	transform: translate3d(0, 0, 0);
}
.header-section .navbar .navbar-collapse .navbar-nav li .map-menu {
	position: absolute;
	top: 70px;
	width: 650px;
	left: -330px;
	background-color: #222;
	opacity: 0;
	visibility: hidden;
	padding: 30px 40px;
	display: flex;
	transform: translateY(-2em);
	z-index: -1;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
 @media (min-width: 1400px) and (max-width: 1680px) {
.header-section .navbar .navbar-collapse .navbar-nav li .map-menu {
	left: -570px;
}
}
 @media (min-width: 992px) and (max-width: 1399px) {
.header-section .navbar .navbar-collapse .navbar-nav li .map-menu {
	left: -570px;
}
}
.header-section .navbar .navbar-collapse .navbar-nav li .map-menu li {
	flex: 1;
	padding: 0;
}
.header-section .navbar .navbar-collapse .navbar-nav li .map-menu li .author-details {
	display: inline-block;
	width: 270px;
	margin-bottom: 30px;
}
.header-section .navbar .navbar-collapse .navbar-nav li .map-menu li .author-details:last-child {
	margin-bottom: 0px;
}
.header-section .navbar .navbar-collapse .navbar-nav li .map-menu li .author-details h4 {
	font-size: 15px;
	color: #FFFFFF;
	text-transform: capitalize;
}
.header-section .navbar .navbar-collapse .navbar-nav li .map-menu li .author-details .caption {
	margin-right: 15px;
}
.header-section .navbar .navbar-collapse .navbar-nav li .map-menu li .author-details .content {
	padding-top: 5px;
}
.header-section .navbar .navbar-collapse .navbar-nav li .map-menu li .author-details .content h5 {
	text-transform: capitalize;
	color: #DE2A1C;
	margin-bottom: 5px;
}
.header-section .navbar .navbar-collapse .navbar-nav li .map-menu li .author-details .content .number, .header-section .navbar .navbar-collapse .navbar-nav li .map-menu li .author-details .content .message {
	font-size: 14px;
	line-height: 20px;
	text-transform: capitalize;
	display: block;
	color: #676767;
}
.header-section .navbar .navbar-collapse .navbar-nav li .map-menu li #menuMap {
	width: 290px;
	height: 240px;
}
.header-section .navbar .navbar-collapse .navbar-nav li:hover .map-menu {
	opacity: 1;
	visibility: visible;
	top: 70px;
	z-index: 1;
	transform: translateY(0%);
	transition-delay: 0s, 0s, 0.3s;
}
.header-section .navbar .navbar-collapse .navbar-nav li:hover .megamenu {
	opacity: 1;
	visibility: visible;
	top: 70px;
	z-index: 1;
	transform: translateY(0%);
	transition-delay: 0s, 0s, 0.3s;
}
#top-wrapper {
	position: relative;
	background-color: #e21e24;
	width: 100%;
	color: #FFF;
	padding-top: 1px;
	padding-bottom: 4px;
	margin-bottom: 5px;
	font-size: 16px;
 }
#top-wrapper2 {
	position: relative;
	width: 100%;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 4px;
	margin-bottom: 5px;
	font-size: 16px;
 }
@media (max-width:767px) {
#top-wrapper {
	display: none!important
 }
}	  

/* =========================================================
        Slider STYLE 
============================================================ */
.slider-section .large-text {
	font-family: "RobotoSlab-Bold", sans-serif;
	font-size: 72px;
	font-weight: 700;
	line-height: 90px;
	color: #FFFFFF;
	letter-spacing: 3px;
}
.slider-section .small-text {
	font-family:"Open Sans", sans-serif;
	font-size: 20px;
	line-height: 34px;
	color: #FFFFFF;
}
.slider-section .link-button .btn-primary {
	color: #FFFFFF !important;
	margin: 0 7px;
}
.slider-section .link-button .btn-default {
	color: #333333;
	background-color: #d2d2d3;
	border-color: transparent;
	margin: 0 7px;
}
.slider-section .link-button .btn-default:hover {
	background-color: #DE2A1C;
}
/* =========================================================
        Working-Section STYLE 
============================================================ */
.working-section {
	background-color: #FFFFFF;
}
.working-section .section-wrapper .wrapper-content i {
	font-size: 35px;
	color: #DE2A1C;
	margin-bottom: 100px;
	margin-right: 15px;
	width: 38px;
	text-align: center;
}
.working-section .section-wrapper .wrapper-content h5 {
	font-size: 24px;
	color: #000;

}

 @media only screen and (max-width: 479px) {
.working-section {
	padding: 20px 0;
}
}
.working-section .section-wrapper .wrapper-content h4 {
	font-family: "Lato", sans-serif;
	font-size: 18px;
	color: #999999;
}
 @media only screen and (max-width: 991px) {
.working-section .section-wrapper .wrapper-content h4 {
	font-size: 20px;
}
}
 @media only screen and (max-width: 767px) {
.working-section .section-wrapper .wrapper-content h4 {
	font-size: 18px;
	margin-top: 15px;
}
}
.working-section .section-wrapper .wrapper-content p {
	font-size: 18px;
	line-height: 25px;
	color: #999999;
/*word-break: break-all;*/ }
 @media only screen and (max-width: 767px) {
.working-section .section-wrapper .wrapper-content p {
	font-size: 16px;
	line-height: 27px;
}
}
.working-section .section-wrapper .wrapper-content .btn {
	margin-top: 22px;
}
 @media only screen and (max-width: 991px) {
.working-section .section-wrapper .wrapper-content .btn {
	font-size: 16px;
	padding: 8px 25px;
}
}
 @media only screen and (max-width: 767px) {
.working-section .section-wrapper .wrapper-content .btn {
	font-size: 14px;
	padding: 7px 15px;
}
}
.working-section .section-wrapper .video-wrapper {
	margin-left: 60px;
}
 @media only screen and (max-width: 991px) {
.working-section .section-wrapper .video-wrapper {
	margin: 80px 0 0;
}
}
 @media only screen and (max-width: 767px) {
.working-section .section-wrapper .video-wrapper {
	margin: 50px 0 0;
}
}
.working-section .section-wrapper .video-wrapper video {
	width: 100%;
}
.working-section .working-wrapper .wrapper-content p {
	font-size: 18px;
	line-height: 30px;
	color: #999999;
}
.working-section .working-wrapper .wrapper-content p strong {
	font-size: 30px;
	letter-spacing: 1px;
	color: #333333;
}
.working-section .working-wrapper .wrapper-content h4 {
	color: #0d1d36;
}
.working-section .working-wrapper .wrapper-content .btn {
	margin-top: 22px;
	color: #FFFFFF;
	background-color: #DE2A1C;
}
.working-section .working-wrapper .wrapper-content .btn:hover {
	background-color: #5d5c5c;
}
 @media only screen and (max-width: 991px) {
.working-section .working-wrapper .wrapper-content {
	margin-bottom: 80px;
}
}
.working-section .working-wrapper #working-carousel {
	overflow: hidden;
}
.working-section .working-wrapper #working-carousel .carousel-inner img {
	width: 100%;
}
.working-section .working-wrapper #working-carousel:hover .carousel-control.left {
	transform: translateX(20px);
}
.working-section .working-wrapper #working-carousel:hover .carousel-control.right {
	transform: translateX(-20px);
}
.working-section .working-wrapper #working-carousel .carousel-control.left {
	transform: translateX(-50px);
}
.working-section .working-wrapper #working-carousel .carousel-control.right {
	transform: translateX(50px);
}
.working-section .working-wrapper #working-carousel .carousel-control.left, .working-section .working-wrapper #working-carousel .carousel-control.right {
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	background-image: none;
	text-shadow: none;
	opacity: 1;
}
.working-section .working-wrapper #working-carousel .carousel-control.left i, .working-section .working-wrapper #working-carousel .carousel-control.right i {
	font-size: 25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #0d1d36;
	border-radius: 50%;
	background-color: #FFFFFF;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.working-section .working-wrapper #working-carousel .carousel-control.left i:hover, .working-section .working-wrapper #working-carousel .carousel-control.right i:hover {
	color: #FFFFFF;
	background-color: #0d1d36;
}
.working-section .working-section-two h2 {
	position: relative;
	margin-bottom: 53px;
	padding-bottom: 20px;
}
 @media only screen and (max-width: 767px) {
.working-section .working-section-two h2 {
	margin-bottom: 10px;
	font-size: 30px;
	line-height: 35px;
	padding-left: 10px;
}
}
 @media only screen and (max-width: 479px) {
.working-section .working-section-two h2 {
	font-size: 25px;
	line-height: 30px;
	padding-left: 15px;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
.working-section .working-section-two h2 {
	font-size: 30px;
	line-height: 35px;
}
}
.working-section .working-section-two h2::before {
	content: "";
	position: absolute;
	width: 80px;
	height: 2px;
	right: 45%;
	bottom: 7px;
	background-color: #DE2A1C;
}
 @media only screen and (max-width: 1200px) {
.working-section .working-section-two h2::before {
	display: none;
}
}
.working-section .working-section-two p {
	font-size: 20px;
	line-height: 30px;
	color: #666666;
}
 @media only screen and (max-width: 991px) {
.working-section .working-section-two p {
	margin-bottom: 50px;
	font-size: 18px;
	line-height: 27px;
}
}
 @media only screen and (max-width: 767px) {
.working-section .working-section-two p {
	margin-bottom: 50px;
	font-size: 18px;
}
}
.working-section .working-section-two .wrapper-content img {
	text-align: center;
}
.working-section .working-section-two .wrapper-content h3 {
	position: relative;
	font-size: 24px;
	line-height: 36px;
	border-bottom: 2px solid #d8d8d8;
	margin: 22px 0;
	padding-bottom: 22px;
}
.working-section .working-section-two .wrapper-content h3::before {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	left: 0;
	bottom: -2px;
	background-color: #DE2A1C;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
 @media (min-width: 768px) and (max-width: 991px) {
.working-section .working-section-two .wrapper-content h3 {
	font-size: 20px;
	line-height: 25px;
}
}
 @media (min-width: 480px) and (max-width: 767px) {
.working-section .working-section-two .wrapper-content h3 {
	font-size: 20px;
	line-height: 25px;
}
}
 @media only screen and (max-width: 479px) {
.working-section .working-section-two .wrapper-content h3 {
	font-size: 18px;
	line-height: 22px;
}
}
.working-section .working-section-two .wrapper-content:hover h3::before {
	width: 100%;
}
.working-section .working-section-two .wrapper-content .link {
	font-size: 17px;
	font-weight: 700;
}
.working-section .working-section-two .wrapper-content .link i {
	transform: rotate(90deg);
}
 @media only screen and (max-width: 479px) {
.working-section .working-section-two .wrapper-content .link {
	font-size: 15px;
}
}
 @media only screen and (max-width: 767px) {
.working-section .working-section-two .wrapper-content {
	margin-bottom: 50px;
}
}
.working-section .working-section-two .first-part {
	margin-bottom: 40px;
}
/* =========================================================
        CTA-Section STYLE 
============================================================ */
.call-to-action {
	position: relative;
	background: url(../images/cta-bg-2.jpg) no-repeat;
	
}
.call-to-action::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 830px;
	left: 0;
	top: 0;

}
.call-to-action::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 830px;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0);

}
.call-to-action .title-bar {
	position: relative;
	z-index: 5;
}
.call-to-action .title-bar h2 {
	color: #FFFFFF;
}
 @media only screen and (max-width: 767px) {
.call-to-action .title-bar h2 {
	margin-bottom: 30px;
}
}
.call-to-action .action-wrapper {
	position: relative;
	background-color: #FFFFFF;
	z-index: 5;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
}
 @media only screen and (max-width: 767px) {
.call-to-action .action-wrapper .mt-60 {
	margin: 0;
}
}
 @media only screen and (max-width: 479px) {
.call-to-action .action-wrapper {
	padding: 0px 0 0;
}
}
.call-to-action .action-wrapper .wrapper-content i {
	font-size: 35px;
	color: #DE2A1C;
	margin-bottom: 10px;
}
.call-to-action .action-wrapper .wrapper-content h3 {
	margin-bottom: 5px;
}
.call-to-action .action-wrapper .wrapper-content .link {
	font-size: 18px;
	font-weight: 700;
	line-height: 43px;
}
 @media only screen and (max-width: 767px) {
.call-to-action .action-wrapper .wrapper-content {
	margin-bottom: 30px;
}
}
/* =========================================================
        Research-Section STYLE 
============================================================ */
.research-section {
	background-color: #FFFFFF;
	padding-bottom: 130px;
}
 @media only screen and (max-width: 991px) {
.research-section {
	padding-bottom: 100px;
}
}
 @media only screen and (max-width: 767px) {
.research-section {
	padding-bottom: 70px;
}
}
 @media only screen and (max-width: 479px) {
.research-section {
	padding-bottom: 50px;
}
}
.research-section .section-wrapper .research-content #research-carousel-one .carousel-control {
	top: 50%;
	width: 35px;
	height: 25px;
	line-height: 23px;
	text-shadow: none;
	opacity: 1;
	background-color: #f4f4f4;
	margin-top: -12px;
}
.research-section .section-wrapper .research-content #research-carousel-one .carousel-control i {
	color: #737373;
}
.research-section .section-wrapper .research-content #research-carousel-one .carousel-control:hover {
	background-color: #DE2A1C;
}
.research-section .section-wrapper .research-content #research-carousel-one .carousel-control:hover i {
	color: #FFFFFF;
}
.research-section .section-wrapper .research-content #research-carousel-one .carousel-control.left, .research-section .section-wrapper .research-content #research-carousel-one .carousel-control.right {
	background-image: none;
}
.research-section .section-wrapper .research-content #research-carousel-one .carousel-inner .item {
	transition-property: opacity;
}
.research-section .section-wrapper .research-content #research-carousel-one .carousel-inner .item,  .research-section .section-wrapper .research-content #research-carousel-one .carousel-inner .active.left,  .research-section .section-wrapper .research-content #research-carousel-one .carousel-inner .active.right {
	opacity: 0;
}
.research-section .section-wrapper .research-content #research-carousel-one .carousel-inner .active,  .research-section .section-wrapper .research-content #research-carousel-one .carousel-inner .next.left,  .research-section .section-wrapper .research-content #research-carousel-one .carousel-inner .prev.right {
	opacity: 1;
}
.research-section .section-wrapper .research-content #research-carousel-one .carousel-inner .next,  .research-section .section-wrapper .research-content #research-carousel-one .carousel-inner .prev,  .research-section .section-wrapper .research-content #research-carousel-one .carousel-inner .active.left,  .research-section .section-wrapper .research-content #research-carousel-one .carousel-inner .active.right {
	left: 0;
	transform: translate3d(0, 0, 0);
}
.research-section .section-wrapper .research-content .content-bar.left-content {
	padding-right: 60px;
}
.research-section .section-wrapper .research-content .content-bar.right-content {
	margin-left: 60px;
	margin-bottom: 75px;
}
 @media only screen and (max-width: 991px) {
.research-section .section-wrapper .research-content .content-bar.right-content {
	margin-left: 15px;
}
}
 @media only screen and (max-width: 991px) {
.research-section .section-wrapper .research-content .content-bar.right-content {
	margin-left: 15px;
	margin-bottom: 35px;
}
}
.research-section .section-wrapper .research-content .content-bar h3 {
	line-height: 42px;
	margin-top: 58px;
}
 @media only screen and (max-width: 991px) {
.research-section .section-wrapper .research-content .content-bar h3 {
	line-height: 32px;
	margin-top: 45px;
}
}
 @media only screen and (max-width: 479px) {
.research-section .section-wrapper .research-content .content-bar h3 {
	line-height: 25px;
}
}
.research-section .section-wrapper .research-content .content-bar p {
	font-size: 18px;
	line-height: 30px;
}
 @media only screen and (max-width: 991px) {
.research-section .section-wrapper .research-content .content-bar p {
	line-height: 27px;
}
}
 @media only screen and (max-width: 479px) {
.research-section .section-wrapper .research-content .content-bar p {
	font-size: 16px;
	line-height: 27px;
}
}
.research-section .section-wrapper .research-content .content-bar .btn {
	padding: 11px 41px;
	margin-top: 16px;
}
 @media only screen and (max-width: 991px) {
.research-section .section-wrapper .research-content .content-bar .btn {
	font-size: 16px;
	padding: 8px 25px;
}
}
 @media only screen and (max-width: 479px) {
.research-section .section-wrapper .research-content .content-bar .btn {
	font-size: 14px;
	padding: 8px 15px;
}
}
.research-section .section-wrapper .research-content .research-caption {
	margin-top: 100px;
}
.research-section .section-wrapper .research-content .research-caption img {
	width: 100%;
}
 @media only screen and (max-width: 767px) {
.research-section .section-wrapper .research-content .research-caption {
	margin-top: 50px;
}
}
.research-section .section-wrapper #research-carousel {
	background-color: #FFFFFF;
	box-shadow: 0 0 10px 0px rgba(64, 64, 64, 0.12);
	padding: 50px;
	margin-right: 45px;
}
 @media only screen and (max-width: 991px) {
.research-section .section-wrapper #research-carousel {
	margin-right: 0;
	margin-bottom: 120px;
}
}
.research-section .section-wrapper #research-carousel .carousel-indicators {
	bottom: -70px;
}
.research-section .section-wrapper #research-carousel .carousel-indicators li {
	width: 20px;
	height: 20px;
	border: 5px solid transparent;
	background-color: #bec6c9;
	margin: 0 5px;
}
.research-section .section-wrapper #research-carousel .carousel-indicators li.active {
	border: 5px solid #36afe8;
	background-color: #FFFFFF;
}
.research-section .section-wrapper #research-carousel .carousel-inner .carousel-wrapper img {
	border-radius: 50%;
}
.research-section .section-wrapper #research-carousel .carousel-inner .carousel-wrapper h3 {
	margin: 8px 0 2px;
}
.research-section .section-wrapper #research-carousel .carousel-inner .carousel-wrapper p {
	font-size: 18px;
	line-height: 30px;
}
.research-section .section-wrapper #research-carousel .carousel-inner .carousel-wrapper ul > li {
	display: inline-block;
	margin: 7px 2px 0;
}
.research-section .section-wrapper #research-carousel .carousel-inner .carousel-wrapper ul > li i {
	font-size: 25px;
	color: #faaf0e;
}
/* =========================================================
        Counting-Section STYLE 
============================================================ */
.counting-section {
	position: relative;
	background: url(../images/counter-bg.jpg) no-repeat;
	background-attachment: fixed;
	padding: 175px 0 150px;
}
.counting-section::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 0;
}
.counting-section::after {
	content: "";
	position: absolute;
	width: 72.5%;
	height: 250px;
	top: 70px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border: 18px solid rgba(255, 255, 255, 0.38);
	z-index: 0;
}
 @media (min-width: 768px) and (max-width: 1500px) {
.counting-section::after {
	width: 100%;
	height: 100%;
	top: 0;
}
}
 @media (min-width: 480px) and (max-width: 767px) {
.counting-section::after {
	height: 80%;
}
}
 @media only screen and (max-width: 479px) {
.counting-section::after {
	width: 100%;
	height: 100%;
	top: 0;
}
}
.counting-section .counting-pusher {
	position: relative;
	display: flex;
	z-index: 1;
}
 @media only screen and (max-width: 767px) {
.counting-section .counting-pusher {
	display: block;
}
}
.counting-section .counting-pusher .counting-wrapper {
	flex: 1;
}
 @media only screen and (max-width: 767px) {
.counting-section .counting-pusher .counting-wrapper {
	margin-bottom: 50px;
}
}
.counting-section .counting-pusher .counting-wrapper .count-description {
	font-family: "Lato", sans-serif;
	font-size: 72px;
	font-weight: 700;
	color: #DE2A1C;
	margin-bottom: 15px;
}
 @media (min-width: 992px) and (max-width: 1199px) {
.counting-section .counting-pusher .counting-wrapper .count-description {
	font-size: 45px;
}
}
 @media only screen and (max-width: 991px) {
.counting-section .counting-pusher .counting-wrapper .count-description {
	font-size: 40px;
	display: block;
}
}
.counting-section .counting-pusher .counting-wrapper p {
	font-size: 20px;
	line-height: 36px;
	color: #FFFFFF;
	display: inline-block;
}
 @media (min-width: 768px) and (max-width: 1199px) {
.counting-section .counting-pusher .counting-wrapper p {
	font-size: 20px;
}
}
/* =========================================================
        Expert-Section STYLE 
============================================================ */
.expert-section {
	background-color: #FFFFFF;
}
.expert-section .expert-carousel .expert-wrapper {
	padding: 5px;
}
.expert-section .expert-carousel .expert-wrapper .expert-content {
	padding: 30px;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.expert-section .expert-carousel .expert-wrapper .expert-content h3 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0;
}
.expert-section .expert-carousel .expert-wrapper:hover .expert-content {
	box-shadow: 0 0 20px 0px rgba(64, 64, 64, 0.16);
}
.expert-section .expert-carousel .owl-dots {
	margin-top: 70px !important;
}
.expert-section .expert-carousel .owl-dots .owl-dot.active span {
	width: 45px;
	height: 12px;
	background: #DE2A1C;
}
.expert-section .expert-carousel .owl-dots .owl-dot span {
	width: 13px;
	height: 13px;
	background: #787878;
}
.expert-section .expert-area.default-style .expert-wrapper .expert-content {
	border: 1px solid transparent;
	background-color: #FFF;
}
.expert-section .expert-area.default-style .expert-wrapper .expert-content .date {
	color: #DE2A1C;
}
.expert-section .expert-area.default-style .expert-wrapper .expert-content a i {
	color: #DE2A1C;
}
.expert-section .expert-area .expert-wrapper .expert-caption img {
	width: 100%;
}
.expert-section .expert-area .expert-wrapper .expert-content {
	border: 1px solid #dddddd;
	border-top: 1px solid transparent;
	padding: 30px;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.expert-section .expert-area .expert-wrapper .expert-content .date {
	font-size: 15px;
	font-weight: 700;
	color: #36afe8;
	text-transform: uppercase;
}
.expert-section .expert-area .expert-wrapper .expert-content h3 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 13px;
}
.expert-section .expert-area .expert-wrapper .expert-content p {
	font-size: 18px;
	line-height: 30px;
}
.expert-section .expert-area .expert-wrapper .expert-content a {
	font-weight: 700;
}
.expert-section .expert-area .expert-wrapper .expert-content a i {
	color: #36afe8;
	padding-right: 5px;
}
.expert-section .expert-area .expert-wrapper:hover .expert-content {
	border: 1px solid transparent;
	box-shadow: 0 0 20px 0px rgba(64, 64, 64, 0.16);
	background-color: #FFF;
}
 @media only screen and (max-width: 991px) {
.expert-section .expert-area .expert-wrapper {
	margin-bottom: 50px;
}
}
.expert-section .expert-container .expert-wrapper {
	padding: 5px;
}
.expert-section .expert-container .expert-wrapper .expert-caption img {
	width: 100%;
}
.expert-section .expert-container .expert-wrapper .expert-content {
	padding: 30px;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.expert-section .expert-container .expert-wrapper .expert-content h3 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0;
}
.expert-section .expert-container .expert-wrapper:hover .expert-content {
	box-shadow: 0 0 20px 0px rgba(64, 64, 64, 0.16);
}
.expert-section .first-part {
	margin-bottom: 35px;
}
/* =========================================================
        Consulting-Section STYLE 
============================================================ */
.consulting-section {
	background-color: #f1f4f8;
}
.consulting-section #consulting-carousel .carousel-indicators {
	width: 80px;
	left: auto;
	right: 0;
	bottom: 5px;
	margin: 0;
}
 @media only screen and (max-width: 991px) {
.consulting-section #consulting-carousel .carousel-indicators {
	width: 100%;
	left: 0;
	margin: 0 auto;
	bottom: -130px;
}
}
 @media only screen and (max-width: 768px) {
.consulting-section #consulting-carousel .carousel-indicators {
	bottom: -115px;
}
}
.consulting-section #consulting-carousel .carousel-indicators li {
	width: 78px;
	height: 78px;
	text-indent: 0;
	display: block;
	background-color: transparent;
	border: 3px solid transparent;
	border-radius: 8px;
	margin: 0 0 4px;
}
 @media (min-width: 992px) and (max-width: 1199px) {
.consulting-section #consulting-carousel .carousel-indicators li {
	width: 60px;
	height: 60px;
}
}
 @media only screen and (max-width: 991px) {
.consulting-section #consulting-carousel .carousel-indicators li {
	display: inline-block;
}
}
 @media only screen and (max-width: 767px) {
.consulting-section #consulting-carousel .carousel-indicators li {
	width: 60px;
	height: 60px;
}
}
 @media only screen and (max-width: 479px) {
.consulting-section #consulting-carousel .carousel-indicators li {
	width: 40px;
	height: 40px;
}
}
.consulting-section #consulting-carousel .carousel-indicators li.active {
	border: 4px solid #DE2A1C;
}
.consulting-section #consulting-carousel .carousel-indicators li img {
	width: 100%;
	height: 100%;
	border-radius: 8px;
}
.consulting-section #consulting-carousel .carousel-indicators li.link {
	font-size: 20px;
	background-color: #DE2A1C;
	width: 71px;
	height: 71px;
	line-height: 63px;
	text-align: center;
	border-radius: 50%;
	margin: 5px 0 0;
}
.consulting-section #consulting-carousel .carousel-indicators li.link a {
	color: #FFFFFF;
}
 @media (min-width: 992px) and (max-width: 1199px) {
.consulting-section #consulting-carousel .carousel-indicators li.link {
	width: 60px;
	height: 60px;
	line-height: 52px;
}
}
 @media only screen and (max-width: 767px) {
.consulting-section #consulting-carousel .carousel-indicators li.link {
	width: 60px;
	height: 60px;
	line-height: 52px;
}
}
 @media only screen and (max-width: 479px) {
.consulting-section #consulting-carousel .carousel-indicators li.link {
	font-size: 15px;
	line-height: 35px;
	width: 40px;
	height: 40px;
}
}
.consulting-section #consulting-carousel .carousel-inner .item {
	transition-property: opacity;
}
.consulting-section #consulting-carousel .carousel-inner .item,  .consulting-section #consulting-carousel .carousel-inner .active.left,  .consulting-section #consulting-carousel .carousel-inner .active.right {
	opacity: 0;
}
.consulting-section #consulting-carousel .carousel-inner .active,  .consulting-section #consulting-carousel .carousel-inner .next.left,  .consulting-section #consulting-carousel .carousel-inner .prev.right {
	opacity: 1;
}
.consulting-section #consulting-carousel .carousel-inner .next,  .consulting-section #consulting-carousel .carousel-inner .prev,  .consulting-section #consulting-carousel .carousel-inner .active.left,  .consulting-section #consulting-carousel .carousel-inner .active.right {
	left: 0;
	transform: translate3d(0, 0, 0);
}
.consulting-section #consulting-carousel .carousel-inner .consulting-caption img {
	border: 9px solid #DE2A1C;
}
 @media only screen and (max-width: 1199px) {
.consulting-section #consulting-carousel .carousel-inner .consulting-caption img {
	width: 100%;
}
}
.consulting-section #consulting-carousel .carousel-inner .content-wrapper {
	padding: 0 125px 0 10px;
	margin-top: 85px;
}
 @media (min-width: 992px) and (max-width: 1199px) {
.consulting-section #consulting-carousel .carousel-inner .content-wrapper {
	margin-top: 20px;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
.consulting-section #consulting-carousel .carousel-inner .content-wrapper {
	margin-top: 0;
	padding-right: 0;
}
}
 @media only screen and (max-width: 767px) {
.consulting-section #consulting-carousel .carousel-inner .content-wrapper {
	padding-right: 0;
	margin-top: 20px;
}
}
.consulting-section #consulting-carousel .carousel-inner .content-wrapper h3 {
	margin-bottom: 0;
}
 @media only screen and (max-width: 479px) {
.consulting-section #consulting-carousel .carousel-inner .content-wrapper h3 {
	font-size: 26px;
}
}
.consulting-section #consulting-carousel .carousel-inner .content-wrapper .position {
	font-size: 20px;
	color: #999999;
}
.consulting-section #consulting-carousel .carousel-inner .content-wrapper p {
	color: #666666;
	margin-top: 21px;
}
.consulting-section #consulting-carousel .carousel-inner .content-wrapper .social-icon {
	margin-top: 35px;
}
.consulting-section #consulting-carousel .carousel-inner .content-wrapper .social-icon li {
	display: inline-block;
	margin-right: 15px;
}
.consulting-section #consulting-carousel .carousel-inner .content-wrapper .social-icon li i {
	font-size: 25px;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.consulting-section #consulting-carousel .carousel-inner .content-wrapper .social-icon li i:hover {
	color: #2f7d46;
}
 @media only screen and (max-width: 767px) {
.consulting-section #consulting-carousel {
	margin-bottom: 85px;
}
}
/* =========================================================
        Testimonial-Section STYLE 
============================================================ */
.testimonial-section {
	background-color: #FFFFFF;
}
.testimonial-section .testimonial-wrapper {
	box-shadow: 0 0 20px 0px rgba(64, 64, 64, 0.16);
	padding: 0 55px 80px;
	margin-top: 20px;
}
 @media only screen and (max-width: 991px) {
.testimonial-section .testimonial-wrapper {
	margin-top: 70px;
}
}
.testimonial-section .testimonial-wrapper .testimonial-caption img {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin-top: -45px;
}
.testimonial-section .testimonial-wrapper h3 {
	margin: 33px 0 6px;
}
.testimonial-section .testimonial-wrapper h3 a {
	color: #031633;
}
.testimonial-section .testimonial-wrapper .commend li {
	display: inline-block;
}
.testimonial-section .testimonial-wrapper .commend li i {
	color: #faaf0e;
	font-size: 25px;
}
.testimonial-section .testimonial-wrapper p {
	font-size: 18px;
	line-height: 30px;
	color: #777777;
	margin-top: 13px;
}
.testimonial-section .testimonial-wrapper:hover h3 > a {
	color: #DE2A1C;
}
 @media only screen and (max-width: 767px) {
.testimonial-section .testimonial-wrapper {
	margin-top: 100px;
}
}
.testimonial-section #testimonial-carousel {
	box-shadow: 0 0 20px 0px rgba(64, 64, 64, 0.16);
	padding: 0 110px 65px;
	margin-top: 20px;
}
 @media only screen and (max-width: 991px) {
.testimonial-section #testimonial-carousel {
	margin-top: 60px;
}
}
 @media only screen and (max-width: 767px) {
.testimonial-section #testimonial-carousel {
	padding: 0 20px 65px;
	margin-top: 70px;
}
}
.testimonial-section #testimonial-carousel .carousel-indicators {
	top: 50%;
	width: 20px;
	height: 100px;
	right: -60px;
	left: auto;
	margin: -50px 0 0;
}
.testimonial-section #testimonial-carousel .carousel-indicators li {
	width: 15px;
	height: 15px;
	background-color: #7f8c8d;
	display: block;
	margin: 15px 0;
	border: 0;
}
.testimonial-section #testimonial-carousel .carousel-indicators li.active {
	background-color: #DE2A1C;
}
 @media only screen and (max-width: 991px) {
.testimonial-section #testimonial-carousel .carousel-indicators {
	top: auto;
	bottom: -40px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100px;
}
.testimonial-section #testimonial-carousel .carousel-indicators li {
	display: inline-block;
	margin: 0 5px;
}
}
.testimonial-section #testimonial-carousel .carousel-inner {
	overflow: visible;
}
.testimonial-section #testimonial-carousel .carousel-inner .item {
	transition-property: opacity;
}
.testimonial-section #testimonial-carousel .carousel-inner .item,  .testimonial-section #testimonial-carousel .carousel-inner .active.left,  .testimonial-section #testimonial-carousel .carousel-inner .active.right {
	opacity: 0;
}
.testimonial-section #testimonial-carousel .carousel-inner .active,  .testimonial-section #testimonial-carousel .carousel-inner .next.left,  .testimonial-section #testimonial-carousel .carousel-inner .prev.right {
	opacity: 1;
}
.testimonial-section #testimonial-carousel .carousel-inner .next,  .testimonial-section #testimonial-carousel .carousel-inner .prev,  .testimonial-section #testimonial-carousel .carousel-inner .active.left,  .testimonial-section #testimonial-carousel .carousel-inner .active.right {
	left: 0;
	transform: translate3d(0, 0, 0);
}
.testimonial-section #testimonial-carousel .carousel-inner .caption img {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin-top: -45px;
}
.testimonial-section #testimonial-carousel .carousel-inner h3 {
	margin: 33px 0 6px;
}
.testimonial-section #testimonial-carousel .carousel-inner h3 a {
	color: #031633;
}
.testimonial-section #testimonial-carousel .carousel-inner .commend li {
	display: inline-block;
	margin: 0 2px;
}
.testimonial-section #testimonial-carousel .carousel-inner .commend li i {
	color: #faaf0e;
	font-size: 23px;
}
.testimonial-section #testimonial-carousel .carousel-inner p {
	font-size: 18px;
	line-height: 30px;
	color: #777777;
	margin-top: 18px;
}
.testimonial-section #testimonial-carousel:hover h3 > a {
	color: #DE2A1C;
}
.testimonial-section .btn {
	padding: 12px 34px;
	margin-top: 80px;
}
.testimonial-section .btn i {
	padding-right: 5px;
}
 @media only screen and (max-width: 767px) {
.testimonial-section .btn {
	margin-top: 40px;
}
}
.testimonial-section .testimonial-part-two .section-wrapper {
	padding: 40px 35px;
	margin-bottom: 30px;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.testimonial-section .testimonial-part-two .section-wrapper:hover {
	box-shadow: 0 0 30px 1px #eee;
}
 @media only screen and (max-width: 767px) {
.testimonial-section .testimonial-part-two .section-wrapper {
	padding: 20px 15px;
}
}
.testimonial-section .testimonial-part-two .section-wrapper .caption img {
	border-radius: 50%;
	margin-bottom: 10px;
}
.testimonial-section .testimonial-part-two .section-wrapper .wrapper-content h3 {
	font-size: 23px;
	margin-bottom: 0;
}
 @media only screen and (max-width: 767px) {
.testimonial-section .testimonial-part-two .section-wrapper .wrapper-content h3 {
	font-size: 20px;
}
}
 @media only screen and (max-width: 479px) {
.testimonial-section .testimonial-part-two .section-wrapper .wrapper-content h3 {
	font-size: 18px;
}
}
.testimonial-section .testimonial-part-two .section-wrapper .wrapper-content h3 a {
	color: #031633;
}
.testimonial-section .testimonial-part-two .section-wrapper .wrapper-content:hover h3 > a {
	color: #DE2A1C;
}
.testimonial-section .testimonial-part-two .section-wrapper .wrapper-content p {
	color: #99a4b0;
}
.testimonial-section .testimonial-part-two .section-wrapper .wrapper-content ul li {
	display: inline-block;
	margin: 0 2px;
}
.testimonial-section .testimonial-part-two .section-wrapper .wrapper-content ul li i {
	font-size: 18px;
	color: #faaf0e;
}
.testimonial-section .testimonial-part-two .loading .btn {
	padding: 9px 44px;
	margin-top: 50px;
}
 @media only screen and (max-width: 767px) {
.testimonial-section .testimonial-part-two .loading .btn {
	margin-top: 0;
}
}
/* =========================================================
        Marketing-Section STYLE 
============================================================ */
.marketing-section {
	background-color: #FFFFFF;
}
.marketing-section .marketing-content {
	margin-right: 40px;
}
.marketing-section .marketing-content h3 {
	position: relative;
	font-size: 46px;
	font-weight: 700;
	line-height: 60px;
	margin-bottom: 29px;
}
 @media only screen and (max-width: 991px) {
.marketing-section .marketing-content h3 {
	font-size: 30px;
	line-height: 32px;
}
}
 @media only screen and (max-width: 767px) {
.marketing-section .marketing-content h3 {
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 15px;
}
}
 @media only screen and (max-width: 479px) {
.marketing-section .marketing-content h3 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 15px;
}
}
.marketing-section .marketing-content h3::before {
	content: "";
	position: absolute;
	left: 145px;
	bottom: 27px;
	width: 185px;
	height: 1px;
	background-color: #36afe8;
}
 @media (min-width: 992px) and (max-width: 1199px) {
.marketing-section .marketing-content h3::before {
	left: auto;
	right: 50px;
}
}
 @media only screen and (max-width: 991px) {
.marketing-section .marketing-content h3::before {
	display: none;
}
}
.marketing-section .marketing-content p {
	font-size: 18px;
	line-height: 30px;
}
 @media only screen and (max-width: 767px) {
.marketing-section .marketing-content p {
	font-size: 16px;
	line-height: 27px;
}
}
.marketing-section .marketing-content h4 {
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
	color: #373737;
	margin: 32px 0 15px;
}
.marketing-section .marketing-content ul li {
	line-height: 32px;
}
.marketing-section .marketing-content ul li i {
	font-size: 20px;
	color: #36afe8;
	padding-right: 5px;
}
.marketing-section .marketing-caption {
	margin-top: 35px;
}
.marketing-section .marketing-caption img {
	width: 100%;
}
/* =========================================================
        Contact-Section STYLE 
============================================================ */
.contact-section {
	position: relative;
	background-color: #FFFFFF;
}
.contact-section .map-section {
	padding-top: 90px;
	text-align: center;
}
.contact-section .map-section #googleMap {
	width: 100%;
	height: 420px;
}
 @media (min-width: 768px) and (max-width: 991px) {
.contact-section .map-section #googleMap {
	height: 875px;
}
}
 @media (min-width: 380px) and (max-width: 767px) {
.contact-section .map-section #googleMap {
	height: 850px;
}
}
 @media only screen and (max-width: 379px) {
.contact-section .map-section #googleMap {
	height: 1120px;
}
}
.contact-section .map-section .form-view {
	font-size: 19px;
	line-height: 34px;
	color: #DE2A1C;
	cursor: pointer;
	display: block;
	margin-top: 20px;
	display: inline-block;
}
.contact-section .map-section .form-view:hover i {
	padding-right: 20px;
}
.contact-section .map-section .form-view i {
	padding-right: 5px;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.contact-section .contact-section-one {
	margin: 0 auto;
}
.contact-section .contact-section-one .section-one-wrapper {
	box-shadow: 0 0 30px 2px #efefef;
	border-radius: 8px;
	padding: 50px 75px;
	background: #FFFFFF;
}
 @media only screen and (max-width: 479px) {
.contact-section .contact-section-one .section-one-wrapper {
	padding: 50px 40px;
}
.contact-section .contact-section-one .section-one-wrapper h3 {
	font-size: 28px;
	margin-left: 0;
}
}
.contact-section .contact-section-one .section-one-wrapper h3 {
	font-size: 36px;
	margin: 0 0 14px 16px;
}
 @media only screen and (max-width: 991px) {
.contact-section .contact-section-one .section-one-wrapper h3 {
	font-size: 30px;
	line-height: 35px;
	margin: 0 0 25px 0;
}
}
 @media only screen and (max-width: 767px) {
.contact-section .contact-section-one .section-one-wrapper h3 {
	font-size: 25px;
	line-height: 35px;
	margin: 0 0 15px 0;
}
}
 @media only screen and (max-width: 479px) {
.contact-section .contact-section-one .section-one-wrapper h3 {
	font-size: 20px;
	line-height: 30px;
}
}
.contact-section .contact-section-one .section-one-wrapper .section-left {
	padding-right: 50px;
}
 @media only screen and (max-width: 991px) {
.contact-section .contact-section-one .section-one-wrapper .section-left {
	padding: 0 0 80px;
}
}
.contact-section .contact-section-one .section-one-wrapper .contact-wrapper p {
	font-size: 19px;
	line-height: 34px;
	color: #7c828b;
}
 @media only screen and (max-width: 991px) {
.contact-section .contact-section-one .section-one-wrapper .contact-wrapper p {
	line-height: 27px;
}
}
 @media only screen and (max-width: 767px) {
.contact-section .contact-section-one .section-one-wrapper .contact-wrapper p {
	font-size: 16px;
	line-height: 27px;
}
}
.contact-section .contact-section-one .section-one-wrapper .contact-wrapper .location {
	margin-top: 22px;
}
.contact-section .contact-section-one .section-one-wrapper .contact-wrapper .location li:nth-child(2) {
	margin-top: 21px;
}
.contact-section .contact-section-one .section-one-wrapper .contact-wrapper .location li i {
	font-size: 20px;
	color: #DE2A1C;
	padding: 10px 14px 0 0;
}
.contact-section .contact-section-one .section-one-wrapper .contact-wrapper .location li .content {
	display: inline-block;
	vertical-align: top;
}
.contact-section .contact-section-one .section-one-wrapper .contact-wrapper .location li .text {
	font-size: 19px;
	line-height: 24px;
	color: #7c828b;
}
 @media only screen and (max-width: 479px) {
.contact-section .contact-section-one .section-one-wrapper .contact-wrapper .location li .text {
	font-size: 16px;
}
}
.contact-section .contact-section-one .section-one-wrapper .contact-wrapper .location li .map-view {
	font-size: 19px;
	line-height: 34px;
	color: #DE2A1C;
	cursor: pointer;
	display: block;
}
.contact-section .contact-section-one .section-one-wrapper .contact-wrapper .contact-form .form-group .form-control {
	font-size: 16px;
	border: 0;
	border-radius: 8px;
	background-color: #eef1f5;
	padding: 23px 30px;
}
.contact-section .contact-section-one .section-one-wrapper .contact-wrapper .contact-form .form-group .form-control.form-option {
	color: #8c8c8c;
	padding: 0 30px;
	min-height: 45px;
}
.contact-section .contact-section-one .section-one-wrapper .contact-wrapper .contact-form .form-group .contactSearchBar {
	width: 100%;
	border: 0;
	border-radius: 8px;
	color: #9c9c9c;
	background-color: #eef1f5;
	padding: 9px 30px;
}
.contact-section .contact-section-one .section-one-wrapper .contact-wrapper .contact-form .form-group .contactSearchBar:focus {
	outline: none;
}
.contact-section .contact-section-one .section-one-wrapper .contact-wrapper .contact-form .form-group .subscribeBtn {
	padding: 8px 45px;
	margin: 16px 0 10px;
}
.contact-section .contact-section-two {
	position: relative;
	background: url(../images/contact-bg.jpg) no-repeat;
	background-position: center 70%;
	background-size: cover;
	background-attachment: fixed;
	padding: 65px 0 58px;
	margin-top: 220px;
}
 @media only screen and (max-width: 767px) {
.contact-section .contact-section-two {
	padding-bottom: 0;
	margin-top: 50px;
}
}
.contact-section .contact-section-two::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.1);
}
 @media only screen and (max-width: 767px) {
.contact-section .contact-section-two .contact-wrapper-two {
	margin-bottom: 80px;
}
}
.contact-section .contact-section-two .contact-wrapper-two.middle-wrapper {
	padding-left: 55px;
}
 @media only screen and (max-width: 991px) {
.contact-section .contact-section-two .contact-wrapper-two.middle-wrapper {
	padding-left: 0;
}
}
.contact-section .contact-section-two .contact-wrapper-two h3 {
	font-weight: 700;
	color: #FFFFFF;
	margin-bottom: 23px;
}
 @media (min-width: 768px) and (max-width: 1199px) {
.contact-section .contact-section-two .contact-wrapper-two h3 {
	font-size: 26px;
}
}
.contact-section .contact-section-two .contact-wrapper-two .location li {
	margin-bottom: 20px;
}
.contact-section .contact-section-two .contact-wrapper-two .location li i {
	font-size: 30px;
	float: left;
	width: 30px;
	line-height: 40px;
	text-align: center;
	padding: 3px 50px 22px 0;
	color: #DE2A1C;
}
 @media (min-width: 768px) and (max-width: 1199px) {
.contact-section .contact-section-two .contact-wrapper-two .location li i {
	padding-right: 45px;
}
}
.contact-section .contact-section-two .contact-wrapper-two .location li .text {
	font-size: 18px;
	line-height: 30px;
	color: #FFFFFF;
}
 @media (min-width: 768px) and (max-width: 1199px) {
.contact-section .contact-section-two .contact-wrapper-two .location li .text {
	font-size: 15px;
}
}
/* =========================================================
        Business-Section STYLE 
============================================================ */
.business-section .left-content h2 {
	position: relative;
	font-size: 48px;
	line-height: 60px;
	margin-bottom: 29px;
}
 @media only screen and (max-width: 991px) {
.business-section .left-content h2 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 10px;
}
}
 @media only screen and (max-width: 767px) {
.business-section .left-content h2 {
	font-size: 30px;
	line-height: 40px;
}
}
 @media only screen and (max-width: 479px) {
.business-section .left-content h2 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 15px;
}
}
.business-section .left-content h2::before {
	content: "";
	position: absolute;
	width: 170px;
	height: 1px;
	bottom: 24px;
	right: 30px;
	background-color: #36afe8;
}
 @media only screen and (max-width: 1200px) {
.business-section .left-content h2::before {
	display: none;
}
}
.business-section .left-content p {
	font-size: 18px;
	line-height: 30px;
}
.business-section .left-content .progressContent {
	position: relative;
}
 @media only screen and (max-width: 991px) {
.business-section .left-content .progressContent {
	margin-top: 25px;
}
}
.business-section .left-content .progressContent .progressSection .title {
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	color: #031633;
}
.business-section .left-content .progressContent .progressSection .progress {
	position: relative;
	height: 17px;
	box-shadow: none;
	background-color: transparent;
	border: 1px solid #16a6fb;
	border-radius: 25px;
	overflow: visible;
}
.business-section .left-content .progressContent .progressSection .progress.progressOne {
	margin-top: 3px;
}
.business-section .left-content .progressContent .progressSection .progress.progressOne .progress-percent {
	top: -35px;
	margin-left: -28px;
}
.business-section .left-content .progressContent .progressSection .progress.progressTwo {
	margin-top: 3px;
}
.business-section .left-content .progressContent .progressSection .progress.progressTwo .progress-percent {
	top: -35px;
	margin-left: -28px;
}
.business-section .left-content .progressContent .progressSection .progress.progressThree {
	margin-top: 3px;
}
.business-section .left-content .progressContent .progressSection .progress.progressThree .progress-percent {
	top: -35px;
	margin-left: -28px;
}
.business-section .left-content .progressContent .progressSection .progress .progress-bar {
	box-shadow: none;
	text-align: right;
	height: 17px;
	border-radius: 15px;
}
.business-section .left-content .progressContent .progressSection .progress .progress-bar .progress-percent {
	font-size: 13.5px;
	background-color: #263c53;
	position: absolute;
	padding: 2px 8px;
	border-radius: 5px;
}
.business-section .left-content .progressContent .progressSection .progress .progress-bar .progress-percent::before {
	content: "";
	position: absolute;
	left: 0px;
	right: 0;
	margin: 0 auto;
	bottom: -6px;
	border-top: 8px solid #263c53;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	width: 10px;
}
.business-section .right-content .content-bar {
	display: flex;
}
 @media only screen and (max-width: 479px) {
.business-section .right-content .content-bar {
	display: block;
}
}
.business-section .right-content .content-bar li {
	position: relative;
	flex: 1;
	box-shadow: 0 0 10px 0px rgba(64, 64, 64, 0.12);
	margin: 0 5px 15px 5px;
	padding: 30px;
}
 @media only screen and (max-width: 991px) {
.business-section .right-content .content-bar li {
	padding: 50px 30px;
}
.business-section .right-content .content-bar li .hover-caption {
	top: 50px !important;
}
}
.business-section .right-content .content-bar li::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../images/h-bg.jpg) no-repeat;
	background-size: cover;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	-webkit-transition: 1.5s;
	-khtml-transition: 1.5s;
	-moz-transition: 1.5s;
	-ms-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}
.business-section .right-content .content-bar li:hover::before {
	opacity: 1;
	visibility: visible;
}
.business-section .right-content .content-bar li:hover h3 > a {
	color: #FFFFFF !important;
}
.business-section .right-content .content-bar li:hover h3 > a:hover {
	color: #92d3f2 !important;
}
.business-section .right-content .content-bar li:hover p {
	color: #FFFFFF !important;
}
.business-section .right-content .content-bar li:hover .hover-caption {
	opacity: 1;
	visibility: visible;
}
.business-section .right-content .content-bar li .hover-caption {
	position: absolute;
	left: 0;
	right: 0;
	top: 30px;
	margin: 0 auto;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.business-section .right-content .content-bar li .content-wrapper h3 {
	font-size: 24px;
	line-height: 30px;
	margin: 11px 0 5px;
}
.business-section .right-content .content-bar li .content-wrapper h3 a {
	color: #031633;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.business-section .right-content .content-bar li .content-wrapper h3 a:hover {
	color: #36afe8;
}
.business-section .right-content .content-bar li .content-wrapper p {
	margin-bottom: 0;
	-webkit-transition: 0.9s;
	-khtml-transition: 0.9s;
	-moz-transition: 0.9s;
	-ms-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
@media only screen and (max-width: 991px) {
.business-section .right-content {
	margin-top: 120px;
}
}
.business-section .right-caption {
	margin: 180px 0 0 35px;
}
 @media only screen and (max-width: 991px) {
.business-section .right-caption {
	margin: 130px 0 0 0;
}
}
.business-section .right-caption img {
	width: 100%;
}
/* =========================================================
        Service-Section STYLE 
============================================================ */
.service-section {
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
	padding: 110px 0 100px;
	background-image: url(../images/ss-bg2.jpg);
	background-repeat: no-repeat;
}
  .service-section .service-carousel .service-wrapper {
	padding-bottom: 15px;
	background-color: #FFF;
	min-height: 450px
}
    .service-section .service-carousel .service-wrapper img {
      width: 100%;
      margin: 0 auto; }
      @media only screen and (max-width: 479px) {
        .service-section .service-carousel .service-wrapper img {
          width: 100%; } }
    .service-section .service-carousel .service-wrapper h3 {
	font-weight: 700;
	color: #031633;
	margin: 0px 0;
}
    .service-section .service-carousel .service-wrapper p {
      font-size: 18px;
      line-height: 30px;
      color: #031633;
      margin-bottom: 35px;
      -webkit-transition: 0.5s;
      -khtml-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .service-section .service-carousel .service-wrapper:hover p {
      color: #031633; }
    .service-section .service-carousel .service-wrapper .link {
      font-size: 18px;
      font-weight: 700;
	  background-color: #DE2A1C;
      color: #fff;
	  padding: 7px 32px;
	  border-radius: 25px;
	   }
      .service-section .service-carousel .service-wrapper .link i {
        padding-left: 5px; }
    .service-section .service-carousel .service-wrapper:hover .link {
	background-color: #5d5c5c;
	padding: 7px 32px;
	border-radius: 25px;
	color: #FFF;
}
  .service-section .service-carousel .owl-dots {
    display: inline-block; }
    .service-section .service-carousel .owl-dots .owl-dot.active span {
      /*width: 15px;
      height: 15px;
      border: 0;*/
      background-color: #DE2A1C;
      border-color: #DE2A1C;
      margin-top: 1px; }
    .service-section .service-carousel .owl-dots .owl-dot span {
      width: 13px;
      height: 13px;
      background-color: transparent;
      border-radius: 50%;
      border: 2px solid #FFFFFF; }
/* =========================================================
        Finance-Section STYLE 
============================================================ */
.finance-section .finance-wrapper {
	position: relative;
	overflow: hidden;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 100px;
	padding-left: 0;
}
 @media only screen and (max-width: 991px) {
.finance-section .finance-wrapper {
	padding-bottom: 80px;
	margin-bottom:10px
}
}
 @media only screen and (max-width: 479px) {
.finance-section .finance-wrapper {
	padding-bottom: 50px;
	margin-bottom:10px
}
}
.finance-section .finance-wrapper.wrapper-one::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/f-bg.jpg) no-repeat;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	-webkit-transition: 1s;
	-khtml-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	animation: cloud-animation 45s linear infinite;
	-ms-animation: cloud-animation 45s linear infinite;
	-moz-animation: cloud-animation 45s linear infinite;
	-webkit-animation: cloud-animation 45s linear infinite;
}
@-webkit-keyframes cloud-animation {
 from {
 background-position: 0 0;
}
to {
	background-position: 100% 0;
}
}
@keyframes cloud-animation {
 from {
 background-position: 0 0;
}
to {
	background-position: 100% 0;
}
}
.finance-section .finance-wrapper.wrapper-two::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 440px;
	background: url(../images/f3-bg.jpg) no-repeat;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	-webkit-transition: 1s;
	-khtml-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	animation: cloud-animation-3 15s linear infinite;
	-ms-animation: cloud-animation-3 15s linear infinite;
	-moz-animation: cloud-animation-3 15s linear infinite;
	-webkit-animation: cloud-animation-3 15s linear infinite;
}
@-webkit-keyframes cloud-animation-3 {
 from {
 background-position: 0 100%;
}
to {
	background-position: 0 0;
}
}
@keyframes cloud-animation-3 {
 from {
 background-position: 0 100%;
}
to {
	background-position: 0 0;
}
}
.finance-section .finance-wrapper.wrapper-three::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/f2-bg.jpg) no-repeat;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	-webkit-transition: 1s;
	-khtml-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	animation: cloud-animation 45s linear infinite;
	-ms-animation: cloud-animation 45s linear infinite;
	-moz-animation: cloud-animation 45s linear infinite;
	-webkit-animation: cloud-animation 45s linear infinite;
}
@-webkit-keyframes cloud-animation-2 {
 from {
 background-position: 100% 0;
}
to {
	background-position: 0 0;
}
}
@keyframes cloud-animation-2 {
 from {
 background-position: 100% 0;
}
to {
	background-position: 0 0;
}
}
.finance-section .finance-wrapper.wrapper-four::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/f4-bg.jpg) no-repeat;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	-webkit-transition: 1s;
	-khtml-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	animation: cloud-animation-2 45s linear infinite;
	-ms-animation: cloud-animation-2 45s linear infinite;
	-moz-animation: cloud-animation-2 45s linear infinite;
	-webkit-animation: cloud-animation-2 45s linear infinite;
}
@-webkit-keyframes cloud-animation-4 {
 from {
 background-position: 100% 0;
}
to {
	background-position: 0 0;
}
}
@keyframes cloud-animation-4 {
 from {
 background-position: 100% 0;
}
to {
	background-position: 0 0;
}
}
.finance-section .finance-wrapper:hover.wrapper-one::before, .finance-section .finance-wrapper:hover.wrapper-two::before, .finance-section .finance-wrapper:hover.wrapper-three::before,  .finance-section .finance-wrapper:hover.wrapper-four::before {
	opacity: 1;
	visibility: visible;
}
.finance-section .finance-wrapper .caption {
	position: relative;
	width: 148px;
	height: 148px;
	border-radius: 50%;
	background-color: #FFFFFF;
	margin: 0 auto;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.finance-section .finance-wrapper .caption img {
	padding-top: 5px;
}
.finance-section .finance-wrapper .caption .hover-icon {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
 @media only screen and (max-width: 479px) {
.finance-section .finance-wrapper .caption {

}
.finance-section .finance-wrapper .caption img {

}
}
.finance-section .finance-wrapper:hover .caption {
	background-color: #FFFFFF;
}
.finance-section .finance-wrapper:hover .caption .hover-icon {
	opacity: 1;
	visibility: visible;
}
.finance-section .finance-wrapper h3 {

	color: #0d1d36;
	margin: 21px 0 8px;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
 @media (min-width: 992px) and (max-width: 1199px) {
.finance-section .finance-wrapper h3 {
	font-size: 25px;
}
}
 @media only screen and (max-width: 479px) {
.finance-section .finance-wrapper h3 {
	font-size: 22px;
	line-height: 30px;
	margin: 10px 0 2px;
}
}
.finance-section .finance-wrapper:hover h3 {
	color: #FFFFFF;
}
.finance-section .finance-wrapper p {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 37px;
	padding: 0 16px;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
 @media (min-width: 992px) and (max-width: 1199px) {
.finance-section .finance-wrapper p {
	padding: 0 10px;
}
}
 @media only screen and (max-width: 479px) {
.finance-section .finance-wrapper p {
	font-size: 16px;
	line-height: 27px;
	padding: 0 10px;
}
}
.finance-section .finance-wrapper:hover p {
	color: #FFFFFF;
}
.finance-section .finance-wrapper .link {
	font-size: 18px;
	font-weight: 700;
	color: #FFFFFF;
	background-color: #0d1d36;
	padding: 10px 22px;
	border-radius: 25px;
}
.finance-section .finance-wrapper .link i {
	padding-left: 5px;
}
.finance-section .finance-wrapper .link:hover {
	background-color: #DE2A1C;
}
 @media only screen and (max-width: 479px) {
.finance-section .finance-wrapper .link {
	font-size: 12px;
}
}
.finance-section hr {
	border-top: 0px solid #ececec;
}
/* =========================================================
        Client-Section STYLE 
============================================================ */
.client-section .client-wrapper li {
	display: inline-block;
	margin: 0 15px 35px;
}
/* =========================================================
        Recent-Job-Section STYLE 
============================================================ */
.recent-job {
	position: relative;
	background: url(../images/cr-bg.jpg) no-repeat center top;
	background-attachment: fixed;
	background-size: cover;
	padding: 110px 0 185px;
}
 @media only screen and (max-width: 767px) {
.recent-job {
	padding-bottom: 120px;
}
}
.recent-job:before {
	content: "";
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.recent-job #job-carousel {
	position: relative;
}
.recent-job #job-carousel .carousel-indicators {
	bottom: -100px;
}
.recent-job #job-carousel .carousel-indicators li {
	width: 18px;
	height: 18px;
	background-color: #FFFFFF;
	border: 0;
	margin: 0 3px;
}
.recent-job #job-carousel .carousel-indicators li.active {
	background-color: #DE2A1C;
}
 @media only screen and (max-width: 767px) {
.recent-job #job-carousel .carousel-indicators {
	bottom: -60px;
}
.recent-job #job-carousel .carousel-indicators li {
	width: 13px;
	height: 13px;
}
}
.recent-job #job-carousel .carousel-inner .job-list {
	background-color: #DE2A1C;
	padding: 75px 45px 65px;
	overflow: hidden;
}
 @media only screen and (max-width: 768px) {
.recent-job #job-carousel .carousel-inner .job-list {
	text-align: center;
}
}
 @media only screen and (max-width: 479px) {
.recent-job #job-carousel .carousel-inner .job-list {
	padding: 35px 15px 15px;
}
}
.recent-job #job-carousel .carousel-inner .job-list:before {
	content: "";
	background-color: #FFFFFF;
	width: 506px;
	height: 100%;
	position: absolute;
	left: -82px;
	top: 0;
	-webkit-transform: skewX(-20deg);
	transform: skewX(-20deg);
}
 @media only screen and (max-width: 1199px) {
.recent-job #job-carousel .carousel-inner .job-list:before {
	display: none;
}
}
.recent-job #job-carousel .carousel-inner .job-list .job-title {
	width: 40%;
	height: 100%;
	float: left;
	position: relative;
	z-index: 10;
}
 @media only screen and (max-width: 1199px) {
.recent-job #job-carousel .carousel-inner .job-list .job-title {
	width: 35%;
}
}
 @media only screen and (max-width: 991px) {
.recent-job #job-carousel .carousel-inner .job-list .job-title {
	width: 100%;
	float: none;
}
}
.recent-job #job-carousel .carousel-inner .job-list .job-title h3 {
	font-size: 36px;
	line-height: 48px;
	font-weight: 700;
}
 @media only screen and (max-width: 991px) {
.recent-job #job-carousel .carousel-inner .job-list .job-title h3 {
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 0;
}
}
 @media only screen and (max-width: 767px) {
.recent-job #job-carousel .carousel-inner .job-list .job-title h3 {
	font-size: 20px;
	line-height: 25px;
}
}
.recent-job #job-carousel .carousel-inner .job-list .job-title .job-post {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #abaeb2;
}
 @media only screen and (max-width: 1199px) {
.recent-job #job-carousel .carousel-inner .job-list .job-title .job-post {
	color: #000000;
}
}
.recent-job .job-list .job-description {
	width: 60%;
	height: 100%;
	float: left;
	position: relative;
	z-index: 10;
	overflow: hidden;
}
 @media only screen and (max-width: 1199px) {
.recent-job .job-list .job-description {
	width: 65%;
	padding-left: 15px;
}
}
 @media only screen and (max-width: 991px) {
.recent-job .job-list .job-description {
	width: 100%;
	float: none;
	padding-left: 0;
	margin-top: 8px;
}
}
.recent-job .job-list .job-description .left-bar {
	width: 60%;
	float: left;
}
 @media only screen and (max-width: 767px) {
.recent-job .job-list .job-description .left-bar {
	width: 100%;
	float: none;
}
}
.recent-job .job-list .job-description .left-bar .details {
	/*font-size: calc-rem-value(18);*/
	font-weight: bold;
}
 @media only screen and (max-width: 991px) {
.recent-job .job-list .job-description .left-bar .details {
/*font-size: calc-rem-value(15);*/ }
}
.recent-job .job-list .job-description .right-bar {
	width: 40%;
	float: left;
	text-align: center;
}
 @media only screen and (max-width: 767px) {
.recent-job .job-list .job-description .right-bar {
	width: 100%;
	float: none;
	margin: 15px 0 0;
}
}
.recent-job .job-list .job-description p,  .recent-job .job-list .job-description a {
	font-size: 18px;
	font-weight: 300;
	color: #FFFFFF;
	margin-bottom: 27px;
}
 @media only screen and (max-width: 767px) {
.recent-job .job-list .job-description p,  .recent-job .job-list .job-description a {
	font-size: 15px;
}
}
 @media only screen and (max-width: 479px) {
.recent-job .job-list .job-description p,  .recent-job .job-list .job-description a {
	line-height: 20px;
}
}
.recent-job .job-list .job-description .icon,  .recent-job .job-list .job-description .location {
	display: block;
	color: #FFFFFF;
}
.recent-job .job-list .job-description .icon {
	font-size: 50px;
	color: #FFFFFF;
	margin-bottom: 10px;
}
 @media only screen and (max-width: 991px) {
.recent-job .job-list .job-description .icon {
	font-size: 35px;
}
}
.recent-job .job-list .job-description .location {
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
	margin-bottom: 5px;
}
 @media only screen and (max-width: 479px) {
.recent-job .job-list .job-description .location {
	font-size: 16px;
}
}
.recent-job .job-list .job-description .btn {
	background-color: #FFFFFF;
	display: inline-block;
	color: #DE2A1C;
	padding: 7px 30px;
	margin-top: 10px;
	border: 2px solid transparent;
}
 @media only screen and (max-width: 768px) {
.recent-job .job-list .job-description .btn {
	font-size: 15px;
	padding: 4px 20px;
}
}
.recent-job .job-list .job-description .btn:hover {
	color: #FFFFFF;
	background-color: transparent;
	border: 2px solid #FFFFFF;
}
/* =========================================================
        News-Letter-Section STYLE 
============================================================ */
.newsletter-section .letter-wrapper .letter-caption img {
	width: 100%;
}
.newsletter-section .letter-wrapper .letter-content {
	border: 1px solid #dddddd;
	border-radius: 0 0 8px 8px;
	border-top: 1px solid transparent;
	padding: 30px;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.newsletter-section .letter-wrapper .letter-content .date {
	font-size: 15px;
	font-weight: 700;
	color: #7c828b;
	text-transform: uppercase;
}
.newsletter-section .letter-wrapper .letter-content h3 {
	font-size: 30px;
	font-weight: 700;
	line-height: 35px;
	margin: 10px 0 13px;
}
 @media only screen and (max-width: 767px) {
.newsletter-section .letter-wrapper .letter-content h3 {
	font-size: 20px;
}
}
 @media only screen and (max-width: 479px) {
.newsletter-section .letter-wrapper .letter-content h3 {
	font-size: 18px;
}
}
.newsletter-section .letter-wrapper .letter-content p {
	font-size: 18px;
	line-height: 30px;
	color: #7c828b;
}
 @media only screen and (max-width: 767px) {
.newsletter-section .letter-wrapper .letter-content p {
	font-size: 16px;
	line-height: 27px;
}
}
.newsletter-section .letter-wrapper .letter-content a {
	font-weight: 700;
	color: #7c828b;
}
.newsletter-section .letter-wrapper .letter-content a:hover {
	color: #DE2A1C;
}
.newsletter-section .letter-wrapper .letter-content a i {
	color: #DE2A1C;
	padding-right: 5px;
}
@media only screen and (max-width: 991px) {
.newsletter-section .letter-wrapper {
	margin-bottom: 50px;
}
}
.newsletter-section .content-wrapper {
	margin-top: -7px;
}
.newsletter-section .content-wrapper .date {
	font-size: 15px;
	font-weight: 700;
	color: #7c828b;
	text-transform: uppercase;
}
.newsletter-section .content-wrapper h3 {
	font-size: 30px;
	line-height: 35px;
	margin: 0 0 13px;
}
.newsletter-section .content-wrapper h3 a {
	color: #031633;
}
.newsletter-section .content-wrapper h3:hover a {
	color: #DE2A1C;
}
 @media only screen and (max-width: 767px) {
.newsletter-section .content-wrapper h3 {
	font-size: 20px;
}
}
 @media only screen and (max-width: 479px) {
.newsletter-section .content-wrapper h3 {
	font-size: 18px;
}
}
.newsletter-section .content-wrapper p {
	font-size: 18px;
	line-height: 27px;
	color: #7c828b;
}
 @media only screen and (max-width: 767px) {
.newsletter-section .content-wrapper p {
	font-size: 16px;
	line-height: 27px;
}
}
.newsletter-section .content-wrapper hr {
	margin: 32px 0 15px;
}
.newsletter-section .content-wrapper a {
	font-weight: 700;
	color: #7c828b;
}
.newsletter-section .content-wrapper a:hover {
	color: #DE2A1C;
}
.newsletter-section .content-wrapper a i {
	color: #DE2A1C;
	padding-right: 5px;
}
@media only screen and (max-width: 479px) {
.newsletter-section .letter-contact {
	text-align: center;
}
}
.newsletter-section .letter-contact .title-bar .title {
	margin-bottom: 44px;
}
.newsletter-section .letter-contact .first-part {
	border: 5px solid #e9eef2;
	border-radius: 8px;
	padding: 60px 30px 100px;
}
.newsletter-section .letter-contact .first-part h3 {
	font-size: 23px;
	line-height: 36px;
}
 @media (min-width: 992px) and (max-width: 1199px) {
.newsletter-section .letter-contact .first-part .letter-form {
	text-align: center;
}
}
.newsletter-section .letter-contact .first-part .letter-form .form-group {
	float: left;
	margin: 0;
}
 @media only screen and (max-width: 479px) {
.newsletter-section .letter-contact .first-part .letter-form .form-group {
	display: block;
}
}
.newsletter-section .letter-contact .first-part .letter-form .form-group .letterSearchBar {
	text-transform: capitalize;
	color: #7c828b;
	border: 2px solid #e9eef2;
	border-radius: 25px 0 0 25px;
	padding: 14px 24px;
	height: auto;
}
 @media (min-width: 992px) and (max-width: 1199px) {
.newsletter-section .letter-contact .first-part .letter-form .form-group .letterSearchBar {
	border-radius: 25px;
}
}
 @media only screen and (max-width: 479px) {
.newsletter-section .letter-contact .first-part .letter-form .form-group .letterSearchBar {
	border-radius: 25px;
}
}
.newsletter-section .letter-contact .first-part .letter-form .form-group .subscribeBtn {
	background-color: #0d1d36;
	border-radius: 0 25px 25px 0;
	padding: 10px 25px 13px;
	margin-left: -4px;
}
 @media (min-width: 992px) and (max-width: 1199px) {
.newsletter-section .letter-contact .first-part .letter-form .form-group .subscribeBtn {
	border-radius: 25px;
	margin-top: 5px;
	padding: 10px 35px;
}
}
 @media only screen and (max-width: 479px) {
.newsletter-section .letter-contact .first-part .letter-form .form-group .subscribeBtn {
	border-radius: 25px;
	margin-top: 5px;
	padding: 10px 40px 13px;
}
.newsletter-section .letter-contact .first-part .letter-form .form-group .subscribeBtn i {
	font-size: 18px !important;
}
}
.newsletter-section .letter-contact .first-part .letter-form .form-group .subscribeBtn i {
	font-size: 25px;
	color: #FFFFFF;
}
.newsletter-section .letter-contact .second-part h4 {
	font-size: 24px;
	font-weight: 700;
	color: #031633;
	margin: 45px 0 20px;
}
.newsletter-section .letter-contact .second-part .caption {
	display: flex;
}
.newsletter-section .letter-contact .second-part .caption img {
	flex: 1;
	max-width: 100%;
}
 @media only screen and (max-width: 1199px) {
.newsletter-section .letter-contact .second-part .caption {
	display: block;
}
}

/* =========================================================
        Section-Sidebar STYLE 
============================================================ */
@media only screen and (max-width: 991px) {
.section-sidebar {
	margin-bottom: 0;
}
}
.section-sidebar .project-part {
	margin-top: 7px;
}
.section-sidebar .project-part h4 {
	font-size: 30px;
	font-weight: 700;
	color: #0d1d36;
	margin-bottom: 44px;
}
 @media (min-width: 479px) and (max-width: 1199px) {
.section-sidebar .project-part h4 {
	font-size: 25px;
}
}
 @media only screen and (max-width: 767px) {
.section-sidebar .project-part h4 {
	margin-bottom: 25px;
}
}
 @media only screen and (max-width: 479px) {
.section-sidebar .project-part h4 {
	font-size: 20px;
	margin-bottom: 24px;
}
}
.section-sidebar .project-part ul li {
	border: 1px solid #d7d7d7;
	margin-bottom: 10px;
	border-radius: 8px;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.section-sidebar .project-part ul li:hover {
	border: 1px solid transparent;
}
.section-sidebar .project-part ul li a {
	font-size: 17px;
	color: #666666;
	font-weight: 700;
	padding: 11px 20px;
	display: block;
}
.section-sidebar .project-part ul li a:hover {
	color: #DE2A1C;
}
 @media only screen and (max-width: 479px) {
.section-sidebar .project-part ul li a {
	font-size: 15px;
}
}
.section-sidebar .project-part ul li i {
	float: right;
	padding-top: 5px;
}
.section-sidebar .contact-part {
	margin: 60px 0 75px;
}
 @media only screen and (max-width: 767px) {
.section-sidebar .contact-part {
	margin: 40px 0;
}
}
.section-sidebar .contact-part h4 {
	font-size: 30px;
	font-weight: 700;
	color: #0d1d36;
	margin-bottom: 44px;
}
 @media (min-width: 479px) and (max-width: 1199px) {
.section-sidebar .contact-part h4 {
	font-size: 25px;
}
}
 @media only screen and (max-width: 767px) {
.section-sidebar .contact-part h4 {
	margin-bottom: 25px;
}
}
 @media only screen and (max-width: 479px) {
.section-sidebar .contact-part h4 {
	font-size: 20px;
	margin-bottom: 24px;
}
}
.section-sidebar .contact-part .location li {
	margin-bottom: 20px;
}
.section-sidebar .contact-part .location li i {
	font-size: 30px;
	float: left;
	width: 30px;
	line-height: 40px;
	text-align: center;
	padding: 3px 50px 22px 0;
	color: #DE2A1C;
}
 @media (min-width: 768px) and (max-width: 1199px) {
.section-sidebar .contact-part .location li i {
	padding-right: 45px;
}
}
 @media only screen and (max-width: 767px) {
.section-sidebar .contact-part .location li i {
	font-size: 20px;
	padding: 0px 30px 22px 0;
}
}
.section-sidebar .contact-part .location li .text {
	font-size: 18px;
	line-height: 30px;
	color: #666666;
}
 @media only screen and (max-width: 767px) {
.section-sidebar .contact-part .location li .text {
	font-size: 15px;
}
}
.section-sidebar .asset-part h4 {
	font-size: 30px;
	font-weight: 700;
	color: #0d1d36;
	margin-bottom: 28px;
}
 @media (min-width: 480px) and (max-width: 1199px) {
.section-sidebar .asset-part h4 {
	font-size: 26px;
}
}
 @media only screen and (max-width: 767px) {
.section-sidebar .asset-part h4 {
	font-size: 20px;
}
}
.section-sidebar .asset-part p {
	font-size: 16px;
	line-height: 27px;
	color: #666666;
	margin-bottom: 22px;
}
.section-sidebar .asset-part .btn {
	display: block;
	border-radius: 8px;
}
 @media (min-width: 992px) and (max-width: 1199px) {
.section-sidebar .asset-part .btn {
	font-size: 15px;
	padding: 10px 20px;
}
}
.section-sidebar .asset-part .btn.btn-primary {
	margin-bottom: 14px;
	padding: 12px 30px;
}
.section-sidebar .asset-part .btn i {
	float: left;
	padding-top: 5px;
}
 @media only screen and (max-width: 991px) {
.section-sidebar .asset-part .btn {
	font-size: 16px;
	display: inline-block;
	padding: 10px 20px !important;
	margin-bottom: 14px !important;
}
.section-sidebar .asset-part .btn i {
	padding-right: 10px;
}
.section-sidebar .asset-part .btn.btn-primary {
	margin-bottom: 0;
}
}
 @media only screen and (max-width: 991px) {
.section-sidebar .asset-part .btn {
	font-size: 14px;
	padding: 6px 15px !important;
}
}
/* =========================================================
        Footer STYLE 
============================================================ */
.footer-section {
	position: relative;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2c3e50;
	z-index: 1;
}
 @media only screen and (max-width: 991px) {
.footer-section {
	position: static;
}
}
.footer-section .footer-part {
	padding: 150px 0 125px;
}
 @media (min-width: 768px) and (max-width: 991px) {
.footer-section .footer-part {
	padding: 80px 0 0;
}
}
 @media only screen and (max-width: 767px) {
.footer-section .footer-part {
	padding: 80px 0 0;
}
}
 @media only screen and (max-width: 991px) {
.footer-section .footer-part .footer-wrapper {
	margin-bottom: 50px;
}
}
 @media (min-width: 992px) and (max-width: 1199px) {
.footer-section .footer-part .footer-wrapper .footer-logo img {
	width: 100%;
}
}
.footer-section .footer-part .footer-wrapper p {
	color: #FFFFFF;
	margin: 20px 0 30px;
}
.footer-section .footer-part .footer-wrapper .time-part li {
	text-transform: uppercase;
}
.footer-section .footer-part .footer-wrapper .time-part li span {
	color: #DE2A1C;
}
.footer-section .footer-part .footer-wrapper h3 {
	font-size: 22px;
	line-height: 30px;
	color: #FFFFFF;
	text-transform: uppercase;
}
 @media only screen and (max-width: 767px) {
.footer-section .footer-part .footer-wrapper h3 {
	font-size: 18px;
}
}
.footer-section .footer-part .footer-wrapper .recent-post {
	margin-bottom: 40px;
}
 @media only screen and (max-width: 991px) {
.footer-section .footer-part .footer-wrapper .recent-post {
	margin-bottom: 65px;
}
}
.footer-section .footer-part .footer-wrapper .recent-post.second-post {
	margin: -8px 0 0;
}
.footer-section .footer-part .footer-wrapper .recent-post.second-post .caption {
	margin-bottom: 0;
}
.footer-section .footer-part .footer-wrapper .recent-post .caption {
	margin: 6px 18px 30px 0;
}
.footer-section .footer-part .footer-wrapper .recent-post .content p {
	margin: 0;
	line-height: 23px;
}
.footer-section .footer-part .footer-wrapper .recent-post .content .time {
	font-size: 14px;
	color: #DE2A1C;
}
.footer-section .footer-part .footer-wrapper .recent-post .content .time i {
	padding-right: 5px;
}
.footer-section .footer-part .footer-wrapper .page-link {
	margin-top: -8px;
}
.footer-section .footer-part .footer-wrapper .page-link li a {
	font-size: 18px;
	line-height: 34px;
	color: #FFFFFF;
}
.footer-section .footer-part .footer-wrapper .page-link li a:hover {
	color: #DE2A1C;
}
.footer-section .footer-part .footer-wrapper .footer-form {
	position: relative;
	margin: 26px 0 44px;
}
.footer-section .footer-part .footer-wrapper .footer-form .form-group {
	margin: 0;
}
.footer-section .footer-part .footer-wrapper .footer-form .form-group .footerSearchBar {
	font-size: 18px;
	color: #FFFFFF;
	background-color: #DE2A1C;
	border: 0;
	border-radius: 25px;
	padding: 20px 30px;
}
.footer-section .footer-part .footer-wrapper .footer-form .form-group .subscribeBtn {
	position: absolute;
	right: -8px;
	top: -6px;
	background-color: transparent;
}
.footer-section .footer-part .footer-wrapper .footer-form .form-group .subscribeBtn i {
	font-size: 22px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #DE2A1C;
	background-color: #FFFFFF;
	border-radius: 50%;
}
.footer-section .footer-part .footer-wrapper .social-title {
	margin-bottom: 15px;
}
.footer-section .footer-part .footer-wrapper .social-media li {
	display: inline-block;
	margin-right: 8px;
}
.footer-section .footer-part .footer-wrapper .social-media li i {
	font-size: 22px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #989898;
	background-color: #FFFFFF;
	border-radius: 50%;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.footer-section .footer-part .footer-wrapper .social-media li i:hover {
	color: #FFFFFF;
	background-color: #DE2A1C;
}
 @media only screen and (max-width: 767px) {
.footer-section .footer-part .footer-wrapper .social-media li i {
	font-size: 18px;
	width: 35px;
	height: 35px;
	line-height: 35px;
}
}
.footer-section .copyright-section {
	border-top: 1px solid #000;
	padding: 32px 0;
}
.footer-section .copyright-section p {
	font-size: 16px;
	font-weight: normal;
	color: #7a7a7a;
	margin: 0;
}
.footer-section .copyright-section ul li {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	display: inline-block;
	margin-right: 25px;
}
.footer-section .copyright-section ul li:last-child {
	margin-right: 0;
}
.footer-section .copyright-section ul li a {
	color: #FFFFFF;
}
.footer-section .copyright-section ul li a:hover {
	color: #DE2A1C;
}
 @media only screen and (max-width: 767px) {
.footer-section .copyright-section {
	text-align: center;
	padding: 20px 0;
}
.footer-section .copyright-section p {
	display: block;
	margin-bottom: 0;
	font-size: 14px;
}
.footer-section .copyright-section ul {
	float: none !important;
}
.footer-section .copyright-section ul li {
	font-size: 14px;
}
}
/* =========================================================
        Video-Home-Page-STYLE 
============================================================ */
.video-section {
	position: relative;/*height: 100vh;
  overflow: hidden;*/ }
.video-section::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 99.4%;
	height: calc(100% - 7px);
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.7);
}
.video-section video {
	width: 100%;
}
/* =========================================================
        Parallax-Home-Page-STYLE 
============================================================ */
.parallax-section {
	min-height: 100vh;
}
/* =========================================================
        Home-Page-Two-STYLE 
============================================================ */
.homePageTwo #main-wrapper {
	margin: 0;
}
.homePageTwo .header-section .top-bar {
	background-color: #FFFFFF;
	border: 0;
	padding: 40px 0 48px;
}
 @media only screen and (max-width: 767px) {
.homePageTwo .header-section .top-bar {
	padding: 10px 0;
	display: block;
}
.homePageTwo .header-section .top-bar .logo img {
	width: 200px;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
.homePageTwo .header-section .top-bar {
	padding: 20px 0;
}
}
.homePageTwo .header-section .top-bar .header-left-bar {
	margin-right: 50px;
}
.homePageTwo .header-section .top-bar .header-left-bar ul li {
	border: 0;
	padding: 0;
	vertical-align: -webkit-baseline-middle;
}
.homePageTwo .header-section .top-bar .header-left-bar ul li i {
	color: #DE2A1C;
}
 @media only screen and (max-width: 991px) {
.homePageTwo .header-section .top-bar .header-left-bar {
	margin-right: 0;
}
}
 @media only screen and (max-width: 767px) {
.homePageTwo .header-section .top-bar .header-left-bar {
	text-align: center;
}
}
.homePageTwo .header-section .top-bar .header-right-bar .social-icon li {
	display: inline-block;
	margin-right: 12px;
	padding: 0;
	border: 0;
	vertical-align: -webkit-baseline-middle;
}
.homePageTwo .header-section .top-bar .header-right-bar .social-icon li:last-child {
	margin-right: 0;
}
.homePageTwo .header-section .top-bar .header-right-bar .social-icon li i {
	padding: 0;
}
 @media (min-width: 992px) and (max-width: 1199px) {
.homePageTwo .header-section .top-bar .header-right-bar .social-icon li {
	margin-right: 5px;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
.homePageTwo .header-section .top-bar .header-right-bar {
	text-align: center;
	margin-top: 10px;
}
}
.homePageTwo .header-section .navbar {
	background-color: #DE2A1C;
	margin-top: -25px;
	padding: 0 50px;
}
.homePageTwo .header-section .navbar.sticky {
	top: 25px;
	background-color: #FFFFFF;
	padding: 0;
}
.homePageTwo .header-section .navbar.sticky .navbar-collapse {
	width: 1170px;
	position: relative;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0 15px;
}
.homePageTwo .header-section .navbar.sticky .navbar-collapse .access {
	color: #222;
}
.homePageTwo .header-section .navbar.sticky .navbar-collapse .access li a {
	color: #222;
}
.homePageTwo .header-section .navbar.sticky .navbar-collapse .access li a:hover {
	color: #DE2A1C;
}
 @media (min-width: 992px) and (max-width: 1250px) {
.homePageTwo .header-section .navbar.sticky .navbar-collapse {
	width: 970px;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
.homePageTwo .header-section .navbar.sticky .navbar-collapse {
	width: 750px;
}
}
.homePageTwo .header-section .navbar .navbar-collapse .navbar-nav li.active a, .homePageTwo .header-section .navbar .navbar-collapse .navbar-nav li:hover a {
	color: #031633;
}
.homePageTwo .header-section .navbar .navbar-collapse .navbar-nav li .dropdown li a {
	color: #676767;
}
.homePageTwo .header-section .navbar .navbar-collapse .navbar-nav li .dropdown li a:hover {
	color: #DE2A1C;
}
.homePageTwo .header-section .navbar .navbar-collapse .navbar-nav li .dropdown li.active a {
	color: #DE2A1C;
}
 @media (min-width: 768px) and (max-width: 991px) {
.homePageTwo .header-section .navbar .navbar-collapse .navbar-nav li {
	padding-right: 20px;
}
}
.homePageTwo .header-section .navbar .navbar-collapse .access {
	color: #FFFFFF;
	margin: 0;
}
.homePageTwo .header-section .navbar .navbar-collapse .access li {
	font-size: 18px;
	line-height: 70px;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 3px;
}
.homePageTwo .header-section .navbar .navbar-collapse .access li a {
	color: #FFFFFF;
}
.homePageTwo .header-section .navbar .navbar-collapse .access li a:hover {
	color: #031633;
}
 @media only screen and (max-width: 991px) {
.homePageTwo .header-section .navbar .navbar-collapse .access {
	display: none;
}
}
 @media (min-width: 992px) and (max-width: 1199px) {
.homePageTwo .header-section .navbar .navbar-collapse {
	margin: 0;
}
}
.homePageTwo .call-to-action {
	background-color: #f6f6f6;
}
.homePageTwo .call-to-action::before {
	background: url(../images/cta-bg-2.jpg) no-repeat;
	height: 830px;
}
.homePageTwo .call-to-action::after {
	background: rgba(0, 0, 0, 0);
	height: 830px;
}
.homePageTwo .research-section {
	background-color: #f6f6f6;
}
 @media only screen and (max-width: 767px) {
.homePageTwo .research-section {
	padding-bottom: 50px;
}
}
.homePageTwo .research-section .research-caption {
	position: relative;
}
.homePageTwo .research-section .research-caption img {
	width: 100%;
}
.homePageTwo .research-section .research-caption .caption-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(84, 190, 115, 0.88);
}
.homePageTwo .research-section .research-caption .caption-box img {
	position: relative;
	top: 50%;
	width: auto;
	margin-top: -40px;
}
.homePageTwo .research-section .research-content .content-bar {
	margin: 0 0 0 5px;
}
 @media only screen and (max-width: 991px) {
.homePageTwo .research-section .research-content .content-bar {
	margin: 50px 0 0 0;
}
}
.homePageTwo .research-section .research-content .content-bar h3 {
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
	margin: 0;
}
 @media only screen and (max-width: 991px) {
.homePageTwo .research-section .research-content .content-bar h3 {
	font-size: 30px;
	margin-bottom: 10px;
}
}
 @media only screen and (max-width: 767px) {
.homePageTwo .research-section .research-content .content-bar h3 {
	font-size: 25px;
	line-height: 35px;
}
}
 @media only screen and (max-width: 479px) {
.homePageTwo .research-section .research-content .content-bar h3 {
	font-size: 20px;
	line-height: 25px;
}
}
.homePageTwo .research-section .research-content .content-bar p {
	margin-bottom: 35px;
}
.homePageTwo .research-section .research-content .content-bar .panel-group {
	margin: 0;
}
.homePageTwo .research-section .research-content .content-bar .panel-group .panel {
	border: 0;
	box-shadow: none;
	background-color: transparent;
	border-radius: 25px;
	margin-bottom: 10px;
}
.homePageTwo .research-section .research-content .content-bar .panel-group .panel .panel-heading {
	background-color: #FFFFFF;
	border-radius: 25px;
	padding: 15px 30px;
}
.homePageTwo .research-section .research-content .content-bar .panel-group .panel .panel-heading .panel-title {
	font-size: 20px;
}
.homePageTwo .research-section .research-content .content-bar .panel-group .panel .panel-heading .panel-title a {
	color: #031633;
}
 @media only screen and (max-width: 479px) {
.homePageTwo .research-section .research-content .content-bar .panel-group .panel .panel-heading .panel-title {
	font-size: 16px;
}
}
.homePageTwo .research-section .research-content .content-bar .panel-group .panel .panel-collapse .panel-body {
	font-size: 18px;
	line-height: 30px;
	border: 0;
	background-color: transparent;
	padding: 20px 30px 10px;
}
.homePageTwo .research-section .research-content .content-bar .panel-group .panel .panel-collapse i {
	position: relative;
	left: -30px;
	top: -37px;
}
 @media only screen and (max-width: 479px) {
.homePageTwo .research-section .research-content .content-bar .panel-group .panel .panel-collapse i {
	top: -32px;
}
}
.homePageTwo .research-section .research-content .content-bar .panel-group .panel i {
	font-size: 12px;
	background-color: #DE2A1C;
	color: #FFFFFF;
	vertical-align: top;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
.homePageTwo .research-section .research-content .content-bar .link {
	display: block;
	font-size: 18px;
	margin-top: 15px;
}
.homePageTwo .research-section .research-content .content-bar .link i {
	font-size: 20px !important;
	position: inherit !important;
	vertical-align: middle !important;
	background-color: transparent !important;
	color: #DE2A1C !important;
	padding-left: 5px;
}
.homePageTwo .network-section {
	background: #eaf1f2;
	padding: 50px 0;
}
.homePageTwo .network-section h3 {
	font-size: 36px;
	line-height: 48px;
	display: inline-block;
	margin-bottom: 0;
}
 @media only screen and (max-width: 991px) {
.homePageTwo .network-section h3 {
	font-size: 30px;
}
}
 @media only screen and (max-width: 767px) {
.homePageTwo .network-section h3 {
	font-size: 25px;
	line-height: 35px;
}
}
 @media only screen and (max-width: 1200px) {
.homePageTwo .network-section {
	text-align: center;
}
.homePageTwo .network-section .btn {
	float: none !important;
	margin-top: 30px;
	padding: 8px 35px;
}
}
.homePageTwo .contact-section {
	background: url(../images/c-bg.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 50px 0;
}
.homePageTwo .contact-section h3 {
	font-size: 36px;
	line-height: 48px;
	color: #FFFFFF;
	display: inline-block;
	margin-bottom: 0;
}
 @media only screen and (max-width: 767px) {
.homePageTwo .contact-section h3 {
	font-size: 25px;
	line-height: 35px;
}
}
.homePageTwo .contact-section .btn-primary {
	font-weight: 700;
	color: #DE2A1C;
	background-color: #FFFFFF;
}
.homePageTwo .contact-section .btn-primary:hover {
	background-color: #cccccc;
	color: #000000;
}
 @media only screen and (max-width: 991px) {
.homePageTwo .contact-section {
	text-align: center;
}
.homePageTwo .contact-section .btn {
	float: none !important;
	margin-top: 30px;
}
}
.homePageTwo .footer-section {
	position: relative;
}
/* =========================================================
        Home-Page-Three-STYLE 
============================================================ */
.homePageThree a {
	color: #36afe8;
}
.homePageThree a:focus, .homePageThree a:hover {
	color: #1376a5;
}
.homePageThree .title-bar .title-border {
	background-color: #36afe8;
}
.homePageThree #main-wrapper {
	margin: 0;
}
.homePageThree .header-section .top-bar {
	background: #192b3e;
	border: 0;
	padding: 35px 0 80px;
}
 @media only screen and (max-width: 767px) {
.homePageThree .header-section .top-bar {
	padding: 20px 0;
}
}
 @media only screen and (max-width: 479px) {
.homePageThree .header-section .top-bar {
	display: inherit;
}
}
.homePageThree .header-section .top-bar .header-left-bar li {
	border: 0;
	padding: 0;
}
.homePageThree .header-section .top-bar .header-left-bar li i {
	color: #36afe8;
}
.homePageThree .header-section .top-bar .header-right-bar .access li {
	padding: 0;
	border: 0;
	margin: 0 2px;
}
.homePageThree .header-section .top-bar .header-right-bar .access li a {
	color: #9daab8;
}
.homePageThree .header-section .top-bar .header-right-bar .access li a:hover {
	color: #36afe8;
}
.homePageThree .header-section .middle-bar {
	background: #FFFFFF;
	padding: 24px 35px;
	margin-top: -50px;
}
 @media only screen and (max-width: 991px) {
.homePageThree .header-section .middle-bar {
	margin: 0;
	padding: 10px;
	text-align: center;
}
}
.homePageThree .header-section .middle-bar .logo > img {
	padding-top: 12px;
}
 @media (min-width: 768px) and (max-width: 991px) {
.homePageThree .header-section .middle-bar .logo > img {
	max-width: 100%;
	padding-top: 12px;
}
}
 @media only screen and (max-width: 390px) {
.homePageThree .header-section .middle-bar .logo > img {
	width: 170px;
}
}
.homePageThree .header-section .middle-bar .middle-content {
	display: flex;
}
 @media only screen and (max-width: 479px) {
.homePageThree .header-section .middle-bar .middle-content {
	display: none;
}
}
.homePageThree .header-section .middle-bar .middle-content li {
	flex: 1;
}
.homePageThree .header-section .middle-bar .middle-content li i {
	font-size: 20px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	color: #FFFFFF;
	background: #36afe8;
	border-radius: 50%;
	text-align: center;
	float: left;
	box-shadow: 0 0 10px 0 #36afe8;
	margin: 6px 15px 0 0;
}
 @media (min-width: 768px) and (max-width: 991px) {
.homePageThree .header-section .middle-bar .middle-content li i {
	margin-bottom: 30px;
}
}
.homePageThree .header-section .middle-bar .middle-content li h5 {
	font-size: 24px;
	color: #031633;
	margin-bottom: 0;
}
.homePageThree .header-section .middle-bar .middle-content li .location {
	color: #666666;
}
 @media (min-width: 768px) and (max-width: 991px) {
.homePageThree .header-section .middle-bar .middle-content li .location {
	word-break: break-all;
}
}
.homePageThree .header-section .navbar {
	background-color: #36afe8;
	padding: 0px 35px;
}
.homePageThree .header-section .navbar.sticky {
	top: 70px;
	background-color: #FFFFFF;
}
.homePageThree .header-section .navbar.sticky .navbar-collapse {
	width: 1170px;
	position: relative;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0 15px;
}
.homePageThree .header-section .navbar.sticky .navbar-collapse .access {
	color: #222;
}
.homePageThree .header-section .navbar.sticky .navbar-collapse .access li a {
	color: #222;
}
.homePageThree .header-section .navbar.sticky .navbar-collapse .access li a:hover {
	color: #36afe8;
}
 @media (min-width: 992px) and (max-width: 1250px) {
.homePageThree .header-section .navbar.sticky .navbar-collapse {
	width: 970px;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
.homePageThree .header-section .navbar.sticky .navbar-collapse {
	width: 750px;
}
}
.homePageThree .header-section .navbar.sticky .social-icon li i {
	color: #36afe8;
}
.homePageThree .header-section .navbar.sticky .social-icon li i:hover {
	color: #031633;
}
 @media (min-width: 992px) and (max-width: 1299px) {
.homePageThree .header-section .navbar .navbar-collapse {
	margin: 0;
}
}
.homePageThree .header-section .navbar .navbar-collapse .navbar-nav li:hover a {
	color: #031633 !important;
}
.homePageThree .header-section .navbar .navbar-collapse .navbar-nav li.active a {
	color: #031633 !important;
}
.homePageThree .header-section .navbar .navbar-collapse .navbar-nav li.active .dropdown-menu li.active a {
	color: #36afe8 !important;
}
.homePageThree .header-section .navbar .navbar-collapse .navbar-nav li.active .dropdown-menu li a {
	color: #676767 !important;
}
.homePageThree .header-section .navbar .navbar-collapse .navbar-nav li.active .dropdown-menu li a:hover {
	color: #36afe8 !important;
}
.homePageThree .header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a {
	color: #676767 !important;
}
.homePageThree .header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a:hover {
	color: #36afe8 !important;
}
.homePageThree .header-section .navbar .navbar-collapse .navbar-nav li .map-menu h5 {
	color: #36afe8 !important;
}
.homePageThree .header-section .navbar .navbar-collapse .navbar-nav li .map-menu .dropdown li a {
	color: #676767 !important;
}
.homePageThree .header-section .navbar .navbar-collapse .navbar-nav li .map-menu .dropdown li a:hover {
	color: #36afe8 !important;
}
.homePageThree .header-section .navbar .navbar-collapse .navbar-nav li .megamenu {
	left: -360px;
}
.homePageThree .header-section .navbar .navbar-collapse .navbar-nav li .megamenu .dropdown li.active a {
	color: #36afe8 !important;
}
.homePageThree .header-section .navbar .navbar-collapse .navbar-nav li .megamenu .dropdown li a {
	color: #676767 !important;
}
.homePageThree .header-section .navbar .navbar-collapse .navbar-nav li .megamenu .dropdown li a:hover {
	color: #36afe8 !important;
}
 @media (min-width: 992px) and (max-width: 1199px) {
.homePageThree .header-section .navbar .navbar-collapse .navbar-nav li .megamenu {
	left: -250px;
}
}
 @media only screen and (max-width: 991px) {
.homePageThree .header-section .navbar .social-icon {
	display: none;
}
}
.homePageThree .header-section .navbar .social-icon li {
	display: inline-block;
	margin: 0 8px;
}
.homePageThree .header-section .navbar .social-icon li:last-child {
	margin-right: 0;
}
.homePageThree .header-section .navbar .social-icon li i {
	font-size: 22px;
	line-height: 60px;
	color: #FFFFFF;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.homePageThree .header-section .navbar .social-icon li i:hover {
	color: #031633;
}
.homePageThree .slider-section {
	padding-top: 140px;
}
 @media only screen and (max-width: 991px) {
.homePageThree .slider-section {
	padding-top: 63px;
}
}
.homePageThree .slider-section .link-button .btn-default:hover {
	background: #36afe8 !important;
}
.homePageThree .working-section {
	position: relative;
	margin: 0 0 130px;
	z-index: 99;
}
 @media only screen and (max-width: 991px) {
.homePageThree .working-section {
	margin: 0 0 40px;
}
}
 @media only screen and (max-width: 479px) {
.homePageThree .working-section {
	margin-top: 50px;
}
}
.homePageThree .working-section .section-wrapper {
	margin-top: -90px;
}
 @media only screen and (max-width: 767px) {
.homePageThree .working-section .section-wrapper {
	margin-top: 15px;
}
}
.homePageThree .working-section .section-wrapper .wrapper-content {
	position: relative;
	padding-bottom: 32px;
}
 @media only screen and (max-width: 767px) {
.homePageThree .working-section .section-wrapper .wrapper-content {
	margin-bottom: 30px;
}
}
.homePageThree .working-section .section-wrapper .wrapper-content::before {
	content: "";
	position: absolute;
	width: 0%;
	height: 1px;
	right: 50%;
	bottom: 0;
	background-color: #36afe8;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.homePageThree .working-section .section-wrapper .wrapper-content::after {
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	left: 50%;
	bottom: 0;
	background-color: #36afe8;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.homePageThree .working-section .section-wrapper .wrapper-content:hover::before {
	width: 50%;
}
.homePageThree .working-section .section-wrapper .wrapper-content:hover::after {
	width: 50%;
}
.homePageThree .working-section .section-wrapper .wrapper-content .caption {
	position: relative;
}
.homePageThree .working-section .section-wrapper .wrapper-content .caption img {
	width: 100%;
}
.homePageThree .working-section .section-wrapper .wrapper-content .caption .hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.homePageThree .working-section .section-wrapper .wrapper-content .caption .hover i {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 25px;
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.homePageThree .working-section .section-wrapper .wrapper-content .caption .hover i:hover {
	color: #36afe8;
	border-color: #36afe8;
}
 @media only screen and (max-width: 991px) {
.homePageThree .working-section .section-wrapper .wrapper-content .caption .hover i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
}
}
.homePageThree .working-section .section-wrapper .wrapper-content:hover .caption .hover {
	top: 50%;
	opacity: 1;
	margin-top: -25px;
}
.homePageThree .working-section .section-wrapper .wrapper-content h3 {
	line-height: 36px;
	margin: 15px 0 0;
}
 @media only screen and (max-width: 991px) {
.homePageThree .working-section .section-wrapper .wrapper-content h3 {
	font-size: 20px;
	line-height: 30px;
}
}
.homePageThree .working-section .section-wrapper .wrapper-content .link {
	color: #99a4b0;
}
.homePageThree .counting-section {
	background: url(../images/counter-bg-2.jpg) no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
 @media only screen and (max-width: 767px) {
.homePageThree .counting-section {
	padding: 100px 0 30px;
}
}
.homePageThree .counting-section::before {
	background: rgba(0, 0, 0, 0.2);
}
.homePageThree .counting-section::after {
	border: 2px solid #36afe8;
	background: rgba(255, 255, 255, 0.85);
}
.homePageThree .counting-section .count-description {
	color: #36afe8 !important;
}
.homePageThree .counting-section p {
	color: #031633 !important;
}
.homePageThree .research-section {
	background-color: #f2f5f7;
}
.homePageThree .research-section .research-content .content-bar {
	margin: 0 0 0 5px;
}
 @media only screen and (max-width: 991px) {
.homePageThree .research-section .research-content .content-bar {
	margin: 50px 0 0 0;
}
}
.homePageThree .research-section .research-content .content-bar .panel-group {
	margin: 0;
}
.homePageThree .research-section .research-content .content-bar .panel-group .panel {
	border: 0;
	box-shadow: none;
	background-color: transparent;
	border-radius: 25px;
	margin-bottom: 10px;
}
.homePageThree .research-section .research-content .content-bar .panel-group .panel .panel-heading {
	background-color: #FFFFFF;
	border-radius: 25px;
	padding: 15px 30px;
	box-shadow: 0 0 10px 0px rgba(64, 64, 64, 0.08);
}
.homePageThree .research-section .research-content .content-bar .panel-group .panel .panel-heading .panel-title {
	font-size: 20px;
}
.homePageThree .research-section .research-content .content-bar .panel-group .panel .panel-heading .panel-title a {
	color: #031633;
}
 @media only screen and (max-width: 479px) {
.homePageThree .research-section .research-content .content-bar .panel-group .panel .panel-heading .panel-title {
	font-size: 16px;
}
}
.homePageThree .research-section .research-content .content-bar .panel-group .panel .panel-collapse .panel-body {
	font-size: 18px;
	line-height: 30px;
	border: 0;
	background-color: transparent;
	padding: 20px 30px 10px;
}
.homePageThree .research-section .research-content .content-bar .panel-group .panel .panel-collapse i {
	position: relative;
	left: -30px;
	top: -37px;
}
 @media only screen and (max-width: 479px) {
.homePageThree .research-section .research-content .content-bar .panel-group .panel .panel-collapse i {
	top: -32px;
}
}
.homePageThree .research-section .research-content .content-bar .panel-group .panel i {
	font-size: 12px;
	background-color: #36afe8;
	color: #FFFFFF;
	vertical-align: top;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
.homePageThree .research-section .research-content .content-bar .link {
	display: block;
	font-size: 18px;
	margin-top: 15px;
}
.homePageThree .research-section .research-content .content-bar .link i {
	font-size: 20px !important;
	position: inherit !important;
	vertical-align: middle !important;
	background-color: transparent !important;
	color: #36afe8 !important;
	padding-left: 5px;
}
.homePageThree .contact-section {
	background: url(../images/cc-bg.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 50px 0;
}
.homePageThree .contact-section h3 {
	font-size: 36px;
	line-height: 48px;
	color: #FFFFFF;
	display: inline-block;
	margin-bottom: 0;
}
 @media only screen and (max-width: 991px) {
.homePageThree .contact-section h3 {
	font-size: 30px;
	line-height: 30px;
}
}
 @media only screen and (max-width: 767px) {
.homePageThree .contact-section h3 {
	font-size: 25px;
	line-height: 30px;
	display: block;
}
}
.homePageThree .contact-section .btn-primary {
	font-weight: 700;
	color: #36afe8;
	background-color: #FFFFFF;
}
.homePageThree .contact-section .btn-primary:hover {
	background-color: #cccccc;
	color: #000000;
}
 @media only screen and (max-width: 767px) {
.homePageThree .contact-section .btn {
	float: none !important;
	margin-top: 20px;
}
}
 @media only screen and (max-width: 991px) {
.homePageThree .contact-section {
	text-align: center;
}
.homePageThree .contact-section .btn {
	font-size: 14px;
	padding: 8px 15px;
}
}
.homePageThree .footer-section {
	position: relative;
	background-color: #192b3e;
}
.homePageThree .footer-section .footer-part .footer-wrapper p {
	color: #c2d1e2;
}
.homePageThree .footer-section .footer-part .footer-wrapper .time-part li {
	color: #FFFFFF;
}
.homePageThree .footer-section .footer-part .footer-wrapper .time-part li span {
	color: #36afe8;
}
.homePageThree .footer-section .footer-part .footer-wrapper .recent-post .content .time {
	color: #36afe8;
}
.homePageThree .footer-section .footer-part .footer-wrapper .page-link li > a {
	color: #c2d1e2;
}
.homePageThree .footer-section .footer-part .footer-wrapper .page-link li > a:hover {
	color: #36afe8;
}
.homePageThree .footer-section .footer-part .footer-wrapper .footer-form .form-group .footerSearchBar {
	background-color: #36afe8;
}
.homePageThree .footer-section .footer-part .footer-wrapper .footer-form .form-group .subscribeBtn > i {
	color: #36afe8;
}
.homePageThree .footer-section .footer-part .footer-wrapper .social-media li > a > i:hover {
	background-color: #36afe8;
}
.homePageThree .footer-section .copyright-section {
	background-color: #1d3147;
}
.homePageThree .footer-section .copyright-section p {
	color: #89a7c8;
}
.homePageThree .footer-section .copyright-section ul > li > a {
	color: #89a7c8;
}
.homePageThree .footer-section .copyright-section ul > li > a:hover {
	color: #36afe8;
}
.homePageThree #toTop {
	color: #36afe8;
	border-color: #36afe8;
}
.homePageThree .chat-box #open-box {
	background-color: #36afe8;
}
.homePageThree .chat-box .mail-box h4 {
	background-color: #36afe8;
}
/* =========================================================
        Home-Page-Four-STYLE 
============================================================ */
.homePageFour a {
	color: #DE2A1C;
}
.homePageFour a:focus, .homePageFour a:hover {
	color: #831911;
}
.homePageFour .title-bar .title-border {
	background-color: #DE2A1C;
}
.homePageFour #main-wrapper {
	margin: 0;
}
.homePageFour .header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .content h4 {
	color: #DE2A1C;
}
.homePageFour .header-section .navbar .navbar-collapse .navbar-nav li.dropdown:hover .dropdown-menu {
	top: 96px;
}
@media only screen and (min-width: 1200px) {
.homePageFour.box-layout .header-section .navbar.sticky {
	top: 69px;
}
}
.homePageFour .header-section .top-bar {
	background-color: #0d1d36;
	padding: 0;
	height: 0;
	-webkit-transition: 0.8s;
	-khtml-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}
.homePageFour .header-section .top-bar.active {
	padding: 30px 0;
	height: 117px;
}
.homePageFour .header-section .top-bar .contact-bar {
	display: flex;
}
.homePageFour .header-section .top-bar .contact-bar li {
	flex: 1;
}
.homePageFour .header-section .top-bar .contact-bar li .caption {
	width: 54px;
	height: 54px;
	background: #DE2A1C;
	border-radius: 50%;
	float: left;
	text-align: center;
	margin-right: 12px;
}
.homePageFour .header-section .top-bar .contact-bar li .caption img {
	padding-top: 15px;
}
 @media (min-width: 992px) and (max-width: 1199px) {
.homePageFour .header-section .top-bar .contact-bar li .caption {
	width: 45px;
	height: 45px;
}
.homePageFour .header-section .top-bar .contact-bar li .caption img {
	width: 15px;
}
}
.homePageFour .header-section .top-bar .contact-bar li h4 {
	font-size: 28px;
	color: #fcfeff;
	margin: 0;
}
 @media (min-width: 992px) and (max-width: 1199px) {
.homePageFour .header-section .top-bar .contact-bar li h4 {
	font-size: 20px;
}
}
.homePageFour .header-section .top-bar .contact-bar li .time {
	font-size: 18px;
	color: #97a0af;
}
 @media (min-width: 992px) and (max-width: 1199px) {
.homePageFour .header-section .top-bar .contact-bar li .time {
	font-size: 14px;
}
}
.homePageFour .header-section .navbar {
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
}
.homePageFour .header-section .navbar.sticky {
	top: 0;
	background-color: #FFFFFF;
	padding: 0;
}
.homePageFour .header-section .navbar.sticky .navbar-brand {
	padding: 12px 0 0 0 !important;
}
.homePageFour .header-section .navbar.sticky .navbar-brand img {
	width: auto;
}
.homePageFour .header-section .navbar.sticky .navbar-collapse {
	margin-right: 0;
}
.homePageFour .header-section .navbar.sticky .navbar-collapse .navbar-nav li.active a, .homePageFour .header-section .navbar.sticky .navbar-collapse .navbar-nav li:hover a {
	color: #DE2A1C !important;
}
.homePageFour .header-section .navbar.sticky .navbar-collapse .navbar-nav li a {
	color: #0d1d36 !important;
}
.homePageFour .header-section .navbar.sticky .navbar-collapse .navbar-nav li .dropdown-menu li a {
	color: #676767 !important;
}
.homePageFour .header-section .navbar.sticky .navbar-collapse .navbar-nav li .dropdown-menu li a:hover {
	color: #DE2A1C !important;
}
.homePageFour .header-section .navbar.sticky .navbar-collapse .navbar-nav li .dropdown-menu li.active a {
	color: #DE2A1C !important;
}
 @media (min-width: 768px) and (max-width: 991px) {
.homePageFour .header-section .navbar.sticky .navbar-collapse .navbar-nav li {
	padding-right: 20px;
}
}
.homePageFour .header-section .navbar.sticky .navbar-collapse .navbar-nav li .map-menu li .author-details .content h5 {
	color: #DE2A1C !important;
}
.homePageFour .header-section .navbar.sticky .navbar-collapse .navbar-nav li .map-menu .dropdown li a {
	color: #676767 !important;
}
.homePageFour .header-section .navbar.sticky .navbar-collapse .navbar-nav li .map-menu .dropdown li a:hover {
	color: #DE2A1C !important;
}
.homePageFour .header-section .navbar.sticky .navbar-collapse .navbar-nav li .map-menu .dropdown li.active a {
	color: #DE2A1C !important;
}
.homePageFour .header-section .navbar.sticky .navbar-collapse .navbar-nav li .megamenu .dropdown li a {
	color: #676767 !important;
}
.homePageFour .header-section .navbar.sticky .navbar-collapse .navbar-nav li .megamenu .dropdown li a:hover {
	color: #DE2A1C !important;
}
.homePageFour .header-section .navbar.sticky .navbar-collapse .navbar-nav li .megamenu .dropdown li.active a {
	color: #DE2A1C !important;
}
.homePageFour .header-section .navbar.sticky #link-button {
	display: none;
}
.homePageFour .header-section .navbar .navbar-header .navbar-brand {
	height: auto;
	padding: 12px 0 0 0;
}
.homePageFour .header-section .navbar .navbar-collapse {
	margin-right: 0px;
}
.homePageFour .header-section .navbar .navbar-collapse .navbar-nav li.active a, .homePageFour .header-section .navbar .navbar-collapse .navbar-nav li:hover a {
	color: #DE2A1C;
}
.homePageFour .header-section .navbar .navbar-collapse .navbar-nav li:hover .dropdown {
	top: 96px;
}
.homePageFour .header-section .navbar .navbar-collapse .navbar-nav li:hover .megamenu {
	top: 96px;
}
.homePageFour .header-section .navbar .navbar-collapse .navbar-nav li:hover .map-menu {
	top: 96px;
}
.homePageFour .header-section .navbar .navbar-collapse .navbar-nav li a {
	color: #0d1d36;
	line-height: 96px;
}
.homePageFour .header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a {
	color: #676767;
}
.homePageFour .header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a:hover {
	color: #DE2A1C !important;
}
.homePageFour .header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li.active a {
	color: #DE2A1C !important;
}
 @media (min-width: 768px) and (max-width: 991px) {
.homePageFour .header-section .navbar .navbar-collapse .navbar-nav li {
	padding-right: 20px;
}
}
.homePageFour .header-section .navbar .navbar-collapse .navbar-nav li .megamenu .mega-submenu .dropdown,  .homePageFour .header-section .navbar .navbar-collapse .navbar-nav li .megamenu .mega-submenu2 .dropdown,  .homePageFour .header-section .navbar .navbar-collapse .navbar-nav li .megamenu .mega-submenu3 .dropdown {
	top: 0;
}
 @media (min-width: 992px) and (max-width: 1199px) {
.homePageFour .header-section .navbar .navbar-collapse .navbar-nav li .megamenu {
	left: -315px;
}
}
.homePageFour .header-section .navbar .navbar-collapse .navbar-nav li .megamenu .dropdown li a {
	color: #676767;
}
.homePageFour .header-section .navbar .navbar-collapse .navbar-nav li .megamenu .dropdown li a:hover {
	color: #DE2A1C !important;
}
.homePageFour .header-section .navbar .navbar-collapse .navbar-nav li .megamenu .dropdown li.active a {
	color: #DE2A1C !important;
}
.homePageFour .header-section .navbar .navbar-collapse .navbar-nav li .map-menu li .author-details .content h5 {
	color: #DE2A1C;
}
 @media (min-width: 992px) and (max-width: 1199px) {
.homePageFour .header-section .navbar .navbar-collapse .navbar-nav li .map-menu {
	left: -555px;
}
}
.homePageFour .header-section .navbar #link-button {
	position: relative;
	top: -1px;
	right: -49px;
}
.homePageFour .header-section .navbar #link-button i {
	font-size: 20px;
	color: #FFFFFF;
	background-color: #DE2A1C;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 0 0 8px 8px;
	cursor: pointer;
}
 @media only screen and (max-width: 991px) {
.homePageFour .header-section .navbar {
	padding: 20px 0;
}
}
.homePageFour .slider-section {
	padding-top: 96px;
}
 @media only screen and (max-width: 991px) {
.homePageFour .slider-section {
	padding-top: 0;
}
}
.homePageFour .slider-section .btn-default:hover {
	background-color: #DE2A1C !important;
	color: #FFFFFF !important;
}
.homePageFour .business-section .left-content h2::before {
	display: none;
}
.homePageFour .business-section .left-content .progressContent .progressSection .progress .progress-bar {
	background: url(../images/progress-bar.png) no-repeat;
	background-size: cover;
}
.homePageFour .business-section .left-content .progressContent .progressSection .progress {
	background: #e3e5ea;
	border: 0;
}
.homePageFour .working-section {
	padding-bottom: 100px;
	padding-top: 100px;
}
 @media only screen and (max-width: 991px) {
.homePageFour .working-section .title-bar {
	text-align: left;
}
.homePageFour .working-section .title-bar h2 {
	margin-bottom: 0;
	font-size: 30px;
}
}
 @media only screen and (max-width: 767px) {
.homePageFour .working-section {
	padding-top: 30px;
}
.homePageFour .working-section .title-bar h2 {
	font-size: 25px;
}
}
 @media only screen and (max-width: 479px) {
.homePageFour .working-section {
	padding-top: 30px;
}
}
 @media only screen and (max-width: 767px) {
.homePageFour .working-section h4 {
	padding-top: 10px;
}
}
.homePageFour .information-section {
	background: #0D1D36;
	padding: 50px 0;
}
.homePageFour .information-section h3 {
	font-size: 36px;
	line-height: 48px;
	color: #FFFFFF;
	display: inline-block;
	margin-bottom: 0;
}
 @media only screen and (max-width: 991px) {
.homePageFour .information-section h3 {
	font-size: 30px;
	line-height: 40px;
}
}
 @media only screen and (max-width: 767px) {
.homePageFour .information-section h3 {
	font-size: 25px;
	line-height: 30px;
	display: block;
}
}
.homePageFour .information-section .btn-primary {
	font-weight: 700;
	color: #FFFFFF;
	background-color: #DE2A1C;
}
.homePageFour .information-section .btn-primary:hover {
	background-color: #b12116;
}
 @media only screen and (max-width: 991px) {
.homePageFour .information-section {
	text-align: center;
}
.homePageFour .information-section .btn {
	margin-top: 4px;
	font-size: 14px;
	padding: 8px 15px;
}
}
 @media only screen and (max-width: 767px) {
.homePageFour .information-section .btn {
	float: none !important;
	margin-top: 20px;
}
}
.homePageFour .expert-section .expert-area .expert-wrapper .expert-content .date {
	color: #DE2A1C;
}
.homePageFour .expert-section .expert-area .expert-wrapper .expert-content a i {
	color: #DE2A1C;
}
@media only screen and (max-width: 991px) {
.homePageFour .newsletter-section {
	padding-bottom: 0 !important;
}
}
@media only screen and (max-width: 991px) {
.homePageFour .contact-section .map-section #googleMap {
	height: 760px;
}
}
.homePageFour .contact-section .contact-section-one {
	top: 100px;
}
.homePageFour .contact-section .contact-section-one::before {
	content: "";
	position: absolute;
	left: 0;
	top: 70px;
	width: 100%;
	height: 500px;
	background: url(../images/s-bg.jpg) no-repeat;
	background-attachment: fixed;
	background-position: center top;
	background-size: cover;
}
 @media only screen and (max-width: 991px) {
.homePageFour .contact-section .contact-section-one::before {
	height: 820px;
}
}
.homePageFour .contact-section .contact-section-one .section-one-wrapper {
	position: relative;
	padding: 50px 55px;
	z-index: 5;
}
.homePageFour .contact-section .contact-section-one .section-one-wrapper .quote {
	font-size: 18px;
	background-color: #DE2A1C;
	color: #FFFFFF;
	border: 0;
	border-radius: 25px;
	padding: 9px 25px;
	margin: 0 0 20px 15px;
}
.homePageFour .contact-section .contact-section-one .section-one-wrapper h3 {
	font-size: 28px;
	line-height: 40px;
}
 @media only screen and (max-width: 479px) {
.homePageFour .contact-section .contact-section-one .section-one-wrapper h3 {
	font-size: 25px;
	line-height: 30px;
}
}
.homePageFour .contact-section .contact-section-one .section-one-wrapper p {
	font-size: 18px;
	line-height: 30px;
	margin-right: 103px;
	margin-left: 15px;
}
.homePageFour .contact-section .contact-section-one .section-one-wrapper .contact-wrapper .location li .text {
	font-size: 18px;
	line-height: 30px;
}
 @media (min-width: 992px) and (max-width: 1199px) {
.homePageFour .contact-section .contact-section-one .section-one-wrapper .contact-wrapper .location li .text {
	font-size: 14px;
}
}
.homePageFour .contact-section .contact-section-one .section-one-wrapper .contact-wrapper .location li i {
	color: #0d1d36;
}
.homePageFour .contact-section .contact-section-one .section-one-wrapper .contact-wrapper .location li .map-view {
	color: #DE2A1C;
}
.homePageFour .contact-section .contact-section-one .section-one-wrapper .contact-wrapper .location li .map-view i {
	color: #DE2A1C;
}
.homePageFour .contact-section .contact-section-one .section-one-wrapper .contact-wrapper .contact-form {
	margin-top: 15px;
}
.homePageFour .contact-section .contact-section-one .section-one-wrapper .contact-wrapper .contact-form .form-group {
	margin-bottom: 10px;
}
.homePageFour .contact-section .contact-section-one .section-one-wrapper .contact-wrapper .contact-form .form-group .subscribeBtn {
	display: block;
	width: 100%;
	border-radius: 8px;
	background-color: #0d1d36;
}
 @media only screen and (max-width: 991px) {
.homePageFour .contact-section .contact-section-one .section-one-wrapper .quote, .homePageFour .contact-section .contact-section-one .section-one-wrapper h3, .homePageFour .contact-section .contact-section-one .section-one-wrapper p {
	margin-left: 0;
}
}
 @media only screen and (max-width: 479px) {
.homePageFour .contact-section .contact-section-one .section-one-wrapper p {
	margin-right: 0;
}
}
.homePageFour .contact-section .contact-section-one .caption {
	position: relative;
	top: -107px;
	right: 105px;
	z-index: 1;
}
@media only screen and (max-width: 399px) {
.homePageFour .contact-section {
	padding-bottom: 500px !important;
}
}
@media only screen and (max-width: 299px) {
.homePageFour .contact-section {
	padding-bottom: 800px !important;
}
}
.homePageFour .footer-section {
	position: relative;
	background-color: #2c3e50;
}
.homePageFour .footer-section .footer-part .footer-wrapper p {
	color: #c2d1e2;
}
.homePageFour .footer-section .footer-part .footer-wrapper .time-part li {
	color: #FFFFFF;
}
.homePageFour .footer-section .footer-part .footer-wrapper .time-part li span {
	color: #DE2A1C;
}
.homePageFour .footer-section .footer-part .footer-wrapper .recent-post .content .time {
	color: #DE2A1C;
}
.homePageFour .footer-section .footer-part .footer-wrapper .page-link li > a {
	color: #c2d1e2;
}
.homePageFour .footer-section .footer-part .footer-wrapper .page-link li > a:hover {
	color: #DE2A1C;
}
.homePageFour .footer-section .footer-part .footer-wrapper .footer-form .form-group .footerSearchBar {
	background-color: #040811;
}
.homePageFour .footer-section .footer-part .footer-wrapper .footer-form .form-group .subscribeBtn > i {
	color: #FFFFFF;
	background-color: #DE2A1C;
}
.homePageFour .footer-section .footer-part .footer-wrapper .social-media li > a > i:hover {
	background-color: #DE2A1C;
}
.homePageFour .footer-section .copyright-section {
	background-color: #2c3e50;
}
.homePageFour .footer-section .copyright-section p {
	color: #787878;
}
    .homePageFour .footer-section .copyright-section ul > li > a {
	color: #FFFFFF;
}
      .homePageFour .footer-section .copyright-section ul > li > a:hover {
        color: #DE2A1C; }
.homePageFour #toTop {
  color: #fff;
  border-color: #DE2A1C;
  background-color: #DE2A1C; }
.homePageFour .chat-box #open-box {
	background-color: #DE2A1C;
}
.homePageFour .chat-box .mail-box h4 {
	background-color: #DE2A1C;
}
/* =========================================================
        Single-Page-One-STYLE 
============================================================ */
.singlePageOne .testimonial-section {
	padding-bottom: 0 !important;
}
.singlePageOne .contact-section {
	padding-top: 130px;
}
.singlePageOne .contact-section .contact-section-one {
	top: 130px;
}
.singlePageOne .menu-toggle {
	top: 58px;
	border-radius: 0;
}
.singlePageOne .menu-toggle.sticky {
	top: 0;
}
/* =========================================================
        Single-Page-Three-STYLE 
============================================================ */
.singlePageThree .header-section .navbar.sticky .navbar-nav li.active > a {
	color: #36afe8 !important;
}
/* =========================================================
        Single-Page-Four-STYLE 
============================================================ */
.singlePageFour .finance-section {
	padding-bottom: 0 !important;
}
.singlePageFour .working-section {
	padding-top: 130px;
}
/* =========================================================
        Box-Page-One-STYLE 
============================================================ */
.boxPageOne {
	margin: 0 auto;
	background: url(../images/pattern-3.jpg);
	background-attachment: fixed;
}
 @media only screen and (min-width: 1200px) {
.boxPageOne {
	width: 1200px;
}
.boxPageOne .header-section .navbar.sticky {
	width: 1200px;
	margin: -70px auto 0;
}
}
 @media (max-width: 2100px) and (min-width: 1500px) {
.boxPageOne .header-section .navbar .navbar-collapse .navbar-nav li .megamenu {
	left: -650px;
}
}
.boxPageOne .header-section .navbar .navbar-collapse .navbar-nav li .map-menu {
	left: auto;
	right: -30px;
}
.boxPageOne .slider-section .tp-banner-container {
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	margin: 0 auto;
}
.boxPageOne .slider-section .tparrows.tp-leftarrow {
	left: 0 !important;
}
.boxPageOne .slider-section .tparrows.tp-rightarrow {
	right: 0 !important;
}
.boxPageOne .counting-section::after {
	width: 100%;
}
.boxPageOne .footer-section {
	width: 1200px;
	margin: 0 auto;
}
/* =========================================================
        Box-Page-Two-STYLE 
============================================================ */
.boxPageTwo {
	margin: 0 auto;
	background: url(../images/pattern-2.jpg);
	background-attachment: fixed;
}
 @media only screen and (min-width: 1200px) {
.boxPageTwo {
	width: 1200px;
}
.boxPageTwo .header-section .navbar.sticky {
	width: 1200px;
	margin: -25px auto 0;
}
.boxPageTwo .header-section .navbar .navbar-collapse .navbar-nav li .megamenu {
	left: -330px;
}
}
.boxPageTwo .header-section .navbar .navbar-collapse .navbar-nav li .map-menu {
	left: auto;
	right: -30px;
}
.boxPageTwo .slider-section .tp-banner-container {
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	margin: 0 auto;
}
.boxPageTwo .slider-section .tparrows.tp-leftarrow {
	left: 0 !important;
}
.boxPageTwo .slider-section .tparrows.tp-rightarrow {
	right: 0 !important;
}
.boxPageTwo .counting-section::after {
	width: 100%;
}
/* =========================================================
        Box-Page-Three-STYLE 
============================================================ */
.boxPageThree {
	margin: 0 auto;
	background: url(../images/pattern.jpg);
	background-attachment: fixed;
}
 @media only screen and (min-width: 1200px) {
.boxPageThree {
	width: 1200px;
}
}
 @media only screen and (min-width: 1200px) {
.boxPageThree {
	width: 1200px;
}
.boxPageThree .header-section .navbar.sticky {
	width: 1200px;
	margin: -70px auto 0;
}
}
.boxPageThree .header-section .navbar .navbar-collapse .navbar-nav li .map-menu {
	left: auto;
	right: -30px;
}
.boxPageThree .slider-section .tp-banner-container {
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	margin: 0 auto;
}
.boxPageThree .slider-section .tparrows.tp-leftarrow {
	left: 0 !important;
}
.boxPageThree .slider-section .tparrows.tp-rightarrow {
	right: 0 !important;
}
.boxPageThree .counting-section::after {
	width: 100%;
}
/* =========================================================
        Box-Page-Four-STYLE 
============================================================ */
.boxPageFour {
	margin: 0 auto;
	background: url(../images/pattern-4.jpg);
	background-attachment: fixed;
}
 @media only screen and (min-width: 1200px) {
.boxPageFour {
	width: 1200px;
}
}
 @media only screen and (min-width: 1200px) {
.boxPageFour {
	width: 1200px;
}
.boxPageFour .header-section .navbar.sticky {
	width: 1200px;
	margin: 0 auto 0;
}
}
 @media (max-width: 2100px) and (min-width: 1500px) {
.boxPageFour .header-section .navbar .navbar-collapse .navbar-nav li .megamenu {
	left: -650px;
}
.boxPageFour .header-section .navbar .navbar-collapse .navbar-nav li .map-menu {
	left: -535px;
}
}
.boxPageFour .header-section .navbar .navbar-collapse .navbar-nav li .map-menu {
	left: auto;
	right: -30px;
}
.boxPageFour .slider-section .tp-banner-container {
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	margin: 0 auto;
}
.boxPageFour .slider-section .tparrows.tp-leftarrow {
	left: 0 !important;
}
.boxPageFour .slider-section .tparrows.tp-rightarrow {
	right: 0 !important;
}
/* =========================================================
        Sub-Page-STYLE 
============================================================ */
.sub-page .contact-section .contact-section-two {
	margin-top: 0;
}
@media only screen and (max-width: 767px) {
.sub-page .header-section .top-bar {
	display: none;
}
}
/* =========================================================
        About-Page-STYLE 
============================================================ */
.about-page .banner-section {
	background: url(../images/a-bg.jpg) no-repeat;
	background-position: center top;
	background-size: cover;
}
.about-page .working-section .section-wrapper .video-wrapper {
	border-bottom: 2px solid #efefef;
	margin: 0;
}
.about-page .working-section .section-wrapper .video-wrapper p {
	color: #777777;
	margin: 45px 0 120px;
}
 @media only screen and (max-width: 991px) {
.about-page .working-section .section-wrapper .video-wrapper p {
	margin: 25px 0 50px;
}
}
.about-page .working-section .section-wrapper .wrapper-content {
	margin-top: 120px;
}
 @media only screen and (max-width: 991px) {
.about-page .working-section .section-wrapper .wrapper-content {
	margin: 50px 0;
}
}
.about-page .working-section .section-wrapper .wrapper-content h3 {
	position: relative;
	font-size: 48px;
	font-weight: 700;
	line-height: 50px;
	float: left;
}
.about-page .working-section .section-wrapper .wrapper-content h3::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -21px;
	width: 90px;
	height: 2px;
	background: #DE2A1C;
}
 @media only screen and (max-width: 991px) {
.about-page .working-section .section-wrapper .wrapper-content h3 {
	float: none !important;
	font-size: 36px;
	line-height: 40px;
}
}
 @media only screen and (max-width: 768px) {
.about-page .working-section .section-wrapper .wrapper-content h3 {
	float: none !important;
	font-size: 25px;
	line-height: 30px;
}
.about-page .working-section .section-wrapper .wrapper-content h3::before {
	bottom: -10px;
}
}
 @media only screen and (max-width: 479px) {
.about-page .working-section .section-wrapper .wrapper-content h3 {
	float: none !important;
	font-size: 20px;
	line-height: 25px;
}
}
.about-page .working-section .section-wrapper .wrapper-content p {
	font-size: 16px;
	line-height: 27px;
	color: #777777;
	margin-left: 320px;
}
 @media only screen and (max-width: 991px) {
.about-page .working-section .section-wrapper .wrapper-content p {
	margin: 0;
	padding-top: 15px;
}
}
.about-page .working-section .section-wrapper .wrapper-content .mission-stage {
	margin-top: 45px;
}
.about-page .working-section .section-wrapper .wrapper-content .mission-stage li {
	font-size: 18px;
	line-height: 48px;
	color: #777777;
}
.about-page .working-section .section-wrapper .wrapper-content .mission-stage li i {
	width: 18px;
	height: 18px;
	line-height: 18px;
	border-radius: 50%;
	color: #FFFFFF;
	background: #DE2A1C;
	text-align: center;
	margin-right: 10px;
}
 @media only screen and (max-width: 767px) {
.about-page .working-section .section-wrapper .wrapper-content .mission-stage li {
	font-size: 16px;
	line-height: 35px;
}
}
.about-page .working-section .section-wrapper .wrapper-content .caption {
	margin-top: 61px;
}
.about-page .working-section .section-wrapper .wrapper-content .caption img {
	max-width: 100%;
}
/* =========================================================
        BlogGrid-Page-STYLE 
============================================================ */
.blogGrid-page .banner-section {
	background: url(../images/s-bg2.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
.blogGrid-page .expert-section {
	background: #eff2f4;
}
.blogGrid-page .expert-section .expert-wrapper {
	padding: 0;
}
.blogGrid-page .expert-section .expert-wrapper .expert-content {
	background: #FFFFFF;
}
/* =========================================================
        BlogSingle-Page-STYLE 
============================================================ */
.blogSingle-page #main-wrapper {
	background: #e9edf0;
}
.blogSingle-page .banner-section {
	background: url(../images/b-bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
.blogSingle-page .blog-section .blog-wrapper {
	background: #FFFFFF;
	border-bottom: 2px solid #e9edf0;
	padding: 80px 100px;
	margin-top: -100PX;
}

 @media (min-width: 992px) and (max-width: 1199px) {
.blogSingle-page .blog-section .blog-wrapper {
	padding: 50px;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
.blogSingle-page .blog-section .blog-wrapper {
	padding: 50px;
}
}
 @media only screen and (max-width: 767px) {
.blogSingle-page .blog-section .blog-wrapper {
	padding: 15px;
	margin-top: 15px;
}
}
.blogSingle-page .blog-section .blog-wrapper h3 {
	font-size: 36px;
	font-weight: 700;
	line-height: 48px;
}
 @media (min-width: 768px) and (max-width: 991px) {
.blogSingle-page .blog-section .blog-wrapper h3 {
	font-size: 30px;
	line-height: 35px;
}
}
 @media only screen and (max-width: 767px) {
.blogSingle-page .blog-section .blog-wrapper h3 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 10px;
}
}
.blogSingle-page .blog-section .blog-wrapper .information {
	margin-bottom: 27px;
}
 @media only screen and (max-width: 767px) {
.blogSingle-page .blog-section .blog-wrapper .information {
	margin-bottom: 10px;
}
}
.blogSingle-page .blog-section .blog-wrapper .information li {
	font-size: 16px;
	font-weight: 700;
	color: #999999;
	display: inline-block;
	margin-right: 70px;
}
.blogSingle-page .blog-section .blog-wrapper .information li:last-child {
	margin-right: 0;
}
 @media only screen and (max-width: 767px) {
.blogSingle-page .blog-section .blog-wrapper .information li {
	font-size: 14px;
}
}
.blogSingle-page .blog-section .blog-wrapper hr {
	margin-bottom: 27px;
}
.blogSingle-page .blog-section .blog-wrapper p {
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 20px;
}
.blogSingle-page .blog-section .blog-wrapper p span {
	font-size: 60px;
	font-weight: 700;
	color: #000000;
	vertical-align: text-top;
	line-height: 58px;
	padding-right: 3px;
}
 @media only screen and (max-width: 767px) {
.blogSingle-page .blog-section .blog-wrapper p {
	font-size: 16px;
	line-height: 27px;
}
.blogSingle-page .blog-section .blog-wrapper p span {
	font-size: 50px;
	line-height: 52px;
}
}
.blogSingle-page .blog-section .blog-wrapper h4 {
	font-size: 24px;
	font-weight: 700;
	color: #000000;
}
.blogSingle-page .blog-section .blog-wrapper h4.second-title {
	margin: 45px 0 17px;
}
.blogSingle-page .blog-section .blog-wrapper h4.third-title {
	margin: 30px 0 30px;
}
 @media only screen and (max-width: 767px) {
.blogSingle-page .blog-section .blog-wrapper h4 {
	font-size: 20px;
}
.blogSingle-page .blog-section .blog-wrapper h4.third-title {
	margin: 30px 0 15px;
}
}
 @media only screen and (max-width: 479px) {
.blogSingle-page .blog-section .blog-wrapper h4 {
	font-size: 18px;
}
}
.blogSingle-page .blog-section .blog-wrapper .caption.one {
	margin-right: 26px;
}
 @media (min-width: 992px) and (max-width: 1199px) {
.blogSingle-page .blog-section .blog-wrapper .caption.one img {
	width: 55%;
}
}
 @media (min-width: 992px) and (max-width: 1199px) {
.blogSingle-page .blog-section .blog-wrapper .caption.two img {
	width: 40%;
}
}
.blogSingle-page .blog-section .blog-wrapper .search-tag {
	display: inline-block;
	margin-top: 22px;
}
.blogSingle-page .blog-section .blog-wrapper .search-tag li {
	font-size: 15px;
	display: inline-block;
	margin-right: 15px;
}
.blogSingle-page .blog-section .blog-wrapper .search-tag li.first {
	font-size: 16px;
	font-weight: 700;
	color: #000000;
}
.blogSingle-page .blog-section .blog-wrapper .search-tag li a {
	padding: 8px 15px;
	border-radius: 10px;
}
.blogSingle-page .blog-section .blog-wrapper .search-tag li a:hover {
	background: #DE2A1C;
	color: #FFFFFF;
}
.blogSingle-page .blog-section .blog-wrapper .social-icon {
	margin-top: 22px;
}
 @media only screen and (max-width: 991px) {
.blogSingle-page .blog-section .blog-wrapper .social-icon {
	float: none !important;
}
}
.blogSingle-page .blog-section .blog-wrapper .social-icon li {
	font-size: 15px;
	display: inline-block;
	margin-right: 15px;
}
.blogSingle-page .blog-section .blog-wrapper .social-icon li.first {
	font-size: 16px;
	font-weight: 700;
	color: #000000;
}
.blogSingle-page .blog-section .blog-wrapper .social-icon li a {
	color: #666666;
	padding: 8px 15px;
	border-radius: 10px;
}
.blogSingle-page .blog-section .blog-wrapper .social-icon li a:hover {
	color: #FFFFFF;
}
.blogSingle-page .blog-section .blog-wrapper .social-icon li a:hover.facebook {
	background: #106ed2;
}
.blogSingle-page .blog-section .blog-wrapper .social-icon li a:hover.twitter {
	background: #3ad0fb;
}
.blogSingle-page .blog-section .blog-wrapper .social-icon li a:hover.linkedin {
	background: #1379bb;
}
.blogSingle-page .blog-section .comment-box {
	background: #FFFFFF;
	padding: 140px 100px 25px;
}
 @media (min-width: 992px) and (max-width: 1199px) {
.blogSingle-page .blog-section .comment-box {
	padding: 100px 50px 25px;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
.blogSingle-page .blog-section .comment-box {
	padding: 100px 50px 25px;
}
}
 @media only screen and (max-width: 767px) {
.blogSingle-page .blog-section .comment-box {
	padding: 50px 15px 25px;
}
}
.blogSingle-page .blog-section .comment-box .box-part.part-two {
	background: #f8f9f9;
	padding: 30px;
	margin: 30px 0 30px 65px;
}
 @media (min-width: 768px) and (max-width: 991px) {
.blogSingle-page .blog-section .comment-box .box-part.part-two {
	margin-left: 30px;
}
}
 @media only screen and (max-width: 767px) {
.blogSingle-page .blog-section .comment-box .box-part.part-two {
	margin-left: 15px;
}
}
 @media only screen and (max-width: 479px) {
.blogSingle-page .blog-section .comment-box .box-part.part-two {
	margin-left: 0;
}
}
.blogSingle-page .blog-section .comment-box .box-part .caption img {
	border-radius: 50%;
}
 @media only screen and (max-width: 479px) {
.blogSingle-page .blog-section .comment-box .box-part .caption {
	float: none !important;
}
}
.blogSingle-page .blog-section .comment-box .box-part .content {
	margin-left: 60px;
}
 @media only screen and (max-width: 479px) {
.blogSingle-page .blog-section .comment-box .box-part .content {
	margin: 10px 0 0;
}
}
.blogSingle-page .blog-section .comment-box .box-part .content h4 {
	font-size: 18px;
	color: #000000;
	display: inline-block;
	margin: 0 15px 15px 0;
}
.blogSingle-page .blog-section .comment-box .box-part .content .time {
	font-size: 14px;
	color: #d2d2d2;
}
.blogSingle-page .blog-section .comment-box .box-part .content p {
	color: #82929e;
	line-height: 24px;
}
.blogSingle-page .blog-section .comment-box .box-part .content .btn {
	font-size: 15px;
	padding: 2px 25px;
	border: 1px solid #d0d0d0;
	background: #FFFFFF;
}
.blogSingle-page .blog-section .comment-box .box-part .content .btn:hover {
	background: #DE2A1C;
	border-color: #DE2A1C;
}
.blogSingle-page .blog-section .comment-box h5 {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
.blogSingle-page .blog-section .comment-box h5 i {
	display: block;
	padding-top: 8px;
}
 @media only screen and (max-width: 479px) {
.blogSingle-page .blog-section .comment-box h5 {
	font-size: 16px;
}
}
/* =========================================================
        BlogList-Page-STYLE 
============================================================ */
.blogList-page .banner-section {
	background: url(../images/s-bg2.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
.blogList-page .blog-list-section {
	background: #eff2f4;
}
.blogList-page .blog-list-section .section-wrapper {
	background: #FFFFFF;
	min-height: 420px;
	margin-bottom: 30px;
}
.blogList-page .blog-list-section .section-wrapper2 {
	background: #FFFFFF;
	min-height: 420px;
	margin-bottom: 30px;
}
.blogList-page #toTop {
  color: #fff;
  border-color: #DE2A1C;
  background-color: #DE2A1C; }
 @media only screen and (max-width: 1199px) {
.blogList-page .blog-list-section .section-wrapper {
	min-height: auto;
}
}
 @media only screen and (max-width: 479px) {
.blogList-page .blog-list-section .section-wrapper {
	margin-bottom: 40px;
}
}
.blogList-page .blog-list-section .section-wrapper .caption img {
	margin-left: 50px;
}
.blogList-page .blog-list-section .section-wrapper2 .caption img {
	margin-right: 50px;
}
 @media only screen and (max-width: 1199px) {
.blogList-page .blog-list-section .section-wrapper .caption {
	float: none !important;
}
}
 @media (min-width: 768px) and (max-width: 1199px) {
.blogList-page .blog-list-section .section-wrapper .caption img {
	margin: 30px 0 0 30px;
}
.blogList-page .blog-list-section .section-wrapper2 .caption img {
	margin: 30px 0 0 30px;
}
}
 @media only screen and (max-width: 767px) {
.blogList-page .blog-list-section .section-wrapper .caption img {
	width: 100%;
	margin: 0;
	padding: 15px;
}
.blogList-page .blog-list-section .section-wrapper2 .caption img {
	width: 100%;
	margin: 0;
	padding: 15px;
}
}
.blogList-page .blog-list-section .section-wrapper .wrapper-content {
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 70px;
	padding-left: 65px;
}
.blogList-page .blog-list-section .section-wrapper2 .wrapper-content {
	padding-top: 40px;
	padding-right: 65px;
	padding-bottom: 70px;
	padding-left: 0;
}
 @media (min-width: 768px) and (max-width: 1199px) {
.blogList-page .blog-list-section .section-wrapper .wrapper-content {
	padding: 35px 0 30px 30px;
}
.blogList-page .blog-list-section .section-wrapper2 .wrapper-content {
	padding: 35px 0 30px 30px;
}
}
 @media only screen and (max-width: 767px) {
.blogList-page .blog-list-section .section-wrapper .wrapper-content {
	padding: 0 15px 20px 15px;
}
.blogList-page .blog-list-section .section-wrapper2 .wrapper-content {
	padding: 0 15px 20px 15px;
}
}
.blogList-page .blog-list-section .section-wrapper .wrapper-content .date {
	font-size: 14px;
	font-weight: 700;
	color: #82929e;
	text-transform: uppercase;
}
.blogList-page .blog-list-section .section-wrapper .wrapper-content .date span {
	color: #DE2A1C;
	margin-right: 25px;
}
.blogList-page .blog-list-section .section-wrapper .wrapper-content h3 {
	position: relative;
	font-size: 28px;
	font-weight: 700;
	line-height: 36px;
	margin: 15px 0 16px;
}
.blogList-page .blog-list-section .section-wrapper2 .wrapper-content h3 {
	position: relative;
	font-size: 28px;
	font-weight: 700;
	line-height: 36px;
	margin: 15px 0 16px;
}
 @media only screen and (max-width: 767px) {
.blogList-page .blog-list-section .section-wrapper .wrapper-content h3 {
	line-height: 25px;
	font-size: 20px;
	margin-top: 5px;
}
}
 @media only screen and (max-width: 479px) {
.blogList-page .blog-list-section .section-wrapper .wrapper-content h3 {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 25px;
}
.blogList-page .blog-list-section .section-wrapper2 .wrapper-content h3 {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 25px;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
.blogList-page .blog-list-section .section-wrapper .wrapper-content h3 {
	font-size: 20px;
	line-height: 25px;
}
}
.blogList-page .blog-list-section .section-wrapper .wrapper-content p {
	color: #666666;
	margin-bottom: 28px;
}
.blogList-page .blog-list-section .section-wrapper2 .wrapper-content p {
	color: #666666;
	margin-bottom: 28px;
}
 @media only screen and (max-width: 767px) {
.blogList-page .blog-list-section .section-wrapper .wrapper-content p {
	line-height: 27px;
	margin-bottom: 15px;
}
}
.blogList-page .blog-list-section .section-wrapper .wrapper-content .link {
	font-size: 18px;
	font-weight: 700;
	color: #DE2A1C;
}
.blogList-page .blog-list-section .section-wrapper .wrapper-content .link:hover {
	color: #2f7d46;
}
 @media only screen and (max-width: 767px) {
.blogList-page .blog-list-section .section-wrapper .wrapper-content .link {
	font-size: 17px;
}
}
.blogList-page .blog-list-section .pagination-wrapper .pagination {
	margin-top: 65px;
}
 @media only screen and (max-width: 767px) {
.blogList-page .blog-list-section .pagination-wrapper .pagination {
	margin-top: 20px;
}
}
/* =========================================================
        ServiceGrid-Page-STYLE 
============================================================ */
.serviceGrid-page .banner-section {
	background: url(../images/s-bg2.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
.serviceGrid-page .working-section img {
	width: 100%;
}
/* =========================================================
        Service-sidebar-Page-STYLE 
============================================================ */
.service-sidebar-page .banner-section {
	background: url(../images/s-bg2.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
.service-sidebar-page .working-section {
	padding-bottom: 80px !important;
}
 @media only screen and (max-width: 767px) {
.service-sidebar-page .working-section {
	padding-bottom: 50px !important;
}
}
 @media only screen and (max-width: 479px) {
.service-sidebar-page .working-section {
	padding-bottom: 30px !important;
}
}
.service-sidebar-page .working-section .working-section-two h2::before {
	right: 70px;
}
.service-sidebar-page .working-section .working-section-two .section-sidebar {
	margin-right: 50px;
}
 @media only screen and (max-width: 991px) {
.service-sidebar-page .working-section .working-section-two .section-sidebar {
	margin-right: 0;
}
}
.service-sidebar-page .working-section .working-section-two .wrapper-content {
	margin-bottom: 50px;
}
/* =========================================================
        Service-Single-Page-STYLE 
============================================================ */
.service-single-page .banner-section {
	background: url(../images/s-bg2.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
.service-single-page .working-section {
	padding-bottom: 80px;
}
.service-single-page #toTop {
  color: #fff;
  border-color: #DE2A1C;
  background-color: #DE2A1C; }

 @media only screen and (max-width: 767px) {
.service-single-page .working-section {
	padding-bottom: 50px;
}
}
 @media only screen and (max-width: 479px) {
.service-single-page .working-section {
	padding-bottom: 30px;
}
}
.service-single-page .working-section .working-section-two .section-sidebar {
	margin-right: 50px;
}
 @media only screen and (max-width: 991px) {
.service-single-page .working-section .working-section-two .section-sidebar {
	margin-right: 0;
}
}
.service-single-page .working-section .working-section-two .working-rightbar h3 {
	font-size: 36px;
	font-weight: 700;
}
 @media (min-width: 480px) and (max-width: 767px) {
.service-single-page .working-section .working-section-two .working-rightbar h3 {
	font-size: 25px;
}
}
 @media only screen and (max-width: 479px) {
.service-single-page .working-section .working-section-two .working-rightbar h3 {
	font-size: 20px;
}
}
.service-single-page .working-section .working-section-two .working-rightbar p {
	font-size: 16px;
	line-height: 27px;
	color: #666666;
	margin-bottom: 30px;
}
.service-single-page .working-section .working-section-two .working-rightbar ul {
	margin-bottom: 75px;
}
 @media only screen and (max-width: 767px) {
.service-single-page .working-section .working-section-two .working-rightbar ul {
	margin-bottom: 45px;
}
}
.service-single-page .working-section .working-section-two .working-rightbar ul li {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}
.service-single-page .working-section .working-section-two .working-rightbar ul li i {
	color: #DE2A1C;
	padding-right: 5px;
}
.service-single-page .working-section .working-section-two .working-rightbar #wr-carousel {
	padding-bottom: 60px;
	margin-bottom: 60px;
}
.service-single-page .working-section .working-section-two .working-rightbar #wr-carousel .carousel-indicators {
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}
.service-single-page .working-section .working-section-two .working-rightbar #wr-carousel .carousel-indicators li {
	width: 6px;
	height: 6px;
	border: 0;
	margin: 0 15px;
	background-color: #c6c6c6;
}
.service-single-page .working-section .working-section-two .working-rightbar #wr-carousel .carousel-indicators li.active {
	width: 12px;
	height: 12px;
	background-color: #DE2A1C;
	margin-bottom: -3px;
}
.service-single-page .working-section .working-section-two .working-rightbar .wr-nav .nav-tabs {
	border: 0;
	display: flex;
	border-bottom: 1px solid #DE2A1C;
	padding-bottom: 20px;
}
 @media only screen and (max-width: 479px) {
.service-single-page .working-section .working-section-two .working-rightbar .wr-nav .nav-tabs {
	display: block;
}
}
.service-single-page .working-section .working-section-two .working-rightbar .wr-nav .nav-tabs li {
	flex: 1;

}
 @media only screen and (max-width: 479px) {
.service-single-page .working-section .working-section-two .working-rightbar .wr-nav .nav-tabs li {
	float: none !important;
	text-align: center;
}
}
.service-single-page .working-section .working-section-two .working-rightbar .wr-nav .nav-tabs li:hover a, .service-single-page .working-section .working-section-two .working-rightbar .wr-nav .nav-tabs li.active a {
	color: #FFFFFF;
	background-color: #DE2A1C;
}

.service-single-page .working-section .working-section-two .working-rightbar .wr-nav .nav-tabs li a {
	font-size: 17px;
	font-weight: 700;
	color: #DE2A1C;
	display: inline-block;
	border: 0;
	border-radius: 25px;
	margin: 0;
	float: left;
	padding-top: 8px;
	padding-right: 36px;
	padding-bottom: 8px;
	padding-left: 36px;
}
.service-single-page .working-section .working-section-two .working-rightbar .wr-nav .tab-content {
	margin-top: 0px;
}
.service-single-page .working-section .working-section-two .working-rightbar .wr-nav .tab-content p {
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 25px;
}
.service-single-page .working-section .working-section-two .section-wrapper h4{
	font-size: 20px;
	line-height: 24px;
	color: #666;
	font-family: "Lato", sans-serif;
}
.service-single-page .working-section .working-section-two .section-wrapper h5{
	font-size: 20px;
	line-height: 24px;
	color: #333;
	font-family: 'RobotoSlab-Regular';
}


/* =========================================================
        CaseStudyGrid-Page-STYLE 
============================================================ */
.caseStudyGrid-page .banner-section {
	background: url(../images/s-bg2.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
.caseStudyGrid-page .case-grid-section .section-wrapper .wrapper-content {
	margin-bottom: 60px;
}
.caseStudyGrid-page .case-grid-section .section-wrapper .wrapper-content img {
	width: 100%;
}
.caseStudyGrid-page .case-grid-section .section-wrapper .wrapper-content h3 {
	position: relative;
	font-weight: 700;
	line-height: 36px;
	margin-top: 32px;
}
.caseStudyGrid-page .case-grid-section .section-wrapper .wrapper-content h3::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 60px;
	height: 3px;
	background: #DE2A1C;
}
 @media only screen and (max-width: 767px) {
.caseStudyGrid-page .case-grid-section .section-wrapper .wrapper-content h3 {
	line-height: 25px;
	font-size: 20px;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
.caseStudyGrid-page .case-grid-section .section-wrapper .wrapper-content h3 {
	font-size: 18px;
	line-height: 25px;
}
}
.caseStudyGrid-page .case-grid-section .section-wrapper .wrapper-content p {
	font-size: 18px;
	line-height: 36px;
	color: #999999;
}
 @media only screen and (max-width: 991px) {
.caseStudyGrid-page .case-grid-section .section-wrapper .wrapper-content p {
	line-height: 20px;
	font-size: 16px;
	margin-bottom: 30px;
}
}
.caseStudyGrid-page .case-grid-section .section-wrapper .wrapper-content .link {
	color: #DE2A1C;
	padding: 10px 20px;
	border-radius: 25px;
}
.caseStudyGrid-page .case-grid-section .section-wrapper .wrapper-content:hover .link {
	color: #FFFFFF;
	background: #DE2A1C;
}
.caseStudyGrid-page .case-grid-section .pagination-wrapper .pagination {
	margin-top: 25px;
}
/* =========================================================
        CaseStudyList-Page-STYLE 
============================================================ */
.caseStudyList-page .banner-section {
	background: url(../images/s-bg2.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
.caseStudyList-page .case-list-section .section-wrapper .wrapper-content {
	min-height: 220px;
	margin-bottom: 30px;
}
 @media only screen and (max-width: 767px) {
.caseStudyList-page .case-list-section .section-wrapper .wrapper-content {
	min-height: auto;
	margin-bottom: 70px;
}
}
 @media only screen and (max-width: 479px) {
.caseStudyList-page .case-list-section .section-wrapper .wrapper-content {
	margin-bottom: 40px;
}
}
.caseStudyList-page .case-list-section .section-wrapper .wrapper-content .caption {
	margin-right: 30px;
}
 @media only screen and (max-width: 767px) {
.caseStudyList-page .case-list-section .section-wrapper .wrapper-content .caption {
	float: none !important;
}
.caseStudyList-page .case-list-section .section-wrapper .wrapper-content .caption img {
	width: 100%;
}
}
.caseStudyList-page .case-list-section .section-wrapper .wrapper-content h3 {
	position: relative;
	font-weight: 700;
	line-height: 36px;
}
.caseStudyList-page .case-list-section .section-wrapper .wrapper-content h3::before {
	content: "";
	position: absolute;
	bottom: -10px;
	width: 60px;
	height: 3px;
	background: #DE2A1C;
}
 @media only screen and (max-width: 767px) {
.caseStudyList-page .case-list-section .section-wrapper .wrapper-content h3 {
	line-height: 25px;
	font-size: 20px;
	margin-top: 30px;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
.caseStudyList-page .case-list-section .section-wrapper .wrapper-content h3 {
	font-size: 20px;
	line-height: 25px;
}
}
.caseStudyList-page .case-list-section .section-wrapper .wrapper-content p {
	font-size: 18px;
	line-height: 36px;
	color: #999999;
}
 @media only screen and (max-width: 991px) {
.caseStudyList-page .case-list-section .section-wrapper .wrapper-content p {
	line-height: 20px;
	margin-bottom: 30px;
}
}
.caseStudyList-page .case-list-section .section-wrapper .wrapper-content .link {
	color: #DE2A1C;
	padding: 10px 20px;
	border-radius: 25px;
}
.caseStudyList-page .case-list-section .section-wrapper .wrapper-content:hover .link {
	color: #FFFFFF;
	background: #DE2A1C;
}
.caseStudyList-page .case-list-section .pagination-wrapper .pagination {
	margin-top: 35px;
}
/* =========================================================
        CaseStudySingle-Page-STYLE 
============================================================ */
.caseStudySingle-page .banner-section {
	background: url(../images/s-bg2.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
.caseStudySingle-page .single-case-section .section-wrapper {
	margin-right: 50px;
}
 @media (min-width: 992px) and (max-width: 1199px) {
.caseStudySingle-page .single-case-section .section-wrapper {
	margin-right: 20px;
}
}
 @media only screen and (max-width: 991px) {
.caseStudySingle-page .single-case-section .section-wrapper {
	margin-right: 0;
}
}
.caseStudySingle-page .single-case-section .section-wrapper .caption img {
	max-width: 100%;
}
.caseStudySingle-page .single-case-section .section-wrapper h3 {
	position: relative;
	font-size: 36px;
	font-weight: 700;
	line-height: 36px;
	margin: 50px 0 17px;
	padding-bottom: 12px;
}
.caseStudySingle-page .single-case-section .section-wrapper h3::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 60px;
	height: 3px;
	background: #DE2A1C;
}
 @media only screen and (max-width: 991px) {
.caseStudySingle-page .single-case-section .section-wrapper h3::before {
	bottom: 0;
}
}
 @media only screen and (max-width: 767px) {
.caseStudySingle-page .single-case-section .section-wrapper h3 {
	line-height: 25px;
	font-size: 20px;
	margin-top: 30px;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
.caseStudySingle-page .single-case-section .section-wrapper h3 {
	font-size: 20px;
	line-height: 25px;
}
}
.caseStudySingle-page .single-case-section .section-wrapper .sub-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 36px;
	color: #778396;
}
 @media only screen and (max-width: 991px) {
.caseStudySingle-page .single-case-section .section-wrapper .sub-title {
	line-height: 20px;
	font-size: 16px;
}
}
.caseStudySingle-page .single-case-section .section-wrapper p {
	color: #666666;
	margin: 23px 0 55px;
}
 @media only screen and (max-width: 767px) {
.caseStudySingle-page .single-case-section .section-wrapper p {
	margin: 15px 0 35px;
}
}
.caseStudySingle-page .single-case-section .section-wrapper .tab-case-page .nav-tabs {
	border: 0;
	margin-bottom: 0;
}
 @media only screen and (max-width: 479px) {
.caseStudySingle-page .single-case-section .section-wrapper .tab-case-page .nav-tabs {
	display: block;
}
}
.caseStudySingle-page .single-case-section .section-wrapper .tab-case-page .nav-tabs li {
	margin: 8px 0 30px;
}
.caseStudySingle-page .single-case-section .section-wrapper .tab-case-page .nav-tabs li:hover a, .caseStudySingle-page .single-case-section .section-wrapper .tab-case-page .nav-tabs li.active a {
	color: #FFFFFF;
	background-color: #DE2A1C;
}
.caseStudySingle-page .single-case-section .section-wrapper .tab-case-page .nav-tabs li a {
	font-size: 18px;
	font-weight: 700;
	color: #DE2A1C;
	display: inline-block;
	border: 0;
	border-radius: 0;
	background-color: #f2f2f2;
	border-right: 1px solid #FFFFFF;
	padding: 12px 36px;
	margin: 0;
}
 @media only screen and (max-width: 500px) {
.caseStudySingle-page .single-case-section .section-wrapper .tab-case-page .nav-tabs li a {
	font-size: 16px;
	padding: 10px 20px;
}
}
 @media only screen and (max-width: 350px) {
.caseStudySingle-page .single-case-section .section-wrapper .tab-case-page .nav-tabs li a {
	font-size: 12px;
	padding: 8px 15px;
}
}
.caseStudySingle-page .single-case-section .section-wrapper .tab-case-page .tab-content .tab-pane p {
	color: #666666;
	margin: 0 0 30px;
}
.caseStudySingle-page .single-case-section .section-wrapper .tab-case-page .tab-content .tab-pane .sub-caption img {
	max-width: 100%;
}
.caseStudySingle-page .single-case-section .section-wrapper .tab-case-page .tab-content .tab-pane .content li {
	color: #666666;
	margin-bottom: 28px;
}
.caseStudySingle-page .single-case-section .section-wrapper .tab-case-page .tab-content .tab-pane .content li i {
	color: #DE2A1C;
}
 @media only screen and (max-width: 767px) {
.caseStudySingle-page .single-case-section .section-wrapper .tab-case-page .tab-content .tab-pane .content {
	margin-top: 30px;
}
}
@media only screen and (max-width: 991px) {
.caseStudySingle-page .single-case-section .section-sidebar {
	margin: 0;
}
}
/* =========================================================
        Faq-Page-STYLE 
============================================================ */
.faq-page .banner-section {
	background: url(../images/f-bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
.faq-page .faq-section .faq-wrapper {
	margin-right: 50px;
}
 @media (min-width: 992px) and (max-width: 1199px) {
.faq-page .faq-section .faq-wrapper {
	margin-right: 20px;
}
}
 @media only screen and (max-width: 991px) {
.faq-page .faq-section .faq-wrapper {
	margin-right: 0;
	margin-bottom: 50px;
}
}
.faq-page .faq-section .faq-wrapper h3 {
	font-size: 36px;
	font-weight: 700;
	line-height: 34px;
	margin-bottom: 35px;
}
 @media only screen and (max-width: 991px) {
.faq-page .faq-section .faq-wrapper h3 {
	font-size: 30px;
	margin-bottom: 15px;
}
}
 @media only screen and (max-width: 767px) {
.faq-page .faq-section .faq-wrapper h3 {
	font-size: 22px;
	line-height: 25px;
	margin-bottom: 15px;
}
}
.faq-page .faq-section .faq-wrapper p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 66px;
}
 @media only screen and (max-width: 767px) {
.faq-page .faq-section .faq-wrapper p {
	margin-bottom: 50px;
}
}
 @media only screen and (max-width: 767px) {
.faq-page .faq-section .faq-wrapper p {
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 35px;
}
}
.faq-page .faq-section .faq-wrapper .content-bar {
	margin: 0 0 0 5px;
}
 @media only screen and (max-width: 991px) {
.faq-page .faq-section .faq-wrapper .content-bar {
	margin: 50px 0 0 0;
}
}
.faq-page .faq-section .faq-wrapper .content-bar .panel-group {
	margin: 0;
}
.faq-page .faq-section .faq-wrapper .content-bar .panel-group .panel {
	border: 0;
	box-shadow: none;
	background-color: transparent;
	border-radius: 25px;
	margin-bottom: 10px;
}
.faq-page .faq-section .faq-wrapper .content-bar .panel-group .panel .panel-heading {
	background-color: #eaebed;
	border-radius: 8px;
	padding: 22px 30px 22px 50px;
	box-shadow: 0 0 10px 0px rgba(64, 64, 64, 0.08);
}
 @media only screen and (max-width: 479px) {
.faq-page .faq-section .faq-wrapper .content-bar .panel-group .panel .panel-heading {
	padding-left: 20px;
}
}
.faq-page .faq-section .faq-wrapper .content-bar .panel-group .panel .panel-heading .panel-title {
	font-size: 24px;
	line-height: 28px;
}
.faq-page .faq-section .faq-wrapper .content-bar .panel-group .panel .panel-heading .panel-title a {
	color: #031633;
}
 @media only screen and (max-width: 991px) {
.faq-page .faq-section .faq-wrapper .content-bar .panel-group .panel .panel-heading .panel-title {
	font-size: 22px;
}
}
 @media only screen and (max-width: 767px) {
.faq-page .faq-section .faq-wrapper .content-bar .panel-group .panel .panel-heading .panel-title {
	font-size: 20px;
	line-height: 22px;
}
}
 @media only screen and (max-width: 479px) {
.faq-page .faq-section .faq-wrapper .content-bar .panel-group .panel .panel-heading .panel-title {
	font-size: 16px;
}
}
.faq-page .faq-section .faq-wrapper .content-bar .panel-group .panel .panel-collapse .panel-body {
	font-size: 18px;
	line-height: 30px;
	border: 0;
	color: #555555;
	background-color: #eaebed;
	border-radius: 8px;
	padding: 35px 50px 45px;
	margin-top: 10px;
}
 @media only screen and (max-width: 767px) {
.faq-page .faq-section .faq-wrapper .content-bar .panel-group .panel .panel-collapse .panel-body {
	font-size: 16px;
	line-height: 27px;
}
}
 @media only screen and (max-width: 479px) {
.faq-page .faq-section .faq-wrapper .content-bar .panel-group .panel .panel-collapse .panel-body {
	padding-left: 20px;
}
}
.faq-page .faq-section .faq-wrapper .content-bar .panel-group .panel .panel-collapse i {
	position: relative;
	left: -30px;
	top: -60px;
}
 @media only screen and (max-width: 767px) {
.faq-page .faq-section .faq-wrapper .content-bar .panel-group .panel .panel-collapse i {
	top: -54px;
}
}
.faq-page .faq-section .faq-wrapper .content-bar .panel-group .panel i {
	font-size: 12px;
	background-color: #DE2A1C;
	color: #FFFFFF;
	vertical-align: top;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
.faq-page .faq-section .faq-wrapper .content-bar .link {
	display: block;
	font-size: 18px;
	margin-top: 15px;
}
@media only screen and (max-width: 991px) {
.faq-page .faq-section .section-sidebar {
	margin: 0;
}
}
/* =========================================================
        Partner-Page-STYLE 
============================================================ */
.partner-page .banner-section {
	background: url(../images/s-bg2.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
.partner-page .partner-section .section-wrapper {
	margin-right: 30px;
}
 @media only screen and (max-width: 1199px) {
.partner-page .partner-section .section-wrapper {
	margin-right: 0;
}
}
.partner-page .partner-section .section-wrapper .wrapper-content {
	min-height: 270px;
	margin-bottom: 30px;
}
 @media only screen and (max-width: 767px) {
.partner-page .partner-section .section-wrapper .wrapper-content {
	min-height: auto;
	margin-bottom: 70px;
}
}
 @media only screen and (max-width: 479px) {
.partner-page .partner-section .section-wrapper .wrapper-content {
	margin-bottom: 40px;
}
}
.partner-page .partner-section .section-wrapper .wrapper-content .caption {
	position: relative;
	margin-right: 30px;
	z-index: 5;
}
 @media only screen and (max-width: 767px) {
.partner-page .partner-section .section-wrapper .wrapper-content .caption {
	float: none !important;
}
.partner-page .partner-section .section-wrapper .wrapper-content .caption img {
	max-width: 100%;
}
}
.partner-page .partner-section .section-wrapper .wrapper-content h3 {
	position: relative;
	font-weight: 700;
	line-height: 36px;
	padding-top: 18px;
}
.partner-page .partner-section .section-wrapper .wrapper-content h3::before {
	content: "";
	position: absolute;
	bottom: -10px;
	width: 60px;
	height: 3px;
	background: #DE2A1C;
}
 @media only screen and (max-width: 767px) {
.partner-page .partner-section .section-wrapper .wrapper-content h3 {
	line-height: 25px;
	font-size: 20px;
	margin-top: 30px;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
.partner-page .partner-section .section-wrapper .wrapper-content h3 {
	font-size: 20px;
	line-height: 25px;
}
}
 @media (min-width: 992px) and (max-width: 1199px) {
.partner-page .partner-section .section-wrapper .wrapper-content h3 {
	padding-top: 0;
}
}
.partner-page .partner-section .section-wrapper .wrapper-content p {
	font-size: 18px;
	line-height: 36px;
	color: #666666;
}
 @media only screen and (max-width: 991px) {
.partner-page .partner-section .section-wrapper .wrapper-content p {
	line-height: 27px;
	font-size: 16px;
}
}
 @media (min-width: 992px) and (max-width: 1199px) {
.partner-page .partner-section .section-wrapper .wrapper-content p {
	line-height: 30px;
}
}
@media only screen and (max-width: 991px) {
.partner-page .partner-section .section-sidebar {
	margin: 0;
}
}
/* =========================================================
        Team-Page-STYLE 
============================================================ */
.team-page .banner-section {
	background: url(../images/t-bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
.team-page .team-section .team-part .first-part {
	margin-bottom: 60px;
}
 @media only screen and (max-width: 991px) {
.team-page .team-section .team-part .first-part {
	margin-bottom: 0;
}
}
@media only screen and (max-width: 991px) {
.team-page .team-section .team-part .section-wrapper {
	margin-bottom: 30px;
}
}
.team-page .team-section .team-part .section-wrapper .caption img {
	max-width: 100%;
}
.team-page .team-section .team-part .section-wrapper .wrapper-content h3 {
	font-size: 26px;
	font-weight: 700;
	line-height: 34px;
	margin: 17px 0 0;
}
 @media only screen and (max-width: 991px) {
.team-page .team-section .team-part .section-wrapper .wrapper-content h3 {
	font-size: 24px;
}
}
 @media only screen and (max-width: 767px) {
.team-page .team-section .team-part .section-wrapper .wrapper-content h3 {
	font-size: 20px;
	line-height: 25px;
}
}
.team-page .team-section .team-part .section-wrapper .wrapper-content .position {
	font-size: 16px;
	font-weight: 700;
	line-height: 25px;
	color: #999999;
}
 @media only screen and (max-width: 767px) {
.team-page .team-section .team-part .section-wrapper .wrapper-content .position {
	font-size: 14px;
	line-height: 20px;
}
}
.team-page .team-section .team-part .section-wrapper .wrapper-content p {
	font-size: 16px;
	line-height: 27px;
	color: #666666;
	margin: 6px 0 20px;
}
.team-page .team-section .team-part .section-wrapper .wrapper-content .link {
	font-size: 16px;
	font-weight: 700;
}
 @media only screen and (max-width: 767px) {
.team-page .team-section .team-part .section-wrapper .wrapper-content .link {
	font-size: 14px;
}
}
@media only screen and (max-width: 991px) {
.team-page .team-section .pagination-wrapper .pagination {
	margin: 50px 0;
}
}
@media only screen and (max-width: 479px) {
.team-page .team-section .pagination-wrapper .pagination {
	margin: 20px 0;
}
}
.team-page .working-section {
	background: #DE2A1C;
	padding: 50px 0;
}
 @media only screen and (max-width: 550px) {
.team-page .working-section {
	text-align: center;
}
}
.team-page .working-section h3 {
	font-weight: 700;
	color: #FFFFFF;
	display: inline-block;
	margin-bottom: 0;
}
 @media only screen and (max-width: 550px) {
.team-page .working-section h3 {
	display: block;
	text-align: center;
}
}
.team-page .working-section .btn-primary {
	font-size: 18px;
	font-weight: 700;
	color: #DE2A1C;
	background: #FFFFFF;
}
 @media only screen and (max-width: 550px) {
.team-page .working-section .btn-primary {
	float: none !important;
	text-align: center;
	font-size: 15px;
	padding: 5px 20px;
}
}
/* =========================================================
        Team-Single-Page-STYLE 
============================================================ */
.team-single-page .banner-section {
	background: url(../images/t-bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
.team-single-page .team-single-section .team-part .first-part {
	margin-bottom: 60px;
}
 @media only screen and (max-width: 767px) {
.team-single-page .team-single-section .team-part .first-part {
	margin-bottom: 20px;
}
}
.team-single-page .team-single-section .team-part .caption img {
	max-width: 100%;
}
.team-single-page .team-single-section .team-part .wrapper-content h3 {
	font-size: 36px;
	font-weight: 700;
	line-height: 27px;
	margin-bottom: 10px;
}
 @media only screen and (max-width: 991px) {
.team-single-page .team-single-section .team-part .wrapper-content h3 {
	font-size: 30px;
}
}
 @media only screen and (max-width: 767px) {
.team-single-page .team-single-section .team-part .wrapper-content h3 {
	font-size: 25px;
	margin: 15px 0 0;
}
}
 @media only screen and (max-width: 479px) {
.team-single-page .team-single-section .team-part .wrapper-content h3 {
	font-size: 20px;
}
}
.team-single-page .team-single-section .team-part .wrapper-content .position {
	font-size: 17px;
	font-weight: 700;
	color: #999999;
}
 @media only screen and (max-width: 767px) {
.team-single-page .team-single-section .team-part .wrapper-content .position {
	font-size: 15px;
}
}
.team-single-page .team-single-section .team-part .wrapper-content p {
	color: #666666;
	margin: 14px 0 25px;
}
 @media only screen and (max-width: 767px) {
.team-single-page .team-single-section .team-part .wrapper-content p {
	margin-top: 5px;
}
}
.team-single-page .team-single-section .team-part .wrapper-content .contact {
	font-size: 18px;
	font-weight: 700;
	display: block;
	color: #777777;
	margin-bottom: 15px;
}
.team-single-page .team-single-section .team-part .wrapper-content .contact i {
	font-size: 22px;
	color: #DE2A1C;
	padding-right: 8px;
	vertical-align: middle;
}
 @media only screen and (max-width: 767px) {
.team-single-page .team-single-section .team-part .wrapper-content .contact {
	font-size: 18px;
}
.team-single-page .team-single-section .team-part .wrapper-content .contact i {
	font-size: 18px;
}
}
.team-single-page .team-single-section .team-part .wrapper-content .social-icon li {
	display: inline-block;
	margin-right: 10px;
}
.team-single-page .team-single-section .team-part .wrapper-content .social-icon li i {
	font-size: 25px;
}
 @media only screen and (max-width: 767px) {
.team-single-page .team-single-section .team-part .wrapper-content .social-icon li i {
	font-size: 20px;
}
}
.team-single-page .team-single-section .team-part .team-information h3 {
	font-weight: 700;
}
 @media only screen and (max-width: 991px) {
.team-single-page .team-single-section .team-part .team-information h3 {
	margin-bottom: 5px;
}
}
.team-single-page .team-single-section .team-part .team-information ul li {
	line-height: 34px;
	color: #0d1d36;
}
.team-single-page .team-single-section .team-part .team-information ul li i {
	font-size: 18px;
	color: #DE2A1C;
	padding-right: 5px;
}
@media only screen and (max-width: 767px) {
.team-single-page .team-single-section .team-part .team-information {
	margin-bottom: 30px;
}
}
@media only screen and (max-width: 991px) {
.team-single-page .team-single-section .team-part {
	margin-bottom: 80px;
}
}
@media only screen and (max-width: 768px) {
.team-single-page .team-single-section .team-part {
	margin-bottom: 30px;
}
}
.team-single-page .team-single-section .section-sidebar .contact-part {
	margin-bottom: 0;
}
/* =========================================================
        Team-two-Page-STYLE 
============================================================ */
.team-two-page .banner-section {
	background: url(../images/t-bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
.team-two-page .team-two-section .team-part {
	position: relative;
	padding-bottom: 70px;
	margin-bottom: 70px;
	margin-right: 50px;
}
.team-two-page .team-two-section .team-part.last-part {
	margin-bottom: 50px;
}
 @media only screen and (max-width: 1199px) {
.team-two-page .team-two-section .team-part {
	margin-right: 0;
}
}
 @media only screen and (max-width: 767px) {
.team-two-page .team-two-section .team-part {
	padding-bottom: 15px;
	margin-bottom: 30px;
}
}
 @media only screen and (max-width: 767px) {
.team-two-page .team-two-section .team-part .section-wrapper {
	margin-bottom: 15px;
}
}
.team-two-page .team-two-section .team-part .section-wrapper .caption img {
	margin-right: 18px;
}
 @media (min-width: 992px) and (max-width: 1199px) {
.team-two-page .team-two-section .team-part .section-wrapper .caption img {
	width: 150px;
}
}
.team-two-page .team-two-section .team-part .section-wrapper .wrapper-content h3 {
	font-size: 26px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 5px;
}
 @media only screen and (max-width: 991px) {
.team-two-page .team-two-section .team-part .section-wrapper .wrapper-content h3 {
	font-size: 22px;
}
}
 @media only screen and (max-width: 767px) {
.team-two-page .team-two-section .team-part .section-wrapper .wrapper-content h3 {
	font-size: 20px;
}
}
.team-two-page .team-two-section .team-part .section-wrapper .wrapper-content .position {
	font-size: 16px;
	font-weight: 700;
	color: #999999;
}
.team-two-page .team-two-section .team-part .section-wrapper .wrapper-content ul {
	margin: 10px 0 45px;
}
 @media (min-width: 992px) and (max-width: 1199px) {
.team-two-page .team-two-section .team-part .section-wrapper .wrapper-content ul {
	margin-bottom: 25px;
}
}
 @media only screen and (max-width: 767px) {
.team-two-page .team-two-section .team-part .section-wrapper .wrapper-content ul {
	margin-bottom: 25px;
}
}
.team-two-page .team-two-section .team-part .section-wrapper .wrapper-content ul li {
	display: inline-block;
}
.team-two-page .team-two-section .team-part .section-wrapper .wrapper-content ul li i {
	font-size: 25px;
	margin-right: 10px;
}
.team-two-page .team-two-section .team-part .section-wrapper .wrapper-content ul li i.linkedin {
	color: #03638f;
}
.team-two-page .team-two-section .team-part .section-wrapper .wrapper-content ul li i.twitter {
	color: #65b2e5;
}
.team-two-page .team-two-section .team-part .section-wrapper .wrapper-content ul li i.facebook {
	color: #00529c;
}
.team-two-page .team-two-section .team-part .section-wrapper .wrapper-content .link {
	font-size: 22px;
	line-height: 20px;
}
.team-two-page .team-two-section .team-part .border {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #e8e8e8;
}
.team-two-page .team-two-section .pagination-wrapper .pagination {
	margin-top: -10px;
}
.team-two-page .working-section {
	background: #DE2A1C;
	padding: 50px 0;
}
 @media only screen and (max-width: 550px) {
.team-two-page .working-section {
	text-align: center;
}
}
.team-two-page .working-section h3 {
	font-weight: 700;
	color: #FFFFFF;
	display: inline-block;
	margin-bottom: 0;
}
 @media only screen and (max-width: 550px) {
.team-two-page .working-section h3 {
	display: block;
	text-align: center;
}
}
.team-two-page .working-section .btn-primary {
	font-size: 18px;
	font-weight: 700;
	color: #DE2A1C;
	background: #FFFFFF;
}
 @media only screen and (max-width: 550px) {
.team-two-page .working-section .btn-primary {
	float: none !important;
	text-align: center;
	font-size: 15px;
	padding: 5px 20px;
}
}
/* =========================================================
        Team-two-Page-STYLE 
============================================================ */
.testimonial-page .banner-section {
	background: url(../images/c-bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
.testimonial-page .testimonial-part-two {
	margin-right: 50px;
}
 @media only screen and (max-width: 1199px) {
.testimonial-page .testimonial-part-two {
	margin-right: 0;
}
}
 @media only screen and (max-width: 991px) {
.testimonial-page .testimonial-part-two {
	margin-bottom: 80px;
}
}
 @media only screen and (max-width: 768px) {
.testimonial-page .testimonial-part-two {
	margin-bottom: 50px;
}
}
.testimonial-page .section-sidebar .asset-part .btn {
	margin: 10px 0;
}
/* =========================================================
        History-Page-STYLE 
============================================================ */
.history-page .banner-section {
	background: url(../images/h-bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
.history-page .history-section .history-part {
	margin-right: 50px;
}
 @media only screen and (max-width: 991px) {
.history-page .history-section .history-part {
	margin-right: 0;
}
}
.history-page .history-section .history-part .header h2 {
	position: relative;
	padding-bottom: 20px;
}
.history-page .history-section .history-part .header h2::before {
	content: "";
	position: absolute;
	width: 90px;
	height: 2px;
	left: 0;
	bottom: 0;
	background: #DE2A1C;
}
 @media only screen and (max-width: 767px) {
.history-page .history-section .history-part .header h2 {
	font-size: 35px;
}
}
 @media only screen and (max-width: 479px) {
.history-page .history-section .history-part .header h2 {
	font-size: 25px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.history-page .history-section .history-part .header h2::before {
	display: none;
}
}
.history-page .history-section .history-part .header p {
	font-size: 18px;
	color: #777777;
	margin-bottom: 75px;
}
 @media only screen and (max-width: 479px) {
.history-page .history-section .history-part .header p {
	font-size: 16px;
	margin-bottom: 50px;
}
}
.history-page .history-section .history-part .section-wrapper .history-content {
	padding-bottom: 23px;
	margin-bottom: 55px;
	border-bottom: 1px solid #eee;
}
 @media only screen and (max-width: 479px) {
.history-page .history-section .history-part .section-wrapper .history-content {
	padding-bottom: 15px;
	margin-bottom: 35px;
}
}
.history-page .history-section .history-part .section-wrapper .history-content.last-content {
	margin-bottom: 0;
}
 @media only screen and (max-width: 991px) {
.history-page .history-section .history-part .section-wrapper .history-content.last-content {
	margin-bottom: 55px;
}
}
.history-page .history-section .history-part .section-wrapper .history-content .date {
	font-size: 30px;
	font-weight: 700;
	color: #FFFFFF;
	background: #DE2A1C;
	padding: 2px 8px;
}
 @media only screen and (max-width: 479px) {
.history-page .history-section .history-part .section-wrapper .history-content .date {
	font-size: 20px;
}
}
.history-page .history-section .history-part .section-wrapper .history-content img {
	max-width: 100%;
}
.history-page .history-section .history-part .section-wrapper .history-content h3 {
	font-weight: 700;
	margin: 17px 0 12px;
}
.history-page .history-section .history-part .section-wrapper .history-content h3 a {
	color: #031633;
}
 @media only screen and (max-width: 479px) {
.history-page .history-section .history-part .section-wrapper .history-content h3 {
	margin: 0;
}
}
.history-page .history-section .history-part .section-wrapper .history-content:hover h3 > a {
	color: #DE2A1C;
}
.history-page .history-section .history-part .section-wrapper .history-content p {
	color: #666666;
}
/* =========================================================
        Careers-Page-STYLE 
============================================================ */
.careers-page .banner-section {
	background: url(../images/cr-bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
.careers-page .careers-content .section-title {
	margin-top: 23px;
}
.careers-page .careers-content .section-title h2 {
	position: relative;
	line-height: 75px;
	margin-bottom: 0;
}
.careers-page .careers-content .section-title h2::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70px;
	height: 2px;
	background-color: #DE2A1C;
}
 @media only screen and (max-width: 991px) {
.careers-page .careers-content .section-title h2 {
	font-size: 36px;
	line-height: 45px;
}
}
 @media only screen and (max-width: 768px) {
.careers-page .careers-content .section-title h2 {
	font-size: 25px;
	line-height: 35px;
}
}
 @media only screen and (max-width: 479px) {
.careers-page .careers-content .section-title h2 {
	font-size: 20px;
	line-height: 30px;
}
}
 @media only screen and (max-width: 991px) {
.careers-page .careers-content .section-title {
	margin: 0 0 15px;
}
}
.careers-page .careers-content p {
	color: #777777;
}
.careers-page .careers-content .careers-gallery {
	margin-top: 25px;
}
.careers-page .careers-content .careers-gallery img {
	max-width: 100%;
}
.careers-page .careers-content .reason-joinus .section-title h2 {
	position: relative;
	line-height: 55px;
	margin: 150px 0 0;
}
 @media only screen and (max-width: 1199px) {
.careers-page .careers-content .reason-joinus .section-title h2 {
	margin-top: 50px;
}
}
 @media only screen and (max-width: 768px) {
.careers-page .careers-content .reason-joinus .section-title h2 {
	margin-top: 30px;
}
}
.careers-page .careers-content .reason-joinus .section-title h2::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 70px;
	height: 2px;
	background-color: #DE2A1C;
}
 @media only screen and (max-width: 991px) {
.careers-page .careers-content .reason-joinus .section-title h2 {
	font-size: 30px;
	line-height: 45px;
}
}
 @media only screen and (max-width: 768px) {
.careers-page .careers-content .reason-joinus .section-title h2 {
	font-size: 25px;
	line-height: 35px;
}
}
 @media only screen and (max-width: 479px) {
.careers-page .careers-content .reason-joinus .section-title h2 {
	font-size: 20px;
	line-height: 25px;
}
}
.careers-page .careers-content .reason-joinus .grid-wrapper {
	margin-top: 20px;
}
 @media only screen and (max-width: 991px) {
.careers-page .careers-content .reason-joinus .grid-wrapper {
	margin: 20px 0 50px;
}
}
.careers-page .careers-content .reason-joinus .grid-wrapper .grid {
	margin: 45px 50px 0 0;
}
 @media only screen and (max-width: 767px) {
.careers-page .careers-content .reason-joinus .grid-wrapper .grid {
	margin: 30px 0 0;
}
}
.careers-page .careers-content .reason-joinus .grid-wrapper .grid p {
	color: #666666;
	margin: 20px 0 0;
}
.careers-page .careers-content .reason-joinus .grid-wrapper .grid p span {
	color: #DE2A1C;
}
.careers-page .working-section {
	background: #DE2A1C;
	padding: 50px 0;
}
 @media only screen and (max-width: 1199px) {
.careers-page .working-section {
	text-align: center;
}
}
.careers-page .working-section h3 {
	font-weight: 700;
	line-height: 54px;
	color: #FFFFFF;
	display: inline-block;
	margin-bottom: 0;
}
 @media only screen and (max-width: 550px) {
.careers-page .working-section h3 {
	display: block;
	text-align: center;
}
}
 @media only screen and (max-width: 767px) {
.careers-page .working-section h3 {
	font-size: 20px;
	line-height: 35px;
}
}
 @media only screen and (max-width: 767px) {
.careers-page .working-section h3 {
	line-height: 25px;
	margin-bottom: 20px;
}
}
 @media only screen and (max-width: 1199px) {
.careers-page .working-section .working-form {
	float: none !important;
	margin-top: 15px;
}
}
 @media only screen and (max-width: 1199px) {
.careers-page .working-section .working-form {
	margin-top: 5px;
}
}
.careers-page .working-section .working-form .form-group {
	display: inline-block;
	margin-bottom: 0;
	font-size: 18px;
}
.careers-page .working-section .working-form .form-group .workingSearchBar {
	font-size: 18px;
	font-weight: 300;
	color: #FFFFFF;
	background-color: #419559;
	border: 0;
	border-radius: 25px 0 0 25px;
	padding: 28px 160px 28px 30px;
}
 @media only screen and (max-width: 767px) {
.careers-page .working-section .working-form .form-group .workingSearchBar {
	padding: 20px 100px 20px 30px;
}
}
 @media only screen and (max-width: 479px) {
.careers-page .working-section .working-form .form-group .workingSearchBar {
	padding: 20px 0 20px 30px;
}
}
 @media only screen and (max-width: 379px) {
.careers-page .working-section .working-form .form-group .workingSearchBar {
	border-radius: 15px;
	margin-bottom: 10px;
}
}
.careers-page .working-section .working-form .form-group .subscribeBtn {
	font-weight: 700;
	text-transform: uppercase;
	color: #DE2A1C;
	background-color: #FFFFFF;
	border-radius: 0 25px 25px 0;
	padding: 15px 30px 14px;
	margin-left: -3px;
}
 @media only screen and (max-width: 767px) {
.careers-page .working-section .working-form .form-group .subscribeBtn {
	font-size: 16px;
	padding: 8px 30px 7px;
}
}
 @media only screen and (max-width: 379px) {
.careers-page .working-section .working-form .form-group .subscribeBtn {
	border-radius: 15px;
}
}
/* =========================================================
        Contact-Page-STYLE 
============================================================ */
.contact-page .banner-section {
	background: url(../images/c-bg.jpg) no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.contact-page .contact-section {
	margin-top: 0px;
}
.contact-page .contact-section-one {
	margin-top: 100px;
	margin-bottom:100px
}
.contact-page #toTop {
  color: #fff;
  border-color: #DE2A1C;
  background-color: #DE2A1C; }
/* =========================================================
        Color-Switcher-STYLE 
============================================================ */
.style-switcher-box {
	background-color: #FFFFFF;
	width: 252px;
	padding: 50px 25px;
	position: fixed;
	left: -252px;
	top: 15%;
	z-index: 999;
	border: 1px solid #d9d9d9;
	-webkit-transition: 0.3s;
	-khtml-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.style-switcher-box button {
	background-color: #DE2A1C;
	width: 45px;
	height: 45px;
	line-height: 40px;
	text-align: center;
	color: #000000;
	font-size: 20px;
	border: 0;
	outline: 0;
	box-shadow: none;
	position: absolute;
	right: -45px;
	top: 50px;
}
.style-switcher-box button i {
	color: #FFFFFF;
	-webkit-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
}
.style-switcher-box h5 {
	font-size: 18px;
	color: #000000;
	text-align: center;
	margin: 0 0 2em;
	text-transform: uppercase;
}
.style-switcher-box .main-list > .list {
	margin-bottom: 30px;
}
.style-switcher-box .main-list > .list:last-child {
	margin-bottom: 0;
}
.style-switcher-box .list-title {
	display: block;
	font-size: 12px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.style-switcher-box .list > .sublist {
	margin-bottom: 10px;
}
.style-switcher-box .list > .sublist:last-child {
	margin-bottom: 0;
}
.style-switcher-box .sublist span {
	display: block;
	font-size: 12px;
	margin-bottom: 5px;
}
.style-switcher-box .sublist ul {
	overflow: hidden;
}
.style-switcher-box .sublist ul li {
	float: left;
	min-width: 32px;
	min-height: 32px;
	margin: 0 5px 5px 0;
	cursor: pointer;
}
.style-switcher-box .sublist ul li.color-default {
	background: #DE2A1C;
}
.style-switcher-box .sublist ul li.color-style1 {
	background: #C1AA81;
}
.style-switcher-box .sublist ul li.color-style2 {
	background: #FA9928;
}
.style-switcher-box .sublist ul li.color-style3 {
	background: #e21f2f;
}
.style-switcher-box .sublist ul li.color-style4 {
	background: #09142d;
}
.style-switcher-box .sublist ul li.color-style5 {
	background: #3498db;
}
.style-switcher-box .sublist ul li.color-style6 {
	background: #a57b4a;
}
.style-switcher-box .sublist ul li.color-style7 {
	background: #09a223;
}
.style-switcher-box .sublist ul li.color-style8 {
	background: #904eab;
}
.style-switcher-box .sublist ul li.color-style9 {
	background: #38cbcb;
}
.style-switcher-box .pattern-bg .sublist ul {
	overflow: hidden;
}
.style-switcher-box .pattern-bg .sublist ul li {
	float: left;
	min-width: 32px;
	min-height: 32px;
	margin: 0 5px 5px 0;
	cursor: pointer;
	background: url(../images/sp.jpg) no-repeat;
}
.style-switcher-box .layout ul li {
	background-color: #DE2A1C;
	min-height: 20px;
	color: #FFFFFF;
	padding: 5px 10px;
	font-size: 12px;
}
.style-switcher-box p {
	font-size: 11px;
	margin: 15px 0 0;
}
.style-switcher-box p span {
	color: #ff6666;
}
.toggle-switcherbox {
	left: 0;
}

/*** rotating ***/
@-webkit-keyframes rotating {
 form {
 -webkit-transform: rotate(0);
 transform: rotate(0);
}
to {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
}
@keyframes rotating {
 form {
 -webkit-transform: rotate(0);
 transform: rotate(0);
}
to {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
}
/* =========================================================
        Chat-Box STYLE 
============================================================ */
.chat-box #open-box {
	position: fixed;
	right: 20px;
	bottom: 10px;
	background: #DE2A1C;
	padding: 8px 26px;
	border-radius: 25px;
	font-size: 18px;
	color: #FFFFFF;
	cursor: pointer;
	z-index: 99;
}
 @media only screen and (max-width: 767px) {
.chat-box #open-box {
	font-size: 15px;
	padding: 5px 20px;
}
}
.chat-box .mail-box {
	position: fixed;
	right: 20px;
	bottom: 10px;
	width: 300px;
	height: 400px;
	background-color: #FFFFFF;
	border: 1px solid #eee;
	border-radius: 8px;
	z-index: 1000;
	display: none;
}
.chat-box .mail-box.active {
	display: block;
}
.chat-box .mail-box h4 {
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	background-color: #DE2A1C;
	border-radius: 8px 8px 0 0;
	padding: 8px 0;
	margin: -1px -1px 0 -1px;
}
.chat-box .mail-box h4 .close-box {
	cursor: pointer;
	margin-right: 15px;
}
.chat-box .mail-box .chat-form {
	padding: 15px;
}
.chat-box .mail-box .chat-form .form-group {
	margin: 0 0 5px;
}
.chat-box .mail-box .chat-form .form-group label {
	color: #0d1d36;
}
.chat-box .mail-box .chat-form .form-group .chatSearchBar {
	width: 100%;
	padding: 0 10px;
}
.chat-box .mail-box .chat-form .form-group .subscribeBtn {
	margin-top: 15px;
	border-radius: 8px;
	padding: 4px 12px;
	color: #FFFFFF;
}
/* =========================================================
        Scroll-To-Top-STYLE 
============================================================ */
#toTop {
	position: fixed;
  bottom: 80px;
  right: 30px;
  color: #DE2A1C;
  cursor: pointer;
  display: none;
  width: 35px;
  height: 35px;
  font-size: 16px;
  line-height: 30px;
  border: 1px solid #DE2A1C;
  border-radius: 50px;
  text-align: center;
  z-index: 999; }

/* =========================================================
        Preloader-STYLE 
============================================================ */
#preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	background-color: #28292e;
	z-index: 999999;
}
#preloader img {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	margin-top: -50px;
}

/*# sourceMappingURL=style.css.map */
.box{
    overflow:hidden;
    position:relative;
}
.box .box-img img{
    width: 100%;
    height: auto;
}
.box .content{
    width: 100%;
    height: 100%;
    padding:60px 30px;
    background:rgba(226,30,36,0.5);
    position: absolute;
    top: 0;
    left: -100%;
    transition:all 0.50s ease 0s;
}
.box:hover .content{
    left:0;
}
.box .title{
    font-size:36px;
    color:#fff;
    text-transform:capitalize;
    font-weight: bold;
    margin:0 0 0px 0;
}
.box .description{
    font-size:16px;
    color:#fff;
	font-weight: bold;
    margin-bottom:35px;
}
.box .read-more{
    padding:7px 15px;
    background:#333;
    color:#fff;
    text-transform: capitalize;
	border-radius: 30px
}
.box .read-more:active, .read-more:hover{
    background:#fff;
    color:#DE2A1C;
}
@media only screen and (max-width: 990px){
    .box{
        
    }
}
@media only screen and (max-width: 480px){
    .box .content{
        padding: 20px 30px;
    }
}
License Terms 

a.opacity-2{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
a.opacity-2:hover{
	filter: alpha(opacity=60);
	-moz-opacity: .60;
	opacity: .60;
}
.newsdate{
	font-size: 18px;
	color: #DE2A1C;
	display: block;
	padding-top: 5px;
	padding-bottom: 10px;
	}
.space1{
	display: block;
	height: 20px;
	width: 100%;
	}
.space2{
	display: none;
	}
@media only screen and (max-width: 990px){
.space1{
	display: none;
	}
.space2{
	display: block;
	height: 20px;
	width: 100%;
	}
	.contact-page .contact-section-one {
	margin-top: 20px;
	margin-bottom:100px
}
}
