.copyright{
  padding-bottom: 75px !important;
}
.paddy{
  padding-left:10px;
  padding-right:10px;
}
ul.social {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

ul.social > li {
  display: inline-block;
}

ul.social > li > a {
  display: inline-block !important;
  font-size: 18px !important;
  line-height: 0px !important;
  width: 30px !important;
  height: 30px !important;
  color: #fff !important;
  margin: 0 3px 3px 0;
}

ul.social > li > a:hover {
  text-decoration: none;
  background-color: #ee7c22;
}
.dropdown-menu{
  max-width: 300px !important;
}
.abo{
  border-radius: 30px;
}
.ita{
  font-style: italic;
}
.asterix{
  color:red;
}
.cntct {
  padding-top: 20px;
  padding-bottom: 20px;
}

.blank{
  height:60px;
      }
.ts-service-icon.icon-round i{
  background: #15D4E6 !important;
}
.sidebar ul.service-menu li.active a, .sidebar ul.service-menu li:hover a{
  background: #567688 !important;
}
.logo img {
  width: auto !important;
  height: 100% !important;
}

.header-two .logo img {
  height: 100% !important;
}

.top-bar {
  background-color: #15495a !important;
}

.interno {
  z-index: 9999 !important;
  height: 4.5vh !important;
  width: 100%;
  position: fixed !important;
  bottom: 35px !important;
}

.externo {
  z-index: 9999 !important;
  height: 4.5vh !important;
  width: 100%;
  position: fixed !important;
  bottom: 30px !important;
}

.top-info a {
  color: #fff !important;
  font-weight: 600;
}

.btn-primary {
  background-color: #0E8D99 !important;
}

.slider.border{
  background: none;
  border: 2px solid #15D4E6 !important;
}

.subscribe {
  background: #0E8D99 !important;
  padding: 0;
}


@media (min-width: 1281px) {

  .externo {
    display: none;
  }

}

/* 
##Device = Laptops, Desktops
##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

  .externo {
    display: none;
  }

}

/* 
##Device = Tablets, Ipads (portrait)
##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

  .externo {
    display: none;
  }
}

/* 
##Device = Tablets, Ipads (landscape)
##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

  .externo {
    display: none;
  }
  
}

/* 
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

  .externo {
    display: visible;

  }

  .interno {
    display: none;
  }

  .main-social{
    display:none;
  }
}

/* 
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

  .externo {
    display: visible;
  }

  .interno {
    display: none;
  }

  .main-social{
    display:none;
  }
}

.wee {
  margin-bottom: 5px !important;
}

.main-send {
  margin-top: 10px !important;
  width: 100% !important;
}

.main-frm {
  background: #f9f9f9 !important;
  padding: 15px !important;
}

input[type="text"],
input[type="email"],
textarea {
  background-color: #fff !important;
}

select {
  background: #fff !important;
}


.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #15D4E6;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #15D4E6;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}



.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.80);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #fa183d;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

#footer {
  background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='23.07' height='40' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(202, 100%, 10%, 1)'/><path d='M17.62 0l-6.07 10.5m2.74 4.76L8.22 4.75m-5.48 0h12.13M.01 0h23.07M6.07 20L0 9.5m2.74-4.75l-6.07 10.5m-5.48 0H3.33m8.2 4.75L0 .02-11.54 20m40.68 0L23.07 9.5m2.74-4.75l-6.06 10.5m-5.49 0H26.4M34.6 20L23.08.02 11.53 20m-5.46 0L0 30.51m2.74 4.75l-6.07-10.5m-5.48 0H3.33m8.2-4.75L0 40l-11.54-19.98zM17.6 40l-6.06-10.5m2.74-4.76L8.2 35.25m-5.48 0h12.13M0 40h23.07L11.54 20.01m17.6 0l-6.07 10.5m2.74 4.75l-6.06-10.5m-5.49 0H26.4M11.53 20h23.08L23.07 40'  stroke-linecap='square' stroke-width='1' stroke='hsla(231, 48%, 48%, 0.24)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
}

.all-serv {
  width: 100% !important;
}

.post-body-tw {
  background: #fff !important;
}

.backy {
  /* Location of the image */
  background-image: url(../images/banner/banner-1.jpg);

  /* Image is centered vertically and horizontally at all times */
  background-position: center center;

  /* Image doesn't repeat */
  background-repeat: no-repeat;

  /* Makes the image fixed in the viewport so that it doesn't move when 
the content height is greater than the image height */
 
  /* This is what makes the background image rescale based on its container's size */
  background-size: cover;

  /* Pick a solid background color that will be displayed while the background image is loading */
  background-color: #464646;

  /* SHORTHAND CSS NOTATION
* background: url(background-photo.jpg) center center cover no-repeat fixed;
*/
}

