/* Enter Your Custom CSS Here */

/*
Content order: 
- Logo
- Text elements
- Footer
*/

/* FONT COLOR */
.wpb_wrapper h2{
	color: #2d2d2d;
}

.main-header {
    background: #FDFDFD;
}

.main-header .nav-icon{
	background-color: #5672d7 !important;
}

a{
	color: #5672d7;
}

.page-layout-two .page-layout-two-content a{
	color: #5672d7 !important;
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern{
	color: #eaecfa !important;
}

/* Header Layout Seven */
.header-layout-seven .primary-header{
  background-color: #3750A3;
  height: 16px;
}

.header-layout-seven .primary-header ul{
  padding: 0px 16px;
  visibility: hidden;	
}

.header-layout-seven .call-us ul li a{
  font-size: 12px;
  font-weight: 400;
}

.header-layout-seven .main-header{
  margin: 0px;
  padding-top: 8px;	
  padding-bottom: 16px;
}

.call-us ul li:first-child:after{
	display: none;
}

.call-us ul li:first-child{
	margin-right: 0px;
}

.call-us ul li:last-child{
	padding: 0px !important;
}
.call-us ul li{
	vertical-align: middle;
}

/*.menu-primary-navigation-container ul li.menu-item a{
	color: #5672d7 !important;
}*/

/*.header-layout-seven .navigation > li > a:hover, .header-layout-seven .navigation > li .sub-menu li a:hover{
	color: #5672d7 !important;
}*/

.menu-primary-navigation-container ul .current-menu-item > a {
	color: #5672d7 !important;
}

.menu-primary-navigation-container ul .current-menu-item > a:hover {
	color: #5672d7 !important;
}


/* Banner image */
.common-page .banner{
  width: 100%;
  height: calc(100vw*0.24);
  max-height: calc(100vw*0.24) !important;
 
}
.common-page .banner .banner-image-plane{
	width: 100%;
	height: calc(100vw*0.24);
  	background-size: cover;
   background-repeat: no-repeat;
  background-position: top !important;
}

.top-m{
	margin-top: 100px;
}

.common-page #rev_slider_1_1{
  margin-top: 100px;
  height: calc(width*0.32) !important;
}

/*Raymond supply logo*/
.main-header .logo{
  max-width:42%;
}

@media screen and (min-width: 767px) {
  .logo img {
      max-width: 160%;
  }
}
/*Text elements*/
p {
    font-size: 16px;
    color: #2C3740;
}

/*Forms*/
/*.ninja-forms-field.ninja-forms-req {
  border: 1px solid darkgrey;
  padding: 16px 16px 16px 20px;
  border-radius: 5px;
}
*/
.ninja-forms-field{
  border-radius: 3px;
}

.ninja-forms-field.submit-btn{
  padding: 12px 32px;
  text-align: center;
  border-radius: 20px;
}

.field-wrap.submit-wrap.label-above.submit-btn-wrap{
  text-align: center;
}

/*Footer*/

.footer a{
	color: #8a9ae4;
}

.footer a:hover{
	color: #7085dc !important;
}

.footer{
  background-color:  #203169 !important;
}

.footer .custom-row {
    margin-top: 0px;
}

.footer-nav ul {
    list-style-type: none;
    background: #203169 !important;
    position: relative;
    padding-left: 25px;
}

.footer-nav ul:before {
    border-color: rgba(0, 0, 0, 0)  #203169  #203169 rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 31px 20px;
    content: "";
    left: -40px;
    position: absolute;
    top: -1px;
}

.footer-nav ul:after {
    background:  #203169 !important;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -251%;
    top: 0;
    width: 251%;
}

.footer-nav ul a {
    display: block;
    color: #F7FBFF;
    text-transform: capitalize;
    font-size: 15px;
    padding: 15px 11px;
    transition: 1s all ease;
    -webkit-transition: 1s all ease;
    letter-spacing: -0.3px;
}

.footer-nav .menu-footer-others-container{
	display: none !important;
}

.footer .row.custom-row{
	text-align:center;
}

.footer .row.custom-row .col-sm-5{
	width: 100%;
}

.footer .footer-widget{
	text-align: center;
  	margin-top: 24px;
  	margin-bottom: 40px;
}

.footer .footer-widget.text-3.col-sm-4{
	width: 50%;
}

.footer .footer-widget.text-2.col-sm-4{
	width: 50%;
}

.footer .footer-widget.transport_nav_menu-2.col-sm-4{
	width: 100%;
}

.footer .footer-widget.text-5.col-sm-4{
	width: 100%;
  	display: inline;
}

.footer .footer-widget.text-5 .textwidget h6{
  	display: inline;
}

.footer .footer-widget.text-5 span{
  	margin: 0px 8px;
}

.quick-list li a {
    display: block;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 13px;
    padding: 12px 0 10px;
    transition: 1s al ease;
    -webkit-transition: 1s al ease;
  
}

.quick-list li {
    border-bottom: 0px solid #50b9ce;
  	display: inline;
  	width: auto;
  	margin-right: 2%;
}

.footer .textwidget img.alignnone{
	height: 66px;
  	width: auto;
  	margin: 10px 8px;
}

nav.menu-footer-others-container {
    margin-top: 5px;
}


/*
 3) Tablet
----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .quick-list li a {
        display: block;
        color: #FFFFFF;
        text-transform: uppercase;
        font-size: 14px;
        padding: 12px 0 10px;
        transition: 1s al ease;
       -webkit-transition: 1s al ease;
    }
}

@media only screen and (max-width: 767px)
.call-us {
	text-align: right !important;
}