@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html {
  scroll-behavior: smooth;
}
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; box-sizing: border-box; }
*{ box-sizing: border-box; font-family: 'Poppins', sans-serif;}

.body {
	font-family: 'Poppins', sans-serif;
  padding: 0;
  margin: 0;
}
.logo-brand h1 {
    font-size: 16px;
    font-weight: 700;
        margin-top: 7px;
        text-shadow: 1px 1px 5px grey;
}
#carousel .carousel-item.boat {
  background-image: url("../images/32-326648_m.jpg");

}

#carousel .carousel-item.sea {
  background-image: url("../images/1_QYN28tTOSwsnnfSK4H2iZg.jpeg");
}

#carousel .carousel-item.river {
  background-image: url("../images/14-new.jpg");
}
#carousel .carousel-item.lake {
  background-image: url("../images/RS537W-Slider-1275x600_2020-04_0.jpg");
}
#carousel .carousel-item.lake1 {
  background-image: url("../images/nature.jpg");
}
#carousel .carousel-item.lake2 {
  background-image: url("../images/tea-tree.jpg");
}
#carousel .carousel-item.lake3 {
  background-image: url("../images/slider2.jpg");
}
#carousel .carousel-item.lake4 {
  background-image: url("../images/slider1.jpg");
}


#carousel .carousel-item {
  height: 90vh;
  width: 100%;
  min-height: 350px;
  background: no-repeat center center scroll;
  background-size: cover;
}
.navbar-light .nav-item.active .nav-link,
.navbar-light .nav-item .nav-link:active,
.navbar-light .nav-item .nav-link:focus,
.navbar-light .nav-item:hover .nav-link {
    color: #FF043C !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
    color: #FF043C !important;
}
#carousel .carousel-inner .carousel-item {
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}

#carousel .carousel-item .caption {
	float: right;
  background-color: rgba(0, 0, 0, 0.5);

  padding: 40px;
  color: white;
  animation-duration: 1s;
  animation-delay: 2s;
}

#carousel .caption h2 {
	font-weight: 700;
	text-shadow: 12px 5px 16px black;
	color: #FF043C;
  animation-duration: 1s;
  animation-delay: 2s;
}

#carousel .caption p {
  animation-duration: 1s;
  animation-delay: 2.2s;
}

#carousel .caption a {
  animation-duration: 1s;
  animation-delay: 2.4s;
}

/* Button */
.delicious-btn {
  display: inline-block;
  min-width: 160px;
  height: 60px;
  color: #000;
  border: none;
  border-left: 3px solid #FF043C;
  border-radius: 0;
  padding: 0 30px;
  font-size: 16px;
  line-height: 58px;
  font-weight: 600;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: capitalize;
  background-color: #80E9FD;
}

.delicious-btn.active, .delicious-btn:hover, .delicious-btn:focus {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
     background-color: #FF043C;
    border-color: #80E9FD;
}

.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 1;
  text-decoration: none;
}
.sectore_nav {box-shadow: 5px 10px 18px #888888 !important;}
.un_orde#FF043C_list_2 {text-align:right;}
.navbar img {width:100%;max-width:150px;}
.nav_bar_link a {font-weight: 500; font-size:16px;}
.sectore_nav {}
.collapse li { padding: 0px 13px;font-weight: 900px;}
.top_path_email a {text-decoration: none;}
.top_path_sect .un_o#FF043Ce#FF043C_list {
}
 .top_path_sect .un_orde#FF043C_list a {
	 font:18px;
	 margin-left: 8px;
	 color: white;
	 text-decoration: none;
	 -webkit-background-clip: text;
	 -webkit-text-fill-color: transparent;
	 background-image: linear-gradient(to right,#fff, #be313b 50%, #fff 50%);
	 background-size: 200% 100%;
	 background-position: 100%;
}
 .top_path_sect .un_orde#FF043C_list a:hover {
	 transition: all 0.3s cubic-bezier(0, 0, 0.23, 1);
	 background-position: 0%;
}
 
.hover-fx {
  font-size: 17px;
  display: inline-block;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 25px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  transition: 300ms;
}

.hover-fx:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  box-sizing: content-box;
  box-shadow: 0 0 0 3px #fff;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 300ms;
}

.hover-fx:hover {
  background-color: #fff;
  color: #00989A;
}

