/** PLACE YOUR MOBILE AND UP CSS HERE **/
.btn.btn-quaternary {
	background: none !important;
	border: solid 1px #FFF !important;
}

.main-content h1 {
	color: #545e5f;
	font-size: 27px !important;
}

.main-content h2 {
	font-size: 18px !important;
}

.btn:not(.btn-social).btn-primary, .login .btn-login, .registerBox .btn-register, .login .btn-resetPassword {
    padding: 15px 20px;
	text-transform: capitalize !important;
}

.btn:not(.btn-social), input[type="button"] {
    padding: 15px 20px;
	text-transform: capitalize !important;
}
	

.site-header {
	position: relative;
}

.site-header .logo + div{
	display: block;
	width: 100%;
	padding-left: 8%;
	padding-right: 8%;
}



.site-header .menu-wrap {
	
	width: 84%;
    position: absolute;
    top: 0;
	
	margin-top:25px;
	padding-top: 0 !important;
	
	text-align: center;
    border-radius: 10px;
    background: #FFF;
    margin-bottom: -30px;
    z-index: 999;
    position: inherit;
	
	/** GRADIENT */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 0%, #e8e8e8 77%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 0%,#e8e8e8 77%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 0%,#e8e8e8 77%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
	
	/* SHADOW */
	-webkit-box-shadow: 0px 40px 64px -30px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 40px 64px -30px rgba(0,0,0,0.55);
	box-shadow: 0px 40px 64px -30px rgba(0,0,0,0.55);

	
}

.site-header .menu-wrap > ul {
	width: auto;
	display: inline-block;
	padding-right: 25%;
}

.site-header .menu-wrap > ul li a, .site-header .menu-wrap > ul li a:hover, .site-header .menu-wrap > ul li:hover {
	background: none !important;
	text-transform: uppercase;
}


.site-header .top-options {
	position: absolute;
    bottom: 65px;
    padding-bottom: 15px;
    right: 0;
	padding-bottom: 3%;
}

.site-header .top-options span.fa {
	display: inline;
    width: 60px;
    float: left;
}

.site-header .top-options .text {
	display:inline-block;
	text-align:left;
	float: left;
	position: absolute;
	padding-left: 15px;
	left: 65px;
	padding-top: 8px;
}


.site-header .search-bar {
	float: right;
	margin-top: 5px;
	position: absolute;
	right: 0;
	top: 0;
}

.site-header .search-bar .search-btn {
    padding: 7px 30px 7px 15px;
    border: none !important;
    background: none !important;
    color: #999 !important;
}


.site-header .top-options .btn.btn-primary {
	background: #d00a69 !important;
	color: #FFF !important;
	padding: 9px 15px;
}

.site-header .top-options .btn.btn-primary:hover {
	background: #ff48a0 !important;
}

.bg-gray .hover-able {
	transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
}

.bg-gray .hover-able:hover {
	border-radius: 5px;
	background: #FFF;
	color: #999;
}

.bg-gray .hover-able:hover h1 {
	color: #31bbc2;
}

.bg-gray .hover-able .fa {
	margin-bottom: 30px;
}

.bg-gray .hover-able:hover .fa {
	color: #CCC !important;
}

.bg-gray .card {
	color: #333;
	border-radius: 5px;
}

.bg-gray .card .orange {
	background: #ff7550;
	-webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
	padding: 5px 20px;
	text-align: center;
	margin: -15px -5px 0 -5px;
}

.bg-alt-3 {
	background: #333 !important;	
}

.bg-alt-3 h1, .bg-alt-3 h2 {
	color:#31bbc2 !important;
}


.footer,.footer:before {
	background: #333 !important;
	color: #DDD !important;
}


.footer input[type="text"], .footer textarea {
	border-radius: 0px !important;
}

.footer .menu-bar {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: solid 1px #FFF;
}

.footer .menu-bar li {
	width: auto;
	border: none;
	padding-right: 10px;
	text-transform: capitalize;
	padding-bottom: 5px;
}


.footer .menu-bar li a:hover {
	border-bottom: solid 1px #FFF;
}

.footer .social-icons li {
	width: 35px !important;
	height: 35px !important;
	padding: 0 !important;
	border: solid 1px #FFF !important;
	border-radius: 7px;
}

.footer .social-icons li:hover{
	height: 35px !important;
	border: solid 1px #FFF !important;
}

.footer .social-icons li:hover a{
	border-bottom: none;
}

.footer .social-inner-wrap {
	text-align: center;
}

@media (min-width: 768px) {

    /** PLACE YOUR TABLET AND UP CSS HERE **/
	
	body.nav-fixed {
		margin-top: 150px !important;
	}
	
	
	.site-header {
		height: 150px !important;
	}

	
	.site-header .logo {
		margin-left: 8%;
	}
	
	.site-header .phone {
		display: none;
	}
	
	.site-header .menu-wrap {
		margin-top:57px;
	}
	
	.footer .social-inner-wrap {
		text-align: right;
	}
    
}

@media (min-width: 992px) {

    /** PLACE YOUR LAPTOP AND UP CSS HERE **/
    .bg-gray .card.v-margin-minus {
		margin-top: -99px !important
	}
	
	
	
}

@media (min-width: 1200px) {

    /** PLACE YOUR DESKTOP AND UP CSS HERE **/
	
}


