  
/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. work
5. service
6. counter
7. portfolio
8. process
9. team
10. testimonials
11. blog
11. subscribe
12. footer
*/

/* 1. Theme default css */
@import url("https://fonts.googleapis.com/css?family=Heebo:100,300,400,500,700,900&display=swap&subset=hebrew");

body {
  font-family: "Heebo", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}
.gallery-img {
  border-top: 3px solid #bf310a;
}

.gallery-img img{
  width: 100%;
  height: 166px;
}


.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  color: #002650;
  text-decoration: none;
}

a,
button {
  color: #002650;
  font-weight: bold;
  outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

/* ============================================================== 
     # Topbar 
=================================================================== */
.top-bar-area {
  padding: 0px 0;
  background: #ff6136;
  position: relative;
}

.top-bar-area.shadow::after {
  background: #2154cf none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  margin-left: -10%;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-35deg);
  -moz-transform: skewX(-35deg);
  -ms-transform: skewX(-35deg);
  -o-transform: skewX(-35deg);
  width: 40%;
  z-index: -1;
}

.top-bar-area .top-address li {
  display: inline-block;
  font-family: "Montserrat",sans-serif;
  margin-right: 20px;
  text-transform: capitalize;
}

.top-bar-area.top-up {
  padding: 0;
  margin: 0;
}

.top-bar-area.top-up .top-address li {
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  padding: 15px 20px 15px 0;
  margin-right: 20px;
}

.top-bar-area.top-up .top-address li:last-child {
  border: medium none;
  padding-right: 0;
  margin: 0;
}

.top-bar-area.bg-gray .top-address li,
.top-bar-area.bg-theme .top-address li {
  color: #232323;
}

.top-bar-area li, 
 .top-bar-area a {
  font-weight: 500;
}

.top-bar-area a {
  font-size:0.75em;color:#fff;
}
.myaccordion .card{margin-bottom:10px;}
.top-address li i {
  margin-right: 10px;
}

.topbar-social li {
  display: inline-block;
}

.top-bar-are .topbar-social li a {
  color: #ffffff;
}

.topbar-social li {
  margin-left: 10px;
  margin-right: 10px;
}

.top-bar-area .info li {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  display: inline-block;
  font-family: "Montserrat",sans-serif;
  /* margin-left: 10px;
  padding-left: 15px;
  margin-top: 5px; */
}
.f-right{
  float: right;
}

.palette {
  height: 23px;
  min-width: 20px;
  /* background: #ddd !important; */
  display: inline-block;
  border-radius: 2px;
  position: relative;
  
  margin-left: 3px;
  border: 2px solid #e4f1f9;
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  -ms-border-radius: 2;
  -o-border-radius: 2;
}
.theme-regular {
  background: #fff !important;
}
.theme-black {
  background: #111 !important;
}
.top-bar-area .logo {
  float: left;
  margin-right: 50px;
}

.top-bar-area .logo img {
  height: 50px;
}

.top-bar-area .info li:first-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.top-bar-area .info li i {
  color: #ffffff;
  font-size:1.062em;
  text-align: center;
}

.top-bar-area.info-cell .info .icon i {
  color: #2154cf;
}

.top-bar-area .info li p {
  font-weight: 600;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
}

.top-bar-area .info li p span {
  display: block;
  font-weight: 400;
  text-transform: capitalize;
}

.top-bar-area .info li .icon {
  float: left;
}

.top-bar-area .info li .info {
  float: left;
  padding-left: 15px;
}

.top-bar-area .logo a {
  padding: 0;
}

.top-bar-area .topbar-social.big-info {
  margin-top: 15px;
}

.top-bar-area .logo, .top-bar-area .info {
  display: inline-block;
}

.top-bar-area .info.double {
  margin-top: 3px;
}

.top-bar-area.info-cell .logo img {
  margin-top: 8px;
}

.top-bar-area .info.box {
  margin-top: 6px;
}

.top-bar-area .topbar-social {
  line-height: 28px;
}

.top-bar-area .info.double .icon {
  background: white none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #333;
  height: 50px;
  line-height: 55px;
  text-align: center;
  width: 50px;
}

.top-bar-area.top-up .topbar-social {
  line-height: 55px;
}

.top-bar-area .language {
  display: inline-block;
}

.top-bar-area .language button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  font-family: "Montserrat",sans-serif;
  font-size:0.75em;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
}

.top-bar-area .language button i {
  margin-left: 5px;
}

.top-bar-area .language li {
  display: block;
  margin: 0;
}

.top-bar-area .language ul {
  background: #2154cf none repeat scroll 0 0;
  border: medium none;
  border-radius: inherit;
  box-shadow: inherit;
  left: auto;
  min-width: auto;
  padding: 0;
  right: 0;
  text-align: center;
}

