@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;400;700&display=swap");

HTML,body{
    overflow-x: hidden !important;
}

.ecommerce p a:hover{
    text-decoration:none;
}

::-webkit-scrollbar {
  width: 5px;
}

.works h4{
    font-weight:400;
    font-size:20px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 10px;
  width: 2px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #063884;
  width: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #063884;
}

body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.navbar .navbar-expand-lg .navbar-collapse{
        flex-direction: column !important;
}

.policy h2{
    font-weight:800;
}
.policy h3 {
    font-weight: 400;
}


.policy p {
    text-align:justify;
}

span.nextgen{
    color:#fff500 !important;
}

.box__center img {
    width: 100% !important;
    height: 100% !IMPORTANT;
}
.top-header {
  background-color: #2F3B47;
    height: 38px !important;
    color: #fff;
    padding: 0.5em 0;
}
.robust_solution ul{
    list-style: none;
    padding: 0;
}
.robust_solution ul li{
    list-style: none;
    padding: 0;
    margin-bottom:20px;
}
.robust_solution ul li a{
    color:#000;
    font-family:roboto;
    font-size:16px;
    font-weight:400;
}
.top-header .top-header-inside {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top:-10px;
}
.top-header .top-header-inside span {
  font-size: 13px;
    font-weight: 400;
    line-height: 35px;
    margin-left:10px !important;
    font-family: "Lato", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.top-header .top-header-inside a {
  color: #fefdfd;
    font-size: 13px;
    font-weight: 400;
    margin-left:10px !important;
    line-height: 35px;
    font-family: "Lato", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-header .top-header-inside a:hover {
  text-decoration: none;
}

.top-header-inside span {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.country span a {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}


.top-header-inside ion-icon {
    width: 40px !important;
    height: 40px !important;
}
.top-header .top-header-inside .req-proposal button {
  background: transparent;
  border: 0;
  color: #fff;
  border-radius: 3px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding: 0.3rem 1em;
}
.req-proposal{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.modal{
z-index: 99999999999999 !important;
}
.logo-menu {
 
  position: relative;
  padding: 7px 0 !important;
}
.logo-menu .logo-menu-nav {
  padding-top: 18px;
  position: absolute;
  right: -35px;
}
.logo-menu .logo-menu-nav ul li {
  display: inline-block;
  list-style-type: none;
  margin-right: 45px;
  position: relative;
}
.logo-menu .logo-menu-nav ul li:hover i.fa {
  transform: rotateZ(180deg);
  transition: all 0.2s ease-in-out;
}
.logo-menu .logo-menu-nav ul li span.web-audit {
  background: transparent;
  padding: 0.7rem 1em;
  color: black;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  border: 1px solid #000;
  font-size: 15px;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.logo-menu .logo-menu-nav ul li span.web-audit:hover {
  background-image: linear-gradient(#0d6bea, #052754);
  transition: 0.5s;
  color: #fff;
  border: none;
}
.logo-menu .logo-menu-nav ul li span.web-audit::after {
  display: none;
}
.logo-menu .logo-menu-nav ul li:hover ul {
  display: block;
}
.boxx {
    color: #fff !important;
}

.boxx .text {
    font-size: 20px !important;
    font-weight: 600;
    font-family: 'Roboto';
}

.counter {
    font-size: 23px;
    font-weight: 500;
    font-family: 'Roboto';
}


.logo-menu .logo-menu-nav ul li ul {
  padding: 0 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 25px;
  width: 179px;
  background: #041F36;
  display: none;
  z-index: 9;
}
.logo-menu .logo-menu-nav ul li ul li {
  padding: 0.4rem 1em;
}
.logo-menu .logo-menu-nav ul li ul li:hover {
  background: #fff;
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.logo-menu .logo-menu-nav ul li ul li::after {
  display: none;
}
.logo-menu .logo-menu-nav ul li ul li:hover a {
  color: black;
}
.logo-menu .logo-menu-nav ul li ul li a {
  color: #fff;
  cursor: pointer;
}
.logo-menu .logo-menu-nav::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  background: #2F3B47;
  height: 3px;
  width: 0;
  transition: all 0.4s ease-in-out;
}
.logo-menu .logo-menu-nav:hover::after {
  width: 100%;
}
.logo-menu .logo-menu-nav a {
  color: #041F36;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
}
.logo-menu .logo-menu-nav a:hover {
  text-decoration: none;
}

a {
  color: #fff;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 17px;
}

.topBanner {
  color: #fff;
  min-height: 500px;
  animation: changeBackgroundColor 25s infinite;
  position: relative;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.topBanner h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 41px;
  text-transform: uppercase;
}
.topBanner p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 20px;
}
.topBanner h1 span.nextgen {
  color: #ffd900;
}
.topBanner .hireNow {
  background-color: #fff;
  padding: 12px 22px;
  border-radius: 5px;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  color: black;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.topBanner .hireNow:hover {
  text-decoration: none;
  background-color: #ffd900;
  padding: 12px 34px;
  transition: all 0.5s ease-out;
}
.topBanner .company-stats {
  position: absolute;
  right: 50px;
  top: 20px;
  z-index: 999;
}
.topBanner .company-stats .company-stats1 {
  border: 1px solid #fff;
  width: 167px;
  height: 115px;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  line-height: 17px;
  padding: 17px;
}
.topBanner .company-stats .company-stats1:hover {
  background: #2f3b47 !important;
  transition: 0.5s !important;
}
.topBanner .company-stats h6 {
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-weight: 800;
}
.topBanner .company-stats span {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #23d5ab !important;
  background: #23d5ab;
  border-radius: 50px;
}

#colorchangeanimation {
  position: relative;
}

.slider-web-mobile {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 40px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.slider-web-mobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: auto;
  width: 100%;
  float: left;
}
.slider-web-mobile ul li {
  float: left;
  padding: 20px;
  width: 20%;
  border-right: 1px solid #fff;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  text-align: center;
  line-height: 19px;
  font-size: 18px;
}
.slider-web-mobile ul li span {
  color: #fff;
  font-weight: 400;
  display: block;
}
.slider-web-mobile ul li strong {
  color: #ffe9cc;
  font-weight: 300;
}
.slider-web-mobile ul li:hover {
  background: #2f3b47;
  transition: 0.5s;
  box-shadow: -3px 10px 26px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: -3px 10px 26px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -3px 10px 26px 3px rgba(0, 0, 0, 0.25);
}
.slider-web-mobile ul li a {
  text-decoration: none;
  display: inline-block;
  text-align: left;
  padding-left: 43px;
  position: relative;
  font-family: "Roboto", sans-serif;
}
.slider-web-mobile ul li a i {
  font-size: 35px;
  margin-right: 8px;
  position: absolute;
  top: 0;
  left: 0;
}

.about-section .about-section-inside h3 {
 
  font-family: "Roboto", sans-serif !important;
    font-weight: 800 !important;
    font-size: 45px !important;
    color:#fff !important;
}
.about-section-inside h1{
    font-family: "Roboto", sans-serif !important;
    font-weight: 800 !important; 
    font-size: 45px !important;
}
.about-section .about-section-inside h3::after {
  content: "";
  position: absolute;
  left: 10%;
  top: -30px;
  z-index: -1;
  background: linear-gradient(85deg, #91d4ec, #ebf7fb);
  width: 100px;
  opacity: 0.2 !important;
  height: 100px;
  border-radius: 50%;
}
.about-section .about-section-inside h3 span {
  color: #23d5ab;
}
.about-section .about-section-inside p {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 26px;
  color: #42403f;
}
.about-section .about-section-inside p::after {
  content: "";
  position: absolute;
  left: 45%;
  bottom: -20px;
  width: 89px;
  height: 4px;
  background-color: #121212;
}
.about-section .about-section-inside p.about-para {
  font-size: 17px;
}
.about-section .about-body-section-inside .about-btn button {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 18px;
  background-color: transparent;
  color: black;
  border: 2px solid #23d5ab;
  padding: 1em;
  position: relative;
  overflow: hidden;
}
.about-section .about-body-section-inside .about-btn button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  z-index: -1;
  width: 0;
  height: 100%;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  background: #1f436b;
}
.about-section .about-body-section-inside .about-btn button:hover {
  color: #fff;
}
.about-section .about-body-section-inside .about-btn button:hover::before {
  width: 100%;
}
.about-section .about-body-section-inside .end-to-end h2 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 25px;
}
.about-section .about-body-section-inside .end-to-end h2 span {
  font-weight: 700;
}
.about-section .about-body-section-inside .end-to-end p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
  color: #000 !important;
}
.about-section .about-body-section-inside .end-to-end p span {
  font-weight: 700;
}
.about-section .about-body-section-inside-p li {
  list-style-type: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin-left:-40px;
  margin-bottom: 20px;
  position: relative;
  text-align: justify;
  color: #000;
}
.about-section .about-body-section-inside-p li span {
  font-weight: 600;
  color: #e84578 !important;
}
/*.about-section .about-body-section-inside-p li::after {
  position: absolute;
  left: -40px;
  top: 0;
  color: #084ca9;
  font-family: fontAwesome;
  content: "";
  z-index: 1;
}*/

.slick-slide {
  outline: none;
}

.clientIMG {
  width: 100%;
  background-color: #3b5d82;
  height: 200px;
}
.clientIMG img {
  margin: 35px 5px 30px 5px;
}
.clientIMG .clientLeft {
  left: 0;
  top: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  width: 70px;
  background-color: #223549;
}
.clientIMG .clientLeft h3 {
  font-size: 40px;
  text-align: center;
  line-height: 190px;
  color: #4c4c4c;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  transform: rotate(-90deg) translate(-35px, 0);
}

.works .workShowcase ul li a {
  background-color: transparent;
  border-radius: 4px;
  margin: 0 10px;
  color: #868686;
  padding: 1em 1.1em;
  border: 2px solid lightgray;
}
.works .workShowcase ul li a.active {
  background: #223549 !important;
  border: 0;
}
.works .workShowcase .portfolio-port {
  position: relative;
  margin: 0 5px;
  transition: 0.5s;
}
.works .workShowcase .portfolio-port img {
  width: 100%;
  transition: 0.5s;
}
.works .workShowcase .portfolio-port:hover .portfolio-overlay {
  visibility: visible;
  transition: 0.5s;
}
.works .workShowcase .portfolio-port .portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  visibility: hidden;
  border: 4px solid #a0a0a0;
}
.works .workShowcase .portfolio-port .portfolio-overlay h5 {
  font-size: 16px;
  margin-top: 50px;
}
.works .workShowcase .portfolio-port .portfolio-overlay .portfolio-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.works .workShowcase .portfolio-port .portfolio-overlay .portfolio-icon img {
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
  text-align: center;
}
.works .about-section-inside h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  color: #42403f;
  font-size: 45px;
}
.works .about-section-inside h3::after {
  content: "";
  position: absolute;
  left: 27%;
  top: -30px;
  z-index: -1;
  opacity: 0.2 !important;
  background: linear-gradient(85deg, #91d4ec, #ebf7fb);
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.works .about-section-inside h3 span {
  color: #23d5ab;
}
.works .about-section-inside p {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  color: #42403f;
  font-size: 26px;
}
.works .about-section-inside p::after {
  content: "";
  position: absolute;
  left: 45%;
  bottom: -20px;
  width: 89px;
  height: 4px;
  background-color: #121212;
}
.about-us-about {
  position: relative;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/about-us-banner-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
}
.about-us-about ul{
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 15px;
    width: 100%;
    bottom: 0;
}

.about-us-about ul li{
    display: inline-block;
    padding-right: 25px;
    font-size: 14px;
    color: #fff;
}
.about-us-about ul li a.banner-btn{
    padding: 0 50px;
    height: 50px;
    line-height: 47px;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #fff;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    letter-spacing: 1px;
    cursor: pointer;
}
.footer {
  position: relative;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/footer-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
}
.footer .footer-banner-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer .footer-banner-top .footer-social-icon .icon-set a {
  display: inline-block;
  background-color: #00d9ff;
  border-radius: 5px;
  width: 45px;
  height: 45px;
  border-radius: 3px;
  color:#fff !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  text-align: center;
  line-height: 46px;
  font-size: 22px;
}

.wd_top_agency_i .bx{
    color:#fff !important;
    font-size:30px !important;
    margin-bottom:20px !important;
}
.icon-set a:hover{
    text-decoration:none !important;
    
}

.icon-set {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}


.footer .footer-banner-top .footer-social-icon .icon-set i:hover {
  background-color: transparent;
  color: #000;
  transition: 0.5s;
}
.footer .footer-banner-middle {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer .footer-banner-middle h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #00d9ff;
}
.footer .footer-banner-middle h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #00d9ff;
}
.footer .footer-banner-middle ul {
  margin-left: -20px;
}
.footer .footer-banner-middle ul li {
  list-style-type: none;
  margin: 15px 0;
  position: relative;
}
.footer .footer-banner-middle ul li::before {
  content: "";
  position: absolute;
  left: -25px;
  font-family: "fontAwesome";
}
.footer .footer-banner-middle ul li:hover {
  margin-left: 5px;
  transition: 0.5s ease-in-out;
  color: #0a84cb;
}
.footer .footer-banner-middle ul li:hover ul.footer-nav-submenu {
  display: block;
}
.footer .footer-banner-middle ul li ul.footer-nav-submenu {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  background: #333;
  right: -120px;
  top: 0;
  z-index: 99999;
  display: none;
  width: 70%;
  margin: 0;
  padding: 0;
  border: 1px solid #fff !important;
}
.footer .footer-banner-middle ul li ul.footer-nav-submenu li {
  padding: 0.7rem 1em;
  width: 100%;
  margin: 0;
}
.footer .footer-banner-middle ul li ul.footer-nav-submenu li::before {
  display: none !important;
}
.footer .footer-banner-middle ul li ul.footer-nav-submenu li a {
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 13px;
  width: 100%;
}
.footer .footer-banner-middle ul li ul.footer-nav-submenu li a:hover {
  color: #fff;
}
.footer .footer-banner-middle ul li ul.footer-nav-submenu li:hover {
  background-color: #e73c7e;
  width: 100%;
}
.footer .footer-banner-middle ul li a {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #fff;
}
.footer .footer-banner-middle ul li a:hover {
  text-decoration: none;
  color: white;
  color: #0a84cb;
}
.footer .footer-icon img {
  margin: 0 10px;
}
.footer .footer-icon img:hover {
  transform: scale(1.2);
  transition: 0.5s;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.copyright {
  background: #333;
  font-size: 14px;
}
.copyright p {
  font-family: "Roboto", sans-serif;
}
.copyright p a {
  color: #fff;
}
.copyright p a:hover {
  text-decoration: none;
}

.form-section .form-left {
  background: linear-gradient(-45deg, #121b25, #3a5a7b);
  padding: 50px 50px;
}
.form-section .form-left h4 {
      font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 27px;
    margin-bottom: 20px;
}
.form-section .form-left p {
      font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
  text-align: justify;
}
.form-section .form-left form input {
  border-radius: 0 !important;
  padding: 15px 13px;
  background-color: #293b4e;
  font-size: 14px;
  color:#fff !important;
  width: 100%;
  margin: 10px 0;
  border-radius: 5px !important;
  border: 1px solid #52525222;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
.form-section .form-left form input::placeholder {
  color: #d6dfe9 !important;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
.form-section .form-left form input:focus {
  border-color: rgba(0, 238, 255, 0.8);
  box-shadow: 0 1px 1px rgba(0, 238, 255, 0.8) inset, 0 0 8px rgba(0, 238, 255, 0.8);
  outline: 0 none;
}
.form-section .form-left form select {
  border-radius: 0 !important;
  padding: 15px 13px;
  background-color: #293b4e;
  font-size: 14px;
  width: 100%;
  margin: 10px 0;
  color: #d6dfe9 !important;
  border-radius: 5px !important;
  border-radius: 5px;
  margin-bottom: 20px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  border: 1px solid #52525222;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
.form-section .form-left form select:focus {
  border-color: rgba(0, 238, 255, 0.8);
  box-shadow: 0 1px 1px rgba(0, 238, 255, 0.8) inset, 0 0 8px rgba(0, 238, 255, 0.8);
  outline: 0 none;
}
.form-section .form-left form .textarea, .form-section .form-left form .textarea .textareas {
  border-radius: 0 !important;
  padding: 40px 10px;
  background-color: #293b4e;
  color: #fff;
  font-size: 14px;
  width: 100%;
  font-weight: 500;
  margin-top: 5px;
  border-radius: 5px;
  border-radius: 5px !important;
  margin-bottom: 20px;
  border: 1px solid #52525222;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
.form-section .form-left form .textarea .textareas {
  padding: 60px 10px;
}
.form-section .form-left form .textarea::placeholder, .form-section .form-left form .textarea .textareas::placeholder {
  color: #d6dfe9 !important;
  font-family: "Raleway", sans-serif;
}
.form-section .form-left form .textarea:focus, .form-section .form-left form .textarea .textareas:focus {
  border-color: #00eeffcc;
  box-shadow: 0 1px 1px rgba(0, 238, 255, 0.8) inset, 0 0 8px rgba(0, 238, 255, 0.8);
  outline: 0 none;
}
.form-section .form-left form button {
  border-radius: 5px;
  font-size: 17px;
  color: black;
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  padding: 12px 22px;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid #fff;
}
.form-section .form-left form button:hover {
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #ee7752);
  border: 2px solid #fff;
  background-size: 400%;
  transition: 0.5s;
  color: #fff;
  animation: btn 20s linear infinite;
}
@keyframes btn {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.form-section .form-right {
  background-color: white;
  min-height: 100%;
  width: 100%;
  padding: 15px;
}
.form-section .form-right h2 {
      font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 27px;
   
  color: #000;
}
.form-section .form-right h3 {
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #42403f;
}

.form-section .form-right


.form-section .form-right p {
     font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}
.form-section .form-right p span {
  
  font-weight: 600;
  color: #42403f;
}
.form-section .form-right .stats {
  padding: 20px 0;
}
.form-section .form-right .stats .row {
  margin-bottom: 25px;
  border-bottom: 3px solid #dfe4ea;
}
.form-section .form-right .stats .row img {
  margin-left: 25px;
}
.form-section .form-right .stats h5 {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 400;
  color: #1f1f1f;
  margin-top: 10px;
}
.form-section .form-right .stats h5 span {
  font-weight: 600;
  color: #0c0c0c;
}

.service {
  background: linear-gradient(-45deg, #084ca9, #0e388a, #041a21, #030f26);
  background-size: 400% 400%;
  animation: service 15s ease infinite;
}
.service .services-left {
  background: url(../img/top-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 300px;
  overflow: hidden;
  z-index: -999;
}
.service .services-left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -999;
  background: rgba(0, 0, 0, 0.5);
}
.service .services-left h5 {
  left: 40%;
  top: 50%;
  color: #fff;
}
.service h2.services-heading {
  color: #23d5ab;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 45px;
}
.service h2.services-heading span {
  color: #e6fbff;
}
.service p.services-para {
  color: #42403f;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 21px;
  color: #d7f0ff;
  padding: 0.5rem;
}
@keyframes service {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.service .web {
  background-color: #fff;
  padding: 2em;
}
.service .web:hover .overlay-inside-services {
  display: block;
}
.service .web .overlay-inside-services {
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: services 15s ease infinite;
}
@keyframes services {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.service .web .overlay-inside-services ul li {
  list-style-type: none;
  margin: 15px 0;
}
.service .web .overlay-inside-services ul li a {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.service .web .overlay-inside-services ul li a:hover {
  text-decoration: none;
  margin-left: 10px;
  transition: 0.5s;
}
.service .web .web-inside .lang-ico {
  margin-left: -40px;
}
.service .web .web-inside .lang-ico li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}
.service .web .web-inside h4 {
  color: #42403f;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 26px;
}
.service .web .web-inside p {
  color: #42403f;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
}
.service .web .web-inside p.p1-5 {
  color: #42403f;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 26px;
  text-align: justify !important;
  letter-spacing: 0;
}
.service .yellow {
  background-color: #1f436b;
}
.service .pink {
  background-color: #1f436b;
}
.service .green {
  background-color: #1f436b;
}
.service .white {
  background-color: white;
}

.dmservices {
  padding: 3em 3em;
  background: #ebf7fb;
}
.dmservices .dmservicesinside h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 45px;
  color: #42403f;
  z-index: 1;
}
.dmservices .dmservicesinside h2::after {
  content: "";
  position: absolute;
  left: 15%;
  top: -30px;
  z-index: -1;
  background: linear-gradient(85deg, #91d4ec, #ebf7fb);
  width: 100px;
  opacity: 0.2 !important;
  height: 100px;
  border-radius: 50%;
}
.dmservices .dmservicesinside h2 span {
  color: #23d5ab;
}
.dmservices .dmservicesinside h6 {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 26px;
  color: #42403f;
}
.dmservices .dmservicesinside h6::after {
  content: "";
  position: absolute;
  left: 45%;
  bottom: -20px;
  width: 89px;
  height: 4px;
  background-color: #121212;
}
.dmservices .dmservicesinside .colLG {
  background: #fff;
  box-shadow: 2px 10px 19px -5px rgba(146, 215, 255, 0.32);
  -webkit-box-shadow: 2px 10px 19px -5px rgba(146, 215, 255, 0.32);
  -moz-box-shadow: 2px 10px 19px -5px rgba(146, 215, 255, 0.32);
  padding: 2em;
  border-radius: 10px;
  height: 430px !important;
}
.dmservices .dmservicesinside .colLG:hover {
  margin-top: -10px;
  transition: 0.7s;
  background: linear-gradient(-45deg, #23a6d5, #23d5ab);
}
.dmservices .dmservicesinside .colLG:hover h4 {
  color: #e6fbff;
}
.dmservices .dmservicesinside .colLG:hover p {
  color: #e6fbff;
}
.dmservices .dmservicesinside .colLG:hover button {
  background: #2F3B47;
  transition: all 0.5s;
  border: 0;
  color: #fff;
}
.dmservices .dmservicesinside .colLG h4 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  color: #6e5bab;
  line-height: 24px;
}
.dmservices .dmservicesinside .colLG p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}

/**BLOG CSS START**/
/**BLOG CSS END**/
/***Portfolio Start***/
.box {
  margin: 1em auto;
  position: relative;
  width: 20em;
  height: 15em !important;
  line-height: 8.5em !important;
  overflow: hidden;
  border-radius: 10px;
}

.box__center, .box__bottom, .box__top, .box__left, .box__right {
  position: absolute;
  margin: 0;
  padding: 0;
  width: inherit;
  height: inherit;
  text-align: center;
  line-height: inherit;
  transition: transform 0.4s ease;
}
.box__center:before, .box__bottom:before, .box__top:before, .box__left:before, .box__right:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
}
.box__center:hover, .box__bottom:hover, .box__top:hover, .box__left:hover, .box__right:hover {
  transform: translateX(0);
  z-index: 1;
}
.box__center:hover:before, .box__bottom:hover:before, .box__top:hover:before, .box__left:hover:before, .box__right:hover:before {
  width: 100%;
  height: 100%;
  transform: none;
}

.box__right {
  background: linear-gradient(-45deg, #1e8cb4, #23c0d5);
  transform: translateX(100%);
}
.box__right:before {
  right: 100%;
  bottom: 0;
  transform-origin: 100% 100%;
}
.box__right:hover ~ .box__center {
  transform: translateX(-100%);
}

.box__left {
  background: linear-gradient(-45deg, #1e8cb4, #23c0d5);
  transform: translateX(-100%);
}
.box__left:before {
  left: 100%;
  transform-origin: 0 0;
}
.box__left:hover ~ .box__center {
  transform: translateX(100%);
}

.box__top {
  background: linear-gradient(-45deg, #1e8cb4, #23c0d5);
  transform: translateY(-100%);
}
.box__top:before {
  top: 100%;
  right: 0;
  transform-origin: 100% 0;
}
.box__top:hover ~ .box__center {
  transform: translateY(100%);
}

.box__bottom {
  background: linear-gradient(-45deg, #23a6d5, #23d5ab);
  transform: translateY(100%);
}
.box__bottom:before {
  bottom: 100%;
  left: 0;
  transform-origin: 0 100%;
}
.box__bottom:hover ~ .box__center {
  transform: translateY(-100%);
}

.box__center {
  z-index: -1;
  margin: 0;
  padding: 0;
}

/* Some booring css*/
body {
  font-family: Helvetica, sans-serif;
  
  
  /* transform: translateZ(0);*/
  
  
}

a {
  color: #FF6600;
}

a:hover {
  color: darkorange;
}

.bxright {
  padding-top: 0;
}
.bxright .bx-share-lbox i {
  background: #041F36 !important;
  border-radius: 50px !important;
  padding: 1em !important;
  color: #f60 !important;
  margin: 0 50px !important;
}
.bxright .bx-share-lbox i:hover {
  transform: scale(1.5);
  width: 50px;
  height: 50px;
}
.bxright .bx-icons {
  margin-top: -30px !important;
}
.bxright h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15px;
  position: relative;
  margin-top: -35px;
}
.bxright h5::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 30px;
  width: 80%;
  height: 1px;
  background-color: #fff;
}


.home-work-portfolio .nav-item a.nav-link {
  background-color: #52c02b !important;
  border-radius: 2px !important;
  color: #fff;
}
.home-work-portfolio .nav-item a.vmore {
  background: #000 !important;
}
.home-work-portfolio .nav-item a.active {
  background-color: #333 !important;
  border-radius: 2px !important;
  color: #fff;
}
.home-work-portfolio .nav-item a:hover {
  background: #17944c !important;
  color: #fff;
  transition: all 0.5s;
}

canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  bottom: 0;
  right: 0;
  opacity: 0.6;
}

.lb-image {
  width: auto !important;
  height: 600px !important;
}

.lb-close {
  display: block !important;
  position: absolute !important;
  right: 160px !important;
  top: 0 !important;
  width: 201px !important;
  height: 30px !important;
  background: url(../img/close.png) no-repeat 0 0 !important;
  outline: 0;
  color: #fff;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.zindex {
  z-index: 999 !important;
}

.placeholder {
  overflow: hidden;
}

.placeholder img {
  opacity: 1;
  transition: 0.5s ease-in;
}

.placeholder img.loaded {
  opacity: 1;
}

/***Portfolio End***/
/***WD_Services***/
.wd_top_agency .wd_top_agency_i button, .services_banner .services_banner_txt .wd_services_btn button {
  display: inline-block;
  padding: 0 44px 0 18px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  height: 50px;
  line-height: 40px;
  font-size: 14px;
  width:172px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  color: #fff;
  opacity: 0.8;
      background-image: linear-gradient( 
180deg  , #18387b, #6b45dd);
  position: relative;
  
}
.services_banner_txt p a{
    color:#fff !important;
    text-decoration:none !important;
}
/*.wd_top_agency .wd_top_agency_i button:hover, .services_banner .services_banner_txt .wd_services_btn button:hover {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}*/
.wd_services_btn button::before{
      width: 38px !important;
    height: 37px !important;
    background-image: linear-gradient( 
0deg
 , #18387b, #6b45dd) !important;
    border-radius: 50% !important;
    content: "\f105" !important;
    font-family: FontAwesome !important;
    position: absolute !important;
    right: 4px !important;
    top: 5px !important;
    z-index: 1 !important;
    display: block !important;
}

.wd_services_btn button:hover{
     background-image: linear-gradient( 
0deg , #6b45dd, #18387b) !important;
}



.services_banner {
  padding: 10px 0 5px 0;
  min-height: 300px;
  background: linear-gradient(-45deg, #23a6d5, #0fa381, #09a9e4, #18a0b8);
  background-size: 400% 400%;
  animation: service 15s ease infinite;
}
@keyframes service {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.services_banner .services_banner_txt {
  padding-top: 80px;
}
.services_banner .services_banner_txt h2 {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 27px;
  margin-bottom: 20px;
}
.services_banner .services_banner_txt p {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-align: justify;
  font-weight: 500;
  line-height: 22px;
}
.services_banner .services_banner_txt .wd_services_btn {
  margin: 30px 0;
}
.why_choose_services {
  padding: 35px 0;
}
.why_choose_services .why_choose_services_i {
  padding-top: 25px;
}
.why_choose_services .why_choose_services_i h3 {
      font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-size: 27px;
    position:relative;
  margin-bottom: 20px;
}


.why_choose_services .why_choose_services_i h3::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-14px;
    background:#000;
    width:71px;
    height:3px;
}



.why_choose_services .why_choose_services_i li {
  list-style-type: none;
  margin-bottom: 15px;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  text-align: justify;
  line-height: 22px;
  color: #000;
  position: relative;
  padding-left: 30px;
}
.why_choose_services .why_choose_services_i li::before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  color: #fff;
  background-color: #0fa381;
  border-radius: 500%;
  padding: 3px;
  font-family: FontAwesome;
  font-size: 1em;
  line-height: 1;
  content: "";
}

.wd_top_agency {
  background: linear-gradient(-45deg, #d2d523, #0bbb72, #0b9bc7, #0084ff);
  padding: 0.5rem 0;
  background-size: 400% 400%;
  animation: service 15s ease infinite;
}
@keyframes service {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.wd_top_agency .wd_top_agency_i {
  background-image: url(../img/wd.jpeg), linear-gradient(90deg, rgba(25, 35, 56, 0.9) 90%, rgba(15, 28, 53, 0.9));
  background-blend-mode: multiply;
  background-size: cover;
  padding: 45px 0;
}
.wd_top_agency .wd_top_agency_i h3 {
     font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 27px;
  margin-bottom: 20px;
}
.wd_top_agency .wd_top_agency_i h4 {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 25px;
  text-align: justify;
  margin-bottom: 20px;
  line-height: 30px;
}
.wd_top_agency .wd_top_agency_i p {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-align: justify;
  line-height: 22px;
}
.process_services h3 {
     font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 27px;
    position:relative;
  
}

.process_services h3::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px !important;
    background: #000;
    width: 71px;
    height: 3px;
}


.process_services p {
      font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: justify;
    line-height: 24px;
}
.process_services .process {
  position: relative;
  height: 250px;
  -webkit-box-shadow: 0px 16px 40px 0px rgba(112, 144, 176, 0.1);
  -moz-box-shadow: 0px 16px 40px 0px rgba(112, 144, 176, 0.1);
  box-shadow: 0px 16px 40px 0px rgba(112, 144, 176, 0.1);
  border-radius: 5px;
  padding: 2em;
  height: 230px;
}
.shopify-lifecycle{
        padding: 44px 0 !important;
        position: relative !important;
        display:flex !important;
        justify-content:center !important;
        align-items:center !important;
        
    }
    .shopify-lifecycle::before{
        content:'' !important;
        position:absolute !important;
        top:0 !important;
        left:0 !important;
        width:100% !important;
        height:100% !important;
        background: #4f8624 !important;
        opacity:0.70 !important;

    }
    
    .lifecycle ul li{
        list-style-type:none !important;
        display:inline-flex !important;
        justify-content:center !important;
        align-items:center !important;
        width: 145px !important;
        height: 145px !important;
        border-radius: 100% !important;
        font-size: 15px !important;
        color: #fff !important;
        position: relative !important;
        text-align:center;
        margin: 0 25px !important;
        border:2px dashed #fff !important;
    }

.process_services .process h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 20px;
  color: #414898;
}
.process_services .process h5 span {
  padding-right: 10px;
  font-size: 23px;
  font-weight: 500;
}
.process_services .process p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-align: justify;
  line-height: 21px;
  margin-top: -15px;
}
.process_services .process:hover {
  background: linear-gradient(-45deg, #23cfd5, #18a0b8);
  transition: 0.5s !important;
}
.process_services .process:hover h5, .process_services .process:hover p {
  color: #fff;
}

.processone {
  position: relative;
}
.processone::before {
  font-family: "Poppins", sans-serif;
  content: "01";
  position: absolute;
  right: 0;
  top: 0;
  color: #414898;
  font-size: 50px;
  font-weight: 800;
  opacity: 0.1;
}

.processtwo {
  position: relative;
}
.processtwo::before {
  font-family: "Poppins", sans-serif;
  content: "02";
  position: absolute;
  right: 0;
  top: 0;
  color: #414898;
  font-size: 50px;
  font-weight: 800;
  opacity: 0.1;
}

.processthree {
  position: relative;
}
.processthree::before {
  font-family: "Poppins", sans-serif;
  content: "03";
  position: absolute;
  right: 0;
  top: 0;
  color: #414898;
  font-size: 50px;
  font-weight: 800;
  opacity: 0.1;
}

.processfour {
  position: relative;
}
.processfour::before {
  font-family: "Poppins", sans-serif;
  content: "04";
  position: absolute;
  right: 0;
  top: 0;
  color: #414898;
  font-size: 50px;
  font-weight: 800;
  opacity: 0.1;
}

.industry_sec {
  background: linear-gradient(-45deg, #d2d523, #0bbb72, #0b9bc7, #0084ff);
  padding: 0.3rem 0;
  background-size: 400% 400%;
  animation: service 15s ease infinite;
}
@keyframes service {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.industry_sec .industry {
  background-image: url(../img/wd.jpeg), linear-gradient(90deg, rgba(25, 35, 56, 0.9) 20%, rgba(15, 28, 53, 0.9));
  background-blend-mode: multiply;
  background-size: cover;
  padding: 27px 0;
}
.industry_sec .industry h5 {
      font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 27px;
  margin-bottom: 20px;
  position:relative;
}

.industry_sec .industry h5::after{
    content:"";
    position:absolute;
    left:45%;
    bottom:-14px;
    background:#fff;
    width:71px;
    height:3px;
}



.industry_sec .industry p {
       font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}
.industry_sec .industry .industry-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.industry_sec .industry .industry-row .industry-item {
  background-color: #000;
  width: 200px;
  height: 200px;
  margin: 0 5px;
  border-radius: 5px;
  opacity: 0.7;
  padding: 45px 0 0 0;
  border: 2px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  -webkit-box-shadow: 0px 16px 40px 0px rgba(112, 144, 176, 0.21);
  -moz-box-shadow: 0px 16px 40px 0px rgba(112, 144, 176, 0.21);
  box-shadow: 0px 16px 40px 0px rgba(112, 144, 176, 0.21);
}
.industry_sec .industry .industry-row .industry-item span {
  color: #00ffea;
  font-size: 60px;
}
.industry_sec .industry .industry-row .industry-item p {
  color: #fff;
  font-family: "Lato", sans-serif;
  text-align: center;
  font-size: 25px;
  font-weight: 300;
  margin-top: 10px;
}
.industry_sec .industry .industry-row .industry-item:hover {
  opacity: 1;
  transform: scale(1.1);
  transition: all 0.5s ease-in-out !important;
}

.cutting-edge h5 {
     font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 27px;
  margin-bottom: 20px;
  position:relative;
}

.cutting-edge h5::after{
    content:"";
    position:absolute;
    left:45%;
    bottom:-14px;
    background:#000;
    width:71px;
    height:3px;
}


.cutting-edge p {
      font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
  line-height: 24px;
}
.cutting-edge .cutting-edge-item .az {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.cutting-edge .cutting-edge-item .az .icon span {
  font-size: 36px;
  margin-right: 10px;
  color: #414898;
}
.cutting-edge .cutting-edge-item .az .heading {
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
.cutting-edge .cutting-edge-item .az .heading h6 {
      font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
        color: #414898;
    
}
.cutting-edge .cutting-edge-item p {
     font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
  text-align: justify;
}

.cutting-edge-item {
  padding: 15px;
}
.cutting-edge-item:hover {
 -webkit-box-shadow: 0px 10px 61px -27px rgba(0,0,0,0.41);
-moz-box-shadow: 0px 10px 61px -27px rgba(0,0,0,0.41);
box-shadow: 0px 10px 61px -27px rgba(0,0,0,0.41);

  border-radius: 5px;
  transition: 0.5s !important;
}

.contact-form h5 {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 20px;
}
.contact-form p {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
}
.contact-form .form {
  width: 900px;
  margin: 0 auto;
}
.contact-form .form ul li a {
  background: #f2f2f2;
  font-family: "Lato", sans-serif;
  color: #000;
  border-radius: 0;
  font-weight: 400;
}
.contact-form .form ul li a.active {
  background: #23cfd5 !important;
}
.contact-form .form .tab-content {
  border: 4px solid #23cfd5;
  padding: 15px;
  margin-top: -16px;
}
.contact-form .form input {
  border: 1px solid #e3e3e3;
  height: 60px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: 400;
  font-size: 14px;
  color: #df2466;
  margin: 20px 0;
}
.contact-form .form button {
  border-radius: 5px;
  margin-top: 15px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  height: 52px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 2px;
  background: linear-gradient(180deg, #23cfd5, #2370d5);
  border: 0;
  font-family: "Lato", sans-serif;
  display: inline-block;
}

.contact-office-loc .col_img {
  margin-bottom: 20px;
  border: 3px solid #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.45);
}
.contact-office-loc .col-txt {
  padding: 20px 25px;
  margin: 0 10px;
  background: #2b384c;
  border-radius: 5px;
  border: 3px solid #23cfd5;
  -webkit-box-shadow: 3px 8px 24px -4px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 3px 8px 24px -4px rgba(0, 0, 0, 0.38);
  box-shadow: 3px 8px 24px -4px rgba(0, 0, 0, 0.38);
}
.contact-office-loc .col-txt:hover {
  margin-top: -10px;
  transition: 0.5s !important;
}
.contact-office-loc .col-txt h6 {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.contact-office-loc .col-txt .phn {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.contact-office-loc .col-txt span.lnr {
  font-size: 25px;
  color: #23cfd5;
  float: left;
  width: 30px;
}
.contact-office-loc .col-txt .email {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.contact-office-loc .address {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.map {
  margin: 0 20px;
}

/*****Ecommerce*****/
/*****Ecommerce*****/
.ecommerce p {
     font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #5a5a5a  !important;
    text-align: justify;
    line-height: 24px;
}

.ecommerce-tech h5 {
  font-weight: 800;
  font-size: 30px;
  font-family: "Lato", sans-serif;
  margin-bottom: 20px;
}
.ecommerce-tech p {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
}
.ecommerce-tech .tech h6 {
  color: #414898;
  font-weight: 600;
  font-size: 17px;
  font-family: "Lato", sans-serif;
  margin-bottom: 10px;
}
.ecommerce-tech .tech p {
  text-align: justify !important;
  font-weight: 400;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  line-height: 21px;
}

.core-features img {
  filter: invert(1);
}
.core-features p {
  font-size: 15px !important;
  font-weight: 500 !important;
}


.shopi span{
    display: block;
    font-size: 28px;
    font-weight: 400;
    color: #000;
    font-family: Poppins, sans-serif !important;
}

.shopi span.shopif{
    display: block;
    font-size: 38px;
    font-weight: 800;
    color: #8dbd37;
    font-family: Poppins, sans-serif !important;
}

.shopi b{
    display: block;
    font-size: 32px;
    font-weight: 800;
    color: #8c8c8c;
    font-family: Poppins, sans-serif !important;
}

.shopi p{
    font-size: 26px;
    color: #2c2c2c;
    line-height: normal;
    font-family: Poppins, sans-serif !important;
}


/***FAQ starts***/
.faq .faq-heading h5 {
      font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 27px;
  margin-bottom: 20px;
  position:relative;
}
.faq .faq-heading h5::after{
    content:"";
    position:absolute;
    left:45%;
    bottom:-14px;
    background:#000;
    width:71px;
    height:3px;
}



.faq .faq-heading p {
     font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.accordion {
  cursor: pointer;
}
.accordion a.card-title {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 21px;
}
.accordion a.card-title::before {
  content: "Q";
  font-weight: 800;
  margin-right: 20px;
  font-size: 24px;
}
.accordion .card-header:after {
  content: "-";
  float: right;
  color: white;
  font-weight: 600;
  font-size: 22px;
  width: 30px;
  height: 30px;
  background: linear-gradient(#0974b3, #0c387a);
  border-radius: 50%;
  text-align: center;
  margin: 0;
  line-height: 25px;
}
.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "+";
}

/***FAQ ends***/
.vendors_admini h5 {
      font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 27px;
  margin-bottom: 20px;
  position:relative;
}
.vendors_admini h5::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-14px;
    background:#000;
    width:71px;
    height:3px;
}


.vendors_admini p {
     font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height:24px;
    
 
  
}


.row.col3:hover {
    background: #fff;
    /* padding: 25px 0 0 0; */
    padding: 18px 0 5px;
    min-height:200px !important;
}


.vendors_admini .users h6 {
      font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
  color: #414898;
}
.vendors_admini .users span.lnr {
  font-size: 25px;
  margin-right: 15px;
  color: #414898;
}
.vendors_admini .users ul li {
  list-style-type: none;
  margin-bottom: 10px;
}
.vendors_admini .users ul li a {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  position: relative;
}
.vendors_admini .users ul li a::before {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  left: -20px;
}
.vendors_admini .users ul li a:hover {
  text-decoration: none;
  color: #414898;
  transition: 0.5s !important;
}

/**why choose us****/
.w_c_u span.lnr {
  font-size: 35px;
  margin-right: 15px;
  color: #fff;
  width: 65px;
  height: 65px;
  background: linear-gradient(45deg, #5e6bf7, #3b46c0);
  border-radius: 10%;
  padding: 0.5em;
  border: 1px solid #fff;
  -webkit-box-shadow: 10px 10px 18px -9px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 10px 10px 18px -9px rgba(0, 0, 0, 0.47);
  box-shadow: 10px 10px 18px -9px rgba(0, 0, 0, 0.47);
}
.w_c_u h6 {
     font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
}
.w_c_u h6::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  background: #fff;
  height: 3px;
  width: 30px;
}
.w_c_u p {
      font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: justify !important;
}

.why-choose-us {
  background: url(../img/whychoose.jpeg) no-repeat 0 0;
  background-size: cover;
  background-position: center;
  position: relative;
  background-attachment: fixed;
}
.why-choose-us h5 {
      font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 27px;
  margin-bottom: 20px;
  position:relative;
}

.why-choose-us h5::after{
    content:"";
    position:absolute;
    left:45%;
    bottom:-14px;
    background:#fff;
    width:71px;
    height:3px;
}


.why-choose-us .w_c_u1:hover h6 {
  color: #00fff2;
  transition: 0.5s !important;
}
.why-choose-us .w_c_u1:hover span.lnr {
  border-radius: 100%;
  transition: 0.5s !important;
}

/***why choose us***/
/***Mobile technology start****/
.top-mobile-app h5 {
      font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 27px;
    text-align:center;
    position:relative;
  margin-bottom: 20px;
}

.top-mobile-app h5::after {
     content:"";
    position:absolute;
    left:45%;
    bottom:-14px;
    background:#000;
    width:71px;
    height:3px;
}

p.white{
    color:#fff !important;
}
h6.white{
    color:#fff !important;
}

.top-mobile-app p {
      font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color:#5a5a5a !important;
    text-align: justify;
    line-height: 24px;
}
.top-mobile-app .tmad span.lnr {
   border-radius: 50px !important;
    width: 50px !important;
    height: 50px !important;
    border: 2px solid #6742da !important;
    display: block !important;
    text-align: center !important;
    line-height: 49px !important;
    font-size: 25px !important;
    color: #714be2 !important;
    float: left !important;
    background-color: #fff !important;
}
.top-mobile-app .tmad h6 {
      font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 18px;
  margin-bottom: 40px;
  position: relative;
  color: #311e7d;
  /*margin:0 !important;*/
}
.top-mobile-app .tmad h6::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  background: #414898;
  height: 3px;
  width: 30px;
}
.top-mobile-app .tmad p {
     font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
  text-align: justify;
  margin-top: -15px;
}

.mobile-technology-a {
  background: #f1f2f6;
}
.mobile-technology-a h5 {
      font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 27px;
    margin-bottom: 20px;
    position:relative;
  
}


.mobile-technology-a h5::after{
        content: "";
    position: absolute;
    left: 0;
    bottom: -14px;
    background: #000;
    width: 71px;
    height: 3px;
}
}

.mobile-technology-a p {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
}
.mobile-technology-a .border-box {
  min-height: 300px;
  border: 2px solid #0bbb73;
  padding: 20px;
  text-align: left;
  border-radius: 8px;
  min-height: 150px;
  background: #fff;
  margin-top: 30px;
  -webkit-box-shadow: 0px 16px 29px -23px #7090b0;
  -moz-box-shadow: 0px 16px 29px -23px #7090b0;
  box-shadow: 0px 16px 29px -23px #7090b0;
}
.mobile-technology-a .border-box:hover {
  background: #0bbb73;
  border: 2px solid #fff;
  transition: 0.5s;
}
.mobile-technology-a .border-box:hover h3 {
  color: #fff;
}

.mobile-technology h2{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 27px;
    position: relative;
}
.mobile-technology h2::after{
    content: "";
    position: absolute;
    left: 47%;
    bottom: -14px;
    background: #000;
    width: 71px;
    height: 3px;
}

.mobile-technology-a .border-box:hover ul li a {
  color: #fff;
}
.mobile-technology-a .border-box:hover ul li a:hover {
  color: #fff;
}
.mobile-technology-a .border-box h3 {
  font-size: 17px;
  color: #0bbb73;
  font-family: "Lato", sans-serif;
  margin: 0 0 8px;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  line-height: 25px;
}
.mobile-technology-a .border-box ul li {
  list-style-type: none;
}
.mobile-technology-a .border-box ul li a {
  font-weight: 500;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
  position: relative;
}
.mobile-technology-a .border-box ul li a:hover {
  text-decoration: none;
  color: #414898;
  margin-left: 5px;
  transition: 0.5s;
}
.mobile-technology-a .border-box ul li a::before {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  left: -20px;
}

.grey-bg {
  background-color: #f1f2f6;
}

.newsletter-sec ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.newsletter-sec ul li {
  display: inline-block;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0 10px;
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
  position: relative;
}
.newsletter-sec ul li input[type=text] {
  height: 49px;
  padding: 0 20px;
  min-width: 600px;
  color: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cfcfcf;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.newsletter-sec ul li input[type=submit] {
  padding: 0 55px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  background: #0a84cb;
  color: #fff;
  height: 53px;
  line-height: 53px;
  font-size: 14px;
  font-family: Lato, sans-serif;
  text-transform: uppercase;
  margin-left: 6px;
  letter-spacing: 1px;
  border: none;
  font-weight: 400;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/***Mobile technology ends****/
/***DIGITAL MARKETING STARTS****/
.top-seo span.lnr {
    font-size: 22px !important;
    border: 1px solid #643fd8 !important;
    padding: 15px !important;

}
.top-seo .top-seo-o h6 {
  position: relative;
  margin-bottom: 20px;
}
.top-seo .top-seo-o h6::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  background: #414898;
  height: 3px;
  width: 30px;
}

.certificate_dm h5 {
  font-weight: 800;
  font-family: "Lato", sans-serif;
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}

/**DIGITAL MARTKETING ENDS***/
/********Blog Starts*********/
.blog_row_01 h3 {
  font-weight: 800;
  font-family: "Lato", sans-serif;
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.blog_row_01 p {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
}

.blog_row_02 .social_icons .social_icon_01 {
  float: left;
  width: 15%;
  height: 40px;
  background: #dbdbdb;
  margin-right: 5px;
  padding: 0.5rem;
  border-radius: 3px;
  position: relative;
}
.blog_row_02 .social_icons .social_icon_01 svg {
  position: absolute !important;
  right: 10px !important;
  top: 13px;
  color: #fff !important;
}
.blog_row_02 .social_icons .social_icon_01 .fbs {
  color: #000;
}
.blog_row_02 .social_icons .social_icon_01 span {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 14px;
}
.blog_row_02 .clear {
  clear: both;
}

.blog_row_02_col_2 .blogListP:hover h5 {
  color: #007bb6;
}
.blog_row_02_col_2 .blogListP .date_author {
  margin: 15px 0;
}
.blog_row_02_col_2 .blogListP .date_author span {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 500;
}
.blog_row_02_col_2 .blogListP .date_author a {
  color: #444444;
}
.blog_row_02_col_2 .blogListP h5 {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 21px;
}
.blog_row_02_col_2 .blogListP p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  text-align: justify;
}
.blog_row_02_col_2 .blogListP .blog_readmore {
  position: absolute;
  right: 10px;
  bottom: -5px;
}
.blog_row_02_col_2 .blogListP .blog_readmore button {
  background-color: #0974b3;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.blog_row_02_col_2 .blogListP .blog_readmore button:hover {
  background: transparent;
  border: 2px solid #0974b3;
  color: #000;
}

.blog-right-panel #sidebar-wrapper {
  background: #f6f6f6;
  padding-bottom: 10px;
  width: 100%;
}
.blog-right-panel #sidebar-wrapper .about_co h6 {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
}
.blog-right-panel #sidebar-wrapper .about_co p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  text-align: justify;
  font-weight: 400;
  line-height: 21px;
}
.blog-right-panel #sidebar-wrapper .about_co-services h6 {
  font-size: 20px;
  color: #2e2e2e;
  font-family: "Lato", sans-serif;
  border-top: 1px solid #6c6c6c;
  border-bottom: 1px solid #6c6c6c;
  padding: 15px 0;
  text-align: center;
  background: 0 0;
  margin-top: 32px;
  font-weight: 700;
}
.blog-right-panel #sidebar-wrapper .about_co-services ul li {
  list-style-type: none;
  background: url(//www.webguru-india.com/blog/wp-content/themes/blogtheme/images/arrow.png) left 13px no-repeat;
  padding: 5px 0 5px 20px;
  border-top: 1px solid #e6e6e6;
  margin-bottom: 10px;
}
.blog-right-panel #sidebar-wrapper .about_co-services ul li:hover {
  margin-left: 5px;
  transition: 0.5s;
}
.blog-right-panel #sidebar-wrapper .about_co-services ul li:hover a {
  color: #0084ff;
}
.blog-right-panel #sidebar-wrapper .about_co-services ul li a {
  color: #000;
}
.blog-right-panel #sidebar-wrapper .about_co-services ul li a:hover {
  text-decoration: none;
}
.blog-right-panel #sidebar-wrapper .about_co-services button {
  width: 210px;
  display: block;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  border-radius: 3px !important;
  background: #00aeef none repeat scroll 0 0 !important;
  border: 2px solid #00aeef;
}
.blog-right-panel #sidebar-wrapper .about_co-services button:hover {
  background: transparent !important;
  border: 2px solid #0974b3;
  color: #000;
  -webkit-box-shadow: 0px 6px 12px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 6px 12px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 6px 12px -4px rgba(0, 0, 0, 0.2);
}

/********Blog Ends*********/
/***Blog Details starts****/
.bdetails .date_author span a {
  color: #6e6e6e;
}
.bdetails .date_author span a:hover {
  text-decoration: none;
}

.blogStory .blogstorydiv {
  margin: 40px 0;
}
.blogStory .blogstorydiv h6 {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 26px;
}
.blogStory .blogstorydiv p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-align: justify;
}
.blogStory .blogstorydiv ul li {
  list-style-type: none;
}
.blogStory .blogstorydiv ul li a {
  line-height: 31px;
  color: #272727;
  margin-bottom: 10px;
  font-size: 17px;
  position: relative;
  font-family: "Lato", sans-serif;
}
.blogStory .blogstorydiv ul li a:hover {
  text-decoration: none;
}
.blogStory .blogstorydiv ul li a::before {
  content: "";
  position: absolute;
  left: -20px;
  font-family: fontAwesome;
}

.author_bio {
  background: #eeeeee;
  padding: 30px 20px;
}
.author_bio img {
  border-radius: 50%;
}
.author_bio p {
  text-align: justify;
}
.author_bio .social-icon {
  padding-top: 16px;
}
.author_bio .social-icon svg {
  font-size: 22px;
  margin: 0 2px;
}

/***Blog Details Ends*****/
/****CLIENT BODY****/
.client_body img {
  border: 1px solid #dfdfdf;
  margin-bottom: 30px;
  padding: 1em;
  border-radius: 5px;
}
.client_body img:hover {
  -webkit-box-shadow: 1px 4px 59px -3px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 1px 4px 59px -3px rgba(0, 0, 0, 0.16);
  box-shadow: 1px 4px 59px -3px rgba(0, 0, 0, 0.16);
  transition: 0.5s;
}

/****CLIENT BODY***/
/***HYBRID***/
.hybrid_tech {
  padding: 50px 0;
}
.hybrid_tech h5 {
      font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 27px;
  margin-bottom: 20px;
  position:relative;
}

.hybrid_tech h5::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-14px;
    background:#000;
    width:71px;
    height:3px;
}


.hybrid_tech .react-flut:hover h3 {
  color: #0a84cb;
}
.hybrid_tech p {
     font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
  line-height: 24px;
}
.hybrid_tech h3 {
  font-size: 17px;
  color: #000;
  font-family: "Lato", sans-serif;
  margin: 0 0 8px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  line-height: 25px;
}
.hybrid_tech .list-point {
  margin-left: -37px;
}
.hybrid_tech .list-point li {
  list-style-type: none;
  position: relative;
  padding-left: 12px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: "Lato", sans-serif;
}
.hybrid_tech .list-point li::before {
  content: "";
  position: absolute;
  font-family: fontAwesome;
  left: 0;
  color: #138df1;
}

.caseStudy {
  background: url(../img/whychoose.jpeg) no-repeat 0 0;
  position: relative;
  background-size: cover;
  background-position: center;
  position: relative;
  background-attachment: fixed;
}
.caseStudy h5 {
  font-weight: 800;
  font-family: "Lato", sans-serif;
  font-size: 30px;
  margin-bottom: 20px;
}
.caseStudy p {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
}
.caseStudy .caseStudyI {
  background: #fff;
  padding: 30px;
  margin-top: 30px;
  border-radius: 5px;
}
.caseStudy .caseStudyI:hover {
  -webkit-box-shadow: 0px 6px 71px 2px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 6px 71px 2px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 6px 71px 2px rgba(0, 0, 0, 0.23);
}
.caseStudy .caseStudyI:hover h6 {
  color: #006eff;
}
.caseStudy .caseStudyI h6 {
  font-weight: 800;
  font-size: 20px;
  font-family: "Lato", sans-serif;
}
.caseStudy .caseStudyI p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  font-family: "Lato", sans-serif;
}

/***HYBRID***/
/***designPortfolio*****/
.designPortfolio h5 {
  font-weight: 800;
  font-size: 30px;
  font-family: "Lato", sans-serif;
  margin-bottom: 20px;
}

#lightbox .lb-data .lb-details span.lb-number {
  opacity: 0;
}
#lightbox .lb-data .lb-close {
  position: absolute !important;
  right: -20px !important;
}

.lbox img.example-image {
  border: 3px solid #fff !important;
}

/****designPortfolio*****/
.vmore {
  background: #000 !important;
}

.send-proprsal {
  background: #0a84cb;
}
.send-proprsal h6 {
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #fff !important;
  font-size: 30px;
  color: #42403f;
}
.send-proprsal form {
  display: flex;
  flex-direction: row;
  padding: 2px;
  margin-top: 12px;
  nargin: 0 auto;
}
.send-proprsal form input {
  flex-grow: 2;
  padding: 22px 50px;
  border-radius: 45px 0 0 45px;
  outline: 0;
  border: none;
  color: #000000;
  background-color: #fff;
  color: #fff;
}
.send-proprsal form button {
  border: 0;
  background: #2689c3 !important;
  border-radius: 0 45px 45px 0;
  color: white;
  padding: 18px 27px;
}

/*
 .collapse-sec{
     position: relative;
     background: #0c0c0c;
     .panel-title{
         a{font-weight: 600;
             font-family: $roboto;
             color: #fff !important;
             font-size: 30px;
              &:hover{text-decoration: none}

         }
     }
     #collapseOne{background: #fff; padding: 3em;
.panel-body{font-family: $roboto; font-size: 17px; text-align: justify;}
     }
 }

*/
.xtraq {
  background: #0c0c0c !important;
}
.xtraq .accordion {
  cursor: pointer;
}
.xtraq .accordion .card-header {
  background: #0c0c0c !important;
  border: 0 !important;
}
.xtraq .accordion .card-header a.card-title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
}
.xtraq .accordion .card-header a.card-title::before {
  display: none;
}
.xtraq .accordion .card-body {
  background: #0a84cb;
}
.xtraq .accordion #collapseOne div {
  -webkit-box-shadow: 2px 4px 21px 0px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 2px 4px 21px 0px rgba(0, 0, 0, 0.39);
  box-shadow: 2px 4px 21px 0px rgba(0, 0, 0, 0.39);
  border-radius: 5px !important;
}
.xtraq .accordion #collapseOne div p {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  text-align: justify;
  padding: 20px;
  margin: 0;
  background: #fff;
}
.xtraq .accordion .card-header:after {
  content: "-";
  float: right;
  color: white;
  font-weight: 600;
  font-size: 22px;
  width: 30px;
  height: 30px;
  background: linear-gradient(#0974b3, #0c387a);
  border-radius: 50%;
  text-align: center;
  margin: 0;
  line-height: 25px;
}
.xtraq .accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "+";
  animation: glowing 1500ms infinite;
}
@keyframes glowing {
  0% {
    -webkit-filter: drop-shadow(0px 0px 10px #ff00ea);
    filter: drop-shadow(0px 0px 10px #ff00ea);
  }
  50% {
    -webkit-filter: drop-shadow(0px -140px 40px #ff00ea);
    filter: drop-shadow(0px -40px 40px rgba(255, 0, 234, 0.72));
  }
  100% {
    -webkit-filter: drop-shadow(0px 0px 10px #ff00ea);
    filter: drop-shadow(0px 0px 10px #ff00ea);
  }
}

.o_d_m_c h5 {
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
}
.o_d_m_c p {
  font-weight: 500;
  font-size: 21px;
  color: black;
  padding: 0.5rem;
  font-family: "Lato", sans-serif;
}
.o_d_m_c .o_d_m_c_sec {
  border: 1px solid #0c2547;
  border-radius: 10px;
}
.o_d_m_c .o_d_m_c_sec:hover {
 
  transition: all 0.5s;
  -webkit-box-shadow: 0px 3px 93px 0px rgba(0, 94, 255, 0.32);
  -moz-box-shadow: 0px 3px 93px 0px rgba(0, 94, 255, 0.32);
  box-shadow: 0px 3px 93px 0px rgba(0, 94, 255, 0.32);
  border: 0;
}
.o_d_m_c .o_d_m_c_sec:hover .o_d_m_c_btn {
  background: #0073ff;
  border-radius: 0 0 10px 10px;
}
.o_d_m_c .o_d_m_c_sec:hover .o_d_m_c_btn a {
  color: #fff;
}
.o_d_m_c .o_d_m_c_sec .o_d_m_c_item {
  position: relative;
  border: none;
  padding: 1.7em;
}
.o_d_m_c .o_d_m_c_sec .o_d_m_c_item .o_d_m_c_img {
  margin-bottom: 25px;
}
.o_d_m_c .o_d_m_c_sec .o_d_m_c_item .o_d_m_c_caption p {
  text-align: justify;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}
.o_d_m_c .o_d_m_c_sec .o_d_m_c_item .o_d_m_c_caption h6 {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 600;
}
.o_d_m_c .o_d_m_c_sec .o_d_m_c_btn {
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 1em;
  text-align: center;
  border-top: 1px solid #000;
}
.o_d_m_c .o_d_m_c_sec .o_d_m_c_btn a {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.sidepanel {
  display: none !important;
}

.openbtn {
  display: none !important;
}

.banner-text {
  z-index: 999;
}

.banner-text h3{
    font-family: "Roboto", sans-serif !important;
    font-weight: 800 !important;
    font-size: 45px !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff !important;
  margin: 0.3rem 2em !important;
}

.main-nav {
  position: relative;
  z-index:-5px;
}
.main-nav ul li:hover .site-submenu {
  visibility: visible;
  opacity: 1;
}
.main-nav .site-submenu {
  background: #f9f7f8;
  float: left;
  margin-left: -1px;
  max-height: 0;
  padding: 0;
  top: 60px;
  width: 514px;
  z-index: 999999;
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.main-nav .site-submenu .site-submenu-bottom {
  height: 440px;
}
.main-nav .site-submenu .site-submenu-bottom ul li {
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 15px 20px;
  display: inline-block;
}
.main-nav .site-submenu .site-submenu-bottom ul li div {
  background-image: linear-gradient(#0d6bea, #052754);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin: 0 auto;
}
.main-nav .site-submenu .site-submenu-bottom ul li div span {
  line-height: 50px;
  font-size: 20px;
}
.main-nav .site-submenu .site-submenu-bottom ul li div:hover {
  box-shadow: inset 0 0 50px -20px rgba(0, 0, 0, 0.5);
}
.main-nav .site-submenu .site-submenu-bottom ul li:hover {
  color: #c6eeff;
}
.main-nav .site-submenu .site-submenu-bottom ul li:hover a {
  color: #c6eeff;
}
.main-nav .site-submenu .site-submenu-bottom ul li a {
  color: #fff;
}
.main-nav .site-submenu .site-submenu-bottom ul li a:hover {
  text-decoration: none;
}
.main-nav .site-submenu .site-submenu-top {
  display: block;
  float: left;
  background: #ededed;
  position: relative;
  width: 100%;
  border-left: 1px solid #e6e6e6;
}
.main-nav .site-submenu .site-submenu-top .submenu {
  padding: 0 0;
  float: left;
  width: 242px;
  background: #fff;
  min-height: 345px;
}
.main-nav .site-submenu .site-submenu-top .submenu li {
  width: 100%;
  list-style-type: none !important;
  list-style-image: none !important;
  margin: 0;
  padding: 8px;
  cursor: pointer;
}
.main-nav .site-submenu .site-submenu-top .submenu li:hover {
  background-image: linear-gradient(#0d6bea, #052754);
}
.main-nav .site-submenu .site-submenu-top .submenu li:hover a {
  color: #fff;
}
.main-nav .site-submenu .site-submenu-top .submenu li:hover ul.sub-sub-menu {
  display: block;
}
.main-nav .site-submenu .site-submenu-top .submenu li a {
  font-family: Poppins, sans-serif;
  text-transform: none;
  text-decoration: none;
  font-weight: 300;
  font-size: 14px;
  color: #2f3b47;
}
.main-nav .site-submenu .site-submenu-top .submenu li ul.sub-sub-menu {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 272px;
  min-height: 300px;
  background: #ededed;
  list-style-type: none !important;
  list-style-image: none !important;
  display: none;
}
.main-nav .site-submenu .site-submenu-top .submenu li ul.sub-sub-menu li:hover {
  background-image: linear-gradient(#0d6bea, #052754);
}
.main-nav .site-submenu .site-submenu-top .submenu li ul.sub-sub-menu li:hover a {
  color: #fff;
  position: relative;
}
.main-nav .site-submenu .site-submenu-top .submenu li ul.sub-sub-menu li a {
  color: #2f3b47;
  font-size: 15px;
  position: relative;
  font-weight: 300;
}
.angularFRMlist ul li{display: inline-block; margin: 0 25px;}

.angularFRMlist h3{
    font-weight: 800;
    font-size: 30px;
    font-family: "Lato", sans-serif;
    margin-bottom: 20px;
}

#exampleModal .modal-body .input-group input{
    width: 100%;
    height: 45px;
    border: 1px solid #bebebe;
    padding: 0 15px;
    border-radius: 3px;
    transition: all .5s ease-in-out;
    font-size: 16px;
    margin-bottom:10px;
}
#exampleModal .modal-header button span{
    font-size:35px !important;
}
#exampleModal .modal-body .input-group textarea{
    width: 100%;
    height: 80px;
    border: 1px solid #bebebe;
    padding: 0 15px;
    border-radius: 3px;
    transition: all .5s ease-in-out;
    font-size: 16px;
    margin-bottom:10px;
}
#exampleModal .modal-body{
    padding:15px 0 0 0;
}
#exampleModal .modal-body .input-group input.submit-btn{
    width: 100%;
    height: 56px;
    text-align: center;
   background: linear-gradient(#0974b3, #0c387a);
    border: none;
    margin: 0;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 400;
    border-radius: 2px;
    transition: all .5s ease-in-out;

}

#exampleModal .modal-footer a {
    display: inline-block;
    margin: 2px 18px 2px 0 !important;
    font-size: 15px !important;
    text-decoration: none!important;
    color: #000;
     font-family: "Lato", sans-serif;
    font-weight:600;
    display:flex !important;
}
.modal-footer{
        justify-content: center !important;
}

/*.modal-dialog{margin:0 !important;}
.modal-footer{padding:0 !important;}*/


#exampleModal .modal-header h5{
    font-size: 24px;
    line-height: normal;
    margin: 0 0 10px;
    color:#000 !important;
    font-family: "Lato", sans-serif;
    font-weight:400;
}
#mobileresicon{display:none;}



/***BLOG STARTS***/
.blog_section h3 a{
    font-size: 19px;
    color: #313131;
    line-height: 25px;
    font-family: 'Robooto'sans-serif;
    text-transform: capitalize;
    margin-bottom: 0px;
    padding-bottom: 0;
    font-weight: 400;
    text-decoration: none;
}
.blog_section p{
  font-size: 15px;
  text-align: justify;
  color: #444;
  line-height: 24px;
  margin-bottom: 0px;
  padding-bottom: 0;
  font-weight: 400;
  font-weight: 400;
  font-family: 'Roboto';

}

.blog_section a.btn-lg{
  font-size: 13px;
    background:transparent;
    border: 1px solid #000;
    float: right;
    margin-top: 10px;
    text-transform: capitalize;
    color: #000;
    border-radius: 50px;
}

.blog_section a.btn-lg:hover{
  background-image: linear-gradient(to bottom right, rgb(111, 45, 233), rgb(61, 10, 102));
  border: 0;
  color: #fff;
}


#sidebar-wrapper {
  background: #f6f6f6;
  padding: 0 20px;
  float: left;
  width: 100%;
}
#sidebar-wrapper ul li ul li a {
  font-size: 16px;
  color: #333;
  font-family: 'Lato',sans-serif;
  font-weight: 500;
}

#sidebar-wrapper ul li ul li a :hover{
  text-decoration: none;
}

#sidebar-wrapper ul li {
  list-style-type: none;
  padding: 10px;
}
div#sidebar ul {
  padding: 0;
}

.textwidget ul{
    margin: 0;
    padding: 0 !important;
}

.textwidget ul li:hover{
  background: #1558bd;
}

#categories-115133663 ul li:hover{
  background: #1558bd;
}
#categories-115133663 ul li:hover a{
  color: #fff !important;
  text-decoration: none;
}

.textwidget ul li:hover a{
  color: #fff !important;
  text-decoration: none;
}


#sidebar-wrapper h2 {
  font-size: 20px;
  color: #2e2e2e;
  font-family: 'Yantramanav',sans-serif;
  border-top: 1px solid #6c6c6c;
  border-bottom: 1px solid #6c6c6c;
  padding: 15px 0;
  text-align: center;
  background: 0 0;
  margin-top: 32px;
  font-weight: 700;
}

