
#main-contact-us .banner {
  background-image: url(../images/bg-contact-us.svg)
}

#contact-form .md-form,
#ebook-form .md-form {
  margin: 25px 0
}

#contact-form label,
#ebook-form label {
  font-size: 14px
}
/* **************************************Tab**************************************** */
#contact.active{ border-bottom: #000 solid 3px; }
/* **************************************Tab end**************************************** */
#contact-form .form-control,
#ebook-form .form-control {
  border: none;
  padding: 4px 0;
  font-size: 14px;
  border-bottom: 1px solid #707070;
  border-radius: 0
}

.contact-info {
  background: #5ebdbd;
  height: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px
}

.form-circle {
  background: url(../images/form_circle_img.svg) no-repeat;
  padding: 50px 2px;
  height: 100%;
  background-position: 100% 100%
}

.contact-us {
  padding: 50px 15px 50px 0
}

.contact-wrapper {
  -webkit-box-shadow: 0 0 15px 0 #ddd;
  box-shadow: 0 0 15px 0 #ddd;
  border-radius: 10px
}

.contact-bg-circle {
  background-image: url(../images/form_circle_img.svg);
  background-repeat: no-repeat
}


@import url('https://fonts.googleapis.com/css2?family=Cookie&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');


@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Dosis:wght@200;300;400;500;600;700;800&amp;family=Oswald:wght@200;300;400;500;600;700&amp;family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
.font{
  font-family: 'Barlow', sans-serif;
  font-family: 'Dosis', sans-serif;
  font-family: 'Oswald', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
}



/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Roboto', sans-serif;
  color: #444444;
}

a {
  color: #1acc8d;
}

a:hover {
  color: #34e5a6;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
 font-family: 'Roboto', sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1acc8d;
  border-top-color: #d2f9eb;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #fcbc14;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #2be4a2;
  color: #fff;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: rgba(1, 4, 136, 0.9);
}

#header.header-transparent {
   background:rgba(31, 31, 38, 0.9);
}

#header.header-scrolled {
  background: rgba(31, 31, 38, 0.9);
  height: 60px;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

@media (max-width: 992px) {
  #header {
    height: 64px;
  }
  #header .logo h1 {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
  padding-right: 25px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  padding: 10px 0 10px 0;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 500;
 font-family: 'Roboto', sans-serif;
 margin-bottom: 30px;
 margin-top: 30px;

}

/* .nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 3px;
  left: 25px;
  background-color: #69c8ff;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
} */
.get{ float:left; border-radius: 25px; background: #fddb32; color: #000 !important; margin-left: 10px; text-align: center;
  padding: 10px 20px 10px 20px !important;}
.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
  visibility: visible;
  width: 25px;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #fff;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0px;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 70px;
  visibility: visible;
  border-radius: 5px;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #333;
  margin-bottom: 0px;
 margin-top: 0px;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #000;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 60px;  
  right: 0;
  bottom: 15px;
  left: 0;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  margin: 0 0 0 2%;
  padding: 50px 0 10px 0;
  width: 96%;
  height: 600px;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #333;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
  border-bottom: #fff 1px solid;
  margin: 0 3%;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #000;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background:none;
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  background: #1f1f26;
  position: relative;
  padding: 120px 0 50px 0;
}


#hero h1 {
  margin: 0 0 20px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  color: #fff;
}

#hero h1 span {
  color: #fff;
  border-bottom: 4px solid #1acc8d;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
  font-size: 30px;
 
  color: #69c8ff;
  font-weight: ;
}

#hero p{
  color: #d2d2d3;
  width: 70%;
  padding-bottom: 20px;
}

#hero .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #000;
  background: #fddb32;
}

#hero .btn-get-started:hover {
  background: #69c8ff;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
.play { margin-left: 20px;}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  #hero {
    padding-top: 80px;
  }
  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    max-width: 50%;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

.hero-waves {
  display: block;
  margin-top: 60px;
  width: 100%;
  height: 60px;
  z-index: 5;
  position: relative;
}