/* For mobile devices */
@media only screen and (max-width: 767px) {
  .backy {
    /* The file size of this background image is 93% smaller
* to improve page load speed on mobile internet connections */
    background-image: url(../images/banner/banner-1.jpg);
  }
}

.cmsa-main {
  height: 50vh;
}

.cmsa-main {
  /* Location of the image */
  background-image: url(../images/cemmsa-main.png);

  /* Image is centered vertically and horizontally at all times */
  background-position: center center;

  /* Image doesn't repeat */
  background-repeat: no-repeat;

  /* Makes the image fixed in the viewport so that it doesn't move when 
the content height is greater than the image height */
  background-attachment: inherit;

  /* This is what makes the background image rescale based on its container's size */
  background-size: cover;

  /* Pick a solid background color that will be displayed while the background image is loading */


  /* SHORTHAND CSS NOTATION
* background: url(background-photo.jpg) center center cover no-repeat fixed;
*/
}

/* For mobile devices */
@media only screen and (max-width: 767px) {
  .cmsa-main {
    /* The file size of this background image is 93% smaller
* to improve page load speed on mobile internet connections */
    background-image: url(../images/cemmsa-main.png) !important;
  }
}


.cmsa-main-tw {
  /* Location of the image */
  background-image: url(../images/estructuras-main.png);

  /* Image is centered vertically and horizontally at all times */
  background-position: center center;

  /* Image doesn't repeat */
  background-repeat: no-repeat;

  /* Makes the image fixed in the viewport so that it doesn't move when 
the content height is greater than the image height */
  background-attachment: inherit;

  /* This is what makes the background image rescale based on its container's size */
  background-size: cover;

  /* Pick a solid background color that will be displayed while the background image is loading */


  /* SHORTHAND CSS NOTATION
* background: url(background-photo.jpg) center center cover no-repeat fixed;
*/
}

/* For mobile devices */
@media only screen and (max-width: 767px) {
  .cmsa-main-tw {
    /* The file size of this background image is 93% smaller
* to improve page load speed on mobile internet connections */
    background-image: url(../images/estructuras-main.png);
  }
}

.slide-title {
  font-weight: 500 !important;
}

.banner-area{
  min-height: 500px !important;
}

/* Custom Cards */
.card-custom {
  overflow: hidden;
  min-height: 450px;
  box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
}

.card-custom-img {
  height: 200px;
  min-height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-color: inherit;
}

/* First border-left-width setting is a fallback */
.card-custom-img::after {
  position: absolute;
  content: '';
  top: 161px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top-width: 40px;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 545px;
  border-left-width: calc(575px - 5vw);
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: inherit;
}

.card-custom-avatar img {
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
  position: absolute;
  top: 100px;
  left: 1.25rem;
  width: 100px;
  height: 100px;
}

.scnd{
  font-weight: 500;
  letter-spacing: 1px;
}

.download-brocher-widget a {
    background-color: #0E8D99 !important;
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    padding: 17px 20px 17px 50px;
    position: relative;
    display: block;
    text-transform: uppercase;
}


