@font-face {
    font-family: 'monse'; /*a name to be used later*/
    src: url('fonts/Barlow-Regular.ttf'); /*URL to font "Helvetica Neue",Helvetica,Arial,sans-serif;*/ 
}

@font-face {
    font-family: 'monse2'; /*a name to be used later*/
    src: url('fonts/GildaDisplay-Regular.ttf'); /*URL to font*/ 
}

@font-face {
    font-family: 'monse3'; /*a name to be used later*/
    src: url('fonts/Barlow-SemiBold.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'monse4'; /*a name to be used later*/
    src: url('fonts/Proxima Nova Alt Light.otf'); /*URL to font*/
}

body {
    /* margin: 0 60px; */
    /* color: #0099ff; */
    font-family: 'monse', sans-serif;
    font-size: 16px;
	
}

.bold {
       font-family: 'monse2', sans-serif;
}

b {
        font-family: 'monse3', sans-serif; 
       /* letter-spacing: 0.5px; */
       line-height: initial;
       /* font-size: 21px; */
}

.bigdiv {
    text-align: center;
    padding: 50px 10px;
}

.headerdiv {
    padding: 2.25% 0 1.5%;
}

.meddiv9 {
    width: 75%;
    display: inline-block;
    /* vertical-align: top; */
    /* margin: 0 1%; */
}

.meddiv8 {
    width: 66%;
    display: inline-block;
    /* vertical-align: top; */
    /* margin: 0 1%; */
}

.meddiv7 {
    width: 58%;
    display: inline-block;
    /* vertical-align: top; */
    /* margin: 0 1%; */
}

.meddiv6 {
    width: 49%;
    display: inline-block;
    /* vertical-align: top; */
    /* margin: 0 1%; */
}

.meddiv5 {
    width: 41%;
    display: inline-block;
    /* vertical-align: top; */
    /* margin: 0 1%; */
}

.meddiv4 {
    width: 33%; 
    display: inline-block;
    /* vertical-align: top; */
    /* margin: 0 1%; */
}

.meddiv3 {
    width: 25%;
    display: inline-block;
    /* vertical-align: top; */
    /* margin: 0 1%; */
}

.meddiv2 {
    width: 16.6%;
    display: inline-block;
    /* vertical-align: top; */
    /* margin: 0 1%; */
}

.meddiv1 {
    width: 8.3%;
    display: inline-block;
    /* vertical-align: top; */
    /* margin: 0 1%; */
}


.vertam {
    vertical-align: middle;
    text-align: center;
    padding: 0 17px;
}

.vertam2 {
    vertical-align: middle;
    /* text-align: center; */
    /* padding: 0 17px; */
}




.leftalign {
    text-align: left !important;
}

.rightalign {
    text-align: right;
}

.justifyalign {
    text-align: justify;
}

.logo {
    /* padding: 30px 0 32px 17px; */
}

.logo2 img {
     width: 210px;
     padding: 0 0 30px;
}
.logo img {
    width: 40%;
}


.contacticons {
        /* padding: 25px 17px 0 0; */
        }

.contacticons img {
    background-color: #fac42b;
    padding: 3px;
    border-radius: 15px;
    width: 21px;
    vertical-align: middle;
}

.banner img {
    width: 95%;
    border-radius: 10px;
}

.banner {
    padding: 2.5% 0;
}

.banner>div {
    margin: 0px;
    padding: 0px;
}


input, textarea {
    width: 100%;
    border: solid 1px #46464600;
    margin-bottom: 4px;
    border-radius: 4px;
    font-size: 17px;
    /* padding: 3px 0; */
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

input[type="checkbox"] {
    width: inherit;
}

.formbox {
    background-color: #b3c5ff75;
    /* background: linear-gradient(180deg, #9cd4ff36, #ffffff6e, #ffffff6e, #ffffff6e); */
    border-radius: 8px;
    padding: 10px;
    text-align: center;
}

.formbox h1{
    margin: 5px 0 15px
}

.titleform {
    font-size: 20px;
    padding: 5px;
    line-height: initial;
    background-color: #123977;
    color: #fff;
    border-radius: 8px;
    margin-bottom: 8px;
    margin-top: 8px;
}



.onlytext {line-height: 24px;}


.titletext {
    font-size: 31px;
    /* color: #ffffff; */
    FONT-WEIGHT: 600;
    letter-spacing: 2px;
    text-align: center;
    padding-bottom: 1%;
    /* border-bottom: solid 1px #ff831c; */
    margin-bottom: 3%;
    /* margin-top: 4%; */
    font-family: 'monse2';
}


.margsepright {
    margin-right: 10px;
}

.margsepleft {
    margin-left: 10px;
}


.calltoaction {
    /* font-family: 'monse2'; */
    text-transform: uppercase;
    /* background-color: #4baecc; */
    border-radius: 57px;
    /* color: #fff; */
    font-size: 20px;
    /* font-weight: bold; */
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    margin: 5px 0;
    cursor: pointer;
    border: none;
}

.subtitletext {
    font-family: 'monse2';
    text-align: center;
    /* padding-top: 3%; */
    margin-bottom: 2%;
    font-size: 20px;
    font-weight: bold;
    color: black;
}


.content img {
    max-width: 100%;
}

.iconcontact {
    background-color: #4baecc;
    padding: 16px;
    border-radius: 50px;
    width: 75px;
    margin: 3% 3%;
}


.footer {
    text-align: center;
    padding: 40px 0 0;
    /* color: white; */
}

.buttcall {
    background-color: #ea4e2a;
    color: black;
    font-weight: bold;
    font-size: 15px;
    padding: 5px 7px;
    border-radius: 9px;
    position: fixed;
    bottom: 65px;
    right: 3px;
    z-index: 9999;
    width: 111px;
    text-align: center;
    line-height: 18px;
}

.butchatwhatsapp {
    position: fixed;
    bottom: 34px;
    right: 3px;
    padding: 2px 32px 2px 5px;
    background-image: url(images/whatsapp_logo.webp);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center right;
    background-color: #1a9f0f;
    color: black;
    border-radius: 9px;
    text-decoration: none;
    font-size: 11px;
    line-height: 12px;
    z-index: 999;
    width: 111px;
}


.butshare {
    position: fixed;
    bottom: 3px;
    right: 3px;
    padding: 2px 32px 2px 7px;
    background-image: url(images/share.webp);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center right;
    background-color: #1a9f0f;
    color: black;
    border-radius: 9px;
    text-decoration: none;
    font-size: 11px;
    line-height: 12px;
    z-index: 999;
    width: 111px;
}

.contactinfo a {
    color: #002dff;
}

.headerdiv a {
    /* color: white; */
}


#popupprivacy {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #00000091;
}

#comparar{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0px;
    background-color: #00000091;
    overflow: auto;
}