.textwidget a.discover-work {
  width: 210px;
  margin: 10px auto 0;
  display: block;
  font-size: 16px;
  line-height: 40px;
  border-radius: 3px!important;
}
.textwidget a.discover-work, .susbcribe-wrap a {
  width: auto;
  display: inline-block;
  background: #1558bd ;
  padding: 8px 22px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  cursor: pointer;
  border: 0;
  font-size: 15px;
  text-align: left;
  border-radius: 2px;
}

.textwidget a.discover-work, .susbcribe-wrap a:hover {
 text-decoration: none;
 
}


.post-details {
  text-align: left;

}
.post-details p {
  font-size: 13px;
  padding-bottom: 15px;
  color: #aaa;
  text-align: left!important;
  margin: 0;
}
.post-details p span {
  color: #2f2e2e;
  padding-right: 2px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 50px;
  font-family: 'Roboto';
}
.blog_section.py-5 img {
        
    object-fit: cover;
    width: 270px;
    
   
}

.artuz{
       height: 220px;
    object-fit: cover;
    width: 270px;
    /* opacity: 100%; */
    border-radius: 10%;
}

/***BLOG ENDS***/

/**BLOG DETAILS START****/
.blogdetail h3.top-text {
  text-align: center;
  font-size: 15px;
}
.blogdetail h3 span {
  display: inline-block;
  padding-left: 25px;
}

