
/*-------------------------------------------------------
          [ Typography ]
-------------------------------------------------------*/

h1 {
  font-size: 55px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 35px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 25px;
}

h6 {
  font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 500;
}

/* ----------------------------------------------------------------
     [ 01 Start Basics ]
-----------------------------------------------------------------*/


* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

body {
  color: #000;
  line-height: 1.3;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Rubik', sans-serif;
  overflow-x: hidden !important;
}

p {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #999;
  line-height: 1.8;
  margin: 0;
}
.swal-button-container {
    display: block !important;
}
button.swal-button.swal-button--confirm {
    background-color: #4070a7 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    width: 100%;
}
.swal-icon--success__ring {
    border: 4px solid hsl(212deg 45% 45% / 50%)  !important;
}
.swal-icon--success__line {
    height: 5px;
    background-color: #4070a7 !important;
}
.swal-button-container button.swal-button {
    font-size: 18px !important;
    font-weight: 400 !important;
    width: 100%;
    border-radius: 30px !important;
    outline: none;
    border: 0;
    padding: 12px 24px !important;
}
.swal-title {
    color: #000 !important;
    font-weight: 500 !important;
     font-size: 26px !important;
}
.swal-text {
    color:#000 !important;
    text-align: center !important;
}
.hero .feat-item p span {
    font-weight: 600;
}
button.swal-button.swal-button--confirm {
    background-color: #a5dc86;
}

section.call-action.section-padding,
header.header.valign.bg-img{
    background-position: center;
}
img {
  width: 100%;
  height: auto;
}

span, a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
  text-decoration: none;
}
.mb-80 {
    margin-bottom: 80px !important;
}
.curve {
  position: absolute;
  z-index: 7;
}
.curve.curve-center:after {
  border-left: 50vw solid transparent;
}
.curve.curve-center:before {
  border-right: 50vw solid transparent;
}
.curve.curve-center.curve-top:after {
  border-left: 50vw solid transparent;
}
.curve.curve-center.curve-top:before {
  border-right: 50vw solid transparent;
}
.curve.curve-bottom {
  left: 0;
  bottom: -1px;
  width: 100%;
}
.curve.curve-bottom:after, .curve.curve-bottom:before {
  bottom: 0;
}
.curve.curve-top {
  left: 0;
  top: -1px;
  width: 100%;
}
.curve.curve-top:after, .curve.curve-top:before {
  top: 0;
  border-top: 50px solid #fff;
  border-bottom: 0;
}
.curve.curve-top:after {
  border-left: 70vw solid transparent;
}
.curve.curve-top:before {
  border-right: 30vw solid transparent;
}
.curve.curve-gray-b:after, .curve.curve-gray-b:before {
  border-bottom: 50px solid #f9f9f9;
}
.curve.curve-gray-t:after, .curve.curve-gray-t:before {
  border-top: 50px solid #f9f9f9;
}
.curve:after, .curve:before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  position: absolute;
}
.curve:after {
  right: 0;
  border-left: 30vw solid transparent;
}
.curve:before {
  left: 0;
  border-right: 70vw solid transparent;
}

.section-padding {
  padding: 120px 0;
}

.section-head {
  margin-bottom: 80px;
  text-align: center;
}
.section-head h4 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}
.section-head h4 span {
  font-weight: 300;
}

[data-overlay-color] .section-head p {
  color: #ccc;
}
[data-overlay-color].process .icon {
  color: #fff !important;
}

.bg-gray {
  background: #f9f9f9;
}

.o-hidden {
  overflow: hidden;
}

.pos-re {
  position: relative;
}

.full-width {
  width: 100% !important;
}

.lg-line-height {
  line-height: 1.5;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 15px;
  line-height: .7;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0 7px;
  border-radius: 50%;
  background: #ddd;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #1A237E;
}

.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}
.tabs-section .fa-plus:before {
    content: "\2b";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}
