 
@import url('https://fonts.googleapis.com/css?family=Red+Hat+Display:400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Red+Hat+Text:400,400i,500,500i,700,700i');
 
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ 
  scroll-behavior: smooth;
}
 
body {
  margin: 0;
  overflow-x: hidden;
  font-family: Arial,Helvetica,sans-serif;
} 

a:hover {
    color: #0056b3;
    text-decoration: none;
}
 
 
a {
  background-color: transparent;
} 

h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #1a1b1e;
  font-family: "Red Hat Display", sans-serif;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

/* Responsive heading */
/* Tablet Large */
@media only screen and (max-width: 1024px) {
  body {
    line-height: 1.5;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  h4, h5, h6 {
    font-size: 18px;
  }
}
/* Tablet Small */
@media only screen and (max-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 26px;
    line-height: 1.15384615;
  }

  h3 {
    font-size: 22px;
    line-height: 1.13636364;
  }

  h4, h5, h6 {
    line-height: 1.11111111;
  }
}
p {
  margin: 0 0 8px;
}

p:last-child {
    margin-bottom: 0;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  font-size: 24px;
  line-height: 42px;
  margin: 30px 0;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  padding: 0 30px;
  position: relative;
  color: #1a1b1e;
}
blockquote:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 7%;
  width: 3px;
  height: 86%;
  background: #6C63FF;
}   

big {
  font-size: 125%;
}
  
.bg-primary {
  background: #6C63FF;
}

.bg-second {
  background: #00c3ff;
}

.bg-third {
  background: #0160e7;
}
 
.bg-hover-gradient:hover {
  background-color: #0039e4;
  background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
  background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
  background-image: linear-gradient(145deg, #0039e4, #04dbf1);
}

   
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  z-index: -1;
}
   
section  {
  position: relative;
  z-index: 0;
}
/* Row */
.flex-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.d-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
} 

/* Tablet Small */
@media only screen and (max-width: 768px) {
  blockquote {
    font-size: 20px;
    line-height: 1.6;
  }

  #sk-20 {
      margin: 0px 0 0 0;
  }

  #media-a{
    margin-top: 10px!important;
  }

  #bg-custom-call{
    padding: 50px 0!important;
  }
  #bg-main:before{
    display: none;
  }
  #custom-phone {
    margin-left: 0px!important;
  }

  .service:before
  {
    display:  none;
  }
  #custom-phone{
    margin-top: 20px;
  }

  #ci{
    margin-top: 20px;
  }
  .home4-top-right h2{
    font-size: 18px!important;
    word-spacing: 5px!important;
  }

  #bg-custom { 
    padding: 150px 0!important;
  }

  .home4-top-right p{
    text-align: center !important;
  }

  .service{
    margin-bottom: 0px!important;
    padding-top: 10px!important;
  }
 
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 20px;
  padding-left: 18px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}
  
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
 

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
}

caption,
td,
th {
  padding: 0;
  font-weight: normal;
  text-align: left;
}

table,
th,
td {
  border: 1px solid #eee;
}

th {
  font-weight: 700;
}