.blogdetail h1 {
  font-size: 30px;
  line-height: normal;
  font-weight: 700;
  color: #23527c;
  text-align: center;
}

.blogdetails-inside h3 {
  text-align: left;
  padding: 10px 0 15px;
  color: #0885b4;
  font-weight: 400;
  font-size: 23px;
}

.blogdetails-inside p {
  padding-bottom: 12px !important;
  text-align: justify;
  margin-bottom: 10px;
}

.author_bio_section {
  background: #e1e5f3;
  padding: 30px 30px 30px 30px;
  position: relative;
  text-align: left;
  min-height: 177px;
  border-radius: 10px;
}

span.dms{
  background-color: #1558bd;
  color: #fff !important;
  padding: 0.3rem;
  border-radius: 2px;
  margin: 0 5px;
}
.tag-social{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.tags a{
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  text-transform: capitalize;
  color: #000;
  margin-left: 10px;
}

.blog-social svg{
  margin: 0 20px;
  background-color: #F3F3F3;
  
}

.author_bio_section .author-img.avatar {
  border-radius: 10%;
  margin: 0;
  position: absolute;
  top: 14px;
  left: 40px;
  overflow: hidden;
  width: 100px;
  height: auto;
}
.author_bio_section h3.author_name {
  font-size: 18px;
  font-weight: 700;
  color: #505978;
  text-align: left;
  border-bottom: 1px solid #d4d7e4;
  padding-bottom: 10px;
  margin: 0 0 15px;
}
.author_bio_section .author_details {
  font-size: 16px;
  color: #505978;
  padding-bottom: 15px;
  line-height: 22px;
}

.blogdbanner{
  background: url(../img/blogdbanner.jpeg) no-repeat 0 0;
  background-size: cover;
  background-position: center;
  min-height: 250px;
  object-fit: cover;
  position: relative;
  z-index: -1;
}
.bcrubm ul li{
  list-style-type: none;
  display: inline-block;
  
}
.bcrubm{
  padding: 10px;
}
.bcrubm ul li a{
 
  margin-right: 6px;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

.blogbcont{
    padding:24px;
}

.page-item .page-link:hover {
    z-index: 1;
    color: #fff;
    background-color: #5d15bd !important;
    border:none !important;
}

ul.pagination{
        padding-left: 50%;
        padding-top:10px;
}

.col-lg-4.rtss img {
    width: 249px !important;
    height: 142px !important;
    border-radius: 10px !important;
}


.blogban img{
  height: 373px !important;
  object-fit: cover !important;
  width: 700px !important;
  border-radius: 10px !important;
  margin: 20px 0;
}
.blogdbanner::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #32B3AE , #3752BA);
  top: 0;
  left: 0;
  display: block;
  opacity: 82%;
  z-index: -1;
}
/***BLOG DETAILS ENDS****/


marquee img {
    height: 72px;
}

ul.box-pnl li:hover {
    background: #0e7fd0;
    color:#fff;
}

.box-pnl {
    padding: 0;
    margin-top: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.box-pnl li {
    display: table-cell;
    width: 13%;
    padding: 0 5px !important;
    height: 120px;
    vertical-align: middle;
    border-right: 1px solid #ddd;
    padding: 20px 15px 20px 55px;
    position: relative;
}
.box-pnl .col-lg-9{
        font-family: "Roboto", sans-serif;
    font-weight: 500;
    line-height: 24px;
}

.box-pnl li span {
    position: absolute;
    top: -14px;
    left: 24px;
    font-size: 31px;
    color: #df2466;
}
.icon-plugin:before {
    content: "\e997";
}


/***tab****/
.webo ul#pills-tab {
    background: #f5f5f5;
    padding: 1em;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 15px;
    border: 1px solid #ddd;
}
.webo .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #0e5471;
    background-color: transparent;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 17px;
}
.webo a#pills-profile-tab {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}
.webo a.nav-link{
    color:#000;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 17px;
    position:relative;
}