.popupprivacywhite {
    background-color: #fff;
    /* vertical-align: middle; */
    margin-top: 1%;
    padding: 45px 20px;
    /* overflow: hidden auto; */
    color: black;
}

.popupprivacyblack {
    background-color: #fff;
    margin-top: 10%;
    padding: 20px;
}

.closepopupprivacy {
    float: right;
    font-size: 29px;
    padding: 10px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    padding: 2% 3% 0 0;
}

.hidepopuppolicies {
    display: none;
}

.showpopuppolicies {
    display: block;
}

form a {
    cursor: pointer;
    /* text-decoration: underline; */
    color: #000000;
}

.form  {
    
margin: inherit;
    
/* text-decoration: underline; */
}


.loadingform {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    z-index: 99999999;
    background-color: black8a;
    text-align: center;
    display: none;
}


.loadingshow {
    display: block;
}


.owlnext {
    height: 21px;
    width: 21px;
    border: 1px solid #fac42b;
    border-width: 6px 6px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: 50%;
    right: 9px;
    cursor: pointer;
    box-shadow: 3px -2px 2px rgb(0 0 0 / 0%);
    background-color: transparent;
}

.owlprev {
    height: 21px;
    width: 21px;
    border: 1px solid #fac42b;
    border-width: 0 0 6px 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 9px;
    bottom: 50%;
    cursor: pointer;
    box-shadow: -3px 2px 2px rgb(0 0 0 / 0%);
    background-color: transparent;
}

.owl-dots {
    text-align: center;
    width: 100%;
}

.owl-dot.active {
    background-color: #fac42b;
}

.owl-dot {
    background-color: #c9c9c9;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 10px;
    margin: 13px 7px;
}

.underpictitel {
    margin-top: 10px;
    font-weight: bold;
    font-family: 'monse2';
}

.underpictidescrip {
    margin-bottom: 15px;
}

/*------------------------------*/

