/* Google Fonts */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
   padding: 0px;
   margin: 0px;
   box-sizing: border-box;
   font-family: 'Poppins', sans-serif;
   font-family: 'Poppins', sans-serif;
}

a{
	text-decoration: none!important;
}
.darkbluebg{
	background-color: #1f2740!important;
}



/* Contact form 7 message color    */
.page-template-home .wpcf7-response-output{color: #BF5B16!important;}














/* Topbar Section */

.container {
    max-width: 1240px;
}

.container-sm {
    max-width: 950px;
}
.site-navbar {
  margin: auto;
  width: 100%;	
	padding-top: 20px;
	padding-bottom: 20px;
}
.top-bar {
    padding: .9rem 0;
    background: #041525;
}

.top-bar a {
    color: #fff;
    font-size: 15px;
	margin-right: 15px;
}
.top-bar a:hover{
    color: #d90204;
}
.icon {
    color: #d90204;
}
.nav-link {
  display: block;
	padding: 0rem;
	
}
.border-right {
  position: absolute;
  border: 1px solid #fff;
  height: 30px;
  top: 14px;
  right: auto;
}

.topbar-nav li a {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important;
    padding-right: 0.5rem!important;
    padding-left: 0rem!important;
    font-family: 'Oswald', sans-serif !important;
}
.top-bar .fa-envelope {
  margin-top: 0;
  margin-left: 20%;
  font-size: 18px;
  color: #c20204;
}
/* End of Topbar Section */


/* Navbar Section */
.navbar-expand-lg .navbar-nav .nav-link{
	padding-right: 20px;
	padding-left: 20px;
}
.navbar-nav {
  list-style: none;
  line-height: 70px;
}
.btn.btn-light.rounded-5.border-0.fw-bolder.fs-12.asses-btn.ms-3 {
  position: relative;
  top: 0px;
  background: linear-gradient(180deg, rgba(192,2,4,1) 0%, rgba(92,0,2,1) 100%);
  color: #fff;
  border-radius: 50px; 	
}
.btn.btn-light.rounded-5.border-0.fw-bolder.fs-12.asses-btn.ms-3:hover {
  color: #fff !important;
  transition: .5s;
  background: #002672;
}
.nav-link {
    color: #000;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
}

.nav-link.active {
    color: #d90204!important;
}

.nav-link:hover {
    color: #d90204!important;
}

.navbar-nav li a {
    margin-left: 8px;
}

.bg-blue {
    background-color: #004e9e !important;
}

.text-blue {
    color: #00478f;
}

.bg-dark-blue {
    background-color: #041525;
}

.fs-12 {
    font-size: 12px;
}

.asses-btn {
    background-color: #e6f1ff;
}

.asses-btn:hover {
  color:#fff!important;
background: linear-gradient(180deg, rgba(192,2,4,1) 0%, rgba(92,0,2,1) 100%);
}

/* End Of Navbar Section */


/* Banner Carousel Section */


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */


#myCarousel {
  position: relative;
  z-index: 2;
}

.carousel {
  margin-bottom: 0rem;
  height: 75vh !important;   
}
img.img-fluid.w-100.img-height {
    height: 75vh !important;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 5rem;
  z-index: 10;
  left: 8%;	
  width: 100%; 	
}
.carousel-caption .knowbtn {
  padding: 8px 20px !important;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  position: relative;
  z-index: 9999;	
  top: 0px;
  background: linear-gradient(180deg, rgba(192,2,4,1) 0%, rgba(92,0,2,1) 100%);
}
.carousel-caption .knowbtn:hover{
  padding: 8px 20px !important;
  color: #fff!important;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  position: relative;
  top: 0px;
  border: 1px solid #002672;
  background: #002672;
}
.carousel-caption h3 {
    font-size: 30px;
    text-transform: uppercase;
    color: #002672;
    font-weight: bold;
    font-family: "Oswald";
}

.carousel-caption h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    font-family: "Oswald";
}

.carousel-caption p {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    font-family: "Roboto";
    text-align: left;
    width: 45%;
    margin-top: 25px;
    margin-bottom: 25px;
}

/* Declare heights because of positioning of img element */


.carousel-control-next, .carousel-control-prev {
    width: 8%;
    transition: opacity .15s ease;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    border: white !important;
    border-radius: 10px !important;
    padding: 0;
    margin-right: 6px;
    margin-left: 6px;
    transition: opacity .8s ease;
}

/* .carousel-indicators {
    bottom: 20px;
} */

.form-box {
    width: 26%;
    padding: 14px !important;
    position: absolute;
    z-index: 500;
    left: 66%;
    top: 145px;
	border-radius: 10px;
}

.form-floating>.form-control, .form-floating>.form-control-plaintext {
    padding: 0.75rem 0.75rem;
    font-weight: 500;
}

.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
    height: fit-content;
    line-height: 1.25;
    font-weight: 500;
}

.transparent-normal {
    opacity: 0.8;
}

.fs-15 {
    font-size: 15px;
}

.form-select {
    color: #041525 !important;
    font-weight: 500;
}

::-webkit-input-placeholder {
    color: #041525 !important;
    opacity: 1; /* Firefox */
}

/* End Of Banner Carousel Section */














/* Blog Section */

.card-content {
   background: #ffffff;
   border: 4px;
   box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
   height: max-content;
}

.card-img {
   position: relative;
   overflow: hidden;
   border-radius: 0;
   z-index: 1;
}

.card-img img {
   width: 100%;
   height: auto;
   display: block;
}

.card-img span {
   position: absolute;
   top: 15%;
   left: 12%;
   background: #002672;
   padding: 6px;
   color: #fff;
   font-size: 12px;
   border-radius: 4px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   -ms-border-radius: 4px;
   -o-border-radius: 4px;
   transform: translate(-50%, -50%);
}

.card-img span h4 {
   font-size: 12px;
   margin: 0;
   padding: 10px 5px;
   line-height: 0;
}

.card-desc {
   padding: 1.25rem;
}

.card-desc h3 {
   color: #000000;
   font-weight: 600;
   font-size: 1.5em;
   line-height: 1.3em;
   margin-top: 0;
   margin-bottom: 5px;
   padding: 0;
}

.card-desc p {
   color: #747373;
   font-size: 14px;
   font-weight: 400;
   font-size: 1em;
   line-height: 1.5;
   margin: 0px;
   margin-bottom: 10px;
   padding: 0;
}

.btn-card {
   background-color: #1ABC9C;
   color: #fff;
   box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
   padding: .84rem 2.14rem;
   font-size: .81rem;
   -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
   transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
   -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
   transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
   transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
   margin: 0;
   border: 0;
   -webkit-border-radius: .125rem;
   border-radius: .125rem;
   cursor: pointer;
   text-transform: uppercase;
   white-space: normal;
   word-wrap: break-word;
   color: #fff;
}

.btn-card:hover {
   background: orange;
}

a.btn-card {
   text-decoration: none;
   color: #fff;
}

.vl-blog {
   border-left: 10px solid #002672;
   height: 78px;
   float: left;
   margin-left: -21px;
}


/* End card section */


/* Footer Section */

footer {
   padding: 3em 0;
}

.footer-01 {
   background: #261113;
   position: relative;
   z-index: 0;
   overflow: hidden;
}

.footer-01:after {
   position: absolute;
   top: -300px;
   left: -100px;
   width: 800px;
   height: 800px;
   content: '';
   background: url(/wp-content/themes/virtuous/assets/images/blob-shape.svg);
   background-position: center center;
   background-size: cover;
   z-index: -1;
   opacity: .05;
}

.footer-01 a {
   color: #002672;
}

.footer-01 p {
   color: rgba(255, 255, 255, 0.6);
}

.footer-01 .copyright {
   color: rgba(255, 255, 255, 0.3);
   color: #999999;
}

.footer-01 .footer-heading {
   font-size: 18px;
   margin-bottom: 30px;
   color: #fff;
   position: relative;
}

.footer-01 .footer-heading:after {
   position: absolute;
   bottom: -4px;
   left: 0;
   content: '';
   width: 40px;
   height: 2px;
   background: #002672;
}

.footer-01 ul.list-unstyled li a {
   color: rgba(255, 255, 255, 0.7);
   text-decoration: none;
}

.footer-01 ul.list-unstyled li a:hover {
  color: #ffffff;
}

.footer-01 .block-21 .text .heading a {
   color: rgba(255, 255, 255, 0.7);
}

.footer-01 .block-21 .text .heading a:hover {
  color: #ffffff;
}

.footer-01 .block-21 .meta>div a {
   color: #002672;
}

.footer-01 .block-23 ul li {
   color: rgba(255, 255, 255, 0.6);
}

.footer-01 .block-23 ul li a {
   color: rgba(255, 255, 255, 0.6);
   font-size: 14px;
}

.footer-01 .block-23 ul li a:hover {
  color: white;
}

.footer-01 .block-23 ul li .icon {
   color: rgba(255, 255, 255, 0.4);
}

.footer-01 .ftco-footer-social li a {
   background: #002672;
   color: #fff;
}


/* Owl Theme */

