/*------------------------
Author       : Grawlix Software Private Limited


Version      : 1.0
-------------------------------------------------*/





@import url("https://fonts.googleapis.com/css?family=Muli:400,600,700&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 30px;
  margin: 0;
  text-align: left;
  background-color: #fff;
  font-weight: 400;
  color: #454545
}

body, html {
  width: 100%;
  height: 100%;
}


/*--------------------
 TYPOGRAPHY
-----------------*/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: .5rem;
  color: #337ab7;
}

.h1,
h1 {
  font-size: 2.125rem;
  line-height: 40px;
}

.h2,
h2 {
  font-size: 1.625rem;
}

.h3,
h3 {
  font-size: 28px;
}

.h4,
h4 {
  font-size: 22px;
}

.h5,
h5 {
  font-size: 20px;
}

.h6,
h6 {
  font-size: 16px;
}

.text-sm {
  font-size: 14px;
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #337ab7;
}

.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: rgb(238, 30, 62);
}

.section-heading h2 {
  color: #337ab7;
}

/*--------------------
Common Styles
-----------------*/
.section-heading {
  margin-bottom: 80px;
}

.section {
  position: relative;
  padding: 5rem 0;
}


.section-top {
  padding-top: 5rem;
}

.section-bottom {
  padding-bottom: 5rem;
}


#book{
  padding-top: 60px;
}
.bg-grey {
  background: #F4F7FC;
}

.text-color {
  color: #337ab7;
}

/*-------------------
  BUTTONS STYLE
----------------=----*/
.btn {
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  padding: 15px 40px;
  border-radius: 35px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 0.3s ease-in-out !important;
}

.btn:focus {
  box-shadow: none !important;
}

.btn-main {
  border-color: #337ab7;
  color: #fff;
  background: #337ab7;
}

.btn-main:hover {
  background: rgb(238, 30, 62);
  color: #fff;
  border-color: rgb(238, 30, 62);
}

.btn-main-2 {
  background: rgb(238, 30, 62);
  color: #fff;
  border-color: rgb(238, 30, 62);
}

.btn-main-2:hover {
  background: #337ab7;
  color: #fff;
  border-color: #337ab7;
}

.btn-white {
  background: #fff !important;
  color: rgb(238, 30, 62);
  border-color: #fff;
}

.btn-border-tp {
  border-color: rgb(238, 30, 62);
  background: rgb(238, 30, 62);
  color:  #fff;
}

.btn-border-tp:hover {
  background: #337ab7;
  color: #fff !important;
}

.btn-small {
  padding: 12px 22px;
  font-size: 13px;
}

/*------------------------
 BACKGROUND
----------------------------*/
a {
  color: #222;
  transition: all 0.3s ease-in-out;
}

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

.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.text-color-2 {
  color: #337ab7;
}

.text-lg {
  font-size: 40px;
  line-height: 1.4;
}

.text-md {
  font-size: 32px;
  line-height: 1.3;
}

.letter-spacing {
  letter-spacing: 2px;
}

.text-sm {
  font-size: 14px;
  color: rgb(238, 30, 62);
}

.bg-gray {
  background: #f5f5f5;
}

/* .lead {
  line-height: 40px;
} */

.mb-40 {
  margin-bottom: 40px;
}

/*-------------------
   MENU
----------------------*/
.main-navigation {
  z-index: 9999;
  padding: 10px 0px;
}

.navbar-nav .nav-link {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  font-weight: 700;
  color: #051441 !important;
  text-transform: capitalize;
}

.navbar-nav .nav-link:focus {
  color: rgb(238, 30, 62) !important;
}
.navbar {
  position: relative;
  padding: 1rem 1rem;
}

.fixed-top {
  position: fixed;
  z-index: 1030;
  right: 0;
  left: 0;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  content: "";
  vertical-align: middle;
  background: no-repeat 50%;
  background-size: 100% 100%;
}

.nav-item.dropdown .dropdown-menu {
  transition: all 300ms ease;
  display: block;
  visibility: hidden;
  opacity: 0;
  top: 120%;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  border: 0px;
  padding: 0px;
  position: absolute;
}

.nav-item.dropdown:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

