* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
  font-family: regular;
  -moz-box-sizing: border-box;
  -webkit-text-size-adjust: none;
  scroll-behavior: smooth;
}
.btn {
  display: inline-block;
  align-self: center;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /* background-color: transparent; */
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
}
.nav-item:hover .drop{
  display: block;
}
.containerpaddingwebsite{
  padding: 25px;
}
.myelement{
  background-color: #000;
} 
.myelement:hover{
  background-color: #fff;
}
.myelement1{
  background-color: #000;
} 
.myelement1:hover{
  background-color: #fff;
}
.myelementz{
  background-color: #000;
} 
.myelementz:hover{
  background-color: #fff;
}
.containerpaddingmobile{
  padding: 25px;
}
.market{
  background-color: #000 !important;
}
.marketz{
  background-color: #000 !important;
}
.market1{
  background-color: #000 !important;
}
.market:hover{
  background-color: #fff !important;
}
.market1:hover{
  background-color: #fff !important;
}
.marketz:hover{
  background-color: #fff !important;
}
.btncard {
  background-color: #5a5a5a !important;
  padding-bottom: 5px;
  color: white;
}
.ds {
  display: none;
}
.canvasbtn{
  display: none !important;
}
.btn-close{
  display: none;
} 
.btncard:hover {
  background-color: transparent;
  padding-bottom: 5px;
  color: black;
  border: 2px solid #5a5a5a;
}
.mycolorbtn {
  background-color: #f15e25;
  color: white !important;
  padding: 10px 20px;
}
#getafreecodetoday {
  display: none;
}
.mysitmap {
  color: #f15e25;

  margin-right: 25px;
  text-decoration: none !important;
}
.mysitmap2 {
  text-decoration: none !important;
}

.navbar-nav {
  margin-left: auto;
}
.offcanvas.show {
  width: inherit;
  height: fit-content;
}
.canvasbtn {
  padding: 10px;
  margin-left: auto;
  display: flex;
  display: none;
  background-color: blanchedalmond;
}

/*Dropdown Nav*/

.bar1,
.bar2,
.bar3 {
  width: 40px;
  height: 5px;

  margin: 6px 0;
  transition: 0.4s;
}
.paddingleft {
  padding-right: 0px !important;
}
.bar1,
.bar3 {
  background-color: #60aa45;
}
.bar2 {
  background-color: #f15e25;
}

#uae-address,
#contact-add {
  cursor: pointer;
}
.hamburger-toggle {
  padding-top: 13px;
}
.subpart {
  cursor: pointer;
}
.borderblog {
  border-radius: 4px;
}
.borderblog {
  border-radius: 4px;
  margin-top: 0px;
}

