.navbar {
  padding: 0;
}

/*`.navbar ul {*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  display: flex;*/
/*  list-style: none;*/
/*  align-items: center;*/
/*    align-content: center;*/
/*  justify-content:  space-around;*/
/*}*/

/*.navbar li {*/
/*  position: relative;*/
/*  display: flex;*/

/*}*/
/*.navbar-toggler a,*/
/*.navbar-toggler a:focus {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: space-between;*/
/*  padding: 0px 0px 0px 0px;*/
/*  margin: 0px 15px 0px 7px;*/
/*  font-size: 16px;*/
/*  !*color: #ffeb00    ;*!*/
/*  !*  color: #FFA61E;*!*/
/*    color: #FFFFFF;*/
/*  white-space: nowrap;*/
/*  !*transition: 0.3s;*!*/
/*}*/
/*.navbar a i,*/
/*.navbar a:focus i {*/
/*  font-size: 16px;*/
/*  line-height: 0;*/
/*  margin-left: 5px;*/
/*}*/

.nav-link{
    color: black!important;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #000000;
    border-bottom: solid #04193a;
    background-color: transparent;
}
.navbar{
    color: #000000;
}

/*.navbar-toggler .dropdown ul {*/
/*  display: block;*/
/*  position: absolute;*/
/*  left: 5px;*/
/*  top: calc(100vw);*/
/*  margin: 0px 0 0 0;*/
/*  !*padding: 10px ;*!*/
/*  z-index: 99;*/
/*  !*opacity: 0;*!*/
/*  visibility: hidden;*/
/*  !*background: linear-gradient();*!*/
/*  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);*/
/*  transition: 0.3s;*/
/*    color: #ffeb00;*/
/*}*/
/*.navbar-toggler .dropdown .dropdown ul {*/
/*    display: block;*/
/*    position: absolute;*/
/*    left: 5px;*/
/*    top: calc(100vw);*/
/*    margin: 0px 0 0 0;*/
/*    !*padding: 10px ;*!*/
/*    z-index: 99;*/
/*    !*opacity: 0;*!*/
/*    visibility: hidden;*/
/*    !*background: linear-gradient();*!*/
/*    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);*/
/*    transition: 0.3s;*/
/*    color: #ffeb00;*/
/*}*/
/*.navbar .dropdown ul li {*/
/*  min-width: 100px;*/
/*    color: #ffeb00;*/
/*}*/
/*.navbar .dropdown ul a {*/
/*  !*padding: 10px 20px;*!*/
/*  color: #ffeb00;*/
/*  margin: 5px 10px 5px 20px;*/
/*  font-size: 16px;*/
/*}*/
/*.navbar .dropdown ul a i {*/
/*  font-size: 12px;*/
/*}*/
/*.navbar .dropdown ul a:hover,*/
/*.navbar .dropdown ul .active:hover,*/
/*.navbar .dropdown ul li:hover>a {*/
/*  color: #050505;*/
/*}*/
/*.navbar .dropdown:hover>ul {*/
/*  opacity: 1;*/
/*  top: 100%;*/
/*  visibility: visible;*/
/*}*/
/*.navbar .dropdown .dropdown ul {*/
/*  top: 100px;*/
/*  left: calc(100% - 30px);*/
/*    !*margin-top: 100px;*!*/
/*  visibility: hidden;*/
/*}*/
/*.navbar .dropdown  .dropdown .dropdown ul {*/
/*    top: 100px;*/
/*    left: calc(100% - 30px);*/
/*    !*margin-top: 100px;*!*/
/*    visibility: hidden;*/
/*}*/
/*.navbar .dropdown .dropdown:hover>ul {*/
/*    opacity: 1;*/
/*    top: 0;*/
/*    left: 100%;*/
/*    visibility: visible;*/
/*}*/
/*.navbar .dropdown .dropdown .dropdown:hover>ul {*/
/*    opacity: 1;*/
/*    top: 0;*/
/*    left: 100%;*/
/*    visibility: visible;*/
/*}*/
/*@media (max-width: 1366px) {*/
/*  .navbar .dropdown .dropdown ul {*/
/*    left: -100%;*/
/*  }*/
/*  .navbar .dropdown .dropdown:hover>ul {*/
/*    left: -100%;*/
/*  }*/
/*}*/
/*.mobile-nav-toggle {*/
/*  color: #cf8e0c;*/
/*  font-size: 28px;*/
/*  cursor: pointer;*/
/*  display: none;*/
/*  line-height: 0;*/
/*  transition: 0.5s;*/
/*}*/
/*@media (max-width: 991px) {*/
/*  .mobile-nav-toggle {*/
/*    display: block;*/
/*  }*/
/*  .navbar ul {*/
/*    display: none;*/
/*  }*/
/*}*/
/*.navbar-mobile {*/
/*  position: fixed;*/
/*  overflow: hidden;*/
/*  top: 0;*/
/*  right: 0;*/
/*  left: 0;*/
/*  bottom: 0;*/
/*  background: rgba(41, 72, 84, 0.9);*/
/*  transition: 0.3s;*/
/*  z-index: 999;*/
/*}*/
/*.navbar-mobile .mobile-nav-toggle {*/
/*  position: absolute;*/
/*    background: rgba(41, 72, 84, 0.9);*/
/*  top: 15px;*/
/*  right: 15px;*/
/*    width: 100px;*/
/*}*/
/*.navbar-mobile ul {*/
/*  display: block;*/
/*  position: absolute;*/
/*  top: 55px;*/
/*  right: 15px;*/
/*  bottom: 15px;*/
/*  left: 15px;*/
/*  padding: 10px 0;*/
/*  border-radius: 10px;*/
/*  background-color: #fff;*/
/*  overflow-y: auto;*/
/*  transition: 0.3s;*/
/*}*/
/*.navbar-mobile a,*/
/*.navbar-mobile a:focus {*/
/*  !*padding: 10px 20px;*!*/
/*  margin: 5px;*/
/*  font-size: 15px;*/
/*  color: #020202;*/
/*}*/
/*.navbar-mobile a:hover,*/
/*.navbar-mobile .active,*/
/*.navbar-mobile li:hover>a {*/
/*  !*color: #e8fd00;*!*/
/*}*/
/*.navbar-mobile .getstarted,*/
/*.navbar-mobile .getstarted:focus {*/
/*  !*margin: 15px;*!*/
/*}*/
/*.navbar-mobile .dropdown ul {*/
/*  position: static;*/
/*  display: none;*/
/*  !*margin: 10px 20px;*!*/
/*  !*padding: 10px 0;*!*/
/*  z-index: 99;*/
/*  opacity: 1;*/
/*  visibility: visible;*/
/*  background: #fff;*/
/*  box-shadow: 0px 0px 30px rgba(54, 90, 109, 0.25);*/
/*}*/
/*.navbar-mobile .dropdown ul li {*/
/*  min-width: 200px;*/
/*}*/
/*.navbar-mobile .dropdown ul a {*/
/*  !*padding: 10px 20px;*!*/
/*}*/
/*.navbar-mobile .dropdown ul a i {*/
/*  font-size: 12px;*/
/*}*/
/*.navbar-mobile .dropdown ul a:hover,*/
/*.navbar-mobile .dropdown ul .active:hover,*/
/*.navbar-mobile .dropdown ul li:hover>a {*/
/*  color: #fff;*/
/*}*/
/*.navbar-mobile .dropdown>.dropdown-active {*/
/*  display: block;*/
/*}*/