.owl-theme .owl-dots .owl-dot span {
   width: 30px !important;
   height: 10px;
   margin: 5px 7px;
   background: #D6D6D6;
   display: block;
   -webkit-backface-visibility: visible;
   transition: opacity .2s ease;
   border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
   background: #002672 !important;
}

@media (max-width: 991.98px) {
	.nav{
		background: #fff;
	}
	
   .site-navbar {
      padding-top: 5px;
	     width: 100%;
      padding-bottom:5px;
   }
.homeassessment {
    padding: 5px;
    margin: 0px;
    opacity: .5s;
    background-color: rgba(0,38,114,0.8);
    border-radius: 10px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 50px !important;
    height: 365px;
}
.site-navbar .site-logo img {
  width: 400px!important;
  height: 60px;
  position: relative;
  left: 10%;
}
.footer .footerlogo img {
  margin-top: 5%!important;
  width: 100%;
}
.footer-single-cell ul li a{
	line-height: 25px!important;
}	
.site-menu-toggle.py-3.js-menu-toggle{
  float: right!important;
   position: relative!important;
}	
form {
  position: absolute;
  right: 0px;
  top: 75px!important;
}	
.contact_info p {
    color: #2e3034!important;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
}
.card-body b{
  font-size: 13px;
}
.carousel {
    margin-bottom: 0rem;
    height: 100vh!important;
}



	
}













.site-navbar .toggle-button {
   position: absolute;
   right: auto;
   top: 0;
}

.site-navbar .site-logo {
   font-size: 2rem;
   text-transform: uppercase;
   font-weight: 900;
   line-height: 0;
   margin: 0;
   padding: 0;
   z-index: 3;
	width: 70%;
}
.site-navigation .align-content-end {
  width: 65%;
}
.site-navbar .site-logo img{
	max-width: 334px;
}
.site-navigation .calcubtn{
	background: linear-gradient(180deg, rgba(192,2,4,1) 0%, rgba(92,0,2,1) 100%) !important;
	border-radius: 25px !important;
}

.site-navigation .calcubtn a {
	color: #fff !important;
}
.site-navigation .calcubtn:hover{
	background: #082672 !important;
	color: #fff!important;
}
a.calcubtn:hover{
	color: #022d7e!important;
}
.site-navigation{
	float: right;
}

/* Forms Page */

.calculator-style-bg {
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .07);
	box-shadow: 0 0 15px rgba(0, 0, 0, .07)
}

.calculator-card {
	padding: 30px 20px 25px;
	background-color: #d9d9d9;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	height: 480px;

}

.calculator-card::before {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 0;
	right: 0;
	width: 90px;
	height: 90px;
	background-color: #000000;
	border-radius: 272px 0 0 0;
	opacity: .1;
	-webkit-transition: .7s;
	transition: .7s
}

.calculator-card::after {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 0;
	right: 0;
	width: 75px;
	height: 75px;
	background-color: #000000;
	border-radius: 170px 0 0 0;
	opacity: .1;
	-webkit-transition: .7s;
	transition: .7s
}

.calculator-card i {
	color: #04111f;
	font-size: 60px;
	line-height: 1;
	-webkit-transition: .7s;
	transition: .7s
}

.calculator-card h3 {
	margin-top: 20px;
	margin-bottom: 12px;
	-webkit-transition: .7s;
	transition: .7s
}

.calculator-card h3 a {
	display: block;
	font-size: 25px;
	color: #04111f;
	-webkit-transition: .7s;
	transition: .7s
}

.calculator-card p {
	margin-bottom: 12px;
	-webkit-transition: .7s;
	transition: .7s
}

.calculator-card .learn-btn {
	color: #04111f;
	font-size: 14px;
	font-weight: 600;
	-webkit-transition: .7s;
	transition: .7s
}

.calculator-card .learn-btn i {
	font-size: 20px;
	position: relative;
	top: 5px;
	color: #04111f;
	-webkit-transition: .7s;
	transition: .7s
}

.calculator-card .learn-btn:hover {
	color: #fff
}

.calculator-card .learn-btn:hover i {
	color: #fff
}

.calculator-card:hover::before {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	opacity: 1
}

.calculator-card:hover i {
	color: #fff
}

.calculator-card:hover h3 a {
	color: #fff
}

.calculator-card:hover p {
	color: #fff
}

.calculator-card:hover .learn-btn {
	color: #fff
}

.calculator-card:hover .learn-btn i {
	color: #fff
}


/* End Of Forms page */






@media (max-width: 991.98px) {
   .site-navbar .site-logo {
     
   }
	.site-menu-toggle span{
		color: #022d7e;
	}

}

.site-navbar .site-navigation.border-bottom {
   border-bottom: 1px solid white !important;
}

.site-navbar .site-navigation .site-menu {
   margin-bottom: 0;
	padding: 0px;
	display: inline-block;
}

.site-navbar .site-navigation .site-menu .active {
   color: #d90204!important;
}

.site-navbar .site-navigation .site-menu a {
   text-decoration: none !important;
   display: inline-block;
}

.site-navbar .site-navigation .site-menu>li {
   display: inline-block;
}