.share_btn {
  display: inline-block;
  text-decoration: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 23px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
  transition: 0.3s;
}
.shfb {
  background-image: -webkit-linear-gradient(#f6f6f6 0%, #f6f6f6 100%);
  background-image: linear-gradient(#f6f6f6 0%, #f6f6f6 100%);
}
.share_btn:hover {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.28);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.shtw {
  color: #22b8ff;
  background-image: -webkit-linear-gradient(#aeecff 0%, #57c8ff 100%);
  background-image: linear-gradient(#aeecff 0%, #57c8ff 100%);
}

.fg {
  transform: perspective(800px) rotateY(0deg) scale(1) rotateX(0deg);

  opacity: 1;
  transition: 0.6s ease all;
}

.fg:hover {
  transform: perspective(800px) rotateY(10deg) translateY(-10px) rotateX(10deg)
    scale(0.9);

  opacity: 1;
}

.tabs {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  overflow: hidden;
}
.tabs [class^="tab"] label,
.tabs [class*=" tab"] label {
  color: #f15e25;
  cursor: pointer;
  display: block;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1em;
  padding: 2rem 0;
  text-align: center;
}
.tabs [class^="tab"] [type="radio"],
.tabs [class*=" tab"] [type="radio"] {
  border-bottom: 1px solid rgba(239, 237, 239, 0.5);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tabs [class^="tab"] [type="radio"]:hover,
.tabs [class^="tab"] [type="radio"]:focus,
.tabs [class*=" tab"] [type="radio"]:hover,
.tabs [class*=" tab"] [type="radio"]:focus {
  border-bottom: 1px solid #f15e25;
}
.tabs [class^="tab"] [type="radio"]:checked,
.tabs [class*=" tab"] [type="radio"]:checked {
  border-bottom: 2px solid #f15e25;
}
.tabs [class^="tab"] [type="radio"]:checked + div,
.tabs [class*=" tab"] [type="radio"]:checked + div {
  opacity: 1;
}
.tabs [class^="tab"] [type="radio"] + div,
.tabs [class*=" tab"] [type="radio"] + div {
  display: block;
  opacity: 0;
  padding: 2rem 0;
  width: 90%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tabs .tab-2 {
  width: 50%;
}
.tabs .tab-2 [type="radio"] + div {
  width: 200%;
  margin-left: 200%;
}
.tabs .tab-2 [type="radio"]:checked + div {
  margin-left: 0;
}
.tabs .tab-2:last-child [type="radio"] + div {
  margin-left: 100%;
}
.tabs .tab-2:last-child [type="radio"]:checked + div {
  margin-left: -100%;
}

.console-underscore {
  display: inline-block;
  position: relative;
  top: -0.14em;
  left: 10px;
}

.mobilevivw {
  display: none !important;
}

.collapsing {
  transition: all 0.1s ease !important;
}
/* #hola{
  width: 100vw;
  height: 100vh;
  background-color: #252328;
  position: fixed;
  z-index: 999;
}




#preloader {
position:relative;
  width: 80px;
  height: 80px;
  top: 45%;
  margin: 0 auto;
}
#preloader span {
position:absolute;
border: 8px solid #ffe066;
border-top: 8px solid transparent;
border-radius:999px;
}
.rohan{
  animation: RO .5S linear;
}
@keyframes RO {
  0%{
    transform:scaleX(1.1);
  }
  100% {

transform: scaleX(1);  }
  
  
}
#preloader span:nth-child(1){
width:80px;
height:80px;
animation: spin-1 2s infinite linear;
}
#preloader span:nth-child(2){
top: 20px;
left: 20px;
width:40px;
height:40px;
animation: spin-2 1s infinite linear;
}
@keyframes spin-1 {
0% {transform: rotate(360deg); opacity: 1;}
50% {transform: rotate(180deg); opacity: 0.5;}
100% {transform: rotate(0deg); opacity: 1;}
}
@keyframes spin-2 {
0% {transform: rotate(0deg); opacity: 0.5;}
50% {transform: rotate(180deg); opacity: 1;}
100% {transform: rotate(360deg); opacity: 0.5;}
} */

*,
*:before,
*:after {
  /* Chrome 9-, Safari 5-, iOS 4.2-, Android 3-, Blackberry 7- */
  -webkit-box-sizing: border-box; /* Firefox (desktop or Android) 28- */

  -moz-box-sizing: border-box; /* Firefox 29+, IE 8+, Chrome 10+, Safari 5.1+, Opera 9.5+, iOS 5+, Opera Mini Anything, Blackberry 10+, Android 4+ */
  box-sizing: border-box;
}
* {
  margin: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}
body {
  overflow-x: hidden !important;
  -moz-overflow-x: hidden !important;
  -webkit-overflow-x: hidden !important;
  -o-overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flipele {
  bottom: 10px;
  right: 15px;
  position: absolute;
  width: 23px;
  height: 23px;
  visibility: hidden;
}
.size {
  font-size: 21px;
}

/*header start*/
#header {
  background-color: #60aa45 !important;
  z-index: 1 !important;
}
.center {
  padding: 7px;
}
.email {
  color: white;
  padding: 0%;
  margin: 3px 5px;
  font-family: "regular";
}
.gfsd {
  padding-right: 10px;
 }
.phone {
  color: white;
  padding: 0%;
  margin: 3px 5px;
  font-family: "regular";
}
.colormedia {
  color: white;
  font-family: "light";
  margin: 3px 5px;
  font-size: 21px;
}

.headermedia {
  display: flex;
  justify-content: left;
  padding-left: 12px;
  align-items: center;
}
.bi {
  margin: 2px 12px;
  color: white !important;
}
.ad {
  margin-top: 6px;
}
.slocialicon {
  display: flex;
  margin: 2px 6px;
  padding: 7px;
}
.headermedia2 {
  display: flex;
  text-align: right;
  justify-content: right;
}

/*navbar*/

.bi2 {
  color: white;
  font-family: "light";
}

.c1 {
  width: 100%;
  height: 100%;
}

.line {
  margin: 0%;
}
.text {
  color: #494c83;
  font-size: 16pt;
}
.item {
  position: relative;
  display: inline-block;
}
.contact-info {
  text-align: justify;
}

/* 
#002f4b,#dc4225 
Convert HEX to RGBA - http://hex2rgba.devoth.com/
*/

@import url(./font/font.css);
/*hedere section start*/
.sticky {
  position: fixed !important;
  top: 0;
  padding-top: 22px;

  width: 100% !important;
}
.btn {
  transition: all 0.1s ease;
}
.btn:hover {
  animation-name: bounce;
  animation-timing-function: ease;
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.toggl {
  background-color: transparent;
}
.affix {
  top: 0;
  width: 100%;
  z-index: 9999 !important;
}

/* .affix + .container-fluid {
  padding-top: 70px !important
} */

.header {
  background-color: #60aa45;
  padding-top: 0px;
  margin: 0%;
  font-family: "regular";
  overflow: hidden;
  z-index: 2;
  width: 100%;
}

.email,
.num {
  text-decoration: none;
  border: none;
}
.email {
  padding-right: 4px;
}
.header2 {
  display: flex;
  text-decoration: none;
  border: none;
}
.emj {
  padding: 0%;
  float: right;
  margin-left: 2px;
  padding-right: 5px;
  font-family: "light";
}
.icona {
  float: right;
  padding-top: 0;
}
.icona a {
  margin-top: -11px;
  margin-left: -8px;
  font-size: 20px;
}

.bii {
  color: white;
}
#navbar {
  top: 0;
  position: sticky;
  width: 100%;
  z-index: 2;
  overflow: visible;
}

.scroll {
  display: flex;
  margin-top: 0px;
}
.header3 {
  display: flex;
  float: right;
}

.inside {
  float: left;
  margin-left: 100%;
  margin-right: 0%;
  margin-top: -30px;
  visibility: hidden;
  opacity: 0;
}

.title {
  padding-top: 20px;
  font-size: 20px;
  transition: all 0.4s ease-in-out;
}
.our {
  padding: 4px 0px;
}
#expend {
  padding-top: 0px;
  padding-bottom: 0px;
  z-index: 2;
}

.parallax {
  position: absolute;
  width: 100%;

  overflow: hidden;
  top: 0;
  left: 0;
}

/* ============ desktop view .end// ============ */

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
  margin: 0px 25px;
}
.nav-item.dropdown.dropdown-mega {
  position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 90%;
  top: auto;
  left: 5%;
  color: white;
}
.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
}
.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 60%;
  height: 30%;
  pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}
.icons {
  display: inline-flex;
  margin-left: auto;
  color: white;
}
.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;

  text-decoration: none;
}
.icons a:hover {
  color: #f15e25;
  text-shadow: 0 0 30px white;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem !important;
}
.bolder {
  font-weight: bolder;
}

/*my navbar css*/
.nav-item a {
  color: white;
  font-size: 16px;
}
.text-muted {
  --bs-text-opacity: 1;
  color: #000 !important;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: #f15e25;
}
.nav-item a:hover {
  color: #f15e25;
}
.minus {
  display: none;
}
.nav-item:hover .pluse {
  display: none;
}
.nav-item:hover .minus {
  display: inline-flex;
}

.dropdown-menu {
  border-radius: 10px;
  background-color: #f15e25;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px,
    rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px,
    rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
.dropdown-menu li {
  color: white;
}

.ay {
  opacity: 0;
}
.nav-item:hover .ax {
  display: none;
}
.nav-item:hover .ay {
  opacity: 1;
}
.cardphonecard-title{
  padding: 12%;
}
.container {                                                                                                 
  padding-right: 45px;                                                                                                 
  padding-left: 45px;                                                                                                 
}                                                                                                 
                                                                                                 
/*header section close*/

/* main sectiom start*/
.main.row {
  justify-items: center;
}
.main.row.col-6 {
  justify-content: center;
  margin-top: 10px;
}
.main.row.col-6.maintext1 {
  justify-content: center;
  align-items: center;
  margin-top: 100px !important ;
}
.main-left {
  padding-top: 10px;
  justify-content: center;
  align-items: center;
}
.main-right {
  padding-top: 0px;
  margin-bottom: 42px;
}
.maintext1 {
  margin-top: 10px !important;
  margin-bottom: 0rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: 42px;
  font-family: extrabold;
}
.maintext2 {
  font-size: 20px;
  text-align: justify;
}

.main.row.col-6.maintext2 {
  margin-top: 5px;
  width: 317px;
}

.main-left .btn {
  cursor: pointer;
  background-color: #f15e25;
  color: white;
  transition: all 0.1s ease;
}
.main-left .btn:hover {
  transform: scale(1.1) !important;
}
.Bannerimg {
  width: 100%;
  height: 100%;
}

/* main sectiom  close*/

/* specialization section start*/

.specialization .spacialtext1 {
  margin-top: 23px !important;
  text-align: center;
  justify-content: center;
  color: #f15e25;
}
.text-muted {
  color: black;
  font-family: bold;
}
.specialization .spacialtext2 {
  justify-content: center;
  text-align: center;
  padding: 2px 40px;
  color: white;
  font-size: 12pt;
  font-family: semibold;
}
#background {
  background-image: url(../images/Rectangle\ 10.png);
  background-size: 100% 70%;
  background-repeat: no-repeat;
  z-index: 1;
}

@media (max-width: 376px) {
  #background {
    background-image: url(../images/Rectangle\ 10.png);
    background-size: 100% 30%;
    background-repeat: no-repeat;
    z-index: 1;
  }
}

