body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}
a {
  color: #001b3a;
  text-decoration: none;
  font-weight: 600;
}

#navbar a{
  font-weight: unset !important;
}
a:hover {
  color: #1eb4ff;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

iframe {
    border: 0;
    width: 100%;
    height: 300px;
}
section#product h2 {
    text-align: center;
}
section#cta .row{
    width: 100%;
    margin: 0px!important;
}
#cta .row .aos-init.aos-animate {
    padding: 0px;
}
section#cta .row .row>* {
    width: 100%;
    padding: 0px!important;
}


/*sizes*/
section#features,section#portfolio {
    background: #f6f6f6;
}
section#features h3 {
  font-weight: 400;
  font-size: 32px;
  color: #364146;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.loading {
    position: fixed;
    z-index: 999;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; 
    width: 130px;
  }
  .overlay {
    background-color: #001b3a;
    z-index:9999;
    display: none;        
    position: absolute;   
    top: 0;                  
    right: 0;               
    bottom: 0;
    left: 0;
    opacity: 0.7;
  }
.row.colour_diamond {
    text-align: center;
    justify-content: center;
}
.colour_diamond h4 {
    margin-left: 5px;
    font-weight: 500;
}

h4.dmd-chart-title {
    color: #001b3a;
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
}
.colour_diamond .dshape-box {
     box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    border-radius: .25rem;
    border-width: 0;
    background-color: #fff;
    position: relative;
    min-height: 120px;
}

.colour_diamond .carat-box {
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    border-radius: .25rem;
    border-width: 0;
    background-color: #fff;
    position: relative;
    min-height: 40px;
}

.colour_diamond .cpsf-box {
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    border-radius: .25rem;
    border-width: 0;
    background-color: #fff;
    position: relative;
    min-height: 40px;
}
.ddmodaldialog{
    margin: 1.75rem auto;
    max-width: 700px;
}

.shape-src-hover .shape-rd-s,.shape-ps-s,.shape-em-s,.shape-as-s,.shape-mq-s,.shape-rt-s,.shape-ht-s,.shape-pl-s,.shape-cm-s,.shape-ov-s,.shape-ot-s {
    display: none;
}
@media (hover: hover) {
    .shape-src-hover:hover .shape-ot-s,.shape-src-hover:hover .shape-rt-s,.shape-src-hover:hover .shape-ht-s,.shape-src-hover:hover .shape-pl-s,.shape-src-hover:hover .shape-cm-s,.shape-src-hover:hover .shape-ov-s,.shape-src-hover:hover .shape-mq-s,.shape-src-hover:hover .shape-as-s,.shape-src-hover:hover .shape-ps-s,.shape-src-hover:hover .shape-rd-s,.shape-src-hover:hover .shape-em-s{
        display: inline
    }

    .shape-src-hover:hover .shape-ot-d,.shape-src-hover:hover .shape-rt-d,.shape-src-hover:hover .shape-ht-d,.shape-src-hover:hover .shape-pl-d,.shape-src-hover:hover .shape-cm-d,.shape-src-hover:hover .shape-ov-d,.shape-src-hover:hover .shape-mq-d,.shape-src-hover:hover .shape-as-d,.shape-src-hover:hover .shape-ps-d,.shape-src-hover:hover .shape-rd-d,.shape-src-hover:hover .shape-em-d{
        display: none
    }

    .dshape-box:hover  {
        box-shadow: 0 5px 15px rgb(0 0 0 / 30%) !important;
        cursor: pointer;
        background-color: #001b3a;
        color: #FFF;
    }

    .carat-box:hover {
        box-shadow: 0 5px 15px rgb(0 0 0 / 30%) !important;
        cursor: pointer;
        background-color: #001b3a;
        color: #FFF;
    }
}
.dshape-box.selected  {
    box-shadow: 0 5px 15px rgb(0 0 0 / 30%) !important;
    cursor: pointer;
    background-color: #001b3a;
    color: #FFF;
}

.carat-box.selected {
    box-shadow: 0 5px 15px rgb(0 0 0 / 30%) !important;
    cursor: pointer;
    background-color: #001b3a;
    color: #FFF;
}

.shape-src-hover.selected .shape-ot-s,.shape-src-hover.selected .shape-ps-s,.shape-src-hover.selected .shape-rd-s,.shape-src-hover.selected .shape-em-s,.shape-src-hover.selected .shape-as-s,.shape-src-hover.selected .shape-mq-s,.shape-src-hover.selected .shape-cm-s,.shape-src-hover.selected .shape-pl-s,.shape-src-hover.selected .shape-ht-s,.shape-src-hover.selected .shape-ov-s,.shape-src-hover.selected .shape-rt-s{
    display: inline
}