.hover-fx:hover:after {
  opacity: 1;
  transform: scale(1.15);
}
.nav_bar_light .nav_bar_nav .nav_bar_link > .nav_bar_hover.active  {
    color:#be313b;
	
}
.page-title {
    background-attachment: fixed;
    padding: 40px 0 40px 0;
    position: relative;
    z-index: 1;
}
.fwidth {
    width: 100% !important;
    float: left;
}
.fleft {
    float: left !important;
}
.page-title:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    opacity: 0.5;
    z-index: -1;
    background: #000;
}
.information_pather h1{color: #fff; font-weight: 800; text-align: center; padding: 10px 0px;}
.information_pather p {text-align: center; padding: 0px 10px; color: #fff;}
.clock_img {text-align: center;}
.clock_img img {width: 100%; max-width: 50px;}
.clock_img h3 {color: #fff; padding: 10px 0px;}
.clock_img p{color: #fff; padding: 10px 0px;}
.text-image img {
	width: 100%;
	border-radius: 20px;
}
.text-image p {
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 200;
    text-shadow: 3px 0px 2px black;
}
.text-image1 img {
	width: 100%;
	max-width:600px;
	border-radius: 20px;
}
.text-products h5 {
	color: white;
	padding-top: 15px;
	padding-bottom: 10px;
}
.text-products h3 {
	color: #FF043C;
	font-size: 35px;
	font-weight: 700;
    text-shadow: 0px 2px 13px #403a3a;
	padding-top: 15px;
}
.text-products p {
	color: white;
	font-weight: 300;
	text-shadow: 1px 3px 3px #000;
	font-size: 15px;
	padding-bottom: 20px;
}
.link-products a {
	text-decoration: none;
	color: #fff;
	padding: 10px;
	
}
.below-images {
	margin-top: 20px;
	padding: 10px;
}
.three-contents img {
	width: 100%;
}
.three-contents {
	text-align: center;
	padding: 30px;
}
.three-contents h4 {
	font-weight: 700;
	padding: 10px;
	color: #FF043C;
}
.three-contents h5 {
	font-weight: 300;
	font-size: 15px;
	padding: 10px;
}
.three-cont {
	padding: 30px;
	margin: 10px;
	background: #87CEC8;
	float: right;
	border-radius: 10px;
}
.three-cont h3 {
	font-size: 50px;
	font-weight: 900;
	color: #fff;
}
.three-cont p {
 font-size: 15px;
 	color: #000;
}
.three-contents {
	background:url("images/14.png");
	background-position: fixed;
}
.sect_mindmap {
	background-image: url("images/2.png")
}
.banner_outer_image {position:relative; opacity: 0.7; box-shadow: 5px 10px 8px #888888;}
.outer_image_1 {
position:absolute;
z-index: -20;
width: 100%;
max-width:200px;
  bottom: 400px;
  left: 16px;}
.outer_image_2 {
position:absolute;
width: 100%;
z-index: -20;
max-width:200px;
  bottom: 10px;
  right: 1px;
  
 }


.gtco-testimonials {
  position: relative;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}
.gtco-testimonials h2 {
  font-size: 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
.gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}
.gtco-testimonials .owl-nav {
  display: none;
}
.gtco-testimonials .owl-dots {
  text-align: center;
}
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #fff;
  margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
  background: #FF043C;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.gtco-testimonials .card {
  background: #fff;
  box-shadow: 0 8px 30px -7px #c9dff0;
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}
.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0 8px 20px -4px #95abbb;
  width: 100px;
  height: 100px;
}
.gtco-testimonials .card h5 {
  color: #FF043C;
  font-size: 21px;
  line-height: 1.3;
}
.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: #666666;
}
.gtco-testimonials .card p {
  font-size: 18px;
  color: #555;
  padding-bottom: 15px;
}
.gtco-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}
.gtco-testimonials .center {
  opacity: 1;
}
.gtco-testimonials .center h5 {
  font-size: 24px;
}
.gtco-testimonials .center h5 span {
  font-size: 20px;
}
.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
  padding: 10px;
  border:2px dashed #FF043C;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  outline: 0;
}

.testimonial_sectore {
    border-top:2px solid #FF043C;
    border-bottom:2px solid #FF043C;
}
/*FOOTER*/

footer {
background-color: #000000;
background-image: linear-gradient(315deg, #000000 0%, #b82e1f 74%);
  color: white;
  margin-top:100px;

}

footer a {
  color: #fff;
  font-size: 14px;
  transition-duration: 0.2s;
}

footer a:hover {
  color: #FA944B;
  text-decoration: none;
}

.copy {
  font-size: 12px;
  padding: 10px;
  border-top: 1px solid #FFFFFF;
}

.footer-middle {
  padding-top: 2em;
  color: white;
}


/*SOCİAL İCONS*/

/* footer social icons */

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}


