/* Main Color : #050286 */

header{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px;
}

.text-white, .text-white p{color: #ffffff!important;}
.text-default{color: #050286!important}
.text-yellow{color: #FFDE00!important}
.sub-title{
  font-size: 26px;
}
.sub-title-m{
	font-size: 28px;
}

.first-letter {
  color: black;
  font-weight: 700;
  font-size: 20px;
}

/* BTN  */
.btn-style-dark {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  padding: 15px 26px;
  font-weight: 700;
  overflow: hidden;
  color: #ffffff;
  background: #050286;
  border-radius: 5px;
  letter-spacing: 1.4px;
  text-transform: capitalize;
  border:1px solid #050286;
}
.btn-style-dark i {
  position: relative;
  display: block;
  margin-left: 10px;
}
.btn-style-dark:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #fff;
  border-color: #050286;
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.btn-style-dark:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
          background:white;
}
.btn-style-dark:hover {
  color: black;
}


/*** 

====================================================================
Banner Section Five
====================================================================

***/
.banner-section-main {
  position: relative;
  padding: 172px 0 161px;
  border-bottom:1px solid #fff6f6
}
@media (max-width: 991.98px) {
  .banner-section-main {
    padding: 120px 0;
  }
}
.banner-section-main .bg-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left bottom;
}
.banner-section-main .content-column .inner-column {
  margin-right: -47px;
}
@media (max-width: 991.98px) {
  .banner-section-main .content-column .inner-column {
    margin-right: auto;
    margin-left: auto;
    max-width: 740px;
    text-align: center;
  }
}
.banner-section-main .content-column .inner-column .title {
  position: relative;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}
@media (max-width: 1399.98px) {
  .banner-section-main .content-column .inner-column .title {
    font-size: 60px;
    line-height: 1.2em;
  }
}
@media (max-width: 575.98px) {
  .banner-section-main .content-column .inner-column .title {
    font-size: 40px;
  }
}
.banner-section-main .content-column .inner-column .text {
  margin-bottom: 40px;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 30px;
}
.banner-section-main .content-column .inner-column .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  .banner-section-main .content-column .inner-column .btn-box {
    display: block;
  }
}
.banner-section-main .content-column .inner-column .btn-box .play-btn {
  margin-left: 30px;
}
@media (max-width: 991.98px) {
  .banner-section-main .content-column .inner-column .btn-box .play-btn {
    margin-left: 0;
    margin-top: 20px;
  }
}
.banner-section-main .content-column .inner-column .btn-box .play-btn:hover .title {
  color: var(--theme-color-dark);
}
.banner-section-main .content-column .inner-column .btn-box .play-btn .icon {
  margin-right: 20px;
  border: 5px solid var(--theme-color1);
  color: var(--theme-color-dark);
  line-height: 52px;
}
.banner-section-main .content-column .inner-column .btn-box .play-btn .small {
  font-weight: 400;
  padding-left: 25px;
}
.banner-section-main .image-box {
  position: absolute;
  top: 0;
  right: 0%;
  width: 50%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .banner-section-main .image-box {
    display: none;
  }
}
.banner-section-main .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-section-main .overlay-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-image: url(../img/overlay-7.png);
  background-repeat: no-repeat;
  background-position: top left;
}

/*** 

====================================================================
pricing Section
====================================================================

***/
.pricing-section {
  position: relative;
  padding: 120px 0 80px;
}
.pricing-section .content-column .inner-column {
  margin-top: 140px;
}
@media (max-width: 1199.98px) {
  .pricing-section .content-column .inner-column {
    margin-top: 70px;
  }
}
@media (max-width: 991.98px) {
  .pricing-section .content-column .inner-column {
    margin-top: 0;
  }
}

.pricing-block {
  margin-bottom: 40px;
}
.pricing-block .inner-box {
  border-radius: 5px;
  border: 1px solid #000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.pricing-block .inner-box:hover {
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
          border: 1px solid #000;
    background: #FFDE00;
}
.pricing-block .inner-box .plan-price {
  padding: 40px 40px 23px;
  border-bottom: 1px solid #E3E3E3;
}
.pricing-block .inner-box .plan-price .title {
  color: var(--headings-color);
  margin-bottom: 7px;
}
.pricing-block .inner-box .plan-price .title small {
  font-size: 20px;
}
.pricing-block .inner-box .plan-price .plan {
  font-size: 24px;
  color: var(--headings-color);
}
.pricing-block .inner-box .plan-list {
  padding: 40px 0px 0;
}
.pricing-block .inner-box .plan-list .user-links {
  margin-bottom: 36px;
}
.pricing-block .inner-box .plan-list .user-links li {
  position: relative;
  color: var(--headings-color);
  margin-bottom: 11px;
  padding-left: 32px;
}
.pricing-block .inner-box .plan-list .user-links li:last-child {
  margin-bottom: 0;
}
.pricing-block .inner-box .plan-list .user-links li a {
  position: static;
  color: var(--theme-color-dark);
}
.pricing-block .inner-box .plan-list .user-links li a:hover {
  color: var(--headings-color);
}
.pricing-block .inner-box .plan-list .user-links li a i {
  color: var(--headings-color);
  position: absolute;
  left: 0;
}
.pricing-block .inner-box .plan-list .theme-btn {
  width: 100%;
  padding: 8px 30px;
}

