/*font-family: 'Lora', serif;

 */

img{
	width: auto;
	height: auto;
	max-width: 100%;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Lora', serif;
    font-weight: 400;
    font-size: 15px;
    color: #656565;
    
}

body, html {
	height: 100%;
}

 ul{
list-style-type: none;
margin: 0;
padding: 0;
}


a:link, a:visited{
    text-decoration: none;
}
section, footer, header{
    display: block;
    clear: both;
    position: relative;
    width: 100%;
    float: left;
}
 header{
    position: relative;
    z-index: 9999;
	 box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
 }

.rd-navbar-fixed .rd-navbar-toggle span:after, .rd-navbar-fixed .rd-navbar-toggle span:before, .rd-navbar-fixed .rd-navbar-toggle span {
	background-color: #a52c2d;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
	background: #006f45;
}

.rd-navbar-fixed .rd-navbar-nav li>a {
	border-bottom: 1px solid green;
}

.rd-navbar-fixed .rd-navbar-nav li.opened>a, .rd-navbar-fixed .rd-navbar-nav li a:hover {
	background: green;
}

.max-w-img img{
    max-width: 100%;
}

.serv-content {
    color: #fff;
}

.serv-content ul li{
    position: relative;
    padding-left: 20px;
}

.serv-content ul li:after{
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    left: 0;
    top: 5px;
}

h3 {
    font-size: 22px;
    font-family: 'HelveticaNeueLT Arabic 75';
    position: relative;
    z-index: 1;
    display: block;
    margin: 0 0 30px;
    color: #383838;
}
h3 span {
    position: relative;
    background: #fff;
    display: inline-block;
    z-index: 1;
    padding-right: 15px;
}

h3 {
	color: #000;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
}
/*
h3:after{
    content: "";
    position: absolute;
    left: 0;
    background: #8ec641;
    height: 3px;
    top: 16px;
    z-index: -1;
    width: 100%;
}
*/
.h4, h4 {
    font-size: 18px;
    color: #15679b;
}
.h6, h6 {
    font-size: 18px;
    color: #578814;
}


.text-right{
    text-align:right;
}
.top-header {
    float: left;
    width: 100%;
    background: #005f8b;

    overflow: hidden;
   
}
.social-top {
    background: #e0e0e0;
    position: relative;
    padding-top: 9px;
    padding-bottom: 8px;
}
.qlinks-top{

    padding-top: 9px;
    padding-bottom: 8px;    
}
.social-top:after {
    position: absolute;
    content: "";
    left: -100%;
    top: 0;
    background: #e0e0e0;
    width: 100%;
    height: 100%;
}
.social-top:before {
    position: absolute;
    content: "";
    right: -75px;
    top: 0;
    background: url(images/top-bg.png);
    width: 75px;
    height: 41px;
    background-repeat: no-repeat;
    z-index: 1;
}
.social-top a {
    padding-right: 25px;
    color: #555958;
    font-size: 17px;
    transition: all 400ms;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.social-top a:hover svg {
    transition: all 400ms;
    -webkit-transform: scale(1.2);
    color: #555958;
}
.qlinks-top ul li {
    display: inline-block;
    padding-left: 25px;
    position: relative;
}

.qlinks-top ul li:after {
    position: absolute;
    content: "";
    right: -15px;
    top: 9px;
    width: 6px;
    height: 6px;
    background: #7cacbf;
    border-radius: 50%;
   
}
.qlinks-top ul li:last-child:after{
    content: normal;
}


.qlinks-top ul li a{ 
color: #e1e1e1;
font-family: 'Lora', serif;
font-weight: 600;
position: relative;
display: inline-block;
transition: all 400ms;
font-size: 14px;    
}

.qlinks-top ul li a:after{
 position: absolute;
    content: "";
    left: 0px;
    bottom:0px;
    width: 0%;
    height: 1px;
    background: #7cacbf;
   transition: all 400ms;
}
.qlinks-top ul li a:hover:after{
     width: 100%;
}
.logo img {
    max-width: 120px;
    padding-top: 7px;
    width: 100%;
}

ul#menu-account-menu li {
	display: inline;
	font-family: 'Roboto', sans-serif;
}

.rd-navbar-static .rd-navbar-nav > li:first-child a:after{
content: normal;

}

.rd-navbar-static .rd-navbar-nav > li > a {
    font-weight: 700;
    position: relative;
    color: #383838;
    display: inline-block;
    text-transform: none;
    padding: 8px 12px;
    line-height: normal;
    font-size: 14px;
}

/*-----------Search Starts Here---------------*/
#call-back .req-input {
    height: 60px;
}
#call-back .req-input {
    width: 100%;
    float: left;
    clear: both;
}
#call-back .req-input input {
    margin-bottom: 0;
}
#call-back .req-input input, #call-back .req-input select {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 30px;
    margin-bottom: 15px;
    padding: 0 15px;
    height: 40px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
}

#call-back .req-input textarea {
    width: 100%;
    border-radius: 10px;
    height: 60px;
    padding: 10px;
    color: #000;
    border: 1px solid #ddd;
    outline: none;
    margin-bottom: 15px;
}

.inline-cnt input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.inline-cnt input::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.inline-cnt input:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.inline-cnt input:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

.req-input select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.req-input select::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.req-input select:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.req-input select:-moz-placeholder { /* Firefox 18- */
  color: #000;
}
.rec-share label {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}
.cognito .c-forms-form h3, #contact-cognito h3{
	display: block;
	font-weight: 700;
    color: #fff;
    font-family: 'Roboto', sans-serif !important;
	font-size: 20px;
	text-transform:uppercase;
}
.cognito .c-forms-form h4, #contact-cognito h4{
	font-family: 'Roboto', sans-serif !important;
}
#contact-cognito h2{
	text-align: center !important;
}
.c-repeating-section-container:not(.c-table-row):nth-child(odd){
	background: none !important;
}
.cognito .c-forms-form .c-repeating-section-group > div:not(.c-table-row):nth-child(odd) {
    background: none !important;
    border: 0px !important;
}
.ing-sec i {
    vertical-align: middle;
    display: inline-block;
    font-size: 8px;
    color: #fff;
    width: 15px;
    height: 15px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    background: red;
    border-radius: 50%;
    line-height: 14px;
    text-align: center;
    transform: rotate(45deg);
    padding: 1px;
    margin-right: 10px;
}
.cognito .remove-icon circle, #contact-cognito circle{
	    fill: #ff0000 !important;
    stroke: #ff0000 !important;
}
.cognito .c-forms-form-body button.c-add-item.c-non-submit-button {
    border: 2px solid #fff !important;
    background: rgba(7, 30, 1, 0.9098039215686274);
    color: #fff;
    padding: 9px 11px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    line-height: normal !important;
    border-radius: 0px !important;
}
.cognito .c-forms-form-body input, #contact-cognito input {
    height: 40px !important;
    padding: 0px 15px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: normal !important;
}
.dvstitle {
    display: inline;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    margin-bottom: 7px;
    display: block;
}
.rec-img {
	border-bottom: solid 1px #ddd;
	margin-bottom: 3.5rem;
	padding-bottom: 3.5rem;
}

.rec-img img{
    display: block;
	margin: 0 auto;
}
.inline-cnt input[type="submit"],
.cognito .c-forms-form-body #c-submit-button, #contact-cognito .cog-button--submit{
    margin: 30px auto 0 !important;
    max-width: 197px !important;
    border: 2px solid #fff !important;
    background: #1d5401 !important;
    color: #fff !important;
    display: block !important;
    padding: 12px 10px !important;
    height: auto !important;
    font-size: 16px !important;
	border-radius: 0px !important;
}
.c-button-section {
    text-align: center;
}

.cognito .c-button-section .c-action {
    float: none;
    display: inline-block;
}

.cognito .c-button-section .c-action button#c-submit-button, #contact-cognito .cog-button--submit {
    font-size: 15px;
    text-transform: uppercase;
}
.col-xs-12.ing-sec {
    margin-bottom: 17px;
}
.dvstitle {
    display: inline;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    margin-bottom: 7px;
    display: block;
}
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 17px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.woocommerce form .form-row textarea{
	height: auto;
}

header.woocommerce-products-header {
	box-shadow: none;
}

.pswp__caption__center {
	display: none;
}

.pswp {
	z-index: 9999!important;
}

h2.woocommerce-Reviews-title span {
	border: none;
}

h2.woocommerce-Reviews-title span:before, h2.woocommerce-Reviews-title span:after {
	content: none;
}

