
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:700&display=swap'); 
@import url('https://fonts.googleapis.com/css?family=Blinker&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400italic');
/* For mobile phones: */
* {
  box-sizing: border-box;
}
[class*="col-"] {
  width: 100%; margin:0 auto;
}
html {
  scroll-behavior: smooth;
}
video[POSTER]{
	width:100%;
}



ul.latestupdates { list-style:none; margin:0px; padding: 5px;
} 
ul.latestupdates li p{ color:#35439b; border-bottom:1px solid #ededed; padding: 5px; }
ul.latestupdates li a{ text-decoration: none;} ul.latestupdates li a:hover{ text-decoration: underline;}

.section-column p.scope{ padding:5px 10px; background:#009; color:#fff; margin:0; vertical-align:bottom; vertical-align:text-bottom;
border-top-left-radius:5px; border-top-right-radius:5px; font-size:14px; }
.section-column p.scope span{ float:right; color:#009; background:#fff; padding:0px 10px; border-radius:50%; margin:0px 5px 0 0; position:relative; font-size:12px; }
.section-column {
    width: 23.5%; float:left;
    display: block;
    margin:10px 5px; 
  } 


.section-row {margin: 0 -5px; } 

.section-row a{ text-decoration:none;}
.section-card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding:0; 
  background-color:#fff;border:1px solid #009; border-radius:5px;
  color: #009; min-height:150px; text-align:center;
}  

.section-card:hover{ background:#fff; border:1px solid #009; color:#009;}

.section-card h3{ margin:20px 5px 20px 5px; color:#333;   }
.section-card img{ width:120px; margin:0;}






body{ padding:0; margin:0; font-family: 'Roboto', sans-serif; font-size:14px; background: #fff;}

ol.scope li{ font-size:18px; line-height:34px;  padding:0px 10px;}

table.reg-table{ border:1px solid #333; border-collapse:collapse;}
table.reg-table td{ padding:5px 10px; font-size:16px; border:1px solid #333;}

.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 30px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px; overflow:hidden; 
}
.gallery_product img{ width:100%; overflow:hidden; height:auto; max-height:280px;}


.margin2{ margin:10px; border-radius:5px; border:1px solid #ccc;}

ol.scope2 { margin:0; padding:0px 10px;}
ol.scope2 li{ font-size:14px; padding:5px;}
ol.scope2 li a{ text-decoration:none; color:#000;} 
ol.scope2 li a:hover{ text-decoration:underline; color:#000;} 
  
  header{ z-index:9999; background:#fff;}
  
  .top-head{ display:block;} 
  
  
  .bottom-head{ background:#fff; margin:0; padding:0; border-bottom:1px solid #ededed; }
  .bottom-head .logo{ float:left; padding:0px;} .logo h1{ font-size:20px;}
  .bottom-head .logo img{ width:75px; margin:4px 5px 0 5px; position:absolute; z-index:999; }
  .logo a{ color:#35439b; text-decoration:none;}
  
  .navigation{z-index:999;}
  .nav-1{display:none;}
   

.res-nav{ display:block; float:right; padding:20px; cursor:pointer; z-index:999;}

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 999; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
} 

.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}

.sidenav ul{ margin:0; padding:0; list-style:none;}
.sidenav ul li{ text-align:left;}
#toggle-menu{ display:none;}


/* The overlay effect with black background */
.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 135439b;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9); /* Black with a little bit see-through */
}

/* The content */
.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

/* Close button */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

/* Style the search field */
.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

/* Style the submit button */
.overlay button {
  float: left;
  width: 15%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #bbb;
}




.sticky {
  position: fixed;
  top: 0;
  width: 100%; z-index:99999; 
}
 
.sticky + .sliderdiv {
  padding-top:102px;
}




.sliderdiv{ background:#35439b; max-height:450px;  z-index:99; overflow:hidden; margin:0; padding:0;} 
.ovelay-top img{ width:100%; height:100%;}
.ovelay-top{ max-height:250px;text-align:center;} .text-overlay-top h1{ font-size:20px; line-height:30px;text-shadow: 2px 2px 4px #35439b35439b;}

.ovelay-top-blog-detail{ height:250px; height:auto; text-align:center; }
.ovelay-top-blog-detail img{ width:100%; height:100%;} 
.text-overlay-top-detail{position: absolute; top: 20%; left: 20%; transform: translate(-10%, -10%); text-align:center; background:url(../images/bg2.png) repeat-x; }
.text-overlay-top-detail h1{font-size:18px; line-height:25px; color:#fff;text-shadow: 2px 2px 4px #35439b;}

.text-overlay-top{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align:center;}
.text-overlay-top h1,.text-overlay-top p{ color:#fff; line-height:18px;}

.text-overlay-top p.overlaytopbtn{ margin:0px; line-height:35px; }
.text-overlay-top p.overlaytopbtn a{ padding:8px; font-size:12px; background:#f22d00; color:#fff; text-decoration:none; font-weight:600; }

.video{ position:absolute; opacity:1;  }
 
.clearfix{display:block;clear:both;float:none;} 

.video-back{display:block;padding:30px 0px 0px 0px;text-align:center; height:100%; background:url(../images/bg2.png) repeat-x;}
.video-back h1{display:block;text-align:center;color:#fff;text-shadow:2px 2px 4px #000;font-size:40px; padding:0px; margin:10px 0 10px 0;}
.video-back p{display:block;color:#fff;text-shadow:2px 2px 1px #000; font-size:16px;margin:0px;padding:0 10px;margin-bottom:10px;}
 

.videobackdiv{ overflow:hidden; min-height:10px; height:auto;}
.videobackdiv a{ text-decoration:none;}
.videoleftdiv{ float:left;  }
.videobtn{ margin:10px auto; min-height:20px; height:auto; border:2px solid #f22d00; text-transform:uppercase; cursor:pointer;}
.filled{ background:#f22d00; color:#fff; padding:15px;  font-size:20px; font-weight:bold;}
.unfilled{  color:#f22d00; padding:15px; font-size:20px; font-weight:bold;}
.unfilled:hover{  background:#f22d00; color:#fff; }

.subscriberdiv,advertisediv{ min-height:20px; height:auto; overflow:hidden; display:block;}
.sub1{ float:left; text-align:center;}
.sub1 h2{ padding:20px;}
.sub1 a{ text-decoration:none; margin:20px;}

.subscriberdiv .filled{ margin:5px auto;}

.advdiv{ min-height:20px; height:auto; float:left;}
.advdiv img{ width:100%; margin:0; padding:0; display:block;}
.aboutdiv{ min-height:200px; height:auto; overflow:hidden; margin:0 auto; background:#f0f0f0;}
.aboutdiv2{ min-height:20px; height:auto; overflow:hidden; margin:0 auto; background:#fff;}
.subform{min-height:20px; height:auto; overflow:hidden; margin:0 auto; background:#E3E3E3;}

.abtimg{ float:left; min-height:10px; height:auto; margin:40px 0 0 0;} .abtimg img{ display:block; width:90%; margin:0 auto;}
.abtcontent{ float:left; min-height:10px; height:auto; padding:20px;  }

.abtcontent h2{ margin:20px 0 0 0; font-size:28px;}
.abtcontent p{ font-size:18px; line-height:26px; text-align:justify; padding:0px;}

.abtcontent-2{ float:none; min-height:10px; font-size:18px; line-height:30px; height:auto; padding:20px; margin:0 auto;  }
.abtcontent-2 p{ font-size:18px; line-height:30px; text-align:justify;}
.abtcontent-2 p.author-2{ margin:0; line-height:10px; font-size:16px;}
.abtcontent-2 p.pleft{ text-align:left;}
.col-detial{min-height:100px; height:auto; overflow:hidden;}
.col-half{ width:45%; float:left; padding:5px;}

.contentdiv-2 h2.head2{ font-size:20px; line-height:24px;} 
.abtcontent .unfilled{ border:2px solid #f22d00; text-align:center; float:left;}



.divcenter{ margin:0 auto; overflow:hidden; padding:10px;}




.subform-2{ float:left; padding:20px;} .subform-2 h2{ font-size:26px;}
.subform-2 ul li{ font-size:16px; line-height:28px;}
.subform-2 p{ font-size:16px; line-height:22px;}
.subform-2 p a{ text-decoration:none; color:#35439b;}
.subform-2 p a:hover{ color:#f22d00; text-decoration:underline;}

.whitebg{ background:#fff;}

.subform-2 input,.subform-2 textarea{font-family: 'Roboto', sans-serif; width:98%; margin:5px 10px; padding:15px; background:#ccc; border:1px solid #ccc;}
.subform-2 input.subform-btn{background:#f22d00; color:#fff; padding:15px;  font-size:20px; font-weight:bold;border:1px solid #f22d00; cursor:pointer;}

.listeningdiv { background:url(../images/bg2.jpg) no-repeat; min-height:1020px; height:auto; display:block;background-size: 100% 100%; padding:30px 0;}
.listen{ float:left; min-height:100px; height:auto;}
.listendiv{ width:80%; min-height:50px; height:auto; float:none; margin:0 auto;}
.listendiv img{ width:100%; margin:0 auto; margin:20px 0; text-align:center;}
.listendiv p{ text-align:center; color:#fff; font-size:18px; line-height:28px; margin:20px 0; padding:0;}
p.aleft{ text-align:left; padding:20px 0 0 0;}
.listendiv .filled{text-align:center; float:left;}
.leaderdiv{ background:#35439b; min-height:150px; height:auto; margin:0; padding:10px 0; display:block;}
.leaders{ margin:0px auto; border:1px solid #35439b; text-align:center; display:block; } 
.leaders h2{ color:#fff; font-size:20px;}
.leaders img{ width:100%;}

.contentdiv-head{ text-align:center;}
.contentdiv-1 h2{ color:#35439b;font-size:20px;}
.contentdiv-content{ min-height:150px; height:auto; overflow:hidden;}
.contentdiv-2{ float:none;position: relative; min-height:250px; height:auto; overflow:hidden; border:1px solid #ededed; }

.contentdiv-2-video{ float:none;position: relative; min-height:230px; height:auto; overflow:hidden; border:1px solid #ccc; background:#ededed; vertical-align:top; }

.contentdiv-2{ height:250px;}
.contentdiv-2 img{width:100%; height:100%;vertical-align: middle;}
.contentdiv-2 .content-2 {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.7); /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 100%;
  min-height:50px;
  height:auto;
  padding:5px; z-index:99; text-align:center;
}
.contentdiv-2 .content-2:hover { 
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.4 opacity */ 
}

span.youtube-link{ cursor:pointer;} 




.contentdiv-2-video-detail{ padding:5px 20px;}
.contentdiv-2-video p{font-size:14px; line-height:20px;}
.contentdiv-2-video p a{ padding:0px; text-decoration:none; color:#333; text-align:justify; }
.contentdiv-2-video p a:hover{ text-decoration:underline; color:#0C3;}

.divreadmore{ overflow:hidden;padding:5px; margin:5px 0;}
.readmorediv{ float:left; min-height:10px; height:auto; margin:2px 0; }


 

.highlightdiv{ width:100%; min-height:100px; height:auto; overflow:hidden; background:#ededed;}
.highlightimg{ width:100%; float:none; min-height:20px; height:auto;}
.highlightcontent{width:100%; float:none; min-height:20px; height:auto; padding:25px;}
.highlightcontent h3{ font-size:24px; text-align:left; margin:0; text-transform:uppercase;}
.highlightcontent ul{ text-align:left; margin:5px; padding:0;}
.highlightcontent ul li{ text-align:left;font-size:16px; margin:5px 0;} .highlightcontent ul li p{ text-align:left; font-size:16px; text-align:justify; line-height:16px;}

img.articleimgleft{ float:none; width:100%;}
span.acat{ color:#fff; text-align:center; margin:0 auto;} span.acat a{ color:#fff; text-decoration:none; font-size:12px;} span.acat a:hover{ color:#fff; text-decoration:underline;}
span.acat ol{ list-style:none; display:table; margin:0 auto; padding:0;} span.acat ol li{ float:left; min-width:30px;}

.content-2 p{ margin:0; padding:0;}
.content-2 a{ text-decoration:none; color:#fff;}
p.blogtitle{ font-weight:bold; font-size:16px; line-height:22px; margin:10px 10px 20px 10px;}
a.readmorebtn{ border:2px solid #fff; padding:5px 8px; margin:3px; color:#fff; text-decoration:none; font-size:14px;}
a.readmorebtn:hover{ background:#fff;color:#35439b;}
.content-2 i.fab{ top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); position:absolute; font-size:40px; cursor:pointer;}
.content-2 i.fab:hover{ font-size:60px;}




blockquote{
  font-size: 1.1em;
  width:100%;
  margin:10px auto; 
  font-style:italic;
  color: #555555;
  padding:1.2em 20px 1.2em 75px;
  border-left:8px solid #78C0A8 ;
  line-height:1.3em;
  position: relative;
  background:#EDEDED;
}

blockquote::before{ 
  content: "\201C";
  color:#78C0A8;
  font-size:4em;
  position: absolute;
  left:20px;
  top:30px;
}

blockquote::after{
  content: '';
}

blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}







.footsocialdiv{ background:url(../images/bg3.jpg) no-repeat #35439b; background-size:100% 100%; min-height:120px; height:auto;display:block; position:relative; border:1px solid #35439b; text-align:center; overflow:hidden;}
.social-1{ text-align:center; float:left; margin:20px 0; }

.socialicon .fab{ color:#35439b; background:#fff; font-size:30px; padding:25px; border-radius:50%; width:80px; height:80px;}
.socialicon .fa-facebook-f:hover{ background:#039; color:#fff;}
.socialicon .fa-youtube:hover{ background:#ff35439b0; color:#fff;}
.socialicon .fa-twitter:hover{ background:#09F; color:#fff;}
.socialicon .fa-instagram:hover{ background:#036; color:#fff;}
.socialicon .fa-linkedin-in:hover{ background:#069; color:#fff;}
.socialicon .fa-snapchat-ghost:hover{ background:#FF3; color:#fff;}
.social-1 p{ color:#fff; padding:10px 30px 0 30px; font-size:18px; line-height:28px; font-weight:700;}
.footsocial h2{ color:#fff; text-align:center; font-size:30px;}

.footerdiv{ background:#000; min-height:10px; height:auto; overflow:hidden;}
.foot{ width:45%; float:left; margin:20px auto;   text-align: center;}
.foot-1{ min-height:10px; height:auto; text-align:center;}
.foot-1 p{ margin:15px auto; font-size:14px; line-height:20px; text-align: center;}
.foot-1 p,.foot-1 a{ color:#fff; text-decoration:none; text-align:center;}
.foot-1 ul{ margin:0; padding:0; list-style:none;} .foot-1 ul li{ padding:5px; text-align:center}
.foot-1 a:hover{ color:#f22d00;}
.foot-1 img{ width:80%; margin:0 auto;}
.footerdiv p{ color:#fff; text-align:center;} .footerdiv p a{ color:#fff; } #contactfoot{ background:#35439b;;}

.footerdiv ul.implink1{ list-style:none; margin:0; padding:0 20px;}
.footerdiv ul.implink1 li{ padding:5px 10px; margin:0; float:left;}
.footerdiv ul.implink1 li a{ color:#fff; text-decoration:none;}
.footerdiv ul.implink1 li a:hover{ color:#0C3; text-decoration:underlink;}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
}
#myBtn:hover {
  background:#fff; color:#35439b;
}
i.fa-arrow-alt-circle-up{ font-size:20px;}
i.fa-arrow-right{ font-size:10px; padding:3px 2px;}





.icon-bar {
  position: fixed;
  bottom: 0; 
  z-index:1100;
  display:block;
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 14px;
  transition: all 0.3s ease;
  color: white;
  font-size: 18px; float:left;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #35439b;
}

.facebook,.instagram {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.whatsapp {
  background: #25d366 ;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb35439b0;
  color: white;
}
@media only screen and (min-width: 768px) {
	/* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
  
  .bottom-head .logo img{ width:110px; margin:8px 5px 0 5px;}
  
  .top-head{ float:left; min-height:30px; height:auto; overflow:hidden; background:#35439b; display:block;font-family: 'Blinker', sans-serif;}
  .top-head-left{ float:left;}
  .top-head-left ul{ list-style:none; padding:0px; margin:0;}
  .top-head-left ul li{ float:left; margin:10px;}
  .top-head-left ul li a{ color:#ccc; text-decoration:none; font-size:16px;}
  .top-head-left ul li a:hover{ color:#666; text-decoration:none;}
  
  
  .top-head-right{ float:right;}
  .top-head-right ul{ list-style:none; padding:0px; margin:0;}
  .top-head-right ul li{ float:left; margin:6px 5px; padding:0;}
  .top-head-right ul li a{ color:#ccc; text-decoration:none; }
  .top-head-right ul li a i{ font-size:24px;}
  .top-head-right ul li a i:hover{ color:#fff;}
  
  
  .bottom-head{ background:#fff;margin:0; padding:0; border-top:5px solid #35439b;font-family: 'Blinker', sans-serif;}
  
  .navigation{ float:right; padding:0px;  display:block;position: relative;  }
  .nav-1{ display:block;}
  .navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;  
}
.navigation ul li {
  display: block;
  position: relative;
  float: left;
  background: #fff;
} 
.navigation li ul { display: none; }
.navigation ul li a {
  display: block;
  padding:32px 20px;
  text-decoration: none;
  white-space: nowrap;
  color: #35439b;
  font-weight:900;
  text-transform:uppercase;
  font-family: 'Blinker', sans-serif;
  font-size:18px; 
}
 

.navigation ul li:hover { background: #35439b; color:#fff; }
.navigation ul li a:hover { background: #35439b; color:#fff; }
.navigation li:hover > ul {
  display: block;
  position: absolute;
  border-top:2px solid #35439b; min-width:250px;
}
.navigation li:hover li { float: none; }
.navigation li:hover a { background: #35439b; color:#fff;  }
.navigation li:hover li a:hover {   }
.navigation .nav-1 li ul li { border-top: 0; }
.navigation .nav-1 li ul li a{ padding:10px; font-size:16px; font-weight:500;}
.navigation ul ul ul {
  left: 100%;
  top: 0;
}
.navigation ul:before,
.navigation ul:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.navigation ul:after { clear: both; }
.navigation .fa-search{ padding:36px 8px; cursor:pointer;}  
  

.res-nav{ display:none;}

.sliderdiv{height:400px;}

.ovelay-top{ max-height:300px;text-align:center;}
.text-overlay-top h1{ font-size:30px; line-height:40px; text-shadow: 2px 2px 4px #35439b35439b;} 
.ovelay-top-blog-detail{ max-height:400px;text-align:center;background:url(../images/bg2.png) repeat-x;}
.text-overlay-top-detail{ padding:10px;position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align:center;}

.ovelay-top-blog-detail h1{font-size:35px; line-height:45px;}
 
.text-overlay-top p.overlaytopbtn a{ padding:12px; font-size:14px; }

.video-back h1{display:block;text-align:center;color:#fff;text-shadow:2px 2px 4px #000;font-size:50px;}
.video-back p{display:block;color:#fff;text-shadow:2px 2px 1px #000; font-size:20px;margin:0px;padding:0px;margin-bottom:10px;}
 
.listeningdiv {min-height:420px; height:auto;}
.leaders h2{ color:#fff; font-size:30px;}
.contentdiv-1 h2{ color:#35439b;font-size:30px;}
i.fa-arrow-alt-circle-up{ font-size:40px;}
.foot-1{ margin:0 auto;}
.foot-1 p,.foot-1 a{ color:#fff; font-size:14px; text-decoration:none; text-align:center; line-height:20px;}
.foot-1 ul li{ padding:5px; text-align:left}

.foot-1 img{ width:100%;}


.icon-bar {
  position: fixed;
  top: 50%;
  left:0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:1100;
}
.icon-bar a {
  display: block;
  text-align: center;
  padding: 14px;
  transition: all 0.3s ease;
  color: white;
  font-size: 18px; float:none;
}

.highlightimg{ width:40%; float:left;}
.highlightcontent{width:60%; float:left;} 
.highlightcontent ul li{ margin:10px 0;} .highlightcontent ul li p{ text-align:justify;}

.icon-bar1 {
  position: relative; text-align:center; margin:0 auto; 
}
.icon-bar1 span{ float:left; margin:10px; font-size:18px; font-weight:600;}
.icon-bar1 a {
  display: block;
  text-align: center;
  padding: 14px;
  transition: all 0.3s ease;
  color: white;
  font-size: 18px; float:left;
}

.icon-bar a.whatsapp,.icon-bar1 a.whatsapp {
	display:none;
}
.contentdiv-2{ float:left;position: relative; height:230px; overflow:hidden; border:1px solid #ededed; }
.contentdiv-2-video{ float:left;position: relative; min-height:230px; height:auto; overflow:hidden; border:1px solid #ededed; }
}

@media only screen and (min-width: 1025px) {
  
 
  .video-back h1{display:block;text-align:center;color:#fff;text-shadow:2px 2px 4px #000;font-size:65px;}
  
  .logo{ float:left; padding:0 10px; } .logo h1{ font-size:30px;}
  
  .bottom-head .logo img{ width:150px; margin:5px 5px 0 5px;}
  
   
.navigation ul li a {
  display: block;
  padding:50px 15px;
  text-decoration: none;
  white-space: nowrap;
  color: #35439b;
  font-weight:900;
  text-transform:uppercase;
  font-family: 'Blinker', sans-serif;
  font-size:18px; 
}
  
.navigation ul:after { clear: both; }
.navigation .fa-search{ padding:36px 10px; cursor:pointer;} 
.res-nav{ display:none;}  



}

table.sestable{ width:95%; border:1px solid #ccc; border-collapse: collapse; margin: 20px 0;}
table.sestable tr td{  border:1px solid #ccc; border-collapse: collapse; padding: 10px;}