.top-bar-area .language li a {
  color: #ffffff;
  display: block;
  font-size:0.75em;
  font-weight: 600;
  padding: 10px 35px;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.top-bar-area .language li a:hover,
.top-bar-area .language li a:focus,
.top-bar-area .language li a.active {
  color: #333333;
  background: transparent;
}

.top-bar-area .language li:last-child a {
  border: medium none;
}

.cta-form input:focus:-moz-placeholder {
  opacity: 0;
}
.semi-sub-title{font-size:1em;}
.cta-form input:focus::placeholder {
  opacity: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Heebo", sans-serif;
  font-weight: normal;
  color: #002650;
  margin-top: 0px;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size:2.5em;
  font-weight: 500;
}

h2 {
  font-size:2.1875em;
}

h3 {
  font-size:1.75em;
}

h4 {
  font-size:1.375em;
}

h5, .h5{
  font-size:1.125em;
}

h6 {
  font-size:1em;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size:1em;
  font-weight: normal;
  line-height: 27px;
  color: #1b1b1b;
  margin-bottom: 15px;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  /* margin: 30px 0; */
  padding: 0;
}

label {
  color: #002650;
  cursor: pointer;
  font-size:0.875em;
  font-weight: 600;
}

*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #555555;
  font-size: 0.875em;
  opacity: 1;
}

*::placeholder {
  color: #555555;
  font-size: 0.875em;
  opacity: 1;
}

.theme-overlay {
  position: relative;
}

.theme-overlay::before {
  background: #1696e7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}

.separator {
  border-top: 1px solid #f2f2f2;
}

/* button style */
/* .btn {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 12px 23px;
  border-radius: 10px;
  text-align: center;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: capitalize;
  background: #ff6136;
  font-family: "Heebo", sans-serif;
} */

.test-space {
  padding-top: 415px;
}

.btn-border {
  background: transparent;
  border: 2px solid #fff;
  padding: 20px 47px;
}

.btn.btn-line {
  padding: 20px 56px;
}

.btn-border:hover {
  background: #fff;
  color: #ff62a3;
}

.breadcrumbs>.active {
  color: #888;
}

.owl-carousel .owl-nav div {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  height: 40px;
  left: 20px;
  line-height: 40px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 40px;
}

.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 20px;
}

.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.owl-carousel .owl-nav div:hover {
  background: #2b96cc;
  color: #fff;
}

/* 2. header */

/* .header-area {
  padding-left: 85px;
  padding-right: 85px;
} */

.header-right {
  display: flex;
  justify-content: center;
}

.header-right {
  padding-top: 9px;
}

.header-icon {
  margin-right:1em;
  font-size:1.25em;
}

.header-cta p {
  font-size:0.875em;
  margin-bottom: 9px;
  line-height: 1;
}

.header-cta h4 {
  color: #fff;
  font-size: 1.5em;
  margin-bottom: 0px;
}

.header-icon i {
  color: #ff6136;
  font-size:1.875em;
}

.main-menu ul li {
  display: inline-block;
  margin:0px;
  position: relative;
  z-index: 999;padding:0px;
  list-style: none;
}

.main-menu ul li a {
  color: #fff;
  font-weight: 700;
  font-size: 1em;
  padding:15px 10px;
  display: list-item;
  line-height: 1;
  position: relative;
}
.nav-menu{
  margin: 0 20px;
  padding: 0;
}

/* .main-menu ul > li > a::before {
  background: #ff6136 none repeat scroll 0 0;
  bottom: 23px;
  content: "";
  height: 4px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 4px;
  opacity: 1;
  transition: 0.3s;
  top: 52px;
  border-radius: 5px;
  opacity: 0;
} */

.main-menu ul>li:hover>a::before,.main-menu ul > li.active > a::before {
  opacity: 1;
}