.tabs-section .fa-plus.fa-minus:before{    content: "\f068";}
.tabs-section h4.panel-title a {
    display: flex;
    justify-content: space-between;
}
.privact-term {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #999;
    line-height: 1.8;
    margin: 0;
    text-align: left;
    margin-bottom: 20px;
}

.privact-term h3 {
    font-size: 20px;
    color: #555;
    margin-bottom: 8px;
}
section.privacy-policy h2 {
    font-size: 24px;
    margin-bottom: 10px;
}
section.privacy-policy.section-padding .text-center {
    margin-bottom: 30px;
}
header.header.pt-header {
    min-height: 50vh;
}
header.header.pt-header .caption h1 {
    margin: 10px 0;
    font-size: 55px;
    font-weight: 600;
    letter-spacing: 1px;
    word-spacing: 2px;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    text-align: center;
}

@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem;
  }
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

ul.bottom_links {
    margin: 0;
    margin-top: 5px;
}

ul.bottom_links li a {
    color: #999;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 2px;
}

ul.bottom_links li {
    display: inline-block;
    margin: 0 15px;
}

/* xclip */
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 10%;
  right: 0;
  width: 2px;
  height: 70%;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline b.is-visible {
  opacity: 1;
  font-weight: 900;
}

/* ----------------------------------------------------------------
     [ End Basics ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 02 Start Buttons ]
-----------------------------------------------------------------*/
.butn {
  padding: 12px 35px;
  background: #fff;
  border-radius: 30px;
  border: 1px solid transparent;
  position: relative;
  z-index: 3;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  outline: none !important;
  overflow: hidden;
}
.butn span {
  position: relative;
  z-index: 2;
}
.butn:after {
  content: '';
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  z-index: 1;
  opacity: 1;
}
.butn:hover:after {
  width: 100%;
}

.butn-bg {
  background: #3f70a8;
  border-color: #3f70a8;
  color: #fff;
}
.butn-bg:hover span {
  color: #1A237E;
}

.butn-light, .butn-bord {
  background: #fff;
}
.butn-light:after, .butn-bord:after {
  background: #1A237E;
}
.butn-light:hover span, .butn-bord:hover span {
  color: #fff !important;
}
.butn-light span, .butn-bord span {
  color: #1A237E;
}

.butn-bord {
  background: transparent !important;
  border-color: #1A237E;
}

/* ----------------------------------------------------------------
     [ End Buttons ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 03 Start Navbar ]
-----------------------------------------------------------------*/
.navbar {
    /* position: absolute; */
    left: 0;
    top: 0;
    width: 100%;
    border: 0;
    background: #fff;
    z-index: 9;
    min-height: 70px;
	    padding: 0 1rem;
}
.navbar .icon-bar {
  color: #fff;
}
.navbar .navbar-nav .nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #eee;    
  color: #222;
  letter-spacing: .5px;
  margin: 15px 5px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.navbar .navbar-nav .active {
  color: #3f70a8 !important;
}

.nav-scroll {
  background: #fff;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  padding: 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.nav-scroll .icon-bar {
  color: #222;
}
.nav-scroll .navbar-nav .nav-link {
  color: #222;
}
.nav-scroll .navbar-nav .logo {
  padding: 15px 0;
  color: #111;
}

.logo {
  padding: 10px 0;
  width: 100px;
}
footer .logo {
    width: 120px;
    margin-bottom: 30px;
	  padding: 0;
}
/* ----------------------------------------------------------------
     [ End Navbar ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 04 Start Header ]
-----------------------------------------------------------------*/
.offer-banner {
    background: #fff;
    /* padding: 40px; */
    border-radius: 5px;
}
.offer-heading {
    background: #322f30;
    color: #fff;
    width: 100%;
    padding: 12px 35px;
    text-align: center;
}
.form-offer {
    padding: 30px 35px;
}
.offer-heading h2 {
    font-size: 30px;
}
.form-offer p {
    font-size: 18px;
    text-align: center;
    line-height: 26px;
    margin-bottom: 20px;
    color: #333;
}
.offer-banner input.form-control,
.offer-banner textarea.form-control {
    height: 46px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 2px;
}