.site-navbar .site-navigation .site-menu>li>a {
   margin-left: 7px;
   margin-right: 7px;
   font-weight: 600;
   font-size: 15px;
   text-transform: uppercase;
   padding: 10px 10px;
   border-radius: 50px;	
   color: #000;
   display: inline-block;
   text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu>li.calcubtnli {
   background: linear-gradient(180deg, rgba(192,2,4,1) 0%, rgba(92,0,2,1) 100%);
   border-radius: 25px;
   color: #fff;
}

.site-navbar .site-navigation .site-menu>li.calcubtnli:hover {
   background: #082672;
   color: #fff!important;
}
.site-navbar .site-navigation .site-menu>li.calcubtnli a{color: #fff !important;}

.site-navbar .site-navigation .site-menu>li>a:hover {
   color: #c20204!important;
}

.site-navbar .site-navigation .site-menu .has-children {
   position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
   position: relative;
   padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
   position: absolute;
   content: "\e313";
   font-size: 16px;
   top: 50%;
   right: 0;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
   visibility: hidden;
   opacity: 0;
   top: 100%;
   position: absolute;
   text-align: left;
   border-top: 2px solid #002672;
   -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
   box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
   padding: 0px 0;
   margin-top: 20px;
   margin-left: 0px;
   background: #fff;
   -webkit-transition: 0.2s 0s;
   -o-transition: 0.2s 0s;
   transition: 0.2s 0s;
   width: max-content;
   opacity: 0.85 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
   position: absolute;
   z-index: 999;	
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
   display: none;
   bottom: 100%;
   left: 20%;
   border: solid transparent;
   content: " ";
   height: 0;
   width: 0;
   position: absolute;
   pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
   border-color: rgba(136, 183, 213, 0);
   border-bottom-color: #fff;
   border-width: 10px;
   margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
   text-transform: none;
   letter-spacing: normal;
   -webkit-transition: 0s all;
   -o-transition: 0s all;
   transition: 0s all;
   color: #000 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
   color: #002672 !important;
   background: #f8f9fa;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
   list-style: none;
   padding: 0;
   margin: 0;
   min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
   padding: 5px 20px;
   display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
   background: #f8f9fa;
   color: #002672 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
   content: "\e315";
   right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
   left: 100%;
   top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
   background: #f8f9fa;
   color: #ced4da;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
   color: #002672;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
   cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
   -webkit-transition-delay: 0s;
   -o-transition-delay: 0s;
   transition-delay: 0s;
   margin-top: 0px;
   visibility: visible;
   opacity: 1;
}

.site-mobile-menu {
   width: 300px;
   position: fixed;
   right: 0;
   z-index: 2000;
   padding-top: 20px;
   background: #fff;
   height: calc(100vh);
   -webkit-transform: translateX(110%);
   -ms-transform: translateX(110%);
   transform: translateX(110%);
   -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
   box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
   -webkit-transition: .3s all ease-in-out;
   -o-transition: .3s all ease-in-out;
   transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
   -webkit-transform: translateX(0%);
   -ms-transform: translateX(0%);
   transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
   width: 100%;
   float: left;
   padding-left: 20px;
   padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
   float: right;
   margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
   font-size: 30px;
   display: inline-block;
   width: 50px;
	height: 50px;
	top: 39px;
	position: relative;
	z-index: 9999;
   line-height: 1;
   cursor: pointer;
   -webkit-transition: .3s all ease;
   -o-transition: .3s all ease;
   transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
   color: #ced4da;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
   float: left;
   margin-top: 10px;
   margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
   display: inline-block;
   text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
   width: 200px!important;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
   text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
   overflow-y: scroll;
   -webkit-overflow-scrolling: touch;
   position: relative;
   padding: 0 20px 20px 20px;
   height: calc(100vh - 52px);
   padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
   padding: 0;
   margin: 0;
   list-style: none;
   position: relative;
}

.site-mobile-menu .site-nav-wrap a {
   padding: 10px 20px;
   display: block;
   position: relative;
   color: #212529;
   width: max-content;
   text-decoration: none;
}

.site-mobile-menu .site-nav-wrap a:hover {
   color: #002672;
   text-decoration: none;
}

.site-mobile-menu .site-nav-wrap li {
   position: relative;
   display: block;
}

.site-mobile-menu .site-nav-wrap li .nav-link.active {
   color: #002672;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
   position: absolute;
   right: 0px;
   top: 10px;
   z-index: 20;
   width: 36px;
   height: 36px;
   text-align: center;
   cursor: pointer;
   border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
   background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
   font-size: 12px;
   z-index: 20;
   font-family: "icomoon";
   content: "\f078";
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%) rotate(-180deg);
   -ms-transform: translate(-50%, -50%) rotate(-180deg);
   transform: translate(-50%, -50%) rotate(-180deg);
   -webkit-transition: .3s all ease;
   -o-transition: .3s all ease;
   transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
   display: block;
   position: relative;
   float: left;
   width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
   padding-left: 20px;
   font-size: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
   padding: 0;
   margin: 0;
   list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
   display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
   padding-left: 40px;
   font-size: 12px;
   text-decoration: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
   padding: 0;
   margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
   display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
   font-size: 16px;
   padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
   float: left;
   width: 100%;
   margin-top: 30px;
   padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li {
   width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li:first-child a {
   padding-left: 15px !important;
}

.sticky-wrapper {
   position: absolute;
   z-index: 100;
   width: 100%;
}

.sticky-wrapper .site-navbar {
   -webkit-transition: .3s all ease;
   -o-transition: .3s all ease;
   transition: .3s all ease;
}

.sticky-wrapper .site-navbar {
   background: transparent;
}

.sticky-wrapper .site-navbar .site-logo a {
   color: #fff;
}

.sticky-wrapper .site-navbar ul li a {
   color: rgba(255, 255, 255, 0.7) !important;
}

.sticky-wrapper .site-navbar ul li a.active {
   color: #fff !important;
}

/* .sticky-wrapper.is-sticky .site-navbar {
   
   -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
   box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
} */

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
   color: #002672;
}

.sticky-wrapper.is-sticky .site-navbar ul li a {
   color: #000 !important;
}

.sticky-wrapper.is-sticky .site-navbar ul li a:hover {
   color: #002672 !important;
}

.sticky-wrapper.is-sticky .site-navbar ul li a.active {
   color: #002672 !important;
}

.sticky-wrapper .shrink {
   padding-top: 0px !important;
   padding-bottom: 0px !important;
}


/* Banner Section */

/* .bg-home-banner {
   background-image: url(/wp-content/themes/virtuous/assets/images/home_banner_1.jpeg);
   background-size: cover;
   background-position: center;
   height: 600px;
} */


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
   margin-bottom: 0rem;
	height: 70vh;
 }
 /* Since positioning the image, we need to help out the caption */
 .carousel-caption {
   top: 10rem;
   left: 5%;
	 text-align: left;
 }
 
 /* Declare heights because of positioning of img element */
 .carousel-item > img {
   position: absolute;
   top: 0;
   left: 0;
   min-width: 100%;
 }
 
 .carousel-inner>.item {
   -webkit-transition: 0s !important;
   -o-transition: 0s !important;
   transition: 0s !important;
}
.banner_text{
	font-weight: 700;
	font-size: 50px;
	width: 50%;
    text-transform: uppercase;
	padding-left: 2%;
}
 
/* .bg-about-banner {
   background-image: url(/wp-content/themes/virtuous/assets/images/about_banner.jpeg);
   background-size: cover;
   background-position: center;
   height: 600px;
} */


/* .bg-blog-banner {
  background-image: url(/wp-content/themes/virtuous/assets/images/blog_banner.jpeg);
  background-size: cover;
  background-position: center;
  height: 600px;
} */

/* .bg-contact-banner {
  background-image: url(/wp-content/themes/virtuous/assets/images/contact_bg.jpg);
  background-size: cover;
  background-position: center;
  height: 600px;
} */

.accordion-button:not(.collapsed) {
   color: #ffff;
   background-color: #002672;
   box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.vl {
   border-left: 15px solid #002672;
   height: 190px;
}

.bg-red {
   background-color: #002672 !important;
}

.text-red {
   color: #002672;
}


.text-blue {
   color: #002672;
}

.bg-blue {
   background: #002672 !important;
}
.text-maroon {
   color: #e50e0d;
}

.bg-maroon {
   background: #e50e0d !important;
}

/* about Section */

.about_section{
	padding-bottom: 2%;
	padding-bottom: 2%;
}
.about_us{
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding-bottom: 5%;
	padding-top: 5%;
}

.about_us .abtpic1{
	width: 90%;
	height: auto;
	box-shadow: 10px 10px 22px -13px rgba(0,0,0,0.75);
-webkit-box-shadow: 10px 10px 22px -13px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 22px -13px rgba(0,0,0,0.75);
	float: right;
}
.about_us .abtpic1 img{
	width: 100%;
	height: 400px;
	object-fit: cover;
}



.about_us .abtpic2 {
  width: 90%;
  height: auto;
  float: right;
  margin-top: 30px;
		box-shadow: 10px 10px 22px -13px rgba(0,0,0,0.75);
-webkit-box-shadow: 10px 10px 22px -13px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 22px -13px rgba(0,0,0,0.75);
}
.about_us .abtpic2 img{
	width: 100%;
	height: 400px;
	object-fit:cover;
}







/* welcome Section */
.welicon{
	width: 25%;
}
.welicon img{
	width: 100%;
	height: 120px;
}
.featurette .align-items-start {
  margin-top: 20px;
}
.about-img img{
  height: 500px;
  width: 100%;
  object-fit: cover;
}

.about_us .text-maroon.fs-4 {
  padding-top: 20px;
}

/* Service Section */



.bg-light-grey {
   background-color: #EBEFF8;
}
.bg-light-sky {
   background-color: #effbfd;
}
.services .service-card {
   padding: 30px 10px;
   border-radius: 13px;
   margin-top: -100px;
	width: 95%;
}
.services .service-card:hover{
   padding: 30px 10px;
   border-radius: 13px;
   margin-top: -100px;
}
.services .card-title.text-center {
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 15px;
}


.height-200 {
   height: 200px;
   border-radius: 7px;
}

.services-bg {
   background-size: 100% 100%;
	padding-bottom: 6%;
}

.service-card .backgroundEffect {
   bottom: 0;
   height: 0px;
   width: 100%
}

.service-card:hover {
   color: #000;
   transform: scale(1.036);
   box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 10px;
   animation-duration: 4s;
   background: #effbfd;
   padding: 5px;
   transition: .5s;	
}
.serviocn{
	width: 25%;
	height: 100px;
	margin: auto;
}
.serviocn img{
	width: 100%;
	height: 100px;
}
/* .service-card:hover .backgroundEffect {
   bottom: 0;
   height: 320px;
   width: 100%;
   position: absolute;
   z-index: -1;
   background: #1b9ce3;
   animation: popBackground 0.3s ease-in
} */

.service-card .pic {
   position: relative
}

.service-card .pic img {
   width: 100%;
   height: 280px;
   object-fit: cover
}

.card .text-muted {
   font-size: 12px
}

.card:hover .text-muted {
   color: #fff !important
}

.card .content {
   padding: 0 20px
}

.card .content .btn {
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 5px 10px;
   background-color: #1b9ce3;
   border-radius: 25px;
   font-size: 12px;
   border: none
}

.card:hover .content .btn {
   background: #fff;
   color: #1b9ce3;
   box-shadow: #0000001a 0px 3px 5px
}

.card .content .btn .fas {
   font-size: 10px;
   padding-left: 5px
}

.card .content .foot .admin {
   color: #1b9ce3;
   font-size: 12px
}

.card:hover .content .foot .admin {
   color: #fff
}

.card .content .foot .icon {
   font-size: 12px
}

.card-service {
   width: 95%;
   background: #fff;
   color: #000;
   text-align: center;
	border-radius: 15px;
   border: 2px solid #fff;
	padding-bottom: 20px;
	margin-bottom: 40px!important;
}
.card-service:hover{
   border: 2px dashed #002672;
   padding-bottom: 20px;
	transition: .5s;
}

.card_height {
   min-height: 230px;
}
.service_card .card-text {
  margin-bottom: 0;
  width: 100%;
  margin: auto;
  text-align: center;
  font-size: 15px;
  line-height: 18px;
}
.service_card .text-center.text-white.fs-5 {
  padding-bottom: 2%;
}
.service_card h3{
	font-size: 35px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}
.service_card h3 span{
	font-size: 35px;
	font-weight: 500;
	color: #002672;
	text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.service_card .card-title {
  margin-bottom: .5rem;
  text-transform: uppercase;
  padding-top: 0px;
  padding-bottom: 10px;
  color: #e50e0d;
  font-weight: 600;
  font-size: 20px;	
}
.service_card .knowbtn{
	padding: 5px 20px!important;
	color: #fff!important;
	text-transform: uppercase;
	text-decoration: none!important;
	font-size: 14px;
	font-weight: 600;
	border-radius: 10px;
    background: linear-gradient(180deg, rgba(192,2,4,1) 0%, rgba(92,0,2,1) 100%); 
}
.service_card .knowbtn:hover{
	padding: 10px 50px;
	color: #fff!important;
	text-transform: uppercase;
	transition: .5s;
	border: 1px solid #002672;
	background: #002672;
}

.about_us .knowbtn{
	padding: 8px 20px!important;
	color: #fff!important;
	text-transform: uppercase;
	text-decoration: none!important;
	font-size: 14px;
	font-weight: 600;
	border-radius: 50px;
	position: relative;
	top: 70px;
    background: linear-gradient(180deg, rgba(192,2,4,1) 0%, rgba(92,0,2,1) 100%); 
}
.about_us .knowbtn:hover{
	padding: 10px 50px;
	color: #fff!important;
	text-transform: uppercase;
	transition: .5s;
	border: 1px solid #002672;
	background: #002672;
}
.bs-calltoaction {
   position: relative;
   width: auto;
   padding: 15px 25px;
   margin-top: 10px;
   border-radius: 13px;
}

.call_action{
background: #080a10;
border-radius: 40px;
position: absolute;
margin-top: -70px;
width: 88%;
padding: 5px 20px;

}
.call_action .btnalign{
  text-align: right;
}
.call_action .bookbtn {
  padding: 12px 30px;
  background: linear-gradient(180deg, rgba(192,2,4,1) 0%, rgba(92,0,2,1) 100%);	
  color: #fff!important;
  border-radius: 50px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 20px;
/*   position: relative;
	top: 50px; */
}
.call_action .bookbtn:hover{
  padding: 12px 30px;
   background: #002672!important;
  color: #fff!important;
  border: 1px solid #002672;
  border-radius: 50px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 20px;
  margin-top: 20px;
}

ul.nav.col-lg-auto.col-md-auto.col-12.mb-2.justify-content-end.mb-md-0 {
    left: 20px;
    position: relative;
}



.bs-calltoaction>.row {
   display: table;
   width: calc(100% + 30px);
}

.bs-calltoaction>.row>[class^="col-"],
.bs-calltoaction>.row>[class*=" col-"] {
   float: none;
   display: table-cell;
   vertical-align: middle;
}

.cta-contents {
   padding-top: 10px;
   padding-bottom: 10px;
}
.cta-contents h3{
	font-size: 23px;
}
.cta-contents a p{
  font-weight: bold;
  font-size: 25px!important;
  color: #fff;
	text-transform: uppercase;
	text-decoration: none!important;
}
.cta-contents a p font{
	color: #d90204;
}
.cta-contents a p font:hover{
	color: #275cc3;
}
.cta-title {
   margin: 0 auto 15px;
   padding: 0;
   font-size: 18px;
}

.cta-desc {
   padding: 0;
}

.cta-desc p:last-child {
   margin-bottom: 0;
}

.cta-button {
   padding-top: 10px;
   padding-bottom: 10px;
}

.bs-calltoaction.bs-calltoaction-danger {
   color: #fff;
   background: #002672;
   background-size: 100% 100%;
}

.bs-calltoaction.bs-calltoaction-primary .cta-button .btn,
.bs-calltoaction.bs-calltoaction-info .cta-button .btn,
.bs-calltoaction.bs-calltoaction-success .cta-button .btn,
.bs-calltoaction.bs-calltoaction-warning .cta-button .btn,
.bs-calltoaction.bs-calltoaction-danger .cta-button .btn {
   border-color: #fff;
}
.testimonials{
	padding-top: 10%;
	padding-bottom: 5%;
}
.testimonials .darkbluebg{
	border-radius: 20px;
	width: 90%;
    float: right;
}
.testimonials .owl-carousel {
  position: relative;
  left: 30px;
}
.testimonials .card-img-top {
   max-width: 100px;
   border-radius: 50%;
   box-shadow: 0 8px 20px -4px #95abbb;
   width: 100px;
   height: 100px;
   position: absolute;
	left: 0px;
	top: 5px;
}
.gtco-testimonials {
   position: relative;
   margin-top: 30%;
}
.testimonials .testpic img{
	width: 100%;
	height: 600px;
	object-fit: cover;
}
.testimonial-item {
  width: 100%;
  background: aqua;
}
.testimonial-item img {
  max-width: 150px;
  border-radius: 50%;
  position: absolute;
  top: 0px;
}
.testimonials .gtco-testimonials h4{
	color: #252525;
	font-size: 25px;
}
.testimonials .gtco-testimonials h2 span{
	color: #002672;
	font-weight: bold;
}
.testimonials .card-body h6{
	color: #ff0d0c!important;
}
.testimonials .card-body{
	text-align: left;
	border-radius: 50px!important;
	padding-left: 70px;
}
.testimonials .card-text{
	color: #fff!important;
}
.owl-stage-outer {
   padding: 30px 0;
}

.owl-nav {
   display: none;
}

.owl-dots {
   text-align: center;
}

.active {
   box-shadow: none;
}

.card-img-top {
   max-width: 100px;
   border-radius: 50%;
   margin: 15px auto 0;
   box-shadow: 0 8px 20px -4px #95abbb;
   width: 100px;
   height: 100px;
}

.radius-13 {
   border-radius: 13px;
}

.radius-15 {
   border-radius: 15px;
}

.ftco-footer-social li {
   list-style: none;
   margin: 0 10px 0 0;
   display: inline-block;
}

.ftco-footer-social li a {
   height: 40px;
   width: 40px;
   display: block;
   background: rgba(0, 0, 0, 0.05);
   border-radius: 50%;
   position: relative;
}

.ftco-footer-social li a span {
   position: absolute;
   font-size: 20px;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}

.ftco-footer-social li a:hover {
   color: #fff;
}

.form-control {
   height: 40px;
   background: #fff;
   color: #000;
   font-size: 18px;
   border-radius: 0px;
   margin-bottom: 15px;	
   -webkit-box-shadow: none;
   box-shadow: none;
   border: 1px solid rgba(0, 0, 0, 0.1);
}
.form-control b, strong{
   padding-top: 20px!important;
}
.form-control:focus,
.form-control:active {
   outline: none !important;
   -webkit-box-shadow: none;
   box-shadow: none;
}

textarea.form-control {
   height: inherit !important;
}

.block-21 .img {
   display: block;
   height: 80px;
   width: 80px;
}

.block-21 .text {
   width: calc(100% - 100px);
}

.block-21 .text .heading {
   font-size: 16px;
   font-weight: 400;
   line-height: 1.4;
}

.block-21 .text .heading a {
   color: #000;
}

.block-21 .text .heading a:hover,
.block-21 .text .heading a:active,
.block-21 .text .heading a:focus {
   text-decoration: none;
}

.block-21 .text .meta>div {
   display: inline-block;
   font-size: 12px;
   margin-right: 5px;
}

.block-21 .text .meta>div a {
   color: gray;
}

.block-23 ul {
   padding: 0;
}

.block-23 ul li,
.block-23 ul li>a {
   display: table;
   line-height: 1.5;
}

.block-23 ul li .icon,
.block-23 ul li .text {
   display: table-cell;
   vertical-align: top;
}

.block-23 ul li .icon {
   width: 40px;
   font-size: 18px;
   padding-top: 2px;
}

.ftco-section {
   padding: 12em 0;
   background: #f8f8f8;
}

.ftco-section h2 {
   margin-bottom: 0;
}

.breadcrumb a {
  color: #ffffff;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #fff;
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: white;
  content: "/";
}

.main {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: auto;
  padding: 15px 10px;
  box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.18);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px
}

.display {
  position: relative;
  width: 80%;
  height: 80px;
  margin-bottom: 10px
}

.display #result {
  font-size: 2em
}

.buttons {
  margin-top: 20px;
  width: 100%
}

.buttons button {
  height: 50px;
  width: 50px;
  padding: 10px;
  border-radius: 10px;
  background: none;
  border: none;
  outline: none;
  margin: 0 10px;
  cursor: pointer;
  font-size: 1.3em;
  box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.2), inset -5px -5px 15px rgba(255, 255, 255, 0.1), 5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1)
}

