/*TWMG Team 24 August 2015*/

@font-face {
    font-family: dinblack;
    src: url("../fonts/DIN Black Regular.otf") format("opentype");
}
.no-left-padding-lg
{
padding-left: 0px !important;
}
.no-right-padding-lg
{
padding-right: 0px !important;
}
.hidden{display:none;}
body {
    background-color: #1c6db7;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
}
.white {
    background-color: #ffffff;
}
.header {
    height: 120px;
}
.custom .main-menu {
    background-color: #0053a0;
    height: 53px;
}
.custom .navbar-default {
    background-color: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border: none;
    min-height: 53px;
}
.custom .navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 0px;
    font-weight: 700;
    font-size: 17.99px;
    color: #ffffff;
    text-transform: uppercase;
}
.custom .navbar-default .navbar-collapse,
.custom .navbar-default .navbar-form {
    background-color: transparent;
}
.custom .navbar-collapse {
	padding-left: 0;}
.custom .navbar-default .navbar-nav>li>a:focus,
.custom .navbar-default .navbar-nav>li>a:hover {
    background-color: #0053a0;
    color: #ef3e33;
}
.custom .navbar-default .navbar-nav>.active>a,
.custom .navbar-default .navbar-nav>.active>a:focus,
.custom .navbar-default .navbar-nav>.active>a:hover {
    background-color: #0053a0;
    color: #ef3e33;
}
.custom .navbar-default .navbar-nav>li>a {
    color: #ffffff;
    padding-left: 13px;
    padding-right: 13px;
}
.custom .item-top {
    float: left;
    padding-top: 34px;
    /*margin-right: 53px;*/
	margin-right:25px;
}
.custom .item-top.last {
    margin-right: 0;
}
.custom .item-top.phone {
	float: right;
	font-family: "Roboto",sans-serif;
	font-size: 18px;
	font-weight: 900;
	padding-top: 40px;
	text-transform: uppercase;
	text-align: right;
}
.custom .item-top.phone a {
    color: #337ab7;
}
.custom .item-top.phone a:hover {
    text-decoration: none;
    color: #337ab7;
}
.custom .search-form .navbar-form .form-control,
.custom .search-form .navbar-form .form-control:focus {
    border: none !important;
    border-color: transparent;
    background-color: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    font-weight: 300;
    font-size: 21px;
    padding: 0;
}
.custom .search-form .btn-default {
    padding: 0;
    margin: 0;
    background-color: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    outline: none;
    border: none !important;
    border-color: transparent;
    color: #c5d2de;
    font-size: 21px;
}
.custom .search-form form.navbar-form {
    border-bottom: 1px solid #ffffff;
    margin-top: 8px;
    margin-bottom: 0;
    padding-left: 5px;
}
.custom .navbar-right {
    margin-right: 0;
}
.banner {
    max-height: 573px;
    overflow: hidden;
    border-bottom: 13px solid #31353e;
}
/*TWMG Team 06 May 2015*/
/*.banner .carousel.slide .carousel-inner>.item:last-child {
	margin-top: -5px;
	margin-bottom: -7px;
}*/
/*.banner .carousel.slide .carousel-inner>.item:last-child img {
	margin-top: -5px;
	margin-bottom: -7px;
	-webkit-transform: scaleX(-1);
  	transform: scaleX(-1);
}*/
.img-responsive {
    width: 100%;
}
.section {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.section h2,
.section h3,
.section span.heading {
    font-family: 'Roboto Condensed', sans-serif;
    color: #1a4b90;
}
.section.grey {
    background-color: #eaeaea;
}
.section .item-section {
    color: #31353e;
    font-size: 14px;
    font-weight: 400;
    border-right: 1px solid #d2d2d2;
    margin-left: -15px;
    margin-right:  -15px;
    padding-top: 45px;
    padding-bottom: 38px;
    min-height: 429px;
}
.section .item-section.last {
    border-right: 1px solid transparent;
}
.section .item-section .title,
.section .item-section .title h2 {
    font-size: 19.76px;
    color: #1a4b90;
    font-weight: 700;
    text-align: center;
}
.section .item-section .title a {
    text-decoration: none;
    color: #1a4b90;
    font-weight: 700;
}
.section .item-section .readmore,
.section .item-section .readmore a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
}
.section .item-section .readmore a {
    display: block;
    background-color: #ef3e33;
    text-decoration: none;
    /*width: auto;*/
    padding: 4px 12px;
    width: 122px;
    margin: 0 auto;
    float: none;
}
.product-landing .item-section .readmore a {
	padding: 4px 12px;
} 
.section .item-section .img,
.section .item-section .title,
.section .item-section .summary,
.section .item-section .readmore {
    padding-left: 15px;
    padding-right: 15px;
}
.section .item-section .title {
    padding-bottom: 20px;
}
.section .item-section .summary {
    padding-bottom: 10px;
    /*min-height: 125px;*/
    min-height: 140px;
    font-size: 14px;
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
}
.section .item-section-two {
    padding-top: 45px;
    padding-bottom: 38px;
    line-height: 1.3;
}
a.custom-button-content {
    background-color: #999999;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 700;
    padding: 15px 25px;
    color: #ffffff;
    margin-right: 15px;
}
a.custom-button-content:hover {
    text-decoration: none;
    color: #ffffff;
}
a.custom-button-content.red {
    background-color: #ef3e33;
}
a.custom-button-content.blue {
    background-color: #0053a0;
}
.section .item-section-two p {
    margin-bottom: 55px;
}
.section .item-section-two h1.customH1{
    font-size: 18px;
    margin-bottom: 7px;
    margin-top: 15px;
    color: #ef3e33;
}
.section .item-section-two h3, .section .item-section-two span.heading {
    margin-bottom: 29px;
    font-size: 19.76px;
    line-height: 1.4em;
}
.section .item-section-two span.heading {
    display: block;
    margin-top: 15px;
}
.section .item-section-two ul {
    padding-left: 0;
    line-height: 1.3em;
}
.section .item-section-two ul li {
    background: url(../images/marked.png) no-repeat;
    background-position: 0px 5px;
    list-style: none;
    padding-left: 35px;
    margin-bottom: 20px;
}
.section .item-section-two.content {
    max-width: 475px;
}
.section .item-section-two strong {
    color: #0053a0;
}
.section .page-section {
    color: #31353e;
    font-size: 14px;
    font-weight: 400;
    /*margin-left: -15px;

    margin-right:  -15px;*/
    
    padding-top: 45px;
    padding-bottom: 38px;
    min-height: 429px;
}
.breadcrumb {
    background: url(../images/bg-breadcrumb.jpg) no-repeat 100%;
    background-size: cover;
    background-color: #fff;
    min-height: 125px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 5px solid #1a4b90;
}
.breadcrumb .container {
    margin-bottom: -5px;
}
.breadcrumb h2, .breadcrumb span.heading {
    display: inline-block;
    font-weight: bold;
    margin-top: 75px;
    margin-bottom: 0;
    font-size: 60px;
    line-height: 42px;
    text-transform: uppercase;
}
.breadcrumb ul {
    position: relative;
    display: inline-block;
    list-style: none;
    top: -5px;
    margin: 0;
}
.breadcrumb ul li {
    display: inline-block;
}
.breadcrumb .b_separator {
    color: #23527c;
}
.contact-form .form-control {
    background-color: #eaeaea;
    border-radius: 0;
}
.contact-form input[type="text"]:active,
.contact-form input[type="textarea"]:active {
    outline: 0px !important;
    -webkit-appearance: none;
}
.contact-form .btn-submit {
    display: block;
    border: none;
    color: #fff;
    background-color: #ef3e33;
    text-decoration: none;
    width: 97px;
    padding: 9px 0;
    float: right;
}
.contact-form .btn-submit:hover,
.product-details .enquire-btn a:hover {
    background-color: #9f9f9f;
}
.product-landing .col-sm-4 {
    border-right: 1px solid #d2d2d2;
}
.product-landing .col-sm-4:last-child,
.product-landing .item-section {
    border: 0;
}
.product-landing .item-section .img {
    height: 88px;
    margin-bottom: 20px;
}
.product-landing .item-section .summary {
    min-height: 240px;
    padding-left: 25px;
    padding-right: 25px;
}
.category-description {
    padding: 20px 0;
    border-bottom: 2px solid #cfcfcf;
}
.product-category .product-list .col-md-3 {
    border-bottom: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    height: 621px;
}
.product-category .product-list .col-md-3.last,
.product-category .product-list .item-section {
    border-right: 0;
}
.product-category .product-list h5 {
    color: #1a4b90;
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 20px;
}
.product-category .product-list .item-section .summary {
    min-height: 280px;
}
.product-details,
.services-details {
    margin-top: 20px;
    margin-bottom: 30px;
}
.services-details {
	margin-top: 58px;
}
.product-details .related-products,
.services-details .related-services {
    padding-left: 20px;
    list-style: none;
}
.services-details .related-services {
	padding-left: 0;
}
.product-details h3,
.product-details h4,
.product-details h1,
.section .page-section h1,
.section .page-section h2,
.section .page-section h3,
.product-details .related-products li a,
.services-details h3,
.services-details h4,
.services-details h1,
.enquiry-form h2,
.services-details .related-services li a,
.section.white h1.customH1 {
	font-family: 'Roboto', sans-serif;
    color: #1a4b90;
    font-weight: 700;
}
.product-details h3,
.product-details h4,
.product-details h1,
.section .page-section h1,
.section .page-section h2,
.section .page-section h3,
.services-details h3,
.services-details h4,
.enquiry-form h2,
.services-details h1,
.section.white h1.customH1 {
	font-family: 'Roboto', sans-serif;
    margin-top: 0;
    font-size: 20px;
    font-weight: 900;
}

