@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    font-family: sans-serif;
  }
}

@media only screen and (min-width: 768px) {
.main-header-container{
  min-height: 150px;
  margin-top: 50px;
}
.news-slider-side-column{
  height: 100%;
}
.news-slider-side-column-header{
  color: #000;
  font-size: 30px;
  font-weight: 900;
  padding: 50px 25px 0 25px;
}
.news-slider-side-column-text{
  color: #F9AD1B;
  font-size: 60px;
  font-weight: 900;
  padding: 0px 25px 5px 25px;
}
.publish-column{
  min-height: 300px;
  height: 100%;
  background-color: #F9AD1B;
  border: none;
  border-radius: 0 0 25px 0;
}
.login-column{
  min-height: 300px;
  height: 100%;
  background-color: #FCCD72;
  border: none;
  border-radius: 0 0 0 25px;
  padding: 35px 25px 0 25px;
}
.left-column {
  padding-right: 0px;
}
.right-column {
  padding-left: 0px;
}
.main-footer-container{
  padding: 50px 75px;
  font-size:12px;
}
.footer-left-aligned{
  text-align: left;
}
.footer-right-aligned{
  text-align: right;
}
.copyright-footer-container{
  background-color: #B5802C;
  border-radius: 0 0 25px 25px;
  padding: 25px 75px;
}
.copyright-footer-container span{
  font-size: 13px;
  font-weight: 700;
}
.content-column{
  height: 100%;
}
.accent-column{
  min-height: 300px;
  height: 100%;
}
.alternate-column{
  min-height: 300px;
  height: 100%;
}
}