.download-brocher-widget a i {
    background-color: #0E8D99 !important;
    padding: 5px 10px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.download a {
    padding: 10px 20px 10px 20px;
    border: 2px solid #15D4E6;
    color: #6a6a6a;
    font-weight: 600;
    position: relative;
}

.card-btn{
  width:100%;
  padding-top:15px;
  padding-bottom:15px;
  margin-bottom: 15px;
}
.card-title{
  text-align:center;
}
/* Custom Cards */


/*--------------------------------------------------------------
#1.2    partners
--------------------------------------------------------------*/
.contact-section {
  position: relative;
}

.contact-section:before {
  content: "";
  background-color: rgba(0, 24, 59, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.contact-section-tw:before {
  content: "" !important;
  background-color: rgba(231, 231, 231, 0.9) !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
}



@media screen and (min-width: 992px) {

  .contact-section .section-title,
  .contact-section .section-title-white,
  .contact-section .section-title-s2,
  .contact-section .section-title-s5,
  .contact-section .section-title-s6,
  .contact-section .section-title-s7 {
    margin-bottom: 30px;
  }
}

.contact-section p {
  color: #aaa;
  line-height: 1.56em;
}

.contact-section-contact-box {
  padding: 38px 45px;
  border: 2px solid #fdc900;
}

@media (max-width: 991px) {
  .contact-section-contact-box {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .contact-section-contact-box {
    margin-bottom: 45px;
  }
}

@media (max-width: 450px) {
  .contact-section-contact-box {
    padding: 38px 25px;
  }
}

.contact-section-contact-box .details ul {
  list-style-type: none;
  color: #fff;
}

.contact-section-contact-box .details ul li {
  position: relative;
  padding-left: 25px;
}

.contact-section-contact-box .details ul i {
  color: #15d4e6;
  position: absolute;
  left: 0;
  top: 3px;
}

.contact-section-contact-box .details ul>li+li {
  margin-top: 20px;
}

.contact-form-s1 label {
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: normal;
  display: block;
  color: #fff!important;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .contact-form-s1 label {
    font-size: 11px;
    font-size: 0.73333rem;
  }
}

.contact-form-s1 input,
.contact-form-s1 select {
  height: 38px;
  border: 0;
}

@media (max-width: 767px) {

  .contact-form-s1 input,
  .contact-form-s1 select {
    height: 34px;
  }
}

.contact-form-s1 form {
  overflow: hidden;
  margin: 0 -12px;
}

.contact-form-s1 form>div {
  width: 50%;
  float: left;
  padding: 0 12px;
  margin-top: 12px;
}

@media (max-width: 450px) {
  .contact-form-s1 form>div {
    width: 100%;
    float: none;
  }
}

.contact-form-s1 form .submit-btn-wrap {
  width: 100%;
  float: none;
  clear: both;
  padding-top: 20px;
}

.contact-form-s1 .wpcf7-submit {
  width: 100%;
  background-color: #fdc900;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 10px;
  padding-bottom: 15px;
}

.wpcf7-submit {
  width: 100%;
  background-color: #fdc900;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}


.contact-form-s1 .wpcf7-submit:hover {
  background-color: #d4a900;
}

.contact-women {
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 1550px) {
  .contact-women {
    display: none;
  }
}

.contact-form-s1 input,
.contact-form-s1 select {
  height: 40px;
  border: 0;
}

.wpcf7-form input,
.wpcf7-form select {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.wpcf7-form textarea {
  border-radius: 4px !important;
  width: 100% !important;
  background: #fff;
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #595959;
}

.contact-section {
  background-image: url(../images/contact-section-bg.jpg);
  background-position: 50% -67.9938px;
  background-size: cover;
}

.contact-section {
  position: relative;
}



.theme-btn {
  width: 100%;
  background-color: #0E8D99;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 10px;
  padding-bottom: 15px;
}

.ts-newsletter {
  background: #002761;
}

.ts-newsletter:after {
  background: #002761;
}

.footer-widget ul.list-arrow li {
  padding: 5px 0;
}

.banner-title{
  line-height: 60px !important;
}
.sidebar ul.service-menu li a{
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

.download-brocher-widget a {
  background-color: #567688 !important;
  font-size: 18px !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  color: #fff !important;
  padding: 17px 20px 17px 50px !important;
  position: relative !important;
  display: block !important;
  text-transform: uppercase !important;
}

.download-brocher-widget a i {
  background-color: #051829 !important;
  padding: 5px 10px !important;
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

.widget{
  width:100%;
}

.service-single-sidebar > .widget + .widget {
  margin-top: 50px !important;
}
.contact-widget {
  border: 2px solid #e9e9e9 !important;
  padding: 30px 25px !important;
}



.centerV {
  vertical-align: middle !important;
  text-align: center;
}

.example .thy 
{
    text-align: center; 
    vertical-align: middle;
}
table{
  border: 1px solid #dadada;
}

.try{
  text-align: center;
}

td{
  font-weight: 600;
}

.footer .widget-title{
  border-left: 3px solid #15D4E6 !important;
}
.dropdown-menu{
  border-top: 2px solid #15D4E6 !important;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus {
    color: #15D4E6 !important;
}
.sidebar .widget-title{
  border-left: 3px solid #15D4E6 !important;
}