.webo a.nav-link.active::after{
    content:"";
    position: absolute;
    bottom: -24px;
    left: 50%;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    background-color: #15a7e4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 16px;
    border: 2px solid #fff;
    content: "";
    -webkit-box-shadow: 0 0 5px -1px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0 0 5px -1px rgba(0,0,0,.75);
    box-shadow: 0 0 5px -1px rgb(0 0 0 / 75%);
    
}
.webo a.nav-link::after{
    
}

.webo .tab-content .col-lg-3{
    flex: 0 0 25% !important;  
    max-width: 8% !important;
}


/***tab2****/

.webos ul#pills-tab {
    background: #f5f5f5;
    padding: 1em;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 15px;
    border: 1px solid #ddd;
}
.webos .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #0e5471;
    background-color: transparent;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 17px;
}
.webos a#pills-profile-tab {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}
.webos a.nav-link{
    color:#000;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 17px;
    position:relative;
}

.webos a.nav-link.active::after{
    content:"";
    position: absolute;
    left:0;
    bottom:-16px;
    width: 113px;
    height: 4px;
    background: #0d2c7a;
    
}




.webos a.nav-link::after{
    
}

.webos .tab-content .col-lg-3{
    flex: 0 0 25% !important;  
    max-width: 8% !important;
}

