<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&amp;family=Open+Sans:wght@300;400;500;600;700;800&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&amp;display=swap');

*{margin:0; padding:0;}
body{font-family: 'Open Sans', sans-serif;}
h1, h2, h3, h4, h5, h6{font-family: 'Montserrat', sans-serif;}
a{-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;}
ul, ol{list-style:none; padding-left: 0;}
img{max-width:100%;}
.container{max-width: 1170px;}
p{font-size:16px; line-height:26px; color:#000;}
.style_none{list-style:none; margin-bottom:0;}
.clearfix{clear: both;}
.style_none{list-style:none;} 
.mt30{margin-top: 30px;}
.tick ul{ list-style: none; padding: 0;}
.tick ul li{position:relative; padding-left:25px; font-size:16px; font-weight:600; line-height:32px; color:#000;}
.tick ul li:before{  
    font-family: 'Font Awesome 5 Free'; font-weight: bold;
    content: '\f00c';
    position:absolute; top:0; left:0;
    color:#c1171a;
    font-size: 15px;
}
.readmore{margin-top: 30px;}
.readmore a{text-decoration: none; color: #fff; background: #bf0b30; display: inline-block; padding: 16px 38px; border-radius: 36px; font-size: 16px; text-transform: uppercase; font-weight: bold; font-family: 'Montserrat', sans-serif;}
.readmore a:hover{background: #002768; color: #fff;}
.title{position: relative; margin-bottom:50px;}
.title h1{font-size: 48px; color: #002768; font-weight: 900;}
.title h1 span{display: block; font-family: 'Montserrat', sans-serif !important; color: #002768 !important; font-weight: bold !important;}

.title_center{text-align: center;}
.title span{font-family: 'Great Vibes', cursive; line-height: 24px !important; position: relative; color: #bf0b30; font-size:24px; margin-bottom: 5px; font-weight: 600;}
.title:before{content: ""; background: url(../img/heading_line.png); width: 142px; height: 24px; position: absolute; bottom: -25px; left: 0;}
.title_center:before{left: 50%; margin-left: -62px;}

.bullet ul{ list-style: none; padding: 0;}
.bullet ul li{position:relative; padding-left:25px; font-size:16px; font-weight:600; line-height:32px; color:#000;}
.bullet ul li:before{  
    font-family: 'Font Awesome 5 Free'; font-weight: bold;
    content: '\f00c';
    position:absolute; top:0; left:0;
    color:#c1171a;
    font-size: 15px;
}

/*************************************
		Header Start
*************************************/
.header-wrap{padding: 10px 0;}
.header-wrap .navbar{padding-top: 6px;}
.navbar-nav li{padding: 0 16px;}
.navbar-expand-lg .navbar-nav .nav-link{font-size: 16px; font-weight: bold; border-bottom: 2px solid transparent}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show&gt;.nav-link{color: #c1171a;} 
.navbar-expand-lg .navbar-nav .nav-link{color: #000; padding:0;}
.navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-item:hover .nav-link{color: #bf0b30;  }
.navbar-light .navbar-toggler{display: none;}
.contact-btn{margin-left: 25px;}
.contact-btn a{
	text-decoration: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#002768+0,bf0b30+100 */
background: #002768; /* Old browsers */
background: -moz-linear-gradient(left,  #002768 0%, #bf0b30 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #002768 0%,#bf0b30 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #002768 0%,#bf0b30 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002768', endColorstr='#bf0b30',GradientType=1 ); /* IE6-9 */

    display: inline-block;
    color: #fff; 
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bold;  
    border-radius: 35px;
    padding: 14px 40px;
} 
.contact-btn a:hover{    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#002768+0,bf0b30+100 */
background: #002768; /* Old browsers */
background: -moz-linear-gradient(left,  #bf0b30 0%, #002768 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #bf0b30 0%,#002768 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #bf0b30 0%,#002768 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002768', endColorstr='#bf0b30',GradientType=1 ); /* IE6-9 */ color: #fff;}
.contact-btn a:hover i{color: #fff;}
.close-toggler{display: none;}
.navbar .navbar-collapse{ 
    justify-content: flex-end;
}
.navbar-expand-lg .navbar-nav{margin-right: 20px;}
 .jevo_logo{margin-top: 10px;}
.call-wrp img{margin-right: 12px; padding-top: 10px;}
.call-wrp a{font-size: 20px; margin-top: 5px; color: #000; font-weight: 600; text-decoration: none;}
.call-wrp a:hover{color: #f57d20;}
.navbar-nav li {
  position: relative;
}
.navbar-nav &gt; li ul {
  list-style: none;
  position: absolute;
  left: 15px;
  top: 200%;
  display: inherit;
  min-width:200px;
  padding: 0px;
  z-index: 100;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  border-radius: 0px 2px 2px 2px;
  -ms-border-radius: 0px 2px 2px 2px;
  -webkit-border-radius: 0px 2px 2px 2px;
  -moz-border-radius: 0px 2px 2px 2px;
  -o-border-radius: 0px 2px 2px 2px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.38);
}
.navbar-nav &gt; li li ul{left: 100%;}
.navbar-nav &gt; li li a i{position: absolute; right: 10px; top: 50%; margin-top: -7px;}

.submenu li:last-child {
  border: none;
}
.navbar-nav li:hover &gt; ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.navbar-nav li li:hover &gt; ul {
  top:0;
    left:100%;
  opacity: 1;
  visibility: visible;
}


.navbar-nav li &gt; ul &gt; li {
  position: relative;
  float: none;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.50);
  padding: 0;
}
.submenu &gt; li:hover &gt; a {
  background: #c1171a;
  color: #fff !important;
}
.navbar-nav li &gt; ul &gt; li &gt; a {
  text-decoration: none;
  position: relative;
  display: block;
  padding: 8px 20px;
  font-weight: normal;
  font-size: 14px;
  color: #000 !important;
  word-wrap: break-word;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.navbar-nav li &gt; .submenu &gt; li a + i {
  display: none;
  position: absolute;
  right: 15px;
  top: 7px;
  font-size: 24px;
  cursor: pointer;
  color: #0b3c5d;
  background: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.navbar-nav &gt; li &gt; a + i {
  display: none;
  position: absolute;
  right: 15px;
  top: 7px;
  font-size: 24px;
  cursor: pointer;
  color: #0b3c5d;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
}
.submenu li .submenu_right {
  display: none;
}
.contact_btn a{background:rgba(0,0,0,0.6); padding:20px 35px; font-size: 14px; color: #fff; display: inline-block; text-decoration: none; font-weight:700; border-radius:0; text-transform: uppercase;}
.contact_btn a:hover{background:rgba(0,0,0,0.9);}


.submenu_right {
  background: #328bc3;
  position: absolute;
  top: 0;
  left: 100%;
  width: 200px;
}
.submenu_right li {
  padding-bottom: 0;
  padding: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}
.submenu_right li a {
  display: block;
  padding: 7px 10px;
  color: #fff;
  text-decoration: none;
}
.submenu_right li a:hover {
  background: #c79935;
  color: #fff !important;
}
.submenu li:hover .submenu_right {
  display: block;
}



/*************************************
		Banner Start
*************************************/
.banner-wrap{background: url(../images/slider.jpg) no-repeat top; background-size: cover; padding: 400px 0 150px 0; position: relative;}
 .banner-wrap h1 span{display: block;}
.banner-wrap h1{font-size:60px; color: #fff; line-height: 60px; font-weight: bold; text-transform: uppercase; text-shadow: 0px 10px 10px rgb(0 0 0 / 20%); margin-bottom: 10px;}
.banner-wrap p{font-size: 24px; color: #bf0b30;  font-weight: bold; font-family: 'Montserrat', sans-serif; text-transform: uppercase; margin-bottom: 0;}
.banner-wrap .readmore a{border: 2px solid #fff; background: none;}
 

/*************************************
		Help Start
*************************************/
.help-wrap{padding: 60px 0; } 
.help-wrap p{ font-size: 16px; color: #fff; line-height: 30px;}
.help_icon{margin-right: 20px;}
.help-wrap p:before{display: none;}
.help_sec:hover .help_icon{ -webkit-animation: moveBounce 5s linear infinite; animation: moveBounce 5s linear infinite;}
.help_sec{background: #002768; position: relative; border-radius: 10px; padding: 50px 65px; position: relative; overflow: hidden;}
.help-wrap .col-lg-4:nth-child(2) .help_sec {background: #bf0b30;}
.help-wrap .col-lg-4:nth-child(3) .help_sec {background: #283243;}
.border_btn a{background: none; border: 2px solid #fff;}
.help_sec p{margin-bottom: 0;}
.help-wrap h3{font-size: 24px; font-weight: bold; color: #fff; margin-top: 10px;}
 .help-wrap h3 span{display: block;}
.help-wrap .readmore a:hover{background: #fff; color: #000;}
.help_sec:before{content: ""; background: url(../images/help-pattren.png) no-repeat; width: 381px; height: 385px; position: absolute; top: 0; left: 0;}
.help_bx{z-index: 99; position: relative;} 
.tagline{font-size: 20px; color: #000; line-height: 28px; border-left: 5px solid #bf0b30; padding-left: 20px; font-weight: 600;}



/*********************************************
        Report &amp; Billing css
*********************************************/
.about-wrap{padding: 60px 0}
.about-wrap p{font-size: 16px; line-height: 30px;}
.right_sec{display: table; height: 100%;}  
.about-wrap .title p{line-height: inherit;}
 


/*********************************************
        Video css
*********************************************/
.video_wrap{overflow: hidden;}
.video_sec{     background-size: cover !important;
    background-position: top;
    position: relative; padding: 80px; text-align: center; width: 100%; height: 100%;}
.galleryImg img{width: 100%;}
.video_wrap h1{font-size: 30px; color: #fff;  font-weight: bold; }
 .video_wrap h1 span{color: #fff !important; font-size: 30px !important;}
  .video_wrap span{color: #fff; font-weight: 500;}
 .video_wrap .title:before{bottom: -45px;}
 .video_wrap .container-fluid{padding: 0;} 
 .video_wrap .title{margin-bottom: 100px;}
 .video_wrap .title:before{background: url(../img/heading_line_white.png);}
 .playbtn {text-align: center;}
 .playbtn a {
    box-sizing: content-box;
    display: inline-block;
    width: 52px;
    height: 64px;
    background: #bf0b30;
    border-radius: 50%;
    padding: 14px 16px 14px 24px;
    position: relative;
}
.playbtn a:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #bf0b30;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
.playbtn a span i{
    font-size: 29px;
    color: #fff;
    z-index: 99; position: relative;
    padding-top: 18px;
}
.playbtn a:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

@-webkit-keyframes pulse-border {
 0% {
 -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity:1;
}
 100% {
 -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity:0;
}
}
 @keyframes pulse-border {
 0% {
 -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity:1;
}
 100% {
 -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity:0;
}

 }




/*********************************************
        Program css
*********************************************/
.program_wrap{padding: 70px 0; background: url(../img/programs-bg.jpg) no-repeat top; background-size: cover; text-align: center;}
.program_wrap p{min-height: 52px;}
.program_set{border-radius: 25px; background: #fff;}
.program_wrap h3{margin-top: 0; line-height: 24px;}
.program_wrap h3 a{font-size: 24px; color: #002768; text-decoration: none; font-weight: bold;}
.program_info{padding: 25px;}
.programImg img{border-radius: 25px 25px 0 0;}
.program_info p{font-size: 16px; line-height: 24px; margin-top: 18px;}
.program_wrap h3 a:hover{color: #bf0b30;}



 


/*********************************************
        Testimonials css
*********************************************/
.testimonaisl-wrap{background: url(../img/testimonials-bg.jpg) no-repeat top; background-size: cover; padding: 80px 0 50px 0;}
.testimonaisl-wrap h1{color: #fff;}
.testimonaisl-wrap p{color: #fff; font-size: 18px; font-weight: 600; font-style: italic;}
.testimonaisl-wrap .title:before, .homecontact-wrap .title:before{background: url(../images/heading_line_white.png);}
.testi_info{background: rgb(191 11 48 / 75%); border-radius: 25px; padding: 40px 30px 60px 30px; text-align: center; margin-left: 80px; position: relative;}
.quoteImg{margin-bottom: 30px;}
.clint_info img{border-radius: 100%; border: 2px solid #fff;}
.clint_info h3{color: #fff; font-size: 18px; margin-top: 15px;}
.clint_info{position: absolute;
    bottom: -72px;
    left: 40px;}
.testimonials_list li{padding-bottom: 75px;}
.testimonials_list .owl-nav, .testimonials_list .owl-dots{display: none;}
.testimonaisl-wrap .title{margin-top: 40px;}
.testimonaisl-wrap .row{display: block;}
.testimonaisl-wrap .float-right{float: right;}


/*********************************************
        Contact css
*********************************************/
.homecontact-wrap{background:url(../img/contact-bg.jpg) no-repeat top; background-size: cover; padding: 60px 80px; margin: 80px 0 0 0; border-radius: 30px;}
 .form_wrap{max-width: 570px; margin:0 0 0 auto;}
.homecontact-wrap .title h1{color: #fff;}
.homecontact-wrap p{color: #fff;}
.homecontact-wrap .input-group{margin-bottom: 15px;}
.homecontact-wrap .input-group .form-control{background: #fff; border: none; height: 60px; border-radius: 5px; padding: 10px 20px; font-size: 18px; color: #000;}
.homecontact-wrap .input-group .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7a7a7a;
  opacity: 1; /* Firefox */
}

.homecontact-wrap .input-group .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #7a7a7a;
}

.homecontact-wrap .input-group .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #7a7a7a;
}
.homecontact-wrap textarea.form-control{min-height: calc(7.5em + 0.75rem + 2px);}
.submit{
    color: #fff;
    background: #bf0b30; 
    border-radius: 30px;
    display: inline-block;
    padding: 18px 52px;
    font-size: 18px;
    border: none; 
    font-weight: bold;
}
.submit:hover{background: #fff; color: #000;}
.sub_btn{ display: inline-block;}



 

/*********************************************
        App css
*********************************************/
.app-wrap{padding: 40px 0;}  
.app-wrap .title{margin-bottom: 0;} 
.app-wrap .title:before{display: none;}
.app-wrap h1{font-size: 36px;}
.app-wrap span img{width: 270px;}




/*********************************************
        Footer css
*********************************************/
.footer-wrap{background: url(../img/footer-bg.jpg) no-repeat top; background-size: cover; padding: 70px 0 20px 0;
    position: relative;
    text-align: center; 
}
.foot_head{font-size: 14px;}
.con_icon{position: absolute; top:0; left: 0;}
.contactInfoWrp{text-align: left;
    max-width:1000px;
    margin: 0 auto;
}
.contactInfoWrp .footer-phone {
margin: 0;
    margin-bottom: 0;
    padding-left: 65px;
    position: relative;
}

.contactInfoWrp .footer-phone i {
    position: absolute;
    left: 0;
    color: #fff;
    background: #1da678;
    padding: 16px;
}
.contactInfoWrp .footer-phone span {
    display: block;
    color: #fff;  
}
.contactInfoWrp .footer-phone a {
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
}
.address{font-size: 16px; color: #fff; font-weight: 600;}
.contactInfoWrp .footer-phone a:hover{color: #1da678;}
.contactInfoWrp .footer-phone.mail a, .contactInfoWrp .footer-phone.address a{    font-size: 16px;
   
}
.social_media_footer{list-style: none; border-top: 1px solid rgb(255 255 255 / 13%); padding-top: 30px; display: block; margin:15px 0 10px 0;}
.social_media_footer li{display:inline-block; padding:0 10px;}
.social_media_footer li a{font-size: 24px; color: #fff;}
.footer_nav{list-style:none; display:block; margin-bottom: 10px;}
.footer_nav li{display:inline-block; padding:0 15px;}
.footer_nav li a{font-size:16px; text-decoration: none; color: #fff; font-family: 'Open Sans', sans-serif; font-weight: 600;}
.footer_nav li a:hover{color:#ff0539; text-decoration:none;}
.copyright, .credits {
    color: #b9b9b9;
    font-size: 14px; 
}
.credits a{ 
	color: #b9b9b9; text-decoration: none;
}
.credits a:hover{color: #1da678;}


 blockquote:before {
    content: "\f10d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 36px;
    color: #c1171a;
    font-size: 58px;
    top: 30px;
}

.banner__breadcrub {
    background-color: #0A0A0B;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1; 
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url(../images/inner_heading.jpg);
    background-repeat: no-repeat;
}
.banner__breadcrub::after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#002768+0,bf0b30+100 */
background: #002768; /* Old browsers */
background: -moz-linear-gradient(left,  #002768 0%, #bf0b30 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #002768 0%,#bf0b30 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #002768 0%,#bf0b30 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002768', endColorstr='#bf0b30',GradientType=1 ); /* IE6-9 */
    opacity: 0.8;
}
.banner__breadcrub-content{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.banner__breadcrub h2 {
    color: #fff;
    margin-bottom: 10px;
    font-size:36px;
    line-height:45px;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: capitalize;
}
.banner__breadcrub ul {
    list-style: none;
    margin: 0;
    padding: 0; margin-top: 14px;
}
.banner__breadcrub ul li {
    display: inline-block;
    padding-right: 20px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    position: relative;
}
.banner__breadcrub ul li:last-child {
    padding-left: 10px;
    padding-right: 0;
}
.banner__breadcrub ul li a{text-decoration: none;}
.banner__breadcrub ul li a {
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.banner__breadcrub ul li::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "/";
    color: #fff;
}
.banner__breadcrub ul li:last-child::after {
    display: none;
}
 
 
/* ------------------------------------
    11. Faq Section CSS
---------------------------------------*/
.faqs__wrap {
    position: relative;
    padding: 70px 0px;
}
.faq-accordion {
    margin: auto;
    position: relative;
    z-index: 1;
}
.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.faq-accordion .accordion .accordion-item {
    border-radius: 5px;
    display: block;
    margin-bottom: 15px;
    border: none;
    background-color: #fff;
}
.faq-accordion .accordion .accordion-title {
    padding: 20px 60px 19px 30px;
    color: #000;
    text-decoration: none;
    position: relative;
    line-height: 26px;
    display: block;
    font-size: 18px;
    font-weight: 500;
    background-color: #f4f4f4;
    border-radius: 5px;
    z-index: 1;
}
.faq-accordion .accordion .accordion-title i {
    position: absolute;
    right: 30px;
    top: 22px;
    font-size: 20px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.faq-accordion .accordion .accordion-title.active i::before {
    content: "\f068";
}
.faq-accordion .accordion .accordion-title.active i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    margin-top: -6px;
    padding: 30px;
    background-color: #f4f4f4;
    border-radius: 0 0 5px 5px;
}
.faq-accordion .accordion .accordion-content.show {
    display: block;
}
.faq-accordion .accordion .accordion-content p{
    margin-bottom: 0;
    font-size: 16px; 
    line-height: 1.7;
}
.faq-accordion .accordion .accordion-title.active {
    border-radius: 5px 5px 0 0;
    background-color: #bf0b30;
    color: #fff;
    border-bottom: 1px solid #bf0b30;
}


/*inner__wrap*/
.inner__wrap{
        position: relative;
    padding: 70px 0px;
}
.inner__wrap .available-list {
    padding-left: 0;
    margin-bottom: 15px;
    list-style: none;
    margin-top: 10px;
}
.inner__wrap .available-list li {
    position: relative;
    padding-left: 25px;
    line-height: 27px;
}
.inner__wrap .available-list li i {
    position: absolute;
    top: 2px;
    left: 0;
    color: #bf0b30;
}
 
.inner__wrap blockquote {
    background: #f5f5f5;
    padding: 50px;
    position: relative;
    padding-left: 120px;
}
.inner__wrap blockquote i {
    color: #bf0b30;
    position: absolute;
    top: 50px;
    left: 50px;
    color: #bf0b30;
    font-size: 50px;
}
.inner__wrap blockquote p {
    font-size: 20px;
    color: #141414;
}


/*contact*/
.contact-information-list{position: relative;}
.contact-information-list .information-item {
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgb(36 37 51 / 8%);
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.contact-information-list .information-item .icon {
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    margin-right: 20px;
background-color: #bf0b30;
color:#fff;
}
.contact-information-list .information-item .info h5 {
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 28px;
    color: #0d0d0d; 
    font-weight: 700;
}

.contact-information-list .information-item .info p {
    color: #676767;
    font-weight:600;
    margin-bottom: 0px;
    font-style: normal; 
    font-size: 15px;
    line-height: 24px;
}
.contact-information-list .information-item .info p a{
    display: inline-block;
    color: inherit;
    text-decoration: none;
}
.contact-form{position: relative; }
.contact-form .form_group {
    position: relative;
}
.inner__wrap .contact-form form .form_control {
    border: 1px solid #dde0e2;
    height: 58px;
    margin-bottom: 20px;
    border-radius: 3px;
    width: 100%;
    padding: 0 25px;
   }
.inner__wrap .contact-form form .form_control:focus{
    text-decoration: none;
    outline: none;
}
.inner__wrap .contact-form form textarea.form_control {
    height: 200px;
}
.inner__wrap .contact-form form .main-btn { 
    border: none;
    color: #fff;
    background: #bf0b30;
    display: inline-block;
    padding: 16px 38px;
    border-radius: 36px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
 .inner__wrap .contact-form form .main-btn:hover{background: #002768; color: #fff;}
.inner_programs{background: none;}
.inner_programs .program_set{background: #f7f7f7; margin: 15px 0;}
.pagination{text-align: center; display: block;}
.pagination a, .page-item:last-child .page-link, .page-item.active .page-link, .page-item:first-child .page-link {display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center; text-decoration: none;
    line-height: 50px;
    color: #bf0b30;
    border: 1px solid #bf0b30;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 3px;
    padding: 0;
}
.page-item.active .page-link{background-color: #bf0b30; color: #fff;}

.pagination li{display: inline-block;}
.pagination a:hover, .pagination a.active {
    background: #bf0b30;
    color: #fff !important;
}
.details-img{max-height: 600px; overflow: hidden; text-align:center;}
.inner_content{padding: 60px 0;}
.no-bg{background: none;}

.inner_content .testi_info{margin-left: 0; margin: 60px 0;}
.inner_content.testimonaisl-wrap .row{display: flex;}
.inner_content .clint_info h3{color: #000;}
.inner_content .testi_info{ background:#fff; border: 1px solid #d3d3d3;}

.inner_content .quoteImg {
    margin-bottom: 0px;
    background: #000;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100%;
    background: #002768;
    background: -moz-linear-gradient(left, #002768 0%, #bf0b30 100%);
    background: -webkit-linear-gradient(left, #002768 0%,#bf0b30 100%);
    background: linear-gradient(to right, #002768 0%,#bf0b30 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002768', endColorstr='#bf0b30',GradientType=1 );
}
.inner_content .quoteImg img{width:60px;}
.inner_content.testimonaisl-wrap p{color:#000;}
.navbar-nav li &gt; ul &gt; li &gt; a:hover{background:#c1171a; color:#fff !important;}
.navbar-nav &gt; li ul{border:none;}
.contact-information-list .information-item .info p a:hover{color:#c1171a;}

.clint_info img{
    width: 70px;
    height: 70px;
}

.testimonaisl-wrap p:empty{display: none;}

.testimonaisl-wrap p{
    min-height: 182px;
}
.video_wrap .video_sec h1:empty{
    display: none;
}
.video_wrap .video_sec h1{
    font: 700 25px/30px 'Montserrat', sans-serif;
    color: #fff;
    margin: 0;
}
/*********************************************
        Media Screen css
*********************************************/
@media screen and (max-width: 1600px) {
    .video_sec{padding: 70px;}
 
}

@media screen and (max-width: 1440px) {
.video_wrap h1, .video_wrap h1 span{font-size: 25px !important;}
.video_sec {padding: 40px;}
.hover_dashRight{right: 20px;} 
}

 


@media screen and (max-width: 1200px) {
.hover_dashLeft{left: 0;}
.hover_dashRight{right: 0; top: -50px;}
.help_sec{padding: 40px 20px;}
.call-wrp{display: none;}
.navbar-nav li{padding: 0 10px;}
.self-guidance:before{display: none;}
.client-box{padding: 50px 120px 40px 50px; max-width: 700px;}
.work-info p{padding: 0;}
.banner-wrap{padding: 200px 0 100px 0;}
.video_wrap h1, .video_wrap h1 span{font-size: 20px !important;} 
.playbtn a{width: 40px; height: 54px;}
.playbtn a span i{padding-top: 14px;}
.playbtn a:before{width: 100px; height: 100px;}
.video_wrap .title{margin-bottom: 80px;}
}




@media screen and (max-width: 990px) {
    .video_wrap h1, .video_wrap h1 span{font-size: 26px !important;} 
  .hover_box{position: static;}
	.contact-info{margin-left: 0; margin-top: 40px;}
    .video_sec{padding: 80px;}
    .galleryImg{margin-top: 30px;}
.work-wrap ul li:after{display: none;}
.testimonaisl-wrap .float-right{float: none;}
.homecontact-wrap{padding: 50px 47px;}
.mission_img{text-align: center;}
.testimonaisl-wrap .title{margin-top: 0;}
.testi_info{margin-left: 0; margin-top: 30px;}
.form_wrap{max-width: inherit;}
.app-wrap{text-align: center;}
.app-wrap .justify-content-between{justify-content: center !important;}
.app-wrap span{margin:0 10px;}
.about_vet{text-align: center; margin-bottom: 40px;}
.program_set{margin: 15px 0;}
.program_wrap p{min-height: inherit;}
.program_wrap, .self-guidance{text-align: center;} 
.contactInfoWrp .footer-phone{margin: 15px 0;}
.client-box{max-width: inherit; margin: 0 30px;}

.hover_box ul{    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}
.hover_box ul li {
    margin: 15px 0;
    flex: 0 0 auto;
    width: 50%;
}
.navbar-collapse {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 100%;
    width: 60%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: rgba(0,0,0,0.8);
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    z-index: 10000;
}
.navbar-collapse.show {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.navbar-light .navbar-toggler{display: block; position: absolute;
    top: 40px;
    right: 46px;
    background: #fff;}
.bannerbox, .banner-wrap .readmore{text-align: center;}
.banner-wrap{padding:90px 0}
.close-toggler {
    background: none;
    color: #fff;
    padding: 5px;
    border: none;
    margin-top: 10px;
    font-size: 24px;
    position: absolute; top: 0; right: 15px;
    display: block;
}
.navbar-nav &gt; li {
    display: block;
}
  .navbar-nav li a + i {
    display: block;
  }
    .navbar-nav &gt; li &gt; ul {
    width: 100%;
    position: static;
    display: none;
    margin-left: 0;
    opacity: 1;
    visibility: visible;
  }
  .navbar-light .navbar-nav .nav-link i {
    display: none;
}
.call-wrp a{color: #fff;}
.contact-btn{margin-left: 0; margin-top: 20px;}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding: 10px 16px;
}
.navbar-nav{padding-top: 70px;}
.navbar-light .navbar-nav .nav-link:hover {
    background: #c1171a;
    color: #fff !important;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show&gt;.nav-link, .navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-item:hover .nav-link{ background: #c1171a;
    color: #fff !important;}
.hover_dashRight, .hover_dashLeft, .report_hover, .bannerbox:after, .bannerbox:before{display: none;}
.banner-wrap h1{font-size: 50px;}
.help-wrap .title h1{font-size: 36px;}
.help_sec{margin-bottom: 30px;}
 .testimonials-wrap .client_right{padding-left: 0;}
.navbar-nav li{padding: 0;}
.inner_content .testi_info:first-child{margin-top: 0;}
}



@media screen and (max-width: 767px) {
.banner-wrap p{font-size: 16px;}
.banner-wrap h1{font-size: 34px;}
.banner-wrap .readmore a{font-size: 16px;}

.help-wrap .title h1{font-size: 28px;}
.search-wrap h1{font-size: 28px;} 
.hover_box ul li{width: 100%;}
.client-box{margin-top: 20px;}
.client-box{padding: 50px;}
.title h1{font-size: 24px;}
.banner__breadcrub{padding: 40px 0;}
.banner__breadcrub h2{font-size: 28px;}
.banner__breadcrub ul li{font-size: 14px;}
.banner-wrap {
    padding: 30px 0;
}

}


@media screen and (max-width: 480px) {
    .banner-wrap h1{font-size: 26px; line-height: 27px;}
    .footer-phone.address, .contactInfoWrp .footer-phone.mail a{font-size: 14px;}
    .contactInfoWrp .footer-phone a{font-size: 16px;}
    .faq-accordion .accordion .accordion-title{font-size: 16px;}
    .navbar-collapse{width: 100%;}
    .faq-accordion .accordion .accordion-content p{font-size: 14px;}
    .homecontact-wrap .input-group .form-control{font-size: 14px; height: 52px;}
    .program_wrap h3 a{font-size: 22px;}
    .banner__breadcrub-content{display: block; text-align: center;}
    .help_sec{margin: 20px 0;}
    .readmore a{padding: 13px 28px;}
.title span{font-size: 22px;}
    .banner-wrap .readmore a {
    font-size: 10px; padding: 12px 26px;
}
.footer_nav li{display: block; border-bottom: 1px solid #dadada;
    padding: 5px 0;}
.phonenum{font-size: 18px;}
.banner-wrap h1{font-size: 22px;}
.footer-wrap .justify-content-center{justify-content: left !important;}
.video_sec {
    padding: 80px 20px;
}
.homecontact-wrap {
    padding: 50px 20px;
}
.banner-wrap p{margin-bottom: 0;} .title h1 span{display: inline-block;}
 
    .title h1{font-size: 24px;} 
.help-wrap .title h1{font-size: 22px;} 
.help-wrap h3{font-size: 24px;}
.footer_nav li a{font-size: 14px;}
.banner-wrap p{font-size: 12px;}
.footer_nav li:last-child{border-bottom: none;}
.readmore a{font-size: 14px; padding: 16px 26px;}
.footer_nav{text-align: left !important; padding-left: 0;} 
.navbar-light .navbar-toggler{top: 25px; right: 20px;}
.about-wrap .tick{column-count: auto;} 
.help-wrap h3{font-size: 20px;}
.title h1{font-size: 30px !important;}
.video_wrap .title h1, .video_wrap .title span{font-size: 22px !important;}
.help-wrap p{font-size: 16px;}
.testimonaisl-wrap h1{font-size: 40px;}
}



@media screen and (max-width: 375px) {
.banner-wrap h1{font-size: 24px;}
.readmore {font-size: 14px;}
.contact-btn a{font-size: 14px; padding: 12px 14px;}
.contact-btn{margin-left: 16px;}

}


 </pre></body></html>