@media screen and (min-width: 380px) and (max-width: 760px) {
  #background {
    background-image: url(../images/Rectangle\ 10.png);
    background-size: 100% 28%;
    background-repeat: no-repeat;
    z-index: 1;
  }
  .featurette-heading {
    font-size: 22px;
  }
  .featurette-heading1 {
    font-size: 22px;
  }
}

.col-md-4 {
  padding: 0px 54px;
  justify-content: center;
  align-items: center;
}

.card-s {
  justify-content: center;
  align-items: center;
  height: 290px;
  width: 390;
  color: black;
  transition: 1s linear;
}

.card-title {
  color: black;
  font-family: bold;
}

h3 {
  font-size: 20px;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  color: #fff;
}

.card-s:hover {
  cursor: pointer;
}

.card-s .mobile {
  border: 2px #60aa45 solid;
  border-radius: 80px;
  padding: 10px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  fill: #60aa45;
  justify-content: center;
}

.card-s .iphone {
  border: 2px #60aa45 solid;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 10px;
  transition: all 0.4;
  fill: #60aa45;
}
.card-s .android {
  border: 2px #60aa45 solid;
  fill: #60aa45;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 10px;
}
.card-s:hover .android {
  fill: #60aa45;
  border: 2px #60aa45 solid;
  box-shadow: #60aa45;
}
.card-s:hover .mobile {
  fill: #60aa45;
  border: 2px #60aa45 solid;
  box-shadow: #60aa45;
}
.card-s:hover .iphone {
  fill: #60aa45;
  border: 2px #60aa45 solid;
  box-shadow: #60aa45;
}
.card-s:hover .text {
  color: #60aa45;
}
.card-s img {
  fill: green;
}
.card-s img {
  fill: #60aa45;
}
.card-s:hover .title {
  color: #60aa45;
}

