 

/*google-Fonts*/

 
 

/*
-------------------------------------------
   Default Style
-------------------------------------------
*/

body {
  font-family: "Rubik", sans-serif;


  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
}
.content-wrapper {
    width: 100%;
}
ul,
ol {
  list-style: none;
  outline: none;
  margin: 0;
  padding: 0;
}

a,
a:hover,
a:focus,
 :focus {
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
}

 

.section-padding {
  padding:100px 0;
}

.m-t{
  margin: 40px 0;
}


/*
-------------------------------------------
   Base Style
-------------------------------------------
*/

.section-title h2 {
    font-size: 35px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 7px;
    padding-bottom: 0;
    color: #00025d;
}

.section-title h2::after {
  position: absolute;
  content: "";
  width: 120px;
  height: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}

.section-title.effect h2::after {
  right: 100%;
}

.section-title p {
  font-size: 18px;
}
.scrollup {
  height: 50px;
  width: 50px;
  background-color: #00025d;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  position: fixed;
  right: 50px;
  bottom: 30px;
  cursor: pointer;
  color: #ffffff;
  transition: .5s;
  z-index: 999;
}
.scrollup:hover {
  color: #fff;
  transform: translateY(9%);
  box-shadow: 0px 30px 50px 0px rgba(0, 0, 29, 0.1);
}
.scrollup i {
  font-size: 24px;
  margin-top: 10px;
}
.sticky {
  background: #fff;
  position: fixed;
  box-shadow: 0px 0px 10px rgb(99, 104, 142, 0.2);
  z-index: 5;
  top: 0;
  padding: 10px 0;
}

.sticky .logo a img {
  width: 100%;
}

.sticky header {
  padding: 10px 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus,542

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form textarea:focus {
 
  border-color: #5da75d;
}

#mobile-menu {
  display: none;
}

.slicknav_menu {
  background: transparent;
}

.sticky #mobile-menu .slicknav_btn {
  padding: 10px 20px;
}

#mobile-menu .slicknav_btn {
  background: transparent;
  border-radius: 2px;
  display: block;
  padding: 0px 20px;
  bottom: 60px;
}

#mobile-menu .slicknav_btn span {
  text-shadow: none;
}

.slicknav_nav {
  background: #0D1549;
  text-align: left;
  position: absolute;
  width: 94%;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #FF3A33;
  font-size: 30px;
}

.slicknav_nav a,
a.slicknav_row:hover {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  text-transform: capitalize;
}

.slicknav_nav a:hover,
a.slicknav_row:hover {
  background: transparent;
  color: #FF3A33;
}

.slicknav_nav>ul {
  margin: 0;
  padding: 0;
}

.slicknav_nav li {
  border-bottom: 1px solid #171F53;
}

.slicknav_nav li:last-child {
  border: none;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
  padding: 10px 20px;
  margin: 0px 5px;
}

.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 0;
  background: #FF3A33;
  color: #fff;
}

.slicknav_nav ul {
  margin: 0;
}

.slicknav_nav ul li ul {
  margin-left: 20px;
}

.slicknav_item.slicknav_row:hover a {
  color: #fff;
}

.portfolio-menu ul li.active,
.flaticon-right-quote::before,
.owl-carousel .owl-nav>div:hover,
.blog-content p span,
.about-widget>ul>li>i,
.widget-menu li a:hover,
.breadcrumb-area ul li.active a,
.latest-news-title p a:hover,
.category li a:hover,
.blog-posts-meta ul li i,
.single-posts blockquote p i,
.post-tags a:hover,
.comment-box .comment-reply-button,
.main-menu ul li a:hover,
.main-menu ul li a.active,
.work-icon i.flaticon-test::before,
.counter-project h1 {
  color: #ff5757;
}

  
a,
a:hover,
a:focus,
:focus.main-menu ul li a,
.main-menu ul li a::before,
.main-menu ul li a.active::before,
.call-button,
.viso-btn,
.hero-area-social ul li a,
.dicover-list li i,
.viso-btn.discover::after,
.owl-dots .owl-dot,
.portfolio-wrapper,
.single-team,
.tem-social,
.tem-social ul li a,
.pricing-table,
.price-content .viso-btn.price,
.owl-carousel .owl-nav>div,
input[type="submit"] {
  transition: .5s;
  -webkit-transition: .5s;
}


/*
--------------------------------------------
        | Preeloader CSS |
 -------------------------------------------
 */
 .main-site, .main-site.loaded {
  overflow: hidden;
}
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  overflow: hidden;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #FF3B33;
  -webkit-animation: spin 1.7s linear infinite;
  animation: spin 1.7s linear infinite;
  z-index: 11;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #FF3B33;
  -webkit-animation: spin-reverse 0.6s linear infinite;
  animation: spin-reverse 0.6s linear infinite;
}


