﻿*, *::after, *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: clamp(1rem, 1.1vw, 1.2rem);
    line-height: 1.7;
    letter-spacing: 0.01em;
    color: #333333;
    background-color: #fff;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0.03em 0.03em 0.05em rgba(0, 0, 0, 0.05);
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Afacad Flux',sans-serif;
    font-weight: 700;
    color: #000;
    margin: 0
}

h1 {
  font-size: 65px;
  line-height:1;
  font-weight:700

}
.webname {
    z-index: 2;
    /* width: 100%; */
   
    bottom: 132px;
    display: inline-block;
    
}




   

   
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size:65px;
  }
  
 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 54px;
  }
   .infotechno-hero-text h2{
      font-size:45px
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 45px;
  }
    .infotechno-hero-text h2 {
        font-size: 30px
    }
   
}
@media only screen and (max-width: 370px) {
    h1 {
        font-size: 40px;
    }

    .h1-animated {
        height: 55px
    }
}
@media only screen and (max-width: 320px) {
    h1 {
        font-size: 33px;
    }

    .h1-animated {
        height: 45px
    }
}

h2 {
  font-size: 57px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 39px;
  }
}

h3 {
  font-size: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h3 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  font-size: 34px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h4 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h4 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 23px;
}
@media only screen and (max-width: 767px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 18px;
}

p:last-child {
  margin-bottom: 0;
}