.upload-btn-wrapper .btn {
    border: 2px solid #fff;
    color: #fff;
        background: rgba(7, 30, 1, 0.9098039215686274);
    padding: 9px 11px;
    border-radius: 0;
     font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#call-back .submit-row {
    float: right;
    width: 100%;
    clear: both;
    text-align: right;
}
#call-back .submit-row .submit-form {
    max-width: 120px;
    border-radius: 30px;
    background: #2196F3;
    color: #ffff;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 6px;
    display: inline-block;
    margin: 0 auto;
    float: right;
    outline: none;
    margin-bottom: 10px;
    width: 100%;
    text-transform: uppercase;
}
#call-back .input-group .form-control {
    font-size: 14px;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    width: 100%;
    display: block;
    border-radius: 30px;
}

#call-back .input-group{
    width: 100%;
}

#call-back .modal-header {
    padding: 11px 0 11px 14px;
    border-bottom: 1px solid #e5e5e5;
    text-transform: uppercase;
    color: #000;
}

#call-back .modal-body {
    position: relative;
    padding: 30px;
}

#call-back .close {
    display: block;
    color: #fff !important;
    top: -4px;
    width: 40px;
    height: 40px;
    background: #2196F3;
    border-radius: 50%;
    font-size: 36px;
    right: -7px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    opacity: 1;
    padding: 7px 0 12px 0;
    line-height: 15px;
}
body.mode-search .form,
body.mode-search .icon-close {
  opacity: 1;
  transform: none;
  pointer-events: all;
}

body.mode-search .control .icon-search { opacity: 0; }

body.mode-search .control .btn { transform: scale(70); }

.header {
  position: relative;
  height: 50%;
  width: 100%;
  background: #3498DB;
  color: #FFF;
}



.header .header-content { padding: 70px 50px; }

.header .header-content h1,
.header .header-content h2 { font-weight: 200; }

.control {
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: -8px;
    right: 0;
    cursor: pointer;
    outline: none;
}
.control svg {
    position: absolute;
    top: 13px;
    left: 6px;
    right: 0;
    margin: 0 auto;
    color: #7b7a7a;
    font-size: 16px;
}
.control .icon-search,
.control .icon-close { transition: 0.2s ease-in-out; }

.control:hover .btn { box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

/* Button */

/* .btn {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    box-sizing: border-box;
    padding: 20px;
    background: #e2e2e2;
    outline: 0;
    transform-origin: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
} */

.search {
    margin-top: 28px;
    display: inline-block;
    float: right;
}
i.ico img {
    width: 90px;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none;
    outline: none !important;
}
.icon-search {
  position: absolute;
  top: 18px;
  left: 20px;
  font-size: 28px;
}


.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}
.ft-columns ul.adrs p {
    color: #fff;
    padding-left: 45px;
    font-weight: 300;
}
.overlay-content {
    position: relative;
    top: 44%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.g-map iframe {
    height: 392px;
}
.cnt-fom input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.cnt-fom input::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.cnt-fom input:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.cnt-fom input:-moz-placeholder { /* Firefox 18- */
  color: #000;
}
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
.def-font{
font-family: 'Lato', sans-serif;
}
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}
.trms p{
    text-align: justify;
}

.trms strong {
    display: block;
    margin: 5px 0px;
}
.top-contacts a span, .top-contacts #menu-item-653 a {
    display: inline-block;
    padding-top: 0;
    line-height: 22px;
	font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 12px;
    margin-right: 10px;
}
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}
.top-contacts #wpmenucartli a {
	color: #006f45;
}

.form-dark input[type=text], .form-dark input[type=email], .form-dark textarea {
    display: block;
    padding: 1.1em 1em;
    width: 95%;
    -webkit-border-radius: 20em!important;
    border-radius: 20em!important;
    border: none;
    margin-bottom: 0;
    outline: none;
    margin: 0 auto;
}

.form-dark input[type=submit] {
    font-family: FontAwesome;
    background: none;
    border: none;
    color: #9ea7b3;
    position: absolute;
    right: 1em;
    top: 30%;
    height: 1.3em;
    line-height: 0!important;
}
.search-container {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.search-container button {
    position: absolute;
    top: 0px;
    right: 11px;
    border: none;
    font-size: 18px;
    width: 54px;
    height: 54px;
    background: #c5c5c5;
    border-radius: 50%;
    outline: none;
    color: #656565;
}   

.rd-navbar-nav-wrap .close {
    display: none;
}
.nav-wrap {
    float: left;
    width: 100%;
    clear: both;
    padding-top: 2px;
    padding-bottom: 7px;
}

/*-----------Banner Starts Here---------------*/
.slide {
    height: 100vh;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
}
.slide-text > a.btn-primary svg.svg-inline--fa.fa-angle-right.fa-w-8 {
    top:2px;
   
}
    
.slide-text h1 span{
    color: #209ed2;
}

.banner-three .slide-text > h1, .banner-three .slide-text > p, .banner-three .slide-text > a.btn-primary{
    color: #fff;
}

.contact-top-btns{
    display: none;
}

 h2 strong {
   
    font-weight: 800;

    font-size: 30px;
   
}
h2 {
    color: #383838;
    font-weight: 700;
    text-transform: none;
    font-size: 36px;
    margin-bottom: 25px;
    position: relative;
    margin: 0 0 50px;
    z-index: 1;
   text-align: center;
}
.intro-texts p strong{
    font-weight: 400;
    font-size: 17px;
    color: #565555;
    line-height: 1.3333;
    display: block;
    margin-bottom: 15px;
}
.text-white {
    color: #fff;
}


h2.text-white:before, h2.text-white:after {
   
    border-bottom: 2px solid #fff;
}

.intro-texts p {
    margin: 0 0 10px;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.66666;
}
.intro-texts {
    padding-left: 8%;
    padding-top: 55px;
}

.top-contacts {
    display: block;
    width: 100%;
    position: relative;
    padding: 18px 0 5px;
}
a.with-bg {
    background: #c72346;
    padding: 7px 21px 8px;
    border-radius: 100px;
    margin-left: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    transition: all 400ms;
    display: inline-block;
   
}
.top-contacts a {
    display: inline-block;
    vertical-align: middle;
    color: #323232;
}



.wh-ap svg {
    width: 16px;
    height: 18px;
}
.wh-ap {
    display: inline-block;
    position: relative;
    top: 3px;
}


.rd-navbar-submenu-toggle{
    position: relative;
}
.rd-navbar-submenu-toggle:after {
    background-image: url(images/nav-ar.png);
}
.rd-navbar-submenu-toggle:after {
    width: 11px;
    height: 6px;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    top: 15px;
    right: -5px;
    content: '';
    -webkit-transition: all 0.3s ease-in-out 0.2s;
    transition: all 0.3s ease-in-out 0.2s;
}


.rd-navbar--has-dropdown.rd-navbar-submenu.focus .rd-navbar-submenu-toggle:after{
        -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slide-text > h1 span {
    font-weight: 500;
    color: #000;
    font-size: 36px;
    display: block;
}
.img-wrap {
    display: inline-block;
    width: 100%;
    height: auto;
    border-radius: 0;
    background: none;
    overflow: hidden;
    border: 0;
    box-shadow: none;
    transition: all 400ms;
}


figure.effect-apollo a{
    display: block;
}


figure.effect-apollo a:hover .img-wrap {
    box-shadow: none;
}

.wel-img {
    max-width: 320px;
    width: 100%;
}

.wel-img img {
    max-width: 100%;
    width: 100%;
    border: 5px solid #fff;
    box-shadow: 0px 0px 11px #949494;
}


h2 span {
    position: relative;
    padding: 0 15px;
    border-bottom: 1px solid #d5d5d5
}
h2 span:after {
   position: absolute;
    bottom: -7px;
    width: 15px;
    height: 15px;
    background: #d5d5d5;
    content: "";
    left: -15px;
    right: auto;
    margin: 0 auto;
    border-radius: 50%;
}

h2 span:before {
    position: absolute;
    bottom: -7px;
    width: 15px;
    height: 15px;
    background: #d5d5d5;
    content: "";
    left: auto;
    right: -15px;
    margin: 0 auto;
    border-radius: 50%;
}
a.read-more {
    display: inline-block;
    float: right;
    padding: 10px 20px;
    background: #c42448;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 100px;
    line-height: normal;
    margin-top: 20px;
    transition: all 400ms;
}

a.read-more:hover{
    background: #145fad;
}

.dep-sects {
    margin: 0 auto;
    text-align: center;
    position: relative;
    right: -2px;
}
.specteam {
    max-width: 1000px;
    margin: 0 auto;
}
.specteam:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #f7f7f7;
}
.specteam:before {
    z-index: 1;
    position: absolute;
    content: "";
    left: -4px;
    top: 0;
    height: 100%;
    width: 11px;
    background: #f7f7f7;
}


.specteam figcaption h4 {
    font-family: 'HelveticaNeueLT Arabic 45';
    font-size: 19px;
    color: #484848;
    font-weight: bold;
    padding: 0 25px;
    margin-top: 22px;
    text-transform: none;
    min-height: 35px;
    position: relative;
    letter-spacing: 1px;
}
.dep-sects figcaption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dep-sects figcaption p {
    color: #000;
    font-family: 'Lora', serif;
    font-size: 14px;
    line-height: 1.666;
    padding: 0 50px;
}
figure.effect-apollo a span {
    display: inline-block;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    padding: 10px 34px;
    border-radius: 0;
    font-weight: 500;
    font-size: 14px;
    margin-top: 20px;
    transition: all 400ms;
    text-transform: uppercase;
	border: 2px solid #fff;
	font-family: 'Roboto', sans-serif !important;
}
.specteam .owl-nav, div#insurance .owl-nav {
    display: block;
    position: absolute;
    top: 39%;
    width: 100%;
    z-index: 2;
}
figure.effect-apollo a span:hover {
    background-color: #000;
    transition: all 400ms;
}
.owl-dots button{
    outline: none;
}
.specteam button.owl-prev, div#insurance button.owl-prev {
    position: absolute;
    left: -50px;
    color: #fff;
    outline: 0;
}