.accordion {
    background-color: #00003e00;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 19px;
    font-family: 'monse2';
    transition: 0.4s;
  }
  


  .accordiondiv .active, .accordiondiv .accordion:hover {
    background-color: #06064f;
  }

 
  
  .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  

  
  .accordiondiv .active:after {
    content: "\2212";
  }
  

  .panel {
    color: white;
    padding: 0 18px;
    background-color: #00003e;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  
  

.owl-carousel .item {
        text-align: center;
    }
  
  
.btn-gray {
    color: #fff;
    background-color: #fac42b;
}  

.btn-gray:focus,
.btn-gray:hover {
	background-color: #123977;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	color: #fff;
	animation: pulse 0.5s ease-in-out;
}


.btn-orange {
    color: #fff;
    background-color: #f29900;
    display: inline-block;
}  

.btn-orange:focus ,
.btn-orange:hover {
	background-color: #f28500;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	color: #fff;
	animation: pulse 0.5s ease-in-out;
}

.btn-red {
    color: #fff;
    background-color: #ff0400;
}  

.btn-red:focus,
.btn-red:hover {
	background-color: #c30300;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	color: #fff;
}

.btn-blue{
    color: #fff;
    background-color: #0099ff00;
}  

.btn-bluedark:focus,
.btn-bluedark:hover {
	background-color: #213f6f;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	color: #fff;
}


.btn-bluedark{
    color: #fff;
    background-color: #305898;
}  

.btn-blue:focus,
.btn-blue:hover {
	background-color: #0d0d12;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	color: #fff;
}


.btn-blue.btn-bordered {
    background-color: transparent;
    border: 2px solid #1f1f72;
    color: #1f1f72;
}

.btn-green{
    color: #fff;
    background-color: #1a9f0f;
}  

.btn-green:focus,
.btn-green:hover {
	background-color: #1c8114;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	color: #fff;
}



a,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #aa8453;
}

a {
    color: #222;
}



h1 {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: initial;
    margin: 10px 0;
}


h2 {
    /* font-size: 1.85em; */
    /* text-align: left; */
    /* font-weight: 700; */
    color: #884509;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 8px;
    font-family: 'monse2';
}

h3 {
    font-size: 18px;
    text-align: center;
    /* margin: 15px 0; */
    font-family: 'monse';
    /* font-weight: 500; */
    line-height: initial;
    color: #656060;
    /* border-bottom: solid 1px black; */
    padding-bottom: 16px;
    /* letter-spacing: 1px; */
}

h4 {
    font-size: 24px;
    /* font-weight: 600; */
    font-family: 'monse2';
    text-align:center;
    color: #884509;
    letter-spacing: 1px;
    /* padding: 0 0 22px 0; */
    /* border-bottom: solid 1px #e3e3e3ad; */
}

h5 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}

h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

p {
    color: #727272;
    font-size: 18px;
    /* font-weight: 400; */
    /* font-family: monse4; */
    line-height: 24px;
    /* margin-bottom: 15px; */
    text-align: justify;
}


.grow:hover
{-webkit-transform: scale(1.05);-ms-transform: scale(1.05);transform: scale(1.05);/* box-shadow: 0 4px 10px rgb(0 0 0 / 16%); */}

.single-process-inner {
    /* padding: 15px 15px 0; */
    /* margin: 10px 0; */
    position: relative;
    border-bottom: 2px solid transparent;
    /* -webkit-transition: all 0.2s ease-in-out 0s; */
    transition: all 0.2s ease 0s;
    /* background-color: blackeb; */
    text-align: center;
    /* color: #002a97; */
    border-radius: 16px;
    }
	
.section-padding {
    padding: 3% 0;
}

.section-padding2 {
    padding: 1% 0;
    margin-bottom: 2%;
}

.section-padding3 {
   padding: 0 0;
}

 .about-img-wrapper {
   padding: 0 0;
   position: absolute;
    left: 0;
    top: 50%;
    width: 46%;
    transform: translateY(-50%);
}



/*----------------------------------------
13. PRICING SECTION
------------------------------------------*/

.single-price-table-inner {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    text-align: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 20px;
}

.pricing-head>h5 {
    font-family: monse3;
    letter-spacing: 1px;
    margin-bottom: 0;
    padding: 20px 0;
    text-transform: uppercase;
}

.pricing-value {
    background-color: #f1f1f1;
    padding: 10px 0 20px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    border-radius: 20px 20px 0 0;
}