th,
td {
  padding: 0.4375em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* #button Group
================================================== */
.octf-btn {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  font-size: 16px;
  padding: 10px 28px 10px 28px;
  line-height: 1;
  display: inline-block;
  margin: 0;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  /*background: #6C63FF;*/
  cursor: pointer;
  border: 1px solid transparent;
  outline: 0;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  font-family: "Red Hat Display", sans-serif;
  overflow: hidden;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  box-shadow: 12px 12px 20px 0px rgb(254 76 28 / 0%);
  -webkit-box-shadow: 12px 12px 20px 0px rgb(254 76 28 / 0%);
  -moz-box-shadow: 12px 12px 20px 0px rgb(254 76 28 / 0%);
}
.octf-btn:visited {
  color: #fff;
}
.octf-btn:hover, .octf-btn:focus {
  color: #fff;
}
.octf-btn:hover, .octf-btn:focus {
  box-shadow: none;
}
.octf-btn.octf-btn-white {
  background: #ffffff;
  box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
  -webkit-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
  color: #6C63FF;
}
.octf-btn.octf-btn-white i {
  background: #6C63FF;
  color: #ffffff;
}
.octf-btn.octf-btn-white:visited, .octf-btn.octf-btn-white:hover, .octf-btn.octf-btn-white:focus {
  color: #6C63FF;
}

.octf-btn-icon {
  text-align: left;
  padding: 2px 1px 2px 28px;
}
.octf-btn-icon i {
  background: #fff;
  color: #6C63FF;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  margin-left: 14px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/*.octf-btn-primary {
  background: #004ab4;
}*/
.octf-btn-primary.octf-btn {
  box-shadow: 12px 12px 20px 0px rgb(254 76 28 / 0%);
  -webkit-box-shadow: 12px 12px 20px 0px rgb(254 76 28 / 0%);
  -moz-box-shadow: 12px 12px 20px 0px rgb(254 76 28 / 0%);
}
.octf-btn-primary.octf-btn-icon {
  box-shadow: 12px 12px 20px 0px rgb(254 76 28 / 0%);
  -webkit-box-shadow: 12px 12px 20px 0px rgb(254 76 28 / 0%);
  -moz-box-shadow: 12px 12px 20px 0px rgb(254 76 28 / 0%);
}
.octf-btn-primary:hover, .octf-btn-primary:focus {
  box-shadow: none;
}

.octf-btn-secondary {
  background: #000000;
}
.octf-btn-secondary.octf-btn {
  box-shadow: 12px 12px 20px 0px rgba(0, 195, 255, 0.3);
  -webkit-box-shadow: 12px 12px 20px 0px rgba(0, 195, 255, 0.3);
  -moz-box-shadow: 12px 12px 20px 0px rgba(0, 195, 255, 0.3);
}
.octf-btn-secondary.octf-btn-icon {
  box-shadow: 8px 8px 18px 0px rgba(0, 195, 255, 0.3);
  -webkit-box-shadow: 8px 8px 18px 0px rgba(0, 195, 255, 0.3);
  -moz-box-shadow: 8px 8px 18px 0px rgba(0, 195, 255, 0.3);
}
.octf-btn-secondary i {
  color: #6C63FF;
}
.octf-btn-secondary.octf-btn-white {
  color: #00c3ff;
  box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
  -webkit-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
}
.octf-btn-secondary.octf-btn-white:visited, .octf-btn-secondary.octf-btn-white:hover, .octf-btn-secondary.octf-btn-white:focus {
  color: #00c3ff;
}
.octf-btn-secondary.octf-btn-white i {
  background: #00c3ff;
}
.octf-btn-secondary:hover, .octf-btn-secondary:focus {
  box-shadow: none;
}

.octf-btn-third {
  background: #0160e7;
}
.octf-btn-third.octf-btn {
  box-shadow: 12px 12px 20px 0px rgba(1, 96, 231, 0.3);
  -webkit-box-shadow: 12px 12px 20px 0px rgba(1, 96, 231, 0.3);
  -moz-box-shadow: 12px 12px 20px 0px rgba(1, 96, 231, 0.3);
}
.octf-btn-third.octf-btn-icon {
  box-shadow: 8px 8px 18px 0px rgba(1, 96, 231, 0.3);
  -webkit-box-shadow: 8px 8px 18px 0px rgba(1, 96, 231, 0.3);
  -moz-box-shadow: 8px 8px 18px 0px rgba(1, 96, 231, 0.3);
}
.octf-btn-third i {
  color: #0160e7;
}
.octf-btn-third.octf-btn-white {
  color: #0160e7;
  box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
  -webkit-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
}
.octf-btn-third.octf-btn-white:visited, .octf-btn-third.octf-btn-white:hover, .octf-btn-third.octf-btn-white:focus {
  color: #0160e7;
}
.octf-btn-third.octf-btn-white i {
  background: #0160e7;
}
.octf-btn-third:hover, .octf-btn-third:focus {
  box-shadow: none;
}

.octf-btn-no-icon i,
.awesome-icon span i {
  display: none;
}

 

/* divider */
/* ------------------------------ */
 
/*--------------------------------------------------------------
## Logo
--------------------------------------------------------------*/
#site-logo {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 0;
    padding-right: 0;
}
#site-logo {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
#site-logo img {
  /* width: 124px; */
}
#site-logo img.logo-static {
  display: block;
}
#site-logo img.logo-scroll {
  display: none;
}

.header-overlay #site-logo img.logo-static {
  display: none;
}
.header-overlay #site-logo img.logo-scroll {
  display: block;
}
.header-overlay .is-stuck #site-logo img.logo-static {
  display: block;
}
.header-overlay .is-stuck #site-logo img.logo-scroll {
  display: none;
}
 
.footer-menu {
  margin-top: 65px;
}

