/*@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Roboto:wght@400;500&display=swap');*/

@font-face {
    font-family: 'copperplate_gothic_boldRg';
    src: url('/css/coprgtb-webfont.woff2') format('woff2'),
         url('/css/coprgtb-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'copperplate_gothic_lightRg';
    src: url('/css/coprgtl-webfont.woff2') format('woff2'),
         url('/css/coprgtl-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.copperBold{
	font-family: 'copperplate_gothic_boldRg';
}
.copper{
	font-family: 'copperplate_gothic_lightRg';
}

h1, h2, h3, h4, h5{
	font-family: 'copperplate_gothic_boldRg';
}
a {
	text-decoration: none !important;
}
::placeholder{
	color: #212529 !important;
}
a:hover{
	color:#fff
}

.container p img{
	max-width: 100%;
}

p {
	margin: 0px;
	font-size: 17px;
	line-height: 26px;
	font-weight: 300;
	font-family: 'League Spartan', sans-serif;
}

.large {
    width: 200px;
}
.small {
    width: 140px;
}
.top-logo {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
    -o-transition: 0.7s all;
}
.form-select:focus {
	box-shadow: none !important;
	border: 1px solid #fff !important;
}

.form-control:focus {
	box-shadow: none !important;
	border-color: #981632 !important;
}

.text-orange{
	color: #981632 !important;
}
.background-orange{
	color: #981632 !important;
}
.text-blue{
	color: #0F73B7 !important;
}
.background-blue{
	background-color: #0F73B7 !important;
}
.font-size-15 {
	font-size: 15px !important;
}

.font-size-14 {
	font-size: 14px !important;
}

.font-size-13 {
	font-size: 13px !important;
}

.font-weight-600 {
	font-weight: 600;
}

.font-weight-700 {
	font-weight: 700;
}
.font-weight-800 {
	font-weight: 800;
}

.line-height-25 {
	line-height: 25px;
}

.text-gray {
	color: #666 !important;
}

.text-dark {
	color: #333 !important;
}

.text-light-grey {
	color: #ddd;
}
.topbar{
	padding: 20px 0;
	background-color: #fff;
	color: #981632;
}
.topbar .topbar-links{
	display: flex;
	margin: 0;
	list-style-type: none;
	justify-content: flex-end;
}
.topbar .topbar-links  li a i{
	margin-right: 7px;
}
.topbar .topbar-links  li {
	margin-right: 20px;
}
.topbar .topbar-links  li a {
	color: #981632 !important;
}
.register-btn{
	padding: 8px 20px;
	background-color: #981632;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 20px !important;
	font-weight: 600 !important;
}
.book-appointment-btn-container{
	position:fixed;
	z-index:100;
	bottom:0px;
	right:0px;
}
.book-appointment-btn{
	padding: 8px 20px;
	background-color:rgba(152,22,50,.9);	
	color: #fff;
	display: inline-block;
	font-size: 20px !important;
	font-weight: 600 !important;
}

.banner{
	background-color: #000;
	height: calc(100vh - 116px);
	position: relative;
	text-align: center;
	margin-top: 162px;
}

.banner-2{
	background-color: #000;
	height: calc(100vh - 116px);
	position: relative;
	text-align: center;
	margin-top: 162px;
}
.banner-2{
	background: url(../images/units_withstickers-smaller.jpg) no-repeat center top;
	background-size: cover;	
}

.small-banner{
	padding: 250px 0 200px 0 !important;
}
.navbar{
	padding: 10px 0;
}
.navbar .navbar-nav .nav-item .nav-link{
	color: #333 !important;
	font-size: 17px;
	padding: 7px 20px;
	font-weight: bold;
	text-transform:uppercase;
}
/*.dropdown:hover .dropdown-menu {
	display: block;
	background-color: #0F73B7;
	color: #fff !important;
	border-top: 2px solid #981632;
	min-width: 250px;
	border-radius: 0px;
	padding: 0px !important;
  }*/
.dropdown:hover .dropdown-menu {
	background-color: #0F73B7;
	color: #fff !important;
	border-top: 2px solid #981632;
	min-width: 250px;
	border-radius: 0px;
	padding: 0px !important;
  }
.dropdown-item{
	text-transform: capitalize;
	color: #fff;
	text-transform:uppercase;
	padding: 10px 15px;
}
.dropdown-item:hover{
	color: #981632;
	background-color: transparent;
}
.breadcrumb li a, .breadcrumb li {
	color: #fff;
	padding: 0 5px;
  }
.banner-background{
	background-size: cover;
	opacity: 0.8;
	height: calc(100vh - 116px);
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.banner-background-2{
	background-size: cover;
	opacity: 0.8;
	height: calc(100vh - 116px);
	width: 100%;
	/*top: 0;
	left: 0;
	position: absolute;*/
	overflow:hidden;
}
.banner h1{
	font-size: 50px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
.banner h3{
	font-weight: 500;
	color: #fff;
	font-family: 'League Spartan', sans-serif;
	font-size: 34px;
}
.banner h1 b{
	font-weight: 800;
}

.banner-2 h1{
	font-size: 50px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
.banner-2 h3{
	font-weight: 500;
	color: #fff;
	font-family: 'League Spartan', sans-serif;
	font-size: 34px;
}
.banner-2 h1 b{
	font-weight: 800;
}

.banner-content,.banner-content-2{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20%;
	max-width: 600px;
	z-index:1000;
	text-shadow: 2px 2px 2px #000000b8;
}
.banner-content .register-btn,.banner-content-2 .register-btn{
	font-size: 20px !important;
	font-weight: 600 !important;
}
.banner-content p,.banner-content-2 p{
	color: #fff;
	margin-top: 10px;
}

.banner-content i,.banner-content-2 i{
	font-size: 22px;
	color: #fff;
	display: block;
}
.dropdown-menu li{
	position: relative;
}
.nested-dropdown{
	display: none;
	position: absolute;
	right: -200px;
	background-color: #0F73B7;
	color: #fff !important;
	border-top: 2px solid #981632;
	min-width: 200px;
	list-style-type: none;
	padding-left: 0px !important;
	top: -2px;
}
.dropdown-menu li:hover .nested-dropdown{
	display: block;
}
.navbar-dropdown-angle-right{
	position: absolute;
	right: 15px;
	transform: translateY(-50%);
	top: 50%;
}
.learn-btn{
	padding: 10px 30px;
	background-color: #fff;
	color: #981632;
	border-radius: 10px;
	display: inline-block;
	margin-top: 40px;
}
.learn-btn:hover{
	color: #981632 !important;
}
.seo-points{
	padding: 30px 0;
	background-color: #0F73B7;;
}
.seo-points-wrapper{
	display: flex;
	justify-content: space-evenly;
	flex-flow: row wrap;
}
.single-point{
	background-color: #0F73B7;;
	color: #fff;
	border-radius: 5px;
	flex-basis: 19%;
	flex-grow: 1;
	margin: 0.5% !important;
	min-width: 170px;
	text-align: center;
	flex-basis: 19%;
	flex-grow: 1;
	margin: 0.5% !important;
/*	min-width: 240px;*/
	padding: 12px
}
.single-point h5{
	margin: 0;
	font-size: 21px;
	font-family: 'League Spartan', sans-serif;
	font-style: italic;
}
.content-section{
	padding: 70px 0;
}
.content-image{
	height: 650px;
	width: 100%;
	/*background: url(../images/superior-guarantee.jpg) no-repeat center top;*/
	position: relative;
}
.content-image2{
	/*background: url(../images/banner-background.jpg) no-repeat 60% 0%;*/
	height: 600px;
}
.content-image3{
	/*background: url(../images/van.jpg) no-repeat  center right;*/
	height: 500px;
}
.content{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -10%;
	z-index: 100;
	background-color: #0F73B7;
	padding: 30px;
	left: 0;
}
.content-2{
	left: -10%;
	right: 0;
}
.content span{
	width: 50px;
	height: 3px;
	background-color: #981632;
	display: inline-block;
}
.content h2{
	color: #981632;
	font-weight: 800;
	margin-top: 5px;
	margin-bottom: 20px;
}
.content ul li{
	color: #fff;
	line-height: 40px;
}
.content p{
	color: #fff;
	line-height: 28px;
}
.content h5{
	color: #fff;
	margin-top: 20px;
}
.content h5{
	font-weight: 600;
	font-family: 'League Spartan', sans-serif;
}
.red-link{color:#981632;}
.red-link:hover{color:#981632;}

.call-us,.content a{
	padding: 12px 30px;
	background-color: #981632;
	color: #fff;
	border: 1px solid #0F73B7;
	border-radius: 5px;
	display: inline-block;
	margin-top: 20px;
}
.content i{
	color: #fff;
}
.services{
	background: url(../images/pattern.png) no-repeat center top, #ABB3BA;
	padding: 70px 0;
	background-size: cover;
	background-color: #ABB3BA;
}
.common-heading h2, .common-heading h5{
	text-align: center;
	margin: 0 auto;
}
.common-heading h5{
	font-family: 'League Spartan', sans-serif;
	color: #999;
}
.common-heading h2{
	color: #981632;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 40px;
}
.service-wrap{
	border-radius: 5px;
	position: relative;
	margin-top: 30px;
	margin-bottom: 50px;
}
.service-image{
	height: 400px;
	width: 100%;
}
.service-image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.service-content h4{
	color: #981632;
	font-weight: 600;
	margin-top: 20px;
	font-size: 20px;
}
.news-content h4{
	font-size:15px;
}
.news-content a:hover{
	color:#981632;
}
.service-content{
	padding: 0 10px;
/*	text-align: center;*/
	position: relative;
}
.service-content p{
	color: #999;
	line-height: 24px;
	font-size: 16px;
	margin-top: 20px;
}
.service-content .read-more-btn{
	display: block;
	padding: 12px 30px;
	text-align: center;
	background-color: #0F73B7;
	color: #fff;
	/*position: absolute;*/
	right: -15px;
	display: block;
	width: 90%;
	/*top: -20px;*/
	font-size: 20px;
	font-weight: bold;
}
.reviews{
	padding: 70px 0;
}
.reviews .common-heading h5{
	color: #fff;
}
.single-review{
	padding: 30px;
	background-color: #0F73B7;
}
.single-review p{
	color: #fff;
	margin-top: 10px;
}
.single-review h3{
	color: #fff;
	font-weight: 600;
	margin-top: 30px;
}
.avatar{
	width: 80px;
	height: 80px;
	margin: 0 auto;
	margin-top: 30px;
	border-radius: 50%;
	overflow: hidden;
}
.avatar img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.owl-carousel .owl-dots.disabled {
	display: block;
}

.owl-dots {
	text-align: center;
	margin-top: 30px;
}

.owl-dots .owl-dot span {
	background-color: #e1e1e1;
	height: 15px;
	width: 15px;
	margin-right: 10px;
	border-radius: 50%;
	display: block;
}

.owl-dots .owl-dot.active span {
	background-color: #981632;
}
.cta{
	padding: 70px 0;
	background-color: #0F73B7;
}
.cta h3{
	color: #981632;
	font-weight: bold
}
.cta p{
	color: #fff;
}
.cta a{
	display: inline-block;
	padding: 10px 30px;
	text-align: center;
	background-color: #981632;
	color: #fff;
	border-radius: 5px;
	margin-top: 20px;
}
footer{
	padding: 70px 0;
	background-color: #0F73B7;
	color: #fff;
}
footer h5{
	font-family: 'League Spartan', sans-serif;
	font-size: 22px;
	font-weight: normal;
}
footer h4{
	font-family: 'League Spartan', sans-serif;
	font-size: 28px;
	font-weight: 500;
}

.footer-links{
	display: flex;
	justify-content: center;
}

@media only screen and (max-width: 430px){
	.footer-links{
		display: block;
	}
}

.footer-links li{
	margin-right: 25px;
}
.footer-links li a{
	font-weight: 500;
}
.social{
	list-style-type: none;
	display: inline-flex;
	margin-top: 30px;
}
.social li{
	margin-right: 15px;
}
.social li a{
	color: #fff;
}
.social li a i{
	font-size: 25px;
}
footer h2{
	color: #fff;
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 30px;
}
footer ul{
	list-style-type: none;
	padding: 0;
}
footer ul li{
	line-height: 30px;
}
footer ul li a{
	font-size: 18px;
	color: #fff;
}
footer p{
	width: 70%;
}
.small-banner{
	padding: 100px 0;
	background-size: cover !important;
	position: relative;
	margin-top: 167px;
}
.small-banner h1{
	color: #fff;
	z-index: 1000;
	position: relative;
	font-weight: bold;
}
.page-info {
	color: #fff;
	z-index: 1000;
	position: relative;
}
.page-info a {
    color: #981632;
}
.overlay{
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.overlay-about{
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.1);
}
.our-team{
	padding: 70px 0;
}
.team-image{
	width: 100%;
	height: 600px;
	background-size: contain !important;
}

.team-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.team-content{
	padding: 30px;
	background-color: #0F73B7;
	color: #fff;
	text-align: center;
	margin: 10px;
}
.team-content h4{
	font-weight: bold;
}
.team-wrap{
	margin-top: 30px;
}
.group-fancybox{
	width: 100%;
	height: 500px;
	object-fit: cover;
	display: block;
	/*margin-bottom: 1rem;*/
}
.service-section{
	padding: 70px 0;
}
.service-details{
	margin-top: 30px;
}
.service-details h3, .service-details h4{
	color: #0F73B7;
	font-weight: bold;
}
.service-details ul li{
	color: #212529;
	line-height: 28px;
}
.feedback{
	padding: 20px;
	border-radius: 5px;
	position: relative;
	margin-top: 30px;
}
.feedback i{
	font-weight: 500;
	font-size: 18px;
	color: #666;
}
.feedback h5{
	margin-top: 20px;
}
.feedback .quote img{
	width: 20px;
}
.blog-date{
	position: absolute;
	top: 5%;
	left: 5%;
	padding: 8px 20px;
	background-color: #0F73B7;
	color: #fff;
	border-radius: 5px;
}
.blog-date  h5{
	margin: 0;
	font-size: 15px;
}
.service-image-detail{
	width: 100%;
	height: 600px;	
}
.service-image-detail img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service-content h2{
	color: #981632;
	font-weight: bold;
	margin-top: 30px;
}
.service-content ul{
	margin-top: 30px;
}
.service-content ul li{
	color: #999;
	line-height: 30px;
}
.faqs{
	padding: 70px 0;
}
.accordion-item .accordion-button{
	color: #981632;
	font-weight: 600;
	background-color: #f1f8ff;
	padding: 25px 35px;
}
.accordion-button:focus{
	box-shadow: none;
}
.about-details {
	padding: 70px 0;
}
.jobs-form{
	padding: 70px 0;
}
/*input[type=checkbox] + label {
	display: block;
	margin: 0.2em;
	cursor: pointer;
	padding: 0.2em;
  }
  
  input[type=checkbox] {
	display: none;
  }
  
  input[type=checkbox] + label:before {
	content: "\2714";
	border: 1px  solid #981632;
	border-radius: 0.2em;
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	padding-left: 0.2em;
	padding-bottom: 0.3em;
	margin-right: 0.2em;
	vertical-align: center;
	color: transparent;
	transition: .2s;
  }
  
  input[type=checkbox] + label:active:before {
	transform: scale(0);
  }
  
  input[type=checkbox]:checked + label:before {
	background-color: #981632;
	border-color: #981632;
	color: #fff;
  }
  
  input[type=checkbox]:disabled + label:before {
	transform: scale(1);
	border-color: #aaa;
  }
  
  input[type=checkbox]:checked:disabled + label:before {
	transform: scale(1);
	background-color: #bfb;
	border-color: #bfb;
  }*/
  .content-section h2{
	font-weight: 600;
	color: #fff;
	font-family: 'League Spartan', sans-serif;
}
.content-section p{
	color: #fff;
}
.content-section ul {
	margin-top: 30px;
	padding-left: 35px;
}
.content-section ul li{
	line-height: 30px;
	color: #fff !important;
}
.modal-header .close {
	height: 30px;
	width: 43px;
	line-height: 30px;
	background-color: #0F73B7;
	border-radius: 50%;
	padding: 0px;
	opacity: 1;
	color: #fff;
}

.modal-header h5 {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
}

.contact-popup {
	border: 1px solid #0F73B7;
	padding: 10px 25px;
	color: #0F73B7;
}

.contact-popup:hover {
	background-color: #0F73B7;
	color: #fff !important;
}

.modal-body .form-control {
	border: 1px solid #eee !important;
	background-color: #f3f3f3;
}

.form-phone{display:none;}
.comment{
	padding: 70px 0;
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.comment h2{
	font-weight: normal;
	font-family: 'League Spartan', sans-serif;
	color: #0F73B7;
}
.comment h4{
	font-weight: normal;
	font-family: 'League Spartan', sans-serif;
	color: #0F73B7;
}

.service-details img{margin-right:20px;margin-top:20px;}
.job-comment{font-size:12px;}
.service-details p{margin-bottom:1rem;}
.contact-form-select{width:100%;height:37.6px;}
strong{font-weight:bold;}
.grecaptcha-badge { 
    visibility: hidden;
}
.services-wrap{
	padding: 40px 0;
  }
  .services-heading h2{
	font-weight: bold;
	margin-bottom: 30px;
  }
  .services-heading p{
	color: #999;
	text-align: center;
	width: 80%;
	margin: 0 auto;
  }
  .service-row{
	margin-top: 30px;
  }
  .service-img-big{
	width: 100%;
	height: 450px;
  }
  .service-img-big img{
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  .service-img-big2{
	width: 100%;
	height: 350px;
  }
  .service-img-big2 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  .small-image-wrap{
	display: flex;
  }
  .service-img-small{
	width: 100%;
	height: 450px;
	padding: 2px;
  }
  .service-img-small img{
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  .service-img-small2{
	width: 100%;
	height: 350px;
	padding: 2px;
  }
  .service-img-small2 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  .service-details h4{
	color: #981632;
	font-weight: bold;
  }
  .service-details ul li{
	color: #999;
  }
  .service-details h6 a{
	color: #981632;
  }
  .newsletter{
	padding: 50px 0;
  }
  .newsletter h4{
	color: #981632;
	font-weight: bold;
  }
  
  .services-heading p a{
	color: #981632;
  }
  
  #video-container{width:100%;height:100%;overflow:hidden;}
  .banner-2:before {
	  content: '';
	  position: absolute;
	  background: rgba(0, 0, 0, 0.25);
	  border-radius: 5px;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  z-index: 1000;
	}
  #okplayer{position:absolute;width:150% !important;height:150% !important;left:-25% !important;z-index:999 !important;}
  .sam-values{left:15px;}
  
  @media only screen and (max-width: 955px){
	  #okplayer{width:120% !important;height:100% !important;left:-10% !important;}
	  .sam-values{left:0px;}
  }
  
  @media only screen and (max-width: 790px){
	  #okplayer{width:130% !important;}
  }
  
  @media only screen and (max-width: 767px){
	  .banner-2{margin-top:95px;}
  }
  
  @media only screen and (max-width: 728px){
	  #okplayer{width:160% !important;height:110% !important;}
  }
  
  @media only screen and (max-width: 652px){
	  #okplayer{height:100% !important;}
  }
  
  @media only screen and (max-width: 592px){
	  #okplayer{width:180% !important;}
  }
  
  @media only screen and (max-width: 567px){
	  #okplayer{height:120% !important;}
  }
  
  @media only screen and (max-width: 505px){
	  #okplayer{width:200% !important;}
  }
  
  @media only screen and (max-width: 455px){
	  #okplayer{height:100% !important;}
  }
  
  @media only screen and (max-width: 395px){
	  #okplayer{width:220% !important;}
  }
  
  @media only screen and (max-width: 356px){
	  #okplayer{width:260% !important;}
  }
  
  /*@media only screen and (max-width: 955px){
	  #okplayer{width:130% !important;height:100% !important;left:-15% !important;}
  }
  
  @media only screen and (max-width: 767px){
	  #okplayer{position:absolute;top:-110px !important;height:110% !important;width:160% !important;left:-10% !important;}
  }
  
  @media only screen and (max-width: 900px){
	  #okplayer{width:120% !important;height:120% !important;left:-10% !important;}
  }  
  
  @media only screen and (max-width: 625px){
	  #okplayer{width:200% !important;height:100% !important;}
  }
  
  @media only screen and (max-width: 415px){
	  #okplayer{width:250% !important;height:100% !important;}
  }*/

  
/* ============ desktop view ============ */
@media all and (min-width: 992px) {

	.dropdown-menu li{
		position: relative;
	}
	.dropdown-menu .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.dropdown-menu .submenu-left{ 
		right:100%; left:auto;
	}

	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

.dropdown-menu .dropdown-menu{
		margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
}

}	
/* ============ small devices .end// ============ */


@media (min-width: 576px) {
    .modal-dialog {
max-width: 900px;
	}
}

@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - 0.5rem);
    }
}