.specteam button.owl-next, div#insurance button.owl-next {
    position: absolute;
    right: -50px;
    color: #fff;
    outline: 0;

}


div#insurance button.owl-next span{
    background-image: url(images/r-arrow.png);
    background-repeat: no-repeat;
}

div#insurance button.owl-prev span{
    background-image: url(images/l-arrow.png);
    background-repeat: no-repeat;
}

.specteam button.owl-next span{
    background-image: url(images/right-arrow.png);
    background-repeat: no-repeat;
}

.specteam button.owl-prev span{
    background-image: url(images/left-arrow.png);
    background-repeat: no-repeat;
}

.specteam button span {
    width: 52px;
    height: 52px;
    background: transparent;
    font-size: 0;
    display: block;
    background-color: #fff;
    box-shadow: 0px 0px 20px #dddd;
    border-radius: 50%;
    outline: 0;
    background-position: center;
    background-size: 28px;
}
.specteam button i {
    color: #fff;
    font-size: 19px;
}
.owl-dots button span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #5f5d5d;
    margin: 0 5px;
    border-radius: 50%;
}

button.owl-dot.active span {
    background: #145fad;
}
.owl-dots {
    display: block;
    text-align: center;
    margin-top: 25px;
    display: none;
   
}

section.banner {
	height: 75%;
	background-position: center!important;
	background-size: cover!important;
}

/* 
h2:before, h2:after {
  content: "";
  display: inline-block;
  width: 50px;
  margin: 0 .5em 0 -55%;
  vertical-align: middle;
  border-bottom: 2px solid #eb6b22;
}
h2:after {
  margin: 0 -55% 0 .5em;
} */
section.departments {
    padding-top: 80px;
    padding-bottom: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-position: center;
    overflow: hidden;
    background: #f9f9f9;
}


section.product-slider {
	padding: 80px 0 0;
}

section.home-depart {
	background: #fff!important;
}

section.vis-mis h2 {
    text-align: center;
    color: #000;
}

section.mapTab h2 {
	padding-top: 150px;
	margin-top: -100px;
}


.img-in {
    min-height: 210px;
    float: left;
    height: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-width: 393px;
    position: relative;
}
.vis-wrap img {
    width: 100%;
    max-width: 393px;
   
}
.vis-content h4 {
    font-size: 21px;
    text-transform: none;
    color: #15679b;
    margin-top: 1px;
    font-family: 'HelveticaNeueLT Arabic 75';
	text-align: left;
}

.img-in:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 7px;
    background: url(images/bg-img.jpg);
    z-index: 10;
    background-size: cover;
    background-repeat: no-repeat;
}
.vis-content ul li{
    color: #000;
}
.bg-theme{
     background: #d02040;
}
.bg-blue{
    background: #145fad;
}

section.vis-mis {
   
    padding-bottom: 4px;
}
.vis-content p {
    color: #212121;
    line-height: 1.444;
	text-align: justify;
}

.news .item img{
    width: 100%;
    height: auto;
}

.fac-in figure a {
    display: block;
    z-index: 99;
    position: relative;
}

.fac-in {
   
    border-radius: 0;
    border-top-right-radius: 0;
    border: 0;
   
}
.fac-in figcaption h4 {
    font-size: 15px;
    color: #000000;
    height: auto;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    position: relative;
    bottom: 0;
    width: 100%;
    display: block;
    display: block;
    text-align: left;
    justify-content: center;
    line-height: 1.666;
    padding-bottom: 5px;
	min-height: 56px;
}

.fac-in figcaption span {
    position: relative;
    margin-top: 7px;
    display: block;
}
.fac-in figcaption span:after {
    /* position: absolute; */
    content: "";
    position: absolute;
    bottom: 7px;
    left: 84px;
    width: 50px;
    background: #15679b;
    height: 1px;
}

.fac-in a.read-news {
    text-align: center;
    font-weight: 500;
    color: #1c60a9;
    font-size: 12px;
    background: #ffffff;
    padding: 8px 0;
    line-height: normal;
    transition: all 400ms;
}


.fac-in:hover a.read-news {
    background: #1c60a9;
    color: #fff;
}
.fac-in figcaption {
    background: #fff;
    padding: 16px;
    min-height: 122px;
}
.projects {
    padding-top: 50px;
    padding-bottom: 60px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    z-index: 1;
}
section.projects:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 76, 2, 0.83);
}
figure.effect-bubba {
}
figure.effect-bubba img {
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}


section.projects h2 {
    color: #fff;
}
.news .owl-nav {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
}
.news .owl-nav button {
   
    border-radius: 50%;
    margin-left: 10px;
    outline: none;
}
.news.owl-carousel.owl-theme.owl-loaded.owl-drag {
    max-width: 800px;
    margin: 0 auto;
}

.news button.owl-next span {
   background-image: url(images/right-arrow.png);
    background-repeat: no-repeat;
}
.news button.owl-prev span {
   background-image: url(images/left-arrow.png);
    background-repeat: no-repeat;
}

.news button.owl-next {
    
    position: absolute;
    right: -70px;
}



.news button.owl-prev {
    
    position: absolute;
    left: -70px;
}

.news button span {
    width: 38px;
    height: 38px;
    background: transparent;
    font-size: 0;
    display: block;
    background-color: transparent;
    box-shadow: none;
    border-radius: 50%;
    outline: 0;
    background-position: center;
    background-size: 28px;
}

.news .owl-dots {
    display: none;
}

.projects h2 span {
    position: relative;
    padding: 0 0;
    border-bottom: 1px solid #8c8b8b;
}

.projects h2 span:before, .projects h2 span:after{
    display: none;
}

.footer {
    z-index: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background: #000;
}

.cpy-rght a{
    text-align: right;
}
.cpy-rght{
    text-align: right;
}
footer.footer h4 {
    font-size: 21px;
    color: #fff;
    /* font-weight: 600; */
    z-index: 1;
    position: relative;
    padding: 12px 0;
    margin-bottom: 1px;
    margin-top: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'HelveticaNeueLT Arabic 75';
}
.ft-columns p {
    color: #c8e3f3;
    font-size: 15px;
    margin-bottom: 7px;
}
.footer ul li a {
    color: #fff;
    display: block;
    font-size: 14px;
    margin-bottom: 9px;
    position: relative;
    transition: all 400ms;
}
.cpy-rght a {
    text-align: right;
    font-size: 20px;
    display: inline-block;
    margin-left: 10px;
    color: #fff;
}

.ft-columns a {
    font-size: 15px;
    color: #fff;
}

.ft-border{
        background: #115077c7;
    border-top: 1px solid #6694b0;
    margin-top: 25px;
}

.q-links{
text-align: center;

}

.q-links li{
display: inline-block;
	    color: #7ebadf;
}
.q-links ul li a {
    display: inline-block !important;
}
.footer ul li a {
    color: #7ebadf;
    display: block;
    font-size: 15px;
    margin-bottom: 9px;
    position: relative;
    transition: all 400ms;
    padding: 13px 12px;
    letter-spacing: .53px;
}
.footer ul li a:hover {
    color: #a3e04f;
    
}
ul.list-round li a:after, ul.abts li:after {
    position: absolute;
    content: "";
    /* width: 9px; */
    /* height: 9px; */
    /* background: #fff; */
    display: inline-block;
    /* border-radius: 50%; */
    left: 0;
    top: 4px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 6px solid #fff;
    border-bottom: 5px solid transparent;
}
ul.abts li:after {
    
    background: #0d5b9d;
  
}
.q-links li a {
    display: inline-block;
}
ul.abts li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 4px;
}