.shape-src-hover.selected .shape-ot-d ,.shape-src-hover.selected .shape-ps-d ,.shape-src-hover.selected .shape-rd-d,.shape-src-hover.selected .shape-em-d,.shape-src-hover.selected .shape-as-d,.shape-src-hover.selected .shape-mq-d,.shape-src-hover.selected .shape-ov-d,.shape-src-hover.selected .shape-cm-d,.shape-src-hover.selected .shape-pl-d,.shape-src-hover.selected .shape-ht-d,.shape-src-hover.selected .shape-rt-d {
    display: none
}

.crn-pop-footer{
    margin-bottom: 20px;
    border-bottom: 2px solid #226398;
}
.stock-left {
    padding-right: 5px;
    margin-bottom: 10px;
    padding-left: 5px;
}
.p-3 {
    padding: 1rem!important;
}
.h-100 {
    height: 100% !important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.flex-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
}

.locationCheck,.shapeCheck,.colourCheck,.clarityCheck,.cutCheck,.symmetryCheck,.polishCheck,.fluorescenceCheck,.tvgpCheck,.texCheck,.texNoneCheck,.caratCheck,.labCheck,.typeCheck{
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    left: 0;
    top: 0;
    margin: 0px !important;
    padding: 0px !important;
    opacity: 0;
    cursor: pointer;
}
input[type="radio"], input[type="checkbox"] {
    margin: 2px 0 0;
}

.radio, .checkbox {
    min-height: 18px;
}

input[type="radio"], .radio input[type="radio"], .radio-inline input[type="radio"], input[type="checkbox"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: relative;
    width: 15px;
    width: 16px \0;
    height: 15px;
    height: 16px \0;
    -webkit-appearance: none;
    background: white;
    border: 1px solid #226398;
    border: 1px solid transparent \0;
    border-radius: 1px;
}

input[type="radio"]:focus, .radio input[type="radio"]:focus, .radio-inline input[type="radio"]:focus, input[type="checkbox"]:focus, .checkbox input[type="checkbox"]:focus, .checkbox-inline input[type="checkbox"]:focus {
    border-color: #226398;
    outline: 0;
}

input[type="radio"]:active, .radio input[type="radio"]:active, .radio-inline input[type="radio"]:active, input[type="checkbox"]:active, .checkbox input[type="checkbox"]:active, .checkbox-inline input[type="checkbox"]:active {
    background-color: #ebebeb;
    border-color: #c6c6c6;
}

input[type="radio"]:checked, .radio input[type="radio"]:checked, .radio-inline input[type="radio"]:checked, input[type="checkbox"]:checked, .checkbox input[type="checkbox"]:checked, .checkbox-inline input[type="checkbox"]:checked {
    background: #fff;
}

input[type="radio"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    width: 15px;
    width: 18px \0;
    height: 15px;
    height: 18px \0;
    border-radius: 1em;
}

input[type="radio"]:checked::after, .radio input[type="radio"]:checked::after, .radio-inline input[type="radio"]:checked::after {
    position: relative;
    top: 3px;
    left: 3px;
    display: block;
    width: 7px;
    height: 7px;
    content: '';
    background: #666;
    border-radius: 1em;
}
.colour_diamond img {
    width: 50px;
}
.shape-heading {
    text-align: center;
    font-weight: 500;
    margin-top: 10px;
}

.portfolio{
  padding: 0px !important;
}
/*sizes ends*/

.our-products{
  margin:auto;
}
.float{
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 60px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    box-shadow: 0 0 0 rgba(204,169,44, 0.4);
    animation: pulse-animation 2s infinite;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(37, 211, 102, 0.9);
  }
  100% {
    box-shadow: 0 0 0 30px rgba(37, 211, 102, 0);
  }
}
.float:hover{
  background-color:#25d366;
  color:#FFF;
}
.my-float{
  margin-top:12px;
}
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #001b3a;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #001b3a;
  color: #fff;
}
.row.ydu {
    justify-content: center;
    margin-top: 40px !important;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
  #header .logo img {
    padding: 0;
    margin: 0;
    transition: 1s !important;
    transform: scale(1);
}
#footer .logo img {
    padding: 0;
    margin: 0;
    width: 250px;
}
.header-scrolled .logo img {
    transform: scale(0.7) !important;
}
.header-scrolled{
  height:70px !important;
}
@media screen and (max-width: 470px) {
  .login_form {
    margin: 0 auto;
    width: 100% !important;
    padding: 10px 15px;
}
.web_login {
  padding: 18px 0 !important;
}
.web_login h1 {
  font-size: 18px !important;
}
}

@media screen and (max-width: 768px) {
  section#cta h2 {
    color: #FFF;
    text-align: right;
    margin-top: 45px;
    font-size: 20px;
}
.browse-left p {
    font-size: 16px !important;
}
.browse-left span {
  
    font-size: 14px !important;
    padding: 6px !important;

}
.apps-img img {
    width: 135px;
}
section#cta .row {
    background-color: #001b3a;
    height: 280px !important;
}
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
  .navbarlogin{
    margin-left: 0px !important;
  }
  #header {
    height: 60px !important;
  }
  .navbarlogin a {
    padding: unset !important;
  }
  .footer-bottom{
    background-color: #FFF;
  }
  #header .logo img {
    max-width: 200px  !important;
  }
  #footer .copyright {
    float: unset !important;
    text-align: center;
  }
  #footer .credits {
    float: unset !important;
    text-align: center;
    }
 }