/* mega menu */

.dropdown-menu.show {
    -webkit-animation: fadeIn 0.3s alternate;
    /* Safari 4.0 - 8.0 */
    animation: fadeIn 0.3s alternate;
   /* mega window desktop */
}

.nav-item.dropdown.dropdown-mega {
    position: absolute;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 90%;
    top: auto;
    left: 5%;
}

.navbar-toggler {
    border: none;
    padding: 0;
    outline: none;
    margin: 0;
    /*margin-top: -10px;*/
/*    tokme */
/*    background-color: transparent;*/
/*    opacity: 70%;*/

}

@media (max-width:767px) {
    .navbar-collapse {
        padding: 0      ;
    }
    .container-fluid{
        background-color: #17a2b8;
        /*padding: 10px;*/
        opacity: 70%;
        /*border: red;*/

    }
}

}
.navbar-toggler:focus {
    box-shadow: none;
}
    .navbar-toggler .hamburger-toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    z-index: 11;
    float: right;

}
.navbar-toggler .hamburger-toggle .hamburger {
    position: absolute;
    transform: translate(-50%, -50%) rotate(0deg);
    left: 50%;
    top: 50%;
    width: 50%;
    height: 50%;
    pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
    width: 100%;
    height: 4px;
    position: absolute;
    background: #000000;
    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;
}
.icons a {
    transition: all 0.2s ease-in-out;
    padding: 0.2rem 0.4rem;
    color: #ccc !important;
    text-decoration: none;
}
.icons a:hover {
    color: #f000fd;
    text-shadow: 0 0 30px #28fd00;
}
/*post-item menu header*/
.post-item {
   /*outline: 1px solid #0198fa;*/
    /*padding: 20px 20px;*/
    /*border: 5px solid transparent;*/
    /*-webkit-transition: all 0.2s ease-in-out;*/
    /*transition: all 0.2s ease-in-out;*/
    /*background-color: #17a2b8;*/
    /*border-color: #46e4fb!important;*/
    /*opacity: 25%;*/
}
.post-item:hover {
    /*outline: 0px solid transparent;*/
    /*padding: 20px 20px;*/
    /*border: 5px solid #0198fa;*/
    /*background-color: #b8ad17!important;*/
    /*border-color: #ffffff !important;*/
    /*opacity: 25%;*/
    /*-webkit-transition: all 0.2s ease-in-out;*/
    /*transition: all 0.2s ease-in-out;*/
}
#header.header-scrolled .post-item{
    /*background-color: #00394f !important;*/
    background-color: #00846e !important;
    /*opacity: 25%;*/
}
/* flip card */
.flip-card {
    background-color: transparent;
    width: 300px;
    height: 300px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #bbb;
    color: black;
}