/*-------------------
  DROPDOWN MENU
----------------------*/
.dropdown-menu {
  opacity: 0;
}

.dropdown-menu.show {
  -webkit-animation: .2s forwards b;
          animation: .2s forwards b;
}

@-webkit-keyframes b {
  to {
    opacity: 1;
  }
}

@keyframes b {
  to {
    opacity: 1;
  }
}

.dropdown-item {
  font-size: 14px;
  font-weight: 600;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: background-color .1s;
}

.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgb(238, 30, 62);
}

.header-white {
  background: #fff;
  transition: .0s all ease;
}

.navbar-collapse.collapse.show {
  background: #fff;
}
.navbar-toggler i {
  color: rgb(238, 30, 62);
}

.navbar-toggler:focus {
  outline: none;
}
.top-socials a {
  font-size: 14px;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  padding-top: 4px;
  color: #ddd;
}

.top-socials a:hover {
  background: #337ab7;
  border-color: #337ab7;
}

/*----------------------
 BANNER STYLE
-----------------------*/
.py-7 {
  padding: 7.5rem 0;
}
.bg-grey.py-4 {
  padding: 7.5rem 0 4rem !important;
}

/*-------------------------
 HOME
-----------------------------*/
.banner-main {
  position: relative;
}

h1 {
  font-size: 60px;
  line-height: 70px;
  color: #337ab7;
}

.main-banner {
  padding: 60px 0px 90px;
}

.main-banner p {
  padding-right: 100px;
}

.cta-2 {
  padding: 0px 0px 6.5rem 0px;
}

.about {
  position: relative;
}

.about .about-img img {
  box-shadow: 0px 20px 40px 0px rgba(38, 59, 94, 0.1);
}

.section.cta-home {
  background: #F4F7FC;
  padding: 5rem 0;
}

.featured-client img {
  margin: 0px 15px;
}

.chapter-item {
  margin-bottom: 30px;
}

.chapter-item h4 {
  margin-bottom: 10px;
  text-transform: capitalize;
  font-size: 18px;
  color: #337ab7;
}

.chapter-item i,  .about-item i {
  font-size: 45px;
  color: #337ab7;
}

.book-preview {
  display: inline-block;
  max-width: 400px;
  width: 100%;
  position: relative;
}

.book-preview .background-device {
  width: 100%;
  position: absolute;
}

/* Owl Slider */
.owl-book {
  width: 75.5%;
  display: inline-block;
  margin: 0 auto;
}
.owl-book .book-item img {
  height: 531px;
}

.owl-book .book-item {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  margin-top: 48px;
  position: relative;
}

.owl-book .book-item .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.7);
}

.owl-book .book-item:hover .overlay {
  opacity: 1;
}

.owl-book .book-item img {
  width: 100%;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.owl-book .book-item .overlay > a {
  position: absolute;
  display: inline-block;
  left: calc(50% - 30px);
  top: calc(50% - 25px);
  font-size: 24px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  background: white;
  border-radius: 50%;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  color: #337ab7;
}

.owl-book .book-item .overlay > a:hover {
  color: white;
  background: rgb(238, 30, 62);
}

.owl-reviews .book-item {
  padding: 0 15px;
}

.owl-reviews .owl-controls {
  position: absolute;
  width: 100%;
  top: calc(50% - 30px);
}

.owl-reviews .owl-controls .owl-prev,
.owl-reviews .owl-controls .owl-next {
  position: absolute;
  font-size: 36px;
  color: #bbb;
  transition: all 0.3s ease;
}

.owl-reviews .owl-controls .owl-prev:hover,
.owl-reviews .owl-controls .owl-next:hover {
  color: #484d53;
}

.owl-reviews .owl-controls .owl-prev {
  left: -40px;
}

.owl-reviews .owl-controls .owl-next {
  right: -40px;
}



.book-info ul li {
  padding: 8px 30px;
  margin-bottom: 5px;
  font-weight: 700;
}

.book-info ul li i {
  color: rgb(238, 30, 62);
}

.book-item {
  position: relative;
  border: 1px solid #EEEEEE;
  border-top: 0;
}

.book-item:hover .hover-item {
  opacity: 1;
  visibility: visible;
}

.book-item .hover-item {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  left: 0px;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all .35s ease;
}

.book-item .hover-item i {
  width: 60px;
  height: 60px;
  background: #fff;
  color: #222;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  padding-top: 20px;
  transition: all .35s ease;
}

.book-item .hover-item i:hover {
  background: rgb(238, 30, 62);
  color: #fff;
}

/*******************************
* Does not work properly if "in" is added after "collapse".
*******************************/
.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #ebebeb;
}