body {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight:300;
  font-size: 16px;
  color: #000000;
  background-color: #5FC6CB;
  background-image: url("/themes/cdt/assets/images/site/background.png");
  background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  /* background-size: cover; */
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
strong{
	font-weight: 700;
}
button:focus {outline:0;}
a, a:hover, a:focus, a:visited{
  text-decoration: none;
}
textarea:focus, input:focus{
  outline: none;
}
input:focus {outline:none !important;}
textarea:focus {outline:none !important;}
*:focus {
  outline: none;
}
strong{

}
h1{
  font-size: 28px;
  font-weight: 500;
  color: #F9AD1B;
  margin-bottom: 20px;
}
h2{
  font-size: 18px;
  font-weight: 500;
  color: #F9AD1B;
}
h3{
  font-size: 12px;
  font-weight: 600;
  color: #000000;
  padding: 5px 0;
}
h4{
  font-size: 25px;
  color: #000000;
  margin-bottom: 10px;
}
h5{
  font-size: 14px;
  font-weight: 700;
  color: #F9AD1B;
  padding: 5px 0;
}
h6{
  font-size: 12px;
  font-weight: 700;
  color: #F9AD1B;
  padding: 0;
  margin:0;
}

.main-header-container{
  position: relative;
  margin-top: 15px;
  padding: 25px 25px 10px 25px; 
  background-color: #ffffff;
  border: none;
  border-radius: 25px 25px 0 0;
  box-shadow: 0 7px 15px -5px #0b0b0b;
  z-index: 99;
}
.main-logo-column img{
  /* padding: 25px; */
  max-width: 150px;
}
.menu-row{
  padding: 20px 0 0 0;
  bottom: 0;
  font-size: 0;
}
.main-menu{
  
}
.main-menu ul{
  text-align: justify;
  margin: 0px;
  padding: 0 10px
}
.main-menu ul:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.main-menu ul:before {
  content: '';
  display: block;
}
.main-menu ul li{
  display: inline-block;
  margin-right: -.25em;
  padding: .75em 1.5em;
  position: relative;
}
.main-menu-btn{
  padding: 10px;
  background-color: transparent !important;
  border: none;
  color: #000000;
  font-weight: 400;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.main-menu-btn:hover{
  background-color: #F9AD1B !important;
  color: #ffffff;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.search-column{
  margin-top: 10px;
}
.search-column input{
  padding: .15rem .75rem;
  border-radius: 20px;
  border-left: 1px solid #F9AD1B;
  border-top: 1px solid #F9AD1B;
  border-bottom: 1px solid #F9AD1B;
  border-right: none;
}
.search-column button{
  border-radius: 20px;
  border-right: 1px solid #F9AD1B;
  border-top: 1px solid #F9AD1B;
  border-bottom: 1px solid #F9AD1B;
  border-left: none;
  color: #F9AD1B;
}
.search-column button:hover{
  background-color: #F9AD1B;
  border-right: 1px solid #F9AD1B;
  border-top: 1px solid #F9AD1B;
  border-bottom: 1px solid #F9AD1B;
  color: #ffffff;
}
.search-column input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 10px;
  color: #F9AD1B;
}
.search-column input::-moz-placeholder { /* Firefox 19+ */
  font-size: 10px;
  color: #F9AD1B;
}
.search-column input:-ms-input-placeholder { /* IE 10+ */
  font-size: 10px;
  color: #F9AD1B;
}
.search-column input:-moz-placeholder { /* Firefox 18- */
  font-size: 10px;
  color: #F9AD1B;
}
.social-media-btn{
  color: #000;
  font-size: 13px;
  font-weight: 900;
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.social-media-btn:hover{
  color: #f15a29;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.social-media-btn i {
  color: #F9AD1B;
}
.news-slider{

}
.news-slider-side-column{
  background-color: #e6e6e6;
  min-height: 75px;
}
.news-slider-side-column-header{
  color: #000;
  font-size: 20px;
  font-weight: 900;
  padding: 50px 25px 0 25px;
}
.news-slider-side-column-text{
  color: #F9AD1B;
  font-size: 30px;
  font-weight: 900;
  padding: 0px 25px 5px 25px;
}
.news-slider-side-column-button{
  text-align: right;
  padding: 60px 25px 5px 25px;
}
.column-base{
  background-color: #FFFFFF;
  min-height: 300px;
}
.publish-column{
  background-color: #F9AD1B;
  border: none;
}
.login-column{
  min-height: 300px;
  background-color: #FCCD72;
  border: none;
  padding: 35px 25px 0 25px;
  border-radius: 0 0 25px 25px;
}
.hotels-column{
  min-height: 300px;
}
.gallery-column{
  padding-left: 10% !important;
  padding-right: 10% !important;
  min-height: 300px;
  background-color: #F9AD1B;
  border: none;
  border-radius: 25px 25px 0 0;
}
.main-footer-container{
  background-color: #FCCD72;
  padding: 10px 25px;
  font-size: 10px;
}
.copyright-footer-container{
  background-color: #B5802C;
  border-radius: 0 0 25px 25px;
  padding: 5px 15px;
}
.copyright-footer-container span{
  color: #FFFFFF;
  font-size: 10px;
}
.right-aligned{
  text-align: right;
}
.center-aligned{
  text-align: center;
}
.footer-left-aligned{
  text-align: center;
}
.footer-right-aligned{
  text-align: center;
}
.footer-text{
  color: #000000;
  font-weight: 400;
  font-size:13px;
}
.footer-logo{
  height: 80px;
}
.footer-column{
  padding: 10px 15px;
}
.alternate-column{
  min-height: 250px;
  background-color: #C1C1C1;
  border: none;
}
.accent-column{
  min-height: 360px;
  background-color: #F9AD1B;
  border: none;
}
.content-column{
  min-height: 300px;
  background-color: #FFFFFF;
  border: none;
}
.column-content{
  padding: 40px;
}
.video-content{
  
}
.link-content{
  padding: 1px;
  padding-top: 20px;
}
.link-content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
} 
.link-content ul li{
  text-decoration: none;
  padding: 14px;
  border-bottom: 1px #fafafa solid;
}
.link-content ul li a{
  color: #000000;
  font-size: 14px;
  font-weight: 700;
}
.link-content ul li a:hover{
  background-color: #000000 !important;
  color: #ffffff;
}
.link-content ul li a.group{
  color: #000000;
  font-size: 18px;
  font-weight: 700;
}
.link-content .lesson-number{
  font-size: 14px;
}
.link-content .lesson-group-number{
  font-size: 18px;
}
.link-content ul li a.active{
  color: #ffffff !important;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.accent-column .column-content ul li {
  color: #000000;
  font-size: 16px;
}
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.home-part{
  padding: 5%;
}
.home-part .part-heading{
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.home-part .part-text{
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.home-part .part-content{
  padding: 25px 0;
  text-align: center;
}
.home-part .part-content h3{
  padding: 20px;
}
.home-part .part-button{
  text-align: center;
}
.operation-btn{
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  padding: 15px;
  margin: 15px 0;
  border: none;
  font-weight: 600;
  font-size: 15px;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.accent-btn{
  text-decoration: none;
  padding: 15px;
  border: none;
  font-weight: 600;
  font-size: 15px;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.accent-operation-btn{
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 15px;
  margin: 15px 0;
  border: none;
  font-weight: 600;
  font-size: 15px;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.accent-image {
  padding-top: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.light-btn{
  color: #000000;
  background-color: #FFFFFF !important;
}
.light-btn:hover{
  background-color: #000000 !important;
  color: #ffffff;
}
.dark-btn{
  color: #FFFFFF;
  background-color: #F9AD1B !important;
}
.dark-btn:hover{
  background-color: #000000 !important;
  color: #ffffff;
}
.action-btn{
  color: #FFFFFF;
  background-color: #F9AD1B !important;
}
.action-btn:hover{
  background-color: #000000 !important;
  color: #ffffff;
}
.disabled-btn{
  color: #FFFFFF;
  background-color: #F9AD1B !important;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
  pointer-events: none;
}
a.disabled-btn:link, a.disabled-btn:visited { /* or a[href] */
  text-decoration: none;
}
.disabled-light-btn{
  color: #CCCCCC;
  background-color: #A2A2A2 !important;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
  pointer-events: none;
}
a.disabled-light-btn:link, a.disabled-light-btn:visited { /* or a[href] */
  text-decoration: none;
}
.part-image {
    padding-top: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid rgba(255, 255, 255, 0.9);
}
.hotel-image {
    margin: 0 25%;
    padding-top: 35%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid rgba(255, 255, 255, 0.9);
}
.hotel-header{
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  padding-top: 10px;
  text-align: center;
}
.hotel-text{
  color: #000000;
  font-size: 10px;
}
.galery-image {
    padding-top: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.galery-header{
  color: #F9AD1B;
  font-size: 16px;
  font-weight: 700;
  padding-top: 10px;
}
.galery-text{
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 20px 20px 0;
}
.galery-content{
  background-color: #FFFFFF;
  min-height: 100px;
}
.online-education-header{
  font-size: 25px;
  font-weight: 700;
  text-align: right;
}
.online-education-text{
  font-size: 20px;
  font-weight: 500;
  text-align: right;
  padding-top: 20px;
}
.guidence-container {
  color: #000000;
  position: relative;
  margin-bottom: 20px;
}
.guidence-container .principles-header{
  color: #F9AD1B;
  font-size: 25px;
  font-weight: 700;
  /* padding: 10px 0; */
}
.guidence-container .principles-text{
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 0;
}
.guidence-container .principles-image{
  height: 250px;
  width:100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 15px 0;
  border: 5px solid rgba(0,0,0,0.2);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.board-container {
  color: #000000;
  position: relative;
  margin-bottom: 20px;
}
.board-image {
    padding-top: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.board-header{
  color: #F9AD1B;
  font-size: 14px;
  font-weight: 700;
  padding-top: 10px;
  text-align: center;
}

.news-detail-img-thumbs{
  height: 150px;
  width:100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 15px 0;
  border: 5px solid rgba(0,0,0,0.2);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.news-detail-img-thumbs:hover{
  border: 5px solid #F9AD1B;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.mobile-menu-col {
	text-align: right;
}
.m-menu-button {
	background-color: transparent;
	color: #2174B7;
	border: none;
}
.modal-menu .modal-menu-btn {
    text-align: center;
    color: #F9AD1B;
    font-weight: 700;
	display: block;
	font-size: 20px;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 5px;
}
.modal-menu .modal-menu-btn:hover{
  background-color: #F9AD1B;
  border-radius: 20px;
  color: #ffffff;
  padding: 5px;
}
.modal-menu .social-btns {
  padding-top: 15px;
  border-top: 1px solid #F9AD1B;
  text-align: center;
}
.modal-menu .social-btns a {
  display: inline-block;
  font-size: 16px;
  padding: 10px;
  color: #F9AD1B;
}
.lesson-test{
  margin-top: 100px;
}
.lesson-test .question{
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px #CCCCCC solid;
}
.lesson-test .question-picture{
  margin-bottom: 20px;
}
.lesson-test .question-number{
  font-size: 24px;
  font-weight: 700;
}
.lesson-test .question-content{
  padding-bottom: 20px;
  font-weight: 700;
}
.lesson-test .question-choice-no{
  
}
.lesson-test .question-choice-content{
  padding: 3px 0;
}
.lesson-test .question-choice-content p{
  margin: 0;
  padding: 0;
}
.lesson-test .question .correct{
  color: green;
  font-weight: 700 !important;
}
.lesson-test .question .wrong{
  color: red;
  font-weight: 700 !important;
}
.lesson-test .question .explanation{
  padding: 10px 20px 10px 20px;
  margin-bottom: 10px;
  background: rgba(249, 173, 27, 0.5);
}
.lesson-test .result{
  padding: 10px 20px 10px 20px;
  margin-bottom: 10px;
  background: rgba(249, 173, 27, 0.5);
  font-weight: 700 !important;
}
.lesson-test .result .successful-icon{
  color: green;
  font-size: 50px;
  font-weight: 700 !important;
}
.lesson-test .result .failed-icon{
  color: red;
  font-size: 100px;
  font-weight: 700 !important;
}
.lesson-test .course-result{
  padding: 0 20px 10px 20px;
  margin-bottom: 10px;
}
.lesson-test .course-result .successful-icon{
  color: green;
  font-size: 100px;
  font-weight: 700;
  padding-bottom: 20px;
}
.lesson-test .course-result .failed-icon{
  color: red;
  font-size: 100px;
  font-weight: 700;
  padding-bottom: 20px;
}
.lesson-test .course-result .result-label{
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 20px;
}
.lesson-test .course-result .result-score{
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 20px;
}




.news-container{
  padding: 0 15px 0 15px;
}
.eu-column{
  text-align: right;
}
.eu-flag{
  padding-top: 10px;
}
.eu-flag img{
  max-width: 230px;
}
.main-menu-dropdown{
  display: inline-block;
}

.show .main-menu-btn{
  background-color: #662d91 !important;
  color: #ffffff;
}

.horizontal-seperator{
  height:1px;
  background-color: rgba(105,45,145,0.3);
  width:calc(100% - 30px);
  margin: auto;
}
.horizontal-seperator-full{
  height:1px;
  background-color: rgba(105,45,145,0.3);
  width:100%;
  margin: auto;
}


.dropdown-menu{
  margin:0;
  border:none;
  border-radius: 0;
  background-color: #662d91;
  padding:0;
}
.dropdown-item{
  font-size: 11px;
  color: #ffffff;
  font-weight: 700;
  padding: 10px;
}
.dropdown-item:hover{
  background-color: #f15a29;
  color: #ffffff;
}
.news-slide-image{
	padding-top: 56%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.news-slide-header{
  padding: 0 15px;
  border-left: 5px solid #f15a29;
  margin: 10px 0;
}
.slick-slide{
  height: auto;
}
.slick-dots li button::before{
  font-family:"Font Awesome 5 Free";
  content: '\f111';
  opacity: 1;
  font-size:9px;
}
.slick-dots li.slick-active button:before{
  content: '\f192' !important;
  opacity: 1 !important;
  font-size:9px !important;
}
.news-slick-slider .slick-dots{
  bottom: 10px;
  display: none !important;
}

.slick-dotted.slick-slider{
  margin-bottom: 0;
}
.slick-prev:before, .slick-next:before{
  background-color: #F9AD1B;
  opacity:1;
}
.slick-prev{
  left:0;
  z-index:1;
}
.slick-next{
  right:7px;
  z-index:1;
}
.slick-prev:before {
  content: '<';
  font-family: FontAwesome;
  font-size: 10px;
  padding: 10px;
}
.slick-next:before {
   content: '>';
   font-family: FontAwesome;
   font-size: 10px;
   padding: 10px;
 }
.second-news-row .news-slide-image{
  border: 1px solid rgba(0,0,0,0.2);
}
.second-news-row{
}
.news-list-thumb{
  padding:15px 15px 15px 30px;
  position: relative;
}
.news-list-thumb:before{
  font-family: FontAwesome;
  font-size: 11px;
  color: #662d91;
  position: absolute;
  top:15px;
  left:15px;
  content: '\f054';
}
.news-list-thumb p{
  color: #000;
  font-size: 10px;
  padding:0;
  margin:0;
}
.see-all-btn{
  display: inline-block;
  margin:10px auto;
  color: #f15a29;
  padding:10px 15px;
  border: 1px solid #f15a29;
  font-size: 11px;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.see-all-btn:hover{
  background-color: #f15a29;
  color: #FFFFFF;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.img-btn{
  padding:15px;
}
.event-calender-container{
  padding: 80px 15px;
}
.header-column{
  text-align: center;
}
.horizontal-header-line{
  width: 10%;
  height:1px;
  background-color: #662d91;
  margin: 10px auto;
}
.newsletter-container{
  background-color: #8552a1;
  padding: 10px 15px;
}

.newsletter-header{
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
}
.n-input01{
  background-color: transparent;
  border-radius: 25px 0 0 25px;
  margin-right: 5px;
  border: 1px solid #ffffff;
  font-size: 12px;
  height: 40px;
  color: #ffffff;
}
.n-input02, .n-input03{
  background-color: transparent;
  border-radius: 0;
  margin-right: 5px;
  border: 1px solid #ffffff;
  font-size: 12px;
  height: 40px;
  color: #ffffff;
}
.n-input01:focus, .n-input02:focus, .n-input03:focus{
  background-color: transparent;
  color: #ffffff;
}
.newsletter-input button{
  background-color: #f15a29;
  border: none;
  border-radius: 0 25px 25px 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}
.newsletter-input button:hover{
  background-color: #3d1a6f;
  color: #f15a29;
}
.newsletter-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 11px;
  color: #ffffff;
}
.newsletter-input input::-moz-placeholder { /* Firefox 19+ */
  font-size: 11px;
  color: #ffffff;
}
.newsletter-input input:-ms-input-placeholder { /* IE 10+ */
  font-size: 11px;
  color: #ffffff;
}
.newsletter-input input:-moz-placeholder { /* Firefox 18- */
  font-size: 11px;
  color: #ffffff;
}


.icc-breadcrumb{
  border-bottom: 1px solid rgba(105,45,145,0.3);
  border-right: 1px solid rgba(105,45,145,0.3);
  border-left: 1px solid rgba(105,45,145,0.3);
  padding: 5px;
}
.icc-breadcrumb .breadcrumb{
  background-color: transparent;
  border:none;
  padding: 0;
  margin:0;
  font-weight: 300;
  font-size: 9px;
}
.icc-breadcrumb .breadcrumb a{
  color: #662d91;
}
.news-detail{
  padding-top: 40px;
  padding-bottom: 40px;
}
.news-detail-image{
}
.news-detail-image img{
  box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
}
.news-detail-document{
  padding: 20px 0;
}
.news-detail-document object{
	height: 800px;	
}

.news-detail-text table{
  font-size: 9px;
  width: 100% !important;
}
.news-detail-text table tr{
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
.news-detail-photos{
  padding: 20px 0;
}
.news-detail-text{
  padding: 20px 0;
}
.main-header-column{
  padding: 10px 15px;
}
.guide-board-text p{
  font-size:10px;
  color: #000;
}
.guide-board-box{
  padding:15px;
}
.without-shadow img{
  box-shadow: none !important;
}
.report-thumb{
  padding: 10px 15px;
  margin: 20px 0;
  border-left: 5px solid #f15a29;
}
.report-thumb span:nth-child(1){
  font-size: 40px;
  vertical-align: middle;
  padding-right: 10px;
  color: #f15a29;
}
.report-thumb span:nth-child(2){
  font-weight: 700;
  font-size: 12px;
  color: #662d91;
}

.report-thumb div:nth-child(1){
  font-size: 40px;
  vertical-align: middle;
  padding-right: 10px;
  color: #f15a29;
  display: inline-block;
  width: 20%;
}
.report-thumb div:nth-child(2){
  font-weight: 700;
  font-size: 12px;
  color: #662d91;
  vertical-align: middle;
  display: inline-block;
  width: 70%;
}
.publication-img{
  height: 150px;
  background-size: cover;
  background-position: center center;
}
.publication-thumb{
  box-shadow: 5px 5px 10px rgba(0,0,0,0.2)
}
.publication-column{
  padding:15px;
}
.publication-header{
  padding: 10px;
}
.publication-thumb{
  border: 3px solid #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.publication-thumb:hover{
  border: 3px solid #f15a29;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.eu-container{
  background-color: #e7e7e7;
  padding: 15px;
  text-align: center;
}
.eu-container img{
  max-width: 250px;
}
.socail-media-btns{
  margin-top: 50px;
}