.footer-menu ul {
  padding-left: 0;
  margin: 0;
}

.site-footer .footer-menu ul li {
  margin-bottom: 12px;
}

.copyright {
  color: #acebff;
  font-family: "Red Hat Text",Sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin-top: 22px;
  margin-bottom: 0;
  line-height: 1;
}
 
 
 
.main-footer {
    padding: 130px 0 110px;
}

.site-footer-2 .footer-widget p {
    color: #fff;
    font-family: "Red Hat Text",Sans-serif;
    line-height: 30px;
}
  
.footer-bottom {
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,.1);
}
  
.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.align-items-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.justify-content-center {
    -ms-flex-pack: center;
    justify-content: center;
}


.octf-custom{
    padding: 14px 21px;
    border-radius: 9px;
    font-size: 20px;
    font-weight: 400;
}

.ot-heading h3 span{
    font-size: 47px;
    color: #064fb7;
}

.feature {
    position: relative;
    background-color: #fff;
    padding: 20px 15px;
    display: inline-block;
    z-index: 2;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 14%);
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out; 
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}


.feature .feature-icon .flaticon-research {
    color: #ff975a;
}

.feature .feature-icon .flaticon-research:before {
    background: rgba(255, 151, 90, .11);
    border: 1px solid #ff975a;
    padding: 16px;
    font-size: 42px;
    border-radius: 6px;
    box-shadow: 0 0 15px 0 rgb(255 151 90 / 60%);
    margin-left: 0;
}

 
.feature p {
    font-size: 18px;
    line-height: 23px;
    margin: 0;
    color: #3c3838;
    font-weight: 500;
}

.feature h4 {
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    margin: 13px 0;
    letter-spacing: .2px;
    color: #3e3e3e;
}

.services-box i {
    font-size: 32px;
    height: 68px;
    width: 68px;
    color: #004ab4;
    border: 1px solid;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%) !important;
    line-height: 68px;
    margin-bottom: 15px;
}

 


.feature::before, .feature::after{
  content:"";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #004ab4;
}



.feature span::before, .feature span::after{
  content:"";
  width:2px;
  height:0;
  position: absolute;
  transition: all .2s linear;
  background: #004ab4;
}

.feature:hover::before, .feature:hover::after{
  width: 100%;
}
.feature:hover span::before, .feature:hover span::after{
  height: 100%;
}

 
.one::after{
  left: 0;
  bottom: 0;
  transition-delay: 0.6s;
}
.one span::after{
  transition-delay: 0.4s;
  right: 0;
  bottom: 0
}
.one::before{
  right: 0;
  top: 0;
  transition-delay: 0.2s;
}
.one span::before{
  transition-delay: 0s;
  left: 0;
  top: 0;
}

.one:hover::after{
  transition-delay: 0s;
}
.one:hover span::after{
  transition-delay: 0.2s;
}
.one:hover::before{
  transition-delay: 0.4s;
}
.one:hover span::before{
  transition-delay: 0.6s;
}




.ic-pb {
    padding-bottom: 60px;
}
 
.ic-lead span {
    position: relative;
    height: 10px;
    width: 10px;
    border: 1px solid #004ab4;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 15px;
}

.ic-lead span:before {
    right: -66px;
}

.ic-lead span:after, .ic-lead span:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 740%;
    top: 4.5px;
    background-color: #004ab4;
}

.ic-lead span:after {
    left: -66px;
}

.ic-lead span:after, .ic-lead span:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 740%;
    top: 4.5px;
    background-color: #004ab4;
}


.ic-works-content{
  position: relative; 
  padding: 0px 15px; 
  margin-bottom: 60px;
}


