/*
Theme Name:         Master Child
Theme URI:          http://www.mastertheme.co.uk/
Description:        This is a Master Theme custom theme. 
Version:            0.0.1
Author:             Master Theme
Author URI:         http://www.mastertheme.co.uk/
Template:         	Master
*/
body a,body a:hover,body a:focus {
    color: #003559;
    text-decoration: underline;
}
#menu-primary-navigation a,#menu-primary-navigation a:hover,#menu-primary-navigation a:focus,
.hero-banner a,.hero-banner a:hover,.hero-banner a:focus,
a.btn,a.btn:hover ,a.btn:focus,
a.meetbutton,a.meetbutton:hover,a.meetbutton:focus,
#staff a,#staff a:hover ,#staff a:focus {
    text-decoration: none;
}
.bluebg a,.bluebg a:hover,.bluebg a:focus {
    color: #fff;
	text-decoration: underline;
}
/*Header Styles*/
.navbar-default {
    background: #003559 !important;
    border: medium none;
}
.navbar-nav {
    float: left!important;
      margin: 7.5px 0px !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff !important;
}
.navbar-default .navbar-nav > li > a {
    color: #ffffff !important;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#f2f2f2 !important;
}

/*End of Header Styles*/

/*Typography Styles*/
nav li.active::after {
    opacity:0;
}
nav li:hover::after,nav li.active::after  {
    content: url(./img/navigational_pointer.svg);
    display: block;
    margin: 0 0 0 -7px;
    width: 15px;
    position: absolute;
    left: 50%;
    top: 35px;
	opacity:1;
	width:15px;
	height:24px;
}
.navbar-default .navbar-toggle {
    border: 0px!important;
}
h1 { color: #003559; }
h2 { color: #003559; }
h3 { color: #003559; }
h4 { color: #003559; }
h5 { color: #003559; }
li { color: #003559; }
p { color: #003559; }
.textcenter { text-align: center; }
section.hero-banner h2,section.hero-banner h1 {
    font-size: 39px;
    font-weight: 700;
    max-width: 500px;
    margin: 0 auto 30px auto;
    line-height: 50px;
}
section.hero-video-banner h2,section.hero-video-banner h1 {
    font-size: 39px;
    font-weight: 700;
    max-width: 530px;
    margin: 30px auto 30px auto;
    line-height: 50px;
}
section.AboutOneColumn h4 {
    color: #003559;
    font-size: 20px;
    font-weight: 700;
	line-height: 30px;
}
.opening-quote { 
    margin-right: 10px;
	float: left;
}
.closing-quote { 
    margin-left: 10px;
	float: right;
}
.quote_inner{
    margin: -30px 120px;
    float: right;
    font-size: 39px;
}
.heading-blue {
    background: #003559;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 25px 10px 25px;
}
.info-box .heading-blue {
    background: #003559;
    color: #ffffff;
    font-size: 26px;
    padding: 15px 25px;
    font-weight: 700;
}
.client {
    font-size: 15px;
    font-weight: 600;
    color: #003559;
    margin-top: 30px;
}
a.slidesjs-play {
    display: none!important;
}
.vacancy-form-box h4 {
    font-size: 20px;
    font-weight: bold;
    color: #003559;
}
.quote h2 {
    font-size: 39px;
    font-weight: bold;
}
.booking h4 {
    color: #003559;
    font-size: 25px;
    font-weight: bold;
    margin: 0px;
    text-align: center;
}
.tour h4,.contact h4 {
    color: #003559;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 60px;
    text-align: center;
    width:100%;
}
#thumbnail:hover {
    position:relative;
    top:-10px;
    left: 0px;
    width:108px;
    height:auto;
    display:block;
    z-index:999;
}
/*End of Typography Styles*/

/*Section Styles*/
section.hero-banner {
    color: #ffffff;
    padding: 100px 0;
    text-align: center;
}
section.hero-video-banner {
    background: transparent repeat scroll 0 0;
    color: #ffffff;
    text-align: center;
  	/*min-height: 350px;
  	min-height: 300px;*/
  	min-height: 600px;
}
section.AboutOneColumn { 
	padding: 80px 0px 80px 0px; 
  	background: #ffffff;
}
section.AboutOneColumn.bluebg { 
	background: #003559;
    color: #fff;
}
section.AboutOneColumn.bluebg p{ 
    color: #fff;
}
section.app {   
	display:none;
	font-size:23px;
	padding: 120px 0px 120px 0px;
    color: #fff;
    -webkit-box-shadow: 0px 30px 30px -30px #000;
    -moz-box-shadow: 0px 30px 30px -30px #000;
    box-shadow: 0px 30px 30px -30px #000;
    position: relative;
}
.app h4{
    font-size: 23px;
    margin-bottom: 0;
}
section.app a.btn.app {
    margin-top: 0px;
}
.app h3{ 
	font-size:33px;
	font-weight:700;	
	margin-bottom: 30px;
}
section.icon-bg {
    padding: 130px 0px 120px 0px; 
  	color: #ffffff;
    min-height: 340px;
}
section.icon-bg .col-md-4{
    max-width: 250px;
    float: none;
    display: inline-block;
}
section.icon-bg.home3icon .col-md-4{
    max-width: inherit;
    float: none;
    display: inline-block;
}

section.icon-bg div.row{
    text-align: center;
}
.icon-bg .col-md-3 {
    min-height: 176px;
}
.icon-bg h4,.icon-bg a{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}
.icon-bg img{
    max-height: 124px;
}
.icon-bg a:hover{
    text-decoration: none;
}
.icon-bg a:hover img{
     /*max-height: 130px;*/
     -webkit-transform: scale(1.08);
     -moz-transform: scale(1.08);
     -ms-transform: scale(1.08);
     -o-transform: scale(1.08);
     -webkit-transform: scale(1.08);
}
section.quick-links { 
	padding: 80px 0px 80px 0px; 
  	color: #ffffff;
}
section.AboutTwoColumn { 
	padding: 80px 0px 80px 0px; 
	background: #f9fafa; 
}
section.quote { 
    background: rgba(0, 0, 0, 0) url("http://motcity.co.uk/beta/media/testimonial-bg.jpg") repeat scroll 0 0 / cover ;
    color: #ffffff;
    padding: 100px 0;
    text-align: center;
	-webkit-box-shadow: inset 0 30px 30px -30px rgba(0,0,0,1);
    -moz-box-shadow: inset 0 30px 30px -30px rgba(0,0,0,1);
    box-shadow: inset 0 30px 30px -30px rgba(0,0,0,1);
}
section.more-info { 
    padding: 20px 0px 20px 0px; 
}
section.check-up,section.quick-links-buttons { 
    padding: 40px 0px 40px 0px; 
}
.info-box {
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
	background: #fff;
}
.info-box ul {
    padding: 0 20px;
}
.info-box li {
    border-bottom: 1px solid #dedede;
    list-style: outside none none;
    padding: 10px;
	background: #fff;
}
.info-box li a,.info-box li a:hover {
    color: #003559;
    text-decoration: none;
}
.info-box ul li:last-child {
    border-bottom: none;
}
.info-box li:hover {
	background: #e1e1e1;
}
section.testimonials { 
    padding: 40px 0px 40px 0px; 
}
.testimonial-item {
    background: #f8f7f7;
    padding: 20px !important;
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}
h3.heading-blue {
    background: #003559;
    color: #ffffff;
    font-size: 26px;
    margin-bottom: 0;
    padding: 15px 25px 10px;
    font-weight: bold;
    padding: 15px 25px;
}

.vacancy-box {
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
}
.vacancy-info {
    padding: 30px;
}
.vacancy-form-box {
    padding: 30px;
    background: #f6f6f6;
}

section.contact-number {
    background: #003559;
    color: #ffffff;
    text-align: center;
}
section.contact-number-title {
    background: #001D30;
    color: #ffffff;
    text-align: center;
    padding: 15px 0px 20px 0px;
}
.contact-number-title h3, .contact-number-title h1 {
    font-size: 39px;
    font-weight: 700;
    font-family: "museo-sans",sans-serif;
	margin-top: 28px;
    margin-bottom: 20px;
}
section.booking .container { 
    padding: 60px 0px 60px 0px;
}
section.booking  #bookings .container { 
    padding: 0px 0px 60px 0px;
}
section.tour {
	padding: 60px 0px 100px 0px;
  	background: #ffffff;
}
section.contact {
	padding: 60px 0px 60px 0px;
  	background: #f7f7f7;
}
section.vacancy {
	padding: 60px 0px 60px 0px;
  	background: #fff;
}
section.affiliates {
	padding: 60px 0px 60px 0px;
  	background: #f7f7f7;
}
/*End of Section Styles*/

/*Footer Styles*/
footer {
    background: #001d30;
}
#footer-widgets {
    background: #001d30 !important;
    color: #ffffff !important;
    padding: 40px 5px 40px 5px !important;
}
#footer-widgets h3 {
    font-size: 16px !important;
    font-weight: bold !important;
    margin: 0 0 10px !important;
}
.foot-contact{
	text-align: right;
}
footer p {
    color: #ffffff;
    font-weight: bold;
}

/*End of Footer Styles*/
/*Button Styles*/
section.hero-video-banner .btn,section.hero-banner .btn,
.app a.btn.app {
    background: #ffffff;
    border-radius: 0;
    color: #003559;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.42857;
    margin-top: 15px;
}
section.hero-video-banner .btn:hover,section.hero-banner .btn:hover,
.app a.btn.app:hover {
    background: #003559;
    color: #fff;
	text-decoration:none;
}
section.more-info .btn{
    background: #959595;
    border-radius: 0;
    color: #ffffff;
    padding: 10px;
    width: 100%; 
    margin: 20px auto 20px auto; 
}
a.meetbutton,section.AboutTwoColumn .btn  {
    background: #003559;
    border-radius: 0;
    color: #fff;
    padding: 10px;
    width: 100%; 
    margin: 40px auto 20px auto; 
	font-weight: 700;
	font-size: 20px;
}
a.meetbutton:hover ,section.AboutTwoColumn .btn:hover {
    background: #001d30;
	text-decoration:none;
	color: #fff;
}
.meetbutton {margin-top: 40px!important;}
section.more-info .btn:hover{
    background: #959595;
    border-radius: 0;
    color: #ffffff;
}
section.quick-links-buttons .btn {
    background: #959595;
    border-radius: 0;
    color: #ffffff;
    padding: 20px 10px;
    width: 100%;
    margin: 20px auto 20px auto;
    font-size: 18px;
    font-weight: 700;
}
section.quick-links-buttons .btn:hover{
    background: #003559;
    color: #ffffff;
    text-decoration:none;
}
a.btn.app {
     background: #ffffff;
    border-radius: 0;
    color: #002945;
    padding: 6px 25px;
    margin: 0px 0px 20px 0px; 
}
#button-move {
    margin-left: -13px;
	margin-top: 10px;
}
#padd { margin-top: 15px;font-size:23px;line-height: 26px;}
#padd p{
    color: #6e6e6e;
	padding-top: 5px;
}
.price-mot h3{
    font-size: 36px;
    color: #003559;
	margin-top: 30px;
}
/*End of Button Styles*/

/*Vacancy Form Styles*/
.vacancy-form .row {
   /* margin: 15px 0px 15px 0px;*/
}
.vacancy-form input {
    border-color: transparent transparent #003559 transparent ;
    border-style: solid;
    border-width: 0 0 2px 0;
  	width: 100%;
  	background: transparent;
  	margin: 10px 0;
}
.vacancy-form textarea {
    background: #ebeaea;
    border: medium none;
    overflow: auto;
    vertical-align: top;
    width: 100%;
	padding: 15px;
  	margin: 10px 0;
}
.vacancy-form input[type="reset"], .vacancy-form input[type="submit"] {
    background: #003559;
    color: #ffffff;
    cursor: pointer;
    margin: 15px 0 0;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
}
.vacancy-form input[type="file"] {
    border: 2px solid #003559;
    border-radius: 20px;
    content: "Attach CV";
    cursor: pointer;
    margin: 10px auto;
    padding: 5px 15px;
    text-align: center;
    width: initial;
	/*opacity: 0;*/
}
.attachcv:before{
	display:block;
	/*border: 2px solid #003559;*/
    border-radius: 20px;
    content: "Attach CV";
	background:#f6f6f6;
	text-align: center;
    font-weight: 700;
	color: #003559;
    position: absolute;
    width: 132px;
    bottom: -48px;
}
.attachcv:before:hover{
	cursor:pointer;
}
.no-span {
  display: table;
  white-space: nowrap;
}
.no-span:before,
.no-span:after {
  border-top: 2px solid #003559;
  content: '';
  display: table-cell;
  position: relative;
  top: 2em;
  width: 45%;
}
.price-mot {
   border-top: 1px solid #003559;
   margin-top: 130px;
}
#prices .info-box{
	margin-top:30px;
}
/*End of Vacacy Styles*/