.footer ul.list-round li a {
    padding-left: 20px;
}

.ft-columns ul li {
    color: #fff;
}
.inner-content{
	min-height: 500px;
}
.inner-content p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
	line-height:27px;
}

.ft-columns ul li i {
    display: inline-block;
    float: left;
    width: 26px;
    height: 26px;
    background: none;
    border-radius: 50%;
    text-align: center;
    margin-right: 15px;
}
.ft-columns ul.adrs li {
    display: block;
    margin-bottom: 8px;
    float: left;
    width: 100%;
}

.ft-terms {
    background: none;
    clear: both;
    padding-top: 10px;
    padding-bottom: 0;
    z-index: 9;
    position: relative;
}
.ft-terms p {
    margin: 0 0;
    color: #e3e3e3;
    font-size: 13px;
    padding-top: 3px;
    font-weight: 300;
    padding-bottom: 4px;
}
/* footer.footer h4:after {
    position: absolute;
    bottom: 0;
    content: "";
    width: 80px;
    height: 1px;
    background: #fff;
    left: 0;
} */
.social-ft, .ft-terms ul {
    display: inline-block;
}

.social-ft{
    margin-right: 10px;
}

.social-ft a {
    display: inline-block;
    width: 31px;
    height: 31px;
    background: none;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 28px;
    line-height: 33px;
    margin-left: 18px;
    transition: all 400ms;
}
.social-ft a:hover {
    background: #d02040;
    color: #fff;
}

.ft-terms ul li a:hover {
    color: #8ec543;
}

.ft-terms ul li {
    display: inline-block;
    color: #fff;
}
.ft-terms ul li a {
    color: #e3e3e3;
    font-size: 13px;
    font-weight: 300;
    padding-top: 7px;
    display: inline-block;
}

.carousel-inner>.item>img.for-mob {
    display: none;
}

section.inner-banner img {
    width: 100%;
    height: auto;
}

.inner-title h3 {
    margin: 0 0;
    padding: 12px 15px;
    color: #fff;
    font-weight: 700;
    text-transform: none;
    font-size: 30px;
    text-shadow: 0px 0px 14px #000;
}
ul.common-ul li:after {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 12px;
    height: 12px;
    border: 1px solid #15679b;
    border-radius: 50%;
    content: "";
}
ul.common-ul li {
    display: block;
    padding-left: 26px;
    margin-bottom: 10px;
    position: relative;
    margin-left: 15px;
	    text-align: justify;
}
.inner-title h3:after{
    display: none;
}

.inner-title {
    background: none;
    clear: both;
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 38%;
    text-align: center;
     z-index: 9;
}
section.inner-banner:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.07);
    content: "";
}
.sec-pading {
    padding-top: 35px;
    padding-bottom: 35px;
}


.ab-img img {
    max-width: 100%;
 
}
.ab-content h3 {
    margin-top: 16px;
    color: #4f4b4a;
    text-transform: uppercase;
    font-weight: 600;
}
p {
    font-family: 'Lora', serif; 
    margin: 0 0 0px;
    color: #141414;
    line-height: 1.777;
    font-size: 15px;
}
.text-justify p{
    text-align: justify;
}
.brder {
    margin-top: 45px;
    border-top: 1px solid #ddd;
    border-bottom: 0px solid #ddd;
    text-align: right;
    padding-top: 45px;
}
.container.brder h2, .enqs h2 {
    color: #000;
    text-align: center;
    margin-top: 0;
    margin-bottom: 35px;
}
a.down-ab:hover {
    background: #1d61aa;
}
a.down-ab {
    display: inline-block;
    background: #d02040;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    padding: 5px 6px;
    margin-top: 12px;
    margin-bottom: 11px;
    transition: all 400ms;
}
.serv-in a img {
    width: 100%;
}

.serv-in a {
    display: block;
    padding: 0;
    background: transparent;
    position: relative;
    margin-bottom: 0;
    display: block;
    transition: all 400ms;
    width: 100%;
    min-height: 360px;
}
.serv-in {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 360px;
    margin-bottom: 25px;
    z-index: 1;
}

.serv-in a:after {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    background: #ffffff;
    transition: all 400ms;
    opacity: 0;
}
 .serv-in:hover a:before {
    opacity: 0;
}


.serv-in:hover a:after {
    opacity: 1;
}

.serv-in a:before {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    background: #000000;
    transition: all 400ms;
    opacity: .6;
}

.serv-des span {
    display: block;
    position: relative;
    right: 0;
    top: 0;
    text-align: center;
    background: #15679b;
    clear: both;
    max-width: 100px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-radius: 100px;
    color: #fff;
    line-height: normal;
    transition: all 400ms;
    float: left;
    line-height: normal;
    height: 36px;
}
.serv-des span:hover {
    background: #000;
    color: #fff;
}
.serv-in:hover {
 
    box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.1);
}

.serv-in:hover .serv-des h4 {
   color: #000;
}

.serv-in:hover .serv-des {
        bottom: 75px;
}

.serv-des {
    position: absolute;
    width: 100%;
    right: 0px;
    transition: all 400ms;
    text-align: left;
    bottom: 35px;
    padding: 20px;
    z-index: 1;
}


.serv-des h4 {
    font-size: 18px;
    color: #fff;
    text-align: left;
    text-transform: none;
    letter-spacing: .53px;
    margin-bottom: 0;
    margin-top: 35px;
    min-height: 41px;
    line-height: 1.444;
    font-family: 'HelveticaNeueLT Arabic 75';
}
.serv-des p {
    display: block;
    color: #fff;
    font-weight: 400;
    min-height: 61px;
    padding: 10px 15px 17px;
    line-height: 19px;
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 10px;
}
.bg-ylow {
    background: #d02040;
    margin-top: 100px;
    padding-bottom: 50px;
}

.serv-img img {
    border-radius: 20px;
    margin-top: -110px;
}

.serv-content p {
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    line-height: 1.55;
    margin-bottom: 10px;
    letter-spacing: .53px;
}
section.serv-page .container{
    position: relative;
}


.pro-imgs img {
    border: 0;
    box-shadow: none;
    position: relative;
}

.pro-imgs:after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 15px;
    width: 100px;
    height: 20px;
    background: #8ec642;
    z-index: -1;
}

.pro-imgs:before {
    position: absolute;
    content: "";
    bottom: -10px;
    right: 15px;
    width: 100px;
    height: 20px;
    background: #15679b;
    z-index: -1;
}

a.brn-back {
    position: absolute;
    top: -111px;
    right: 15px;
    background: #1d61a9;
    color: #fff;
    border-radius: 6px;
    padding: 7px 15px;
}

section.serv-gal {
    padding-top: 50px;
}

h2.gal-txt:before, h2.gal-txt:after {
    content: "";
    display: inline-block;
    width: 42%;
    margin: 0 .5em 0 -55%;
    vertical-align: middle;
    border-bottom: 1px solid #1d61b1;
}

h2.gal-txt:after {
    margin: 0 -55% 0 .5em;
}

.proj-pge img{
max-width: 373px;
width: 100%;
}


.nws-gal .news-gal-in  a{
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
    border-radius: 7px;
}

.bg-gray{
    background: #e7e7e7;
}
.bg-gray-r{
background: #3d3e3e;
}
.pro-content {
    padding: 20px 18px 10px 35px;
   
}

.pro-content h4 {
    font-size: 20px;
    color: #000;
    text-transform: none;
    padding-left: 7px;
}
.pro-content table td {
    color: #000;
    font-size: 14px;
}

.pro-content table.table.table-responsive {
    border-right: 0;
    border-left: 0;
}

.proj-pge {
    margin-bottom: 12px;
}
.pro-content table td{
    border-bottom: 1px solid #cfcccc;
    border-top: 0 !important;
}
.pro-content table tr:last-child td {
    border-bottom: 0 !important;
}

 .loc-det h3{
    position: relative;
    display: block;
    font-weight: 600;
    font-size: 20px;
    color: #4e4a4a;
    text-transform: uppercase;
    margin-top: 0;
    z-index: 1;
    margin-bottom: 45px;
}

/* .loc-det h3:after {
    content: "";
    left: 0;
    width: 100%;
    height: 1px;
    background: #d6d2d3;
    position: absolute;
    bottom: 10px;
    z-index: -1;
} */
 .loc-det h3 span {
    display: inline-block;
    background: #fff;
    padding-right: 30px;
}

.loc-det h3 span {
    text-transform: none;
    background: transparent;
    color: #ffffff;
    font-size: 18px;
    padding-right: 15px;
}
.loc-det h3 {
    margin-bottom: 5px;
}
 .loc-det h3:after {
  
   display: none;
    
} 