.ic-works-content span, .ic-features-content span { 
    position: absolute;
    left: 0;
    top: 0;
}  
.ic-works-content span{
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    display: inline-block;
    box-shadow: 0px 0px 20px rgb(44 85 233 / 30%);
    margin-bottom: 20px;
    color: #004ab4;
    font-size: 36px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ic-works-content:hover span{
    color: #ffffff;
    background: #004ab4; 
    box-shadow: 0px 0px 20px rgb(19 26 224 / 80%);
}


.ic-works-content-col{
   padding-left: 90px;
}
   
.main-title {
    margin-bottom: 45px;
    text-align: center;
    position: relative;
}

.main-title h2 {
    font-size: 38px;
    letter-spacing: .3px;
    line-height: 1.3;
    color: #3e3e3e;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
}

.main-title h3 {
    color: #888;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 400;
    text-transform: capitalize;
}
 

.mt-5 {
    margin-top: 3rem!important;
}


 
.mt-4 {
    margin-top: 1.5rem!important;
}

.testimonial-decs img {
    height: 68px;
    width: 68px;
    margin: 17px auto;
    transition: .4s ease-in;
    transform:scale(1); 
}


.testimonial-decs:hover img{
  transform:scale(1.1);
    transition: .4s ease-in;
}

.testimonial-decs {
    border: 1px solid #d2d5d873;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%) !important;
    min-height: 384px;
    background: #fff;
    position: relative;
}

.testimonial-decs p {
    padding: 5px 25px 30px;
    line-height: 24px;
    font-size: 15px;
}

.text-muted {
    color: #000000 !important;
}

.d-block {
    display: block!important;
}

.rounded-circle {
    border-radius: 50%!important;
}

.testimonial-decs p{
  text-align: justify;
}

.testimonial-decs h5{
  margin: 0 0 5px!important;
  text-align: center;
}

 
 
.testimonial-decs::before, .testimonial-decs::after{
  content:"";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #004ab4;
}

.testimonial-decs span::before, .testimonial-decs span::after{
  content:"";
  width:2px;
  height:0;
  position: absolute;
  transition: all 0.2s linear;
  background: #004ab4;
}
.testimonial-decs:hover::before, .testimonial-decs:hover::after{
  width: 100%;
}
.testimonial-decs:hover span::before, .testimonial-decs:hover span::after{
  height: 100%;
}
 

.testimonial-decs::after{
  left:0;
  bottom: 0;
  transition-duration: 0.4s;
}
.testimonial-decs span::after{
  right:0;
  top: 0;
  transition-duration: 0.4s;
}
.testimonial-decs::before{
  right: 0;
  top: 0;
  transition-duration: 0.4s;
}
.testimonial-decs span::before{
  left: 0;
  bottom: 0;
  transition-duration: 0.4s;
}

#bg-custom{
  background: #F9AB24;
  padding: 100px 150px;
  margin-top: 40px;
}

#bg-custom-call{
  background: #F9AB24;
  padding: 64px 150px;
  margin-top: 40px;
} 
 
.btn-submit-custom{
  margin-top: 10px;
}

.btn-submit-custom a{
    padding: 8px 84px;
    background: #fff;
    color: #000;
    font-weight: 500;
    border-radius: 7px;
}

.text-white{
  color: #fff;
}
 
 
#custom-phone{
  margin-left: 30px;
  background: #F9AB24;
}

#custom-phone i{
  color: #F9AB24;
}
 


#form-pupup {
    height: 50px;
    font-size: 17px;
    border: none;
    padding: 9px 20px;
    border-bottom: 1px solid #004ab4;
}

#form-pupup-textarea{ 
    font-size: 17px;
    border: none;
    padding: 9px 20px;
    border-bottom: 1px solid #004ab4;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff0d;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 1%);
}

select.form-control {
    position: relative;
    height: 50px;
    font-size: 18px;
    padding-left: 45px;
    border-radius: 27px;
}

footer#site-footer {
    background: #2c2c2b;
    color: #fff;
}

.modal-content{
  top: 120px;
}

#custom-btn{
    background: #004ab4;
    border-radius: 19px;
    border: 2px solid #004ab4;
    padding: 2px 35px;
    color: #fff;
    font-size: 18px;
}
 
#custom-btn:hover{
  background: #fff;
  color: #004ab4;
  border: 2px solid #004ab4;
}



.section {
    padding-top: 50px;
    padding-bottom: 30px;
    position: relative;
}


.section-title-border, .services-box:hover i, .bg-primary, .btn-primary, .features-item-list li:before, .process-left-icon-1 i, .process-left-icon-2 i, .account-card .form-check-input:checked {
    background-color: #004ab4!important;
}

.section-title-border {
    width: 50px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    background-color: #6c63ff;
}


.text-muted {
    color: #000000 !important;
}

.custom-form .form-control {
    margin-bottom: 15px;
    box-shadow: none !important;
    height: 50px;
    padding-left: 20px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    border-radius: 10px;
}

.custom-form #custom-btn{
  border-radius: 10px;
}

.feature .services-box:hover i{
  color: #fff;
}

.octf-main-header{
  box-shadow: 0 0 10px;
}


#main-about{
  padding: 0px 0 20px 0;  
}