/*Contact Number Styles*/

section.contact-number h3 { font-size: 30px;
    font-weight: 700; }
section.contact-number { padding: 30px; }
section.contact-number-small { padding: 10px; background: #003559; color: #fff; }
.contact-info {padding: 80px 0 30px 0;}
.contact-info .col-lg-12{
    max-width: 800px;
    margin: 0 auto;
}
.contact-number-small h5{
    font-size: 16px;
    font-weight: 700;
}

/*End of Contact Number Styles*/
.page-template-contactpage .hero-banner{
    background-image: url(./img/contact.jpg);
}
/*Contact Form Styles*/
.contact-form .row {
    margin: 15px 0px 15px 0px;
}
.contact-form input {
    border-color: transparent transparent #003559 transparent ;
    border-style: solid;
    border-width: 0 0 2px 0;
  	width: 100%;
  	background: transparent;
  	margin: 10px 0;
	color: #003559;
    font-weight: 700;
    font-size: 20px;
}
.contact-form textarea {
    background: #ebeaea;
    border: medium none;
    overflow: auto;
    vertical-align: top;
    width: 100%;
	padding: 15px;
  	margin: 10px 0;
	max-height: 230px;
	color: #003559;
    font-weight: 700;
    font-size: 20px;
}
.contact-form input[type="reset"], .contact-form input[type="submit"] {
    background: #003559;
    color: #ffffff;
    cursor: pointer;
    margin: 15px 0 0;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-weight: 300;
  font-size: 20px;
  font-style:italic;
  color: #003559;
}
::-moz-placeholder { /* Firefox 19+ */
  font-weight: 300;
  font-size: 20px;
  font-style:italic;
  color: #003559;
}
:-ms-input-placeholder { /* IE 10+ */
  font-weight: 300;
  font-size: 20px;
  font-style:italic;
  color: #003559;
}
:-moz-placeholder { /* Firefox 18- */
  font-weight: 300;
  font-size: 20px;
  font-style:italic;
  color: #003559;
}
.contact .sent .contact-form input[type="submit"],
.booking-form .sent input[type="submit"], .vacancy-form-box .sent input[type="submit"]{
    display:none;
}
.contact div.wpcf7-mail-sent-ok,
.booking-form div.wpcf7-mail-sent-ok, .vacancy-form-box div.wpcf7-mail-sent-ok{
    border: none;
    background: #003559;
    color: #ffffff;
    margin: -22px 0 0 0;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
	text-align: center;
}
.booking-form div.wpcf7-mail-sent-ok {
    margin: -110px auto 40px auto;
    padding: 15px 10px;
    font-size: 22px;
}
.vacancy-form-box div.wpcf7-mail-sent-ok{
	margin: -10px 15px 0 15px;
    padding: 15px 10px;
    font-size: 22px;
}
.booking-form .sent .greybg {
    padding-bottom: 40px;
}
.contact div.wpcf7-validation-errors,
.booking-form div.wpcf7-validation-errors{
    margin: -20px 0 0 0;
    padding: 0.2em 1em;
    border-color: red;
    background: red;
    color: #fff;
}
 .booking-form div.wpcf7-validation-errors {
    margin: -60px auto 20px auto;
}
/*End of Contact Styles*/

/*Booking form Styles*/

section.booking input[type="reset"], section.booking input[type="submit"] {
    background: #003559;
    color: #ffffff;
    cursor: pointer;
    margin: 15px 0 0;
    padding: 15px 10px;
    font-size: 22px;
    font-weight: bold;
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
}
section.booking input[type="reset"]:hover, section.booking input[type="submit"]:hover {
    background: #fafafa;
    color: #003559;
	border-color:#fff;
}
section.booking input,section.booking select {
    background: transparent;
    border-color: #003559;
    border-style: solid;
    border-width: 1px;
    margin: 20px 0;
    padding: 10px;
    width: 100%;
	font-weight:700;
	color: #003559;
	-webkit-appearance:none;
}
section.booking textarea {
    background: #ebeaea;
    border: medium none;
    overflow: auto;
    vertical-align: top;
    width: 100%;
	padding: 9px 15px;
  	margin: 20px 0;
	font-weight:700;
	color: #003559;
	-webkit-appearance:none;
	background: transparent;
    border: 1px solid #003559;
    height: 46px;
}
#bookings{
    text-align: center;
	color: #003559;
    font-size: 20px;
    font-weight: 700;
}
#bookings .st2,
#bookings .st0,#bookings .st1{fill:#C2C2C2;}
#bookings input:checked + svg .st1,
#bookings input:checked + svg .st0,
#bookings input:checked + svg .st2{
	fill:#003559;
}
#bookings svg{
    height: 106px;
}
#bookings label{
    position: relative;
}
#bookings label:hover{
	cursor:pointer;
}
#bookings em{
	font-weight: normal;
    display: block;
    margin: -30px 0 20px 0;
    font-size: 18px;
}
#parallaxbg{
	background-position:top center;
	background-size:cover;
}
.booking input.box-shadow,.booking select.box-shadow,
.greybg .wpcf7-list-item-label {
    border: none;
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
    background: #fafafa;
    color: #003559;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    height: 44px;
    display: block;
    line-height: 44px;
}