.flip-card-back {
    background-color: #2980b9;
    color: white;
    transform: rotateY(180deg);
}
/* end of flip card */
/* book */
.page {
    width: 350px;
    height: 550px;
    padding: 30px;
    background: #FFF;
    border-left: 30px solid #FF2929;
    transform: rotate(-5deg) skewX(5deg) scale(.8);
    box-shadow: -50px 50px 50px rgba(0, 0, 0, 0.5)
}

.page h1 {
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
    font-size: 25px;
    color: #fd0044
}
.page h3 {
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
    font-size: 25px;
}

.page p {
    margin: 0;
    padding: 0;
    text-align: justify
}

.page:before {
    content: "";
    width: 30px;
    height: 100%;
    background: #8a0e0e;
    position: absolute;
    top: 0;
    left: 0;
    transform: skewY(-45deg) translate(-57px, -43px)
}

.page:after {
    content: "";
    width: 100%;
    height: 30px;
    background: #CCC;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: skewX(-45deg) translate(-11px, 30px)
}

/* end of book */
.typewriter_ {
                   font-size: 21px!important;
                   white-space: nowrap;
                   overflow: hidden;
                   animation: typewriter 2s steps(15) infinite alternate,
                   blink 800ms steps(13) infinite normal;
                   border-right: 5px solid black;
               }

@keyframes typewriter {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

@keyframes blink {
    from {
        border-color: black;
    }

    to {
        border-color: transparent;
    }
}
/* The blinking cursor animation */
/*@keyframes blink-cursor {*/
/*    from,*/
/*    to {*/
/*        border-color: transparent;*/
/*    }*/
/*    50% {*/
/*        border-color: #000;*/
/*    }*/
/*}*/

#bg-video {
    position: fixed;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -100;
    background-image: url(../img/tm-astro-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* sliderpic */
#sliderpic .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  height: 40vh;
  /* padding-top: 60px; */
}


#sliderpic h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
}
#sliderpic p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 10px auto;
  color: #fff;
  font-size: 20px;
}
#sliderpic .carousel-control-prev,
#sliderpic .carousel-control-next {
  width: 10%;
}
#sliderpic .carousel-control-next-icon,
#sliderpic .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}
#sliderpic .carousel-item h2,h5
{
  margin: 0;
}