#coupon-management-system p{
  color: #000;
}

 
.octf-area-wrap{
  background-color: #80808008;
}

 
#coupon-management-system .owl-dots .owl-dot {
  margin: 0px 5px;
}
#coupon-management-system .owl-dots .owl-dot button {
  background: none;
  border: none;
  padding: 0;
  color: #555555;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

 .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 3px 0px !important;
  }


#coupon-management-system .owl-dots .owl-dot button:focus {
  outline: none;
}
#coupon-management-system .owl-dots .owl-dot.active button {
  color: #000000;
}


#owl-img{
  height: 50px;
  width: 50px; 
}

.owl-heading{
  font-size: 26px;
}
 

.services-heading{
  font-size: 22px;
  margin: 0 0 5px
}

.p-10a{
  margin-top: 40px;
  margin-bottom: 40px;
}

#bg-custom-call a{
      border: 2px solid #000000a3;
    margin-top: 27px;
    color: #000;
    font-size: 22px;
}

#bg-custom-call a:hover{
  background: #000;
  color: #fff;
}

#mewod{
  margin-left: 25px;
}


#sk-20{
  margin: 40px 0 0 0;
}


header { 
    background: #fff; 
    width: 100%;
    display: block;
    box-shadow: 0 0 10px; 
}



@media only screen and (max-width: 600px) {
    #site-logo {
      padding-top: 29px;
      padding-bottom: 20px;
      padding-left: 0;
      padding-right: 0;
  }

  #bg-custom-call{
      margin-top: 10px;
  }

  #close {
      padding: 6px 12px!important;
      right: 8px!important;
  }

  .google-id{
    margin-bottom: 15px;
  }

  .modal-content{
    top: 50px;
  }

  .input-icon.big{
    left: 33px;
  }

  .form-style.big{
    margin-bottom: 10px;
  }

  header{
    display: none;
  }

  #bg-left:before{
    display: none;
  }

  .owl-nav{
    display: none;
  }

  #bg-custom-call a{
    display: block;
  } 

  #bg-custom-call a{
    margin-top: 0!important;
    text-align: center;
  }

  #heading-b h3 {
    font-size: 26px!important;
  }

  .ot-heading h3 span{
    font-size: 26px;
  }

  .ot-heading h3{
    text-align: center;
  }

  #png-phone{
    height: auto !important;
  }

  #phone-h{
    text-align: center;
  }

}


ul, ol{
  margin: 0 0 0px;
}

img.logo-static{
  padding: 17px 20px;
}

#bg-left{
  position: relative;
}

#bg-left:before{
  position: absolute;
  content: "";
  left: 0; 
  background: url(images/bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 490px;
  width: 1200px; 
  top: 0;
}

.btn-custom{ 
    padding: 13px 15px;
    border-radius: 0.3rem; 
    color: #000!important;
    font-weight: 500;
    border: 1px solid;
    font-size: 16px;
    color: #064fb7!important;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    transition: all .4s ease-in-out; 
}

.btn-custom:hover{
    background: #064fb7;
    color: #fff !important;
    border: 1px solid #064fb7;
    transition: all .4s ease-in-out;
}

.youtube-section {
    padding-top: 10px;
    padding-bottom: 20px;
    background: url(images/youtube-bg.png);
    background-blend-mode: color;
    background-color: #fffbfb8f;
    background-position: 0% 100%, 34% 50%;
    background-size: 85%, 1240px;
    background-repeat: no-repeat, no-repeat;
}

#heading-b h3{
    font-size: 47px;
    color: #064fb7;
}


.top-bar{
  list-style-type: none;
}

.top-bar li{
  display: inline-block;
  padding: 25px 13px;
}

.top-bar li a{
  font-weight: 600;
  font-size: 19px;
  color: #000 !important;
}

.top-btn{
  border: 1px solid #000;
  padding: 8px 10px;
  border-radius: 4px; 
  background: #064fb7;
  border: 1px solid #064fb7;
  margin-left: 30px;
}

#client img{
  width: 169px;
  height: auto;
  display: block;
  text-align: center;
  margin: 0 auto;
}





.section-1400 {
    position: relative;
    width: 100%;
    max-width: 1430px;
    display: block;
    margin: 0 auto;
}

.color-black{
  color: #064fb7;
} 

.form-style.big.form-style-with-icon {
    padding-left: 60px;
}
 
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
 
.form-style.big {
    padding: 18px 7px;
    height: 60px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    border: none;
    box-shadow: 0px 10px 30px -5px rgb(149 164 175 / 30%);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}