/****tab2******/






.col3{
    border: 1px solid #ddd;
    padding: 2.5em 1rem 1em;
    background: #fff !important;
    height: 207px !important;
}

.col3:hover{
  -webkit-box-shadow: 0px 10px 61px -27px rgba(0,0,0,0.41);
-moz-box-shadow: 0px 10px 61px -27px rgba(0,0,0,0.41);
box-shadow: 0px 10px 61px -27px rgba(0,0,0,0.41);


transition:all 0.3s ease-in-out;

    
}
.col-lg-4.col4{
      border-radius:10px;
          padding: 1em;
}

.col4:hover  {
    background: #fff;
     box-shadow: 0px 4px 50px -30px rgb(0 0 0 / 2%);

    border-radius:10px;
    transition: all 0.3s ease-in;
}

.webo p {
    font-family: 'Roboto';
    font-weight: 300;
    font-size:16px;
}

.error h2{
   font-family: "Poppins", Sans-serif !important;
    font-size: 90px !important;
    font-weight: 700 !important;
}
.error p{
    font-family: "Roboto", Sans-serif  !important;
    font-size: 24px  !important;
    font-weight: 300  !important;
    line-height: 1.5em  !important;
}
.error button{
    font-family: "Roboto", Sans-serif  !important;
    font-size: 16px  !important;
    font-weight: 500  !important;
     background-image: linear-gradient( 
     180deg , #18387b, #6b45dd)  !important;
    border-radius: 25px 25px 25px 25px  !important;
    padding: 17px 40px 17px 40px  !important;
}

.about-us-about-s ul li{
    display:inline-flex;
    margin-right:100px;
    list-style-type:none;
}
.about-us-abouts.py-5 {
    background: aliceblue;
}


.package_wrapper ul{
    justify-content:center;
    margin-left: 219px;

}


.package_wrapper ul li a {
    color: #233f51!important;
    /* background: #f7cd2f; */
    background-color: #52c02b !important;
    margin-right: 5px;
    color: #fff !important;
    font-size: 21px;
    border-top-right-radius: 25px !important;
     border-top-right-radius: 25px !important;
    font-weight: 800;
    padding: 21px 20px!important;
    text-align:center;
    position: relative;
}

.package_wrapper ul li{
    width: 17.9% !important;
}


.content-writing-packages-main table.seo-rank-table.table tr td {
    border: 1px solid #ccc;
    background: #e0ecf8;
}

.package_wrapper table {
    width: 90%;
    margin: 0 auto;
}

.package_wrapper tbody tr td {
   border:0 !important;
   background:transparent;
   height: 80px;
    width: 17%;
    color: black;
    font-family: 'Poppins';
}
.package_wrapper tbody tr td:first-child{
       background: #299fcd !important;
       color:#fff !important;
}

.seo-rank-table a.btn.btn-info{
   display: inline-block;
    padding: 0 44px 0 18px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    /* height: 50px; */
    padding: 1em 3em;
    border: 0;
    /* line-height: 48px; */
    font-size: 14px;
    /* width: 172px; */
    color: #000;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    color: #6a468e;
    opacity: 1;
    background-image: linear-gradient( 
180deg , #ffffff, #d3d3d3);
    position: relative;

}

/*# sourceMappingURL=style.css.map */


/* extra css */
:root{
    --myColor: #0fa381;
}

a{
  text-decoration: none !important;
}

.text-color{
    color: var(--myColor);
}

.packages-section .nav-tabs .nav-link.active{
    background-color: var(--myColor) !important;
}

.packages-section .heading-table th,
.packages-section .heading-table td{
    vertical-align: middle;
    background-color: var(--myColor);
    color: #ffffff;
}
.packages-section .heading-table tr td:not(:first-child){
    font-weight: 400 !important;
    color: #f9f9f9;
}
.packages-section .accordion-button span{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.packages-section .accordion-button{
    height: 3rem;
}
.packages-section .accordion-button::after{
    background-image: none;
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 20px;
    background: #ffffff;
}
.packages-section .accordion-button::before{
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    height: 2px;
    width: 20px;
    background: #ffffff;
}
.packages-section .accordion-button:not(.collapsed)::before{
    display: none;
}


.packages-section table th,
.packages-section table td{
    width: 20%;
}

/*.services_banner{*/
/*    background: linear-gradient(-45deg, #23a6d5, #0fa381, #09a9e4, #18a0b8);*/
/*    background-size: 400% 400%;*/
/*    animation: service 15s ease infinite;*/
/*}*/
@keyframes service {
    0% {
        background-position: 0% 50%;
    }
    
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.services-section .row .service-img-box::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to top, rgba(2, 66, 66, 0.9), rgba(1, 6, 6, 0.5));
    /* z-index: 1; */
}
.services-section .row .service-img-box{
    border-bottom-right-radius: 5rem !important;
}
.services-section .container > .row{
    border: 1px solid transparent;
}
.services-section .container > .row:hover{
    border-color: var(--myColor);
}

.flip-card .card-inner{
    height: 200px;
    transition: transform .6s;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}
.flip-card .card-inner .card-front{
    z-index: 2;
    background: #767272;
}
.flip-card .card-inner .card-back{
    transform: rotateY(180deg);
    z-index: 1;
    background: var(--myColor);
}
.flip-card:hover .card-inner{
    transform: rotateY(180deg);
}
.flip-card .card-inner .card-front svg{
    /* fill: var(--myColor); */
}

.icon-box{
    height: 90px;
    width: 90px;
    line-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #e9155f;
    border-radius: 50%;
}
.svg-icon-box{
    height: 80px;
    width: 80px;
    line-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--myColor);
    border-radius: 50%;
}

.dot-dot-box{
    width: 300px;
    height: 120px;
    content: "";
    background: url(https://www.bhavitra.com/frontendtheme/img/elearning-management-system-dot-bg.png) repeat center;
    position: absolute;
    top: 20px;
    z-index: 1;
}

.features-section .row .radius-box{
    background: #0fa381;
    border-radius: 30% 70% 62% 38% / 44% 38% 62% 56%;
}
.features-section .row:nth-child(odd) .radius-box{
    border-radius: 73% 27% 29% 71% / 37% 45% 55% 63%;
}

.crossbis-section .crossbisicn{
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background: var(--myColor);
    border-radius: 50%;
    margin-right: 15px;
}
.crossbis-section .list-group .list-group-item{
    padding-left: 0;
    padding-right: 0;
}


@media (min-width: 769px){
    .services-section .container > .row:nth-child(even) .row .col-md-5{
        order: 1;
    }
    .food-delivery-app.favourite-food{
        margin-top: -100px;
    }
    .features-section .row:nth-child(odd) .col-md-5{
        order: 1;
    }
    .crossbis-section .col-md-4:first-child .list-group .list-group-item .d-flex{
        flex-direction: row-reverse;
    }
    .crossbis-section .col-md-4:first-child .list-group .crossbisicn{
        margin-left: 15px;
        margin-right: 0;
    }
}
@media (max-width: 768px){
    .packages-section .overflow-hidden{
        overflow: unset !important;
    }
    .packages-section .container-fluid > .row{
        width: 700px ;
    }
    .business-section img{
        height: 300px;
        display: block;
        margin: auto;
    }
    .dot-dot-box{
        display: none;
    }
}





.top-mobile-app .tmad .col-lg-4,
.top-mobile-app .tmad h6::after{
    transition: .5s;
}
.top-mobile-app .tmad .col-lg-4:hover{
    box-shadow: 0px 30px 20px rgba(0,0,0,0.05);
}
.top-mobile-app .tmad .col-lg-4:hover h6::after {
    width: 130px;
}

.flip-card .card-inner{
    height: 200px;
    transition: transform .6s;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}
.flip-card .card-inner .card-front{
    z-index: 2;
    background: #767272;
}
.flip-card .card-inner .card-back{
    transform: rotateY(180deg);
    z-index: 1;
    background: var(--myColor);
}
.flip-card:hover .card-inner{
    transform: rotateY(180deg);
}
.flip-card .card-inner .card-front svg{
    /* fill: var(--myColor); */
}

.why-us-pnl .icon{
    height: 90px;
    width: 90px;
    line-height: 90px;
    filter: brightness(1.5);
    transition: .4s;
}
.why-us-pnl:hover .icon{
    background: #fff;
}

.blogdetail a{
  color: #414898;
}
.blogdetail a:hover{
  color: #0513af;
}





.bg-gradient-img {
  background-image: url(../img/wd.jpeg), linear-gradient(90deg, rgba(25, 35, 56, 0.9) 20%, rgba(15, 28, 53, 0.9));
  background-blend-mode: multiply;
  background-size: cover;
}
.text-color-1 {
  color: #414898;
}