.loc-det p, .loc-det a {
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
}


.cl-logo {
    border-radius: 4px;
    border: 2px solid #ddd;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 9px;
    margin: 7px;
}
.row.clnt-logo .cl-logo:after {
    position: absolute;
    content: "";
   
    left: 4px;
    top: 20px;
    background: #15679b;
    width: 10px;
    height: 76%;
    bottom: 0;
}

.row.part-logo .cl-logo:after {
    position: absolute;
    content: "";
   
    left: 4px;
    top: 20px;
    background: #8fc642;
    width: 10px;
    height: 76%;
    bottom: 0;
}

.cl-logo img{
    max-width: 100%;
}

.cl-pn {
    margin-bottom: 30px;
    padding: 0 0;
}


.dvs {
    padding-left: 60px;
	margin-bottom: 12px;
}


.cnt-in {
    background: #f4f4f4;
    clear: both;
    float: left;
    width: 100%;
    border: 1px solid #e1e1e1;
    padding: 45px;
}
i.icon {
    display: inline-block;
    float: left;
    padding-right: 10px;
    vertical-align: middle;
}
.loc-det a {
    position: relative;
   
}
.txt-area.cnts textarea {
    min-height: 163px;
}

.cnt-fom input {
    border: 1px solid #c9c9c9;
    box-shadow: none;
    outline: none;
    height: 48px;
    border-radius: 0px;
    width: 100%;
    padding: 10px 15px;
    color: #000;
}
.cnt-fom {
    min-height: 65px;
    padding-right: 3px;
    padding-left: 3px;
}

.txt-area.cnt-fom textarea {
    border-radius: 0px;
    width: 100%;
    min-height: 100px;
    padding: 15px;
     border: 1px solid #c9c9c9;
     outline: none;
     margin-bottom: 15px;
}
.cnt-in h3 {
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 600;
    color: #1d61a9;
}


.cnt-fom.sub-btn input[type="submit"] {
    max-width: 110px;
    /* float: right; */
    background: #15679b;
    color: #fff;
    border-radius: 0;
    border: 0;
    width: 100%;
    transition: all 400ms;
    display: inline-block;
    height: auto;
}
.social-ft a:hover {
    color: #d02040;
}
.cnt-fom.sub-btn input[type="submit"]:hover{
    background: #145fad;
}


.cnt-det ul.adrs li i {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    margin-right: 15px;
    text-align: center;
    float: left;
        padding-top: 3px;
}
.cnt-det ul.adrs li a{
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}
.cnt-det ul.adrs li p {
    color: #fff;
    font-weight: 600;
    font-size: 17px;

    padding-left: 50px;
    line-height: 1.333;
}

.cnt-det ul.adrs li {
    display: block;
    margin-bottom: 20px;
}
.cnt-det h3 {
    margin-top: 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 28px;
    font-size: 21px;
    font-weight: 600;
}

.cnt-det .social-ft {
    margin-right: 0;
    position: absolute;
    margin: 0 auto;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0;
    padding: 13px 25px;
    background: #fc8b4b;
}
.container.contact-submit {
    clear: both;
        padding-bottom: 25px;
}

.container.contact-submit h2 {
    text-align: center;
    color: #000;
    margin-top: 50px;
    margin-bottom: 30px;
}

.cnt-det .social-ft a{
     color: #fc8b4b;
}

.cnt-form {
    width: 70%;

}
.cnt-det {
    background: #d02040;
    padding: 40px 59px;
    color: #fff;
    height: 100%;
    min-height: 441px;
    position: relative;
    width: 30%;
    float: right;
}

.sup-item img {
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

.supply-sect{
    padding-top: 50px;
    padding-bottom: 40px;
}

.sup-item img {
    width: 100%;
}
button.rd-navbar-toggle.toggle-original small {
    display: none;
}
.ch-file .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.ch-file .form-control {
    height: 47px;
    font-size: 14px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    box-shadow: none;
    outline: none;
    background: #fff;
}
.ch-file .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.ch-file .input-group-btn:last-child>.btn {
    z-index: 2;
    margin-left: -1px;
    position: relative;
    border: 0px solid #036d91;
    display: inline-block;
    width: 100%;
    border-radius: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #fff;
    height: 47px;
    line-height: 29px;
    outline: none;
}
.inp-det {
    margin-bottom: 0;
    padding-left: 3px;
}

.inp-det h5 {
    font-family: 'HelveticaNeueLT Arabic 75';
    font-size: 14px;
    color: #000;
    margin-top: 0;
    margin-bottom: 13px;
}

.sub-btn {
    margin-top: 15px;
}

.ch-file .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 350px;
    min-height: 40px;
    /* font-size: 100px; */
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}

.ch-file .filebtn {
    padding: 9px 10px !important;
    background: #1d61a9 !important;
}

.news .owl-nav button i {
    padding-top: 5px;
}
.pwrd p a {
    color: #ada8a8;
    display: inline-block;
}
.car-navs {
    position: absolute;
    right: 25px;
    bottom: 65px;
    background: transparent;
    width: 83px;
    height: 42px;
    z-index: 9;
}
.news-content p {
    text-align: justify;
}
.specteam {
    margin-bottom: 35px;
}
.vis-content.bg-blue a {
    display: inline-block;
    color: #171616;
    background: #fff;
    border-radius: 100px;
    padding: 5px 15px;
    float: left;
    margin-top: 15px;
}
.ab-content p {
    margin-bottom: 10px;
	    text-align: justify;
}

.visi-wrap{
    position: relative;
    z-index: 1;
}

.visi-wrap:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: rgb(21, 103, 155);
    z-index: -1;
}
/* .visi-wrap:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: rgba(236, 236, 236, 0.72);
    z-index: -1;
    background-image: url(images/bg-vis.jpg);
    background-repeat: no-repeat;
    background-size: cover;
} */