.form-group {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.input-icon.big {
    height: 60px;
    line-height: 60px;
    font-size: 25px;
}

  
.input-icon {
    position: absolute;
    top: 0;
    left: 20px;
    height: 48px;
    font-size: 24px;
    line-height: 48px;
    text-align: left;
    color: #064fb7 !important;
    opacity: 0.7;
    transition: all 200ms linear;
}

.form-style.big:focus, .form-style.big:active {
    border: none;
    outline: none;
    box-shadow: 0px 40px 70px -5px rgb(149 164 175 / 40%);
}

.form-style.big.form-style-with-icon {
    padding-left: 60px;
}

.form-style.big.form-textarea {
    height: auto;
}




.btn-dark-primary {
    color: #fff!important;
    background-color: #000000;
}

.btn-dark-primary{
    border-radius: 4px;
    height: 48px;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 200ms linear !important;
    transition: all 200ms linear !important;
    padding: 0 35px;
    letter-spacing: 0.2px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
    float: left;
    border: none;
}


.btn-dark-primary:hover {
    color: #fff !important;
    background-color: #000000 !important;
    box-shadow: 0 6px 15px 0 rgb(21 22 23 / 26%) !important;
}

#form-box{
     box-shadow: 0px 20px 50px -5px rgb(149 164 175 / 40%);
     text-align: center;
     padding: 45px;
     background: #fff;
}

#images-system{
    height: 450px !important;
    width: 405px !important;
}

#coupon-management-system{
  position: relative;
}

#coupon-management-system .owl-prev {
    position: absolute;
    left: -50px;
    top: 50%;
    font-size: 25px;
    color: #000;
}

#coupon-management-system .owl-next {
    position: absolute;
    right: -50px;
    top: 50%;
    font-size: 25px;
    color: #000;
}
 
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #fff !important;
    color: #FFF;
    text-decoration: none;
}


#coupon-management-system button:focus {
    outline: 1px dotted;
    outline: none!important;
}

#a1{
  color: #000!important;
  font-size: 18px;
}

.f16{
  font-size: 19px;
}

.contact-title{
  font-size: 19px;
}
 
.testimonial-img  img{
    height: 120px;
    width: 120px!important;
    border-radius: 55px; 
}

.kis-gif img{
  height: 48px;
  width: 50px;
}


#testimonial{
  position: relative;
}

#testimonial .owl-prev {
    position: absolute;
    left: -120px;
    top: 50%;
    font-size: 25px;
    color: #000;
}

#testimonial .owl-next {
    position: absolute;
    right: -120px;
    top: 50%;
    font-size: 25px;
    color: #000;
}
  
#testimonial button:focus {
    outline: 1px dotted;
    outline: none!important;
}


.service {
    position: relative; 
    padding-top: 40px;
    text-align: center;
    margin-bottom: 30px;
}
.service:before {
    content: '';
    position: absolute;
    top: 64px;
    left: 54%;
    height: 2px;
    width: 100%; 
    z-index: 1;
}

.service .service-number {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    font-size: 23px;
    background: #f9f9ff;
    color: #004ab4;
    border: 2px solid #004ab4;
    box-shadow: 0 0 10px 0 rgb(251 216 196 / 60%);
    border-radius: 50%;
    font-weight: 600;
    /* margin-bottom: 40px; */
    position: relative;
    z-index: 2;
}

.service:hover .service-number {
    background: #004ab4;
    color: #fff;
    box-shadow: 0 0 5px 0 rgb(0 74 180 / 60%);
}
 
.service .service-item {
    padding: 40px 25px;
    border-radius: 4px; 
    box-shadow: 0 0 20px 0 transparent;
}

.service .service-icon {
    margin: auto;
    width: 126px;
}

.service h4 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
    margin: 25px 0;
    letter-spacing: .2px;
    color: #3e3e3e;
}

.service p {
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    color: #888;
}

.service-icon i{
  color: #004ab4;
  font-size: 50px;
}

 .service:before {
    content: '';
    position: absolute;
    top: 64px;
    left: 54%;
    height: 2px;
    width: 100%;
    background-color: #b8b3ff;
    z-index: 1;
}

.service.three:before {
  content: none;
}


.google-reviews-stats {
    width: 135px;
    height: 46px;
    margin: 0 auto;
    text-align: center;
}

.home-review-sec{
    width: 115px;
    height: 30px;
    margin: 5px auto;
    display: block;
}


