/*
Template Name: Wrapkit
Author: Wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*
Template Name: Wrapkit
Author: wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Gradiant*/
/*============================================================== 
 This scss/css we made it from our predefine componenet 
 we just copy that css and paste here you can also do that
 ============================================================== */
/*******************
This is for Header
*******************/

#page-wrapper, .page-wrapper{padding-top:90px;}

/*******************
Header 1
*******************/
.h1-nav {
  padding: 4px 0; }
  .h1-nav .navbar-nav .nav-item {
    margin: 0 20px; }
    .h1-nav .navbar-nav .nav-item .nav-link {
      padding: 12px 0px;
      color: #02185d;
      font-weight: 600; }
      .h1-nav .navbar-nav .nav-item .nav-link:hover {
        color: #fe0007; }
    .h1-nav .navbar-nav .nav-item:last-child {
      margin-right: 0px; }

@media (max-width: 1023px) {
  .h1-nav {
    padding: 15px 0px; }
    .h1-nav .navbar-brand {
      position: relative; }
    .h1-nav .navbar-collapse {
      background: #eee;
      padding: 15px 15px 20px;
      border-radius: 4px;
      -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
      box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
      z-index: 10; }
    .h1-nav .rounded-button {
      position: relative; }
    .h1-nav .navbar-nav .nav-link {
      color: #ffffff;
      line-height: 30px; } }

/*******************
Static slide 10
*******************/
.static-slider10 {
  padding: 6% 0;
  background-size: cover;
  background-position: center center; }
  .static-slider10 h1 {
    font-size: 72px;
    line-height: 80px; }

@media (max-width: 900px) {
  .static-slider10 .title {
    font-size: 36px;
    line-height: 42px; } }

/*******************
Feature 1
*******************/
.wrap-feature1-box .card-body {
  padding: 40px; }

@media (max-width: 768px) {
  .wrap-feature1-box .card-body {
    padding: 15px; } }

/*******************
Feature 16
*******************/
.wrap-feature-16 [class*=col-] {
  padding: 100px 35px; }

.wrap-feature-16 .with-bg {
  width: 100%;
  min-height: 200px;
  background-size: cover;
  background-position: center center; }

.wrap-feature-16 .with-text {
  max-width: 500px;
  margin-left: 80px; }

/*******************
Testimonial 3
*******************/
.testimonial3 .testi3 .card-body {
  padding: 40px; }

.testimonial3 .testi3 h6 {
  line-height: 26px; }

.testimonial3 .testi3 .thumb-img img {
  width: 60px; }

.testimonial3 .testi3 .customer {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500; }

/*******************
Client
*******************/
.client-box {
  margin: 0px; }
  .client-box [class*="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

/*******************
Pricing 2
*******************/
.pricing2 {
  background-size: cover;
  max-height: 530px;
  margin-bottom: 250px; }
  .pricing2 .pricing-box {
    margin-top: 150px; }
  .pricing2 .above-card {
    margin: -70px -32px -32px; }
    .pricing2 .above-card .card {
      padding: 30px; }
  .pricing2 .pricing-text sup {
    top: -50px;
    font-size: 24px; }
  .pricing2 .pricing-text span {
    font-size: 100px;
    font-weight: 400;
    line-height: 100px;
    color: #263238; }
  .pricing2 .list-inline {
    margin: 0 0 30px 0; }
    .pricing2 .list-inline li {
      padding: 7px 0; }

@media (max-width: 767px) {
  .pricing2 {
    max-height: 100%;
    margin-bottom: 0px; }
    .pricing2 .pricing-box {
      margin-top: 20px; }
    .pricing2 .display-5 {
      font-size: 36px; }
    .pricing2 .above-card {
      margin: 0; }
      .pricing2 .above-card .card {
        padding: 0px; } }

@media (max-width: 1023px) {
  .form2 h1 {
    margin-top: 25px; }
  .form2 .have-ac {
    margin-top: 25px; } }


/*******************
Footer 6
*******************/
.footer6 .round-social a {
  background: rgba(120, 130, 140, 0.13);
  color: #8d97ad;
  width: 40px;
  height: 40px;
  line-height: 40px; }
  .footer6 .round-social a:hover {
    background: background: rgba(120, 130, 140, 0.13);;
    color: #fff; }


.btn-ca-gradiant {
    background: #5445bc;
    background: -webkit-linear-gradient(legacy-direction(to right), #5445bc 0%, #ce282b 100%);
    background: -webkit-gradient(linear, left top, right top, from(#5445bc), to(#ce282b));
    background: -webkit-linear-gradient(left, #5445bc 0%, #ce282b 100%);
    background: -o-linear-gradient(left, #5445bc 0%, #ce282b 100%);
    background: linear-gradient(to right, #5445bc 0%, #ce282b 100%);
    border: 0px;
}

.btn-ca-gradiant:hover {
    background: #ce282b;
    background: -webkit-linear-gradient(legacy-direction(to right), #ce282b 0%, #5445bc 100%);
    background: -webkit-gradient(linear, left top, right top, from(#ce282b), to(#5445bc));
    background: -webkit-linear-gradient(left, #ce282b 0%, #5445bc 100%);
    background: -o-linear-gradient(left, #ce282b 0%, #5445bc 100%);
    background: linear-gradient(to right, #ce282b 0%, #5445bc 100%);
    border: 0px;
}


.bg-cit_blue{background-color:#031763 !important;}
.bg-cit_red{background-color:#e11f24 !important;}

.bg-cit_red-gradient{
 background: rgb(244,2,8);
background: -moz-linear-gradient(81deg, rgba(244,2,8,1) 0%, rgba(204,25,29,1) 100%);
background: -webkit-linear-gradient(81deg, rgba(244,2,8,1) 0%, rgba(204,25,29,1) 100%);
background: linear-gradient(81deg, rgba(244,2,8,1) 0%, rgba(204,25,29,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f40208",endColorstr="#cc191d",GradientType=1); 
}


.bg-cit_blue-gradient{
 background: rgb(4,33,145);
background: -moz-linear-gradient(90deg, rgba(4,33,145,1) 0%, rgba(0,16,77,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(4,33,145,1) 0%, rgba(0,16,77,1) 100%);
background: linear-gradient(90deg, rgba(4,33,145,1) 0%, rgba(0,16,77,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#042191",endColorstr="#00104d",GradientType=1); 
}

.bg-cit_mix-gradient{
 background: rgb(190,28,31);
background: -moz-linear-gradient(90deg, rgba(190,28,31,1) 0%, rgba(13,32,110,1) 95%);
background: -webkit-linear-gradient(90deg, rgba(190,28,31,1) 0%, rgba(13,32,110,1) 95%);
background: linear-gradient(90deg, rgba(190,28,31,1) 0%, rgba(13,32,110,1) 95%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#be1c1f",endColorstr="#0d206e",GradientType=1); 
}


/*-----------Feature 24-----------*/

.wrap-feature-24 .service-24:hover, .wrap-feature-24 .service-24:focus {
 background: rgb(4,33,145);
background: -moz-linear-gradient(90deg, rgba(4,33,145,1) 0%, rgba(0,16,77,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(4,33,145,1) 0%, rgba(0,16,77,1) 100%);
background: linear-gradient(90deg, rgba(4,33,145,1) 0%, rgba(0,16,77,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#042191",endColorstr="#00104d",GradientType=1); 
}

.wrap-feature-24 .service-24 i {

background: #042191;
background: -webkit-linear-gradient(legacy-direction(to right), #042191 0%, #00104d 100%);
background: -webkit-gradient(linear, left top, right top, from(#042191), to(#00104d));
background: -webkit-linear-gradient(left, #042191 0%, #00104d 100%);
background: -o-linear-gradient(left, #042191 0%, #00104d 100%);
background: linear-gradient(to right, #042191 0%, #00104d 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
font-size: 50px;

}

/*

.aos-all {
max-width: 100% !important;
width: 100% !important;
width: 100vw !important;
overflow: hidden;
margin: 0;
}*/

.solu-box{width:20%;}

@media (max-width: 767px) {

	.solu-box{width:100%;}
}