.section.white h1.customH1 {
    margin-top: 20px;
}

.product-details h5,
.product-details .related-products li.active a,
.services-details h5,
.services-details .related-services li.active a {
    color: #EF3A2F;
    font-weight: bold;
}
.product-details .product-image,
.services-details .services-image {
    margin-bottom: 30px;
}
.product-details .pdf-list h5,
.services-details .pdf-list h5 {
    border-bottom: 1px solid #d2d2d2;
}
.product-details .enquire-btn,
.services-details .enquire-btn {
    margin-top: 20px;
}
.product-details .enquire-btn a,
.services-details .enquire-btn a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background-color: #ef3e33;
    text-decoration: none;
    padding: 5px 15px;
}
.product-details h1,
.services-content h1,
.enquiry-form h2  {
	font-family: 'Roboto', sans-serif;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 900;
}

.footer {
    background-color: #ffffff;
    min-height: 121px;
    padding-top: 28px;
	border-top: 2px solid #1c6db7;
}
.footer .logo-footer img
{
	width: 100%;
}
.footer .information-text {
    font-size: 31.24px;
    font-weight: 700;
    color: #1c6db7;
    line-height: 0.75em;
    float: left;
}
.footer .information-text span {
    font-size: 20.06px;
}
.footer .call-us {
    font-size: 18.48px;
    color: #1c6db7;
    line-height: 1.4em;
    position: relative;
    top: -13px;
    float: left;
    padding-left: 65px;
}
.footer .call-us .emergency {
	color: #1c6db7;
	margin-left: -36px;
	display: block;
	width: auto;
	text-align: center;
}
.footer .call-us .phone-number {
    font-size: 32px;
    font-weight: 700;
    color: #1c6db7;
    position: relative;
    display: block;
    text-decoration: none;
}
.footer .call-us .phone-number img {
    position: absolute;
    bottom: 0;
    left: -38px;
    z-index: 5;
}
.footer .copyright {
    color: #1c6db7;
    text-align: left;
    padding-top: 3px;
}
.footer .copyright ul {
    padding-left: 0;
    width: 100%;
    display: block;
	margin-bottom: 25px;
}
.footer .copyright ul li {
    color: #1c6db7;
    float: left;
    list-style: none;
    margin-left: 7px;
}
.footer .copyright ul li a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: #1c6db7;
}
.footer .copyright span {
	margin-left: 5px;
}
.footer .social-footer img{
	max-width:30px;
}
.footer .social-footer ul {
    list-style: none;
    padding: 0;
	margin-bottom:5px;
}
.footer .social-footer ul li {
    margin: 0 7px;
}