#header {
  height: 95px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #001b3a;
  color:#FFF;
}
#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 0;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Open Sans", sans-serif;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #576971;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  margin: 0;
  width: 300px;
}
.header-social-links {
  margin: 0 0 0 30px;
}
@media (max-width: 768px) {
  .header-social-links {
    margin: 0 15px 0 0;
  }
}
.header-social-links a {
  color: #7b909a;
  display: inline-block;
  line-height: 0px;
  transition: 0.3s;
  padding-left: 10px;
}
.header-social-links a:hover {
  color: #001b3a;
}
.navbar {
  padding: 0;
}
.navbarlogin{
    background-color: #FFF;
    text-align: center;
    border-radius: 50px;
    margin-left: 10px;
}
.navbarlogin a{
    padding: 2px 20px 2px 20px !important;
    color:#000 !important;
}
.navbarlogin a:hover{
    color: #000  !important;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  color: #7b909a;
  white-space: nowrap;
  transition: 0.3s;
}
.howitworkstep {
  padding: 3px 6px;
  background-color: #f3f3f3;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.home-silder-img{
  height:400px;
}
.navbar a:hover, .navbar .active, .navbar li:hover > a {
  color: #ffffff;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  color: #003651;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #001b3a;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
.mobile-nav-toggle {
  color: #FFF;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(32, 38, 41, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #364146;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #001b3a;
}
.navbar-mobile .getstarted {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #001b3a;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
#hero {
  background-image: url("../img/home-1.jpg");
  background-size: cover;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
}
#hero_1 {
  background-image: url("../img/home-2.jpg");
  background-size: cover;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
}
#product {
  background-image: url("../img/bg-product.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.contact-us{
  background-image: url("../img/bg-concat.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; 
}
#hero h1,#hero_1 h1{
  margin: 230px 0 20px 30px;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #FFF;
}
#hero h2,#hero_1 h2 {
  color: #FFF;
  margin-bottom: 30px;
  font-size: 18px;
  width: 600px;
  margin-left: 30px;
}
.testimonials p {
  font-size: 18px;
}
#hero .btn-get-started,#hero_1 .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 3px;
  transition: 0.5s;
  color: #fff;
  background: #001b3a;
}
#hero .btn-get-started:hover,#hero_1 .btn-get-started:hover  {
  background: #226398;
}
#hero .hero-img,#hero_1 .hero-img  {
  text-align: center;
}
#hero .hero-img img,#hero_1 .hero-img img {
  width: 70%;
}
@media (max-width: 992px) {
  #hero h1,#hero_1 h1  {
    font-size: 32px;
    line-height: 40px;
  }
  #hero h2,#hero_1 h2 {
    font-size: 16px;
  }
  .about p {
    font-size: 16px !important;
  }
  #services p {
    font-size: 16px !important;
  }
  .testimonials p {
    font-size: 16px !important;
  }
  .faq .faq-list p {
    font-size: 15px !important;
  }
  .faq .faq-list .question {
    font-size: 15px !important;
  }
  .faq .faq-list li {
    margin-bottom: 8px !important;
    padding-bottom: 8px !important;
}
}
section {
  padding: 60px 0;
  overflow: hidden;
}
.section-bg {
  background-color: #f6f8fc;
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: "Poppins", sans-serif;
  color: #627680;
}
.section-title p {
  margin-bottom: 0;
}
.about {
  padding: 0;
  margin-top: 40px;
background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url(../img/about-us-bg.jpg) center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.about .container {
  background-color: transparent;
  padding: 60px 50px;
}
@media (max-width: 992px) {
  .about .container {
    padding: 30px;
  }
}
.about .content h3 {
  font-weight: 400;
  font-size: 32px;
  color: #364146;
  font-family: "Poppins", sans-serif;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-bottom: 10px;
}
.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #28a745;
}
.about .content p:last-child {
  margin-bottom: 0;
}
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  text-align: center;
  border-bottom: 3px solid #fff;
}
.services .icon-box:hover {
  transform: translateY(-5px);
}
.services .icon i {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 15px;
}
.services .title {
  font-weight: 700;
  margin-bottom: 0px;
  font-size: 18px;
  margin-top: 15px;
}
.services .title a {
  color: #111;
}
.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}
.services .icon-box-pink .icon i {
  color: #ff689b;
}
.services .icon-box-pink:hover {
  border-color: #ff689b;
}
.services .icon-box-cyan .icon i {
  color: #3fcdc7;
}
.services .icon-box-cyan:hover {
  border-color: #3fcdc7;
}
.services .icon-box-green .icon i {
  color: #41cf2e;
}
.services .icon-box-green:hover {
  border-color: #41cf2e;
}
.services .icon-box-blue .icon i {
  color: #2282ff;
}
.services .icon-box-blue:hover {
  border-color: #2282ff;
}
.cta {
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url("../img/about-us-bg.jpg") center center;
  background-size: cover;
  padding: 80px 0;
}
.cta h3 {
  color: #364146;
  font-size: 28px;
  font-weight: 700;
}
.cta p {
  color: #576971;
}
.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #001b3a;
}
.cta .cta-btn:hover {
  background: #226398;
}
@media (min-width: 1024px) {
  .cta {
    background-attachment: fixed;
  }
}
@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
section#cta .row {
    background-color: #001b3a;
    height: 375px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}