#Layer_1 {
  margin-top: 5%;
  width: 90px;
  height: 90px;
  transition: 1s linear;
}

/*.mobile {
  width: 300px;
  height: 150px;
  padding: 11px;
  margin: 20px 10px;
  justify-content: center;
  transition: 1s linear;
  
  
}

.iphone {
 
  width: 100px;
  height: 100px;
  padding: 11px;
  margin: 20px 10px;
  justify-content: center;
  transition: 1s linear;
  
  
}
.android {

  width: 100px;
  height: 100px;
  padding: 11px;
  margin: 20px 10px;
  justify-content: center;
  transition: 1s linear;
  
  
  
}
.body{
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  padding: 4rem 0rem !important;
  
}
.title{
  color: black;
}


hr{
  color: black;
}


/* specialization section close*/

.c {
  padding: 0%;
}

/* why*/
.navbar-light .navbar-nav .nav-link {
  color: rgb(0, 0, 0);
}
.nav-link {
  text-transform: uppercase;

  font-weight: bolder;
}
.marginsvg {
  border-radius: 50%;
  border: 2px solid white;
  padding: 5px;
  fill: white;
}
.bolda {
  font-family: bold;
}
.featurette-heading {
  color: #f15e25;
  font-family: "light";
  text-transform: uppercase;
  font-size: 22pt;
  padding-top: 40px;
}
.featurette-heading1 {
  color: #f15e25;
  font-family: "light";
  text-transform: uppercase;
  font-size: 22pt;
  padding-top: 0px;
}
.client.imge {
  align-items: center;
  justify-content: center;
}
.imge img {
  align-items: center;
  width: auto;
  height: auto;
  margin-top: -18px;
}
.client {
  display: flex;
}
.iner {
  justify-content: center;
  align-items: center;
}
.back img {
  box-shadow: 40px 40px #f15e25;
  transition: all 0.5s ease-in;
}
.back img:hover {
  border: 4px solid #f15e25;

  box-shadow: none;
  padding: 10px;
}
.write h3 {
  color: #414653;
  font-family: bold;
}

.justify {
  text-align: justify;
}
/* our services*/

.services {
  background-color: #f9f9f9;
  padding-top: 80px;
  padding-bottom: 80px;
}
/*game*/

.card-flip > div {
  backface-visibility: hidden;
  transition: transform 300ms;
  transition-timing-function: linear;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  cursor: pointer;
}

.card-front {
  transform: rotateY(0deg);
}