/*====boxforlabel========*/
.boxlabel {
  /* margin: 100px; */
  position: relative;
}
label {
  position: absolute;
  top: 5px;
  margin-left: 10px;
  margin-right: 10px;
  color: #ffffff;
  transition: .5s;
  pointer-events: none;
}

input:focus~label,
input:valid~label {
  top: -15px;
  margin-left: 10px;
  margin-right: 10px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  background-color: transparent;
  border-radius: 20%;
  z-index: 9;
}


textarea:focus~label,
textarea:valid~label {
  top: -12px;
  margin-left: 10px;
  margin-right: 10px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  background-color: transparent;
  border-radius: 20%;
}

#captcha .preview{
  color: #555;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  letter-spacing: 8px;
  border: 1px dashed #888;
  border-radius: 0.5em;
  margin-bottom: 1.6em;

}
/* end capta */

blue {
  color:#0b68da;
}
Yellow {
  color:yellow;
}
Pink {
  color: pink;
}
Green {
  color:green;
}
Creamy {
  color: rgb(147, 143, 82);
}

#hero .box{
  margin: 0;
}
.box {
  width: fit-content;
  height: fit-content;
  position: relative;
  border: 1px solid #bbb;
  background: #eee;
  /* float: left; */
  margin: 20px;
  direction: ltr;
}
.ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 93px;
  height: 93px;
  text-align: right;
}
.ribbon span {
  font-size: 0.8rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 32px;
  transform: rotate(45deg);
  width: 125px;
  display: block;
  background: #79a70a;
  background: linear-gradient(#9bc90d 0%, #79a70a 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 17px; // change this, if no border
  right: -29px; // change this, if no border
}

.ribbon span::before {
   content: '';
   position: absolute;
   left: 0px; top: 100%;
   z-index: -1;
   border-left: 3px solid #79A70A;
   border-right: 3px solid transparent;
   border-bottom: 3px solid transparent;
   border-top: 3px solid #79A70A;
}
.ribbon span::after {
   content: '';
   position: absolute;
   right: 0%; top: 100%;
   z-index: -1;
   border-right: 3px solid #79A70A;
   border-left: 3px solid transparent;
   border-bottom: 3px solid transparent;
   border-top: 3px solid #79A70A;
}

.red span {
  background: linear-gradient(#f70505 0%, #8f0808 100%);
}
.red span::before {
  border-left-color: #8f0808;
  border-top-color: #8f0808;
}
.red span::after {
  border-right-color: #8f0808;
  border-top-color: #8f0808;
}

.blue span {
  background: linear-gradient(#2989d8 0%, #1e5799 100%);
}
.blue span::before {
  border-left-color: #1e5799;
  border-top-color: #1e5799;
}
.blue span::after {
  border-right-color: #1e5799;
  border-top-color: #1e5799;
}

.foo {
  clear: both;
}

.bar {
  content: "";
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #79a70a;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79a70a;
}

.baz {
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 2em;
  transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79a70a;
  background: linear-gradient(#9bc90d 0%, #79a70a 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 100px;
  left: 1000px;
}

  .product {
    padding: 10px;
    padding-top: 80px;
    /* flex-wrap: wrap; */
  }

.product .box {
  float: left;
  /* margin: 5px; */
}
  .product .content h3 {
    font-weight: 600;
    font-size: 26px;
  }
  .product .content ul {
    list-style: none;
    padding: 0;
  }
  .product .content ul li {
    padding-left: 28px;
    position: relative;
    /* direction: rtl; */
  }

/* country flags */
.language__container--fa .language__label {
  background-image: url('/img/fa.svg');
}

.language__container--en .language__label {
  background-image: url('/img/gb.svg');
}


.language{width:50px;height:20px;font-size:14px;}
/* .language__container--left,.language__container--right{position:relative;width:40px;height:20px;padding:5px} */
.language__label{position:relative;top:0;left:0;width:40px;height:20px;border:1px solid #ccc;background-color:#fff;background-repeat:no-repeat;background-position:3px 3px;background-size:14px;text-align:right;text-transform:uppercase;vertical-align: center;align-items:center;}
.language__container--left .language__label{border-radius:4px 0 0 4px}
.language__container--right .language__label{border-left:0;border-radius:0 4px 4px 0}
.language__container--left:hover+.language__label:focus+.language__label{background-color:#eee}.language__control:checked+.language__label{background-color:#ddd}
.language__container--left:focus+.language__label:checked:focus+.language__label{z-index:2;outline:2px solid #85bffd;box-shadow:0 0 8px #85bffd}
.language__container--fa .language__label{background-image:url("/img/fa.png")}
.language__container--en .language__label{background-image:url("/img/en.png")}

.ocean {
  height: 80px; /* change the height of the waves here */
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
}

.wave {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 88.7'%3E%3Cpath d='M800 56.9c-155.5 0-204.9-50-405.5-49.9-200 0-250 49.9-394.5 49.9v31.8h800v-.2-31.6z' fill='%2300FF7C'/%3E%3C/svg%3E");
  position: absolute;
  width: 200%;
  height: 100%;
  animation: wave 10s -3s linear infinite;
  transform: translate3d(0, 0, 0);
  opacity: 0.8;
}

.wave:nth-of-type(2) {
  bottom: 0;
  animation: wave 18s linear reverse infinite;
  opacity: 0.5;
}

.wave:nth-of-type(3) {
  bottom: 0;
  animation: wave 20s -1s linear infinite;
  opacity: 0.5;
}

@keyframes wave {
    0% {transform: translateX(0);}
    50% {transform: translateX(-25%);}
    100% {transform: translateX(-50%);}
}


 body {
  			letter-spacing: normal important;
				line-height: normal;
				font-size: medium;
				/* font-variation-settings: "wght" 500; */
        color: #000000;
}
 body,html{
     margin: 0;
     padding: 0;
 }

html,
			body,
			button,
			input,
			select,
			textarea,
			input[type="button"],
			input[type="reset"],
			input[type="submit"],
			button[disabled]:hover,
			button[disabled]:focus,
			input[type="button"][disabled]:hover,
			input[type="button"][disabled]:focus,
			input[type="reset"][disabled]:hover,
			input[type="reset"][disabled]:focus,
			input[type="submit"][disabled]:hover,
			input[type="submit"][disabled]:focus,
			keygen,
			blockquote cite,
			blockquote small{
				font-family: "Open Sans",vazir, Tahoma, Arial,  sans-serif;
				letter-spacing: normal !important;
				line-height: normal;
				font-size: large;
				font-variation-settings: "wght" 500;
        color: #000000;
			}

a {
  color: #0b68da;
  text-decoration: none;
}
a:hover {
  color: #0b68da;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans";
}
.handlee{
    font-family: "Handlee"!important;
}
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #00394f;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #0075a2;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  /*background: rgba(43, 56, 61, 0.9);*/
}
#header.header  {
  /*background: linear-gradient(0deg, rgb(3, 67, 64) 0%, rgb(23, 233, 226) 100%);*/
}
#header.header-transparent {
  background: transparent;
}
#header.header-scrolled {
  /* background:rgba(3, 67, 64, 0.8); */
  /*background:rgba(6, 106, 94, 0.9);*/
}
#header .logo{
  margin : 0px;
    margin-top: -7px;
    padding: 0;
}
#header .logo h1 {
  color: #22fc00;
  margin: 0px;
  /* margin-left: 5px; */
  margin-right: 7px;
  font-size: 20px;
  padding: 0;
  line-height: 1;
  font-weight: 10px;
   letter-spacing: 1px;
  white-space: nowrap;
  transition: 0.3s;

}
#header .logo h2 {
  margin: 0;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 12px;
  padding: 0;
  line-height: 1;
  font-weight: 30;
  letter-spacing: 1px;
  position: relative;

  /* display: flex; */
  /* align-items: center; */
  /* justify-content: space-between; */
  white-space: nowrap;
  transition: 0.3s;
}
#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