.visi-wrap.visi-2:before {
    position: absolute;
    content: "";
    left: 0;
    right: auto;
    top: 0;
    width: 50%;
    height: 100%;
    background: rgb(21, 103, 155);
    z-index: -1;
}
.visi-wrap.visi-2:after {
    position: absolute;
    content: "";
    right: 0;
    left: auto;
    top: 0;
    width: 50%;
    height: 100%;
    background: rgba(236, 236, 236, 0.72);
    z-index: -1;
     background-image: url(images/bg-vis2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.text-blk h2, .text-blk p {
    color: #fff !important;
}
.visi-wrap{

    background-repeat: no-repeat;
    background-size: cover;

    background-position: center;
}
.visi-wrap p {
    color: #000;
}
.visi-wrap ul li b {
    color: #59aaff;
    font-size: 17px;
    margin-bottom: 5px;
    display: block;
    margin-top: 12px;
    letter-spacing: 1px;
}

.visi-wrap ul li {
    width: 100%;
    float: left;
    min-height: auto;
    padding-right: 20px;
    margin-bottom: 8px;
    color: #000;
    line-height: 21px;
}



.visi-wrap ul li p {
    line-height: 1.555;
}

.visi-wrap h2 {
    margin-bottom: 25px;
    font-size: 20px;
}
.visi-wrap strong {
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    display: block;
    margin: 10px 0;
}

.text-blk ul li{
color: #fff;
}

.visi-wrap.proj-pge:after{
    display: none;
}
.banner-caption a {
    display: inline-block;
    padding: 11px 26px;
    background: none;
    color: #fff;
    border-radius: 0;
    margin-top: 16px;
    text-transform: none;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 1px;
    box-shadow: none;
    border: 2px solid #fff;
    font-size: 18px;
	font-family: 'Roboto', sans-serif !important;
}
.banner-caption {
    position: absolute;
    bottom: auto;
    width: 100%;
    left: 0;
    right: 0;
    max-width: 1040px;
    margin: 0 auto;
    top: 38%;
    text-align: center;
}
.flexslider .slides > li{
  position: relative;
}

.banner-caption h1 {
   
    color: #fff;
    letter-spacing: 1px;
    font-size: 40px;
    margin-bottom: 0;
    text-shadow: 0px 0px 15px #000;
    font-weight: 700;
}

.locations-content {
	background: #f9f9f9;
	padding-top: 80px;
}

.state-info {
	padding-top: 50px!important;
}

.breadcrumb {
    padding: 5px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
}

.breadcrumb li a{
    color: #fff;
    text-shadow: 0px 0px 14px #000;
}


.news-dtls-page .img-in {
    min-height: 180px;
   
    min-width: 247px;
   
}
.news-dtls-page .img-in:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 7px;
    background: url(images/news-line.jpg);
    z-index: 10;
    background-size: cover;
    background-repeat: no-repeat;
}
.news-dtls-page .vis-content span.dte {
    background: #8ec642;
    font-size: 14px;
    padding: 6px 13px !important;
    display: inline-block;
    margin-bottom: 11px;
}

.news-dtls-page .vis-content h4 {
    font-size: 17px;
   color: #000;
    margin-top: 1px;
    font-family: 'HelveticaNeueLT Arabic 75';
}
.news-dtls-page .vis-content a {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #15679b;
    color: #fff;
    padding: 6px 16px;
    font-size: 14px;
}

.news-dtls-page .vis-content p {
       text-align: justify;
    margin-bottom: 20px;
}
.news-dtls-page .vis-wrap, .news-dtls-page .vis-content {

    background: #ffffff;
    
}

.news-full-page img {
    width: 100%;
}

.news-full-page .news-content h4 {
    font-family: 'HelveticaNeueLT Arabic 75';
    font-size: 19px;
    border-top: 1px solid #b9b9b9;
    margin-bottom: 15px;
    padding-top: 9px;
}
.news-full-page     .no-gutters{
    border: 0;
}


.no-mgn {
    margin: 0 0 25px;
  
}

section.sec-pading.cnt-page {
    padding-bottom: 0;
    padding-top: 30px;
}
.contact-submit-form {
    padding-top: 50px;
    clear: both;
    padding-bottom: 20px;
}
.relative{
    position: relative;
}
a.back-btn {
    position: absolute;
    right: 15px;
    top: 19px;
    padding: 6px 16px;
    background: #104c72;
    color: #fff;
    display: inline-block;
    border-radius: 0;
}
nav.rd-navbar.rd-navbar-original.rd-navbar-static.rd-navbar--is-stuck {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    box-shadow: 0px 0px 15px #bfbfbf;
}
nav.rd-navbar.rd-navbar-original.rd-navbar-static .rd-navbar-nav > li > a {
    
    padding: 15px 12px;
 
}
.rece-lists figcaption {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rece-lists figure.effect-apollo a span {
    display: inline-block;
    background: transparent;
    color: #040404;
    padding: 10px 34px;
    border-radius: 0;
    font-weight: 500;
    font-size: 16px;
    margin-top: 0;
    transition: all 400ms;
    text-transform: none;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    min-height: 75px;
	    border: 2px solid #fff;
 
}

.rece-lists .img-wrap img {
    height: 20rem;
	object-fit: cover;
	width: 100%;
}
.rec-sects h2 {
    color: #0d0d0d;
   
    text-transform: uppercase;
    font-size: 40px;
 
  
    margin: 0 0 30px;
   
    text-align: center;
}
.woocommerce-products-header__title {
	color: #0d0d0d;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 700; 
	margin: 0 0 30px;
	text-align: center;
}
.ing-res ol, .ing-res ul,
.rec-res ol, .rec-res ul {
    padding-left: 0px;
}

.rec-note {
	margin-top: 4rem;
}

.rec-note p {
	font-family: 'Roboto', sans-serif;
}

section.departments.rec-sects .container {
    max-width: 1000px;
    width: 100%;
}

.rec-share .container {
    max-width: 900px;
    width: 100%;
    z-index: 1;
    position: relative;
}
.inline-cnt input {
    width: 100%;
    margin-bottom: 15px;
    height: 40px;
    color: #000;
    padding-left: 10px;
    outline: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
.rec-img {
    padding-right: 15px;
    padding-left: 15px;
}
.rec-img h2 {
    color: #0d0d0d;
    text-transform: uppercase;
    font-size: 26px;
    margin: 14px 0px 10px;
    text-align: center;
}

.tops {
	float: left;
    margin-bottom: 100px;
}
.tops h4 {
    font-size: 21px;
    color: #171718;
    font-weight: 600;
    margin-bottom: 17px;
}
.ing-res li {
    color: #000;
    margin-bottom: 8px;
    /* display: block; */
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    list-style-type: disc;
    vertical-align: -webkit-baseline-middle;
    margin-left: 15px;
}

.rec-res li{
 color: #000;
    margin-bottom: 8px;
    /* display: block; */
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    list-style-type: decimal;
    vertical-align: -webkit-baseline-middle;
    margin-left: 15px;
}
a.btn-bck {
    margin: 10px auto 21px;
    font-family: 'Roboto', sans-serif;
    max-width: 219px;
    display: block;
    border: 2px solid #000;
    clear: both;
    text-align: center;
    color: #000;
    padding: 13px;
    font-weight: 500;
    text-transform: uppercase;
	transition: 400ms linear;
}

a.btn-bck:hover {
	background: #000;
	border-color: #000;
	color: #fff;
	transition: 400ms linear;
}

.cart-return-to-store {
	display: inline-block;
	margin-bottom: 25px;
	width: 48%
}

.cart-return-to-store a {
	font-size: 12px;
	margin: 0px 0 20px;
	max-width: 175px;
}

.product-return-to-store a {
	color: #000;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}

.product-return-to-store a:hover {
	color: #006f45;
}

.woocommerce div.product div.images img {
	width: auto!important;
	max-width: 100%;
}

.flex-viewport {
	margin-bottom: 20px;
}

small {
    text-align: center;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #000;
}
.sale-in {
     font-family: 'Roboto', sans-serif;
    text-align: center;
}

.sale-in h5 {
    text-align: center;
    display: block;
    background: #006f45;
    color: #fff;
    padding: 11px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1px;
}

.sale-in strong {
    font-weight: 700;
    color: #000;
    font-size: 17px;
}

.sale-in p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    display: block;
    margin-top: 2px;
}

.in-dets{
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
svg {
  display: block;
  width: 100%;
}
#states *.on {
  fill: #a52c2d;
}

.list-of-states {
  margin: 0;
  padding: 0;
  columns: 100px auto;
  column-gap: 8px;
  list-style: none;
}
.list-of-states li {
       padding: 4px 5px;
    display: inline-block;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #000;
    cursor: pointer;
}
.list-of-states li:hover {
    color: #a52c2d;
    font-weight: bold;	
}
.list-of-states li.on {
    /* background: #a52c2d; */
    color: #a52c2d;
    font-weight: bold;
}

/* Contact Page */
.contact-pg .inner-content {
	min-height: auto;
}

.contact-pg h3 {
	margin-top: 5rem;
}

.contact-form .cognito .c-forms-form :not(.c-question) > .c-label {
	display: none;
}

.c-forms-confirmation-message.c-html {
	text-align: center;
}

.c-forms-confirmation-message.c-html span {
	color: #fff;
}

.cognito .c-forms-form-body #c-submit-button {
	box-shadow: inset 0px 0px 0px 0px #000;
	transition: all 400ms linear;
}

.cognito .c-forms-form-body #c-submit-button:hover {
	box-shadow: inset 0px 0px 0px 80px #000;
}

/* WooCommerce */
nav.woocommerce-MyAccount-navigation ul li a {
	color: #464646;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
	color: #000;
}

.woocommerce-info {
	border-top-color: #1fb31f;
}

.woocommerce-info::before {
	color: #1fb31f;
}

.woocommerce-MyAccount-content a {
	color: #008000;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	text-align: left;
	text-transform: none;
}

.woocommerce ul.products li.product .price {
	color: #006f45;
	font-family: 'Roboto', sans-serif;
	font-size: 1.6rem;
}

.woocommerce ul.products li.product .button {
	display: none;
}

.product_meta {
	display: none;
}

.woocommerce div.product p.price {
	color: #006f45;
	font-size: 2rem;
}

.woocommerce div.product form.cart div.quantity {
	float: unset;
	margin-bottom: 2rem;
}

.woocommerce button.button.alt {
	background-color: #a52c2d;
}

.woocommerce button.button.alt:hover {
	background-color: #d02729;
}

.single-product .product h1 {
	font-size: 2.5rem;
	text-align: left;
	color: #383838;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    margin: 0 0 50px;
    z-index: 1;
	text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs .panel {
	padding: 1.5rem;
}

.woocommerce-message::before {
	color: #1fb31f;
}

.woocommerce-message {
	border-top-color: #1fb31f;
}

.woocommerce a.button.alt {
	background-color: #006f45;
}

.woocommerce a.button.alt:hover {
	background-color: #02794c;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody,
.cart_totals table.shop_table.shop_table_responsive td {
	font-family: 'roboto', sans-serif;
}

.woocommerce-info a {
	color: #008000;
}


@media(max-width: 1199px){


.flex-caption {
    max-width: 992px;
    padding: 0 25px;
    top: auto;
    bottom: 30px;
}
.flexslider .slides > li h1 {
    
    font-size: 30px;
   
}


div#insurance .owl-nav {
    display: block;
    position: relative;
    width: 10px;
    margin: 10px auto 13px;
}

.specteam {
    
    margin: 0 auto 50px;
}

.rd-navbar-static .rd-navbar-nav > li > a {
    padding: 6px 9px;
    font-size: 13px;
}
header:after {
   
    height: 53px;
   
}

    .rd-navbar-static .rd-navbar-subpanel {
   
    width: 100%;
    
}
.serv-des p {
   
    padding: 11px 57px 12px 18px;
  
}
 div#insurance {
    max-width: 970px;
    padding-left: 30px;
    padding-right: 30px;
}

figure.effect-apollo a {

    padding: 0 7px;
}
.footer {
  
    padding-bottom: 29px;
}
.footer ul li a {
   
    font-size: 13px;
    
}
}

@media(max-width: 991px){

.img-in {
    
    min-width: 253px;
  
}

/* .specteam .owl-nav {
    top: -85px;
    width: 63px;
    right: 0;
} */
.specteam button.owl-next{
    right: 0;
}
.specteam button.owl-prev {
    
    left: 0;
    
}
.wel-text {
    width: 56%;
  
}
.wel-img {
    max-width: 300px;
  
}

.vis-wrap {
    display: flex;
}
.vis-wrap img {
    width: 100%;
    max-width: 100%;
}
.cpy-rght{
    text-align: center;
}

.cnt-form {
    width: 100%;
}



.news .owl-nav button i {
    padding-top: 5px;
}
.cnt-det {
   
    padding: 31px 40px;
    
    min-height: 430px;
    position: relative;
    width: 100%;
    float: right;
}
.bg-ylow {
 
    margin-top: 0;
    padding-bottom: 50px;
}

a.brn-back {
    top: -48px;
    right: 15px;
}

.serv-img img {
    border-radius: 20px;
    margin-top: 0;
}
section.inner-banner {
    margin-top: 0;
}

.news .owl-nav {
    display: block !important;
    position: relative;
    top: auto;
    right: 0;
    bottom: 0;
    margin: 0px auto 0;
    text-align: center;
}
.g-map {
    position: static;
    right: 0;
    width: 100%;
    top: 0;
    float: left;
    margin-top: 25px;
}
.pwrd p {
    text-align: center;
}
.g-map iframe {
    height: 200px;
}
footer.footer .g-map h4 {
    position: relative;
    left: 0;
    top: 0;

    min-width: auto;
    padding-left: 0;
    height: auto;
 
}
.footer:after {
   
    width: 100%;
    
}
.footer .container {
    padding-right: 15px;
}
.nav-wrap {
    padding-top: 3px;
    padding-bottom: 0;
}
header:after{
    display: none;
}
.top-contacts {
    padding: 35px 90px 10px 13px;
    text-align: right;
    width: auto;
}
.logo {
    padding-top: 0;
}
section.banner {
    margin-top: 0;
    z-index: -1;
}
.rd-navbar-submenu-toggle:after{
    display: none;
}

.nav-wrap .close {
    float: right;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: 1;
    margin-right: 10px;
    position: absolute;
    right: 0;
    top: 32px;
    display: block;
}
button.rd-navbar-toggle.toggle-original {
    width: 101px;
    text-align: right;
    top: 21px;
}
button.rd-navbar-toggle.toggle-original small {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    margin-left: 9px;
  
    position: relative;
    top: 6px;
}


.rd-navbar-fixed .rd-navbar-toggle span{
    display: inline-block;
}
.news .owl-dots{
    display: none;
}
}

@media(max-width: 768px){
    .carousel-inner>.item>img.for-mob{
        display: block;
    }
.wel-img {
    max-width: 230px;
}
.wel-text {
   
    padding-top: 0;
}
.slide-text > h1:after{
    display: none;
}

section.welcome {
    margin-top: 0;
   
    margin-top: 35px;
}

#slideout2{
    display: none !important; 
  }  

.slide.slide-image {
    display: none;
}
.cnt-det .social-ft {
   
    position: relative;

}

button.rd-navbar-toggle.toggle-original {
    width: 103px;
    text-align: right;
   
}
	
	section.banner {
		height: 50%;
	}

	.cart-return-to-store {
		width: 100%;
	}
	.cart-return-to-store a {
		margin: 0 auto 20px;
	}

}
@media(max-width: 767px){

    .pro-imgs:before, .pro-imgs:after {
   
    bottom: 8px;
   
}

.cnt-fom {

    padding-right: 15px;
    padding-left: 15px;
}

.sub-btn {
    margin-top: 15px;
    text-align: center;
}

.news-full-page img {
    width: 100%;
    margin-bottom: 15px;
}
.news-dtls-page .vis-content {
    clear: none;
  
}
.news-dtls-page .img-in {
    
    margin-right: 19px;
    margin-bottom: 10px;
}
.inner-title {
    position: relative;
    background: #15679b;
}
.visi-wrap:before, .visi-wrap:after, .visi-wrap.visi-2:before,  .visi-wrap.visi-2:after  {
  
    width: 100%;
    
}
.no-gutters{
    display: block;
}
.vis-wrap {
    display: block;
}

.vis-content {
   
    clear: both;
    text-align: left;
}

.img-in {
    min-width:100%;
}
.text-blk h2, .text-blk p, .text-blk ul li {
    color: #000 !important;
}
.visi-wrap {
    
    padding-bottom: 0px;
    padding-top: 4px;
}
.visi-wrap h2 {
    margin-bottom: 10px;
    font-size: 20px;
    margin-top: 21px;
    padding-left: 0;
    color: #000;
}
.text-blk ul li {
    color: #fff;
    line-height: 1.7777;
    padding-right: 0;
}
.footer ul li a {
    font-size: 13px;
    margin: 0 0;
}
.flex-control-nav {
   
    position: relative !important;
   margin-top: -14px;
}
.specteam button span {
    width: 45px;
    height: 45px;
  
}
.specteam .owl-nav {
    bottom: 0;
    width: 100%;
    right: 0;
    position: static;
    text-align: center;
    float: left;
    clear: both;
}
.flex-caption {
    max-width: 100%;
    padding: 10px 25px;
  
    bottom: 0;
    position: relative;
    text-align: center;
}
.flexslider .slides > li h1 {
    font-size: 22px;
    color: #000;
    text-shadow: none;
    margin-top: 0;
}
.flex-caption a {
    padding: 6px 16px 10px;
    background: #006f45;
    margin-top: 15px;
    letter-spacing: 1px;
    box-shadow: none;
    /* line-height: normal; */
}
ul.flex-direction-nav {
    display: none;
}
section.departments {
    padding-bottom: 36px;
   
}
.specteam .owl-nav button{
    position: relative;
    margin: 0 10px;
}

.top-contacts a span {
  
    font-size: 12px;
}
.vis-wrap ul li {
    width: 100%;
    min-height: auto;
    padding-right: 14%;
}
.wh-ap {

    top: 7px;
}

section.departments:before {

background-position: center;
}

button.rd-navbar-toggle.toggle-original {
    width: 103px;

    top: 2px;
}


    .cnt-det {
   
    min-height: auto;
   
}

.cnt-in {
    
    padding: 23px;
}
.inner-title h3 {
    font-size: 20px;
    line-height: 1.333;
    padding: 5px 0 0;
}
.ab-img img{
    margin-bottom: 15px;
}
.breadcrumb {
 
    margin-bottom: 5px;
   
}
.vis-wrap.text-right ul.common-ul li:after {
    right: auto;
    top: 6px;
    left: auto;
    left: 5px;
}

.footer:before{
    display: none;
}
.projects {
    overflow: hidden;
    padding: 50px 30px 20px;
}


.g-map {
    padding-right: 15px;
    padding-left: 15px;
}
footer.footer .g-map h4{
    background: none;
}
.news {
    max-width: 100%;
    margin: 0 auto;
}
div#insurance {
    max-width: 100%;
    padding: 0 15px;
}
.carousel-inner>.item>img.for-mob {
    display: block;
}
.logo {
    padding-top: 0;
    width: 80px;
    margin-bottom: 7px;
    padding-left: 15px;
}
.navigation.text-right {
    width: auto;
    text-align: right;
    display: inline-block;
    float: right;
}
.top-contacts {
    padding: 16px 90px 10px 13px;
}
.slide{
    height: auto;
}
.ft-terms{
    text-align: center;
}
.ft-pcy {
    text-align: center;
    margin-top: 7px;
}
.ft-pcy .social-ft {
    margin-right: 0;
    margin-bottom: 5px;
}
}