.wave1 use {
  -webkit-animation: move-forever1 10s linear infinite;
  animation: move-forever1 10s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave2 use {
  -webkit-animation: move-forever2 8s linear infinite;
  animation: move-forever2 8s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave3 use {
  -webkit-animation: move-forever3 6s linear infinite;
  animation: move-forever3 6s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}

@-webkit-keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@-webkit-keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f5f5ff;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: 'Roboto', sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #1acc8d;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  color: #010483;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #fafaff;
  min-height: 40px;
  margin-top: 80px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 64px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about{ padding: 70px 0 80px 0; }
.section-tittle h1{  
  font-family: 'Roboto', sans-serif;
 color: #1f1f26;
 font-size: 35px;
}

.section-tittle h2{  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
  font-size: 40px;
 font-family: "Style Script" !important;
  color: #69c8ff;
  font-weight: bold;}
.section-tittle h4{
   font-family: 'Roboto', sans-serif;
 color: #1f1f26;
 font-size: 25px;
 padding: 0 0 20px 0;
}
.right ul{ margin: 0px 0 0 -30px; list-style-image:url("../img/right.png") ;}
.right ul li h3{

font-family: 'Roboto', sans-serif;
color: #4b4b4b;
font-size: 20px;

}



.right ul li p{
padding-top: 10px;
font-family: 'Roboto', sans-serif;
color: #4b4b4b;
font-size: 15px;
}



  .service  img{ margin-top:60px; }
  .service h3{
    font-size: 25px;
    color: #1f1f26;
    padding: 20px 0 10px 0;
  }

/*--------------------------------------------------------------
# what
--------------------------------------------------------------*/
.what{ padding: 70px 0 80px 0; background: #f4f4f4;  }
.what ul{ margin: 0px; padding: 0px; }


.heading-w { color: #1f1f26; text-align: center; padding: 0 0 40px 0; }

.w-wrap{ width: 88%; padding: 0 0 0 12%;   }
.w-box{  background: url('../img/w-bg.jpg') left top no-repeat;  padding:2% 50px 2% 50px; 
max-height: 300px; overflow-x: hidden; background-size: cover;  }
@media (min-width: 320px) and (max-width: 764px) {
  .w-box{  background: url('../img/w-bg.jpg') left top no-repeat;  padding:2% 50px 2% 50px; 
max-height: 300px; overflow-x: hidden; margin-bottom: 40px;  background-size: cover;}



}
/* width */
.w-box::-webkit-scrollbar {
  position: relative;
  left: 0;
  width: 5px;
  height: 40px;
}

/* Track */
.w-box::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.w-box::-webkit-scrollbar-thumb {
  background: #1f1f26; 
  border-radius: 10px;
}
.w-box ul{ margin: 0px; padding: 0px; color: #fff; }
.w-box ul li{ margin: 10px 0 40px 0; }
.w-box ul li a{color: #8f8f92;}
.w-box ul li a:hover{color: #8dd3dd;}
.features h3{ text-align: justify; }
@media (min-width: 320px) and (max-width: 764px) {
  .features h3{ text-align: left;  font-size: 25px;}
  .section-tittle h4{ font-size: 25px; }
.features{ padding: 100px 0 50px 0!important; background: #fff;  }
  .w-l a{margin-bottom:  40px; }
  .mobile-bg-white{ background: #fff; }
}
.w-l { padding: 0 2% 0 4%;  }
.w-l p{ font-size: 15px; color: #525260; }
.w-l a{ background: #fddb32; padding: 10px 20px 10px 20px ; border-radius: 25px; color: #000;
 margin-top: 20px; display: inline-block; font-size: 15px; }
 .w-l a:hover{background: #8dd3dd;}
/*--------------------------------------------------------------
# features
--------------------------------------------------------------*/
.features{ padding: 100px 0 180px 0; background: #fff;  }







/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.mobile {
  background: #1f1f26;
  padding: 30px 0 60px;
  max-height: 300px;
  overflow: visible;
}

.m-btn{}
.m-btn ul { list-style: none; margin: 0px; padding: 0px; }
.m-btn ul li{  display: inline ;}
.m-btn ul li a{ display: inline-block; padding: 10px 40px 10px 50px; color: #fff; font-size: 9px;
 background: url('../img/playstore.png') 20px center no-repeat, #44bbff; border-radius: 25px; margin-top: 10px;}
 .m-btn ul li a.apple{ display: inline-block; padding: 10px 40px 10px 50px; color: #fff; font-size: 9px;
 background: url('../img/apple.png') 20px center no-repeat, linear-gradient(45deg, #ffa66d ,#ff6994); border-radius: 25px; }
.m-btn ul li a span{ display: block;  font-size: 13px}

.p-m{  margin: -160px 0 0 0; float: right;}
@media (min-width: 765px) and (max-width: 1200px) {
.mobile {
  background: #1f1f26;
  padding: 30px 0 60px;
  max-height: 400px;
  overflow: visible;
}
  .m-btn{ }
.m-btn ul { list-style: none; margin: 0px; padding: 0px; }
.m-btn ul li{  display: inline ;}
.m-btn ul li a{ display: inline-block; padding: 10px 40px 10px 50px; color: #fff; font-size: 9px;
 background: url('../img/playstore.png') 20px center no-repeat, #44bbff; border-radius: 25px; margin-top: 10px;}
 .m-btn ul li a.apple{ display: inline-block; padding: 10px 40px 10px 50px; color: #fff; font-size: 9px;
 background: url('../img/apple.png') 20px center no-repeat, linear-gradient(45deg, #ffa66d ,#ff6994); border-radius: 25px; }
.m-btn ul li a span{ display: block;  font-size: 13px}

}

@media (min-width: 320px) and (max-width: 764px) {
  .p-m{display: none;}
  .box_img-1{display: none;} 
.right{ padding-right: 3%; padding-left: 3%;
  }
    .tech p{ width: 100% !important;   margin: 0 auto; }
    .mobile {
  background: #1f1f26;
  padding: 30px 0 60px;
  max-height: 366px;
  overflow: visible;
}
.benifit{color: #1f1f26; padding-bottom: 50px!important; margin-top: -50px;}
}
.p-left{padding-left: 5%; padding-top: 10px;}
.benifit{color: #1f1f26; padding-bottom: 150px; margin-top: -50px;}
.benifit p{ line-height: 20px; padding: 0px !important; text-align: left;  }
.benifit ul{ margin: 0px; padding: 0px; }

/*--------------------------------------------------------------
# technology
--------------------------------------------------------------*/
.page-content{ padding: 120px 0 0 0; overflow: hidden; }
.tech h2{ color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
  font-size: 50px;
  font-family: "Style Script" !important;
  color: #69c8ff;
  font-weight: bold;}
  .tech p{ width: 40%; margin: 0 auto; } 
.service h3 a{ color: #1f1f26 !important; }

.tabb{ text-align: center; padding: 30px 0 0 0;}
.tabb ul{ list-style: none; margin: 0px; padding: 0px; }
.tabb ul li{ display: inline; }
.tabb ul li a{ display: inline-block; padding: 10px 20px 10px 20px; font-weight: bold;
 color: #8f8f92; border-bottom: transparent 3px solid;}
 /* .tabb ul li a:hover{ border-bottom: #1f1f26 3px solid; color: #1f1f26; } */
.tabb ul li a.active{ border-bottom: #1f1f26 3px solid; color: #1f1f26; }


/*   Tabs   */
.tab-17.tabs-layout .nav-tabs .nav-link.active {
  color: #ff6726;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-bottom: 1px solid #ff6726
}

.tabs-layout .nav-tabs{
  border-bottom: none;
}

.tab-17.tabs-layout .nav-tabs .nav-link {
  font-weight: 500;
  border: 0 solid transparent;
  background-color: transparent;
  border-radius: 0;
  padding: 15px;
  border-bottom: 1px solid transparent
 
}
 .nav-tabs .nav-link:hover{
  border: transparent;
  outline: none;
}
.tabs-layout .nav-tabs .nav-link.active {
   color: #000;
    background-color: transparent;
    
    border-radius: 0;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}

.tabs-layout .nav-tabs .nav-link {
 
  padding: 10px 35px
}

.tabs-layout .tab-content {
  padding: 30px 0 0 0
}

.tabs-layout .nav-tabs .nav-link{
   background-color: transparent;
}

.nav{display: block !important;}
/*--------------------------------------------------------------
# Keep
--------------------------------------------------------------*/


.box_1 {width: 100%; background: #fcbc14; border-radius: 20px; padding: 0 5% 10px 5% ; margin-bottom: 80px;}
.box-text{ margin: 100px 0 0 0; }
.box-text h3{ color: #fff; }
.box_img-1 {
  width: 100%; margin: -150px 0px 0px 0px; text-align: right;
}
.input{width: 60%; border: none; outline: none; background: #fcca46; color: #fff; padding: 10px 3% 10px 3%;  border-radius: 25px; margin-top: 20px;}
.input2{border: none; outline: none; background: #fff; color: #333; padding: 10px 20px 10px 20px;  border-radius: 25px;
 margin-top: 20px; font-weight: bold;}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials {
 margin-top: -50px;
  background: #fff;
  background-position: center center;
  background-size: cover;
  position: relative;
}


.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #2d2d2d;
}



.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #2d2d2d;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #2d2d2d;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #2d2d2d;
  text-align: justify;
}
.testimonials .owl-dot{background: #000 !important;}
.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}
.tes h3{ color: #2d2d2d; font-size: 30px; padding: 20px 0 20px 0; }
.tes p{
  margin-top: 30px;
}
.tesdd{
  margin-top: -10px;
  display: block;
  text-align: right;
  padding: 0px;
  color: #69c8ff !important;
}
.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.testimonials .owl-dot{ background: #000 !important; }
.testimonials .owl-dot.active {
  background-color: #1acc8d !important;
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #1f1f26;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 15px;
  background: #010246;
  color: #fff;
  border-top: 4px solid #1acc8d;
  text-align: center;
  padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #1acc8d;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fcbc14;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #fcbc14;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px 6px 15px;
  position: relative;
  border-radius: 50px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #1acc8d;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #149f6e;
}

#footer .copyright {
  border-top: 1px solid #3f3f45;
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}
.f-footer p{padding: 20px 10px  0 10px;  }

.f-footer ul{ list-style: none; margin: 0px; padding: 0px; }
.f-footer ul li{float: left; padding: 0 6px 0 6px; margin-bottom: 10px;}


/* about-ul */
.about-ul button{
  border: none;
  outline: none;
  background: transparent;
}
.about-ul h4{ padding: 20px 0 0 0; }

.about-ul h2 {
    text-align: left !important;
    font-size: 30px;
    line-height: 26px;
    font-weight: bold;
    color: #404040;
    text-transform: capitalize;
}
.about-ul h6 {
    text-align: left !important;
    font-size: 25px;
    line-height: 26px;
    font-weight: 600;
    color: #404040;
    text-transform: capitalize;
}

.about-ul ul{
  margin: 0 0 0 20px; padding: 0px ;list-style-image: url(../img/right.png) ;
}
.about-ul ul li{
  text-align: left;
  padding: 5px 10% 0 0;
}

.mar-top{ margin-top: 100px; }

@media (min-width: 320px) and (max-width: 764px) {
 .mar-top{ margin-top: 0; } 

 .about-ul ul li{
  text-align: justify;
  padding: 5px 0% 0 0;
}

}
/* page 2 */

.about-1{}
.img-text{ padding: 70px 20% 0 0; }
.img-text h2{ font-size: 30px; color: #1f1f26; padding: 20px 0;}
.img-text p{ line-height: 30px; color: #000;}

.img-text5{ padding: 70px 0 0 0; }
.img-text5 h2{ font-size: 30px; color: #1f1f26; padding: 20px 0;}
.img-text5p{ line-height: 30px; color: #000;}
.img-text5 img{text-align: right;}

.a-video iframe{
  margin-top: 60px;
}


@media (min-width: 320px) and (max-width: 764px) {
  .a-video{
    display: none;
  }

  .about-1{ padding: 20px 5%;  }
.img-text{ padding: 70px 0% 0 0; }
.img-text h2{ font-size: 25px; color: #1f1f26; padding: 10px 0;}
.img-text p{ line-height: 25px; color: #000;}
.f-footer {padding: 20px 2% 20px 2%;  }

}



.about-2{ background: #eaf6fb; }
.about-2 img{ float: right; margin-right: 70px;}
.img-text2{ padding: 0 0% 0 20%; }
.img-text2 h2{ font-size: 30px; color: #1f1f26; padding: 20px 0;}
.img-text2 p{ line-height: 30px; color: #000;}
.about-2 .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}



@media (min-width: 320px) and (max-width: 764px) {

  .about-2{ padding: 20px 5%;  }
  .about-2 img{ float: none; margin-right: 0px;}
.img-text2{ padding: 70px 0% 0 0; }
.img-text2 h2{ font-size: 25px; color: #1f1f26; padding: 10px 0;}
.img-text2 p{ line-height: 25px; color: #000;}
.get{ margin-top: 30px !important; }

.testimonials {
  padding: 0 0 37px 0;
  background: #fff;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.page-content{ padding: 30px 0 0 0; }
.mar-bot{ margin-bottom: 50px !important; }

}

.mar-bot{ margin-bottom: 200px; }


.our-product{}
.our-product h4{ color: #389ed8; }
.our-product h2{ font-size: 30px; color: #1f1f26; padding: 0 0; }
.our-product h2 span{ color: #389ed8; font-weight: 600; }

.our-product h3{ font-weight: 600; color: #000; padding-bottom: 10px; font-size: 30px;}
.our-product ul{ list-style: url('../img/dot.png') }
/* justify */
.just { text-align: justify !important; }
@media (min-width: 320px) and (max-width: 764px) {
  .card-section h4{ text-align: left; }
.side-content-title{ text-align: left; }
  .hover-card-heading p{ text-align: justify !important;}
  .just p{ text-align: justify !important; }
  
  .just { text-align: justify !important; margin: 0px !important;}
  .just-left { text-align: left !important; margin: 0px !important;}
  .card-section .col-md-10{ padding: 0px !important;}
  .our-product .col-md-10{ padding: 0px !important;}

}



.offering-section h4{ color: #175376; }
.offering-section h2{ color: #000; font-weight: 600; padding-bottom: 10px; font-size: 30px;}
.offering-section .card {
    padding: 20px;
    margin: 15px 0;
    border-radius: 10px;
    border: none;
    -webkit-box-shadow: 0 0 15px 0 #ddd;
    box-shadow: 0 0 15px 0 #ddd;
}
.offering-section .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.hover-card:hover,
.integrations-section .card:hover,
.navbar-scroll .header-btn,
.send-btn {
  background: #fc4f19;
  background: -webkit-gradient(linear, left top, right top, from(#fc4f19), to(#f6a60d));
  background: linear-gradient(90deg, #389ed8 0, #175376 100%)
}



.hover-card:hover .hover-card-content p,
.hover-card:hover p,
.integrations-section .card:hover .card-content-integration p {
  color: #fff;
}
.hover-card:hover .hover-card-content p,
.hover-card:hover h5,
.integrations-section .card:hover .card-content-integration p {
  color: #fff;
}
.hover-card-content p{
  text-align: justify;
}
.hover-card-content img{ margin-bottom: 20px; }
.hover-card-content p {
  font-size: 14px;
  padding: 20px 0 0 0;
  margin-top: -20px;
}

p.hover-card-heading {
  font-weight: 600;
  font-size: 16px
}

.card-body.blog-card-body {
  padding: 20px;
  background-color: #fff;
  border-radius: 7px;
  margin-top: -6px;
  min-height: 152px;
  position: relative
}

.card.blog-card {
  padding: 0
}



.call-1{background: linear-gradient(45deg, #ffa66d ,#fddb32); padding: 10px 20px; color: #333;
 border-radius: 25px; font-weight: bold;}
 .call-1:hover{color: #333;}

.call-to-action{ background: #ceedf9; }
.call-to-action h3{ color: #000; }
.call-to-action p{ padding: 20px 0; }



.card-section h4{ color: #175376; }
.card-section h3{ color: #000; font-weight: 600; padding-bottom: 10px; font-size: 30px;}

.card-section .card{padding-top: 20px; padding-bottom: 30px; margin-bottom: 20px; }

#service  .card {
  min-height: 400px !important;
  padding: 30px 10px;
} 
.p-minus-30{ padding-top: -300px !important; }

.content:hover .overlay {
  opacity: .9
}

.card.filter-button {
  background-color: #fff9f8;
  -webkit-box-shadow: none;
  box-shadow: none
}
.filter img{ border-radius: 10px; }
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14px;
  right: 0;
  height: 100%;
  width: 90%;
  opacity: 0;
  border-radius: 10px;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  background: #fc4f19;
  
  background: linear-gradient(90deg, #389ed8 0, #175376 100%);
}

#web-design-page .overlay {
  width: 93%
}

.overlay .list-icon {
  list-style-image: url('../img/li.png')
}

.overlay ul.list-icon li {
  font-size: 12px;
  color: #fff
}

h4.features-card-hover-heading {
  color: #fff;
  font-size: 16px;
  font-weight: 600
}

ul.list-icon {
    list-style-image: url('ul.html');
}

ul.list-icon li {
  font-size: 16px;
  font-weight: 500;
  margin: 5px 0
}
.features-card-text {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  left: 0;
  width: 100%;
  font-weight: 500;
  text-align: center
}

.content:hover .features-card-text {
  display: none
}

.hover-card.active {
  background: #fc4f19;
  background: -webkit-gradient(linear, left top, right top, from(#fc4f19), to(#f6a60d));
  background: linear-gradient(90deg, #fc4f19 0, #f6a60d 100%)
}

.hover-card.active p {
  color: #fff
}

.filter .card.hover-card:hover img {
  -webkit-filter: invert(0) brightness(10);
  filter: invert(0) brightness(10)
}

.core-modules-section .card-content-core-modules {
  min-height: 170px;
  padding-top: 20px;
}


@media (min-width: 320px) and (max-width: 764px) {
.core-modules-section .card {
  padding: 30px 20px 30px;
  margin-top: 20px;
}
}
.card-content-core-modules p {
  font-weight: 500;
  font-size: 18px
}

.filter .card p {
  font-weight: 500;
  margin: 20px 0 0 0;
  font-size: 16px
}

.filter .card {
  padding: 30px 20px 30px
}

    .modules-section-heading  span{ color: #389ed8;  }      
    .modules-section-heading { color: #333; padding: 10px 0 30px 0; font-size: 35px;}      





/*=====================------------========New Style css=======------------====================*/





.bg_color--13 {
    background: #eee;
}
.align-items-center {
    align-items: center!important;
}
.startupservice-wrapper {
    padding: 150px 100px 150px 316px;
}
.mtn--40 {
    margin-top: -40px;
}
.mt--40 {
    padding: 52px 90px 52px 90px;
}
.single-motive-speach {
    display: flex;
}
.text-white {
    color: #fff!important;
}
.single-motive-speach .icon {
    font-size: 40px;
    margin-right: 20px;
    display: inline-block;
    flex-shrink: 0;
}

.single-motive-speach .icon i {
    font-size: 40px;
}
.single-motive-speach .content {
    flex-grow: 1;
}
.single-motive-speach .content h4 {
    font-size: 18px;
    line-height: 1.4;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin: 0 0 18px;
}
.single-motive-speach.text-white .content h4, .single-motive-speach.text-white .content p, .single-motive-speach.text-white .icon i {
    color: #444;
    text-align: justify;     font-family: 'Barlow', sans-serif;font-weight: 500;
}
.single-motive-speach.text-white .content h4{
 font-family: 'Roboto', sans-serif;
}
.single-motive-speach .content p {
    margin-bottom: 7px;
}
[data-black-overlay], 
[data-heading-overlay], 
[data-light-overlay], 
[data-overlay], 
[data-white-overlay] {
    position: relative;
}
.ptb--220 {
    padding: 220px 0;
}

.mixclip {
    margin: 0px;
}
.pad-clip{
  padding: 0px;
}
.back {
    background: #399ed8;
    text-align: center;
    padding: 15px 0px;
}
.back h1 {
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #fbdb35;
}
.back h1 span {
    color: #fff;
    font-weight: 500;
}
.text-tp h4 {
    color: #00527f !important;
    font-size: 24px !important;
    margin: 0px !important;
}
.text-tp h3 {
    color: #000 !important;
    margin: 10px 0px 15px 0px;
    font-size: 34px;
    font-weight: 600;
}
.bg_color--14 {
    background: #102934;
}
.bg_color--14 .single-motive-speach.text-white .content h4{
color: #fff !important;
}
.bg_color--14 .text-tp h3{
  color: #fbdb35 !important;
}
.bg_color--14 .single-motive-speach.text-white .content p{
color: #fff;
}
.bg_color--15 {
    background: #f2f4f9;
}
.bg-sevn{
  background: #f8f8f8;
}
.section-subheading {
    margin-top: 0;
    margin-bottom: 0;
    color: rgba(32,32,32,.5) !important;
    font-size: 18px;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-family: 'Dosis', sans-serif !important;
    margin: 0px 0px 10px 0px;
}
.section-heading {
    margin-top: 10px;
    margin-bottom: 0;
     font-family: 'Dosis', sans-serif !important;
    color: #202020 !important;
    font-size: 32px;
    font-weight: 700;
}
.cld {
    padding: 80px 0;
    overflow: hidden;
}
.center{
  text-align: center;
}
.horizontal-grid {
    display: -ms-grid;
    display: grid;
    width: 100%;    margin-bottom: 90px;
    margin-top: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.features-card-grid {
    display: block;
    padding: 24px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 6%);
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 16px;
}


.icon-wrapper-32 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    border-radius: 6px;
    background-color: #0076ff;
}

.icon-wrapper-32.bg-transparent {
    background-color: transparent;
}
.features-card-text7 {
    margin-top: 18px;
    font-family: 'Dosis', sans-serif !important;
    color: #202020;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    text-align: left;
}
.features-card-grid:hover{background-color:#f2f4f9;box-shadow:none}
.icons9 {
    color: #2e85b5;
    font-size: 34px;
}
.cardp {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 300px;
    height: 360px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #242843;
    border-radius: 4px;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 6%);
    -webkit-transition: .5s;
    transition: .5s;
}
.cardp .imgBx,
.cardp .details {
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    transition: .5s;
}
.cardp .imgBx {
    top: 0;
    left: 0;
}
.cardp:hover .imgBx {
    top: 0;
    left: -100%;
}
.cardp .imgBx img {
    width: 100%;
}
.cardp .details {
    background: #4b4f6a;
    top: 0;
    left: 100%;
    border-radius: 4px;
    padding: 15px 15px;
    text-align: left;
}
.cardp:hover .details {
    top: 0;
    left: 0%;
}
.cardp .details h2 {
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 0px 0 7px;
    border-bottom: 1px solid #fff;
    font-size: 24px;
    text-align: left;
}
.cardp .details p {
    margin: 20px 0 0;
    color: #fff;
}
.list-mon {
    margin: 28px 0px 0px 20px;
    padding: 0px;
}
.list-mon li {
    list-style-image: none;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    display: list-item;
    list-style-type: disc;
    font-size: 14px;
    list-style-position: outside;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #fff;
}
.marclip {
    margin-top: 40px;
}
.minumclip .owl-carousel.owl-drag .owl-item {
    width: 300px !important;
    margin: 0px 10px;
}







figure.snip1084 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  max-width: 310px;
  max-height: 220px;
  width: 100%;
  background: #000000;
  text-align: center;
}

figure.snip1084 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

figure.snip1084 img {
  opacity: 1;
  width: 100%;
}

figure.snip1084 figcaption {
  top: 50%;
  left: 40px;
  right: 40px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

figure.snip1084 figcaption h2 {
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  -webkit-transform: translateY(75%);
  transform: translateY(75%);
}

figure.snip1084 figcaption h2 span {
  font-weight: 800;
}

figure.snip1084 figcaption .list-mon {
    font-size: 0.9em;
    font-weight: 500;
    opacity: 0;
    margin: 0;
}

figure.snip1084:before,
figure.snip1084:after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s, -moz-transform 0.6s, -o-transform 0.6s, transform 0.6s;
}

figure.snip1084:before {
  border-top: 1px double #fff;
  border-bottom: 1px double #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

figure.snip1084:after {
  border-right: 1px double #fff;
  border-left: 1px double #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

figure.snip1084 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

figure.snip1084.blue {
  background: #0a212f;
}

figure.snip1084.red {
  background: #36100c;
}

figure.snip1084.yellow {
  background: #562e0a;
}

figure.snip1084:hover img,
figure.snip1084.hover img {
  opacity: 0.2;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.snip1084:hover figcaption h2,
figure.snip1084.hover figcaption h2,
figure.snip1084:hover figcaption .list-mon,
figure.snip1084.hover figcaption .list-mon {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.5);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

figure.snip1084:hover figcaption .list-mon,
figure.snip1084.hover figcaption .list-mon {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

figure.snip1084:hover:before,
figure.snip1084.hover:before,
figure.snip1084:hover:after,
figure.snip1084.hover:after {
  opacity: 0.8;
  -webkit-transform: scale(1);
  transform: scale(1);
}




.our-product .heading-p {
    color: #1f1f26;
    margin: 0;
    padding: 20px 0px 0px 0px;
    border-bottom: 1px solid #fff;
    font-size: 24px;
    text-align: center;
}























@media only screen and (min-width: 1200px) and (max-width: 1599px){
.startupservice-wrapper {
    padding: 50px 46px 50px 66px;
}
.ptb_lp--130 {
    padding: 200px 0 200px 0;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center top;
}
}


@media (min-width: 1200px){
.container2 {
   max-width: 1272px;
       width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
}


@media only screen and (min-width: 280px) and (max-width: 667px){
.mt--40 {
    padding: 30px 20px 30px 20px;
}
.single-motive-speach .content p {
    margin-bottom: 7px;
    font-size: 15px;
}
#hero h1 {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 10px;
    
}
#hero p {
    color: #d2d2d3;
    width: 100%;
    padding-bottom: 20px;
}
.back h1 {
    font-size: 26px;
   font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #fbdb35;
}
.single-motive-speach.text-white .content h4{
  text-align: center;
}
.text-tp h3 {
    color: #000 !important;
    margin: 10px 0px 15px 0px;
    font-size: 22px;
    font-weight: 600;
}

.ptb--220 {
    padding: 200px 0 40px 0;
background-repeat: no-repeat;
background-color: #fff;
background-position: center top;
width: 100%;
background-attachment: scroll;
background-size: contain;
border-bottom: 1px solid #ccc;
}
.text-tp h3{
  text-align: center;
}
.features-card-grid {
    display: block;
    width: 300px;
    margin: 0px auto 29px auto;
    text-align: center;
}
.horizontal-grid {
    display: block;
    }
    .cardp {
    margin-bottom: 29px;
}
.f-footer {
    padding: 20px 2% 20px 2%;
    text-align: center;
}
.f-footer ul li {
    float: none;
    padding: 0 6px 0 6px;
    display: inline-block;
}
#footer .footer-top h4 {
    text-align: center;
}
#footer .footer-top .footer-links ul li {;
    align-items: center;
    display: inline-block;
}
.footer-newsletter p{
text-align: center;
}
.horizontal-grid {
    height: 170px;
    overflow: scroll;
    border: none;
    margin: 30px auto 30px auto;
    background: #f1f1f1;
    padding: 20px 10px 20px 10px;
}
#footer .footer-top .footer-links ul{
  text-align: center;
}
.mostly-customized-scrollbar {
    display: block;
    overflow-x: hidden;
}
/* Demonstrate a "mostly customized" scrollbar
 * (won't be visible otherwise if width/height is specified) */
.mostly-customized-scrollbar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #242524;
    border-radius: 10px;
}

/* Add a thumb */
.mostly-customized-scrollbar::-webkit-scrollbar-thumb {
    background: #2e85b5;
}
}




.slider .owl-dot{background: #000 !important; position: relative; left: 45%; top: 20px;}
.slider .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}
.tes h3{ color: #2d2d2d; font-size: 30px; padding: 20px 0 20px 0; }
.slider .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.slider .owl-dot{ background: #000 !important; }
.slider .owl-dot.active {
  background-color: #1acc8d !important;
}


@media only screen and (min-width: 280px) and (max-width: 667px){

 .slider .owl-dot{background: #000 !important; position: relative; left: 40%; top: 20px;}
 
}
.product-1{  }

.product-1 .row{ padding: 20px 0 30px 0;}
.box-p{ text-align: justify; }
.box-p a{/* box-shadow: 0 0 30px 2px rgb(0 0 0 / 10%); */ background: #fff; margin: 0 0 0 20%; padding: 30px; display: block;}
.box-p a img{ text-align: center;  transition: transform 1s;}
.box-p a img:hover{  transform: scale(1.2);}
.box-caption{ padding: 20px 0 0 60px; text-align: justify;}
.box-caption ol{ margin: 0 0 0 20px; padding: 0px;  }
.box-caption ol li { padding: 10px 0; text-align: justify;}
.box-caption ul li.teacher{ padding: 10px  0 0 15%;  background: url("../img/teacher1.png") -10px top no-repeat;}
.box-caption ul li.teacher2{ padding: 10px  0 0 15%;  background: url("../img/teacher2.png") -10px 20px no-repeat;}
.box-caption ul{ margin: 0 0 0 0; padding: 0px; list-style: none; }
.box-caption ul li { padding: 10px 0; text-align: justify;}
.box-caption h2{ text-align: left !important; font-size: 30px; line-height: 26px; font-weight: bold; color: #404040; margin-bottom: 20px; text-transform: capitalize;}

.box-p2{}
.box-caption2{ padding: 0 0 0 100px;text-align: justify; }
.box-caption2 ol{ margin: 0 0 0 20px; padding: 0px;  }
.box-caption2 ol li { padding: 10px 0; text-align: justify;}
.box-caption2 ul{ margin: 0 0 0 0; padding: 0px;  list-style: none;}
.box-caption2 ul li { padding: 10px 0; text-align: justify;}
.box-caption2 ul li.man{ padding: 10px  0 0 15%;  background: url("../img/student1.png") -10px top no-repeat;}
.box-caption2 ul li.man2{ padding: 10px  0 0 15%;  background: url("../img/student2.png") -10px 20px no-repeat;}
.box-caption2 ul li.man3{ padding: 10px  0 0 15%;  background: url("../img/student3.png") -10px 20px no-repeat;}


.box-caption2 h2{ font-size: 30px; line-height: 26px; font-weight: bold; color: #404040; margin-bottom: 20px; text-transform: capitalize;}
.box-p2 a{/* box-shadow: 0 0 30px 2px rgb(0 0 0 / 10%); */ background: #fff; margin: 0 0 0 20%; padding: 30px; display: block;}
.box-p2 a img{ text-align: center; transition: transform 1s;}
.box-p2 a img:hover{ filter: none; transform: scale(1.2); }


.left-justify{
  text-align: justify;
}

/* *******************
********************
text-align comment open
********************
********************* */

/* .box-caption ul li{font-size: 15px !important; text-align: left !important; }
  .box-caption2 ul li.man{font-size: 15px !important; text-align: left !important;}
  .box-caption2 ul li.man2{font-size: 15px !important; text-align: left !important;}
  .box-caption2 ul li.man3{font-size: 15px !important; text-align: left !important;}
  .box-caption2 p{font-size: 13px !important; text-align: left !important;}
  .box-caption2 ul li{font-size: 15px !important; text-align: left !important;}
  .w-heading p{font-size: 15px !important; text-align: left !important;}
  .card-content ul li{font-size: 15px !important; text-align: left !important;}
  .content p{font-size: 15px !important !important; text-align: left !important;}
  .content li{font-size: 15px !important !important; text-align: left !important;}
.box-caption ol li { padding: 10px 0; text-align: left !important; font-size: 15px!important;}
.box-caption2 ol li { padding: 10px 0; text-align: left ;font-size: 15px !important;}
.box-caption ul li.teacher{font-size: 15px !important;  text-align: left !important;} */




@media only screen and (min-width: 320px) and (max-width: 768px){
  .box-caption ul li{font-size: 13px;}
  .box-caption2 ul li.man{font-size: 13px;}
  .box-caption2 ul li.man2{font-size: 13px;}
  .box-caption2 ul li.man3{font-size: 13px;}
  .box-caption2 p{font-size: 13px;}
  .box-caption2 ul li{font-size: 13px;}
  .w-heading p{font-size: 13px;}
  .card-content ul li{font-size: 13px;}
  .content p{font-size: 13px !important;}
  .content li{font-size: 13px !important;}
.box-caption ol li { padding: 10px 0; text-align: justify;font-size: 13px!important;}
.box-caption2 ol li { padding: 10px 0; text-align: justify;font-size: 13px !important;}
.box-caption ul li.teacher{font-size: 13px;}

  .left-justify{
  text-align: left !important;
}
  .box-caption ul li.teacher{ padding: 10px  0 0 0%;  background: none;}
.box-caption ul li.teacher2{ padding: 10px  0 0 0%;  background:none;}
.box-caption2 ul li.man{ padding: 10px  0 0 0%;  background: none;}
.box-caption2 ul li.man2{ padding: 10px  0 0 0%;  background: none;}
.box-caption2 ul li.man3{ padding: 10px  0 0 0%;  background: none;}



.product-1 .row{ padding: 20px 0 30px 0;background: #fff /* f3eded */; border-radius: 8px; margin: 10px 0; }

.box-p a{/* box-shadow: 0 0 30px 2px rgb(0 0 0 / 10%); */ background: #fff;
 margin: 0 2% 0 2%; padding: 50px; display: block; text-align: center;}
.box-p a img{ }
.box-caption{ padding: 20px 25px 0 25px; }
.box-caption h2{ font-size: 20px; line-height: 26px; font-weight: bold; color: #404040; margin-bottom: 10px;}
.box-caption p{ text-align: justify; }


.box-p2 a{/* box-shadow: 0 0 30px 2px rgb(0 0 0 / 10%); */ background: #fff;
 margin: 0 2% 0 2%; padding: 50px; display: block; text-align: center;}
.box-p2 a img{ }
.box-caption2{ padding: 50px 25px 0 25px; }
.box-caption2 h2{ font-size: 20px; line-height: 26px; font-weight: bold; color: #404040; margin-bottom: 10px;}
.box-caption2 p{}

}




.w-heading{}
.w-heading h2{font-size: 35px;
    line-height: 39px;
    font-weight: 600;
    color: black;}
.w-heading p{  }


@media only screen and (min-width: 320px) and (max-width: 768px){
  
.w-heading{}
.w-heading h2{font-size: 25px;
    line-height: 28px;
    font-weight: 600;
    color: black;}
.w-heading p{ text-align: justify; }
}

.tab-link1{  }
.tab-link1 ul{}
.tab-link1 ul li{padding: 10px 0;}
.tab-link1 ul li a{ text-align: right; color: #404040;     cursor: pointer;
    border-bottom: solid 1px transparent;
    font-weight: 700;
    text-align: right;
    font-size: 22px;
    padding: 0 0 5px 0;
    line-height: 31px;}

.tab-link1 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #399ed8;
    background-color: #fff;
    border:none;
}


.tab-link2{ padding-left: 60px; }
.tab-link2 ul{}
.tab-link2 ul li{padding: 10px 0;}
.tab-link2 ul li a{ text-align: right; color: #404040;     cursor: pointer;
    border-bottom: solid 1px transparent;
    font-weight: 700;
    text-align: left;
    font-size: 22px;
    padding: 0 0 5px 0;
    line-height: 31px;}

.tab-link2 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #399ed8;
    background-color: #fff;
    border:none;
}

.tab-fig{text-align: center !important;}
.tab-fig p{text-align: justify; padding:20px 0 0 40px;}



@media only screen and (min-width: 320px) and (max-width: 768px){

 .tab-fig p{text-align: justify; padding:20px 0% 0 0%; margin:20px 7% 0 7%;}
 .tab-link1 ul li a{ text-align: right; color: #404040;     cursor: pointer;
    border-bottom: solid 1px transparent;
    font-weight: 700;
    text-align: center;
    font-size: 22px;
    padding: 0 0 5px 0;
    line-height: 31px;}
}

.help-top{}
.help-top h2{ font-size: 45px; font-weight: bold; color: #000;}
.help-top h5 i{ margin-right: 10px; }

.border-box{ text-align: center; padding: 50px 50px 0 50px;}
.border-box h2{ color: #404040; font-weight: bold; padding-bottom: 20px;}
.border-box h3{color: #404040; font-size: 20px;}
.border-box p{}

.border-x{ border-left: #ccc 1px solid;  border-right: #ccc 1px solid; }


@media only screen and (min-width: 320px) and (max-width: 768px){
  .border-box p{text-align: justify;}
}


.tab-data-cont ul{ margin-left: 30px; }
.tab-data-cont li{ text-align: left; }


.benifit h2 {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
    font-size: 50px;
    font-family: "Style Script" !important;
    color: #69c8ff;
    font-weight: bold;
    padding-bottom: 30px;
}
@media only screen and (min-width: 320px) and (max-width: 768px){
  .ul-s ul{ width: 100% !important; float: none ; }
}

.ul-s{}
.ul-s ul{ width: 50%; float: left ; }
.ul-s ul li{ padding: 5px 0; }
.ul-s ul li.colorb{}

    .page-sidenav {
        display: block !important
    }


.padding {
    padding: 2rem
}

.w-32 {
    width: 32px !important;
    height: 32px !important;
    font-size: .85em
}

.tl-item .avatar {
    z-index: 2
}

.circle {
    border-radius: 500px
}

.gd-warning {
    color: #fff;
    border: none;
    background: #f4c414 linear-gradient(45deg, #f4c414, #f45414)
}

.timeline {
    position: relative;
    border-color: rgba(160, 175, 185, .15);
    padding: 0;
    margin: 0
}

.p-4 {
    padding: 1.5rem !important
}

.block,
.card {
    background: #fff;
    border-width: 0;
    border-radius: .25rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
    margin-bottom: 1.5rem
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.tl-item {
    border-radius: 3px;
    position: relative;
    display: -ms-flexbox;
    display: flex
}

.tl-item>* {
    padding: 10px
}

.tl-item .avatar {
    z-index: 2
}

.tl-item:last-child .tl-dot:after {
    display: none
}

.tl-item.active .tl-dot:before {
    border-color: #448bff;
    box-shadow: 0 0 0 4px rgba(68, 139, 255, .2)
}

.tl-item:last-child .tl-dot:after {
    display: none
}

.tl-item.active .tl-dot:before {
    border-color: #448bff;
    box-shadow: 0 0 0 4px rgba(68, 139, 255, .2)
}

.tl-dot {
    position: relative;
    border-color: rgba(160, 175, 185, .15)
}

.tl-dot:after,
.tl-dot:before {
    content: '';
    position: absolute;
    border-color: inherit;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%)
}

.tl-dot:after {
    width: 0;
    height: auto;
    top: 25px;
    bottom: -15px;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0
}

tl-item.active .tl-dot:before {
    border-color: #448bff;
    box-shadow: 0 0 0 4px rgba(68, 139, 255, .2)
}

.tl-dot {
    position: relative;
    border-color: rgba(160, 175, 185, .15)
}

.tl-dot:after,
.tl-dot:before {
    content: '';
    position: absolute;
    border-color: inherit;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%)
}

.tl-dot:after {
    width: 0;
    height: auto;
    top: 25px;
    bottom: -15px;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0
}
.tl-content{
  text-align: left;
}
.tl-content p:last-child {
    margin-bottom: 0
}

.tl-date {
    font-size: .85em;
    margin-top: 2px;
    min-width: 100px;
    max-width: 100px
}

.avatar {
    position: relative;
    line-height: 1;
    border-radius: 500px;
    white-space: nowrap;
    font-weight: 700;
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 500px;
    box-shadow: 0 5px 10px 0 rgba(50, 50, 50, .15)
}

.b-warning {
    border-color: #f4c414 !important
}

.b-primary {
    border-color: #448bff !important
}

.b-danger {
    border-color: #f54394 !important
}




.ver-new-cont {
    background: #fff;
    box-shadow: 5px 5px 5px 2px #c5bebe;
    padding: 25px;
    max-height: 600px;
    margin: 10px;
    height: 600px;
    margin-bottom: 50px;
}
.ver-new-cont h3{font-size: 25px;}


@media only screen and (min-width: 320px) and (max-width: 768px){
  .ver-new-cont {
    background: #fff;
    box-shadow: 5px 5px 5px 2px #c5bebe;
    padding: 25px;
    max-height: inherit;
    margin: 10px;
    height: inherit ;
    margin-bottom: 50px;
}
 .ver-new-cont h3{ font-size: 20px; }
 .ver-new-cont p{ font-size: 14px; }
 .toggle-item > h2 {
  color: #333333;
  font-size: 17px;
  font-weight: 700;
  background-color: #f9f9f9;
  padding: 0 30px 0 72px;
  margin: 0;
  position: relative;
  cursor: pointer;
  height: 60px;
  line-height: 25px !important;
  padding-top: 15px  !important;
}
}




.sc-title {
  color: #333333;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 36px;
  margin-top: -4px;
}
.sc-title span {
  color: #4a87cb;
}
.toggle-item {
  margin-bottom: 10px;
}
.toggle-item:last-child {
  margin-bottom: 0;
}
.toggle-item > h2 {
  color: #333333;
  font-size: 17px;
  font-weight: 700;
  background-color: #f9f9f9;
  padding: 0 30px 0 72px;
  margin: 0;
  position: relative;
  cursor: pointer;
  height: 60px;
  line-height: 60px;
}
.toggle-item > h2:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 8px;
  width: 48px;
  height: 48px;
  line-height: 45px;
  text-align: center;
  background-color: #fff;
  border:2px solid #86aedb;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
  color: #4a87cb;
}
.toggle-item > h2.active:before {
  content: '-';
  font-size: 30px;
  line-height: 44px;
}
.content {
  padding: 20px 0 26px;
  position: relative;
}
.content button{
  position: absolute;
  bottom: 30px;
  right: 0;
}
.content p {
  margin: 0;
  color: #555555;
  font-size: 16px;
  line-height: 26px;
  padding-right: 0;
}



.tech_ssec .sc-title {
  margin-bottom: 39px;
}
.tech_ssec .wegts-links {
  margin-bottom: -6px;
}
.stretch-card>.card {
    width: 100%;
    min-width: 100%
}





.card-content ul{
  list-style:none;
  margin: 0px;
  padding: 0px;
}

.card-content ul li{
  background:url('../img/hand.png') left 15px  no-repeat;
  padding:10px 7% 10px 7%;
  text-align: justify;
  display: block;
  
}


.card-content-wrap{
  padding-left: 15%;
}
.b-sec{
  border: 1px solid #eee;
  margin: 30px 0;
  padding: 0 0;


}
.card-title{
 padding: 20px 0 0 0;
 margin-bottom: 13px;
 color: #10707f;
 font-size: 20px;
  }


.card-image{
  box-shadow: 0 0 30px 2px rgb(0 0 0 / 10%);
 margin-left: -15px;
 transition: all ease 1s;
 padding: 20px 0; 
}
.card-image:hover{  transform: scale(1.1);  overflow: hidden;}

/* responsive card */
@media only screen and (min-width: 320px) and (max-width: 768px){
  .card-content ul li{
  background:#fff;
  padding:10px 0 10px 0%;
  
}
.b-sec .col-lg-4 {

 margin-left: 0 5%;
 padding: 0px ;


}

.card-image {
    box-shadow: 0 0 30px 2px rgb(0 0 0 / 10%);
    margin-left: -15px;
    transition: all ease 1s;
    padding: 21px 16px;
    
}
.card-content-wrap{
  padding-left: 0% !important;
}
.card-content-wrap{
  padding-right: 5% !important;
}
.info-list button{ display: block; }
}
/* responsive card end */


/* t card */


.t-card .row{ padding: 20px 0; }
.cardcontainer {
  box-shadow: 0 0 30px 2px rgb(0 0 0 / 10%);
    
}
@media only screen and (min-width: 320px) and (max-width: 768px){
  .cardcontainer {
  box-shadow: 0 0 30px 2px rgb(0 0 0 / 10%);
    margin-top: 20px;
}
.fnone { display: none; }
}
.photo {
    width: 100%
}

.photo img {
    height: 100%;
    width: 100%
}

.txt1 {
    margin: auto;
    text-align: center;
    font-size: 17px
}

.content {
    width: 100%;

    margin-left: auto;
    margin-right: 0;
    padding: 10px 5% 75px 8%;
    position: relative;
    
}
.content .collapse{ padding-top: 10px; }
.content h3{ font-size: 20px;  padding-top: 20px;}
.content p{ text-align: justify;}
.content ul{ margin: 0px; padding: 0px; }
.content li{text-align: left; }

.photos {
    width: 100%;
    height: 30px;
    background-color: #E74C3C;
    color: white;
    position: relative;
    top: -30px;
    padding-left: 10px;
    font-size: 20px
}

.txt4 {
    font-size: 27px;
    position: relative;
    top: 33px
}

.txt5 {
    position: relative;
    top: 18px;
    color: #E74C3C;
    font-size: 23px
}

.txt2 {
    position: relative;
    top: 10px
}


@keyframes move1 {
    0% {
        height: 300px
    }

    100% {
        height: 200px
    }
}




.t-card button{ outline: none !important; border: none  !important; background: transparent;}
.whytab button{ outline: none !important; border: none  !important; background: transparent;}



.slider-main h2{font-family: "Style Script" !important; color: #69c8ff; font-weight: 100;}


.privacy-bg{
 background: url("../img/contact-bg.jpg") left top no-repeat;
   margin-top: 80px;
   padding:80px 0px;
}
.privacy-bg h2{
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    color: #fff;

}
.privacy-bg span{
    font-size: 38px;
    font-weight: 600;
    line-height: 50px;
     color: #fddb32;

}
.bg-policy-nav{
  background: #1f1f26 !important;
}
.privacy-contant{}
.privacy-contant ul{
  margin:5px 0 5px 20px;
  padding: 0px;
}
.privacy-contant ul li{
  margin-bottom: 10px;
  text-align: justify;
}
.privacy-contant p{
  font-size: 16px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 26px;
    margin: 0 0 15px 0!important;
    text-align: justify;
    color: #24282f;
}
.privacy-contant h3{
      font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 26px;
    margin: 0 0 7px 0!important;
    color: #24282f;
}

.privacy-contant h2{
      font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 26px;
    margin: 0 0 7px 0!important;
    color: #24282f;
}

@media (min-width: 320px) and (max-width: 767px){
  .privacy-contant p{
  font-size: 13px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 26px;
    margin: 0 0 15px 0!important;
    text-align: justify;
    color: #24282f;
}
.privacy-contant ul li{
  margin-bottom: 10px;
  text-align: justify;
  font-size: 13px;
}

.privacy-bg{
  margin-top: 64px;
}
}