#hero {
  width: 100%;
  overflow: hidden;
  position: relative;
        background-color: #00394f;
/*background-color: #00674b;*/
    /*background-color: #004953;*/
    /*background-color: #032830;*/
    /*background-color: #00425a;*/
    /*background-color: #1c315e;*/
    /*background-image: radial-gradient( circle farthest-corner at 16.5% 28.1%,  rgba(15,27,49,1) 0%, rgba(0,112,218,1) 90% );*/
  padding: 0;
}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  height: 60vh;
  padding-top: 80px;
}

#hero{
    text-shadow:
        2px 0 0 #000,
        -2px 0 0 #000,
        0 2px 0 #000,
        0 -2px 0 #000,
        1px 1px 0 #000,
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 5px #000;
    /*text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,*/
    /*1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;*/

    /*text-shadow: 0 0 2px #fff; !* Firefox 3.5+, Opera 9+, Safari 1+, Chrome, IE10 *!*/
    /*filter: progid:DXImageTransform.Microsoft.Glow(Color=#ffffff,Strength=1); !* IE<10 *!*/
    /*margin-bottom: 30px;*/

}
.logo img{
    filter: contrast(140%);
    /*filter:brightness(90%);*/
    filter: drop-shadow(4px 4px 4px black);
}
.logo h1     {
    filter: drop-shadow(4px 4px 4px black);
        /*text-shadow:*/
    /*    2px 0 0 #000,*/
    /*    -2px 0 0 #000,*/
    /*    0 2px 0 #000,*/
    /*    0 -2px 0 #000,*/
    /*    1px 1px 0 #000,*/
    /*    -1px -1px 0 #000,*/
    /*    1px -1px 0 #000,*/
    /*    -1px 1px 0 #000,*/
    /*    1px 1px 5px #000;*/


}
.mytextshadow{
        /*text-shadow: 2px 0 #000000, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,*/
        /*1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;*/

    /*text-shadow: 0 0 2px #000000; !* Firefox 3.5+, Opera 9+, Safari 1+, Chrome, IE10 *!*/
    /*filter: progid:DXImageTransform.Microsoft.Glow(Color=#ffffff,Strength=1); !* IE<10 *!*/
    /*margin-bottom: 30px;*/
    /*filter: drop-shadow(4px 4px 4px black);*/

}