#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #FF3B33;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #FBF9FE;
  z-index: 10;
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #9397B1;
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #9397B1;
}

.loaded #loader {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}

 
 

/*
-------------------------------------------
   Header Area Style
-------------------------------------------
*/

header {
  padding: 10px 0px;
 
  width: 100%;
  margin: 0 auto;
  z-index: 1;
    background-color: #fff;
    box-shadow: 0px 5px 20px 0px rgb(91 45 0 / 6%)s;
}
.left-header {
    display: flex;
    align-items: center;
}
 
.logo img {
    max-width: 120px;
}
.main-menu ul li {
  display: inline-block;
  padding: 30px 20px;
}

 .main-menu {
    float: right;
}
.main-menu li.call-button a {
    color: #ffffff;
	 border-radius: 50px;
    font-weight: 600;
    background: #fff;
    padding: 17px 40px;
    line-height: 21px;
	background:#00025d;
 
}
.main-menu ul li a {
  font-size: 16px;
   font-weight: 500;
  color:#00025d;
  position: relative;
  text-transform:uppercase
}
.main-menu li.call-button a:hover {
    color: #fff;
    background: #ff5757;
    transition: 1s;
}
.main-menu ul li a.active {
  position: relative;
}

 
.main-menu ul li.dropdown {
  position: relative;
}

.main-menu ul li.dropdown ul {
  width: 230px;
  background: #fff;
  position: absolute;
  top: 100px;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
  padding: 10px 0;
  box-shadow: 0px 0px 20px #E7E9FF;
  border-radius: 5px;
}

.sticky .main-menu ul li.dropdown:hover ul {
  top: 70px;
}

.main-menu ul li.dropdown:hover ul {
  top: 80px;
  visibility: visible;
  opacity: 1;
}

.main-menu ul li.dropdown ul li {
  display: block;
  padding: 10px 15px;
  transition: 0.5s;
}

 .main-menu ul li a::before, .owl-dots .owl-dot.active, .post-share li a:hover, .price-swetch ul li a.active{
    background-color: #fff;
     transition-duration: .2s;
    transition-timing-function: linear;
}

 

/*
-------------------------------------------
   Hero Area Style
-------------------------------------------
*/
 
.hero-area {
    background-color: #00025d;
 padding:70px 0;
}

 
 
.hero-content h2 {
    text-transform: capitalize;
    color: #ffffff;
    font-size: 52px;
    line-height: 1.2;
	font-weight:bold
}
 
.hero-content p {
  
    font-size: 22px;
    color: #fff;
    line-height: 35px;

}
 .hero-content .call-button {
    margin-top: 70px;
}
.legal-image img {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

    @keyframes floating {
                0% {
                    transform: translate(0, 0px);
                }

                50% {
                    transform: translate(0, 15px);
                }

                100% {
                    transform: translate(0, -0px);
                }
            }
 
 form#newsletter-form #phone-number {
    width: 100%;
    max-width: 353px;
    height: 60px;
    padding: 0 20px 0 26px;
    background-color: #fff;
    moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 50px 0px 0px 50px;
    color: #454545;
    font-size: 17px;
    margin-right: -3px;
	    border: 0;
}
 
input#submit-button {
    font-weight: 600;
    padding: 20px 40px;
    line-height: 21px;
    font-size: 18px;
    background: #ff5757;
    color: #fff;
    border-radius: 0px 50px 50px 0;
    border: 0;
	cursor:pointer
}
form#newsletter-form {
    margin: 30px 0;
}



/*
-------------------------------------------
   Work Area Style
-------------------------------------------
*/
.single-work:hover {
	background: #e6e6e6;
	transition:.4s;
	transform: scale(1.1);
	}
.single-work {
    text-align: center;
    padding: 30px 10px;
    border: 2px solid #e8e1e1;
}
.single-work h2 {
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
    margin: 20px 0;
    color: #00025d;
}

.single-work p {
    font-size: 16px;
    font-weight: 400;
}

.work-icon i {
    border: 1px solid #00025d;
    font-size: 30px;
    border-radius: 50px;
    background: rgba(69, 33, 255, 0.1);
    color: #ffffff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #00025d;
}

 
.counter-box {
	display: block;

	text-align: center
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}
.counter-box i {
	font-size: 40px;
	margin: 0 0 45px;
	color: #ffffff;
	position: relative;
	 z-index: 99
}

.counter {
   display: block;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    line-height: 28px;
    padding: 30px 0px 15px 0px;
}
.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
	color: #fff
}

