@font-face {
    font-family: 'dm_sansbold';
    src: url('../fonts/dmsans-bold-bf64376d32191f2-webfont.woff2') format('woff2'),
         url('../fonts/dmsans-bold-bf64376d32191f2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'dm_sansmedium';
    src: url('../fonts/dmsans-medium-bf64376d329a539-webfont.woff2') format('woff2'),
         url('../fonts/dmsans-medium-bf64376d329a539-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'dm_sansregular';
    src: url('../fonts/dmsans-regular-bf64376d323f095-webfont.woff2') format('woff2'),
         url('../fonts/dmsans-regular-bf64376d323f095-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
*{
	padding:0;
	margin:0;
}
body{
    font-size:16px;
    line-height:24px;
    font-family: 'dm_sansregular';
	font-weight: 300;
	font-style: normal;
	color:#000;
}
h1{
	font-family: 'dm_sansbold';
	font-weight: bold;
	font-size:46px;
}
a{
    text-decoration:none;
}
a:hover{
    transition: all 0.6s ease 0s;
    text-decoration:none;
}
strong{
	font-weight:bold;
}
.padding0{
    padding:0;
}
.spacer-lg{
    width:100%;
    height:50px;
}
.spacer-md{
    width:100%;
    height:35px;
}
.spacer-sm{
    width:100%;
    height:20px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #004670;
    outline: 0;
    outline: thin dotted \9;
    transition: all 0.6s ease 0s;
}
.wrapper-main{
	width:100%;
}
.header-main {
    background-color:#000;
	padding:10px;
}
.logo img{
	width:100px;
}
.search{
	float:right;
	width:50px;
	height:50px;
	background-color:#f3f3f3;
	border-radius:50%;
	text-align:center;
	line-height:50px;
	margin-top: 20px;
}
li.nav-item {
    margin-right: 5px;
}
.nav-link {
    color: #fff;
    padding-left: 18px !important;
    padding-right: 18px !important;
}
.nav-link:focus, .nav-link:hover, .nav-link.active {
    color: #fff !important;
    background-color: #FF131D;
    border-radius: 6px;
}
.navbar-collapse {
    flex-grow: 0;
}
.dropdown-menu .dropdown-item:hover {
    color: #fff;
    background-color: #FF131D;
}
.col-sm-8.menu-main {
    padding-top: 18px;
}
.slider-main {
    width: 100%;
    position: relative;
}
.slider-caption {
    position: absolute;
    z-index: 9;
    width: 50%;
    height: 100%;
    padding: 40px 20px 20px 60px;
    color: #fff;
    background-image: url(../images/slider-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
	background-size:100% 100%;
    /*border-radius: 0 50px 50px 0;
	clip-path: polygon(0% 100%, 0% 0%, 100% 50%);*/
}
.carousel-indicators {
    justify-content: right;
}
.carousel-indicators [data-bs-target] {
    width: 13px;
    height: 13px;
    cursor: pointer;
    background-color: #D9D9D9;
    opacity: 1;
    transition: opacity .6s ease;
    border: solid 2px #fff;
    border-radius: 50%;
}
.carousel-indicators button.active{
    background-color: #FF131D;
    opacity: 1;
}
.slider-bottom-left img{
	width:90%;
}
.slider-bottom{
	width:100%;
	padding:100px 0;
	background-color:#FFF3ED;
}
.listings{
	padding:0;
	margin:0;
}
.listings li {
    list-style: none;
    display: inline-block;
    width: 48%;
    padding-bottom: 10px;
}
.listings li a {
    color: #000;
    background-image: url(../images/bullet.png);
    background-repeat: no-repeat;
    background-position: left 4px;
    padding: 0 0 0 22px;
}
.listings li a:hover {
    color: #FF131D;
}
.contact-btn {
    background-color: #FF131D;
    background-image: url(../images/btn-arrow.png);
    background-repeat: no-repeat;
    background-position: 84% 19px;
    color: #fff;
    padding: 12px 45px 12px 30px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 6px;
}
.contact-btn:hover {
    background-color: #000;
}
.services-main{
	width:100%;
	background-image: url(../images/services-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
	padding:100px 0;
	color:#fff;
}
.service-div {
    width: 92%;
    position: relative;
	margin-top:35px;
}
.services-thumb {
    width: 100%;
    background: transparent;
    overflow: hidden;
    position: relative;
	min-height:230px;
	margin:0 auto;
}
/*.services-thumb:before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 160px;
    height: 160px;
    transform: rotate(45deg);
    background: #FF131D;
    display: inline-block;
    opacity: 0.75;
}*/

/*.services-thumb:after{
    content: '';
    position: absolute;
    top: 38px;
    right: -18px;
    width: 113px;
    height: 2px;
    background: blue;
    transform: rotate(45deg);
}
.services-thumb:after {
    background: inherit;
    content: "";
    display: block;
    height: 2em;
    margin: 1em 1em -4em -1em;
    position: relative;
    top: -1em;
}*/
.services-thumb img{
	width:100%;
	height:230px;
	object-fit:cover;
	border-radius:10px 10px 0 0;
}
.services-thumb.second{
	position:relative;
}
.services-thumb.second:before {
    content: '';
    position: absolute;
    top: -3px;
    right: -55px;
    width: 141px;
    height: 61px;
    transform: rotate(45deg);
    background: #fff;
    display: inline-block;
}
.services-descp {
    background-color: rgba(255, 255, 255, 0.10);
    padding: 30px 15px 15px;
    border-radius: 0 0 10px 10px;
}
.services-descp.second{
	background-color:#fff2ec;
}
.services-descp h3{
	font-size:24px;
	font-family: 'dm_sansbold';
}
.service-number {
    width: 60px;
    height: 60px;
    background-color: #FF131D;
    border: solid 3px #fff;
    text-align: center;
    line-height: 54px;
    font-size: 24px;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    margin-top: -33px;
}
.services-descp p a{
	color:#fff;
	text-decoration:underline;
}
.services-descp.second p a{
	color:#FF131D;
	text-decoration:underline;
}
.services-descp p a:hover{
	color:#FF131D;
	text-decoration:underline;
}
.services-descp.second p a:hover{
	color:#000;
	text-decoration:underline;
}
.need-help {
    padding-top: 150px;
    padding-left: 20px;
}
.need-help h3 {
    font-size: 36px;
    color: #fff;
    font-family: 'dm_sansbold';
    text-transform: uppercase;
    margin-bottom: 20px;
}
.need-help p {
    color: #fff;
    padding-left: 55px;
    background-image: url(../images/phone.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 18px;
}
.latest-news-main{
	width:100%;
	padding:100px 0;
	background-image: url(../images/latestnews.png);
    background-repeat: no-repeat;
    background-position: center bottom;
	margin-bottom:35px;
}
.latest-news-main ul{
	padding:0;
	margin:0;
}
.latest-news-main ul li{
	list-style:none;
	display:inline-block;
	width:32%;
	border-right:solid 1px #fff;
	text-align:center;
	font-size:24px;
	color:#fff;
}
.latest-news-main ul li.last{
	border-right:none;
}
.latest-news-main ul li span{
	display:block;
	font-size:40px;
	font-family: 'dm_sansbold';
	padding-bottom:15px;
}
.item {
  align-items: center;
  background-color: #fff;
  color: #000;
  justify-content: center;
  padding:15px;
  border-radius:10px;
  margin-top:20px;
}
.item img{
	width:100%;
	height:200px;
	object-fit:cover;
}
.item h2{
	font-size:18px;
	font-family: 'dm_sansbold';
	padding:15px 0;
}
.item h5{
	font-size:16px;
	font-family: 'dm_sansmedium';
	padding-top:15px;
	color:#2B2C34;
}
.item p{
	font-size:14px;
	color:#2B2C34;
}
.owl-theme .owl-nav {
    position: absolute;
    top: -55px;
    right: 0;
}
.owl-theme .owl-nav [class*='owl-'] {
    
}
button.owl-prev{
	background-image: url(../images/slider-left-arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
	width: 32px;
    height: 32px;
	display:inline-block !important;
}
button.owl-prev span{
	display:none;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: none;
}
button.owl-next{
	background-image: url(../images/slider-right-arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
	width: 32px;
    height: 32px;
	display:inline-block !important;
}
button.owl-next span{
	display:none;
}
.faq-main {
    width: 100%;
    background-image: url(../images/services-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 150px 0 100px;
    margin-top: -75px;
}
.accordion {
    margin-top: 45px;
}
.accordion-button:not(.collapsed),
.accordion-button:focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
  background-color: transparent;
}
.accordion-button::after {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background-color: var(--bs-danger);
  background-image: none !important;
}
.accordion-button.collapsed::after {
  background-color: var(--bs-gray-300);
}
.accordion-flush>.accordion-item>.accordion-header .accordion-button, .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    border-radius: var(--bs-border-radius);
    border: none;
    background-image: url(../images/faq-bg.png);
    background-repeat: repeat;
    background-color: transparent;
	margin-top:20px;
	color: #fff;
}
.accordion-button.collapsed::after {
    background-color: #fff;
}
.accordion-button::after {
    background-color: #FF131D;
}
.accordion-item {
    background-color: transparent;
	background-image: url(../images/faq-bg.png);
    background-repeat: repeat;
    border: none;
	color:#fff;
}
.footer-main {
    width: 100%;
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 100px 0 25px;
    margin-top: -60px;
}
.footer-logo img{
	width:200px;
}
.footer-main h4{
	font-size:20px;
	color:#fff;
	margin-bottom:20px;
	font-family: 'dm_sansbold';
}
.footer-links{
	float:left;
	width:48%;
}
.footer-links ul{
	padding:0;
	margin:0;
}
.footer-links ul li{
	list-style:none;
	display:block;
	padding-bottom:10px;
}
.footer-links ul li a{
	color:#fff;
	display:block;
}
.footer-links ul li a:hover{
	color:#FF131D;
}
.rights {
    text-align: center;
    color: #fff;
    margin-top: 20px;
    font-size: 14px;
}
.rights a {
    color: #FF131D;
}
.rights a:hover {
    color: #fff;
	text-decoration:underline;
}
.search-field{
	background-color: transparent;
    border: solid 1px #3E4045;
    padding: 7px 10px;
    width: 225px;
    border-radius: 6px;
    margin-right: 5px;
	color:#fff;
}
.submit-btn{
	background-color:#FF131D;
	border: solid 1px #FF131D;
    padding: 7px 20px;
	color:#fff;
	border-radius: 6px;
}
.submit-btn:hover{
	background-color:transparent;
	border: solid 1px #FF131D;
	color:#FF131D;
}
.slider-contact {
    color: #fff;
    padding-left: 55px;
    background-image: url(../images/phone.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 18px;
	margin-bottom:25px;
}
.inner-banner{
	width:100%;
	position:relative;
}
.inner-banner img{
	width:100%;
}
.inner-caption{
	position:absolute;
	width:100%;
	top:50%
}
.inner-caption h1{
	color:#fff;
	font-size:60px;
}
.inner-content{
	padding:50px 0 100px;
}
.form-main{
	width:90%;
	padding-top:30px;
}
.form-main h2{
	font-size:48px;
	font-family: 'dm_sansbold';
	margin-bottom:20px;
}
.form-main input {
    width: 100%;
    border: solid 1px #000;
    border-radius: 8px;
    padding: 7px 10px;
    margin-bottom: 15px;
}
.form-main input:focus {
    border: solid 1px #FF131D;
}
.form-main textarea {
    width: 100%;
    border: solid 1px #000;
    border-radius: 8px;
    padding: 7px 10px;
    margin-bottom: 15px;
	height:150px;
}
.form-main textarea:focus {
    border: solid 1px #FF131D;
}
.form-main input.submit-btn{
	border-color:#FF131D;
	width:120px;
	float:right;
}
.contact-right{
	width:80%;
	color:#fff;
	background-color: #ff131d; /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, #ff131d , #ff7379);
	padding:100px 50px;
	position:relative;
	margin-top:30px;
}
.contact-right:before {
    content: '';
    position: absolute;
    top: -1px;
    right: -55px;
    width: 141px;
    height: 61px;
    transform: rotate(45deg);
    background: #fff;
    display: inline-block;
}
.page-heading{
	font-family: 'dm_sansbold';
	font-size:48px;
}
.vision-main{
	padding-top:50px;
}
.vision-main .vision-description{
	padding-top:50px;
	width:85%;
}
.vision-thumb img{
	width:80%;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}
.blog-main{
	background-color:#FFF2ED;
	padding:15px;
	margin-bottom:30px;
	border-radius:8px;
}
.blog-main img{
	height:300px;
	width:100%;
	object-fit:cover;
	border-radius:6px;
}
.blog-main h3 {
    font-size: 22px;
    margin: 0;
    padding: 15px 0;
}
.blog-main a{
	color:#FF0000;
	text-decoration:underline;
	display:inline-block;
}
.blog-main a:hover{
	color:#000;
	text-decoration:none;
}
.blog-main span{
	float:right;
	font-size:14px;
	font-style:italic;
}










@media (min-width: 992px) and (max-width: 1120px) {
h1 {
    font-family: 'dm_sansbold';
    font-weight: bold;
    font-size: 24px;
}



}
@media (min-width: 768px) and (max-width: 991px) {
li.nav-item {
    margin-right: 0px;
}
.slider-caption {
    padding: 15px;
}
.slider-caption h1 {
    font-family: 'dm_sansbold';
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
}
p.mobile-hide {
    display: none;
}
.listings li {
    width: 100%;
}
.services-thumb {
    min-height: 170px;
}
.services-thumb img {
    height: 170px;
}
.services-descp h3 {
    font-size: 18px;
}
.services-descp p{
	font-size: 14px;
    line-height: 20px;
}
.need-help h3 {
    font-size: 24px;
}
.need-help {
    padding-left: 0;
}
.footer-logo img {
    width: 90%;
}
h1 {
    font-size: 24px;
}
.logo img {
    width: 96%;
}
.slider-bottom {
    padding: 30px 0;
}
.services-main {
    padding: 30px 0;
}
.latest-news-main {
    padding: 45px 0;
}
}

@media (max-width: 767px) {
.col-sm-8.menu-main {
    position: absolute;
    right: 0;
    top: 0;
	padding-top:25px;
}
.navbar-toggler {
    border: solid 1px #FF131D;
	padding:5px;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image:url(../images/menu.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
nav.navbar.navbar-expand-sm.justify-content-center {
    justify-content: right !important;
}
.search {
    display: none;
}
.navbar-collapse {
    flex-grow: 0;
    z-index: 99;
    background-color: #000;
    padding: 15px;
}
.slider-caption {
    padding: 10px;
}
.slider-caption h1 {
    display: none;
}
.slider-caption p {
    margin-bottom:10px;
	font-size:14px;
}
.slider-caption p.mobile-hide {
    display: none;
}
.slider-caption img {
    width: 50px;
}
.slider-contact {
    padding-left: 25px;
    font-size: 14px;
    margin-bottom: 0;
    background-size: 18px;
    line-height: 18px;
}
.slider-bottom {
    padding: 20px 0;
}
h1 {
    font-size: 24px;
}
.listings li {
    width: 100%;
}
.services-main {
    padding: 20px 0;
	background-size: 100% 100%;
}
.service-div {
    width: 100%;
}
.need-help {
    padding-top: 20px;
    padding-left: 20px;
}
.latest-news-main {
    padding: 20px 0;
    margin-bottom: 35px;
    background-size: 110% 110%;
    margin-top: 0px;
    background-position: center bottom;
}
.latest-news-main ul li {
    font-size: 18px;
}
.latest-news-main ul li span {
    font-size: 24px;
    padding-bottom: 0;
}
.footer-main {
    background-color: #000;
	padding-top: 20px;
}
.footer-logo {
    text-align: center;
    margin-bottom: 15px;
}




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




}