#hero h2 {
  color: #ffffff;
    text-shadow:
        2px 0 0 #000,
        -2px 0 0 #000,
        0 2px 0 #000,
        0 -2px 0 #000,
        1px 1px 0 #000,
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 5px #000;
    /*text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,*/
    /*1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;*/

    /*text-shadow: 0 0 2px #fff; !* Firefox 3.5+, Opera 9+, Safari 1+, Chrome, IE10 *!*/
    /*filter: progid:DXImageTransform.Microsoft.Glow(Color=#ffffff,Strength=1); !* IE<10 *!*/
  /*margin-bottom: 30px;*/

  font-size: 30px;
  font-weight: 700;
}
#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 10px auto;
  color: #fff;
  font-size: 20px;
}
#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}
#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}
#hero .carousel-item h2,h5
{
  margin: 0;
}

.anim_img
{
    /*left :calc(100vw * 4/7);*/
    /*padding: 0;*/
    margin-top: -50px;
    /*scale: 70%;*/
    /*position: absolute;*/
    /*z-index: -1;*/
}
/*@media (max-width:767px) {*/
/*    .anim_img*/
/*    {*/
/*        left :calc(100vw * 2/7);*/
/*        padding: 0;margin-top: -150px;*/
/*        scale: 50%;*/
/*        position: absolute;*/
/*        z-index: -1;*/
/*    }*/

/*}*/
#hero .btn-get-started {
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #0b68da;
}
#hero .btn-get-started:hover {
  background: #0b68da;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}
@media (max-width: 768px) {
  #hero .carousel-container {
    height: 60vh;
  }
  #hero h2 {
    font-size: 28px;
  }
}
.hero-waves {
  display: block;
  width: 100%;
  height: 60px;
  position: relative;
}
.wave1 use {
  -webkit-animation: move-forever1 10s linear infinite;
  animation: move-forever1 10s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}
.wave2 use {
  -webkit-animation: move-forever2 8s linear infinite;
  animation: move-forever2 8s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}