@media(max-width: 555px){
.footer ul li a {
    font-size: 13px;
    padding: 7px 6px;
}
	.owl-dots {
    margin-top: 0;
}
.flexslider .slides > li h1 {
    font-size: 18px;
    
}
	.loc-det {
    margin-bottom: 6px;
}
a.read-more{
    float: left;
}
.g-map{
    padding-right: 15px;
}
.inner-title {
    
    position: relative;
    top: 0;
    background: #145fad;
}
footer.footer h4 {
   

    margin-top: 0;
}
.wel-img {
    max-width: 100%;
}
.wel-text {
    padding-top: 10px;
    width: 100%;
    padding-left: 15px;
}

    .ft-columns, .g-map {
    width: 100%;
    float: left;
    min-height: auto;
}
.mob-12{
    width: 100%;
}
.serv-img {
    width: 100%;
    margin-bottom: 20px;
}
}


@media(max-width: 480px){

.top-contacts a:first-child {
    
    margin-right: 4px;
}

.ab-img, .ab-content {
    width: 100%;
}
.ab-img img {
    margin-bottom: 15px;
    width: 100%;
}
.brder {
  
    text-align: center;
}
h2 {
    font-size: 18px;
  
    padding-right: 15px;
}
h2 strong {

    font-size: 24px;
}


.navigation.text-right {
   
    padding-left: 0;
}
.news-dtls-page .img-in {
    min-height: 180px;
    min-width: 100%;
    margin-right: 0;
}
.news-dtls-page .vis-content a {
    position: relative;
    
    padding: 9px 16px;
    font-size: 14px;
    display: inline-block;
}
}