.back-game {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  position: absolute;
  top: 0;
  background-image: linear-gradient(#00b1e8, #00ebd4);
  -webkit-background-image: linear-gradient(#00b1e8, #00ebd4);
  width: 100%;
  height: 100%;
  justify-content: center;
}

.card-flip:hover .card-front {
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
}

.card-flip:hover .back-game {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
}
/*3d*/

.back-3d {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  position: absolute;
  top: 0;
  background-image: linear-gradient(#ed3b4b, #f67d31);
  -webkit-background-image: linear-gradient(#ed3b4b, #f67d31);
  width: 100%;
  height: 100%;
  justify-content: center;
}

.card-flip:hover .back-3d {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
}

/*brain*/

.back-brain {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  position: absolute;
  top: 0;
  background-image: linear-gradient(#2a47ca, #c131f6);
  -webkit-background-image: linear-gradient(#2a47ca, #c131f6);
  width: 100%;
  height: 100%;
  justify-content: center;
}

.card-flip:hover .back-brain {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
}
/* blockchain   */

.back-blockchain {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  position: absolute;
  top: 0;
  background-image: linear-gradient(#f83600, #fbca22);
  -webkit-background-image: linear-gradient(#f83600, #fbca22);
  width: 100%;
  height: 100%;
  justify-content: center;
}

.card-flip:hover .back-blockchain {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
}

/*   ai */

.back-ai {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  position: absolute;
  top: 0;
  background-image: linear-gradient(#1fa2cb, #2ad45c);
  -webkit-background-image: linear-gradient(#1fa2cb, #2ad45c);
  width: 100%;
  height: 100%;
  justify-content: center;
}

.card-flip:hover .back-ai {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
}

/*  learning*/

.back-MachineLearning {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  position: absolute;
  top: 0;
  background-image: linear-gradient(#4760ff, #0ecbff);
  -webkit-background-image: linear-gradient(#4760ff, #0ecbff);
  width: 100%;
  height: 100%;
  justify-content: center;
}

.card-flip:hover .back-MachineLearning {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
}

.all-game {
  width: 83px;
  height: 59px;
  padding: 6px;
  margin: 20px 10px;
  fill: rgb(0, 184, 184);
}
.all-3d {
  width: 83px;
  height: 59px;
  padding: 6px;
  margin: 20px 10px;
  fill: rgb(238, 36, 9);
}

.all-brain {
  width: 83px;
  height: 59px;
  padding: 6px;
  margin: 20px 10px;
  fill: rgb(122, 0, 236);
}

.all-ai {
  width: 83px;
  height: 59px;
  padding: 6px;
  margin: 20px 10px;
  fill: rgb(92, 211, 132);
}
.all-block {
  width: 83px;
  height: 59px;
  padding: 6px;
  margin: 20px 10px;
  fill: #f15e25;
}
.all-machine {
  width: 83px;
  height: 59px;
  padding: 6px;
  margin: 20px 10px;
  fill: rgb(22, 87, 218);
}

.card-title {
  text-align: center;
  justify-content: center;
}

/* About */

.about-right {
  background-image: linear-gradient(#f83600, #fbca22);
}
.about-right.form-group {
  padding: 45px;
}
.carousel-nav-icon {
  height: 48px;
  width: 48px;
}
.carousel-item .col,
.carousel-item .col-sm,
.carousel-item .col-md {
  margin: 8px;
  height: 300px;
  background-size: cover;
  background-position: center center;
}

/* nothing below this point is needed*/
@import url("https://fonts.googleapis.com/css?family=Libre+Franklin:300,400,600,700,800,900&display=swap");

h1 {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 700;
}

.footer_justiy {
  color: white;
  text-align: justify;
}
.icon1 i,
h5 {
  color: white;
}

/* Solution*/
.s-card {
  opacity: 0.8;
  margin: 0px 6px;
  box-shadow: 5px 10px transparent;
  cursor: pointer;
}
.s-card:hover {
  opacity: 1;
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0px;
  bottom: 5px;
  margin: 0px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8%;
  padding: 11px;
  color: #f15e25;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 1.5;
  transition: opacity 0.15s ease;
}

.card-img-overlay {
  position: absolute;
  left: 1px;
  right: 11px;
  top: 230px;
  right: 0px !important;

  text-shadow: white;
  text-transform: uppercase;
  color: white;
}

.container-fluid > .row {
  clear: both;
}

/* our testimonia

.testimonial{
  margin: 0 15px;
}
.testimonial .pic{
  width: 27%;
  float: left;
  margin-right: 15px;
  position: relative;
}
.testimonial .pic:after{
  content: "";
  display: block;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 5%;
  left: 5%;
  border: 1px solid #fff;
}
.testimonial .pic img{
  width: 100%;
  height: auto;
}
.testimonial .testimonial-content{
  padding: 6% 0;
  display: table;
}
.testimonial .description{
  font-size: 19px;
  color:black;
  line-height: 26px;
}
.testimonial .description:before{
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 22px;
  color: #001822;
  margin: 0 10px;
}
.testimonial .testimonial-title{
  font-size: 19px;
  color: #333;
  text-transform: capitalize;
  margin: 10px 0 0 0;
  float: right;
}
.testimonial .post{
  font-size: 16px;
  color:black;
  display: block;
  margin-top: 10px;
}
.owl-theme .owl-controls{
  position: absolute;
  top: 0;
  right: 20px;
}
.owl-theme .owl-controls .owl-buttons div{
  border-radius: 20px;
  background: #000;
  padding: 3px 8px;
}
.owl-prev:before,
.owl-next:before{
  content: "\f053";
  font-family: "Font Awesome 5 Free"; font-weight: 900;
  color: #fff;
}
.owl-next:before{
  content: "\f054";
}
@media only screen and (max-width: 480px){
  .testimonial{
      margin: 0 10px;
  }
  .testimonial .pic{
      float: none;
      width: 50%;
      margin: 0 auto;
  }
  .owl-theme .owl-controls{
      top: -30px;
      right: 0;
  }
}
*/
.contacticons {
  width: 50px;
  height: 50px;
  margin-right: 6px;
}

.contacticons #Layer_1 {
  width: 40px;
  height: 40px;
  fill: white !important;
  border: solid 2px white;
  border-radius: 50px;
  padding: 5px;
}

#contact-number,
#contact-email,
#contact-add,
#uae-address {
  margin-left: 10%;
  display: flex;
  margin-top: 5%;
  text-align: left;
  color: white;
}

#contact-info {
  margin-left: -10px;
}

.contactinformation {
  margin-left: 5%;
}

#adressicon {
  height: 40px;
  width: 40px;
  border: solid 2px white;
  border-radius: 50px;
  padding: 5px;
}
#line {
  width: 90%;
  height: 1px;
  margin-top: 10%;
  background-color: #696969;
  margin-left: 8%;
}

.question-content {
  color: rgb(255, 255, 255);
}

#skypeinfo {
  margin-left: 10px;
  color: white;
}

/*footer*/
.col-md-4 {
  padding: 0px 4px;
  justify-content: center;
  align-items: center;
}
.bi1 {
  color: #f15e25;
  margin-right: 5px;
  border-radius: 100%;
  padding: 3px;
}
.bi {
  color: white;
  margin-right: 5px;

  margin-top: 5px !important;
}
.part {
  justify-content: center;
}
.part h2 {
  justify-content: center;
  text-align: center;
}

.icol1 #Layer_1 {
  border: 2px solid rgb(255, 255, 255);
  border-radius: 50px;
  padding: 5px;
}
.icon1 h5 {
  float: right;
  padding-top: 5px !important;
  margin-top: 5px;
  font-size: 12px;
}
.icon1 i,
h5 {
  color: white;
  display: flex;
  justify-items: center;
  align-items: center;
}

.logo1 {
  margin-top: 26px !important;
  width: 58px;
  height: 55px;
  padding-right: -6px;
}

.blogs h3 {
  font-size: 15px;
  font-family: "reguler";
}
.fa {
  padding: 10px 10px;
  font-size: 30px;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  float: right;
}

.fa-facebook {
  color: white;
}

.fa-twitter {
  color: white;
}

.fa-linkedin {
  color: white;
}
.fa-instagram {
  color: white;
}
footer {
  background-color: #282e3f;
}
footer h4,
.date,
.copyright,
.p {
  color: white;
}
footer hr {
  color: white;
}
.copyright {
  padding-left: 4px;
  float: left;
}

.socialicon a {
  border: 1px solid white;
}
.socialicon a:hover {
  color: #f15e25;
  border: 1px solid #f15e25;
}

/*dzgfghd*/

.rr {
  max-width: 950px;
}
.socialicon {
  padding-top: 1px;
}
.item {
  width: 100%;
  height: 100%;
}
.item img {
  width: 100%;
  height: 100%;
}

@media (max-width: 950px) {
  .services.card {
    margin: 1rem 0.7rem 1rem;
    max-width: 80vw;
  }
  .footer-left {
    width: 100%;
    justify-content: center !important;

    display: flex;
  }
  .footerright {
    width: 100%;
    justify-content: center !important;
    margin-top: 5px;
  }
  .dropdown-menu.show {
    -webkit-animation: fadeIn 0.3s alternate;
    /* Safari 4.0 - 8.0 */
    animation: fadeIn 0.3s alternate;
    margin: 0px 25px;
    border: 1px solid white;
  }
}
.img1 {
  width: 6.2rem;
  border-radius: 5rem;
  margin: 1.3rem auto 1rem auto;
  height: 33px;
}

.col-md-4 {
  padding: 0 0.5rem;
}

.services.card-title {
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: bold;
}

.services.card-text {
  text-align: center;
  padding: 1rem 2rem;
  font-size: 0.8rem;
  color: rgb(82, 81, 81);
  line-height: 1.4rem;
}

.footer {
  border-top: none;
  text-align: center;
  line-height: 1.2rem;
  padding: 2rem 0 1.4rem 0;
  font-family: "Varela Round";
}

#name {
  font-size: 0.8rem;
  font-weight: bold;
}

#position {
  font-size: 0.7rem;
}

a {
  color: #f15e25;
}

a:hover {
  color: #f15e25;
}

.icol1 i,
h4 {
  transition: all 0.4s;
}

/*solution */
.solution {
  padding-top: 15px;
}
.embed-responsive2 {
  height: 300px;
  cursor: pointer;
  background: black;
  overflow: hidden;
}
.cursorchange{
  cursor: no-drop;
}
.flexPadding {
  flex: 1 1 auto;
  padding: 2rem 1rem !important;
}

.cursorcard {
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.embed-responsive2 img {
  height: 300px;
  opacity: 0.4;
  width: 100%;
}

.bottom-right {
  position: absolute !important;
  bottom: 8px;
  left: 16px;
}

@media (max-width: 767px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
  .carousel-inner .carousel-item-end.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }

  .carousel-inner .carousel-item-start.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
  transform: translateX(0);
}

@media (min-width: 980px) and (max-width: 1450px) {
  .maintext1 {
    padding-top: 5px;
    margin-bottom: 10px;
    margin-right: 20px;
    font-size: 30px;
  }
  .btn {
    padding-bottom: 5px;
  }

  @media (min-width: 990px) and (max-width: 1190px) {
    .nav-link {
      padding: 1px 1px;
    }
    .nav-link a {
      padding: 1px;
    }
    .our {
      padding: 4px 0px;
    }
    .maintext2 {
      font-size: 19px;
    }
    .text {
      font-size: 13pt;
    }
  }

  /* header section*/

  @media screen and (min-width: 760px) and (max-width: 1050px) {
    .card-s {
      width: 133%;
    }
    .orange {
      padding-top: 5px !important;
    }
    .featurette-heading {
      font-size: 20pt;
      padding-left: 1px;
    }
    .ourexperrtcard {
      width: 35rem;
      height: 13rem !important;
    }

    .featurette-heading1 {
      font-size: 20pt;
      padding-left: 1px;
    }

    .part2 h5 {
      font-size: 16px;
    }
    .ipadset {
      width: 200% !important;
    }

    .client.imge {
      align-items: center;
      justify-content: center;
    }
    .imge img {
      margin-top: 57px;
    }
    .main-left {
      padding-bottom: 20px;
      padding-top: -10px;
    }
    .main-right {
      padding-top: 13px;
    }
    .blogs {
      padding-left: 0px;
      padding-bottom: 0px;
    }
    .blogs h3 {
      font-size: 12px;
      padding-top: 10px;
    }
    .blogs p {
      font-size: 12px;
    }
    .contactinformation {
      font-size: 11px;
      padding-top: 12px !important;
    }
    .our {
      padding: 4px 0px;
    }
  }
}

@media screen and (min-width: 270px) and (max-width: 308px) {
  .header1,
  .header2 {
    font-size: 11px;
  }
  .emj,
  .icona {
    font-size: 1000px;
  }
  .card-title {
    font-size: 11px;
  }
  .card-text {
    font-size: 8px;
  }
  .about-right {
    padding-bottom: 50px;
  }
  .our {
    padding: 4px 0px;
  }
}

@media screen and (min-width: 310px) and (max-width: 758px) {
  .about-right {
    padding-bottom: 5s0px;
  }
  .header1,
  .header2 {
    font-size: 13px;
  }
  .btn-close{
    display: block;
  } 
  .emj,
  .icona {
    font-size: 15px;
  }
  .icona a {
    margin: 0;
    padding: 3px;
  }
  .our {
    padding: 4px 0px;
  }
  .featurette-heading {
    font-size: 25px;
    padding-left: 1px;
    padding-top: 50px;
  }

  .featurette-heading1 {
    font-size: 25px;
    padding-left: 1px;
    padding-top: 50px;
  }
  .canvasbtn {
    padding: 10px;
    margin-left: auto;
    display: flex;
    display: flex;
  }

  .maintext1 {
    margin-top: 0px !important;
    font-size: 33px;
  }

  .main-right {
    padding-top: 0px;
    margin-bottom: 0px;
  }
  .back img {
    box-shadow: none;
  }

  .services {
    background-color: #f9f9f9;
    padding-top: 0px;
    padding-bottom: 50px;
  }
}

/*header*/
@media screen and (min-width: 280px) and (max-width: 540px) {
  .header2 {
    display: block;
    justify-content: center;
    padding: 4px 1px;
  }

  .semi {
    padding: 0px 10px;
  }
  .orange2 {
    padding: 0px 10px;
  }
  .leftteam {
    padding: 0px 20px;
  }
  .orange {
    padding: 0;
    margin-top: 5px !important;
  }
  .ds {
    display: block;
  }
  .footer_justiy {
    padding: 10px;
  }
  .header1 {
    justify-content: center;
    margin-top: 10px;
  }
  .mobilevivw {
    display: block !important;
    white-space: nowrap;
    overflow: hidden;

    animation: type 4s steps(60, end);
    font-family: "semibold";
    border-bottom: 2px solid #f15e25;
  }
  .borderblog {
    border: 2px solid snow;
    border-radius: 4px;
    width: 100px;
  }
  @keyframes type {
    from {
      width: 0;
    }
    to {
      width: 100%;
    }
  }
  #getafreecodetoday {
    display: inline;
  }
  #header {
    position: sticky !important;
    top: 0 !important;
    padding-top: 20px;
    z-index: 1111;
  }

  #navbar_top {
    padding-top: 0px;
    padding-left: 0;
    padding-right: 0;
    position: sticky !important;
    top: 80px !important;
    z-index: 6;
  }
  .headermedia {
    margin-bottom: 0px;
  }
  .headermedia2 {
    display: none !important;
  }
  .scroll {
    display: block;
    justify-content: center;
    margin-top: 5spx;
  }
  .emj {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 12px;
  }
  #navbar {
    position: sticky;
    width: 100%;
    z-index: 2;
    overflow: hidden;
  }
  .offcanvas {
    visibility: visible;
    height: 600px;
    text-align: center;
    display: block;
    justify-content: center;
  }

  .headermedia {
    display: inline-block;
    justify-content: center;
  }
  .center {
    justify-content: center;
    padding: 0%;
  }
  .headermedia2 {
    display: inline-block;
    justify-content: center;
  }
  .slocialicon {
    display: flex;
    margin: 1px -7px;
    justify-content: center;
  }

  .flipele {
    bottom: 10px;
    right: 15px;
    position: absolute;
    width: 23px;
    height: 23px;
    visibility: visible;
    opacity: 0.7;
  }
  .icona {
    justify-content: center;
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 14px;
    padding-left: 27px;
    flex-direction: row-reverse;
    margin-bottom: -5px;
  }
  #expend {
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 2;
  }

  .hamburger {
    width: 28px;
  }
  .icon {
    padding-top: 72px;
  }

  .client {
    display: block;
  }
  .imge {
    justify-content: center;
    width: 100%;
  }
  .imge img {
    align-items: flex-end;
    width: 150px;
    height: 158px;

    margin-top: 0px;
  }
  .hidden {
    display: none;
  }

  .container {
    padding-left: 8px;
    padding-right: 9px;
  }

  .icona a {
    display: inline-flex;
    justify-content: space-between;
  }
  .img {
    justify-content: center;
    display: flex;
  }
  .blogs h3 {
    display: flex;
    justify-content: center;
    padding-top: 3px;
    text-align: center;
  }
  .footer.row {
    padding-top: -11px;
  }
  .blogs .cal {
    justify-content: center;
    display: flex;
  }
  .header3 {
    display: block;
    margin-top: -12px;
  }

  #footer.row {
    flex-direction: column;
  }
  .socialicon {
    display: flex;
    justify-content: center;
  }

  .copyright {
    justify-content: center;
  }

  .our {
    padding: 4px 0px;
  }
}
@media screen and (min-width: 426px) and (max-width: 767px) {
  .scroll {
    display: flex;
    justify-content: center;
  }
  .header2 {
    float: right;
  }
  .header2 {
    padding-left: 12px;
  }

  .emaj {
    font-size: 8px;
  }
  #footer.row {
    display: flex;
  }
  .ds {
    display: block;
  }
  .footer-left {
    justify-content: center;
    display: flex;
    align-items: center;
  }
  .footerright {
    display: flex !important;
    align-items: center;
    justify-content: flex-end !important;
  }
  .dflex {
    display: flex !important;
    align-items: center;
    justify-content: flex-end !important;
  }

  .header3 {
    display: flex;
    justify-content: center;
    padding-right: 45px;
  }

  .contactinformation {
    font-size: 11px;
    padding-top: 12px !important;
  }

  .hidden {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .emaj {
    margin: 7px !important;
    padding: 7px;
  }
  .contactinformation {
    font-size: 20px;
  }
  .btn-close{
    display: block;
  } 
  .ds {
    display: block;
  }
  .mobilevivw {
    display: block !important;
    white-space: nowrap;
    overflow: hidden;
    width: 200%;
    animation: type 4s steps(60, end);
    font-family: "semibold";
    border-bottom: 2px solid #f15e25;
  }
  @keyframes type {
    from {
      width: 0;
    }
    to {
      width: 200%;
    }
  }
  #header {
    display: none !important;
  }
  .ipadset {
    width: 200% !important;
  }
  .headermedia {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .headermedia2 {
    display: flex;
    text-align: center;
    justify-content: center;
    width: 100%;
  }
  #expend {
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 2;
  }
  .write {
    margin-left: -3px;
  }

  .margint {
    margin-top: 43px;
  }
  .whypadding {
    margin-bottom: 118px;
  }
  .date {
    font-size: 10px;
  }
  .blogs h3 {
    font-size: 10px;
  }
  .text {
    font-size: 10px;
  }
  .card-s {
    justify-content: center;
    align-items: center;
    height: 214px;
    width: 390;
    color: black;
    transition: 1s linear;
  }
  .p {
    font-size: 14px;
  }
  .our {
    padding: 4px 10px;
  }
  .maintext1 {
    font-size: large;
    padding-top: 15px;
  }
  .maintext2 {
    font-size: medium;
  }
  .embed-responsive2 {
    height: 150px;
    cursor: pointer;
    background: black;
    overflow: hidden;
  }
  .embed-responsive2 img {
    height: 150px;
    opacity: 0.4;
    width: 100%;
  }
  .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    font-size: small;

    border-radius: calc(0.25rem- 1px);
  }
}