.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
}

.panel-title {
  font-size: 20px;
  font-weight: 400;
}

.panel-title > a {
  display: block;
  padding: 15px;
  text-decoration: none;
}

.more-less {
  float: right;
  color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #EEEEEE;
}

.panel-body {
  padding: 20px;
}

.counter-item .content h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
}

.counter-item i {
  width: 100px;
  height: 100px;
  border: 1px solid #ddd;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  padding-top: 22px;
  color: #337ab7;
  font-size: 50px;
}


.service-block {
  padding: 60px 40px;
  min-height: 396px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.service-block:hover {
  background: #fff;
  box-shadow: 12px 7px 90px 0 rgba(110, 123, 131, 0.1);
}

.service-block i {
  font-size: 60px;
}

.feature-block {
  padding: 60px 40px;
  text-align: center;
  box-shadow: 12px 7px 90px 0 rgba(110, 123, 131, 0.1);
  background: #fff;
  color:#454545;
}
.service-block:hover{

  color: #454545;
}
.feature-block:hover{
  background-color: #F4F7FC
}
.feature-block i {
  font-size: 60px;
}

.feature {
  margin-top: -80px;
}

/*------------------------------------
SECTION TESTIMONIAL
-------------------------------------*/
.testimonial {
  position: relative;
  background: #F4F7FC;
}

.testimonial-item-content {
  text-align: center;
  transition: all .7s ease;
  position: relative;
  padding: 40px  30px;
}

.testimonial-item-content:hover {
  cursor: pointer;
}

.test-author-thumb img {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 100%;
}

.rating a {
  color: #337ab7!important;
}

.testimonial2 p {
  font-size: 20px;
  color: #000;
  line-height: 38px;
}

.testimonial2 .author {
  text-align: center;
}

.testimonial2 .author img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto;
}

.testimonial2 .author .author-info {
  margin-top: 20px;
}

.testimonial2 .author h4 {
  font-size: 18px;
  margin-bottom: 0;
}

.testimonial2 .author p {
  font-size: 14px;
}

/*---------------------------
CONTACT PAGE
-----------------------------*/
.form-message {
  margin-top: 15px;
  margin-bottom: 0;
  color: #ff0000;
}
.form-control.empty {
  border-color: #ff0000;
}
.contact-info-block h4 {
  margin-bottom: 0px;
}

.contact-info-block i {
  font-size: 40px;
  margin-bottom: 20px;
  display: block;
  color: rgb(238, 30, 62);
}

.form-control {
  border: 1px solid rgba(0, 0, 0, 0.04);
  background: #F4F7FC;
  height: 60px;
  padding-left: 15px;
}

.form-control:focus, .form-control:hover {
  border-color: rgb(238, 30, 62);
  box-shadow: none;
}
.service-inputs label {
  font-size: 15px;
}

.service-inputs .form-check-input {
  margin-top: 9px;
}
.heading-bg {
  padding: 30px 0;
  background-color: #F4F7FC;
}
.form-group.empty {
  position: relative;
}

.form-group.empty i {
  position: absolute;
  top: 53px;
  left: -32px;
  color: #fff;
  background-color: #ff0000;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
}

.form-group.empty i:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid red;
  border-bottom: 5px solid transparent;
  right: -10px;
  top: 10px;
}
/*----------------------
 FOOTER
-----------------------*/
.footer {
  padding: 50px 0px 20px;
}

.footer-copy {
  font-size: 16px;
}

.current-year {
  color: #000 !important;
}

.text-black {
  color: #222;
}
.footer-logo {
  display: block;
}

.footer-logo img {
  max-width: 100%;
}

.footer-wid, .footer-wid a {
  color: rgba(255,255,255);
}

.footer-wid ul {
  margin: 0;
  padding-left: 17px;
  font-size: 16px;
}