section#cta h2 {
    color: #FFF;
    text-align: right;
    margin-top: 45px;
}
.browse-left {
    max-width: 70%;
    text-align: center;
    justify-content: center;
}
.browse-left p{
  color: #FFF;
 text-align: right;
  font-size: 21px;
  padding-top: 5px;
}
.browse-left span{
  font-size: 16px;
    color: #001b3a;
    background-color: #FFF;
    justify-content: flex-end;
    display: flex;
    width: fit-content;
    margin: auto;
    margin-right: 0;
    text-align: center;
    padding: 8px;
    border-radius: 15px;
    font-weight: 600;
}
.browse-right{
  float: right;
   max-width:30%;
}
.browse-right img{
  margin-top: 30px;
  animation: bounce 1s infinite alternate;
  -webkit-animation: bounce 1s infinite alternate;
}
@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}
.apps-img img {
    transition: 0.5s ease-in-out;
}
.androidstore:hover img {
  transform: scale(1, 1);
  -webkit-filter: saturate(2.5);
  filter: saturate(2.5);
  transition: 0.5s ease-in-out;
}
.iosstore:hover img {
  transform: scale(1, 1);
  -webkit-filter: saturate(20);
  filter: saturate(20);
  transition: 0.5s ease-in-out;
}
.browse-right:hover img{
  transform: scale(2, 2);
  -webkit-filter: saturate(2.0);
  filter: saturate(2.0);
  transition: 0.5s ease-in-out;
}
section#cta .row.aos-init.aos-animate {
    justify-content: center;
}
.apps-img{
  display: flex;
  justify-content: right;
  width: 100%;
  padding-top: 20px;
}
.contact .info {
  padding: 30px;
  background: #fff;
  width: 100%;
  border: 2px solid #e9ecee;
  border-radius: 4px;
}
.contact .info i {
  font-size: 20px;
  color: #001b3a;
  float: left;
  width: 44px;
  height: 44px;
  background: #f2f4f5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #364146;
  padding: 0 0 0 60px;
}
.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #627680;
}
.contact .info .social-links {
  padding-left: 60px;
}
.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}
.contact .info .social-links a:hover {
  background: #001b3a;
  color: #fff;
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #001b3a;
  color: #fff;
}
.contact .php-email-form {
  width: 100%;
  padding: 30px;
  background: #fff;
  border: 2px solid #e9ecee;
  border-radius: 4px;
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.site_button {
background: #001b3a;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    z-index: 999;
    display: block;
    width: fit-content;
    margin: auto;
}

.site_button:hover{
    color: #FFF !important;
}

.site_button:hover:after {
    left: 35%;
    transition: 1s !important;
    opacity: 0.7;
    color: #FFF !important;
}
.site_button:after {
    content: '';
    position: absolute;
    background: url(../img/btn-dmd.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
    transition: all 0.5s ease-in-out 0s;
    left: -33px;
    bottom: 5px;
    width: 35px;
    transition: 1s !important;
    height: 35px;
    transform: scale(1.05);
    z-index: -1;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#footer {
  background: #f7f8f9;
  padding: 0 0 30px 0;
  color: #364146;
  font-size: 14px;
}
#footer .footer-top {
  background: #001b3a;
  color: #FFF;
  padding: 60px 0 30px 0;
  border-top: 2px solid #e9ecee;
  border-bottom: 2px solid #e9ecee;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#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: "Raleway", sans-serif;*/
  color: #FFF !important;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #e9ecee;
  color: #000;
  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: #fff;
  color: #000;
  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: #FFF;
  font-size: 18px;
  line-height: 1;
  margin-left: -5px;
}
#footer .footer-top .footer-links ul li {
  margin: 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-links ul li a.middle{
  position: relative;
  padding-bottom: 7px;
}
.footer-links ul li a.middle::after {
  position: absolute;
  width: 0;
  content: '';
  left: 0;
  background: #fff;
  height: 1px;
  transition: 1s !important;
  bottom: 0;
}
.footer-links ul li a.middle:hover:after {
  width: 100%;
  opacity: 1;
}
#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e3e7e9;
}
#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: -1px;
  right: -2px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #001b3a;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}
