.container.toph_banner {
    padding-right: 0px;
    padding-left: 0px;
    position: relative;
    bottom: 9px;
    font-size: 35px;
    font-weight: 600;
    text-transform:uppercase;
    display: table;
}
.toph_banner {
    background-image: url(../img/toph-press.png);
    background-size: cover;
    filter: alpha(opacity=40); /* For IE8 and earlier */
    height: 225px;
    margin-bottom: 20px;
}
.normal_title_font {
    text-transform: none !important;
}
.toph_bg {
    display: table-cell;
    background: rgba(45, 45, 45, 0.5);
    color:#fff;
    padding-right: 35px;
    padding-left: 35px;
    min-height: 225px;
    vertical-align: middle;
}
.no_gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

/*CONTENT*/
.headingtitle_style {
    margin-bottom: 20px;
}
.title_capital {
    text-transform: uppercase;
    color:#1B9BD7;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
}
.about_primavideo {
    background: url(../img/bg-video.png);
    background-size: cover;
    background-position: center;
}
.close_button {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #0E5FA3 !important;
    border-radius: 15px;
    height: 25px;
    width: 25px;
    opacity: 1;
    color: #fff;
    font-size: 25px;
    padding: 0px;
    text-shadow: 0 0px;
}
.close_button:hover {
    opacity: 1 !important;
    color:darkcyan;
}
.close_button span {
    position: relative;
    top: -2px;
}
.button_play {
    text-align: center;
}
.button_play_image {
    background-color: transparent;
    vertical-align: middle;
    line-height: 260px;
    padding: 0;
    margin: 0;
    width: 100%;
}
.thumb_video {
    min-width: 400px;
    float: left;
    margin-right: 15px;
}
.content_about {
    font-size: 16px;
    margin-bottom: 25px;
}
/* MULTITAB */
.nav-tabs>li.tab_width {width: 20%; text-align: center;text-transform: uppercase;color: #fff;}
.nav-tabs>li.tab_width a.normal_tab {background-color:#1B9BD7 !important; color: #fff !important;}
.nav-tabs>li.tab_width.active a.normal_tab {background-color:#f1f1f1 !important;color:#1B9BD7 !important; }
.heading4{font-size:25px;font-weight:600;color:#1B9BD7;margin:0px 0px 5px 0px;text-transform: uppercase;}
.heading1{font-size:30px;line-height:20px;text-transform:uppercase;color:#1B9BD7;font-weight:900;}
.content-quality{float:left;width:193px;}
.content-quality p{margin-left:10px;font-family:'Open Sans', sans-serif;font-size:14px;font-weight:600;line-height:17px;}
.content-quality p span{display:block;}
.tabtop li a{font-family:'Lato', sans-serif;font-weight:700;color:#1b2834;border-radius:0px;margin-right:2px;border:0px solid #ebebeb !important;}
/* .tabtop .active a:before{content:"♦";position:absolute;top:15px;left:82px;color:transparent;font-size:30px;} */
.active_tab {color: blue;}
.tabtop li a:hover{color:#fff !important;text-decoration:none;}
.tabtop .active a:hover{color:grey !important;}
.tabtop .active a{background-color:#F1F1F1 !important;color:#1B9BD7 !important;text-transform: uppercase;}
.margin-tops{background-color: #F1F1F1; min-height: 230px;padding:20px;margin-bottom: 25px;border:1px solid #ebebeb !important; font-size: 15px; color: #000;display: inline-block;}
.tabtop li a:last-child{padding:10px 22px;border: 0px;background-color:#1B9BD7;color: #fff;font-family: 'Titillium Web', sans-serif;font-size: 16px;font-weight: 100;}
.thbada{padding:10px 28px !important;}
section p{font-family:'Lato', sans-serif;}
.margin-tops4{margin-top:20px;}
.tabsetting{padding-top:6px;}
.services{background-color:#d4d4d4;min-height:710px;padding:65px 0 27px 0;}
.services a:hover{color:#000;}
.services h1{margin-top:0px !important;}
.heading-container p{font-family:'Lato', sans-serif;text-align:center;font-size:16px !important;text-transform:uppercase;}
ul.nav.nav-tabs.tabtop.tabsetting {border: 0px;}
ul.box_list {
    list-style-type: square;
    color: #1B9BD7;
}
ul > li > span {
    color: #000;
}
ol, ul {
    padding-left: 20px;
    margin-bottom: 0px;
}
/* Carousel Promo */
.othermenu_link {
    font-style: italic;
    font-size: 15px;
    text-align: right;
    color: #1B9BD7;
    padding: 3px 0;
}
.othermenu_link a:hover {
    text-decoration: underline;
}
.thumb_intro_hover{
    padding: 0px;
	position: relative;
	height: 230px;
    overflow: hidden;
}
.thumb_intro_hover:hover .caption{
	opacity: 1;
	transform: translateY(-150px);
	-webkit-transform:translateY(-150px);
	-moz-transform:translateY(-150px);
	-ms-transform:translateY(-150px);
	-o-transform:translateY(-150px);
}
.thumb_intro_hover img{
	z-index: 4;
    width: 100%;
}
.thumb_intro_hover .caption{
	position: absolute;
	top:150px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	width: 100%;
}
.thumb_intro_hover .blur{
	background-color: rgba(0,0,0,0.7);
	height: 230px;
	z-index: 5;
	position: absolute;
	width: 100%; 
}
.caption-text h3 {
    font-size: 20px;
    padding: 0px 10px 10px 0px;
    margin-top: 35px;
    margin-bottom: 7px;
    border-bottom:1px solid white;
}
.caption-text h3 p {
    padding: 9px;
}
.thumb_intro_hover .caption-text{
	z-index: 10;
	color: #fff;
	position: absolute;
	height: 230px;
	text-align: left;
	top:-20px;
    left: 18px;
	width: 90%;
}
.promo_readmore {
    border-bottom: 4px solid #272361;
    height: 40px;
}

@media (max-width: 1199px) {
    .btn-blog {
        top: 0px;
    }
    .thumb_csr {
        width: 37%;
    }
    .thumb_feature_csr2 {
        margin-bottom: 20px;
    }
    .maincsr_feature_caption {
        height: 43%;
    }
    .csr_feature_caption {
        height: 40%;
    }
    .footer_style {
        margin-bottom:20px;
        height: 180px;
    }
    /* Carousel Promo */
    .othermenu_link {
        font-style: italic;
        font-size: 15px;
        text-align: right;
        color: #1B9BD7;
        padding: 3px 0;
    }
    .othermenu_link a:hover {
        text-decoration: underline;
    }
    .thumb_intro_hover{
        padding: 0px;
        position: relative;
        height: 187px;
        overflow: hidden;
    }
    .thumb_intro_hover:hover .caption{
        opacity: 1;
        transform: translateY(-150px);
        -webkit-transform:translateY(-150px);
        -moz-transform:translateY(-150px);
        -ms-transform:translateY(-150px);
        -o-transform:translateY(-150px);
    }
    .thumb_intro_hover img{
        z-index: 4;
        width: 100%;
    }
    .thumb_intro_hover .caption{
        position: absolute;
        top:150px;
        -webkit-transition:all 0.3s ease-in-out;
        -moz-transition:all 0.3s ease-in-out;
        -o-transition:all 0.3s ease-in-out;
        -ms-transition:all 0.3s ease-in-out;
        transition:all 0.3s ease-in-out;
        width: 100%;
    }
    .thumb_intro_hover .blur{
        background-color: rgba(0,0,0,0.7);
        height: 210px;
        z-index: 5;
        position: absolute;
        width: 100%; 
    }
    .caption-text h3 {
        font-size: 20px;
        padding: 0px 10px 10px 0px;
        margin-top: 35px;
        margin-bottom: 7px;
        border-bottom: 1px solid white;
        line-height: 25px;
    }
    .caption-text h3 p {
        padding: 9px;
    }
    .thumb_intro_hover .caption-text{
        z-index: 10;
        color: #fff;
        position: absolute;
        height: 230px;
        text-align: left;
        top:-28px;
        left: 18px;
        width: 90%;
    }
    .caption_desc {
        margin-bottom: 4px;
    }
    .promo_readmore {
        border-bottom: 4px solid #272361;
        height: 40px;
    }
}
@media (max-width: 991px) {
    .title_csr_caption {
    font-size: 22px;
    }
    .maincsr_feature_caption {
        height: 41%;
    }
    .csr_feature_caption {
        background: rgba(45, 45, 45, 0.6);
        height: 100%;
    }
    .btn-blog {
        top: 0px;
    }
    .footer_style {
        margin-bottom:0px;
        height: auto;
    }
    /* Carousel Promo */
    .othermenu_link {
        font-style: italic;
        font-size: 15px;
        text-align: right;
        color: #1B9BD7;
        padding: 3px 0;
    }
    .othermenu_link a:hover {
        text-decoration: underline;
    }
    .thumb_intro_hover{
        padding: 0px;
        position: relative;
        height: 187px;
        overflow: hidden;
    }
    .thumb_intro_hover:hover .caption{
        opacity: 1;
        transform: translateY(-150px);
        -webkit-transform:translateY(-150px);
        -moz-transform:translateY(-150px);
        -ms-transform:translateY(-150px);
        -o-transform:translateY(-150px);
    }
    .thumb_intro_hover img{
        z-index: 4;
        width: 100%;
    }
    .thumb_intro_hover .caption{
        position: absolute;
        top:150px;
        -webkit-transition:all 0.3s ease-in-out;
        -moz-transition:all 0.3s ease-in-out;
        -o-transition:all 0.3s ease-in-out;
        -ms-transition:all 0.3s ease-in-out;
        transition:all 0.3s ease-in-out;
        width: 100%;
    }
    .thumb_intro_hover .blur{
        background-color: rgba(0,0,0,0.7);
        height: 210px;
        z-index: 5;
        position: absolute;
        width: 100%; 
    }
    .caption-text h3 {
        font-size: 20px;
        padding: 0px 10px 10px 0px;
        margin-top: 35px;
        margin-bottom: 7px;
        border-bottom: 1px solid white;
        line-height: 25px;
    }
    .caption-text h3 p {
        padding: 9px;
    }
    .thumb_intro_hover .caption-text{
        z-index: 10;
        color: #fff;
        position: absolute;
        height: 230px;
        text-align: left;
        top:-28px;
        left: 18px;
        width: 90%;
    }
    .caption_desc {
        margin-bottom: 4px;
    }
    .promo_readmore {
        border-bottom: 4px solid #272361;
        height: 40px;
    }
}
@media (max-width: 767px) {
    .thumb_video {
        min-width: 100%;
        float: left;
        margin-right: 15px;
        height: 400px;
        margin-bottom: 20px;
    }
    .button_play_image {
        background-color: transparent;
        vertical-align: middle;
        line-height: 400px;
        padding: 0;
        margin: 0;
        width: auto;
    }
    .tabtop li a:last-child {
        font-size: 14px;
    }
    .active > div {
        display: block;
    }
   /* img {
        width: 100%;
    }*/
    .title_csr_caption {
    font-size: 24px;
    }
    .date_csr_caption {
    font-size: 14px;
    }
    .maincsr_feature_caption {
        height: 25%;
    }
    .csr_feature_caption {
        background: rgba(45, 45, 45, 0.6);
        height: 100%;
    }
    img.thumb_csr {
    width: 100%;
    }
    .margin10 {
        margin-bottom: 10px;
    }
    .thumb_feature_csr1 {
        max-height: 473px;
    }
    .btn-blog {
        margin-bottom: 20px;
    }
    .thumb_intro_hover {
        height: 215px;
        margin-bottom: 20px;
    }
    .thumb_intro_hover .blur {
        height: 215px;
    }
    .thumb_intro_hover .caption-text {
        width: 95%;
    }
}
@media (max-width: 480px) {
    .title_csr_caption {
    font-size: 22px;
    }
    .maincsr_feature_caption {
        height: 43%;
    }
    .csr_feature_caption {
        background: rgba(45, 45, 45, 0.6);
        height: 100%;
    }
    img.thumb_csr {
        width: 100%;
    }
    .margin10 {
        margin-bottom: 10px;
    }
    .tabtop li a:last-child {
        font-size: 16px;
    }
    .nav-tabs>li.tab_width {
        width: 100%;
    }
}