/*** 

====================================================================
    Fun Fact Section
====================================================================

***/
.clientcount-section {
  position: relative;
}
.clientcount-section:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  content: "";
  background-color: var(--theme-color-gray);
}
.clientcount-section .fact-counter {
  position: relative;
  padding: 100px 0 50px;
}
.clientcount-section .fact-counter:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1000%;
  height: 100%;
  background-color: var(--theme-color-dark);
}
@media (max-width: 991.98px) {
  .clientcount-section .fact-counter:before {
    width: 100%;
  }
}

.counter-block {
  position: relative;
  margin-bottom: 50px;
}
.counter-block .inner {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.counter-block .inner:hover .icon {
  -webkit-transform: rotate(180deg) scale(-1);
          transform: rotate(180deg) scale(-1);
  color: var(--theme-color1);
}
.counter-block .content {
  padding-left: 80px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .counter-block .content {
    padding-left: 0;
    text-align: center;
  }
}
.counter-block .icon {
  position: absolute;
  top: 10px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--theme-color-light);
  font-size: 60px;
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 61px;
}
@media (max-width: 1199.98px) {
  .counter-block .icon {
    position: relative;
    display: inline-block;
    top: 0;
    margin-bottom: 10px;
  }
}
.counter-block .count-box {
  color: var(--theme-color-light);
  margin-bottom: 0px;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.19px;
}
.counter-block .count-box .count-text {
  color: var(--theme-color-light);
  margin-bottom: 0px;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.19px;
}
.counter-block .counter-title {
  color: var(--theme-color-light);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}


/*** 

====================================================================
    About Section seven
====================================================================

***/
.about-section-home {
  position: relative;
  padding: 120px 0 70px;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
@media (max-width: 575.98px) {
  .about-section-home {
    padding: 80px 0 0;
  }
}
.about-section-home .content-column {
  position: relative;
  margin-bottom: 50px;
}
.about-section-home .content-column .inner-column .sec-title {
  margin-bottom: 40px;
}
.about-section-home .content-column .inner-column .list-style-two {
  margin-bottom: 23px;
}
.about-section-home .content-column .inner-column .list-style-two li {
  color: var(--theme-color-light);
}
.about-section-home .content-column .inner-column .list-style-two li .icon {
  color: var(--theme-color-light);
}
.about-section-home .content-column .inner-column .skills {
  position: relative;
  margin-bottom: 40px;
}
.about-section-home .content-column .inner-column .skills .skill-item {
  display: block;
  padding-right: 65px;
}
.about-section-home .content-column .inner-column .skills .skill-item .skill-header {
  position: relative;
}
.about-section-home .content-column .inner-column .skills .skill-item .skill-header .skill-title {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  color: var(--theme-color-light);
  margin-top: 5px;
}
.about-section-home .content-column .inner-column .skills .skill-item .skill-bar {
  position: relative;
  height: 8px;
  max-width: 605px;
  width: 100%;
}
.about-section-home .content-column .inner-column .skills .skill-item .skill-bar .bar-inner {
  position: relative;
  height: 8px;
  background: rgba(255, 255, 255, 0.2);
}
.about-section-home .content-column .inner-column .skills .skill-item .skill-bar .bar-inner .bar {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 8px;
  width: 0px;
  -webkit-transition: all 3000ms ease;
  transition: all 3000ms ease;
  background-color: var(--theme-color1);
}

/* Home Why Us */
.why-choose-us .list-style-two li i{color: #ffffff}
.why-choose-us .list-style-two li{color: #ffffff}

/* Footer */

footer .logo a{
	color: #fff;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
}

footer .logo a span{
	font-size: 30px;
}

footer .logo{
	color: #ffffff;
}
footer .logo small{
	font-size: 16px;
	letter-spacing: 1px;
}

.about_section_2{
  background-image: url(../img/bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  background-attachment: fixed;
}

.service-block-two.process-block .inner-box .content-box{
  padding: 0;
  border:0;
}

.service-block-two.process-block .inner-box:hover .content-box{
  background: transparent;
  box-shadow: none;
  webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.home .about-section-two{padding: 0}

#who-we-are p{letter-spacing: 1px}
.copyright-text, .copyright-text a{color: #f3f3f3; font-size: 14px}

#thank-you-message {
    background: forestgreen;
    font-size: 22px;
    text-align: center;
    padding: 15px;
    color: yellow;
}