.pricing-value>h1 {
    color: #1f1f72;
    /* display: inline-block; */
    font-size: 167%;
    font-family: 'monse2';
    /* line-height: 45px; */
    margin-bottom: 0;
    padding: 0 5px;
    position: relative;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.pricing-value sub {
    bottom: 6px;
    line-height: 1;
    position: initial;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.doller-sign {
    font-size: 18px;
    right: 100%;
}

.duration {
    color: #858585;
    font-size: 18px;
    font-weight: 500;
    left: 100%;
    text-align: left;
    /* text-transform: capitalize; */
}

.pricing-content {
    padding: 35px 17px;
}

.pricing-content>ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.pricing-content li {
    font-size: 17px;
    /* font-weight: 500; */
    margin-bottom: 6px;
    text-transform: inherit;
}

.pricing-content li:last-child {
    margin-bottom: 0;
}

.pricing-footer {
    /* border-top: 1px solid #f1f1f1; */
    padding: 0 0 40px 0;
}

.pricing-footer .btn {
    padding: 10px 30px;
}

.single-price-table-inner:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.10);
}

.single-price-table-inner:hover .pricing-value {
    background-color: #1f1f72;
}

.single-price-table-inner:hover .pricing-value h1,
.single-price-table-inner:hover .pricing-value sub {
    color: #fff;
}

.single-price-table-inner:hover .pricing-footer .btn {
    background-color: #1f1f72;
    color: #fff;
}
	

/*----------------------------------------
20. FOOTER
------------------------------------------*/

.single-footer-widget-inner>h4 {
    font-weight: 500;
    margin-bottom: 25px;
    text-align: justify;
}

.single-footer-widget-inner>p {
    margin-bottom: 30px;
    text-align: justify;
}

.address-widget li i,
.address-widget li span {
    display: table-cell;
    vertical-align: top;
}

.address-widget li i {
    font-size: 16px;
    padding-right: 15px;
    position: relative;
    top: 3px;
}

.address-widget li {
    font-weight: 500;
    margin-bottom: 15px;
}

.single-footer-widget-inner a {
    color: white;
}

.single-footer-widget-inner a:hover {
    color: #008cba;
}

.address-widget li:last-child {
    margin-bottom: 0;
}

.useful-links li {
    padding: 5px 0;
}

.useful-links li a {
    /* font-weight: 500; */
}

.useful-links li a:hover {
    margin-left: 3px;
}

#newsletter-form {
    position: relative;
}

#newsletter-form>input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: currentcolor currentcolor #e5e5e5;
    -o-border-image: none;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    height: 35px;
    padding: 5px 20px 5px 0;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 100%;
}

#newsletter-form>input:focus::-moz-placeholder {
    color: #000;
}

#newsletter-form>input:focus {
    border-color: #000;
    outline: none;
}

#newsletter-form>button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #008cba;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.footer-social-links {
    margin-bottom: 0;
    margin-top: 30px;
    text-align: justify;
}

.social-links a {
    color: white;
    font-size: 18px;
    padding: 0 3px;
}

.social-links a:hover {
    color: #008cba;
}

#footer-bottom {
        padding: 30px 0 0;
}

.copyright>p {
    margin: 0;
    font-size: 18px;
    /* color: white; */
}

.divcallto{
    margin: 15px 0 20px;
}


.inputform{
    width: 100%;
    margin-bottom: 4px;
    height: 32px;
    font-size: large;
}

.image_icon:hover {
     background-color: #060047;
}

.image_icon {
    background: #080058;
    /* width: 100%; */
    text-align: center;
    font-size: 51px;
    padding: 22px;
    margin: 13px 75px;
    border-radius: 78px;
    }
	
.image_icon2 {
    /* background: black; */
    /* width: 100%; */
    text-align: center;
    font-size: 51px;
    padding: 0 24px 30px;
    /* margin: 13px; */
    /* border-radius: 10px; */
    }
	
	