.footer-wid h4 {
  color: #CCCCCC;
}
.social-links ul a:hover,
.footer-wid a:hover {
  color: #cab9bc;
}

address {
  font-size: 14px;
  line-height: 1.5;
}

address b {
  color: #dddd;
}
.footer-wid a{
  display: block
}

.footer-wid p {
  font-size: 16px;
}
.social-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-links ul a {
  display: inline-block;
  color: rgba(255,255,255,.5);
  padding: 0 12px;
}
/*-----------------------------
 SCROLL TO TOP
--------------------------------*/
.scroll-to-top {
  position: fixed;
  content: "";
  right: 30px;
  bottom: 50px;
  z-index: 999;
  background: rgb(238, 30, 62);
  color: #fff !important;
  border-radius: 100%;
  opacity: 0;
}

.scroll-to-top i {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-align: center;
  font-size: 22px;
  line-height: 60px;
  display: block;
  box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
}

.scroll-to-top:hover, .scroll-to-top:focus {
  text-decoration: none;
}

.scroll-to-top.reveal{
  opacity: 1;
  visibility: visible;
}


/*============
 pricing
==============*/
.pricing-header {
  color: #337ab7;
}
.pricing-item {
  text-align: center;
  padding: 45px 35px;
  background: #fff;
}

.pricing-item.popular {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.pricing-item.popular:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  width: 90%;
  height: 6px;
  background: #ddd;
  margin: 0 auto;
}

.pricing-item .price h3 {
  font-size: 60px;
}

.pricing-item .price p {
  color: #337ab7;
}

.pricing-item .pricing-footer {
  padding-top: 20px;
}

.pricing-item .pricing-features {
  text-align: left;
  margin: 30px 0px 20px;
  line-height: 40px;
  text-transform: capitalize;
}

.pricing-item .pricing-features i {
  margin-right: 15px;
  color: #666;
  font-size: 8px;
  margin-top: -5px;
}

.fixed-btm-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
}

.fixed-btm-top .scroll-to-top {
  display: inline-block;
  text-align: center;
  height: 50px;
  background: rgb(238, 30, 62);
  color: #fff;
  width: 50px;
  border-radius: 100%;
  padding-top: 10px;
  opacity: 0;
}
.pricing-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-item ul i {
  padding-right: 6px;
  font-size: 80%;
  color: rgb(238, 30, 62);
}
.scroll-to-top.reveal {
  opacity: 1;
  visibility: visible;
}

section#pricing {
  padding-top: 60px;
}

.site-navigation {
  border-bottom: 1px solid #eee;
  padding: 12px 0px;
}

.navbar {
  padding: 0px;
}

.navbar-nav .nav-link {
  padding-left: 18px !important;
  padding-right: 18px !important;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  color: #111;
}

.navbar-nav .nav-link:hover {
  color: rgb(238, 30, 62);
}

.navbar-nav .nav-link i {
  margin-left: 5px;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  content: "";
  vertical-align: middle;
  background: no-repeat 50%;
  background-size: 100% 100%;
}

/*-------------------
  DROPDOWN MENU
----------------------*/
.dropdown-menu.show {
  -webkit-animation: .2s forwards b;
          animation: .2s forwards b;
}

.dropdown-item:last-child {
  border-color: transparent;
}

.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgb(238, 30, 62);
}

.dropdown-toggle::after {
  display: none;
}

.nav-item.dropdown .dropdown-menu {
  transition: all 300ms ease;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  border: 0px;
  padding: 0px;
  position: absolute;
  border-top: 2px solid rgb(238, 30, 62);
  min-width: 220px;
}

.btn-small {
  padding: 11px 24px;
}

.btn-small i {
  margin-right: 5px;
}

.header-right-info a i {
  font-size: 18px;
}

.main_menu {
  background: #F8F8F8;
}

/* Sticky Header */
.menu_fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100%;
}

.header-white {
  background: #fff;
}

/*======================
FAQ
============*/
.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
}

.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
}

.panel-title {
  font-size: 18px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 45px;
  font-weight: 400;
}

.panel-title > a {
  display: block;
  padding: 20px;
  text-decoration: none;
}