#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #007ab7;
}
#footer .copyright {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 13px;
  color: #364146;
  float:left;
}
#footer .credits {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 13px;
  color: #364146;
  float:right;
}
.product-s-item img{
  vertical-align: middle;
  border-style: none;
}
 .bcard{
  background:#FFF;
  border: 0px;
  padding: 60px 20px;
  border-radius: 10px;
  margin: 10px;
  height: 361px;
  transition: all .3s ease-in-out;
}
.swiper-button-prev-2,.swiper-button-next-2{
  display:inline-block;
  color: #001b3a;
  font-size: 30px;
}
.bcard:hover {
  box-shadow: 0 6px 30px rgb(51 51 51 / 10%);
  transform: translateY(-10px);
}
.bcard h4{
    color: #000;
    font-size: 20px;
    font-family: 'Product Sans', sans-serif;
    letter-spacing: -1px;
    line-height: 1.38rem;
}
.bcard p{
  color: #616161;
  font-size: 16px;
  line-height: 24px;
}

.phead{
  margin-bottom: 40px;
}
.phead>p {
  font-size: 18px;
  font-family: 'Avenir';
  line-height: 1.67rem;
  letter-spacing: 0.18px;
}
.phead>h2 {
  color: #000;
  font-size: 36px;
  letter-spacing: -1px;
  line-height: 2.2rem;
}
.l-30 {
  line-height: 30px;
}
.f-18 {
  font-size: 18px;
}
.services .icon-box-theme:hover {
  border-color: #001b3a;
}
.web_login {
  width: 100%;
  padding: 80px 0;
  position: relative;
}
.web_login h1 {
  font-size: 26px;
  text-align: center;
  margin: 0 0 20px 0;
  font-weight: 600;
  line-height: 56px;
  color: #364146;
}

.sum_tab select, .sum_tab input[type=text], .sum_tab input[type=tel], .sum_tab input[type=email], .sum_tab input[type=password] {
  font-family: 'Avenir';
  width: 100%;
  font-size: 16px;
  color: #616161;
  background: #fff;
  border: 1px solid #8e8b8b;
  margin-bottom: 10px;
  height: 50px;
  padding: 10px 15px;
  border-radius: 8px;
}

.sum_tab select:focus,.sum_tab input[type=text]:focus, .sum_tab input[type=tel]:focus, .sum_tab input[type=email]:focus, .sum_tab input[type=password]:focus {
  border: 1px solid #001b3a;
  box-shadow: 0px 1px 5px 0px rgb(0 33 115 / 44%);
  outline: none;
}