.navbar-default .navbar-toggle {
    background-color: #ddd;
}
.custom-carousel-caption {
	position: absolute;
	bottom: 55px;
	left: 0;
	width: 100%;
}
.custom-carousel-caption .main-text p,
.custom-carousel-caption .main-text {
	font-family: 'Roboto', sans-serif;
    font-size: 60px;
    color: #000000;
    line-height: 0.85em;
    letter-spacing: 1.5px;
    font-weight: 900;
    border-right: 1px solid #000000;
    margin-right: -15px;
}
.custom-carousel-caption .main-text {
    padding-bottom:60px;
}
.custom-carousel-caption .main-text p {
    font-size: 16px;
    color: #0053a0;
    padding-top: 15px;
    line-height: 1.2em;
    border: none;
}
.custom-carousel-caption .short-text {
     font-family: 'Roboto Condensed', sans-serif;
     margin-left: -15px;
}
.custom-carousel-caption .short-text .inner-short-text {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 1em;
	padding: 0 15px;
}
.custom-carousel-caption .short-text .inner-short-text.first {
	border-bottom: 1px solid #000000;
}
.custom-carousel-caption .short-text .inner-short-text h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 2em;
	font-weight: 900;
	line-height: 0.9em;
}
.custom-carousel-caption .short-text .inner-short-text h2 span {
    font-size: 0.65em;
}
.custom-carousel-caption .short-text .inner-short-text.last {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	padding-right: 0;
}
.custom-carousel-caption .short-text .inner-short-text.last .phone-number-slider {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 3.3em;
	text-align: left;
	padding: 15px 0;
	line-height: 1.1em;
}
.custom-carousel-caption .short-text .inner-short-text.last .phone-number-slider a {
    text-decoration: none;
    color: #000000;
}
.custom-carousel-caption .short-text .inner-short-text.last .phone-number-slider .contact-slider,
.custom-carousel-caption .main-text .contact-slider {
	display: block;
    background-color: #ef3e33;
    text-decoration: none;
    width: auto;
    padding: 7px 9px;
    font-size: 15px;
    font-weight: 700;
    float: right;
    color: #ffffff;
    text-align: center;
    line-height: normal;
    margin-top: 8px;
}
.custom-carousel-caption .main-text .contact-slider {
    font-family: 'Roboto', sans-serif;
    letter-spacing: normal;
    font-size: 29.85px;
    padding: 5.5px 13.68px;
    margin-right: 15px;
}
.custom-carousel-caption .main-text .contact-slider:hover,
.custom-carousel-caption .short-text .inner-short-text.last .phone-number-slider .contact-slider:hover {
    background-color: #9f9f9f;
}
.custom-carousel-caption .short-text .inner-short-text.last .phone-number-slider .icon-phone {
	position: relative;
	top: -3px;
}
.blue-text {
	color: #0053a0;
}
.custom-carousel-caption .main-text.no-border-custom {
    border: none;
}
.custom-carousel-caption .main-text.no-border-custom.white-background {
	background: url(../images/bg-white.png) repeat;
	padding: 15px;
	min-height: 285px;
}
.section .item-section-two img.img-two-section.img-responsive {
	margin-bottom: 36px;
}
.section .item-section-two .container-button {
	min-height: 53px;
	padding-top: 15px;
}
.breadcrumb ul li  {
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    color: #0053a0;
}
.breadcrumb ul li a {
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    color: #0053a0;
}
.services-content,
.services-content p {
	font-size: 14px;
}
.services-content p {
	margin-bottom: 30px;
}
.services-content img {
    margin-bottom: 30px;
    height: auto;
    width: 100%;
}
.item-section.item-services {
    text-align: center;
}
.item-section.item-services .summary {
	min-height: 135px;
	padding-left: 25px;
	padding-right: 25px;
}
.item-section.item-services .img.logos {
	height: auto;
	margin-bottom: 0;
	padding-top: 35px;
}
.item-section.item-services .title h2 {
    margin-top: 2px;
} 
.product-landing .item-section.item-services {
	border-right: 0.5px solid #d2d2d2;
	min-height: 555px;
}
.product-landing.services-listing hr {
    margin: 0;
}
.product-landing.services-listing .row {
	border-bottom: 1px solid #d2d2d2;
}
.product-landing.services-listing .item-section.item-services .readmore a {
	float: none;
	margin: 0 auto;
	width: 122px;
}
.contact-form.enquiry-form .form-control {
	border:none;
}


.contact-us-popup{
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 5;
    height: 100%;
}
.contact-us-popup label {
    font-size: 14px;
    font-family: 'Arial';
    color: #31353e;
	font-weight: 100;
}
.contact-us-form .form-control {
    background: #eaeaea;
    width: 262px;

}

.contact-us-form .btn-submit {
    display: block;
    border: none;
    color: #fff;
    background-color: #ef3e33;
    text-decoration: none;
    width: 97px;
    padding: 4px 0;
    float: right;
}
.plus:before {
    content: '\f067';
	cursor:pointer;
	color: red;
}
.custom .item-top.flag-logo{
	margin-right: 35px;
}

/*TWMG Team 06 May 2024*/
.main-menu .search-form form {
	display: none
}

.main-menu .navbar-right.custom-nav {
	float: left!important;
}