.wave3 use {
  -webkit-animation: move-forever3 6s linear infinite;
  animation: move-forever3 6s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}
@-webkit-keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@-webkit-keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@-webkit-keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
section {
  padding: 30px 0;
  overflow: hidden;
}
.sectiontop {
    /*margin-top: 200px;*/
}
.section-title {
  padding-bottom: 40px;
}
.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Open Sans";
}
.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #0b68da;
  margin: 4px 10px;
}
.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Open Sans";
  color: #2a2c39;
}
.about {
  padding-top: 10px;
}
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-left: 28px;
  position: relative;
  /* direction: rtl; */
}
.about .content ul li+li {
  margin-top: 10px;
}
.about .content ul i {
  position: relative;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #0b68da;
  line-height: 1;

}
.about .content p:last-child {
  margin-bottom: 0;
}
.about .content .btn-learn-more {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #0b68da;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #0b68da;
}
.about .content .btn-learn-more:hover {
  background: #0b68da;
  color: #fff;
  text-decoration: none;
}
.features .nav-tabs {
  border: 0;
}
.features .nav-link {
  border: 1px solid #d4d6df;
  padding: 15px;
  transition: 0.3s;
  color: #2a2c39;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}
.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.features .nav-link:hover {
  color: #0b68da;
}
.features .nav-link.active {
  background: #0b68da;
  color: #fff;
  border-color: #0b68da;
}
.features .nav-link i {
  font-size: x-large;
}
/* @media (max-width: 768px) { */
  .features .material-symbols-outlined {
    padding: 0;
    line-height: 1;
    font-size:80px;
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' -25,
    'opsz' 48
  }
/* } */
@media (max-width: 575px) {
  .features .nav-link {
    padding: 15px;
  }
}
.features .tab-content {
  margin-top: 30px;
}
.features .tab-pane h3 {
  font-weight: 600;
  font-size: 26px;
  /* direction: rtl; */
}
.features p{
  /* direction: rtl; */
  justify-content: stretch;
}
.features .tab-pane ul {
  list-style: none;
  padding: 0;
}
.features .tab-pane ul li {
  padding-bottom: 10px;
  /* direction: rtl; */
}
.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #0b68da;
}
.features .tab-pane p:last-child {
  margin-bottom: 0;
}
.cta {
  background: #2a2c39;
  padding: 80px 0;
}
.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.cta p {
  color: #fff;
}
.cta .cta-btn {
  font-family: "Open Sans";
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #0b68da;
}
.cta .cta-btn:hover {
  background: #fff;
  color: #0b68da;
}
@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}
@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: rgb(255, 255, 255);
  box-shadow: 0 2px 49px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
}
.services .icon-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 2px 35px 0 rgba(68, 88, 144, 0.2);
}
.services .icon {
  position: absolute;
  left: -10px;
  top: calc(50% - 30px);
}
.services .material-symbols-outlined {
  padding: 0;
  line-height: 1;
  font-size:80px;
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' -25,
  'opsz' 48
}
.services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}
.services .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}
.services .title a {
  color: #2a2c39;
  transition: ease-in-out 0.3s;
}
.services .title a:hover {
  color: #0b68da;
}
.services .description {
  font-family: "Open Sans";
  font-size: 16px;
  text-align: justify;
  /* direction: rtl; */
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 0 0 10px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li::before {
  content: "[";
  margin-right: 6px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li::after {
  content: "]";
  margin-left: 6px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #0b68da;
}
.portfolio #portfolio-flters li.filter-active::before,
.portfolio #portfolio-flters li.filter-active::after {
  color: #0b68da;
}
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}
.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.8s ease-in-out;
}
.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
}
.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}
.portfolio .portfolio-item .portfolio-info p {
  color: #fedac0;
  font-size: 14px;
  margin-bottom: 0;
}
.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}
.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #fd9f5b;
}
.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}
.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-item .portfolio-links a:hover {
  color: #fd9f5b;
}
.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.2);
}
.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0b68da;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0b68da;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(42, 44, 57, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  text-align: center;
  min-height: 350px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

.testimonials  img {
    width: 200px;
    height: 200px;
            /*position: relative;*/
    overflow: hidden;

    /*padding: 4px;*/
    line-height: 1.42857143;
    background-color: transparent;
    /*border: 1px dashed #ddd;*/
    /*border-radius: 4px;*/
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    /*-webkit-transform: rotate(-10deg);*/
    /*-moz-transform: rotate(-10deg);*/
    /*-o-transform: rotate(-10deg);*/
    /*-ms-transform: rotate(-10deg);*/
    /*transform: rotate(-10deg);*/
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #fedac0;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ef6603;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ef6603;
}
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 25px -20px;
  padding: 30px 15px;
  font-size: 18px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}