.single-process-inner2:hover {
    background-color: rgb(255 255 255);
    background: linear-gradient(360deg,  #000ea700,  #cbe5ffd1);
    border-color: #ff5a1c;
    transform: translate3d(0, -7px, 0) !important;
    /* color: #ff5a1c; */
    /* box-shadow: 0 4px 10px rgb(0 0 0 / 23%); */
}


.single-process-inner2 {
    padding: 5px 15px 9px;
    margin: 10px;
    position: relative;
    /* border-bottom: 2px solid #0099ff40; */
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease 0s;
    /* background-color: blackeb; */
    /* text-align: justify; */
    /* color: #ff5722; */
    border-radius: 27px 27px;
    /* background: #cdf0ff6b; */
    /* box-shadow: 0 4px 10px rgb(0 0 0 / 23%); */
    background: linear-gradient(180deg, #eee8df,  #13008600);
    }	

.single-process-inner3:hover {
    /* background-color: rgb(0 52 161); */
    background: linear-gradient(360deg, #000ea700,  #150093b5);
    border-color: #ff5a1c;
    transform: translate3d(0, -7px, 0) !important;
    color: #ff5a1c;
    /* box-shadow: 0 4px 10px rgb(0 0 0 / 23%); */
}

.single-process-inner3 {
    padding: 5px 15px 9px;
    margin: 10px;
    position: relative;
    /* border-bottom: 2px solid #0099ff40; */
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease 0s;
    /* background-color: blackeb; */
    /* text-align: justify; */
    color: white;
    border-radius: 27px 27px;
    /* background: #003cff4f; */
    background: linear-gradient(180deg, #13008654,  #13008600);
    }	
	
.icon-circle {
        width: 110px;
        color: white;
        height: 110px;
        background-color: #D9B171;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        border: solid 4px #ffffff;
        box-shadow: 0 2px 5px #b7d7e994;
      }

.center {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 21vh;
      }	
	

.flex-container3 {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: center;
  align-items: center;
  margin: 19px 22px 0;
  flex-direction: row;
  }

.flex-container3 > div {
  /* background-color: white; */
  width: inherit;
  margin: inherit;
}

.textoverin{
  line-height: initial;
}

	
  /*------------------------------*/

  .panel p {
    text-align: left;
    /* text-align: justify; */
}


/*----------------------cmparativa-------*/


.container_tariff {
    width: 39%;
    display: inline-block;
    vertical-align: top;
}

.container_plan {
    width: 19%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0px 1px;
}

.first_column {
    width: 39%;
    display: inline-block;
    vertical-align: top;
}

.second_column {
    width: 19%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0px 1px;
}

.third_column {
    width: 19%;
    height: 3%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0px 1px;
    background-color: #469ec847;
}

.avanza {
    background-color: #469ec847;

}

.fourth_column {
    width: 19%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0px 1px;
}

.container-subtitle {
    margin-top: 20px;
    color: #329ccc;
}

.table a {
    color: #464646;
    font-weight: 100;
}

.jackdaw:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #22c800;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(
-45deg
);
    transform: rotate(
-45deg
);
}


.line_pseudo:after {
    position: relative;
    content: "";
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #919394;
}

.border {
    border-bottom: 1px solid #e9eced;
}


.recomenda {
    color: #ea504f;
    font-weight: bold;
}

a.comparabo {
    background-color: #e90505;
    color: #fff;
    padding: 7px 10px;
    margin-top: 10px;
    border-radius: 19px;
}

a.comparabo2 {
    background-color: #1b3446;
    color: #fff;
    padding: 7px 10px;
    margin-top: 10px;
    border-radius: 19px;
}


/*----------------------------------------
32. CARRUSEL INTEGRACION
------------------------------------------*/


  

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}
.slider {
  /* background: white; */
  /* box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125); */
  height: 150px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 95%;
}
.slider::before, .slider::after {
  background: linear-gradient(90deg, #329ccc 0%  , #ffffff00 20%);
  content: "";
  height: 150px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 50px;
  width: 250px;
}

.slide img{
  
}

div#contact-section-logo {
    padding-bottom: 0px;
}


.slider2 {
    height: 90px;
    /* width: 2000px; */
    
    /* background-size: 69% 100%; */
    animation: slider 30s infinite linear;
    animation-direction: reverse;
}


#slider {
    height: 150px;
    background: repeat-x;
    /* width: 2000px; */
    background-image:url(images/img.png);
    /* background-size: 69% 100%; */
    animation: slider 30s infinite linear;
    animation-direction: reverse;
}

@keyframes slider {
   to {
        background-position: 2000px;
    } 
}

.tiitem {
        font-size: 20px;
        margin-bottom: 10px;
        /* font-weight: 600; */
        font-family: 'monse2';
        /* margin-top: 25px; */
        /* color: #1b3446; */
        /* line-height: 25px; */
    }
	
.box1 {
        text-align: center;
        color: #fff;
        background-color: #CA9868;
        /* display: inline-block; */
        font-size: 25px;
        font-family: 'monse2';
        border-radius: 20px;
        margin-bottom: 20px;
    }

.box2 {
        text-align: center;
        color: #fff;
        background-color: #D9B171;
        /* display: inline-block; */
        font-size: 155%;
        font-family: 'monse2';
        border-radius: 20px;
        margin: 20px 0;
        padding: 13px;
        line-height: 32px;
    }

	
/*------------------------------*/



@media only screen and (max-width: 767px) {

    .meddiv9, .meddiv8, .meddiv7, .meddiv6, .meddiv5, .meddiv4, .meddiv3, .meddiv2, .meddiv1 {
        width: 100%;
        /* text-align: center; */
        /* margin: 0 0 25px 0; */
    }    
    body {
        margin: 0px;
      }    
}

}