/** MORE CUSTOM BREAK POINT MUST KEEP ASCENDING ORDER **/
@media (min-width: 1500px) {
	.site-header .menu-wrap {
		margin-top:40px;
	}
}

@media (min-width: 1600px) {
	.site-header .menu-wrap {
		margin-top:25px;
	}
}
@media (max-width: 991px){
	div.section-seven .section-wrapper .quoter-dudes .quoter-wrap {
    padding-top: 200px;
	}
}

@media (max-width:768px) {
.site-header .menu-toggle, .site-header .call-btn {
    margin: 10px !important;
    /* float: none !important; */
    height: 38px !important;
    width: 43px !important;
    /* clear: both; */
    display: block;
    height: 38px !important;
    width: 43px !important;
}
.site-header.bg-nav{
	background: transparent !important
}
}

.mobile-menu {
    width: 100%;
    position: relative;
    vertical-align: middle;
    padding: 4em 0px;
}

.mobile-menu a.dropdown-toggle {
    color: white !important;
}

.phone-no.btn.btn-primary:nth-child(2), .phone-no.btn.btn-primary:nth-child(3) {
    margin: 0 10px;
}

.phone-no.btn.btn-primary:nth-child(2):before {
    display: none;
}

.phone-no.btn.btn-primary:nth-child(3):before {
    display: none;
   
}


div.section-six {
	background-color: #494955;
	background-size: contain;
	background-position: bottom;    
    min-height: 900px;
    height: auto;
}

div.section-six .section-wrapper {
	max-width: 1240px;
	height: auto;
	padding-top: 100px;

}

div.section-six .team-wrapper {
	flex-wrap: wrap;
	justify-content: flex-start;
}

div.section-six .team-wrapper .info-wrapper {
	width: 25%;
	margin-bottom: 40px;
}

@media(max-width:768px) {
    div.section-six .team-wrapper .info-wrapper {
    	width: 33.33%;
    }	
}

div.footer-section .section-wrapper {
	max-width: 1230px;
	width: 90%;
}
div.section-eight .map-widget {
	height: 400px;
}
div.section-eight .map-widget iframe {
	width: 100%;
	height: 100%;
}

.phone-no.btn.btn-primary:last-child:before {
    display: none;
}

@media (max-width:1440px) {
    [data-page-name="index"] .site-header.bg-nav >div {
    width: 90%;
    }
}


.ry-form {
    background: #fff;
    box-shadow: 0px 1px 12px 0px rgb(158 158 158 / 0.20);
    padding: 4em;
    margin-bottom: 3em;
}

.ry-form .form-control {
    height: 60px;
    border-radius: 0 !important;
    padding-left: 0;
}

.ry-form .form-group {
    margin-bottom: 0;
}

textarea#Message {
    height: 150px;
    padding-top: 20px;
}

input#Name {
    box-shadow: none;
}

.ry-form .section-nine h3 {
    color: #393939 !important;
}

div.ry-form h3, div.ry-form h2 {
    color: #393939;
    margin: 0;
}

.ry-form h2 {
    font-weight: 600;
    font-size: 38px !important;
    margin-top: 10px;
}


@media (max-width:500px) {
    .ry-form {
    padding: 3em 1em;
}
}


/*SERVICES SECTION*/

div.section-four.section {
  background: #d9e6f7;
  padding: 8em 0;
}

div.hp-serv-list ul {
  column-count: 3;
  padding-left: 0;
}

div.hp-serv-list ul li {
  list-style: none;
}

div.hp-serv-list ul li p {
  margin-bottom: 0;
  color: #333;
  line-height: 35px;
}

.section-five {
  background-color: #d9e6f7;
}

div.hp-serv-list h4 {
  color: #333;
  font-weight: 600;
  margin-bottom: 1.5em;
}

div.hp-serv-list ul li p:before {
  content: '\f1b0';
  font-family: 'FontAwesome';
  margin-right: 10px;
  color: #4d4bda;
  font-size: 16px;
}

div.section-five.section:before {
  background: url(https://www.royacdn.com/unsafe/smart/Site-5d46f7c9-d623-4a68-b600-22116e310d60/homepage_assets/dog.png);
  content: '';
  position: absolute;
  bottom: 0;
  width: 550px;
  height: 7000px;
  top: -489px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 3%;
}

div.hp-serv-list {
  max-width: 75%;
}

@media (max-width:1600px) {
	  div.section-five.section:before {
	  width: 450px;
	  height: 650px;
	  top: -355px;
	}
}

@media (max-width:1300px) {

	div.hp-serv-list {
	  max-width: 800px;
	  margin: auto;
	  float: none;
	  clear: both;
	  position: relative;
	  left: 4%;
	}

	div.hp-serv-list h4 {
	  text-align: center !important;
	}

	div.section-four .section-wrapper {
	  padding: 0;
	}

	div.section-five.section:before {
	  right: -12%;
	  left: 0;
	  margin: auto;
	  height: 280px;
	  width: 280px;
	  top: -769px;
	}

	  div.section-four.section {
	  padding: 4em 0 !important;
	}

}


@media (max-width:700px) {
  div.hp-serv-list ul {
	  column-count: 1;
	  padding-left: 2em;
	}

	  div.hp-serv-list {
	  left: 0;
	}

	  div.section-five.section:before {
	  right: -102px;
	  top: -775px;
	}
}

/*SERVICES SECTION*/