.main-menu .nav-menu>li:hover>a {
  color: #fff;background:#ff6136;
}
.main-menu ul li.active a{color:#fff;}
.dropdown.active>a{color: #fff;background:#ff6136;}
.dropdown-menu li a{color:#03167b!important;}
.header-top-btn a {
  padding: 16px 42px;
  font-size:0.875em;
}

.header-top-btn {
  padding-top: 6px;
}

.header-btn a {
  background: #6c5edf;
  padding: 20px 60px;
  border-radius: 30px;
  font-size:1.125em;
  letter-spacing: 0;
  font-weight: 700;
  color: #fff;
}
.logo-img{display: inline-block; max-width:80px;vertical-align: top;}
.logo_text{display:inline-block;position:relative;top:10px;left:10px;}
.logo_text h3{font-size:1.25em;}
.main-menu{width:100%;background:linear-gradient(45deg, rgb(49 77 171), rgb(0 167 184));}
.sub-title{font-size:1em;display: block;position:relative;top:-8px;}
.main-menu ul li ul.submenu {
	position: absolute;
	background: #fff;
	width: 230px;
	top: 110%;
	padding: 15px 0;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	text-align: left;
}
.dropdown-menu{padding:0px;}
.main-menu ul li:hover>ul.submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.main-menu ul li ul.submenu li {
  margin: 0;
  display: block;
  margin-bottom: 0px;
}

.main-menu ul li ul.submenu li>a::before {
  background: transparent;
}

.main-menu ul li ul.submenu li:hover>a {
  color: #ff6136;
}

.main-menu ul li ul.submenu li:last-child {
  margin-bottom: 0;
}

.main-menu ul li ul.submenu li a {
	padding: 0;
	color: #90909a;
	font-weight: 500;
	font-size:0.9375em;
	padding: 12px 28px;
}

.main-menu ul li ul.submenu li ul.submenu {
  left: 100%;
  top: 0;
}

.header-btn a:hover {
  background: #ff63a3;
  color: #fff;
}

.divider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.divider::before {
  margin-right: 1.5rem;
}

.divider::after,
.divider::before {
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  border-top: .0625rem solid #e7eaf3;
  content: "";
  margin-top: .0625rem;
}
.w-btn{
  width: 65%;
}
.divider::after {
  margin-left: 1.5rem;
}

.divider::after,
.divider::before {
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  border-top: .0625rem solid #e7eaf3;
  content: "";
  margin-top: .0625rem;
}

.text-muted {
  color: #6c757d !important;
}

.sticky-bar {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
	z-index: 9999;
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	background: #fff;
}
.sticky-bar .header-cta h4 {
	color: #002650;
}
/* 3. slider */

.slider-height {
  min-height: 340px;
  background-repeat: no-repeat;
  background-size: cover;
}
.slider-area {
  position: relative;
  padding: 0 50px;
}

.slider-area::after {
  width: 650px;
  height: 85vh;
  background: transparent;
  content: "";
  position: absolute;
  right: 0;
  top:5px;
  z-index: -1;
}

.slider-img {
  margin-top: 35px;
  margin-left: -179px;
}

.slider-text.slider-content-space {
  margin-left: 178px;
  margin-top: 170px;
  margin-right: 103px;
}

.slider-text h5 {
  font-weight: 400;
  color: #fff;
  font-size:1.5em;
}

.slider-text h2 {
	color: #fff;
	font-weight: 100;
	font-size:7.5em;
	line-height: 1;
	margin-bottom: 34px;
	margin-left: -6px;
}

.slider-text h2>span {
  font-weight: 700;
}

.slider-btn a span::before {
  position: absolute;
  left: 19px;
  top: 29px;
  width: 23px;
  height: 2px;
  background: #fff;
  content: "";
}

.slider-btn a span::after {
  position: absolute;
  right: 19px;
  top: 29px;
  width: 23px;
  height: 2px;
  background: #fff;
  content: "";
}

a.btn.btn-border.line-btn::after {
  position: absolute;
  left: 17px;
  top: 28px;
  width: 23px;
  height: 2px;
  background: #fff;
  content: "";
}

.slider-text p {
  color: #fff;
  margin-bottom: 34px;
  margin-right: 20px;
}

.slider-btn a {
  margin-right: 25px;
  position: relative;
}

.slider-btn a:last-child {
  margin-right: 0px;
}

/* brand */
.brand-area {
  padding-left: 211px;
  padding-right: 211px;
}
.single-brand {
	text-align: center;
}
.brand-active .slick-slide img {
	display: inline-block;max-height: 70px;
}

/* 4. work */

.my-exp-title h5 {
  font-size:1.5em;
  color: #ff6136;
  font-weight: 400;
  margin-bottom: 32px;
  display: inline-block;
}

.my-exp-title h2 {
  font-size:5em;
}

.my-exp-title h2 {
  color: #002650;
  font-weight: 100;
  font-size:5em;
  line-height: 1;
  margin-bottom: 34px;
}

.my-exp-title h2>span {
  font-weight: 700;
}

.total-expraince-area {
  padding-right:20px;
  padding-top:20px;
}

.exp-detels {
  margin-top: 16px;
   /*margin-right: -22px;*/
  text-align: justify; 
}
.exp-detels p, .exp-detels p span,
.service-contents p,  .service-contents p span
{font-size:1em!important;}
.cm {
  border:solid 1px #002650; text-align: center;
} 
.cm img{max-width:80%;margin:0 auto;}
.cm .bc {
  padding: 15px 0;
  background: #002650;
}
.cm .bc span{
  display: block; 
  padding:10px 10px 0px; 
  font-weight: bold; 
  color:#fff; 
/*  border-top:dashed 1px #1b528f;*/
}
.cm h4 {
  font-size: 1.125em;
  text-align: center;
  color: #fff;
}
.cm p {
  font-size:0.8125em;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  color: #e5e5e5;
}
.cm-2{margin-top:20px;}
.cm-2 img{background-color:#002650;border-radius:50% 50% 0 50%;padding:15px;max-width:200px;float: left;}
.cm-2.last img{border-radius:50% 50% 50% 0;}
.cm-2.last img{float: right;}
.exp-detels ul li {
	float: left;
	width: 50%;
	margin-bottom: 18px;
}
.cm-2 .bc{margin-top:60px;margin-left:30px;overflow: hidden;float: left;}
.cm-2.last .bc{margin-right:30px;overflow: hidden;float: right;}
.exp-detels ul li span {
	font-size: 1em;
	font-weight: 700;
	color: #002650;
	display: inline-block;
	width: 90px;
}
.exp-detels ul li p {
	margin: 0;
	display: inline-block;
}

.exp-detels ul li {
  color: #568396;
  font-size:1em;
  font-weight: 400;
}
.owner-img, .total-expraince-area{display:block;}
.owner-img{float: left;max-width:320px;margin-right:15px;margin-bottom:30px;}
.owner-img img{max-width:100%;}
.owner-img a {
  text-align: center;
  font-size:1.875em;
  line-height: 130px;
  padding-left: 2px;
  transition: 0.3s;
}

.owner-img a:hover {
  background: #000;
  color: #fff;
}

.owner-icon {
  position: absolute;
  bottom: 10px;
  height: 150px;
  width: 150px;
  display: inline-block;
  border-radius: 50%;
  background-color: #ff6136;
  font-size:1.625em;
  font-weight: 600;
  line-height: 60px;
  color: #fff;
  right: 20px;
  border: 12px solid #fff;
}

/* section title */
.section-title {
  position: relative;
  width: 100%;
}

.section-title-content {
  margin-top: 0;
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 100%;
}

.section-title-content.section-counter {
  top: 54px;
}

.section-pre-titles {
  margin-left: -10px;
}

.section-title .section-pre-titles h2 {
  -webkit-text-fill-color: transparent;
  font-size:12.5em;
  color: #e1ecf4;
  -webkit-text-stroke-color: #e1ecf4;
  -webkit-text-stroke-width: 1px;
  -moz-text-stroke-color: #e1ecf4;
  -moz-text-stroke-width: 1px;
  -moz-text-fill-color: transparent;
  line-height: 90px;
  display: inline-block;
}

.section-pre-titles.titles-color h2 {
  -webkit-text-fill-color: transparent;
  color: #0b3564;
  -webkit-text-stroke-color: #0b3564;
  -webkit-text-stroke-width: 1px;
  -moz-text-stroke-color: #0b3564;
  -moz-text-stroke-width: 1px;
  -moz-text-fill-color: transparent;
}
.section-pre-titles1.titles-color1 h2 {
  -webkit-text-fill-color: transparent;
  color: #0b3564;
  -webkit-text-stroke-color: #6f7e8e;
  -webkit-text-stroke-width: 1px;
  -moz-text-stroke-width: 1px;
  -moz-text-fill-color: transparent;
}
.section-title1 .section-pre-titles1 h2{
  -webkit-text-fill-color: transparent;
    font-size: 12.5em;
    color: #e1ecf4;
    -webkit-text-stroke-color: #6d7377;
    -webkit-text-stroke-width: 1px;
    -moz-text-stroke-color: #6d7377;
    -moz-text-stroke-width: 1px;
    -moz-text-fill-color: transparent;
    line-height: 0px;
    display: inline-block;
}

.section-title span {
  color: #ff6136;
  font-weight: 700;
  font-size:0.875em;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom:1em;
  display: inline-block;
  z-index: 111;
  position: relative;
}


.section-title h2 {
  font-size:3em!important;
  line-height: 1;
}

/* 5. service */
.service-area {
  background: #f2f7fb;
  background-image: url(../img/circular-line.svg);
  background-repeat: no-repeat;
  background-position: 71vw -626px;
}

.service-box {
  background: #fff;
  transition: 0.4s;
  padding: 20px 39px 30px;
  overflow: hidden;
}
.service-box h3{min-height:52px; font-size:1.375em;}
.service-thumb {
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
}

.service-thumb i {
  font-size:12.5em;
  color: #f2f7fb;
}
.service-content{
  margin-top: 200px;
}
.service-content h3 {
  margin-bottom: 20px;
  font-size:1.875em;
}
.service-content h3 a:hover{
  color: #ff6136;
}

.service-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    /* background-color: rgb(255, 255, 255); */
    /* box-shadow: 0px 20px 40px 0px rgb(127 158 214 / 20%); */
    line-height: 81px;
    font-size:1.875em;
    color: #ff6136;
    z-index: 999;
    position: relative;
    margin-bottom: 38px;
}

/* 6. counter */
.counter-area {
  background: #002650;
}

.counter-title h2 {
  color: #fff;
}

.progress-circular {
  text-align: center;
  position: relative;
}

h4.progress-h4 {
  margin-top: -124px;
  color: #719bad;
  font-size:1em;
  font-weight: 700;
}
.knob {
	color: #fff !important;
}
/* 7. portfolio */

.portiolio-list-area ul li {
  padding: 60px;
  border: 1px solid #d7e5ef;
}

.portiolio-list-area ul li {
  position: relative;
}

.portiolio-list-area ul li .protfolio-bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.portiolio-list-area ul li .active .protfolio-bg-img {
  opacity: 1;
  visibility: visible;
}

.portiolio-list-area ul li:hover .protfolio-bg-img {
  opacity: 1;
  visibility: visible;
}

.portiolio-list-area ul li:hover .portfilio-title span,
.portiolio-list-area ul li:hover .portfilio-title h2 {
  color: #fff;
}

.portiolio-list-area ul li .active .portfilio-title span,
.portiolio-list-area ul li .active .portfilio-title h2 {
  color: #fff;
}

.portiolio-list-area ul li:hover a.btn.btn-transparant {
  background: #ff6136;
  color: #fff;
  border: 2px solid #ff6136;
}

.portiolio-list-area ul li .active a.btn.btn.btn-line {
  background: #ff6136;
  color: #fff;
  border: 2px solid #ff6136;
}

.portfilio-title h2 {
  margin-bottom: 0;
  font-size:2.5em;
  line-height: 1;
  transition: 0.3s;
}

.portfilio-title span {
  color: #ddd;
  font-size:0.875em;
  text-transform: uppercase;
  color: #ff6136;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 18px;
  display: inline-block;
}

.portfolio-btn.text-right {
  padding-top: 10px;
}

.btn.btn-lenth {
  background: transparent;
  color: #568396;
  border: 2px solid #d7e5ef;
  position: relative;
}

.btn.btn-lenth span::before {
  position: absolute;
  left: 19px;
  top: 29px;
  width: 23px;
  height: 2px;
  background: #c4dbe5;
  content: "";
}

/* 8. process */
.work-pross-area {
  background: #002650;
}

h2.titles-white {
  color: #fff;
}

.single-work-pros h3 {
  color: #fff;
  font-size:1.5em;
  margin-bottom: 0;
}
.single-work-icon i {
  font-size: 50px;
  color: #ff6136;
  border: 2px dashed #275282;
  width: 200px;
  height: 200px;
  line-height: 186px;
  border-radius: 50%;
  transition: .3s;
}
.prs-pareent .col-xl-3:nth-child(1) .single-work-icon i{
  color: #ff6136;
}
.prs-pareent .col-xl-3:nth-child(2) .single-work-icon i{
  color: #25bfff;
}
.prs-pareent .col-xl-3:nth-child(3) .single-work-icon i{
  color: #ffbf36;
}
.prs-pareent .col-xl-3:nth-child(4) .single-work-icon i{
  color: #95b66f;
}

.prs-pareent .col-xl-3:nth-child(1) .single-work-pros:hover .single-work-icon i{
  border-color: #ff6136;
}
.prs-pareent .col-xl-3:nth-child(2) .single-work-pros:hover .single-work-icon i{
  border-color: #25bfff;
}
.prs-pareent .col-xl-3:nth-child(3) .single-work-pros:hover .single-work-icon i{
  border-color: #ffbf36;
}
.prs-pareent .col-xl-3:nth-child(4) .single-work-pros:hover .single-work-icon i{
  border-color: #95b66f;
}
/* 9. team */

.team-area {
  background: #f2f7fb;
}

.single-team {
  position: relative;
  z-index: 999;
}

.single-team-img img {
  max-width: 100%;
}

.single-team-content {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  transform: translateY(-50%);
  top: 50%;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}

.single-team-content h4 {
  font-size:1.5em;
  color: #fff;
}
.single-team-content span {
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	font-size:0.875em;
	font-family: "Heebo", sans-serif;
	letter-spacing: 2px;
}
.single-team-content span a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size:0.875em;
}

.single-team-content span a:hover {
  color: #666;
}

.single-team-img::before,.team-join .single-team-img::before  {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #002650;
  border-radius: 50%;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}
.single-team:hover .single-team-img::before {
  visibility: visible;
  opacity: .4;
}
.single-team:hover .single-team-content {
  visibility: visible;
  opacity: 1;
}
.team-join .single-team-img::before  {
  background: #e95a33;
  opacity: .9 !important;
  visibility: visible;
}
.team-join .single-team-content  {
  opacity: 1 !important;
  visibility: visible;
}
.team-join .single-team-content span a:hover  {
  color: #fff;
  text-decoration: underline;
}

/* 10. testimonials */

.testimonials-area {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.testimonail-review ul li {
  color: #ffb12a;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 22px;
}

.testimonail-titles-body h3 {
  font-size:1.875em;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 26px;
}

.testimoanil-mata-img {
  float: left;
  margin-right: 27px;
}

.testimonail-titles-body p {
  /* margin-bottom: 30px; */
  color: rgb(42 60 80);
  line-height: 1.75;
}

.testimonail-mata h2 {
  color: #fff;
  font-size:1.25em;
  margin-bottom: 0;
  padding-top: 10px;
}

.testimonail-mata span {
  color: #ff6136;
  font-size:0.875em;
  letter-spacing: 2px;
  font-weight: 700;
}

/* 11. blog */
.news-feed-mata ul li {
  margin-bottom: 15px;
  margin-top: 36px;
  color: #568396;
  font-size:0.875em;
  font-weight: 400;
}

.news-feed-mata ul li span i {
  margin-right: 5px;
}

.news-feed-titles {
  position: relative;
}

.news-feed-titles h4 {
  font-size:1.25em;
  line-height: 1.5;
}

.news-feed-titles h4 a:hover {
  color: #ff6136;
}

.news-feed-titles p {
  margin-right: 2px;
  margin-bottom: 30px;
  display: inline-block;
}

.blog-link {
  height: 35px;
  width: 35px;
  display: inline-block;
  border-radius: 50%;
  font-size: 0.625em;
  border: 1px solid #cbe1f9;
  font-weight: 400;
  line-height: 35px;
  color: #568396;
  text-align: center;
  transition: 0.3s;
}

.blog-link:hover {
  background-color: #ff6136;
  color: #fff;
  border: 1px solid transparent;
  transition: 0.3s;
}

/* 11. subscribe */
.cta-form form {
  position: relative;
}

.cta-area {
  background: #f2f7fb;
}

.cta-form input {
  width: 100%;
  height: 60px;
  border: none;
  background: #fff;
  padding: 0 33px;
  font-weight: 400;
  font-size:0.875em;
  color: #568396;
}

input::-moz-placeholder {
  color: #568396;
}

input::-webkit-placeholder {
  color: #568396;
}

input::placeholder {
  color: #568396;
}

.btn.btn-form i {
  margin-right: 5px;
}

.btn.btn-form {
  position: absolute;
  right: 4px;
  padding: 20px 30px;
}

/* 12. footer */
.footer-area {
  background: linear-gradient(45deg, rgb(49 77 171), rgb(0 167 184));
  width: 100%;
  bottom: 0;
}
.footer-text p {
	margin: 0;
}
.footer-social-link li {
  display: inline-block;
}

.footer-social-link li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #ffffff;
  color: #618b9d;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer-social-link li a:hover {
  background: #ff6136;
  color: #fff;
}

.faq-section .mb-0 > a {
  display: block;
  position: relative;
}

.faq-section .mb-0 > a:after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  font-weight: 600;
}

.faq-section .mb-0 > a[aria-expanded="true"]:after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.h2-stoke{
  font-size: 4.60em !important;
}
.h2-stoke1{
  font-size: 2.50em !important;
}
.carousel-multi-item .controls-top {
  text-align: center;
  /* margin-bottom: 1.88rem; */
}
.btn-floating i {
  font-size: 1.25em;
  line-height: 47px;
  display: inline-block;
  width: inherit;
  text-align: center;
  color: #fff;
}
.carousel-multi-item .controls-top .btn-floating {
  background: #4285f4;
}
.btn-floating {
  box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
  width: 47px;
  height: 47px;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
}

.scrollbox {
  width: 100%;
  height: 300px;
  overflow-y: scroll;
}
.scrollbox p a{
  font-weight: normal;
  color: #002650;
}
.scrollbox::-webkit-scrollbar {
  background-color: transparent;
  width: 0px;
}
.scrollbox:hover::-webkit-scrollbar {
  width: 8px;
}
.scrollbox:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .2);
}
@media (hover: none) {
  .scrollbox::-webkit-scrollbar {
    width: 8px;
 }
  .scrollbox::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
 }
}
.card-header1{
  background:linear-gradient(45deg, rgb(49 77 171), rgb(0 167 184));
  text-align: center;
}
.card-header h4{
  color: #fff;
}
.navbar-brand{padding-top:20px;padding-bottom:10px;}
 
   .navbar-brand h3{
    /* margin-top: 25px; */
    line-height: 15px; 
   } 

 

   #about{
     background: url(../img/bg3.jpg);
   }
   .textimonial-bg{
    background: url(../img/bg3.jpg);
   }