.login_form {
  margin: 0 auto;
  width: 450px;
  padding: 10px 15px;
}
.text-right {
  text-align: right!important;
}
.pl-5, .px-5 {
  padding-left: 3rem!important;
}
.pr-5, .px-5 {
  padding-right: 3rem!important;
}
.error {
  color: red;
  display: inline-block;
  margin-bottom: .5rem;
  margin-top: -5px;
  font-size: 14px;
}
.product-section{
  background-color: #f6f8fc;
}
.product-section p{
  font-size:16px !important;
}
.about p{
  font-size:18px;
}
.git{
  margin: 0px !important;
}
.consec{
  padding: 20px !important;
}
.Join-Us{
  margin-top:50px;
}
.sectit{
  padding-bottom: 18px !important;
}
.web_login h3 { 
  color: #000;
font-size: 22px;
font-family: 'Product Sans', sans-serif;
letter-spacing: -1px;
line-height: 2.2rem;
}
.section-title-faq h2 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: "Poppins", sans-serif;
  background-color: #001b3a;
  color: #FFF;
  padding: 5px;
  text-align: center;
}
.wheadertop h1 {
  font-size: 1.85rem;
  line-height: 1.5;
  scroll-behavior: smooth;
    font-family: 'AvenirLTStdBook', sans-serif;
}
.wheadertop p {
  font-size: 40px;
  margin-bottom: 1rem;
  line-height: normal;
  scroll-behavior: smooth;
  font-family: 'AvenirLTStdBook', sans-serif;
}
.wheadertop {
  background-color: #FFF;
  padding: 18px 50px 18px 50px;
}
.sharehead{
  z-index: 100;
    color: rgb(255, 255, 255);
    position: fixed;
    width: 100%;
    height: 70px;
    font-size: 25px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 600;
    padding-left: 50px;
    text-transform: uppercase;
}
.fstrow{
  padding: 20px 0px 20px 5%;
}
.sharedcustdata{
  margin-top: 100px;
}
.sharedcustdatant{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.sharedcustdatant h1{
  color: #001b3a;
    font-weight: bold;
}
.bkoYIF {
    width: 100%;
    font-size: 14px;
    margin-top: 40px;
}
.kEZPHB {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
    font-weight: 500;
}
.iEAEki {
    width: 100px;
    height: 100px;
    margin: 20px;
    border-radius: 50px;
    background: #fff;
}
.eJrxmZ {
    color: rgb(145, 145, 145);
    font-weight: 400;
}
.gFbCsl {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    object-fit: cover;
    padding: 10px;
}
.ROWtX {
    font-size: 20px;
    font-weight: 400;
}
.sharedname{
  background-color: #fff; 
  margin-top: 20px;
}
.sharedname h4{
  font-size: 24px !important;
  padding: 0px !important;
  margin-bottom: 10px !important;
  color:#001b3a !important;
}
.sharepricetitle{
  color: rgb(145, 145, 145);
    font-weight: 400;
    font-size: 16px;
    width: 160px;
}
.eBNcqj {
  font-weight: 600;
  margin: 5px 0px 30px;
}
.eBNcqjimg{
  width: 30px !important;
  margin-left: 5px !important;
}
.dHnzxb {
  background: rgb(240, 240, 240);
  display: inline-flex;
  font-size: 14px;
  padding: 10px;
  color: rgb(0, 0, 0);
}
.hljlTB {
  display: flex;
  margin-bottom: 12px;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
}
.dTQRWv {
  font-size: 16px;
  font-weight: 600;
}
.dwsamplefile{
    font-size: 12px;
    font-weight: 600;
}
.cnwZcj {
    color: rgb(145, 145, 145);
    font-weight: 400;
    font-size: 16px;
    width: 130px;
}
.ecIlO {
    font-size: 14px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.gbiRNo {
    border-radius: 30px;
    width: 13px;
    height: 13px;
    margin-right: 13px;
    background: rgb(0, 186, 136);
}
.jNnhKU {
    font-size: 16px;
    font-weight: 600;
}
.sharelab {
    background: rgb(240, 240, 240);
    display: inline-flex;
    font-size: 14px;
    padding: 10px;
    color: rgb(0, 0, 0);
}

.eWKVof {
    width: 400px;
    margin-bottom: 30px;
    font-weight: 500;
    text-transform: uppercase !important;
}
.jxzMid {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 14px;
}
.UIIoo {
    color: rgb(145, 145, 145);
    width: 160px;
    margin-right: 10px;
}
.ldsaql {
    width: calc(100% - 160px);
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    word-break: break-word;
}
.share-sd-pd{
  padding-right: 25px;
}
.gnvNkA {
    font-size: 14px;
    font-weight: 600;
}
.gygKyv {
    display: flex;
    margin-bottom: 12px;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    margin-top: 15px;
}
.duaQBv {
    color: rgb(0, 0, 0);
    position: relative;
    margin-right: 8px;
}
.jVYTpO {
    font-size: 15px;
}
.eMIohi {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.jAImoo {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    text-transform: uppercase !important;
}
.sharedname img{
  width: 300px;
  height: auto;
  margin-left: -30px;
}
.sharedname .bi-clock{
  color: #001b3a;
  display: inline-block;
  font-size: 25px;
  margin-right: 5px
}
#share-dmd{
  padding: 60px 0;
  overflow: hidden;
  background-color: #f6f8fc;
}  
  .exsharedate{
    color: #001b3a;
    display: flex;
    margin-top: 12px;
  }
  .error-v2 {
    color:rgb(193, 2, 48);
    display: inline-block;
    font-size: 12px;
}
  .loading {
    position: fixed;
    z-index: 999;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; 
    width: 130px;
  }
  .overlay {
    background-color: #001b3a;
    z-index:9999;
    display: none;        
    position: fixed;   
    top: 0;                  
    right: 0;               
    bottom: 0;
    left: 0;
    opacity: 0.4;
  }
  .pg-nt-fd-ld{
    width:250px;
    height:auto;
  }
@media (max-width: 767px){
  #footer {
    text-align:center;
  }
  #footer .footer-top .footer-links ul li{
    justify-content: center;
  }

  #footer .footer-top {
    padding: 20px 0 0px 0;
  }
.sharehead {
    height: 50px;
    font-size: 19px;
    padding-left: 20px;
}
.ldsaql{
  justify-content: center !important;
}
.kEZPHB {
  margin-left: 20px;
  margin-right: 20px;
}
.gnvNkA {
    text-align: center;
}
.sharedcustdata {
    margin-top: 0px;
}
}
 #burger{
  position: fixed;
  right: 0;
  top: 0;
  color: white;
  background-color: #001b3a;
  font-size: 30px;
  padding: 0px 15px 14px 28px;
  border-radius: 0% 0% 0% 100%;
  transition: 1s;
  cursor: pointer;
}
.burgerpr{
position: relative;
}
.burger{
  width: 20px;
  height: 8px;
  position: relative;
  display: block;
  margin: -4px auto 0;
  top: 30px;
}
.burger .bar.topBar {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
}
.burger .bar.btmBar {
  -webkit-transform: translateY(6px) rotate(0deg);
  transform: translateY(6px) rotate(0deg);
}
#burger.menu-opened .bar.topBar {
  -webkit-transform: translateY(4px) rotate(45deg);
  transform: translateY(4px) rotate(45deg);
}