.octf-btn2 { 
    font-size: 24px; 
    line-height: 1;
    display: inline-block;
    margin: 0;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: bold;
    letter-spacing: 0;
    margin-left: 20px;
    text-align: center; 
    color: #000; 
}

.octf-btn2:hover{
  color: #000 !important;
}

#png-phone{
  height: 400px;
}


#Google_Play{
  height: 65px;
}

.google-id{
  height: 65px;
} 

.footer-icon{
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 186px
}


.footer-icon i{ 
    background: #fff;
    padding: 8px 11px;
    font-size: 29px;
    border-radius: 21px;
    color: #000;
    cursor: pointer; 
}

#footer-list{
    list-style-type: none;
    right: 29px;
    position: absolute;
    bottom: -171px;
    overflow: hidden;
    opacity: 0;
    transition: .4s;
  }

#footer-list li{
  margin: 15px 0;
}

#whatsapp{
  background: #1ccb40;
  color: #fff;
  padding: 8px 10px;
}

#call{
  background: #c3391c;
  color: #fff;
}

#question{
  padding: 8px 9px;
  background: #004ab4;
  color: #fff;
}

.blue{
  opacity: 1 !important;
  transition: .4s;
  bottom: 17px !important;
  overflow: visible !important;
 }

.ficon-fixed{
    position: fixed;
    bottom: 0;
    right: 15px;
    background: #004ab4;
    border-radius: 3px;
    animation: wiggle 2s linear infinite;
}


/* Keyframes */
@keyframes wiggle {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}

.ficon-fixed p{ 
    padding: 4px 11px;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
}
#form-custom{
  margin-bottom: 10px;
  height: 50px;
}



#close{
    position: absolute;
    right: 2px;
    top: 1px;
    background: #004ab4;
    padding: 7px 11px;
    opacity: 1;
    text-shadow: 0 0 black;
    color: #fff;
    border-radius: 50%;
}

#close:focus{
  outline:none!important;
}



#call{
  animation:phoneshake 1s infinite ease-in-out;
}
  
  @keyframes phoneshake {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
}


.star-footer li{
  list-style-type: none;
  display :inline-block;
  font-size: 22px;
}

.star-footer{
  padding-left: 0px !important;
}

.star-footer li i{
  color :#f5d74f;
}
  
.white{
  color :#fff !important;
}

.white:hover{
  color :#fff;
}

.good-firm{
  height: 80px;
}

.clutch{
  height: 100px;
}





/*////////////// New /////////////*/




#main-input-form{
    position: relative;
    height: 50px;
    font-size: 18px;
    padding-left: 45px;
    border-radius: 27px;
}

#icon-form{
    position: absolute;
    top: 12px;
    font-size: 23px;
    color: #004ab4;
    left: 25px;
    padding-left: 6px;
}

#icon-form-textarea{
    position: relative;
    padding-top: 10px;
    font-size: 19px;
    padding-left: 45px;
    border-radius: 27px;
}

.form-group {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
} 


.headerFixed {
    position: fixed;
    top: 0px;
    left: 0; 
    width: 100%;
    background: #fff;
    z-index: 99;
    box-shadow: 0px 3px 9px #00000017;
    animation: smoothScroll 1s forwards;
    transition: .4s;

}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}


#phone-navbar{
    display: none;
  }

@media only screen and (max-width: 768px){
  

  #main-input-form {
      margin-bottom: 8px;
  }

    .phoneFixed{
        position: fixed;
        top: 0px;
        left: 0; 
        width: 100%;
        background: #fff;
        z-index: 99;
        box-shadow: 0px 3px 9px #00000017;
        animation: smoothScroll 1s forwards;
        transition: .4s;

    }

    @keyframes smoothScroll {
        0% {
            transform: translateY(-40px);
        }

        100% {
            transform: translateY(0px);
        }
    }
}

.footer-links li{
      padding-left: 13px;
     display: inline-block; 
}

.footer-links li a{
    color: #fff;
}

 
#you { 
    display: none;; 
    height: 200px;
    position: absolute;
    top: 20px;
    width: 60%;
    left: 10%;
}

.testimonial-img img {
    height: 120px;
    display: inline-block!important;
    width: 120px!important;
    border-radius: 55px;
}