.counter-area {
    background:#00025d;
}
.counter-box i::after{
    background: transparent;
    width: 100px;
    height: 100px;
    content: '';
    position: absolute;
    left: -30px;
    top: -30px;
    z-index: -9;
    border: 2px solid #fff;
    transform: rotate(45deg);
    border-radius: 15px;
}
 /*
-------------------------------------------
  Contact Area Style
-------------------------------------------
*/

.contact-area {
    background: #ededed;
  
 
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"] {
  border: 1px solid #ffffff;
  color: #4b4b4b;
  font-weight: 500;
  height: 50px;
  margin-bottom: 20px;
  padding: 0 20px;
  width: 100%;
      border-radius: 50%;
}


.contact-form textarea {
  color: #4b4b4b;
  font-weight: 500;
  height: 200px;
  padding: 20px;
  width: 100%;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
  border-radius: 50px;
border: 1px solid #857c7c;
    background: transparent;
}
.contact-form input#submit-button {
    border-radius: 50px;
}

.details {
    border: 1px solid #857c7c;
    border-radius: 10px;
    padding: 15px;
  height: 360px;
}

.details h2 {
       border-bottom: 1.6px solid #857c7c;
    color: #00025d;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 13px;

}
.details ul b {
  color: #00025d;
    font-size: 18px;
    font-weight: bold;	
}
.details ul li a {
    color: #00025d;
    font-size: 15px;
    font-weight: 500;
}
.contact-area .section-title p {
    font-size: 16px;
    font-weight: 400;
}
.contact-area .section-title {
    padding-bottom: 40px;
}

.current-case {
      padding: 50px 0;
    background: #f8f8f8;
}
 
.buttons-here .button a {
    padding: 15px 100px;
    border-radius: 0;
    font-size: 14px;
    letter-spacing: 1px;   
	font-weight: 600;
	    display: block;

}
 
.buttons-here .button a:hover {
	   background: #cb444b;
    color: #fff;
	  border: 2px solid #cb444b;
}


a.blue {
    background: #00025d;
    color: #fff;
	    border: 2px solid #00025d;
}

a.white {
    background: #fff;
    color: #99a4bc;
	    border: 2px solid #99a4bc;
}
a.red {
    background: #fff;
    color: #cb444b;
	    border: 2px solid #cb444b;
}

.buttons-here  p {
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    color: #5d5454;
    padding: 11px 0;
}

.current-case p {
    font-size: 17px;
    color: #00025d;
}

.current-case h2, .current-case h3 {
    color: #00025d;
}
.buttons-here .row {
    justify-content: space-around;
}
.row.money-section {
    justify-content: space-around;
	    padding: 15px 0;
		    position: relative;
}
.payment-method {
    border: 1.5px solid #dfb6b6;
   
}
.panel-body h5 {
 background: #eff3f7;
    padding: 20px 0;
    font-size: 20px;
    color: #00025d;
    font-weight: 500;
    letter-spacing: .5px;

}

.btn-info {
    padding: 3px 10px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
	margin-left:5px;
}
.pay-only h2, .saving h2{
        color: #00025d;
    font-weight: 600;
    font-size: 25px;

}

.pay-only span{
	  color: #00025d;
    font-weight: bold;
}
.row.money-section:after {
    position: absolute;
    content: '|';
    font-size: 95px;
    bottom: 10px;
    top: 26px;
    width: 0;
    color: #e5e5e5;
    font-weight: 100;
    font-family: 'FontAwesome';
}
 .payment-method a.red {
    background: #cb444b;
    color: #fff;
   
}

.saving h2, .saving span {
	color: red;
	font-weight: bold;
	}
	.payment-body {
    text-align: left;
    padding: 0px 20px;
}
.payment-body li {
    font-size: 17px;
    font-weight: 400;
    color: #a0a0a0;
    line-height: 35px;
    position: relative;
    padding-left: 16px;
}
.payment-body i {
   color: green;
    position: absolute;
    left: -10px;
    top: 7px;
}
.payment-body {
    text-align: left;
    border-top: 1px solid #dfb6b6;
	    border-bottom: 1px solid #dfb6b6;
    padding: 20px 30px;
}
.payment-method .buttons-here {
    padding: 0px 30px;
}
.breadcrum-heaer nav {
    width: 100%;
}
.breadcrum-heaer {
    background: #00025d;
    padding:30px 0px 70px 0
}
.payment-tittle {
    padding: 20px 30px;
    background: #fff;
    width: 100%;
}
.payment-tittle h3 {
    font-size:40px;
    color: #00025d;
     
}
.payment-tittle p {
    font-size: 16px;
    color: #989494;
}
li.breadcrumb-item {
    font-weight: bold;
}
.row.bottom-section {
    background: #eff3f7;
    padding: 20px 20px;
    justify-content: space-around;
}

.row.bottom-section a {
    font-size: 17px;
    color: #aba7a7;
    font-weight: 400;
    letter-spacing: 1px;
}