a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a, button, img, input {
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

*:focus {
  outline: none !important;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

.btn.focus, .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

button, input[type=submit] {
  cursor: pointer;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}





.text-black {
  color: #333333 !important;
}

.bg-white {
  background: #ffffff;
}

.bg-black {
  background: #333;
}
.bg-body {
    background: linear-gradient(144deg, #2984de 25%, #2a1ab4 100%); color:#FFF
}








/*------- Defauld Class --------*/
.text-black {
  color: #333;
}


.border {
  border: 1px solid #ededed !important;
}





::-moz-selection {
  color: #ffffff;
  background-color: #086AD8;
}

::selection {
  color: #ffffff;
  background-color: #086AD8;
}







/*=============================================
   - Scroll top         
=============================================*/
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: -60px;
    z-index: 999;
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    display: block;
    padding: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    line-height: 60px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    background-color: #000000;
    background-size: 200% auto;
    background-position: left center;
    color: #ffffff;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow: hidden;
    box-shadow: 0 0 26px #666666;
}
@media only screen and (max-width: 479px) {
  .scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
}
.scroll-top.show {
  visibility: visible;
  opacity: 1;
  bottom: 60px;
}
.scroll-top i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.scroll-top .arrow-top {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.scroll-top .arrow-bottom {
  -webkit-transform: translate(-50%, 80px);
      -ms-transform: translate(-50%, 80px);
          transform: translate(-50%, 80px);
}
.scroll-top:hover {
  background-position: right center;
}
.scroll-top:hover .arrow-top {
  -webkit-transform: translate(-50%, -80px);
      -ms-transform: translate(-50%, -80px);
          transform: translate(-50%, -80px);
}
.scroll-top:hover .arrow-bottom {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}




@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}


/*=====  End of container  ======*/
/*=============================================
=              05. Header Css            =
=============================================*/
.header-area {
    position: relative;
    z-index: 9;
   
}
  
.header-area--absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
   
}













/*============================== 
    - Navigation Menu Css
===============================*/
.navigation-menu > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.navigation-menu > ul > li {
  margin: 0 10px;
}
@media only screen and (min-width: 1500px) and (max-width: 1599px) {
  .navigation-menu > ul > li {
    margin: 0 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .navigation-menu > ul > li {
    margin: 0 10px;
  }
}
.navigation-menu > ul > li > a {
    display: block;
    color: #FFF;
    padding: 21px 2px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.18;
    -webkit-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    text-align: center;
}

    .navigation-menu > ul > li > a:before {
        content: "";
        width: 0;
        height: 3px;
        bottom: 0;
        position: absolute;
        left: 0;
        background-color: #000;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
.navigation-menu > ul > li > a span {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navigation-menu > ul > li.has-children > a {
  position: relative;
}
.navigation-menu > ul > li.has-children > a:after {
  position: static;
  margin-left: 5px;
  font-family: "FontAwesome";
  content: "\f107";
  font-weight: 500;
  font-size: 14px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navigation-menu > ul > li.has-children--multilevel-submenu {
  position: relative;
}
.navigation-menu > ul > li.has-children:hover .megamenu {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
    .navigation-menu > ul > li.has-children:hover .megamenu:before {
        content: "";
        background: #28aca7;
        width: 100%;
        height: 4px;
        position: absolute;
        top: -3px;
    }
.navigation-menu > ul > li.has-children:hover .megamenu--home-variation__item {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.navigation-menu > ul > li.has-children:hover > .submenu {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.navigation-menu > ul > li:hover > a:after, .navigation-menu > ul > li.active > a:after {
  color: #086AD8;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navigation-menu > ul > li:hover > a span, .navigation-menu > ul > li.active > a span {
    color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navigation-menu > ul > li:hover > a:before, .navigation-menu > ul > li.active > a:before {
  width: 100%;
  left: 0;
}
.navigation-menu.primary--menu > ul > li > a {
  padding:31px 2px;
}
    .navigation-menu.primary--menu > ul > li > a i {
        margin-bottom:5px
    }
    .navigation-menu--text_white > ul > li > a {
        color: rgba(255, 255, 255, 0.7);
    }
.navigation-menu--text_white > ul > li > a:before {
  background-color: #ffffff;
}
.navigation-menu--text_white > ul > li.active > a {
  color: #ffffff;
}
.navigation-menu--text_white > ul > li:hover > a:after, .navigation-menu--text_white > ul > li.active > a:after {
  color: #ffffff;
}
.navigation-menu--text_white > ul > li:hover > a > span, .navigation-menu--text_white > ul > li.active > a > span {
  color: #ffffff;
}

.header-bottom-left-wrap .navigation-menu > ul > li:first-child {
  margin: 0 0px 0 0;
}

/*===================================
    - Multilevel Submenu Css
====================================*/
.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #086AD8;
  background-color: #ffffff;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  visibility: hidden;
  opacity: 0;
  min-width:330px;
  padding: 20px 0;
  z-index: 9;
}
.submenu > li {
  position: relative;
}
    .submenu > li > a {
        display: block;
        padding: 5px 30px;
        color: #666666;
        font-weight: 400;
        -webkit-transition: 0s;
        -o-transition: 0s;
        transition: 0s;
        font-size: 15px;
    }
.submenu > li > a > span {
  position: relative;
}
.submenu > li > a > span:after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  background-color: #086AD8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.submenu > li > a:hover {
  color: #086AD8;
}
.submenu > li > a:hover > span:after {
  width: 100%;
  left: 0;
  right: auto;
}
.submenu > li:hover > .submenu {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
  z-index: 9;
}
.submenu > li.active > a {
  color: #086AD8;
}
.submenu > li.has-children > a {
  position: relative;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.submenu > li.has-children > a:after {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  content: "\f105";
  font-size: 14px;
  vertical-align: middle;
  color: #ababab;
}
.submenu > li.has-children > a:hover:after {
  color: #086AD8;
}
.submenu > li.has-children.active > a {
  color: #086AD8;
}
.submenu .submenu {
  top: 0px;
  left: 100%;
  right: auto;
}
.submenu .submenu.left {
  right: 100%;
  left: auto;
}
.submenu .submenu .submenu {
  top: 0;
  left: 100%;
  right: auto;
}
.submenu .submenu .submenu.left {
  right: 100%;
  left: auto;
}
.submenu .submenu .submenu .submenu {
  top: 0;
  left: 100%;
  right: auto;
}
.submenu .submenu .submenu .submenu.left {
  right: 100%;
  left: auto;
}
.submenu .submenu .submenu .submenu .submenu {
  top: 0;
  left: 100%;
  right: auto;
}
.submenu .submenu .submenu .submenu .submenu.left {
  right: 100%;
  left: auto;
}





/* Mobile Mavigation icon */
.mobile-navigation-icon {
  width: 24px;
  height: 47px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-left: 30px;
}
.mobile-navigation-icon:hover i {
  background-color: #086AD8;
}
.mobile-navigation-icon:hover i:before {

  background-color: #d11395;
}
.mobile-navigation-icon:hover i:after {
  background-color: #086AD8;

}
    .mobile-navigation-icon i {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 13px;
        height: 2px;
        background-color: #FFF;
        -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    }
        .mobile-navigation-icon i:before {
            position: absolute;
            bottom: 8px;
            left: 0;
            width: 28px;
            height: 2px;
            background-color: #FFF;
            content: "";
            -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        }
        .mobile-navigation-icon i:after {
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 22px;
            height: 2px;
            background-color: #FFF;
            content: "";
            -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mobile-navigation-icon.white-md-icon i {
    background-color: #fff;
  }
  .mobile-navigation-icon.white-md-icon i:before {
    background-color: #fff;
  }
  .mobile-navigation-icon.white-md-icon i:after {
    background-color: #fff;
  }
  .mobile-navigation-icon.white-md-icon:hover i {
    background-color: #086AD8;
  }
  .mobile-navigation-icon.white-md-icon:hover i:before {
    width: 80%;
    background-color: #086AD8;
  }
  .mobile-navigation-icon.white-md-icon:hover i:after {
    background-color: #086AD8;
    width: 60%;
  }
}





/*================================ 
    - Mobile Menu Overlay Css
==================================*/
.mobile-menu-overlay, .page-oppen-off-sidebar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #333333;
  overflow: auto;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  cursor: url(../images/icons/light-close.webp) 16 16, pointer;
  visibility: hidden;
  opacity: 0;
}
.mobile-menu-overlay__inner, .page-oppen-off-sidebar__inner {
    -webkit-transform: translateX(120%);
    -ms-transform: translateX(120%);
    transform: translateX(120%);
    width: 400px;
    height: 100%;
    float: right;
    cursor: default;
    background: #f5811e;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow-y: auto;
}
@media only screen and (max-width: 479px) {
  .mobile-menu-overlay__inner, .page-oppen-off-sidebar__inner {
    width: 100%;
  }
}
.mobile-menu-overlay.active, .page-oppen-off-sidebar.active {
  visibility: visible;
  opacity: 1;
}
.mobile-menu-overlay.active .mobile-menu-overlay__inner, .page-oppen-off-sidebar.active .mobile-menu-overlay__inner {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
.mobile-menu-overlay__header, .page-oppen-off-sidebar__header {
   
    padding:7px 21px;
    border-bottom: 1px solid rgb(255 255 255 / 16%);
    background:#FFF
}
    .mobile-menu-overlay__header .logo {
        top: 0
    }
    .mobile-menu-overlay__header .mobile-navigation-close-icon, .page-oppen-off-sidebar__header .mobile-navigation-close-icon {
        position: relative;
        cursor: pointer;
        height: 40px;
        width: 40px;
        line-height: 40px;
        display: inline-block;
    }
    .mobile-menu-overlay__header .mobile-navigation-close-icon:before, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:before {
        position: absolute;
        top: 23px;
        left: 8px;
        content: "";
        width: 24px;
        height: 3px;
        background: #0c1392;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    .mobile-menu-overlay__header .mobile-navigation-close-icon:after, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:after {
        position: absolute;
        top: 23px;
        left: 8px;
        content: "";
        width: 24px;
        height: 3px;
        background: #0c1392;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    }
.mobile-menu-overlay__header .mobile-navigation-close-icon:hover, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover {
  color: #086AD8;
}
.mobile-menu-overlay__header .mobile-navigation-close-icon:hover:before, .mobile-menu-overlay__header .mobile-navigation-close-icon:hover:after, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover:before, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover:after {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.mobile-menu-overlay__body, .page-oppen-off-sidebar__body {
  padding: 20px 20px 100px;
}
.mobile-menu-overlay__body .offcanvas-navigation, .page-oppen-off-sidebar__body .offcanvas-navigation {
  /* onepage style */
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li > a, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li > a {
  display: block;
  color: #ffffff;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li > a:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li > a:hover {
  color: #ffffff;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li:last-child, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li:last-child {
  border-bottom: 0;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children {
  position: relative;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children.active .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children.active .menu-expand:before {
  content: "\f106";
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .menu-expand, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .menu-expand {
  position: absolute;
  right: 0;
  top: 12px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .menu-expand:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .menu-expand:hover {
  background: rgba(255, 255, 255, 0.2);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .menu-expand:before {
  content: "\f107";
  font-size: 18px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu {
  padding: 12px 0 14px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li a, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li a {
  display: block;
  font-size: 15px;
  color: #FFF;
  font-weight: 500;
  line-height: 1.5;
  padding: 10px 0;
}
..mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li {
    position: relative;
}
    ..mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li:before {
        position: absolute;
        content: "#";
    }
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li a:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li a:hover {
  color: #ffffff;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li:last-child, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li:last-child {
  border-bottom: 0;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children {
  position: relative;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children.active .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children.active .menu-expand:before {
  content: "\f106";
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand {
  position: absolute;
  right: 0;
  top: 6px;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:hover {
  background: rgba(255, 255, 255, 0.2);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:before {
  content: "\f107";
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children {
  position: relative;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children.active .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children.active .menu-expand:before {
  content: "\f106";
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children .menu-expand:before {
  content: "\f107";
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
}
.mobile-menu-overlay__body .offcanvas-navigation--onepage > ul > li.active > a, .page-oppen-off-sidebar__body .offcanvas-navigation--onepage > ul > li.active > a {
  font-weight: 500;
}




.footer-widget-wrapper {
  margin-bottom: -35px;
}

.footer-widget {
  padding-bottom:30px
}
.footer-widget__title {
    color: #fff !important;
   
    display: inline-block;
    padding: 5px 10px 10px 0;
    
    margin-bottom: 20px;
    font-weight: 500;
    position:relative
   
}
    .footer-widget__title:after {
        position: absolute;
        content: "";
        width: 45px;
        height: 2px;
        background: #fa9425;
        bottom: 0px;
        left: 0;
    }
   

.footer-widget__list li {
    margin-bottom: 4px;
    font-size: 15px;
    position: relative;
    padding-left: 26px;
}
.footer-widget li a:before {
    content: "\f00c";
    position: absolute;
    font-family: FontAwesome;
    left: 0;
    background: #717171;
    height: 17px;
    width: 17px;
    border-radius: 4px;
    top: 3px;
    line-height: 17px;
    text-align: center;
    font-size: 11px;
}
.footer-widget li a {
    padding-left:30px
}
.footer-widget__list li:last-child {
  margin-bottom: 0;
}
.footer-widget__list li .image_btn {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
  overflow: hidden;
}


.copyright-text {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .copyright-text {
    margin-bottom: 15px;
  }
}





.ht-social-white.ht-social-networks .item {
  color: #fff;
}






/*=====  End of Sidebar  ======*/
/*=============================================
=            08. Button Css           =
=============================================*/



.btn {
    font-size: 15px;
    font-weight: 500;
    border-style: solid;
    border-radius: 5px;
    border-color: transparent;
    border: 1px solid transparent;
    padding: 0 36px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 54px;
    line-height: 54px;
    letter-spacing: 0em;
    color: #ffffff;
    background: #1942bc;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
    .btn:hover, .btn:active, .btn:focus {
        font-weight: 500;
        color: #ffffff;
        background: #408fda;
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
    }





/*=============================================
=              13. Box Icon Css              =
=============================================*/







.ht-box-images.style-01 .image-box-wrap .box-image {
  text-align: center;
  margin-bottom: 41px;
  color: #086AD8;
}
    .ht-box-images.style-01 .image-box-wrap .box-image img {
        min-height: 196px;
        max-height: 196px;
        width: 100%;
        object-fit: cover;
        overflow: hidden;
    }
.ht-box-images.style-01 .image-box-wrap .content {
    text-align: left;
}
.ht-box-images.style-01 .image-box-wrap .content .heading {
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 12px;
}
.ht-box-images.style-01 .image-box-wrap .content .service_text {
  color: #696969;
}
.ht-box-images.style-01:hover .icon-box-wrap {
  border-color: #fff;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  background: #fff;
  -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}
.ht-box-images.style-01 .circle-arrow {
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  height: 56px;
  width: 56px;
}
.ht-box-images.style-01 .circle-arrow .middle-dot {
  pointer-events: none;
  content: "";
  position: absolute;
  top: -12px;
  left: -12px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #086ad8;
  opacity: 0;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
    .ht-box-images.style-01 .circle-arrow a {
        position: absolute;
        top: 0;
        left: 0;
        width: 56px;
        height: 56px;
        line-height: 56px;
        text-align: center;
        border-radius: 50%;
        font-size: 20px;
        color: #fff;
        background: #0a506d;
    }
.ht-box-images.style-01:hover .circle-arrow a {
    background: #1299b3;
}
.ht-box-images.style-01:hover .circle-arrow .middle-dot {
  -webkit-animation: boxImageAnimationSignal cubic-bezier(0, 0.55, 0.55, 1) 2s;
  animation: boxImageAnimationSignal cubic-bezier(0, 0.55, 0.55, 1) 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  animation-fill-mode: none;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.ht-box-images.style-02 {
  display: block;
  overflow:hidden
}
   
       




 





.ht-box-images.style-05 {
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius:10px;
  background:#FFF;
  width:100%

}
    .ht-box-images.style-05 .image-box-wrap {
        background: #ffffff url(/assets/images/bg1.png) 50% 50% no-repeat;
        padding: 0px;
       
        background-size: 100%  !important; transition: background-size 0.3s ease-in-out;
        
    }
    .ht-box-images.style-05:hover .image-box-wrap {
        background-size: 110% !important
    }

.ht-box-images.style-05 .image-box-wrap .box-image {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    background: #009848;
    border-radius: 200px 200px 200px 30px;
}
.ht-box-images .content {
    background: #FFF;
    padding: 25px 15px;
    border-radius: 0px 0 10px 10px;
    text-align: center;
    background-size: contain;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
   

            .ht-box-images.style-05 .image-box-wrap .box-image img{
                height:80px
            }
            .ht-box-images.style-05 .image-box-wrap .box-image .hover-images {
                position: absolute;
                top: 0;
                left: 0;
                opacity: 0;
                visibility: hidden;
            }
.ht-box-images.style-05 .image-box-wrap .content .heading {
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 12px;
}
.ht-box-images.style-05 .image-box-wrap .content .service_text {
  color: #696969;
}
.ht-box-images.style-05 .image-box-wrap .content .box-images-arrow {
  display: inline-block;
  margin-top: 27px;
  font-size: 14px;
  font-weight: 500;
}
.ht-box-images.style-05 .image-box-wrap .content .box-images-arrow a {
  color: #086AD8;
}
.ht-box-images.style-05:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.ht-box-images.style-05:hover .image-box-wrap {
  background: #002FA6;
}
.ht-box-images.style-05:hover .box-image .default-image {
  opacity: 0;
  visibility: hidden;
}
.ht-box-images.style-05:hover .box-image .hover-images {
  opacity: 1;
  visibility: visible;
}

.ht-box-images.style-05:hover .content .text {
  color: #ffffff;
}
.ht-box-images.style-05:hover .content .box-images-arrow a {
  color: #d2a98e;
}




/*=============================================
=        18. Gradation Process Css            =
=============================================*/


/*========================================
=        20. Message Box Css            =
==========================================*/


/*=====  End of circle progress  ======*/
/*=============================================
=        26. Social Networks Css            =
=============================================*/


/*=============================================
=               28. Tabs Css                =
=============================================*/
.ht-tab-menu {
  margin: 0 -10px;
}
.ht-tab-menu li {
  margin: 0 10px;
}
.ht-tab-menu li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #ededed !important;
  border: rgb(237, 237, 237);
  background: #fff;
  color: #696969;
  padding: 21px 20px 19px;
  min-width: 200px;
  border-radius: 5px !important;
  text-align:center
}
    .ht-tab-menu li a.active {
        color: #ffffff;
        border-color: #f37810 !important;
        background: #f37810;
    }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ht-tab-menu li a {
    padding: 21px 10px 19px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ht-tab-menu li a {
    padding: 12px 13px 12px;
    min-width: 150px;
    margin-bottom: 10px;
  }
}





/*----------------------------
    tooltip library
----------------------------*/
[class*=hint--] {
  position: relative;
  display: inline-block;
  /**
  * tooltip arrow
  */
  /**
  * tooltip body
  */
}

[class*=hint--]:before, [class*=hint--]:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0ms;
  -o-transition-delay: 0ms;
     transition-delay: 0ms;
}

[class*=hint--]:hover:before, [class*=hint--]:hover:after {
  visibility: visible;
  opacity: 1;
}

[class*=hint--]:hover:before, [class*=hint--]:hover:after {
  -webkit-transition-delay: 100ms;
  -o-transition-delay: 100ms;
     transition-delay: 100ms;
}

[class*=hint--]:before {
  content: "";
  position: absolute;
  background: transparent;
  border: 7px solid transparent;
  z-index: 1000001;
}

[class*=hint--]:after {
  background: #086AD8;
  color: white;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 14px;
  white-space: nowrap;
  border-radius: 5px;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

[class*=hint--][aria-label]:after {
  content: attr(aria-label);
}

[class*=hint--][data-hint]:after {
  content: attr(data-hint);
}

[aria-label=""]:before, [aria-label=""]:after,
[data-hint=""]:before,
[data-hint=""]:after {
  display: none !important;
}




/**
 * top tooltip
 */
.hint--top:before {
  margin-bottom: -13px;
}

.hint--top:before, .hint--top:after {
  bottom: 100%;
  left: 50%;
}

.hint--top:before {
  left: calc(50% - 7px);
}

.hint--top:after {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.hint--top:hover:before {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
      transform: translateY(-8px);
}

.hint--top:hover:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  -ms-transform: translateX(-50%) translateY(-8px);
      transform: translateX(-50%) translateY(-8px);
}


.testimonial-slider__container {
  padding-bottom: 0;
}
.testimonial-slider--info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  .testimonial-slider--info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.testimonial-slider__media {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 30px;
}
.testimonial-slider__media img {
  border-radius: 50%;
}
.testimonial-slider__text {
    font-size: 18px;
  
}
.testimonial-slider__author {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.testimonial-slider__author .testimonial-rating {
  font-size: 16px;
  margin-bottom: 10px;
  color: #ffb944;
  text-align:left
}
.testimonial-slider__author .author-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .testimonial-slider__author .author-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.testimonial-slider__author .name {
  color: #333333;
}
.testimonial-slider__author .designation {
  font-size: 14px;
}
.testimonial-slider__author .designation:before {

 
}

.testimonial-slider__single {
    background: #e5e5e5;
    padding: 51px 37px 40px;
    border-radius: 5px;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.testimonial-slider__single .testimonial-subject {
  margin-bottom: 15px;
}
    .testimonial-slider__single .testimonial-slider__text {
        color: #1266ad;
    }
.testimonial-slider__single .author-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.testimonial-slider__container-two .swiper-slide.swiper-slide-prev {
  opacity: 0.5;
}
.testimonial-slider__container-two .swiper-slide.swiper-slide-next {
  opacity: 0.5;
}






.projects-slider__container .projects-wrap.style-01 {
  display: block;
  width:100%
}


.projects-wrap.style-01 {
  display: block;
}
.projects-wrap.style-01 .projects-image-box {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 18px 40px -10px rgba(51, 51, 51, 0.1);
          box-shadow: 0 18px 40px -10px rgba(51, 51, 51, 0.1);
  position: relative;
  margin-bottom: 30px;
  /*margin: 20px 15px 35px;*/
}
.projects-wrap.style-01 .content {
  padding: 25px 26px 94px;
  padding-bottom: 88px;
  min-height:100px
}

.projects-wrap.style-01 .content .heading {
  font-weight: 500;
  line-height: 1.25 !important;
  margin-bottom: 2px;
  color: #333 !important;
}
.projects-wrap.style-01 .content .post-categories {
  color: #086AD8;
  margin-bottom: 2px;
}
.projects-wrap.style-01 .content .text {
  color: #696969;
  margin-top: 13px;
}
.projects-wrap.style-01 .content .box-projects-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 56px;
  line-height: 55px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid #eee;
  color: #000;
}
    .projects-wrap.style-01 .content .box-projects-arrow::before {
        background-color: #2817ae;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        z-index: -1;
    }
.projects-wrap.style-01:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.projects-wrap.style-01:hover .content .heading {
  color: #086AD8;
}
.projects-wrap.style-01:hover .content .box-projects-arrow {
  color: #ffffff;
}
.projects-wrap.style-01:hover .content .box-projects-arrow::before {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}








/*-------------------------
    video section css
--------------------------*/
.infotechno-section-bg-01 {
    background: url(../images/bg1.png) top 140px right no-repeat, -webkit-linear-gradient(top, #FFF 0, #f0f0f0 100%);
}



@media only screen and (max-width: 767px) {
  .machine-learning-hero-text {
    
    text-align: center;
  }
}
.machine-learning-hero-text h6 {
  line-height: 36px;
  letter-spacing: 3px;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.machine-learning-hero-text h2 {
    font-weight: 700;
    font-size: 72px;
    letter-spacing: 0;
    line-height: 1;
    padding: 0 30px;
    /* background: #e5700c url(/assets/images/boxbg.png); */
    /* padding: 11px 27px 19px; */
    border-radius: 12px;
    max-width: 70%;
    text-shadow: 0 2px 5px rgb(0 0 0);
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  
  .machine-learning-hero-text h2 {
    font-size: 72px;
   
   
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .machine-learning-hero-text h2 {
    font-size: 55px;
   
   
  }
}
@media only screen and (max-width: 767px) {
  .machine-learning-hero-text h2 {
    font-size: 42px;
  }
    .slider-area-main .swiper-container, .slider-area-main .swiper-slide {
        height: 90vh !important;
    }
    .machine-learning-hero-text h2 {
       
        max-width: 100%;
       
    }.machine-learning-hero-text h2 {
      
        max-width:90%;
       
      
    }
}
@media only screen and (max-width: 500px) {
    .machine-learning-hero-text h2 {
        font-size:33px
    }
    
    
    .machine-learning-hero-text h2 {
        padding: 8px 16px 11px;
        border-radius: 6px;
        margin: auto;
    }
}
.machine-learning-hero-text h1 {
  color: #ffffff;
  line-height: 32px;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 21px;
}

.hero-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .hero-button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 575px) {
  .hero-button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-button .btn {
    min-width: 140px;
    padding: 0 24px;
  }
}









.dec-text {
  font-size: 18px;
}





.footer-area-wrapper{
    z-index:2;
    padding:30px 0 0 0
}

    .footer-area-wrapper li a, .footer-area-wrapper h6, .footer-area-wrapper li, .footer-area-wrapper {
        color: #FFF;
        position: relative;
        font-weight: 400;
        font-size: 15px;
        margin-bottom: 3px;
    }
    




.dec-text li {
    line-height: 28px
}
   


.responsive-images100 {
    padding-bottom: 100%
}

.responsive-images62 {
    padding-bottom: 58%
}
.responsive-images41 {
    padding-bottom:31%
}
.responsive-images75 {
    padding-bottom: 75%
}



.responsive-images62, .responsive-images100, .responsive-images41, .responsive-images75 {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0;
    text-align: left;
    background: url(/assets/images/loader-logo.png) center center no-repeat #e0e0e0 !important
}

    .responsive-images62 img, .responsive-images100 img, .responsive-images41 img, .responsive-images75 img {
        position: absolute !important;
        object-fit: cover;
        width: 105%;
        height: 100%;
        object-position: top;
        top: 0
    }

        .responsive-images62 img:after, .responsive-images75 img:after, .responsive-images100 img:after, .responsive-images41 img:after {
            content: "";
            position: absolute;
            background: #e0e0e0;
            width: 19px;
            height: 19px;
            top: 0;
            left: 0;
            z-index: 0
        }

.bg-black{
    color:#FFF
}

.bg-light:before {
    background: #eaf1f4;
}
.bg-black:before {
    background: #000;
}
.bg-light {
    background: #eaf1f4 !important;
}




.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom:0px !important
}
.swiper-container {
   
    padding: 0px 0 30px !important;
   
}
.logo img {
   min-width:162px
}

.slider-mask:before {
    background: linear-gradient(123deg, #a3a8d7 38%, #2e169d 85%);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    content: "";
    opacity: 0.2;
}
.slider-mask-2:before {
    background: linear-gradient(44deg, #15077e 45%, #770a53d6 68%);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    content: ""
}
.slider-mask-footer:before {
    background: linear-gradient(181deg, rgb(0 0 0) 0, rgb(0 0 0 / 84%) 100%) 0 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    content: "";
}
.ht-box-images .image-box-wrap {
    position: relative;
    z-index: 2;
    border-radius: 10px 10px 0 0 ;
    
    
    padding-bottom: 22px;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease-in-out; /* Smooth zoom effect */
    position: relative;
}
@media(max-width:991px){
    .ht-box-images .image-box-wrap
{
        min-height:150px
    }}
.ht-box-images.style-02:hover .image-box-wrap {
    transform: scale(1.05); /* Zooms the background */
}

.slider-area .ht-box-images .image-box-wrap:after {
    content: "";
    height: 100%;
    top: 0px;
    width: 100%;
    position: absolute;
    left: 60px;
    transition: 0.5s;
    z-index: 0;
    background: linear-gradient(180deg, #2a3acb00 53%, #03010cd9 104%);
    left: 0;
    z-index: -1;
    border-radius: 0 0 10px 10px
}



    .ht-box-images .image-box-wrap:hover .heading, .ht-box-images .image-box-wrap:hover p{
        color:#FFF
    }
.animate-top-bottom {
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-name: animateUpDown;
    animation-name: animateUpDown;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 4.4s;
    animation-duration: 4.4s;
}




.bg-gray {
    background: #F8F8F8;
}
.bg-gray-2 {
    background: #F8F8F8;
}

@media (max-width: 575px) {
    .mobile-menu-overlay__inner .logo {
        top: 7px;
       
    }
}


@media(min-width:991px){
   
    .ht-box-images.style-02 .image-box-wrap {
      
      
    }
}
.mt-7{
    margin-top:7rem
}



.slider-area-main .swiper-container, .slider-area-main .swiper-slide {
    height: 100vh;
   
}
.vh-75{
    height:77vh !important
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    z-index: 2;
    position: relative;
    display: flex;
    align-items: end;
    justify-content:center;
    
}

.slider-mask {
    background: linear-gradient(180deg, #2a3acb00 39%, #03010cd9 164%);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    content: "";
}



.time-days{
    display:flex;
    justify-content:center
}

    .time-days span {
       
        
        margin: 3px;
        font-size: 12px;
        padding: 0px 7px;
       
        border-radius: 4px;
        text-transform:uppercase;
        font-weight:500
       
    }
        .time-days span i {
            color: #e5700c
        }





.text-orange{
    color:#f1981c
}


   





header {
    height:auto;
    margin-bottom: -36px;
}




.expeditions-sub {
    background: #e5700c;
    text-align: center;
    color: #FFF;
    padding: 6px 12px;
    border-radius: 4px;
    display: inline-block;
}
.expeditions .heading {
    display: inline-block;
    padding: 4px 19px;
    background: #f2f2f2;
    border-radius: 40px;
}
.slider-mask-3 {
    position: relative;
    overflow: hidden;
    z-index: 2;
    height: 25px;
    bottom: 21px;
}
    .slider-mask-3:before {
        background: url(/assets/images/slider-mask.png);
        width: 32%;
        height: 58px;
        bottom: -2px;
        z-index: 1;
        position: absolute;
        /* left: 0; */
        right: 0;
        content: "";
        right: 0;
  
    }

@media(max-width:768px){
    .slider-mask-3 {
        position: relative;
        overflow: hidden;
        z-index: 2;
        height: 62px;
        bottom: 32px;
    }
    .webname {
        bottom: 61px;
        max-width: 92%;
        text-align: center;
    }
}

@media(max-width:1199px){
    h5{
        font-size:20px
    }
    
}
.social-icon {
    -webkit-box-shadow: 0px 20px 80px rgb(0 0 0 / 53%) !important;
    box-shadow: 0px 20px 80px rgb(0 0 0 / 53%) !important;
    background: #84c341;
    border-radius: 100px;
    position: fixed;
    bottom: 30px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 74px;
    /* border: 3px solid #FFF; */
    left: 20px;
    z-index: 3;
}

    .social-icon i {
        color: #fff;
        font-size: 38px;
        font-family: 'Font Awesome 5 Brands';
        font-style: normal;
        font-weight: 100;
    }



.clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post-blog-thumbnail .post-meta {
    position: absolute;
    bottom: 18px;
    left: 30px;
    right: 30px;
    color: #fff;
    font-size: 14px;
    margin: 0 -8px;
    z-index: 2;
}
.client-photo img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100px;
}
.bg-orange {
    background: #f37810
}
.bg-orange-light {
    background: #ccc
}

.shadow {
    -webkit-box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1) !important;
    box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1) !important;
}

.expeditions .single-blog-lg-list .post-blog-thumbnail {
   
    width: 180px;
}

.clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.days-duration {
    background: #e5700c;
    position: absolute;
    top: 23px;
    left: 17px;
    width: 71px;
    height: 67px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFF;
    border: 0px solid #FFF;
    font-size: 28px;
    font-weight: 800;
    flex-direction: column;
    line-height: 23px;
    text-transform: uppercase;
}

    .days-duration span {
        display: block;
        font-size: 13px;
        font-weight: 500
    }
.processing-contact-us-bg:before {
    background: #000;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    opacity: 0.8;
}
.processing-contact-us-bg:after {
    background: url(/assets/images/bannerbg.jpg) no-repeat;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -2;
    top: 0;
    background-size: cover;
}

.single-blog-lg-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #ededed;
    padding: 20px 0 20px 30px;
    background:#FFF;
    border-radius:10PX
}

    .single-blog-lg-list:first-child {
        border-top: none;
        padding: 0px 0 20px 0px;
    }

@media only screen and (max-width: 575px) {
    .single-blog-lg-list:first-child {
        padding: 20px 0 20px 0px;
    }
}

.single-blog-lg-list .post-blog-thumbnail {
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 29px;
    width: 200px;
}

@media only screen and (max-width: 575px) {

    .single-blog-lg-list .post-blog-thumbnail {
        margin-bottom: 20px;
        width: 90px !important;
        margin: 10px;
    }

    .blog-wrapper .single-blog-lg-list .post-blog-thumbnail {
        width: 95px !important;
        height: 83px !important;
    }

    .post-blog-thumbnail .post-meta {
        display: none
    }
}

.single-blog-lg-list .post-blog-thumbnail img {
    border-radius: 10px 0 0 10px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.ht-btn.ht-btn-md {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 54px;
    height: 54px;
}
.ht-btn.ht-btn-sm {
    padding: 0 30px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
}

.ht-btn {
    font-size: 15px;
    font-weight: 500;
    border-style: solid;
    border-radius: 5px;
    border-color: #c44e13;
    padding: 0 25px;
    text-align: center;
    color: #ffffff;
    background: linear-gradient(129deg, rgb(191 74 16) 0, rgb(226 100 38) 100%) 0 0;
    border-width: 1px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.post-blog-thumbnail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(11%, rgba(51, 51, 51, 0)), color-stop(80%, #000));
    background-image: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 11%, #000 80%);
    background-image: -o-linear-gradient(top, rgba(51, 51, 51, 0) 11%, #000 80%);
    background-image: linear-gradient(-180deg, rgba(51, 51, 51, 0) 11%, #000 80%);
    border-radius: 5px;
}

.ht-social-networks.flat-round .social-link, .ht-social-networks.solid-rounded-icon .social-link {
    font-size: 18px;
    display: block;
    text-align: center;
    height: 48px;
    width: 48px;
    line-height: 40px;
    background: #ededed;
    color: #FFF;
    border-radius: 50%;
    position: relative;
}

.ht-social-networks .item .social-link {
    display: inline-block;
    padding: 5px 8px;
}
.ht-social-networks.solid-rounded-icon .social-link {
    background: #ff8000;
    border: 1px solid #ff8000;
}
.ht-social-networks .item {
    display: inline-block;
}

.breadcrumb-area {
    padding-top: 114px;
    padding-bottom: 114px;
    background-color: #f6f2ed;
    background-repeat: no-repeat;
    background-position: center center;
    border-bottom-width: 0px;
    padding-top: 125px;
    padding-bottom: 33px;
    background-size: cover;
    z-index: 3;
    position: relative;
    background-image: url(../images/bg/title-bar-01-bg.webp);
}
    .breadcrumb-area:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background: #000;
        opacity: 0.3;
        top: 0;
        z-index: -1;
    }
    .breadcrumb-area h1 {
        color: #FFF;
        text-shadow: 0 2px 5px rgb(0 0 0);
    }
    .breadcrumb-area p {
        color: #FFF;
        text-shadow: 0 2px 5px rgb(0 0 0);
        font-size:22px
    }

    @media(max-width:768px){
        .breadcrumb-area {
          
            padding-top: 137px;
            padding-bottom: 33px;
          
        }
    }

.boxes-1 {
    background: #FFF;
    border-radius: 6px;
}
.flex-img {
    width: 165px;
    height: 189px;
}

    .flex-img img {
        height: 100%;
        width: 100%;
        object-fit: cover; border-radius:6px
    }

    
@media (max-width:1199px){
   iframe{
       max-height:300px
   }
}
.table.itinerery > tbody > tr:nth-of-type(even) > * {
    background: rgb(235 235 235);
 

}


.table.itinerery > tbody > tr:nth-of-type(even) td:nth-child(1) {
    background: rgb(243 120 16);
    border-radius: 10px;
    border-radius: 0;
    color: #FFF;
    font-size: 30px;
    font-weight: 600;
    border-right: 5px solid;
}
.table.itinerery > tbody > tr:nth-of-type(odd) td:nth-child(1) {
    
    border-radius: 10px;
    border-radius: 0;
   
    font-size: 20px;
    font-weight: 600;

}
.table.itinerery > tbody > tr:nth-of-type(even) td:nth-child(4) {
   
   
    font-size: 20px;
  border-left:5px solid #FFF
}
.itinerery td {
    padding: 10px;
}
.list-style-two li {
    position: relative;
    padding-left: 40px;
    line-height: 24px;
    margin-bottom: 10px;
    background: #ededed;
    padding: 15px 26px 15px 51px;
    border-radius: 4px;
}
    .list-style-two li:before {
        content: "\f00c";
        position: absolute;
        font-family: 'Fontawesome';
        font-weight: 900;
        left: 0;
        color: #ffffff;
        height: 25px;
        width: 25px;
        border-radius: 4px;
        font-size: 11px;
        text-align: center;
        font-size: 17px;
        line-height: 6px;
        top: 12px;
        background:#0ebf37;
        padding: 10px;
        padding-left: 6px;
        /* left: -37px; */
        left: 9px;
    }
.list-style-two.not-include li:before {
    content: "\f00d";
    background: #e50c0c
}
.list-style-three li {
    position: relative;
    padding-left: 40px;
    line-height: 24px;
    margin-bottom: 10px;
    background: rgb(239 239 239);
    display: inline-block;
    padding: 20px 30px 20px 8px;
    /* border-radius: 100px; */
    /* float: left; */
    width: 48%;
    margin-right: 1%;
    border-radius: 5px;
}
.list-style-three span {
    font-weight: 700;
    display: inline-block;
    margin-right: 20px;
    color: #232ab4;
    background: #e98010;
    border-radius: 4px;
    color: #FFF;
    padding: 11px 16px;
    margin-left: 12px;
}

.ht-tab-menu_two li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}