.buttons button:hover {
  background: rgba(0, 0, 0, 0.2)
}

#equalTo {
  width: 125px;
  background: #58D68D
}

#clear {
  background: #FF8A65
}

.dark_mode_btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.5em;
  cursor: pointer;
  background: none;
  border: none;
  outline: none
}

.dark_mode_active {
  background: #1c1c25
}

.dark_mode_active button {
  color: #ddd
}

.dark_mode_active #clear,
#equalTo {
  color: #000
}

.dark_mode_active #result {
  color: #ddd
}

.dark_mode_active #history {
  color: #ddd
}

#history {
  position: absolute;
  bottom: 5px;
  right: 0
}




/* Contact Section Start*/


.contact-info{
	margin-top: 5%;
}
.contact-info img{
	margin-bottom: 15%;
}
.contact-info h2 {
	color: #f7f7f7;
    font-size: 25px;
    margin-bottom: 15px;
}

.contact-info p {
    color: #f7f7f7;
    margin-bottom: 20px;
}

.contact-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-info ul li {
    display: block;
    margin-bottom: 30px;
    padding-left: 60px;
    position: relative;
}

.contact-info ul li .content h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #f7f7f7;
    display: block;
}

.contact-info ul li .content a {
    color: #f7f7f7;
    display: block;
    font-weight: 400;
    font-size: 15px;
}
.contact-info ul li .content a:hover{
    color: #ff2e2c;
    display: block;
	transition: .5s;
}
.contact-info ul li .content i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #fff;
    font-size: 20px;
    color: #25274d;
    border-radius: 50px;
    border: 1px solid #e2e2e2;
    margin-bottom: 10px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}