.booking select.box-shadow{
    width: 100%;
    text-align: center;
	/*text-align-last: center;*/
	line-height: 27px;
	border-radius: 0;
}
.booking .col-lg-6 label{
	display:block;
}
.box-shadow::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #003559;
    text-align: center;
    font-style: normal;
	font-weight:700;
}
.box-shadow::-moz-placeholder { /* Firefox 19+ */
	color: #003559;
    text-align: center;
    font-style: normal;
	font-weight:700;
}
.box-shadow:-ms-input-placeholder { /* IE 10+ */
	color: #003559;
    text-align: center;
    font-style: normal;
	font-weight:700;
}
.box-shadow:-moz-placeholder { /* Firefox 18- */
	color: #003559;
    text-align: center;
    font-style: normal;
	font-weight:700;
}
section.booking #bookings input,
.booking  input[type="radio"]{
    position: absolute;
    left: 50%;
    width: initial;
    top: 30px;
    margin-left: -5px;
	opacity:0;
}
#bookings .wpcf7-list-item-label{
    display: block;
}
.greybg{background:#f0f0f0;}

.greybg .col-lg-6 .col-md-6:nth-child(even){
	padding-left:0px;
}
.greybg .col-lg-6 .col-md-6:nth-child(odd){
	padding-right:0px;
}
.greybg .wpcf7-list-item{
    width: 50%;
    text-align: center;
	float: left;
    margin: 0;
	position: relative;
}
.greybg .col-md-12{
    padding: 0;
}
.greybg .radio-707 .wpcf7-list-item.first{
	padding:20px 15px 0 0;
}
.greybg .radio-707 .wpcf7-list-item.last{
	padding:20px 0 0 15px;
}
.greybg .wpcf7-list-item-label:hover {
    cursor:pointer;
}
.greybg input[type="radio"]:checked + .wpcf7-list-item-label {
    background: #003559;
    color: #fafafa;
}
.lrgblu{
	display: block;
    color: #003559;
    font-size: 18px;
	margin-top: 25px;
}

/*End of Booking Form Styles*/

/*Social Media Link Styles*/
.social-icon_footer li {
    list-style: outside none none;
}
.social-icon_footer {
    width: 155px;
	float: right;
}
.social-icon_footer .icon_facebook {
    margin: 0 5px 0 0px;
}
.social-icon_footer .icon_twitter {
    margin: 0 0 0 5px;
}
.social-icon_footer .icon_g-plus {
    margin: 0 5px;
}
/*End of Social Media Link Styles*/

/*Video Styles*/
.video-overlay {
    background: rgba(0, 0, 0, 0.4);
 	padding: 120px 100px 150px 100px;
}
video { 
    position: fixed;
    top: -20%;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
 	background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;
  	background-size: cover;
  	-webkit-transition: 1s opacity;
  	transition: 1s opacity;
}
/*End of Video Styles*/

.award_notice {
    background: #003559;
    padding: 20px;
    text-align: center;
}
.award_notice_inner{
    
}
.award_notice_inner p,
.award_notice_inner img,
.award_notice_inner a{
    display: inline-block;
    vertical-align: middle;
}
.award_notice_inner p{
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
}
.award_notice_inner a{
    background: #fff;
    text-decoration: none;
    font-weight: 600;
    color: #003559;
    width: 150px;
    line-height: 34px;
    border-radius: 2px;
    margin-left: 100px;
}
.award_notice_inner img{
    width: 160px; 
    margin-right: 100px;
}
.award_notice_inner img{
    width: 160px; 
    margin-right: 100px;
    height: 84px;
    object-fit: cover;
}
.award_notice_inner > img:last-child{
    width: 160px; 
}
.rac_banner img {
    /*max-width: 114px;*/
    /*padding-left: 15px;*/
    /*position: absolute;*/
    /*top: 0;*/
    width: 100%;
}
footer .rac_banner {
    display: inline-block;
    width: 120px;
    margin: 0 15px;
    float: none;
}
.contact_home input[type="checkbox"] {
    float: left;
    margin: 7px 0px 0px 0px !important
    
}
#baner_vdo .modal-body{
    padding: 0;
}
#baner_vdo .modal-content {
    background: none;
    box-shadow: none;
    border: none;
}
#baner_vdo  .modal-dialog {
    width: 95%;
    max-width: 900px;
}
#baner_vdo iframe {
    height: 500px;
    width: 100%;
}
a#banner_vdo {
    display: block;
    max-width: 150px;
    margin: 0 auto;
    margin-top: 20px;
    color: #fff;
    font-weight: 600;
}
 a.icon_youtube {
    display: inline-block;
    width: 32px;
    filter: grayscale(1)brightness(0.2)invert(1);
        margin-left: 10px;
}
 a.icon_youtube:hover{
    filter: none;
}
a.icon_youtube img{
    width: 100%;
}