#blog{
  background: url(../img/bg-6.jpg);
}

   /* #blog{
     background: url(../img/texture/);
   }

   .testimonials-area{
          background: url(../img/banner-bg.png);
   } */
  
   .carousel-item img{
      height:340px;
   }
   .showcase-img img{
    height: 205px;
   }
   .twitter iframe{
    height:340px !important;
  }
  .twitter  .twitter-timeline{
        border-bottom: 2px solid #cfd9de!important;
  }
  .collapsed:hover{
    color:#002650 !important;
  }
  .modal{
    z-index: 9999 !important;
    
  }
  #myModal .modal-dialog {
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    margin: 0 auto;
}
  .modal-header{
    display: flow-root !important;
  }
  #home{
    background: transparent;
    padding: 10px;
  }
  .header-cta p{
    color: #fff;
  }
  .my-exp-title h5{
    font-weight: bold;
  }
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
}
.modal-header a{
  color: #e95d37;

}
.logo-img.logo-right{float: right; max-width: 200px;}

.dropdown .dropbtn {
  font-size:1em;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.sticky-bar .header-cta p{
  color: #002650;
}

.dropdown-menu li{
  min-width: 10rem;
  border-bottom:solid 1px #c5c5c5;
  display: block !important;
}
.dropdown-menu li a{
  padding: 10px!important;font-weight: normal!important; 
}
.dropdown-menu li:hover{
  background: #002650;
}
.dropdown-menu li:hover a{color:#fff!important;}
/* header::after {
  width: 469px;
  height: 40vh;
  background: #002650;
  content: "";
  position: absolute;
  right: 0;
  top: -126px;
  z-index: -1;
} */

img{
  width: 100%;
}

.login-btn a{
  /* background: #002650; */
  padding: 0px 9px 0px 8px !important;
  margin-top: 4px;
}
.bg-blue{
  background: #002650;
}
.sticky-bar .bg-blue {
  background: #fff;
}
.desp{
  text-align: center;
  background: #ff6136;
  padding: 8px; 
  height: 75px;
  border: 3px solid #bf310a;
}
.desp h5{
  color: #fff !important;
}
.login-img{
  width: 100%;
}
.login-right{
  border: solid 1px #f0f0f0;
}
.shape1,
.shape2,
.shape3,
.shape4 {
  background: rgb(49, 49, 49);
  opacity: 10%;
  transition: all 0.1s ease-in-out;
}

.shape1 {
  position: absolute;
  left: 70%;
  top: 95%;
  height: 200px;
  width: 200px;
  border-radius: 200px;
}

.shape2 {
  position: absolute;
  left: -20%;
  top: -5%;
  height: 200px;
  width: 200px;
  border-radius: 200px;
}

.shape3 {
  position: absolute;
  left: 82%;
  opacity: 5%;
  top: 10%;
  height: 100px;
  width: 100px;
  border-radius: 100px;
}

.shape4 {
  position: absolute;
  left: -5%;
  opacity: 5%;
  top: 70%;
  height: 200px;
  width: 200px;
  border-radius: 200px;
}
.cont{
  opacity: 95%;
    /* display: flex; */
    justify-content: center;
    background: linear-gradient(To Right, #e9ecef, #343a4057);
    overflow: hidden;
    border-radius: 20px;
    padding: 10px;
    font-family: "Red Hat Mono", monospace;
    box-shadow: 2px 2px 15px rgb(0 0 0 / 17%);
}
.border-b{
  border-bottom: solid 2px #000;
}
.hrsty{
 
    border: 10px solid #333;
    border-radius: 5px;
 
}
.card-text{
  border-bottom: 1px solid #eceff8;
}
.help a{
  color:#002650;
}
.margin-a{
  margin: auto;
}
.border-sty{
  border: solid 1px #f0f0f0;
}
.pagination li.active{

  background: #ff6407;
  color:#fff;
}
.pagination li {
  padding: 5px 15px;
  background: #f0f0f0;
  color: #ff6407;
 border:solid 1px #8f8d8d;
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,.1);
}
.pagination li.active, .pagination :hover, .pagination :active, .pagination :focus {
  background: #ff6407;
  color:#fff;
}

.breadcrumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size:1.003em;
}
.breadcrumbs li {
  position: relative;
  margin-bottom: 0.5em;
  padding: 0.25em;
  background-color: #eaecf1;
  color: #8093a7;
}
.breadcrumbs li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 1.5em;
  background-color: #eaecf1;
  clip-path: polygon(50% 50%, -50% -50%, 0 100%);
}
.breadcrumbs li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 1px;
  height: 100%;
  width: 1.5em;
  background-color: #eaecf1;
  clip-path: polygon(100% 0, 100% 100%, 0% 100%, 50% 50%, 0% 0%);
  transform: translateX(-100%);
}
.breadcrumbs li:not(:first-child) {
  margin-left: 2em;
}
.breadcrumbs li:first-child {
  padding-left: 0.5em;
  border-radius: 5px 0 0 5px;
}
.breadcrumbs li:first-child::before {
  display: none;
}
.breadcrumbs li:last-child {
  padding-right: 1em;
  border-radius: 0 5px 5px 0;
}
.breadcrumbs li:last-child::after {
  display: none;
}
.breadcrumbs li .active {
  background-color: #002650;
  color: #fff;
}
.breadcrumbs li.active::before, .breadcrumbs li.active::after {
  background-color: #002650;
}
.breadcrumbs li .link {
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs li a {
  color: #8093a7;
}
.breadcrumbs li a:hover {
  color: #002650;
}
*[dir='rtl'] .breadcrumbs li {
  text-align: right;
  direction: rtl !important;
}
*[dir='rtl'] .breadcrumbs li::after {
  right: 100% !important;
  left: unset !important;
  background-color: #eaecf1;
  clip-path: polygon(50% 50%, 100% 100%, 100% 0);
}
*[dir='rtl'] .breadcrumbs li::before {
  right: 1px !important;
  left: unset !important;
  clip-path: polygon(0 0, 0 100%, 100% 100%, 50% 50%, 100% 0);
  transform: translateX(100%);
}
*[dir='rtl'] .breadcrumbs li:not(:first-child) {
  margin-right: 2em;
  margin-left: 0;
}
*[dir='rtl'] .breadcrumbs li:first-child {
  padding-right: 0.5em;
  padding-left: 0;
  border-radius: 0 5px 5px 0;
}
*[dir='rtl'] .breadcrumbs li:last-child {
  padding-right: 0;
  padding-left: 1em;
  border-radius: 5px 0 0 5px;
}
.red{
  color: red;
}

.myaccordion {
  max-width:95%;
  margin: 50px auto;
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}
.myaccordion .card-header {
  width: 93%; 
}


.myaccordion .card-header {
  height: 64px;
  border-bottom-color: #EDEFF0;
  background: transparent;
}

.myaccordion .fa-stack {
    font-size:1.125em;
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: absolute;
    vertical-align: middle;
    width: 2.5em;
    right: 2px;
    top: 15px;
}

.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: #004987;
  padding: 0;
  text-align: left; font-size:0.45em;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
}
.list-group-item.active, .list-group-item:hover {
  z-index: 2;
  color: #fff;
  background-color: #ff6136;
  border-color: #ff6136;
}
.btn-primary {
  color: #fff;
  background-color: #002650;
  border-color: #002650;
}
.btn-primary:hover {
  color: #fff;
  background-color: #ff6136;
  border-color: #ff6136;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #002650;
  border-color: #002650;
}
.title-with-btn{position: relative;}
.add-btn{position: absolute;right:0px; top:0px;}
.service-contents{height:140px; overflow: auto;}
.service-contents p, .service-contents h1, .service-contents h2, .service-contents h3, .service-contents h4,
.service-contents h5, .service-contents h6, .service-contents div{font-size:1em!important;}