.form-offer label {
    font-size: 14px;
    color: #000;
    line-height: 20px;
}
.input-group.checkbox a{
        color: #3f70a8;text-decoration:underline;
}

    .input-group.checkbox {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.input-group.checkbox input[type="checkbox"] {
    margin-top: 4px;
    margin-right: 5px;
}

.form-offer .elementor-Questions {
    font-size: 20px;
    text-align: center;
    color: #222;
    margin-top: 25px;
}

.form-offer button.btn.btn-submit {
    width: 100%;
    background: #000;
    color: #fff;
    padding: 11px;
    font-size: 18px;
}
.header.bg-img .row {
    display: flex;
    align-items: center;
}
.header {
  min-height: 100vh;
  position: relative;
}
.header.video {
  overflow: hidden;
}
.header .caption .o-hidden {
  display: inline-block;
}
.header .caption h4 {
  font-size: 50px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 4px;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}
.header .caption h1 {
    margin: 10px 0;
    font-size: 55px;
    font-weight: 600;
    letter-spacing: 1px;
    word-spacing: 2px;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.header .caption p {
  font-size: 16px;
  font-weight: 300;
  color: #eee;
  word-spacing: 2px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.header .caption p span {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0 5px;
  padding-right: 14px;
  position: relative;
}
.header .caption p span:last-child {
  padding: 0;
}
.header .caption p span:last-child:after {
  display: none;
}
.header .caption p span:after {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1A237E;
  position: absolute;
  top: 10px;
  right: 0;
  opacity: .5;
}
.header .caption .butn {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.slider .owl-item, .slider-fade .owl-item {
  height: 100vh;
  position: relative;
}
.slider .item, .slider-fade .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
}
.slider .item .caption, .slider-fade .item .caption {
  z-index: 9;
}
.slider .owl-theme .owl-dots, .slider-fade .owl-theme .owl-dots {
  position: absolute;
  bottom: 5vh;
  width: 100%;
}

.wave {
  min-height: 105vh;
}
.wave:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -5%;
  width: 110%;
  height: 100px;
  background-image: url(../img/wave.svg);
  background-size: cover;
  z-index: 7;
}

.bg-vid {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero .extra-title span,
.extra-title.span-color span {
  color: #3f70a8;
}
/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 05 Start Hero ]
-----------------------------------------------------------------*/
.hero .extra-title {
  margin-bottom: 30px;
}

.hero .feat-item {
  padding: 0;
}
.hero .feat-item .text-center {
  padding: 50px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.04);
}
.hero .feat-item.active .text-center {
  margin-top: -25px;
  padding-top: 75px;
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 3;
}
.hero .feat-item:hover .icon {
  color: #fff;
}
.hero .feat-item:hover .icon:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.hero .feat-item .icon {
  width: 90px;
  height: 90px;
  line-height: 105px;
  color: #777;
  font-size: 60px;
  border-radius: 50%;
  margin-bottom: 15px;
  position: relative;
  z-index: 3;
}
.hero .feat-item .icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #1A237E;
  background: -webkit-gradient(linear, left top, right bottom, from(#2576FD), to(#1A237E));
  background: linear-gradient(to bottom right, #2576FD, #1A237E);
  border-radius: 50%;
  z-index: -1;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: all .4s;
  transition: all .4s;
}
.hero .feat-item h5 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}
.hero .feat-item h6 {
  color: #1A237E;
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 20px;
}



.skills h6 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
.skills .skill-progress {
  height: 8px;
  width: 100%;
  background-color: #f7f7f7;
  border-radius: 20px;
  position: relative;
}
.skills .skill-progress .progres {
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  background-color: #1A237E;
  background: -webkit-gradient(linear, left top, right bottom, from(#2576FD), to(#1A237E));
  background: linear-gradient(to bottom right, #2576FD, #1A237E);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.skills .skill-progress .progres:after {
  content: attr(data-value);
  position: absolute;
  top: -15px;
  right: 0;
  font-size: 10px;
}

/* ----------------------------------------------------------------
     [ End Hero ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ 09 Start Team ]
-----------------------------------------------------------------*/
.team .item:hover .team-img:after {
  opacity: .8;
}
.team .item:hover .social {
  bottom: 30%;
}
.team .item .team-img {
  position: relative;
  overflow: hidden;
}
.team .item .team-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2576FD;
  background: -webkit-gradient(linear, left top, left bottom, from(#1A237E), to(#2576FD));
  background: linear-gradient(to bottom, #1A237E, #2576FD);
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.team .item .social {
  position: absolute;
  bottom: -30%;
  left: 0;
  width: 100%;
  padding: 30px 15px;
  text-align: center;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 3;
}
.team .item .social a {
  color: #fff;
  margin: 0 15px;
}
.team .item .info {
  text-align: center;
  margin-top: 20px;
}
.team .item .info h6 {
  font-size: 16px;
  margin-bottom: 5px;
}
.team .item .info span {
  color: #777;
  font-size: 13px;
  font-weight: 400;
}

/* ----------------------------------------------------------------
     [ End Team ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ 4 Start Call-action ]
-----------------------------------------------------------------*/
.call-action {
  position: relative;
}
.call-action:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
}
.call-action .text-center {
  padding: 0 20px;
}
.call-action h2 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 10px;
}
.call-action h5 {
  font-weight: 400;
  margin-bottom: 30px;
}

/* ----------------------------------------------------------------
     [ End Call-action ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 5 Start Contact ]
-----------------------------------------------------------------*/
.contact .contact-info h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.contact .contact-info .item {
  margin-top: 30px;
}
.contact .contact-info .item .icon {
  float: left;
  font-size: 25px;
  color: #3f70a8;
}
.contact .contact-info .item .cont {
  margin-left: 50px;
}
.contact .contact-info .item .cont h6 {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.contact .contact-info .item .cont p {
  font-size: 13px;
}
.contact .form input, .contact .form textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background-color: #f9f9f9;
}
.contact .form textarea {
  height: 160px;
  max-height: 160px;
  max-width: 100%;
}
section.Frequently.section-padding {
    background: #f9f9f9;
}
section.Frequently.section-padding {
    background: #f9f9f9;
    padding: 0;
    position: relative;
}
.Frequently .curve.curve-gray-b:after, .Frequently .curve.curve-gray-b:before {
    border-bottom: 50px solid #fff;
}
section.Frequently .curve.curve-gray-t:after, section.Frequently .curve.curve-gray-t:before {
    border-top: 50px solid #ffffff;
}
.extra-title {
    margin-bottom: 30px;
}
.why-us .item .cont h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.item h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
	color: #3f70a8;
}
.input-group button.butn.butn-bg {
    width: 100%;
    font-size: 18px;
}
.item ul li {
    margin-bottom: 15px;
    font-size: 17px;
}

.item ul li strong {
    margin-bottom: 5px;
    /* display: block; */
}

.item ul {
    padding-left: 20px;
    margin-top: 20px;
}
.price .item {
  padding: 50px 35px;
  background-color: #fff;
  -webkit-box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-default {
    border-color: #ddd;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel+.panel {
    margin-top: 10px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-body {
    padding: 15px;
	    border-top: 1px solid #ddd;
		    border-top-color: #ddd;
}
.mb-40 {
    margin-bottom: 40px;
}
/* ----------------------------------------------------------------
     [ End Contact ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 6 Start Footer ]
-----------------------------------------------------------------*/
footer {
  padding: 80px 0 50px;
  background-color: #111;
}
footer .social a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #151515;
  color: #999;
  font-size: 16px;
  margin: 15px 5px;
}
footer .social a:hover {
  background-color: #3f70a8;
  color: #fff;
}
footer p {
  color: #999;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* ----------------------------------------------------------------
     [ End Footer ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
 	 [ 7 Responsive ]
-----------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 991px) {
  .mb-md50 {
    margin-bottom: 50px;
  }

  .mb-md30 {
    margin-bottom: 30px;
  }

  .mb-md0 {
    margin-bottom: 0;
  }

  .bgimg-height {
    height: 400px;
  }

  .bg-fixed {
    background-attachment: scroll !important;
  }

  .navbar {
    padding-left: 15px;
  }
  .navbar .navbar-collapse {
    max-height: 340px;
    overflow: auto;
    background: #111;
    text-align: center;
    padding: 10px 0;
  }
  .navbar .nav-link {
    margin: 10px auto !important;
  }

  .nav-scroll .navbar-toggler {
    margin-right: 15px;
  }
  .nav-scroll .navbar-collapse .nav-link {
    color: #fff !important;
  }
  .nav-scroll .navbar-collapse .active {
    color: #1A237E !important;
  }

  .header {
    background-attachment: scroll !important;
    background-position: 50% 0% !important;
  }
  .header .caption h4 {
    font-size: 30px;
  }
  .header .caption h1 {
    font-size: 45px;
    line-height: 1.4;
  }

  .hero .feat-item.active .text-center {
    padding-top: 50px;
    margin-top: 0;
  }

  .tabs-section .tab-content .image {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    margin: 50px 0 0;
  }

  .process .item img {
    display: none;
  }

  .process .item.odd {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .mb-sm50 {
    margin-bottom: 50px;
  }

  .mb-sm30 {
    margin-bottom: 30px;
  }

  .hero .extra-title {
    font-size: 22px;
  }

  .tabs-section .nav-pills .nav-link {
    padding: 12px 0;
  }

  .tabs-section .nav-pills .nav-item {
    width: 33.33333%;
    text-align: center;
  }

  .works .filtering .filter {
    padding: 0;
  }

  .works .filtering span {
    margin: 0;
  }

  .call-action h2 {
    font-size: 25px;
    font-weight: 500;
  }

  .call-action h5 {
    font-size: 20px;
    font-weight: 300;
  }
  .navbar .icon-bar {
  color: #000;
}
.navbar .navbar-nav .nav-link {
    color: #fff;
}
}
@media screen and (max-width: 480px) {
  .header .caption h4 {
    font-size: 14px;
  }
  .header .caption h1 {
    font-size: 25px;
    line-height: 1.4;
  }

  .works .filtering span {
    padding: 5px 15px;
  }
}


/*-------------------------------------------------------
          [ Overlay Effect Bg image ]
-------------------------------------------------------*/

[data-overlay-dark],
[data-overlay-color],
[data-overlay-light] {
  position: relative;
}

[data-overlay-dark] .container,
[data-overlay-color] .container,
[data-overlay-light] .container {
  position: relative;
  color: #fff;
  z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-color]:before,
[data-overlay-light]:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

[data-overlay-dark]:before {
  background: #0b1520;
}

[data-overlay-color]:before {
  background-color: #1A237E;
  background: linear-gradient(to bottom right, #1A237E , #2576FD);

}

[data-overlay-light]:before {
  background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
  /*color: #fff;*/
}

[data-overlay-dark="0"]:before,
[data-overlay-color="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-color="1"]:before,
[data-overlay-light="1"]:before {
  opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-color="2"]:before,
[data-overlay-light="2"]:before {
  opacity: 0.2;
}

[data-overlay-dark="3"]:before,
[data-overlay-color="3"]:before,
[data-overlay-light="3"]:before {
  opacity: 0.3;
}

[data-overlay-dark="4"]:before,
[data-overlay-color="4"]:before,
[data-overlay-light="4"]:before {
  opacity: 0.4;
}

[data-overlay-dark="5"]:before,
[data-overlay-color="5"]:before,
[data-overlay-light="5"]:before {
  opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-color="6"]:before,
[data-overlay-light="6"]:before {
  opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-color="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.7;
}

[data-overlay-dark="8"]:before,
[data-overlay-color="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-color="9"]:before,
[data-overlay-light="9"]:before {
  opacity: 0.9;
}

[data-overlay-dark="10"]:before,
[data-overlay-color="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}