.contact-form label{
	font-weight:600;
}
.contact-form button{
	background: #ff2e2c;
	color: #fff;
	font-weight: 600;
	width: 25%;
}
.contact-form button:hover{
	background: #0b142c;
	color: #fff;
	font-weight: 600;
	width: 25%;
	transition: .5s;
}
.contact-form button:focus{
	box-shadow:none;
}

/* services section */

#services .title {
	font-size: 46px;
	color: #000000;
	font-weight: 600;
}

#services .title span {
	font-size: 46px;
	color: #cda44a;
	font-weight: 600;
}

#services .btn-primary {
	color: #fff;
	background-color: #cda44a;
	border: none;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 12px 20px;
	min-width: 150px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.btn-primary:hover {
	-webkit-box-shadow: 0 5px 9px -4px rgb(0 0 255 / 65%);
	box-shadow: 0 5px 9px -4px rgb(0 0 255 / 65%);
}

.card-items .card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border-radius: 15px;
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	margin-bottom: 30px;
}

.card-items .card:hover {
	background-color: #cda44a;
}

.card-items .card .card-body i {
	border-radius: 6px;
	font-size: 31px;
	color: #25274d;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.card-items .card .card-body .card-title {
	margin-bottom: .75rem;
	margin-top: 26px;
	margin-bottom: 15px;
}


.icon-menu:before {
    content: "\e5d2";
    margin-right: 4px;
}


	/*--=================================
		sTART------contact_info------
	-====================================*/
.contact_info{
	
}
.bg-violet {
  background-color: #1B2A48;
}
.contact_info h3 {
  font-size: 40px;
  color: #1c2c4d;
	padding-top: 5%;
  font-weight: bold;
  text-align: center;
}
.card-body h5{
	font-size: 20px;
    color: #1B2A48;
}
.text-violet {
  color: #1B2A48;
}
.contact_info .text-violet {
  color: #ff2e2c;
}
.border-primary{
	border-color: #1B2A48 !important;
}
.content .contact h3{
  font-size: 30px!important;
  color: #1c2c4d!important;
  padding-top: 5%;
  font-weight: bold!important;
  text-align: center;
}
 .contact h3{
  color: #fff!important;
  text-align: left;
}
#contactsec h2{
  color: #1c2c4d!important;
  text-align: left;
	font-weight: bold;
} 
.contact h3{
  color: #fff!important;
  text-align: left;
}
.contact h4{
  color: #fff!important;
  text-align: left;
}
.contact_info p{
  color: #2e3034!important;
  text-align: center;
  font-weight: bold;
}


	/*--=================================
		end------contact_info------
	-====================================*/




/* Contact Section  End */










@media (max-width: 991.98px) {
   .sticky-wrapper .shrink {
      padding-top: 30px !important;
      padding-bottom: 30px !important;
   }
	.site-navbar .site-navigation .site-menu{
		display: none;
	}
	.carousel-caption{
		top: 3rem!important;
	}
	.main-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 5%;
  top: 6%!important;
  width: 75%;
  z-index: 9;
}
.carousel {
  margin-bottom: 0rem;
  height: 55vh;
}
.left-part, form {
  width: 70%!important;
}	
.welicon {
  width: 45%;
}	
.call_action .bookbtn {
  padding: 12px 10px;
  position: relative;
  top: 50px;
  right: 0px;
}	
.call_action .bookbtn:hover{
  transition: .5s;
  padding: 12px 10px;
  background: #022d7e;	
}	
.gtco-testimonials {
  position: relative;
  margin-top: 30%;
  left: -13%;	
}	
.call_action {
  left: 4%;
}	
.site-mobile-menu .site-nav-wrap a {
	padding: 5px 20px;
}	
.site-mobile-menu .site-nav-wrap > li > a {
  font-size: 15px;
}
.appointmentcon {
  text-align: center!important;
}	
.carousel-caption h3 {
  font-size: 25px;
  text-transform: uppercase;
  color: #002672;
  font-weight: bold;
  font-family: "Oswald";
}	
.carousel-caption h2 {
  font-size: 22px;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  font-family: "Oswald";
}	
.carousel-caption {
  top: 0rem !important;
}

.appointment_Sec .bookappbtn {
    /* font-weight: bold; */
    font-size: 10px;
    border-radius: 50px;
}
    .bologsec .home-blg-img {
    width: 100%;
    height: 200px !important;
    object-fit: cover;
}
img.img-fluid.w-100.img-height {
    height: 100vh !important;
}	
}



@media (max-width: 800px) {
.about_us h3 {
  font-size: 30px!important;
  padding-bottom: 5%;
  font-family: 'Oswald', sans-serif;
}
.welicon img {
  width: 100%;
  height: 90px;
}
.welicon {
  width: 45%!important;
  margin-top: 5%;
}
form {
  position: absolute;
  right: 0px;
  top: 0px!important;
}	
input, textarea {
  width: calc(100% - 0px);
  padding: 3px;
  margin-bottom: 10px;
  border: 0px solid #1c87c9;
  outline: none;
  border-radius: 10px;
}	
	.left-part, form{
		width: 60%!important;
	}	
	textarea#massage {
  height: 65px!important;
}
.carousel {
  margin-bottom: 0rem;
  height: 75vh !important;
}	
.testimonials .gtco-testimonials h2 span {
  color: #002672;
  font-weight: bold;
  font-size: 20px;
}
.service_card .card-title {
  margin-bottom: .5rem;
  text-transform: uppercase;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #e50e0d;
  font-weight: 600;
  font-size: 16px;
}	
.call_action .bookbtn {
  padding: 12px 10px;
  position: relative;
  top: 35px;
  right: 0px;
  font-size: 13px;
}	
.cta-contents h3 {
  font-size: 17px;
}	
.cta-contents a p {
  font-weight: bold;
  font-size: 18px !important;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none !important;
}	
.about-title h4 {
  font-size: 24px!important;
}	
.appointment_Sec {
  background-image: url(/wp-content/themes/virtuous/assets/images/bgimage1.jpg);
  background-size: 100% 100%;
  padding: 5% 0px 10% 0px!important;
}	
.appointment_Sec .bookappbtn {
  padding: 10px 20px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 50px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 50%;
  margin: auto;
}	
.my-5 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}	
.bg-about-banner{
	height: 250px!important;	
}	
.bg-blog-banner{
	height: 250px!important;	
}
.about-img {
  margin-top: 0%!important;
}	
.about_section {
  padding-top: 5%;
  padding-bottom: 5%;
}	
.blog-post {
  width: 90%;
  margin: auto;
}	
.contact_info .card-con b{
  font-size: 14px!important;		
} 	
.contact_info p{
  font-size: 14px!important;
}	
.contact_info .card-body {
  padding: 2px!important;
}	
.contact_info .fa-5x {
  font-size: 3em;
}	
.contact h4 {
  color: #fff !important;
  text-align: left;
  font-size: 18px;
}
	
.appointment_Sec .bookappbtn {
    /* font-weight: bold; */
    font-size: 10px;
    border-radius: 50px;
}
	
}













@media only screen and (max-width: 768px) {
	
   .top-bar {
      text-align: center;
   }

   .top-bar-font {
      font-size: 7px;
   }

   .logo-width {
      width: 180px;
      margin-top: 25% !important;
  }

   .bg-home-banner {
      height: 520px;
   }

   .carousel-caption-font-size {
      font-size: 18px;
   }
   
   .service-card {
      margin-top: 0px;
   }
   .card-service {
      width: 100%;
	   
   }
   .bs-calltoaction.bs-calltoaction-danger {
      margin-top: -80px;
   }
   .gtco-testimonials {
      margin-top: 20px;
   }
	
   .owl-nav button {
      outline: 0;
   }
   .spinner {
      margin-top: 90%;
      margin-left: 25%;
   }
   .carousel-caption {
      bottom: 2rem;
  }

  .sticky-wrapper {
      position: absolute;
      z-index: 100;
      width: 100%;
   }
	
.appointment_Sec .bookappbtn {
    /* font-weight: bold; */
    font-size: 10px;
    border-radius: 50px;
}
}