/* footer social icons */

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoFacebook:hover i,
.social-network a.icoLinkedin:hover i {
  color: #fff;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
}

.social-circle li i {
  margin: 0;
  line-height: 30px;
  text-align: center;
}

.social-circle li a:hover i,
.trigge#FF043CHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #595959;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-network a {
  background-color: #F9F9F9;
}
.footer-pad {
	text-align: center;
}
.footer-pad img {
	width: 100%;
max-width: 141px;
    padding: 30px;

}
.footer-pad h3 {
	color: #fff;
	font-size: 20px;
	text-align: center;

}
.footer-pad h4 {
	color: #fff;
	padding-top: 10px;
	text-align: left !important;
}
.footer-pad li {
	color: #fff;
	text-align: left !important;
}


.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.copy img {
	float: right;
    width: 100%;
    max-width: 116px;
}
/* About us */
.about_us_page_hea {
  text-align: center;
  padding: 40px 20px;
}
.about_us_page_hea a {
  text-decoration: none;
  color: #fff;
}
.about_image img {
  width: 100%;
}
.about_cont h3 {
  padding: 10px 0px;
  font-weight: 700;
}
.about_cont h3 {
  padding: 10px 0px;
}
.about_mottos {text-align: left; padding:20px;}
.about_mottos h6 { font-size: 24px;}
.about_mottos i { font-size: 50px; color: #FF043C;padding: 10px;}

/* COD-Division */
table{
  width:100%;
  table-layout: fixed;
}
.tbl-header{
  background-color: rgba(255,255,255,0.3);
 }
.tbl-content{
  height:100%;
  overflow-x:auto;
  margin-top: 0px;
  border: 2px solid rgba(255,255,255,0.3);
}
th{
  padding: 20px 15px;
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
td{
  padding:29px;
  text-align: left;
  vertical-align:middle;
  font-weight: 300;
  font-size: 17px;
  color: #fff;
  border-bottom: solid 3px rgba(255,255,255,0.1);
}


/* demo styles */

.tbl-content {
  margin: 0;
  padding: 0;
  background: -webkit-linear-gradient(left, #f10808, #e24c10e3);
  background: linear-gradient(to right, #df270fee, #fa066b);
  font-family: 'Roboto', sans-serif;
  position: relative;
}



/* for custom scrollbar for webkit browser*/

::-webkit-scrollbar {
    width: 7px;
} 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px black; 
} 
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px #FF043C; 
}

.table_header h1 {
  padding: 20px;
  font-weight: 500;
  font-size: 30px;
  color: #000;
  text-transform: uppercase;

  text-align: center;
}
/* First Psy */
.card-block2 {
  text-align: center;
} 
.card-block2 img{
  width:100%;
  max-width: 150px;
}
.card-block img{
  width:100%;
}
.card{
  margin-top: 20px ;
  cursor:pointer;
  transition:all .4s ease-in-out;
}
.card:hover{
  transform:scale(1.05);
  box-shadow:10px 10px 10px #888888;
}
.icon i:hover{
  transform:scale(1.25) rotate(100deg);
  color:#18d4ca;
}
.card-title {
  padding: 5px;
  font-size: 18px;
    font-weight: 800;
    color: #003B55;
}
.card-text {
  padding: 5px;
  font-weight: bold;
  font-size: 11px !important;
      color: #F06EAA !important;
}
.card-text:last-child {
    margin-bottom: 0;
    color: #38B700 !important;
}
.close{
  color:#ffa710;
  opacity:1;
}
.modal-lg{
  max-width:1200px;
}
.save{
  background-color: #667df3;
  font-size:14px;
}
.form-control::placeholder{
/*   font-size:14px; */
  opacity:.5;
}
.modal-logo img{
  width:100%;
  height:150px
}
.col-form-label{
  font-weight:500;
}
.ovrly {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
     height:150px;
    left: 1;
    top: 0;
    width: 85%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
 .modal-logo:hover .ovrly {
    opacity: 1;
  }
.img-buttons {
  position: absolute;
    top: 50%;
    left: 50%;
   -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.img-buttons .material-icons{
  opacity: 0;
  color: rgba(50, 50, 50, 0.9);
  background: rgb(256, 256, 256);
  font-size: 30px;
      text-align: center;
      text-decoration: none;
  border-radius: 50%;
}
.modal-logo:hover .img-buttons .material-icons{
    opacity: 1;
  }
/* MODAL ANIMATION */

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}


.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);    
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

/* animated text */
.animated-text{
  animation: changefontcolor 2s ease-in-out infinite;
}
@keyframes changefontcolor {
  0%{
    color:black;
  }
  50%{
    color:#FF043C;
  }
  100%{
    color:purple;
  }
}
.page_header h4 {
  text-align: center;
  font-weight: 500;
  margin-top: 230px;
  padding: 10px; 
}
.page_header1 h4 {
  text-align: center;
  font-weight: 500;
  padding: 10px; 
}
/* careers */
.form_sectore h2 {
  text-align: center;
  padding: 20px;
  color: #FF043C;
}
.form_sectore button {
  background-color: #FF043C;
  padding: 15px 25px;
  border-radius: 50px;
  text-align: center;
  border: 0px solid;
}
.form_sectore input[type="text"] {
  border-radius: 0px;
  border-bottom: 1px solid #FF043C;
  border-right: 0px solid;
  border-left: 0px solid;
  border-top: 0px solid;
}
.form_sectore input[type="email"] {
  border-radius: 0px;
  border-bottom: 1px solid #FF043C;
  border-right: 0px solid;
  border-left: 0px solid;
  border-top: 0px solid;
}
.form_sectore input[type="tel"] {
  border-radius: 0px;
  border-bottom: 1px solid #FF043C;
  border-right: 0px solid;
  border-left: 0px solid;
  border-top: 0px solid;
}
.form_sectore input[type="url"] {
  border-radius: 0px;
  border-bottom: 1px solid #FF043C;
  border-right: 0px solid;
  border-left: 0px solid;
  border-top: 0px solid;
}
.form_sectore textarea {
  border-radius: 0px;
  border-bottom: 1px solid #FF043C;
  border-right: 0px solid;
  border-left: 0px solid;
  border-top: 0px solid;
}
.form_button {  
  text-align: center;
} 
/* contact */
.footer-address {
  padding: 20px;
}
div.footer-address h4 {
  font-weight:bold;
  font-size: 17px;
  padding:5px;
  margin:0;
}
ul.footer-address {
  list-style: none;
  padding: 0;
  margin-left: 25px;
}
.footer-address li {
  padding-left: 1.3em;
  padding: 7px;
}
.footer-address li:before {
  font-family: FontAwesome;
  color: orange;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}
.footer-address .map-icon:before {
  content: "\f041";
  color: #FF043C;
}
.footer-address .phone-icon:before {
  content: "\f095";
  color: #FF043C;
}
.footer-address .website-icon:before {
  content: "\f0e0";
  color: #FF043C;
}
.footer-address .envelope-icon:before {
  content: "\f0e0";
  color: #FF043C;
}
/* profile */
.profile_sectore img {
  width: 100%;
  max-width: 500px;
  border-radius: 30px;
}
.profile_sectore img:hover {
  width: 100%;
  max-width: 500px;
  border-radius: 30px;
  border: 2px dashed #FF043C;
  padding: 10px;
}
.profile_sectore h4 {
  color: #FF043C;
  font-weight: bold;
  padding: 20px;
}
.profile_sectore h5 {
  color: grey;
  font-size: 15px;
  font-weight: bold;
  padding: 5px;
}
.profile_sectore {
  margin-top: 220px;
  padding: 15px;
}
.content_para p {color: #000; }
.content_para li {list-style-type: none; padding: 20px; border-bottom-style: dotted ; border-bottom-width:1px; padding-left: 50px; }
.content_para i {
  margin-top: 15px;
  background: #FF003C;
  color: #fff;
  border-radius: 50%;
  float: left;
  padding: 10px;
  font-size: 20px;
}
.fa-graduation-cap:hover {
  color: #000;
  border-radius: 50%;
  background: #00F3EA;
}
.details_profile p, .details_profile span {
 text-align: left;
 padding: 5px 20px;
}
/* marketing */
.marketing_sectore h4 {
  text-align: center;
  color: #FF043C;
  padding: 10px;
}



.dropdown-menu {
    margin-top: 0;
        padding: 0px !important;
}
.dropdown-menu .dropdown-toggle::after {
    vertical-align: middle;
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}
.dropdown-menu .dropdown .dropdown-menu {
    left: 100%;
    top: 0%;
    margin:0 20px;
    border-width: 0;
    padding: 0px !important;
}
.dropdown-menu .dropdown .dropdown-menu.left {
    right: 100%;
    left: auto;
}
.dropdown-item {
padding: 1px !important;
}

.dropdown-menu > li a:hover,
.dropdown-menu > li.show {
	color: #FF043C;
}
.dropdown-menu > li.show > a{
	color: #FF043C;
}

@media (min-width: 768px) {
    .dropdown-menu .dropdown .dropdown-menu {
        margin:0;
        border-width: 1px;
    }
}