#burger.menu-opened .bar.btmBar {
  -webkit-transform: translateY(3px) rotate(-45deg);
  transform: translateY(3px) rotate(-45deg);
}
#burger.menu-opened .burger .bar {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transition-delay: 0s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.burger .bar {
  width: 100%;
  height: 2px;
  display: block;
  position: relative;
  background: #FFF;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#quit{
  position: fixed;
  top: -3px;
  right: -6px;
  color:transparent;
  font-size: 32px;
  padding: 16px;
  display: none;
  cursor: pointer;
  z-index: 99999;
}
#links{
  display: none;
  flex-direction: column;
  width: 100vw;
height: 70vh;
padding: 18vh 0;
justify-content: space-around;
  position: relative;
  margin-top: 25%;
  font-size: 20px;
}
#links a{
  text-align: center;
  text-decoration: none;
  color: white;
  font-size: 1.2em;

  margin-top: 30px;
}

@media all and (min-width: 320px) and (max-width: 480px) {
.browse-left {
    max-width: 100% !important;
}
section#cta h2 {
    color: #FFF;
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
}
.browse-left p {
    color: #FFF;
    text-align: center;
}
.browse-left span {
    font-size: 14px !important;
    padding: 4px !important;
    display: unset !important;
}
.apps-img {
    justify-content: center;
}
.browse-right {
    float: unset;
    max-width: 100%;
}
section#cta .row {
    height: auto !important;
    border-bottom-left-radius: 0% !important; 
    border-bottom-right-radius: 0% !important;
}
.browse-right img {
    margin-top: 20px !important;
    width: 400px !important;
}
  .row.ydu{
    margin-top: 0px !important;
  }
  .appicon{
    display: inline-block !important;
    padding: 5px;
  }
  #hero {
    background-image: url("../img/home-1.jpg");
    background-size: cover;
    height: auto;
    background-repeat: no-repeat;
  }
  #hero_1 {
    background-image: url("../img/home-2.jpg");
    background-size: cover;
    height: auto;
    background-repeat: no-repeat;
  }