@media(max-width: 420px){


button.rd-navbar-toggle.toggle-original {
    top: 3px;
    width:53px;
}
button.rd-navbar-toggle.toggle-original small {
    display: none;
}
.rd-navbar-fixed .rd-navbar-toggle span {
    display: inline-block;
    vertical-align: middle;
}

.news-gal-in {
  
    width: 100%;
}

.nws-gal .news-gal-in a{
    width: 100%;
}

.logo img {
    max-width: 100%;
    padding-top: 7px;
    width: 100%;
}

.top-contacts {
    padding: 9px 40px 9px 0;
    text-align: right;
}
a.with-bg {
    
    padding: 7px 11px 8px;
    
}
.navigation.text-right {
    padding-left: 15px;
    width: 56.3333%;
    float: right;
    text-align: left;
}
.rd-navbar-fixed .rd-navbar-toggle {
    top: 10px;
    right: 15px;
    border: 1px solid #1c60a9;
}
.col-mob {
    width: 100%;
}
.cl-logo {
  
    padding-top: 0px;
    padding-bottom: 0px;
}
.cl-pn {
    margin-bottom: 10px;
    width: 93%;
    margin: 0 auto;
    float: none;
    display: block;
}
}






/* Change WC Acct Page Column Widths */
@media only screen and (min-width: 769px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 22%;
  }
  .woocommerce-account .woocommerce-MyAccount-content { 
    width: 75%;
  }
}
/* Style WC Account Endpoint Links */
nav.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
  max-width:200px;
  font-size: 17px;
  line-height: 26px;
}
nav.woocommerce-MyAccount-navigation ul li {
  padding: 8px 20px;
  background-color: rgba(0,0,0,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: rgba(0,0,0,0.1);
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: rgba(0,0,0,0.8); cursor: default;
}
nav.woocommerce-MyAccount-navigation ul li.is-active:after {
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0,0,0,0.1);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
  background-color: rgba(0,0,0,0.07);
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after { 
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0,0,0,0.07);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}

.fixed-logo {
    width: 75px;
    height: auto;
    float: left;
    clear: none;
    padding: 10px 0px;
    transition: all 400ms linear;
    opacity: 0;
    display: none;
}

nav.rd-navbar.rd-navbar-original.rd-navbar-static.rd-navbar--is-stuck .fixed-logo {
    opacity: 1;
    display: block;
}
.dep-sects.rece-lists span {
    border: 0px !important;
    font-size: 18px !important;
}

.sale-in ul {
    padding: 0px;
    list-style: none;
}

.sale-in > ul > li {
    font-weight: 700;
    color: #000;
    font-size: 17px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.sale-in ul li ul li {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    display: block;
    margin-top: 2px;
}
.maptbgrp {
    display: none;
}
.videoWrp{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	    max-width: 800px;
}
.videoWrp iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.owl-nav.disabled {
    display: none !important;
}
#states .disabled,#states .disabled.on {
    cursor: no-drop;
    fill: #d3d3d3;
}
#states path:hover, #states path .maphover{
    fill: #a52c2d;
}
#states .maphover{
    fill: #a52c2d;
}
#states .disabled:hover, #states .disabled.on:hover {
    fill: #d3d3d3;
}
.banner-caption a {
    box-shadow: inset 0px 0px 0px 0px #000;
    transition: all 400ms linear;
}

.banner-caption a:hover {
    box-shadow: inset 0px 0px 0px 80px #000;
}
figure.effect-apollo img {filter: grayscale(0%);
transition: all 400ms linear;}

figure.effect-apollo:hover img {
    filter: grayscale(50%);
}
.rd-navbar-static .rd-navbar-nav>li.active>a, .rd-navbar-static .rd-navbar-nav>li.opened>a, .rd-navbar-static .rd-navbar-nav>li.focus>a, .rd-navbar-static .rd-navbar-nav>li>a:hover {
    color: #006f45;
}

@media (max-width: 991px){
	.container{
		width:100%;
		padding:0px 30px;
	}
	button.rd-navbar-toggle.toggle-original{
		    top: 24px;
		    width: 45px;
		    line-height: 0px;
	}
	.rd-navbar-fixed .rd-navbar-toggle span:after, .rd-navbar-fixed .rd-navbar-toggle span:before, .rd-navbar-fixed .rd-navbar-toggle span{
		    height: 2px;
		width: 30px;
	}
	button.rd-navbar-toggle.toggle-original small{
		display: none !important;
	}
	.top-contacts{
		    padding: 35px 50px 10px 13px;
	}
	

.owl-dots {
    display: block !important;
    width: 100%;
    text-align: center;
}

.news .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: #006f45;
    margin: 0px 6px;
    border-radius: 50%;
    box-shadow: inset 0px 0px 0px 2px #fff;
    transition: all 400ms linear;
}

.news .owl-dots button.owl-dot span {
    display: none;
}

.news .owl-dots button.owl-dot.active {
    box-shadow: inset 0px 0px 0px 100px #fff;
}
}

@media (max-width: 767px){
	button.rd-navbar-toggle.toggle-original{
		    top: 15px;
	}
	.top-contacts a{
		vertical-align:unset;
	}
	.top-contacts{
		    padding: 24px 60px 10px 13px;
	}
	.top-contacts a:last-child {
    position: relative;
    top: -2px;
}
	.banner-caption{
		top: 25%;
	}
	figure.effect-apollo {
    margin-bottom: 20px;
}
	.list-of-states{
		    columns: 140px auto;
		    margin-bottom: 40px;
	}
}
@media (max-width: 575px){
	.nav-wrap {
    padding: 0px;
}
	header .container {
    padding: 0px;
}
	header .container > .row {
    display: flex;
    flex-wrap: wrap;
		margin: 0px;
}
	.logo {
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
		    justify-content: center;
}
	.logo img {
    max-width: 120px;
}
	.navigation.text-right {
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    background: #a52c2d;
		    padding: 0px;

}
	.top-contacts {
    padding: 15px 5px 10px 15px;
}
	.top-contacts a {
    color: #fff;
}
	.top-contacts a path {
    fill: #fff;
}
	button.rd-navbar-toggle.toggle-original {
    top: 6px;
    right: 15px;
    border: 0px;
}
	.rd-navbar-fixed .rd-navbar-toggle span:after, .rd-navbar-fixed .rd-navbar-toggle span:before, .rd-navbar-fixed .rd-navbar-toggle span{
		    background-color: #ffffff;
	}
	section.banner {
    overflow: hidden;
}
	section.banner img {
    width: 160%;
    max-width: 160%;
    margin-left: -30%;
}
	.banner-caption h1{
		    font-size: 25px;
		    letter-spacing: 0px;
	}
	.list-of-states:before{
		content:"Click the states to show the cities.";
		display: block;
	}
	.list-of-states li{
		display:none;
	}
	/*
.list-of-states {
    columns: 140px auto;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
	.list-of-states li {
    display: flex;
    flex: 0 0 46%;
    max-width: 45%;
    padding: 5px 10px;
    border: 1px solid #ddd;
    margin: 0px 5px 5px;
    text-align: center;
    justify-content: center;
}*/
	.rd-navbar-fixed .rd-navbar-nav-wrap{
		    background: #006f45;
	}
	.rd-navbar-fixed .rd-navbar-nav li>a{
		border-bottom: 1px solid #047d4f;
	}
	.rd-navbar-fixed .rd-navbar-nav li.opened>a, .rd-navbar-fixed .rd-navbar-nav li a:hover {
    background: #a52c2d;
}
}