.row.bottom-section i {
    margin-right: 8px;
    font-size: 21px;
    position: relative;
    top: 2px;
}

.original-content p{
    font-size: 16px;
    color: #989494;
}
.original-content h2{
   font-size:30px;
    color: #00025d;    line-height: 50px;
    padding: 10px 0;
}
.right-side .pay-only {
    background: #eff3f7;
    text-align: center;
    padding: 30px 0;
	border-radius:5px
}

.right-side .pay-only p {
    margin: 0;
    font-size: 17px;
    color: #a1a1a1;
    font-weight: 400;
}

.right-side .pay-only h2 {
    font-size: 40px;
}
.alert.alert-danger {
    font-size: 20px;
}
.original-content p {
    font-size: 16px;
    font-weight: 400;
}
.main-section {
  background: #fff;
  padding: 50px 46px;
  position: relative;
  top: -30px;
}

 

.original-credit .container {
    padding: 0;
}
.original-credit{
    background: #e3e3e3;
}
 
div#accordion button.btn.btn-link {
    font-size: 20px;
    color: #00025d;
    font-weight: 500;
}

div#accordion .card-body {
    font-size: 20px;
    font-weight: 400;
}
.faq-section {
    border-top: 1.5px solid #dfb6b6;
    padding: 20px 0;
}
div#accordion button.btn.btn-link i {
    font-size: 20px;
    margin-right: 10px;
}



	  .payment-last .card-header {
    background: #00025d;
}

.payment-last .card-header h5{
    color: #fff;
    margin: 0;
    line-height: 48px;
    text-transform: uppercase;
    font-size: 23px;
}
form#payment-form input {
    height: 50px;
      border:1px solid #8e8f96;
 }
form#payment-form button.btn.btn-primary.btn-block {
    margin-top: 10px;
    padding: 15px 100px;
    border-radius: 0;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 600;
    display: block;
    background: #cb444b;
    color: #fff;
    text-transform: uppercase;
}
.payment-last{
    background:#f8f8f8;
    padding: 50px 0;
}
form#payment-form {
    border-top: 1px solid #d8d8d8;
    padding: 20px 0;
    border-bottom: 1px solid #d8d8d8;
}

.cards label.form-label {
    border:1px solid #8e8f96;
    display: block;
    width: 100%;
    padding: 16px 0;
    line-height: 1.5;
    color: #00025d;
  
    text-align: center;
    font-size: 16px;
}
form#payment-form label {
    font-weight: 500;
}
 .next-payment-page .original-content h2 {
    font-size: 30px;
    color: #00025d;
    line-height: 30px;
	    font-weight: 500;
}

.next-payment-page .original-content h4{
    font-size: 19px;
    color: #00025d;
    font-weight: 500;
    line-height: 20px;
}
.cvv {
    padding: 30px;
    border: 1px solid #d8d8d8;
    box-shadow: 5px 4px 10px 1px #0000001f;
}
.payment-btn {
 
    background: #00025d !IMPORTANT;
}
form#payment-form h2 {
    font-size: 20px;
    color: #00025d;
}
div#SSNModal{
    
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: unset;
    padding:10px 20px;
}

div#SSNModal .modal-dialog {
    max-width: 100%;
}

div#SSNModal .modal-backdrop.show {
    opacity: .8;
}
#ssnnumber {
    height: 60px;
    border: 1px solid #000;
}
#ssnnumber .form-label
{
  font-size: 21px;
  line-height: 30px;
  font-weight: 500;
  color:#00025d
}
#ssnnumber .modal-backdrop.show {
  opacity: .8;
}
div#SSNModal .btn.btn-default {
  background: #cb444b;
  color: #fff;
padding: 14px 26px;
  text-transform: uppercase;
  font-weight: 500;
  border: 0;

}

div#SSNModal .btn.btn-primary
{
	 background: #00025d;
  color: #fff;
 padding: 14px 26px;
  text-transform: uppercase;
  font-weight: 500;
  border: 0;

}
#SSNModal .modal-title
{
  font-size: 20px;
  color: #00025d;
}
div#SSNModal .modal-header {
  background: #efeff2;
}

 /*
-------------------------------------------
  Footer Area Style
-------------------------------------------
*/
.footer-top ul.list-unstyled li a {
    font-size: 16px;
    line-height: 40px;
    color: #000;
    font-weight: 400;
}

.footer-top ul.list-unstyled li i {
    margin-right: 14px;
}
footer {
    background: #fff;
 padding: 50px 0px
}
.footer-top {
padding:0px 0px 50px 0
}
.footer-bottom p {
    font-weight: 400;
    font-size: 15px;
	margin: 0;
}.footer-top ul.list-unstyled li a:hover {
    color: #00025d;
    font-weight: 500;
}