@media only screen and (max-width:767px) {
   .copyright_text p {
    color: #ffffff;
    margin: 0;
    font-size: 16px;
    text-align: center!important;
}
.dev_lop_text p {
    color: #ffffff;
    margin: 0;
    font-size: 16px;
    text-align: center!important;
    padding-top: 10px;
}
.bologsec .card-desc h5 {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 19px;
    font-weight: 600;
    color: #fff;
}
.call_action {
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    margin-top: 15px;
}
.cta-desc {
    padding: 0;
    text-align: center;
}
.cta-contents h3 {
    font-size: 17px;
    text-align: center;
}
.call_action .btnalign {
    text-align: center;
}
.dev_lop_text p {
    color: #ffffff;
    margin: 0;
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
}
.welicon {
    width: 10%!important;
    margin-top: 1%;
}
.about_us .knowbtn {
    padding: 8px 20px!important;
    color: #fff!important;
    text-transform: uppercase;
    text-decoration: none!important;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    position: relative;
    top: 20px;
    background: linear-gradient(180deg, rgba(192,2,4,1) 0%, rgba(92,0,2,1) 100%);
}
.about_us .abtpic2 {
    width: 90%;
    height: auto;
    text-align: center;
    margin: auto;
    float: none!important;
    margin-top: 5%;
}
.service_card .w-50 {
    width: 22%!important;
}
.testpic {
    margin-top: 15%;
}
.call_action .bookbtn {
    padding: 12px 10px;
    position: relative;
    top: 10px;
    right: 0px;
    font-size: 13px;
}
.gtco-testimonials {
    position: relative;
    margin-top: 10%;
    left: 0%;
}
.testimonials .owl-carousel {
    position: relative;
    left: 0px;
}
.carousel-caption p {
    font-size: 15px;
    color: #333333;
    font-weight: 500;
    font-family: "Roboto";
    text-align: left;
    width: 53%;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 20px;
}
input, textarea {
    width: calc(100% - 0px);
    padding: 2px!important;
    margin-bottom: 5px!important;
    border: 0px solid #1c87c9;
    outline: none;
    border-radius: 10px;
   font-size: 14px;
}
.info h3 {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding: 0px;
}
.subbtn {
    background: linear-gradient(180deg, rgba(192,2,4,1) 0%, rgba(92,0,2,1) 100%);
    padding: 5px 20px !important;
    border-radius: 10px;
    color: #fff !important;
    border: none;
    margin-top: 0px;
    margin-bottom: 5px;
}
.carousel-caption .knowbtn {
    padding: 6px 10px !important;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 600;
    border-radius: 50px;
    position: relative;
    z-index: 9999;
    top: 0px;
    background: linear-gradient(180deg, rgba(192,2,4,1) 0%, rgba(92,0,2,1) 100%);
}
	
.appointment_Sec .bookappbtn {
    /* font-weight: bold; */
    font-size: 10px;
    border-radius: 50px;
}

}









@media only screen and (max-width: 640px) {
.footer-single-cell ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    line-height: 32px;
}
.justify-content-center {
    justify-content: flex-start!important;
}
.about_us {
  padding-top: 55%;
}
.main-block {
  top: 72% !important;
}
.left-part, form {
  width: 100% !important;
}
.main-block {
  position: absolute;
  right: 0;
  margin: auto;
  text-align: center;
  left: 0;
}	
.about_us .abtpic1 {
  width: 90%;
  margin: auto;
	float: none;
}
.welicon {
  width: 15%!important;
  margin-top: 0%;
}	
.about_us .knowbtn {
  padding: 8px 20px !important;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  position: relative;
  top: 20px;
  background: linear-gradient(180deg, rgba(192,2,4,1) 0%, rgba(92,0,2,1) 100%);
}
.about_us .abtpic2 {
  width: 60%;
  height: auto;
  float: none;
  margin-top: 30px;
  box-shadow: 10px 10px 22px -13px rgba(0,0,0,0.75);
  -webkit-box-shadow: 10px 10px 22px -13px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 22px -13px rgba(0,0,0,0.75);
  margin: auto;
  margin-top: 10%;	
}	
.card-service .img-fluid {
  max-width: 20%;
  height: 100px;
}	
.call_action .bookbtn {
  padding: 7px 10px;
  position: inherit;
  right: 0px;
  font-size: 12px;
  left: 0px;
	text-align: center;
	width: 50%;
	margin: auto;
}		
.call_action .bookbtn:hover {
  padding: 7px 10px;
  right: 0px;
  font-size: 12px;
  left: 0px;
  text-align: center;
	margin-top: 0px;
		margin: auto;
}	
.cta-contents {
  padding-top: 10px;
  padding-bottom: 10%;
	 margin-top: 0px;
  text-align: center;
}	
.contact_info h3 {
  font-size: 35px;
  color: #1c2c4d;
  padding-top: 5%;
  font-weight: bold;
  text-align: center;
}	
.call_action .btnalign {
    text-align: center;
}	
.testpic {
    margin-top: 22%;
}
.site-navbar .site-logo img {
    width: 300px!important;
    height: 50px;
    position: relative;
    left: 10%;
}	
.bg-about-banner {
    height: 200px!important;
}	
h1.display-5.fw-bold.text-start.text-white {
    font-size: 25px;
}	
form {
    position: absolute;
    right: 0px;
    top: 0px;
}

.appointment_Sec .bookappbtn {
    /* font-weight: bold; */
    font-size: 10px;
    border-radius: 50px;
}
	
}



@media only screen and (max-width: 575px) {
.about_us {
    padding-top: 80%;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    height: 0px;
}
form {
    position: absolute;
    right: 0px;
    top: 150px!important;
}

}



@media only screen and (max-width: 480px) {
.carousel-caption h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #002672;
  font-weight: bold;
  font-family: "Oswald";
}
form {
    position: absolute;
    right: 0px;
    top: 0px!important;
}
.carousel-caption h2 {
  font-size: 17px;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  font-family: "Oswald";
}
.carousel-caption p {
  font-size: 14px;
  color: #333333;
  font-weight: 500;
  font-family: "Roboto";
  text-align: left;
  width: 82%;
  margin-top: 0px;
  margin-bottom: 10px;
}	
.carousel-caption .knowbtn {
  padding: 5px 20px !important;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 600;
  border-radius: 50px;
  position: relative;
  z-index: 9999;
  top: 0px;
  background: linear-gradient(180deg, rgba(192,2,4,1) 0%, rgba(92,0,2,1) 100%);
}	
.main-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0%!important;
  top: 60% !important;
  width: 85%!important;
  z-index: 9;
}	
.welicon {
  width: 20% !important;
  margin-top: 5%;
}
.about_us .abtpic2 {
  width: 95%;
}	
.cta-contents {
  padding-top: 10px;
  padding-bottom: 10%;
  margin-top: 2px;
  text-align: center;
}	
.site-navbar .site-logo img {
  width: 300px !important;
  height: 40px;
  position: relative;
  left: 10%;
}	
.py-3 {
  padding-top: 0rem !important;
  padding-bottom: 1rem !important;
}	
.about_us {
  padding-top: 100%;
}	
.service_card h3 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}	
.call_action {
    background: #080a10;
    border-radius: 40px;
    position: absolute;
    margin-top: 20px;
    width: 92%;
    padding: 5px 20px;
}	
.card-service .img-fluid {
    max-width: 30%;
    height: 100px;
}
.testimonials .testpic img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}  
 .gtco-testimonials {
    position: relative;
    margin-top: 30%;
    left: 0%;
} 
.testimonials .darkbluebg {
    border-radius: 20px;
    width: 100%;
    float: right;
}
.testimonials .owl-carousel {
    position: relative;
    left: 15px;
}
.testimonials .card-body {
    text-align: center;
    border-radius: 50px!important;
    padding-left: 10px;
}
.testimonials .card-img-top {
    max-width: 100px;
    border-radius: 50%;
    box-shadow: 0 8px 20px -4px #95abbb;
    width: 100px;
    height: 100px;
    position: relative;
    left: auto;
    top: 5px;
    z-index: 999999999999;
}
.bg-blog-banner {
    height: 150px!important;
}
.pt-5 {
    padding-top: 1rem!important;
}
h1.display-5.fw-bold.text-start.text-white {
    font-size: 25px;
}
.contact_info h3 {
    font-size: 25px;
    color: #1c2c4d;
    padding-top: 5%;
    font-weight: bold;
    text-align: center;
}
.form-control {
    height: 28px;
    background: #fff;
    color: #000;
    font-size: 14px;
    border-radius: 0px;
    margin-bottom: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.bg-about-banner {
    height: 150px!important;
}
.service_card .card-service{
   width: 100%;
   position: relative;
   left: 10px;
}
.testpic {
    margin-top: 30%;
}
.footer .footerlogo img {
    margin-top: 20%;
    width: 75%;
}
.footer-single-cell h4 {
    color: #ff2e2c;
    font-size: 20px;
    margin: 0;
    padding-bottom: 10px;
    font-family: 'Oswald', sans-serif;
    padding-top: 8%;
}
.footer-single-cell ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}
.carousel {
  margin-bottom: 0rem;
  height: 40vh !important;   
}
img.img-fluid.w-100.img-height {
    height: 40vh !important;
}  
.site-navbar .site-logo img {
    width: 150px!important;
    height: 30px!important;
    position: relative;
    left: 10%;
}
.appointment_Sec .bookappbtn {
    /* font-weight: bold; */
    font-size: 10px;
    border-radius: 50px;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    height: 0px;
}
.page-template-home .wpcf7-response-output {
    color: black;
    position: relative;
    top: -20px;
    font-size: 14px;
}
.contact-info {
    margin-top: 45%;
}
    .about_section .about-title {
    padding-top: 10%;
}
.appointment_Sec {
    background-image: url(/wp-content/themes/virtuous/assets/images/bgimage1.jpg);
    background-size: 100% 100%;
    padding: 7% 0px 16% 0px!important;
}
    .appointmentcon h2 {
    font-size: 16px;
    color: #fff;
}
.about-title.clearfix.text-lg-start {
    padding-top: 5%;
}
.footer h4 {
    color: #ff2e2c;
    font-size: 20px;
    margin: 0;
    padding-top: 10%;
    font-family: 'Oswald', sans-serif;
}
section.blog_card img {
    height: 150px!important;
    object-fit: cover;
    width: 100% !important;
}





}