.more-less {
  float: right;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #EEEEEE;
}

.panel-body {
  padding: 20px;
}

.section-author {
  padding-bottom: 250px;
}

.section-cta {
  margin-top: -120px;
}

  .dropdown-menu .dropdown-toggle:after{
    border-top: .3em solid transparent;
      border-right: 0;
      border-bottom: .3em solid transparent;
      border-left: .3em solid;
  }

  .dropdown-menu .dropdown-menu{
    margin-left:0; margin-right: 0;
  }

  .dropdown-menu li{
    position: relative;
  }
  .nav-item .submenu{ 
    display: none;
    position: absolute;
    left:100%; top:-7px;
  }
  .nav-item .submenu-left{ 
    right:100%; left:auto;
  }

  .dropdown-menu > li:hover{ background-color: #f1f1f1 }
  .dropdown-menu > li:hover > .submenu{
    display: block;
  }
.nav-item.dropdown .dropdown-menu.secondLevel {
    left: 100%;
    top: 20%;
}
.nav-item.dropdown:hover > .dropdown-menu.secondLevel {
  top: -4px
}
/*# sourceMappingURL=maps/style.css.map */





/*======================
Sample
============*/

#servicesTabContent .tab-pane {
  padding: 15px;
  border: 1px solid #dee2e6;
  border-top: none;
}

#servicesTab {
  justify-content: space-between;
}
.edited-imgs .book-item:after {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #000;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease;
  visibility: hidden;
}
.edited-imgs .book-item:hover:after{
  visibility: visible;
  opacity: .7;
}
.edited-imgs .overlay {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    z-index: 2;
}

.edited-imgs .overlay a {
    display: inline-block;
    height: 50px;
    width: 50px;
    background-color: #fff;
    text-align: center;
    line-height: 55px;
    border-radius: 50%;
    color: #337ab7;
    visibility: hidden;
    opacity: 0;
}
.edited-imgs .book-item:hover a {
  visibility: visible;
  opacity: 1;
}
.edited-imgs .overlay a:hover {
    color: rgb(238, 30, 62);
}
.edited-imgs {
  display: flex !important;
  flex-wrap: wrap;
}

.edited-imgs .owl-stage-outer {
  flex-basis: 100%;
  order: 2;
}

.edited-imgs .owl-dots {
  order: 1;
  flex-basis: 100%;
  display: flex;
  border-bottom: 1px solid rgb(238, 30, 62);
}

.edited-imgs .owl-dots h6 {
  border: 1px solid transparent;
  margin: 0 20px 0 0;
  padding: 10px;
  
}
#servicesTab .nav-link.active {
  color: rgb(238, 30, 62);
}
.edited-imgs .owl-dots .owl-dot {
  margin-bottom: -1px;
}
.edited-imgs .owl-dots .owl-dot.active h6{
  border: 1px solid rgb(238, 30, 62);
  border-bottom-color: #ffffff;
}
.single-editing-slide img{
  max-width: 100%;
}

.single-editing-slide {
  flex: 50% 0 1;
  border: 4px solid #ffffff;
}
.single-editing-slide.single-img {
  flex-basis: 100%;
}
.single-editing-slide h5 {
  color: #ffffff;
  background-color: #337ab7;
  padding: 5px 10px;
  margin: 0;
}

.features i {
  color: rgb(238, 30, 62);
  padding-right: 6px;
  margin-top: 6px;
}

.features p {
  display: flex;
}


/*======================
Thank you 
============*/
.section.thankyou {
  min-height: calc(100vh - 500px);
  display: flex;
  align-items: center;
  padding: 12rem 0;
}
img.mfp-img{
  width: 100%;
}
.testimonial div {
  cursor: default !important;
}
img.mfp-img {
  max-height: inherit !important;
}
.form-check label, .form-check input[type='checkbox'], .form-check label, .form-check input[type='radio'] {
  cursor: pointer;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.uploaddoc {
  background-color: rgb(238, 30, 62);
  color: rgb(255, 255, 255);
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  margin-bottom: 7px;
  margin-top: 6px;
  text-transform: uppercase;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  border-bottom: 2px solid rgb(186, 7, 41);
  border-radius: 5px;
  padding: 9px 12px;
}