.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot span {
  transition: all 0.2s ease-in-out !important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #f15e25 !important;
  transform: scaleX(2.5);
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #ecb49e !important;
  display: block;

  border-radius: 30px;
}

@media screen and (min-width: 760px) and (max-width: 980px) {
  .main-left {
    padding-bottom: 1px;
    margin-bottom: 33px;
    padding-top: 23px;
  }
  .ds {
    display: block;
  }
  .main-right {
    padding-top: 84px !important;
    margin-top: -5px;
  }
  .featurette-heading {
    font-size: 22px;
  }
  .featurette-heading1 {
    font-size: 22px;
  }

  .blogs {
    padding-left: 2px;
    padding-bottom: 1px;
  }
  .img {
    width: 15%;
  }
  .blogs h3 {
    font-size: 17px;
    padding-top: 0px;
  }
  .blogs p {
    font-size: 12px;
  }

  .header1,
  .header2,
  .emj,
  .icona {
    font-size: 11px;
    padding: 0%;
  }
  .card-title {
    font-size: 15px;
  }
  .emaj {
    margin: 7px;
  }
  #contact-info {
    margin-left: -16px;
    margin-top: -12px;
  }
  .ipadwidth {
    width: 100%;
    height: auto;
  }
  #uae-address {
    display: none;
  }
}