.pricing h4 {
  font-size: 36px;
  color: #0b68da;
  font-weight: 600;
  font-family: "Open Sans";
  margin-bottom: 20px;
}
.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}
.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.pricing ul li {
  padding-bottom: 16px;
}
.pricing ul i {
  color: #0b68da;
  font-size: 18px;
  padding-right: 4px;
}
.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}
.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}
.pricing .btn-buy {
  background: #0b68da;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 50px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans";
  font-weight: 600;
  transition: 0.3s;
}
.pricing .btn-buy:hover {
  background: #0b68da;
}
.pricing .featured {
  border: 2px solid #0b68da;
}
.pricing .featured h3 {
  color: #fff;
  background: #0b68da;
}
.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #0b68da;
  color: #fff;
}
.faq {
  padding: 60px 0;
}
.faq .faq-list {
  padding: 0;
  list-style: none;
}
.faq .faq-list li {
  border-bottom: 1px solid #ececf1;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #bd5102;
  transition: 0.3s;
}
.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list .collapsed {
  color: black;
}
.faq .faq-list .collapsed:hover {
  color: #0b68da;
}
.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}
.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}
.team {
  /*background: #eead16;*/
  padding: 60px 0;
}
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fda500;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.team .member .member-img {
  position: relative;
  overflow: hidden;

    padding: 4px;
    line-height: 1.42857143;
    background-color: #17a2b8;
    border: 1px dashed #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);


}
.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team .member .social a {
  transition: color 0.3s;
  margin: 0 3px;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  background: rgba(239, 102, 3, 0.8);
  transition: ease-in-out 0.3s;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.team .member .social a:hover {
  background: #0b68da;
}
.team .member .social i {
  font-size: 18px;
  line-height: 0;
}
.team .member .member-info {
  padding: 25px 15px;
}
.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #030036;
}
.team .member .member-info span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
.team .member .member-info p {
  font-style: italic;
  font-size: 24px;
  line-height: 26px;
  color: #777777;
}
.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}


.contact .info {
  width: 100%;
  /*background: #fff;*/
}

.contact .info i {
  font-size: 20px;
  color: #ffffff;
  float: left;
  width: 44px;
  height: 44px;
  /*background: #ffecde;*/
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2a2c39;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #555974;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #ffffff;
  color: #00394f;
}

.contact .php-email-form {
  width: 100%;
  /*background: #fff;*/
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #00394f;
  background: #ffffff;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  /*background: #fff;*/
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
    background-color: #3fcdc7;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #ffffff;
  border: 0;
  padding: 10px 24px;
  color: #00394f;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #29fcdc;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.breadcrumbs {
  padding: 15px 0;
  margin-top: 70px;
  background: #f7f8f9;
  min-height: 40px;
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
  margin: 0;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
@media (max-width: 992px) {
  .breadcrumbs ol {
    margin-top: 10px;
  }
}
.breadcrumbs ol li+li {
  padding-left: 10px;
}
.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #404356;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}
#footer {
  background:#032830;
  /* rgba(3, 10, 54, 0.9); */
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}
#footer h3 {
  font-size: 36px;
  font-weight: 22;
  color: #fff;
  position: relative;
  font-family: "Open Sans";
  padding: 0;
  margin: 0 0 15px 0;
}
#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}
#footer .social-links {
  margin: 0 0 40px 0;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #0b68da;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: #0b68da;
  color: #fff;
  text-decoration: none;
}
#footer .copyright {
  margin: 0 0 5px 0;
}
#footer .credits {
  font-size: 13px;
}