@media only screen and (max-width: 600px) { 
  #phone-navbar {
       display: block; 
  }
  .header_mobile {
      display: block;
      font-family: "Red Hat Display", sans-serif;
      width: 100%;
      background: #fff;
  }
  .header_mobile .mlogo_wrapper {
      position: relative;
      background: #fff;
      padding: 10px 0px;
  }
  .header_mobile .mlogo_wrapper {
      width: 100%;
  }
  .header_mobile .mlogo_wrapper .mobile_logo {
      float: left;
  }
  .header_mobile .octf-btn-cta {
      padding-right: 20px;
      padding-top: 7px;
      display: block;
      float: right;
  }
  .octf-header-module {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      position: relative;
  }
  .h-cart-btn {
      position: relative;
  }

  .cart-contents {
      position: relative;
      display: inline-block;
  }
  .octf-btn-cta .octf-cta-icons i {
      background: #f0f6ff;
      color: #1a1b1e;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      display: inline-block;
      margin-left: 10px;
      vertical-align: middle;
      border-radius: 50%; 
      transition: all 0.2s linear;
  }
  .header_mobile .octf-btn-cta .octf-header-module .octf-cta-icons i {
      background: #064fb7;
      color: #fff;
  }
  .header_mobile .octf-btn-cta .octf-header-module .octf-cta-icons i:before {
      color: #fff;
  }

}

#home4-top-right h2 {
    color: #1a1b1e;
    font-weight: 900;
    font-family: "Red Hat Display",sans-serif;
    font-size: 35px;
    word-spacing: 11px;
    margin-bottom: 25px;
}


#home4-top-right p {
    font-family: "Red Hat Text",sans-serif;
    color: #606060;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 48px;
    line-height: 36px;
}

.home4-top {
    background-position: top center;
    background-repeat: no-repeat;
    padding: 60px 0 190px 0;
}


.site-footer {
    position: relative;
    overflow: hidden;
    color: #fff;
    line-height: 24px;
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.bg-gradient-2 {
    background-image: linear-gradient(280deg,#004ab4 0%,#004ab4eb 62%);
}

.footer-bottom {
    padding-top: 25px;
    border-top: 1px solid rgba(255,255,255,.1);
}

.site-footer-2 .footer-bottom .copyright-2 {
    color: #fff;
    font-size: 15px;
    font-family: "Red Hat Text",sans-serif;
}
.site-footer-2 .footer-bottom .copyright-2 {
    margin-bottom: 20px;
}


#laptop-view-youtube{
    display: block;
  }

#phone-view-youtube{
  display: none;
}

@media (max-width: 992px){
  .sm-p-b60 {
      margin-bottom: 30px;
  }
  .feature{
    padding: 20px 35px
  }

  #laptop-view-youtube{
    display: none;
  }
  #phone-view-youtube{
    display: block;
  }
  #hide-p{
      display :none;
  }
  #hide-phone{
      display :none;
  }
  .page-title p{
      font-size: 24px !important;
  }
  .privacy-policy p {
      font-size: 15px !important;
  }
  .blink-soft{
    display: none !important;
  }
  .video-play-button{
    width: 12px !important;
    height: 23px !important;    
    padding: 1px 8px 3px 3px !important;
  }
  .video-play-button:before{
    height: 46px !important;
    width: 46px !important;
    top: 71%!important;
  }

  .video-play-button:after{
    top: 69%!important;
    width: 44px!important;
    height: 45px!important;
  }
  .video-play-button{
    top: 75% !important;
  }
  .video-play-button i{
      position: relative;
      display: block;
      z-index: 9;
      color: #fff;
      font-size: 23px !important;
      top: 5px !important;
      left: 2px !important;
  }
  .ot-heading.left-align {
      margin-top: 24px;
  }
  p.m-b35 {
      margin-bottom: 39px;
  }
}


 


#hide-phone {
    box-shadow: 0 0 10px;
}

.page-title p{
  font-size: 40px;
  color: #fff;
}

.privacy-policy p{
  font-size: 20px;
  text-align: justify;
  color: #333;
}

.privacy-policy a{
  color: #064fb7;
}




.video-play-button {
  position: absolute;
  z-index: 10;
  top: 64%;
  left: 50%;
  cursor: pointer;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  background: #ee8c00;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ee8c00;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ee8c00;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

 
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-play-button i{
      position: relative;
      display: block;
      z-index: 9;
      color: #fff;
      font-size: 35px;
      top: 5px;
      left: 2px;
}
 
.blink-soft {
    position: absolute;
    top: 80%;
    animation: blinker 1.5s linear infinite;
    color: #fff;
    left: 41%;
    font-style: italic;
    cursor: pointer;
    display: block;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