figure {
	position: relative;
	overflow: hidden;
	margin: 0 1px 1px 0;
	background: #726FB9;
	text-align: center;
	cursor: pointer;	
}

figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
}

.ot-portfolio-item figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.ot-portfolio-item figure figcaption, .ot-portfolio-item figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure.effect-bubba {
	background: #000;
	margin-bottom: 1px;
}

figure.effect-bubba img {
	opacity: 0.90;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s; height:257px;
}

figure.effect-bubba:hover img {
	opacity: 0.1;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom:76px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	opacity: 0;
	color: #fff;
	font-size:0.9375em;
	font-weight: 700;
	text-transform: uppercase;
	padding:35px;
	padding-top:18%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	color: #fff;
	font-size:0.8125em;
	font-weight: 500;
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.title{position: absolute;
	bottom:0px;
	left:0px;
	right:0px;
	width:100%;
	background:rgba(225, 108, 91,0.9);
	color: #fff;
	text-align: center;
	padding:10px 0;}
	.myaccordion .btn-link.collapsed .fas.fa-plus:before{content:"\f067";}
  .myaccordion .btn-link .fas.fa-plus:before{content:"\f068";}
  .marquees{border: solid 1px #02a2b7;
		border-radius: 6px;
		height: 30px;
		position: absolute;
		top:40px;
		line-height: 30px;
		right:100px;
		margin: 0 auto;
		color: #333;
		z-index: 9;font-weight:normal;font-size:0.875em;
		background:#fff;}
    .service-area.showcases-area{
      background: url(../img/banner-bg.png); background-size: cover; position: relative;
  }
  .service-area.showcases-area:before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 60%);
  }
  #servicess{
    background: url(../img/bg-6.jpg);
  }

.gallery-container{margin-top:40px;}
.gallery-container img{height:240px;max-height:240px;border-radius:6px;}

/*events style*/
.event-details ul {
    margin: 0;
    padding-left: 40px;
}

.event-details ul li {
     list-style: inherit; 
}
.event-details ol {
    margin: 0;
    padding-left: 40px;
}

.event-details ol li {
     list-style: inherit; 
}

.event-details table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
}
.event-details table td, .event-details table th{
    border: 1px solid #dee2e6 !important;
    padding: 0.75rem;
    vertical-align: top;
    border:1px;
}

.text__blink {
  animation: blink 1s infinite;
}

@keyframes blink {
  0%   { opacity: 1; }
  50%  { opacity: 0; }
  100% { opacity: 1; }
}

.main-menu ul li:last-child a {
  animation: blink 1s infinite;
  font-weight: 600;
   text-transform: uppercase;
}