@media only screen and (max-width: 400px) {
.main-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0%!important;
    top: 30% !important;
    width: 85%!important;
    z-index: 9;
}
.about_us h3 {
    font-size: 25px!important;
    padding-bottom: 2%;
    font-family: 'Oswald', sans-serif;
}
.welicon {
    width: 30% !important;
    margin-top: 5%;
}
.testpic {
    margin-top: 44%;
}
.gtco-testimonials {
    position: relative;
    margin-top: 12%;
    left: 0%;
}
form {
  position: absolute;
  right: 0px;
  top: 130px !important;
}
.homeassessment {
    padding: 5px;
    margin: 0px;
    opacity: .5s;
    background-color: rgba(0,38,114,0.8);
    border-radius: 10px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 80px !important;
}
	
.appointment_Sec .bookappbtn {
    /* font-weight: bold; */
    font-size: 10px;
    border-radius: 50px;
}
.page-template-home .wpcf7-response-output {
    color: black;
    position: relative;
    top: -70px;
    font-size: 14px;
}

}







@media only screen and (max-width: 380px) {
.about_us h3 {
  font-size: 23px !important;
  padding-bottom: 5%;
  font-family: 'Oswald', sans-serif;
}	
.welicon {
  width: 35% !important;
  margin-top: 5%;
}
.card.card-service.mx-auto.my-lg-0.my-2 {
  position: relative;
  left: 15px;
}	
.call_action {
  background: #080a10;
  border-radius: 40px;
  position: relative;
  margin-top: 25px;
  width: 90%;
  padding: 5px 20px;
}	
.call_action .bookbtn {
  padding: 7px 10px;
  position: absolute;
  top: 120px;
  right: 0px;
  font-size: 12px;
  left: 0px;
  text-align: center;
  width: 63%;
  margin: auto;
}	
.cta-contents a p {
  font-weight: bold;
  font-size: 14px !important;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none !important;
}
.site-navbar .site-logo img {
  width: 180px !important;
  height: 30px;
  position: relative;
  left: 10%;
}	
.carousel {
  margin-bottom: 0rem;
  height: auto!important;
}
form {
    position: absolute;
    right: 0px;
    top: 0px!important;
}	
.about_us {
    padding-top: 110%;
}	
.service_card .w-50 {
    width: 30%!important;
}	
	.cta-contents h3 {
    font-size: 15px;
    text-align: center;
}
.testpic {
    margin-top: 7%;
}	
.carousel {
  margin-bottom: 0rem;
  height: 25vh;   
}
img.img-fluid.w-100.img-height {
    height: 23vh !important;
}	
.site-navbar .site-logo img {
    width: 150px!important;
    height: 30px!important;
    position: relative;
    left: 10%;
}
	
.appointment_Sec .bookappbtn {
    /* font-weight: bold; */
    font-size: 10px;
    border-radius: 50px;
}

	
}









.list-group.panel > .list-group-item {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px
}



















.blog{
  background-size: 100% 100%;
  background-repeat: no-repeat;
} 

.blog .card-content{
	background-color: transparent!important;
	border: 2px solid #fff!important;
}
.blog .card-content:hover{
	background-color: #fff!important;
	color: #000;
	transition: .5s;
}
.blog .card-content:hover .card-desc h5{
	color: #000;
}
.blog .card-content:hover .card-desc p{
	color: #000;
}
.bologsec{
	padding-top: 5%;
	padding-bottom: 5%;
}
.bologsec h2{
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	text-transform: uppercase;
}
.bologsec h2 span{
	color: #e50e0d;
}

.bologsec .card-desc{
	padding-bottom: 30px;
}
.bologsec .card-desc h5{
	font-size: 16px;
	text-transform: uppercase;
	line-height: 25px;
	font-weight: 600;
	color: #fff;
}
.bologsec .card-desc p{
	font-size: 15px;
	color: #fff;
	line-height: 20px;
	padding-bottom: 30px;
	padding-top: 10px;
}
.bologsec .readmorebtn{
	padding: 8px 25px;
	background: #ff0d0c;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	border-radius: 50px;
	font-weight: 600;
}
.bologsec .readmorebtn:hover{
	padding: 8px 25px;
	background: #fff;
	border: 1px solid #002672;
	color: #002672;
	font-size: 15px;
	text-transform: uppercase;
	border-radius: 50px;
	font-weight: 600;
	transition: .5s;
}










/* footer section */

.footer {
  background-size: cover;
  background-position: center;
  padding-top: 2%;
  padding-bottom: 0%; 
  background: #0b142c;	
}

.footer-single-cell {
  font-size: 14px;
  color: #fff;
}
.footer .footerlogo img {
  margin-top: 20%;
  width: 100%;
}
.footer-single-cell .footgrey {
  font-size: 17px;
  color: #5b5959;
}
.footer-single-cell a {
  padding-bottom: 0px;
	color: #fff!important;
	font-size: 15px;
	text-decoration: none!important;
}
.footer-single-cell a:hover{
	color: #ff2e2c!important;
	text-decoration: none!important;
	transition: .5s;
}
.footer-single-cell a i {
  position: absolute;
	font-size: 18px;
	padding-top: 15px;
	color: #ff2e2c;
}
.footer-single-cell .fa-envelope{
position: absolute;
font-size: 18px;
padding-top: 15px;
right: auto;
}
.social a i{
position: relative;
font-size: 20px;
color: #ff2e2c;
margin-right: 10px;
left: 20px;
top: 0px;
}
.footer h4{
	color: #ff2e2c;
	font-size: 25px;
	margin: 0;
	padding-top: 0%;
	font-family: 'Oswald', sans-serif;	
		
}
.footer p{
color: #fff;
font-size: 15px;
margin: 0;
}
.footer-single-cell h4 {
  color: #ff2e2c;
  font-size: 25px;
  margin: 0;
  padding-bottom: 20px;
  font-family: 'Oswald', sans-serif;	
	padding-top: 0px;
}
.footer_text h4{
	padding-top: 0px;
	padding-bottom: 20px;
}
.footer_text p{
	line-height: 25px;
}
.footer_text hr{
	display: none;
}
.footer-single-cell p {
  color: #fff;
  font-size: 15px;
  margin: 0px;
  padding: 0px;
	padding-left: 25px;
	padding-top: 10px;
}
.footer-single-cell ul li {
  list-style: none;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid white;
}
.footer-single-cell ul li a:hover {
  color: #ff2e2c;
  transition: 0.5s;
}
.footer-single-cell ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
}
.footer-single-cell .social-icon ul li {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
}
.footer-single-cell .social-icon ul li i {
  color: #ff2e2c;
  position: relative;
  left: -4px;
  top: 7px;
}
.footer-single-cell ul {
  padding-left: 0;
}
.footer-single-cell hr {
  width: 60px;
  height: 5px;
  background: #ff2e2c;
  position: absolute;
  top: 20px;
	display: none;
}
.first-item li::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background-color: #ffffff;
}
.footer .social-icon ul li i {
  font-size: 18px;
}
.footer button {
  padding: 10px 5px;
  background: #f0d327;
  text-align: center;
  color: #266d89;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0px;
  border: none;
  font-weight: bold;
  position: relative;
  bottom: 1px;
}
.footer .form-control {
  border-radius: 0px !important;
}

.footer-single-cell ul li a::before {
  position: relative;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
  display: none;
}

.footer-single-cell .social-icon ul li a::before {
  position: relative;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.social.d-flex.mt-2 {
  margin-top: 30%;
  position: relative;
  top: 0px;
}
.footer-single-cell h4 {
    color: #ff2e2c;
    font-size: 25px;
    margin: 0;
    padding-bottom: 10px;
    font-family: 'Oswald', sans-serif;
    padding-top: 5%;
}

.homeassessment {
    position: absolute;
    right: 0px;
    top: 0px;
}


.clientspic {
  width: 100%;
}
.clientspic img {
  width: 100%;
  height: 70px;
}
.clientspic2 {
  width: 70%;
  height: 70px;
}
.clientspic2 img {
  width: 85%;
  height: 70px;
}
.clientspic img {
  width: 100%;
  height: 60px;
}
.social-icon ul li {
  display: inline-block;
  padding: 0px !important;
}
.social-icon uli li a {
  line-height: 50px;
}
.copyright {
  width: 100%;
}
.copyright img{
	width: 100%;
}
.footer_bottom {
  background-color: #005ea6;
  padding-bottom: 15px;
	 padding-top: 15px;
}

.footer-widget .contact-widget a{
font-size: 16px;
color: #fff;
font-family: 'Dosis', sans-serif;
font-weight: bold;
	
}
.consultant .rcic{
	width: 100%;
}
.copyright p a{
  font-size: 18px;
  color: #001a49;
  font-weight: bold;
}
.copyright p a:hover{
  font-size: 18px;
  color: #000;
  font-weight: bold;
  transition: .5s;	
}
.copyright_content p {
  font-size: 16px;
  color: #fff;
}
.cicc{
	width: 100%;
	margin-top: 5%;
}
.cicc img{
	width: 100%;
}
.rcici{
	width: 100%;
	margin-top: 30%;
}
.rcici img{
	width: 160%;
}

.bottom_menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  list-style: none;
}

