/*!
 * Start Bootstrap - Freelancer v3.3.7+1 (http://startbootstrap.com/template-overviews/freelancer)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}
p {
  font-size: 20px;
}
p.small {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  color: #18BC9C;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
hr.star-light,
hr.star-primary {
  padding: 0;
  border: none;
  border-top: solid 5px;
  text-align: center;
  max-width: 250px;
  margin: 25px auto 30px;
}
hr.star-light:after,
hr.star-primary:after {
  content: "\f005";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
}
hr.star-light {
  border-color: white;
}
hr.star-light:after {
  background-color: #18BC9C;
  color: white;
}
hr.star-primary {
  border-color: #2C3E50;
}
hr.star-primary:after {
  background-color: white;
  color: #2C3E50;
}
.img-centered {
  margin: 0 auto;
}
header {
  text-align: center;
  background: #18BC9C;
  color: white;
}
header .container {
  padding-top: 100px;
  padding-bottom: 50px;
}
header img {
  display: block;
  margin: 0 auto 20px;
}
header .intro-text .name {
  display: block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2em;
}
header .intro-text .skills {
  font-size: 1.25em;
  font-weight: 300;
}
@media (min-width: 768px) {
  header .container {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  header .intro-text .name {
    font-size: 4.75em;
  }
  header .intro-text .skills {
    font-size: 1.75em;
  }
}
.navbar-custom {
  background: #2C3E50;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
}
.navbar-custom a:focus {
  outline: none;
}
.navbar-custom .navbar-brand {
  color: white;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: white;
}
.navbar-custom .navbar-nav {
  letter-spacing: 1px;
}
.navbar-custom .navbar-nav li a {
  color: white;
}
.navbar-custom .navbar-nav li a:hover {
  color: #18BC9C;
  outline: none;
}
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: white;
}
.navbar-custom .navbar-nav li.active a {
  color: white;
  background: #18BC9C;
}
.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
  color: white;
  background: #18BC9C;
}
.navbar-custom .navbar-toggle {
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  border-color: white;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #18BC9C;
  color: white;
  border-color: #18BC9C;
}
@media (min-width: 768px) {
  .navbar-custom {
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom.affix {
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}
section {
  padding-top: 90px;
}
section h2 {
  margin: 0;
  font-size: 3em;
}
section.success {
  background: #18BC9C;
  color: white;
}
@media (max-width: 767px) {
  section {
    padding: 75px 0;
  }
  section.first {
    padding-top: 75px;
  }
}
#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .caption {
  background: rgba(24, 188, 156, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #18BC9C;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
footer {
  color: white;
}
footer h3 {
  margin-bottom: 30px;
}
footer .footer-above {
  padding-top: 50px;
  background-color: #2C3E50;
}
footer .footer-col {
  margin-bottom: 50px;
}
footer .footer-below {
  padding: 25px 0;
  background-color: #233140;
}
.btn-outline {
  color: white;
  font-size: 20px;
  border: solid 2px white;
  background: transparent;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: #18BC9C;
  background: white;
  border: solid 2px white;
}
.btn-primary {
  color: white;
  background-color: #2C3E50;
  border-color: #2C3E50;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #1a242f;
  border-color: #161f29;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #2C3E50;
  border-color: #2C3E50;
}
.btn-primary .badge {
  color: #2C3E50;
  background-color: white;
}
.btn-success {
  color: white;
  background-color: #18BC9C;
  border-color: #18BC9C;
  font-weight: 700;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: white;
  background-color: #128f76;
  border-color: #11866f;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #18BC9C;
  border-color: #18BC9C;
}
.btn-success .badge {
  color: #18BC9C;
  background-color: white;
}
.btn-social {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}
.btn:focus,
.btn:active,
.btn.active {
  outline: none;
}
.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}
.scroll-top .btn {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 28px;
}
.scroll-top .btn:focus {
  outline: none;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin: 0;
  font-size: 3em;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #2C3E50;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #2C3E50;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
#header_background
{
  background-image:url('../img/header_bg.png');
  background-repeat: no-repeat, repeat;
  height: auto;
  background-size: 100%;
}
.site_logo, .top_menu
{
  width:50%;
  padding-left: 50px;
  padding-top:50px;
  float:left;
}
.site_logo img
{
  width:40%;      
}
.header_content
{
  float:left;
  clear:both;
  width:50%;
  padding-left: 50px;
  padding-top:50px;
}
.navbar-nav>li>a
{
  color:white;
  font-size:25px;
  padding-left: 50px;
}
.nav>li>a:focus, .nav>li>a:hover
{
  background-color: transparent;
}
.top_menu
{
  padding-top:150px;
  padding-left: 150px;
}
.site_main_logo_wrapper
{

}
.site_main_logo
{
  float:left;
  width:32%;
  padding-left: 150px;
  padding-bottom: 150px;
  padding-top: 70px;
}
.site_main_logo img
{
width:90%
}
#About
{
  background-image:url('../img/about_bg.png');
    background-repeat: no-repeat, repeat;
    height: auto;
  background-size: 100%;
}
#About .about_back_image
{
  background-image:url('../img/vision_bg.png');
    background-repeat: no-repeat, repeat;
    height: 520px;
  background-size: 100%;
  
}
#contact
{
  background-image:url('../img/contact_bg.png');
    background-repeat: no-repeat, repeat;
    height: auto;
  background-size: 100%;
}
.footer_image{
  background-image:url('../img/footer_bg.png');
    background-repeat: no-repeat, repeat;
    height: 68px;
  background-size: 100%;
}
.container-fluid{
  padding-left: 0px !important;
}
.kd_logo{margin-top: 50px;}
.logo_content{margin-top: 17px; width:95%}
.nav_menu{margin-top: 150px;}
.menu_text{width: 500px;}
.menu_text li:first-child{margin-left: 70px;}
.menu_text li:last-child{margin-left: 140px;}
.about_back_image .container{margin-top: 175px;}

span.mis_cap{font-size: 35px; color: #e43e42; }
span.vis_cap{font-size: 35px; color: #47a7ca; }
#contact .container{margin-top: 100px;}
.social_part{margin-top: 25px;}
a{color: black;}
input[type]{ background-color: #fee2b1; width: 340px;}
.text_area{ background-color: #fee2b1;;}
.floating-label-form-group{border: none !important;}
.send_but{margin-top: 7px; float: right;}
.btn-success{background-color:#da0f59; border-color: #da0f59;}
.contain_text{width: 90%;}
span.city_name{color:#da0f59;font-size: 25px;font-weight: bold;}
.contain_text p{color: white; font-weight: bold;}
.logo_content p{font-size: 20px;}
p{font-size: 18px;}
.anna_union,.pharco_logo,.orascom_logo,.momen_logo,.wilhelmsen_logo,.uniliver_logo,.insca_logo,.msc_logo,.dalgroup_logo{display: inline-block; }
.client_logo{padding-left: 3%; padding-right: 3%;}
.anna_union,.pharco_logo,.orascom_logo,.momen_logo,.wilhelmsen_logo,.uniliver_logo,.insca_logo,.msc_logo{margin-right: 1px;}
.orascom_logo a img{width: 185px;}
.wilhelmsen_logo a img{width: 200px;margin-top: 40px;}
.uniliver_logo a img{width: 130px;margin-top: 40px;}
.insca_logo a img {width: 120px;margin-top: 40px;}
.dalgroup_logo a img{width: 200px;margin-top: 40px;}
.msc_logo a img{margin-top: 40px;}
.row {margin-right: 0px !important; margin-left: 0px !important; }
.contact_add{float: right;}
.carousel-control.left{background-image: none;}
.carousel-control.right{background-image: none;}
.carousel-control .glyphicon-chevron-left{color: red;margin-left: -40px;top:30%}
.carousel-control .glyphicon-chevron-right{color: red;margin-right: -40px;top:30%}
.img_pad{padding-left: 7px !important;padding-right: 7px !important;}
.img_hei{margin-top: 20px;}
#myCarousel{margin-left: 3%;margin-right: 3%;height: 80px;}
@media only screen and (max-width: 330px){
  .kd_logo{margin-top: 20px;margin-left: 5px;}
  .kd_logo a img {width: 95%;}
  .logo_content{width: 212%; margin-top: 50px;}
  .logo_content p{font-size: 18px;}
  .nav_menu{margin-top: 0px;}
  .menu_text{width: 95%;}
  .menu_text li:first-child{margin-left: 0px;}
  .menu_text li:last-child{margin-left: 0px;}
  .menu_text li a{font-size: 17px;}
  .footer_image{height: 22px;margin-bottom:0px;}
  #About .about_back_image{background-image: none;}
  .about_back_image .container{margin-top: 0px;}
  .contain_text p{color:black; font-size:16px}
  span.mis_cap, span.vis_cap{font-size:20px }
  .mission p:first-child{text-align: center;}
  .vision p:first-child{text-align: center;}
  .mission,.vision{margin-left: 10%;}
  #About .about_back_image{margin-top: 50px;height: auto !important;}
  #contact .container{margin-top: 0px;}
  input[type]{width: 100%;}
  .floating-label-form-group{margin-left: 10%; margin-right: 10%;}
  .nav_about{margin-top: 33px; margin-left: -14px;}
  .nav_contact{margin-top: 33px;}
  .nav_about a{font-size: 14px; color: white; text-decoration: none;}
  .nav_contact a{font-size: 14px; color: white; text-decoration: none;}
  .logos_big{display: none;}
  .carousel-control .glyphicon-chevron-left{color: red;margin-left: -34px;top:30%}
  .carousel-control .glyphicon-chevron-right{color: red;margin-right: -34px;top:30%}    
}
@media only screen and (min-width: 331px) and (max-width: 480px){
  .kd_logo{margin-top: 20px;margin-left: 5px;}
  .kd_logo a img {width: 64%;;}
  .logo_content{width: 212%; margin-top: 50px;}
  .logo_content p{font-size: 18px;}
  .nav_menu{margin-top: 0px;}
  .menu_text{width: 95%;}
  .menu_text li:first-child{margin-left: 0px;}
  .menu_text li:last-child{margin-left: 0px;}
  .menu_text li a{font-size: 17px;}
  .footer_image{height: 22px;margin-bottom:0px;}
  #About .about_back_image{background-image: none;}
  .about_back_image .container{margin-top: 0px;}
  .contain_text p{color:black; font-size:16px;}
  span.mis_cap, span.vis_cap{font-size:20px }
  .mission p:first-child{text-align: center;}
  .vision p:first-child{text-align: center;}
  .mission,.vision{margin-left: 10%;}
  #About .about_back_image{margin-top: 50px;height: auto !important;}
  #contact .container{margin-top: 0px;}
  input[type]{width: 100%;}
  .floating-label-form-group{margin-left: 10%; margin-right: 10%;}
  .nav_about{margin-top: 40px;margin-left: 0%;}
  .nav_contact{margin-top: 40px;margin-left: 60%;}
  .nav_about a{font-size: 14px; color: white; text-decoration: none;}
  .nav_contact a{font-size: 14px; color: white; text-decoration: none;}
  .logos_big{display: none;}

}
@media only screen and (min-width: 481px) and (max-width: 767px){
  .kd_logo{margin-top: 20px;margin-left: 5px;}
  .kd_logo a img {width: 29%;}
  .logo_content{width: 155%;
    margin-top: 32px;
    margin-left: 11px;}
  .logo_content p{font-size: 18px;}
  .nav_menu{margin-top: 0px;}
  .menu_text{width: 95%;}
  .menu_text li:first-child{margin-left: 0px;}
  .menu_text li:last-child{margin-left: 0px;}
  .menu_text li a{font-size: 17px;}
  .footer_image{height: 22px;margin-bottom:0px;}
  #About .about_back_image{background-image: none;}
  .about_back_image .container{margin-top: 0px;}
  .contain_text p{color:black;font-size:16px;}
  span.mis_cap, span.vis_cap{font-size:20px }
  .mission p:first-child{text-align: center;}
  .vision p:first-child{text-align: center;}
  .mission,.vision{margin-left: 10%;}
  #About .about_back_image{margin-top: 50px;height: auto !important;}
  #contact .container{margin-top: 0px;}
  input[type]{width: 100%;}
  .floating-label-form-group{margin-left: 10%; margin-right: 10%;}
  .nav_about{margin-top: 68%;margin-left: 35%;}
  .nav_contact{margin-top: 68%;margin-left: 35%;}
  .nav_about a{font-size: 15px; color: white;text-decoration: none;}
  .nav_contact a{font-size: 15px; color: white; text-decoration: none;}
  .logos_big{display: none;}
  .carousel-control .glyphicon-chevron-left{color: red;margin-left: -53px;top:30%}
  .carousel-control .glyphicon-chevron-right{color: red;margin-right: -53px;top:30%}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .nav_about{margin-top: 27%;margin-left: 20%;}
  .nav_contact{margin-top: 27%;margin-left: -40%;}
  .nav_about a{font-size: 22px; color: white; text-decoration: none;}
  .nav_contact a{font-size: 22px; color: white; text-decoration: none;}
  .logos_big{display: none;}
}

@media only screen and (min-width: 1025px){
  .nav_about{margin-top: 30%;margin-left: 20%;}
  .nav_contact{margin-top: 30%;margin-left: -30%;}
  .nav_about a{font-size: 22px; color: white; text-decoration: none;}
  .nav_contact a{font-size: 22px; color: white; text-decoration: none;}
  .logos_big{width: 1300px;margin: 0 auto;}
  .anna_union,.pharco_logo,.orascom_logo,.momen_logo,.wilhelmsen_logo,.uniliver_logo,.insca_logo,.msc_logo,.dalgroup_logo{display: inline-block; }
  .anna_union,.pharco_logo,.orascom_logo,.momen_logo,.wilhelmsen_logo,.uniliver_logo,.insca_logo,.msc_logo{margin-right: 4px;}
  .client_p{display: block;}
  #ourclient #myCarousel{display: none;}
  .client_p1{display: none;}
  .carousel.slide{display: none;}
  
}
@media only screen and (min-width: 1500px){
	.sub_img img {
    width: 236px;
}
.gobal_img img {
    width: 128px;
}
.alex_img img {
    width: 277px;
}
}
@media only screen and (min-width: 993px) and (max-width: 1500px){
  .vis_mis{margin-top: -50px;}
.sub_img img{
width: 236px;

}
.sub_img {
padding-top: 20px;
    text-align: center;
}

.gobal_img img{
width: 128px;
}
.gobal_img {
padding-top: 17px;
    text-align: center;  
}
.alex_img{
margin-left: 164px;    
    margin-top: 41px;

}
.alex_img img{
width: 277px;

}
.affli_ations p{
text-align: center;
font-size: 26px;
font-family: robote arial sans-serif;
color: #ed4144;
padding-top: 24px;

}
.vis_mis{
/*margin-top: -50px;*/
margin-left: -26px;

}
.affli_ations_img{

      margin-top: -59px;
    margin-left: 26px;        
}
}
@media only screen and (min-width: 320px) and (max-width: 1361px){
  .affli_ations p{
text-align: center;
font-size: 26px;
font-family: robote arial sans-serif;
color: #ed4144;
padding-top: 24px;

}
.sub_img {
 text-align: center;
}
.gobal_img {
  text-align: center;
  padding-top: 8px;
}
.alex_img {
  text-align: center;
  padding-top: 8px;
  }
.gobal_img img{
width: 128px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.sub_img img{
width: 236px;

}
.alex_img img{
width: 277px;

}
}
@media only screen and (min-width: 768px) and (max-width: 990px){         
.affli_ations_img{ margin-top: -121px;
    /*margin-left: 215px;*/
  }
}
@media only screen and (min-width: 769px) and (max-width: 856px){  
.mis_vis{
margin-top: -112px;

}
#About .about_back_image {
   
    background-size: 117%;
}
.contain_text p { 
font-size: 13px;
}
span.mis_cap {
    font-size: 15px;
  
}
span.vis_cap {
    font-size: 15px;
    
}
} 
@media only screen and (min-width: 857px) and (max-width: 1000px){  
.mis_vis{
margin-top: -104px;

}
#About .about_back_image {
   
    background-size: 109%;
}
.contain_text p { 
font-size: 13px;
}
span.mis_cap {
    font-size: 15px;
  
}
span.vis_cap {
    font-size: 15px;
    
}
} 
@media only screen and (min-width: 1001px) and (max-width: 1345px){  

#About .about_back_image {
   
    background-size: 105%;
}
.contain_text p { 
font-size: 13px;
}
span.mis_cap {
    font-size: 15px;
  
}
span.vis_cap {
    font-size: 15px;
    
}
} 
.kd_logo img{

width: 30%;
}
.digital_agency img{
 width: 74%;

}
.digital_agency {
padding-top: 6%;

}
.advertising_agency img{

 width: 72%;  
}
.advertising_agency {
padding-top: 63px;

}
.coordinator_agency img{

width: 63%;
}
.coordinator_agency{
    padding-top: 69px;
}
@media only screen and (min-width: 769px) and (max-width: 989px){

.logo_content {
    width: 482px;
   
}
}
@media only screen and  (max-width: 991px){
.digital_agency {margin-top: -102px;}
.advertising_agency {margin-top: -50px;}
.coordinator_agency{margin-top: -50px;}
}
@media only screen and (min-width: 444px) and (max-width: 989px){
.digital_agency img{width: 34%;}
.coordinator_agency img{width: 34%;}
.advertising_agency img{width: 34%;}
}
@media only screen and (min-width: 992px) and (max-width: 1277px){
.logo_content p{
padding-left: 25px;
  }
  .kd_logo img {
    width: 21%;
}
.kd_logo {
    padding-left: 20px;

}
}
/************slider****************/
.slide-width{width:100% !important;}
*, *:before, *:after {
  box-sizing: border-box;
}

$bg-color: #d9d8c6;
$primary-color: #5b5a5c;
$secondary-color: darken($primary-color, 15%);

body {
  background: $bg-color;
}

li {
  list-style: none;
}

.suga-container {
  background: $primary-color;
  padding: .2em;
  max-width: 570px;
  margin: 5em auto;
  box-shadow: 3px 3px 0px $secondary-color;
  border: 2px solid $secondary-color;
  border-radius: 5px;
}

.suga-slider-wrap {
  overflow: hidden;
  
}

.suga-slider-group {
  &:before,
  &:after {
    content: " ";
    display: table;
  }

  &:after {
    clear: both;
  }
}

.suga-slide {
  float: left;
  position: relative;
  margin-left: 0;
  padding-right: 8px;
}
.logo-slider-con img{cursor: pointer;text-align: center;margin:0 auto;float:none;}


.suga-slide {
    float: left; 
	/*left: -50%; /* new */
    position: relative;
    margin-left: 10px; /* weba was 60 */
    padding-right: 10px; /* weba was 75 */
	width:200px; /* weba was 223*/
}
     
