/************************************************* Header ********************************************************************/
.TopLink a:hover{color:#fd0200;} 
   
/********** Main Banner **************************************************************************************************/
.MainBanner h1{font-size:70px; font-family: "Poppins", sans-serif; text-shadow:0px 4px 4px #00000040; line-height:1; letter-spacing:-.03em;} 
.fs-42{font-size: 42px !important;}
/************************************************* Testimonials ********************************************************************/
.WhatDo{background:url(../images/bg.png) repeat-x bottom;background-size:cover;}
.Strip{background:url(../images/bgstrip.jpg) no-repeat center center; min-height:22px; background-size:cover;}
 body.user-registration-page #user-registration:not(.user-registration-MyAccount), body.user-registration-page .user-registration:not(.user-registration-MyAccount) {
  
  margin: auto;
}
.page main a {
  
  color: #a81c1c;
}
.page main .member a {
  color: #fff;
}
.member a:hover{color:#151c38  !important;}
#mega-menu-content ul li a[data-bs-toggle="collapse"] {
    position: relative;
    padding-right: 25px;
    text-decoration: none;
    color: #555;
    display: block;
}
.MainBanner2  img {
  width: 100%;
  height: 550px;
  object-fit: cover;   /* keeps proportions, crops overflow */
  object-position: center; /* centers image */
}


#mega-menu-content ul li a[data-bs-toggle="collapse"]::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #555; 
    transition: transform 0.3s ease;
}


#mega-menu-content ul li a.collapsed[aria-expanded="true"]::after {
    transform: translateY(-50%) rotate(180deg);
    border-top-color: #555;
}

#mega-menu-content {
    font-family: Arial, sans-serif;
}


#mega-menu-content .mega-col .main-title {
    font-size: 30px;
    font-weight: bold;
    color: #111; 
    margin-bottom: 15px;
	  border-bottom: 3px solid #f4cdcd;
  padding-bottom: 5px;

}

#mega-menu-content ul li > a {
    font-size: 16px;
    color: #555; 
    text-decoration: none;
    display: block;
    margin: 5px 0;
    transition: color 0.2s;
}

#mega-menu-content ul li > a:hover {
    color: #0073aa; 
}

#mega-menu-content ul li ul li a {
    font-size: 14px;
    margin-left: 15px;
    color: #777; 
}


#mega-menu-content ul li ul li ul li a {
    font-size: 13px;
    margin-left: 25px;
    color: #999; 
}
/*Serach form-control*/

.is-search-form {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  margin: 10px auto;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.is-search-form:focus-within {
  border-color: #dc3545; 
  box-shadow: 0 0 8px rgba(220,53,69,0.3);
}


.is-search-input {
  flex: 1;
  padding: 12px 16px;
  font-size: 15px;
  border: none;
  outline: none;
  border-radius: 30px 0 0 30px;
  background: transparent;
  color: #333;
}


.is-search-input::placeholder {
  color: #000;
  font-style: italic;
}
.is-search-icon {
  display: inline-block !important;
  color: #fff;
background: #a81c1c;}
.is-form-style .is-search-submit path {
  fill: #fff;
}
.is-search-submit {
  background: #dc3545; 
  border: none;
  padding: 0 18px;
  border-radius: 0 30px 30px 0;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.is-search-submit:hover {
  background: #b02a37; 
}


.is-search-icon svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}


.is-loader-image {
  position: absolute;
  right: 55px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  background-size: contain !important;
}

/************************************************* partnerslogo ********************************************************************/
#partnerslogo .cycle-slideshow{margin:0 20px;}
#partnerslogo .slide{display:block; margin:0 34px; text-align:center; min-height:150px;}
#partnerslogo .Brand .cycle-next,#partnerslogo .Brand .cycle-prev{position:absolute;top:48%; cursor:pointer; z-index:9999;opacity:.9;}
#partnerslogo .Brand .cycle-next{right:0px;}#partnerslogo .Brand .cycle-prev{left:0px;}
    
/********** Footer ***************************************************************************************************/
#Footer{color:#fff; background:url(../images/bg1.jpg) no-repeat top center; background-size:cover;}
#Footer li.active a {color:#A81C1C;}
#Footer a{color:#fff;}#Footer a:hover,#Footer .list-inline a:hover{color:#A81C1C;}
#Footer h4{font-size:32px;}
.CopyText{font-size:16px; line-height:1.4;}
#Footer .form-control{background:#fff; border-color:#fff; height:60px; color:#000;}
#Footer .btn{min-height:60px; font-size:20px; padding:8px 10px; min-width:unset;border-left:solid 1px #000 !important} 

    
/*************************************************************************************************************/
@media (min-width:992px) {.MainBanner .mask{position:absolute; top:0px; right:0%; left:0%; z-index:99; background:url(../images/bnr_shadow.png) repeat-x top; min-height:100%;}}

@media (min-width: 1920px){
.gutter-lg {margin-left:-22px!important;margin-right:-22px!important;}
.gutter-lg div[class^="col"]{padding-left:22px!important;padding-right:22px!important;}
.container {max-width:1720px !important;}}

@media (min-width: 1600px) {.container {max-width:1560px;} body {font-size:20px;} .btn{font-size:23px;padding:19px 38px;} #Footer{line-height:34px;} .MainBanner h1{font-size:52px;} 
h1, .h1 {font-size:64px;} h2, .h2 {font-size:64px;} .fs-36{font-size:36px !important;} .navbar .navbar-nav .nav-link{font-size:23px;} h3, .h3 {font-size:30px;}.fs-140{font-size:140px !important;}
}

@media (min-width: 1259.98px) and (max-width: 1360px) {}
/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1359.98px) and (max-width: 1459.98px){}

/*@include media-breakpoint-between(1280) { ... }*/
@media (min-width: 1199.98px) and (max-width: 1359.98px){}
@media (min-width: 991.98px) and (max-width: 1199.98px) {.MainBanner h1{font-size:50px;}#Footer h4{font-size:22px;} .btn{font-size:18px;}}
/*@include media-breakpoint-between(md, xl) { ... }*/
@media (min-width: 768px) and (max-width: 991.98px) {.MainBanner h1{font-size:40px;}#Footer h4{font-size:26px;} .btn{font-size:18px;}.fs-140{font-size:60px !important;}.WhatDo h3{font-size:20px;}}
@media (max-width: 767.98px) {.MainBanner h1{font-size:36px;}#Footer h4{font-size:26px;} .btn{font-size:16px; padding:15px 25px;}.fs-140{font-size:60px !important;}.WhatDo h3{font-size:20px;}.ls-10{letter-spacing:normal !important;} .fs-23{font-size:20px !important;} h1, .h1 {font-size:40px; line-height:1;} #partnerslogo .slide{margin:0 10px;}
.MainBanner2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

}

@media (max-width: 575.98px){
.MainBanner .Homebnr .carousel-item img {
    height:200px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
} .MainBanner h1{font-size:30px;} 
.border-end{border-color:transparent !important;}
.w-75 {
  width: 100% !important;
}
}

@media (max-width: 479px) {}
@media (max-width: 320px) {}