#hero h2,#hero_1 h2 {
  color: #FFF;
  margin-bottom: 8px;
  font-size: 12px;
  width: 148px;
  margin-left: -17px;
}
.mmtop{
  margin-left: 15px;
}
#hero h1,#hero_1 h1  {
    font-size: 16px;
    line-height: 15px;
    margin: -15px 0 20px -18px;
  }
}
@media all and (min-width: 481px) and (max-width: 767px) {
section#cta .row .row>* {
    justify-content: center;
    text-align: center;
}
.browse-left {
    max-width: 100% !important;
}
section#cta h2 {
    color: #FFF;
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
}
.browse-left p {
    color: #FFF;
    text-align: center;
}
.browse-left span {
    font-size: 14px !important;
    padding: 4px !important;
    display: unset !important;
}
.apps-img {
    justify-content: center;
}
.browse-right {
    float: unset;
    max-width: 100%;
}
section#cta .row {
    height: auto !important;
    border-bottom-left-radius: 0% !important; 
    border-bottom-right-radius: 0% !important;
}
.browse-right img {
    margin-top: 20px !important;
    width: 400px !important;
}
  .row.ydu{
    margin-top: 0px !important;
  }
  .window .header .burger-container {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    background: #FFF;
}
.window .header .burger-container #burger {
    width: 20px;
    height: 8px;
    position: relative;
    display: block;
    margin: -4px auto 0;
    top: 50%;
}
.window .header .burger-container #burger .bar {
    width: 100%;
    height: 2px;
    display: block;
    position: relative;
    background: #FFF;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.window .header .burger-container #burger .bar.btmBar {
    -webkit-transform: translateY(6px) rotate(0deg);
    transform: translateY(6px) rotate(0deg);
}
  #hero {
    background-image: url("../img/home-1.jpg");
    background-size: cover;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
  }
  #hero_1 {
    background-image: url("../img/home-2.jpg");
    background-size: cover;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .mmtop{
    margin-left: 30px;
  }
  #hero h1,#hero_1 h1 {
    margin: -32px 0 20px -30px;
  }
  #hero h1, #hero_1 h1 {
    font-size: 20px;
    line-height: 30px;
  }

  #hero h2,#hero_1 h2 {
    font-size: 13px;
    width: 220px !important;
    margin-left: -30px;
  }
}
@media all and (min-width: 768px) and (max-width: 980px) {
.apps-img img {
    width: 160px;
}
.browse-right img {
    margin-top: 40px;
}
  .row.ydu{
    margin-top: 0px !important;
  }
  #hero {
    background-image: url("../img/home-1.jpg");
    background-size: cover;
    height: auto;
    background-repeat: no-repeat;
    background-position: center top;
}
#hero_1 {
    background-image: url("../img/home-2.jpg");
    background-size: cover;
    height: auto;
    background-repeat: no-repeat;
    background-position: center top;
}
  .mmtop{
    margin-left: 30px;
  }
  #hero h1, #hero_1 h1 {
    margin: 55px 0 20px 0px !important;
    font-size: 30px;
  }
  #hero h2,#hero_1 h2 {
    font-size: 15px;
    width: 350px;
    margin-left: 0px !important;
}
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  section#cta h2 {
    color: #FFF;
    text-align: right;
    margin-top: 45px;
    font-size: 25px;
}
.browse-left p {
    font-size: 20px;
}
.browse-left span {
    font-size: 14px;
    padding: 6px;
}
.apps-img img {
    width: 170px;
}
  #hero {
    background-image: url("../img/home-1.jpg");
    background-size: cover;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
}
 #hero_1 {
    background-image: url("../img/home-2.jpg");
    background-size: cover;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
}
  #hero h1,#hero_1 h1 {
    margin: 125px 0 20px 0;
    font-size: 35px;
  }
  #hero h2,#hero_1 h2 {
    font-size: 16px;
    width: 400px;
    margin-left: 0px;
  }
  .mmtop{
    margin-left: 50px;
  }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
  section#cta h2 {
    color: #FFF;
    text-align: right;
    margin-top: 45px;
    font-size: 25px;
}
.browse-left p {
    font-size: 20px;
}
.browse-left span {
    font-size: 14px;
    padding: 6px;
}
.apps-img img {
    width: 170px;
}
  #hero {
    background-image: url("../img/home-1.jpg");
    background-size: cover;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
}
 #hero_1 {
    background-image: url("../img/home-2.jpg");
    background-size: cover;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
}
  #hero h1,#hero_1 h1 {
    margin: 185px 0 20px 0;
    font-size: 36px;
  }
  #hero h2,#hero_1 h2 {
    font-size: 16px;
    width: 400px;
    margin-left: 0px;
  }
  .mmtop{
    margin-left: 50px;
  }
}
@media all and (min-width: 1141px) and (max-width: 1280px) {
  section#cta h2 {
    color: #FFF;
    text-align: right;
    margin-top: 45px;
    font-size: 25px;
}
.browse-left p {
    font-size: 20px;
}
.browse-left span {
    font-size: 14px;
    padding: 6px;
}
.apps-img img {
    width: 170px;
}
  #hero {
    background-image: url("../img/home-1.jpg");
    background-size: cover;
    height: 90vh;
    background-repeat: no-repeat;
    background-position: center top;
}
#hero_1 {
    background-image: url("../img/home-2.jpg");
    background-size: cover;
    height: 90vh;
    background-repeat: no-repeat;
    background-position: center top;
}
  #hero h1,#hero_1 h1 {
    margin: 185px 0 20px 0;
    font-size: 36px;
  }
  #hero h2, #hero_1 h2 {
    font-size: 16px;
    width: 480px;
    margin-left: 0px;
  }
  .mmtop{
    margin-left: 50px;
  }
}
@media all and (min-width: 1281px) and (max-width: 1440px) {
  #hero h1,#hero_1 h1 {
    margin: 185px 0 20px 0;
    font-size: 36px;
  }
  #hero h2, #hero_1 h2 {
    font-size: 16px;
    width: 570px;
    margin-left: 0px;
  }
  .mmtop{
    margin-left: 50px;
  }
}
@media all and (min-width: 1441px) and (max-width: 1680px) {
  #hero h1, #hero_1 h1 {
    margin: 185px 0 20px 0;
    font-size: 36px;
  }
  #hero h2, #hero_1 h2 {
    font-size: 16px;
    width: 570px;
    margin-left: 0px;
  }
  .mmtop{
    margin-left: 50px;
  }
}
@font-face{
    font-family: 'boxicons';
    font-weight: normal;
    font-style: normal;
     font-display: swap; 
    src: url('fonts/boxicons.eot');
    src: url('fonts/boxicons.eot') format('embedded-opentype'),
    url('fonts/boxicons.woff2') format('woff2'),
    url('fonts/boxicons.woff') format('woff'),
    url('fonts/boxicons.ttf') format('truetype'),
    url('fonts/boxicons.svg?#boxicons') format('svg');
}
.bx{
    font-family: 'boxicons' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bx-window-close:before {
  content: "\ebe0";
}
.bx-location-plus:before {
  content: "\eaaa";
}
.bx-mail-send:before {
  content: "\eab5";
}
.bx-phone-call:before {
  content: "\eb15";
}
.bx-arrow-from-bottom:before {
  content: "\e918";
}
.bxl-facebook:before {
    content: "\ee81";
}
.bxl-instagram:before {
  content: "\ee93";
}
.bxl-whatsapp:before {
    content: "\eed2";
  }