.bottom_menu ul li {
  position: relative;
}

.bottom_menu ul li a {
  padding: 0px 10px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-decoration: none;
}
.bottom_menu ul li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #fff;
}

.copyright_container {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  padding: 22px 0;
}


.copyright_text p {
  color: #ffffff;
  margin: 0;
  font-size: 16px;
  text-align: left;
  padding-top: 10px;
}
.dev_lop_text p {
  color: #ffffff;
  margin: 0;
  font-size: 16px;
  text-align: right;
  padding-top: 10px;
}
.dev_lop_text p a {
  color: #fff;
  margin: 0;
  font-size: 16px;
		font-weight: 600;text-decoration: none!important;
}
.dev_lop_text p a:hover{
  color: #ff2e2c;
  margin: 0;
  font-size: 16px;
		font-weight: 600;
}
/* end of footer section */

/* Footer End */

















.sticky{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
	z-index: 9999;
	background: #fff;
}





/* --   start Scroll To Top   -- */

.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  color: #fff;
  background: #002672;
  right: 10px;
  bottom: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1;
}
.scroll-top-wrapper i.fa {
  font-size: 25px;
  position: relative;
  line-height: 40px;
}
/* --  end Scroll To Top  -- */






/* --  about us page -- */



.appointment_Sec{
	background-image: url(/wp-content/themes/virtuous/assets/images/bgimage1.jpg);
	background-size: 100% 100%;
	padding: 5% 0px 5% 0px;
}
.appointmentcon{
	text-align: left;
}
.appointmentcon h5{
	font-size: 18px;
	color: #fff;
}
.appointmentcon h2{
   font-size: 23px;
   color: #fff;
   line-height: 1.4;
}
.appointment_Sec .bookappbtn{
	padding: 10px 20px;
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 50px;
}
.appointment_Sec .bookappbtn:hover{
	padding: 10px 20px;
	color: #fff;
	background-color: #e82426;
	border: 1px solid #fff;
	text-transform: uppercase;
	font-weight: bold;
	transition: .5s;
	border-radius: 50px;
}




.left_right{
	padding: 5% 0px 5% 0px;
}

.about_us h3{
	font-size: 35px;
	padding-bottom: 5%;
	font-family: 'Oswald', sans-serif;
}
.about-img{
	margin-top: 15%;
}
.about-img img{
	border-radius: 20px;
	height: 500px;
}
.about-title h4{
	font-size: 32px;
	padding-bottom: 5%;
}
.about-title {
  padding-top: 0%;
}
.how-img{
	height: 500px;
}
.how-img img{
	width: 100%;
	object-fit: cover;
	height: 500px;
}





form.contactPageform {
   position: relative !important;
   width: 100% !important;
   background: transparent;
    text-align: left;
}

form.contactPageform .btn {
   background: #ff2e2c;
   color: #fff;
   font-weight: 600;
   width: 25%;
}

form.contactPageform.wpcf7-submit.btn.btn-default.text-white {
   background: #ff0000;
   width: 20%;
}



.all_main {
  padding-top: 5%;
}
.all_main ul li{
  list-style: none;
}
.contact_card{
	background-color:#f7f6f6;
	padding-top: 3%;
	padding-bottom: 3%;
}
.redclr {
  font-size: 25px;
  font-weight: bold;
  color: #002672;
	padding-top: 30px;
}
.assess_grp {
  padding: 10px;
  border: 1px solid #808080;
}




.submit_btn{
	padding: 10px 30px;
	background: #ff2e2c;
	color: #fff;
	border: none;
	float: right;
}
.submit_btn:hover{
	padding: 10px 30px;
	background: #fff;
	color: #ff2e2c;
	border: 1px solid #ff2e2c;
	transition: .5s;
}

.blog-post .servicepic{
	height: auto;
}
.blog-post .servicepic img{
	height: 450px;
	object-fit: cover;
}
#services .card-body{
	padding: 0px!important;
}
#services .card-body li{
	background: #fff;
	transition: .5s;
	color: #ff2e2c;
	padding: 10px 5px;
}
#services .card-body .active{
	background: #ff2e2c;
	transition: .5s;
	color: #fff!important;
}
#services .card-body li:hover a{
	color: #fff!important;
}
#services .card-body li:hover{
	background: #ff2e2c;
	transition: .5s;
	color: #fff;
	padding: 10px 5px;
}














 .main-block {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
	 position: absolute;
	 right: 5%;
	 top: 25%;
	 width: 60%;
	 z-index: 9;
 }
.info {
  width: 95%;
  margin: auto;
}
.homeassessment{
  padding: 5px;
  margin: 0px;
  opacity: .5s;
  background-color: rgba(0,38,114,0.8);
  border-radius: 10px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 30px;
}

     .homeassessment  .fas {
      margin: 25px 10px 0;
      font-size: 72px;
      color: #fff;
      }
      .fa-envelope {
     
      }
      .fa-at , .fa-mail-bulk{
      transform: rotate(10deg);
      }
      input, textarea {
      width: calc(100% - 0px);
      padding: 6px;
      margin-bottom: 10px;
      border: 0px solid #1c87c9;
      outline: none;
	  border-radius: 10px;	  
      }
      input::placeholder {
      color: #666;
      }
   
.info h3{
	color: #fff;
	font-weight: 400;
	font-size: 20px;
    font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	text-align: center;
	padding: 10px;
}
.subbtn{
	background: linear-gradient(180deg, rgba(192,2,4,1) 0%, rgba(92,0,2,1) 100%);
	padding: 5px 20px !important;
	border-radius:10px;
    color: #fff !important;
	border: none;
	margin-top: 10px;
	margin-bottom: 20px;
   max-width: 100px;
    display: block;
    margin: auto;
    width: 100%;
}
.subbtn:hover{
	padding: 5px 20px !important;
	border-radius:10px;
    color: #fff !important;
	background: #002672 !important;
	border: 1px solid #fff;
}
 textarea#massage{
	height: 100px;
}




      @media (min-width: 568px) {
      .main-block {
      flex-direction: row;
      }
      .left-part, {
      width: 40%;
      }
      .fa-envelope {
      margin-top: 0;
      margin-left: 0%;
      }
      .fa-at {
      margin-top: -10%;
      margin-left: 65%;
      }
      .fa-mail-bulk {
      margin-top: 2%;
      margin-left: 28%;
      }

      }



/***************************************** css ******************/


.wp-pagenavi {
   text-align: center;
   margin: 0 0 50px;
}

.wp-pagenavi span.current{background-color: #002672 !important;padding: 3px 7px !important;
   color: #fff !important;}

   

.wp-pagenavi a:hover, .wp-pagenavi span:hover {
      z-index: 2;
      color: #0a58ca;
      background-color: #e9ecef;
      border-color: #dee2e6;
  }
  
  .wp-pagenavi a, .wp-pagenavi span{color: #e50e0d;background-color: #fff;border: 1px solid #dee2e6;
   transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}


.testimonialss p{color:#fff !important;}

.bologsec .home-blg-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
section.blog_card img {
    height: 744px;
    object-fit: cover;
    width: 100% !important;

}

/* .form-horizontal .form-group {
   display: flex;
   width: 100%;
} */

/* .form-horizontal .form-group .checkbox label, .form-horizontal .form-group .radio label {
   min-height: 20px;
   margin-bottom: 0;
   font-weight: 400;
   cursor: pointer;
}

.form-horizontal .form-group .radio input[type=radio] {
   position: absolute;
   margin-left: -20px;
   margin-top: 4px;
}

.form-horizontal .form-group .form-control {
   border: 1px solid #b1adad;
   border-radius: unset;
   width: 100%;
} */

/* .form-horizontal .radio input[type=radio]{
   position: absolute;
    margin-left: -20px;
    margin-top: 4px;
} */

.form-horizontal .checkbox label, .form-horizontal .radio label {
   min-height: 20px;
   margin-bottom: 0;
   font-weight: 400;
   cursor: pointer;
}

.form-horizontal .radio{position: relative;}

.form-horizontal .radio input[type=radio] {
   position: absolute;
   /* margin-left: -317px; */
   margin-top: 4px;
   /* opacity: 0.2; */
   left: -313px;
}




.about_section.dhandacalc input[type="radio"]{
position: relative;left: -10px;width:auto;
}

.about_section.dhandacalc .table-bordered tr th{padding: 10px 12px 10px 25px;}

span.dollarclasSpan {
    position: relative;
    top: 33px;
    left: 6px;
}

.dollarclassCAD .form-control{padding: 7px 0px 7px 20px;}

td.dollarclassCAD {
    position: relative;
    bottom: 10px;
}