@media screen and (min-width: 981px) and (max-width: 1280px) {
  .card-text {
    font-size: 11px;
  }
  .card-title {
    font-size: 15px;
  }
  .nav-link {
    font-size: 11px;
    font-weight: bolder;
  }
  .main-left {
    padding-top: 60px;
  }
  .embed-responsive2 {
    height: 150px;
    cursor: pointer;
    background: black;
    overflow: hidden;
  }
  .embed-responsive2 img {
    height: 150px;
    opacity: 0.4;
    width: 100%;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem !important;
  }
}

@media screen and (min-width: 575px) and (max-width: 850px) {
  .owl-carousel .owl-wrapper-outer {
    width: 70%;
  }
  .ds {
    display: block;
  }
  .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .canvasbtn {
    padding: 10px;
    margin-left: auto;
    display: flex;
    display: flex;
  }
  .offcanvas.show {
    width: inherit;
    height: fit-content;
    display: block;
    text-align: center;
  }
  .dropdown-menu.show {
    -webkit-animation: fadeIn 0.3s alternate;
    animation: fadeIn 0.3s alternate;
    margin: 0px 60px;
  }
}

@media screen and (min-width: 980px) and (max-width: 1050px) {
  .icon {
    padding-right: 86px;
  }
  .email {
    margin: 3px 1px;
    font-size: 15px;
  }
  .phone {
    margin: 3px 1px;
    font-size: 15px;
  }
  .colormedia {
    margin: 3px -22px;
    font-size: 15px;
  }
}

@media screen and (min-width: 760px) and (max-width: 2560px) {
  .scroll {
    padding-top: 8px;
  }
  .icona {
    padding-top: 4px;
    margin-top: 5px;
  }
  .header3 {
    padding-top: 3px;
  }
}

@media only screen and (width: 768) {
  /* .ha {
    justify-content: center;
  } */
  .scroll {
    justify-content: center;
    padding-top: 11px;
  }
  .header1 {
    justify-content: center;
    padding-top: 11px;
  }
}

.hidden {
  visibility: hidden;
}
@media screen and (min-width: 320px) and (max-width: 800) {
  #header {
    display: block;
    position: sticky;
    top: 0%;
  }
  .dropdown-menu.show {
    -webkit-animation: fadeIn 0.3s alternate;
    animation: fadeIn 0.3s alternate;
    margin: 5px 25px !important;
  }
}