footer iframe{
    width: 100%;
}
.tour .slider--news .slider__heading{
    min-height: 34px;
}
.social-icon_footer li a {
    display: inline-block;
    float: none;
}
.social-icon_footer li {
    display: inline-block;
    vertical-align: top;
}
.social-icon_footer {
    width: 100%;
    float: none;
    text-align: right;
    padding: 0;
}



@media only screen and (max-width : 1190px) and (min-width :1025px){ 
     .navbar-default .navbar-nav > li > a {
        padding: 10px 6px;
    }
}
@media (max-width: 1200px){
    .award_notice_inner p{
        color: #fff;
        font-weight: 600;
        font-size: 18px;
        margin: 0;
        max-width: 450px;
    }
    .award_notice_inner img{
        margin-right: 35px;
    }
    .award_notice_inner a{
        margin-left: 35px;
    }
}
@media (max-width: 1200px){
    .award_notice_inner p{
        color: #fff;
        font-weight: 600;
        font-size: 18px;
        margin: 0;
        max-width: 450px;
    }
    .award_notice_inner img{
        margin-right: 35px;
    }
    .award_notice_inner a{
        margin-left: 35px;
    }
}
@media (max-width: 767px){
    .rac_banner {
        display:none;
    }
    
}
@media (max-width: 1999px){}
@media (max-width: 992px) and (min-width: 768px) {
    /*.rac_banner img {*/
    /*    max-width: 78px;*/
    /*    top: -27px;*/
    /*}*/
    .rac_banner {
        display: none;
    }
    
} 
@media only screen and (max-width : 992px) and (min-width :800px){ 
    .rac_banner {
        float: left;
    }
}
@media(max-width: 992px){
    footer .rac_banner{
        margin-bottom: 25px;
    }
}

@media(max-width: 767px){
    .social-icon_footer {

    margin: 30px 0 !important;
}
#footer-widgets .textwidget a.icon_youtube {
    margin-right: 4px;
    top: -60px;
    position: relative;
}
.social-icon_footer{
    width: 100% !important;
    text-align: center;
}


}
/*13-03-2020*/
.home .AboutOneColumn h4{
    font-size: 28px;
    font-weight: 900;
}

@media(max-width: 767px){
.home .AboutOneColumn h4{
    font-size: 24px;
    padding-bottom: 15px;
        line-height: 1.4;
}
}

@media(max-width: 767px){

section.hero-video-banner .btn{
    min-width: 220px !important;
}

}

@media (max-width: 1200px)
{
    .award_notice_inner img:first-child {    
    margin-right: auto !important;
    text-align: center;
    
}
}
.wpcf7-form-control-wrap {

width: 100%;
}
.contact p{width:100%;}

.banner_notice { 
color: #fff;
    background: #1d17175c;
    border-radius: 10px;
    padding: 1px;
    margin-top: 20px;
}
.banner_notice p {
    color: #fff;
    margin: 16px;
    font-size: 20px;
}