@charset "utf-8";
/*
* Copyright (c) 2018 ITAcumens
*/
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800');


@import url(bootstrap.css);
@import url(bs-slider.css);
@import url(animate.css);
@import url(ekko-lightbox.css);
@import url(owl.carousel.css);
@import url(owl.theme.css);
@import url(font-awesome.css);





*{margin:0px; padding: 0px; outline: none !important;}

body{
	font-weight: normal;
	font-size: 15px;
	overflow-x: hidden;
	line-height: 28px;
	font-family: 'Lato', sans-serif;
}
#top-sec{
	
		background: rgb(102,45,145); 
		background: -moz-linear-gradient(left, rgba(102,45,145,1) 1%, rgba(27,20,100,1) 100%); 
		background: -webkit-linear-gradient(left, rgba(102,45,145,1) 1%,rgba(27,20,100,1) 100%); 
		background: linear-gradient(to right, rgba(102,45,145,1) 1%,rgba(27,20,100,1) 100%); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#662d91', endColorstr='#1b1464',GradientType=1 ); 
	    padding: 7px 0px;
	    
}
#top-sec small{
	color: #fff;
	
}
#top-sec p{
	margin: 0px;
	color: #fff;
	position: relative;
}

#top-sec p a{
	color: #fff;
	text-decoration: none;
	
}
.phone:before{
	content: '\f095';
    position: relative;
    display: inline-block;
    left: -10px;
    top: 2px;
    color: #fff;
    font-size: 18px;
    font-family: fontAwesome;
}

.email:before{
	content: '\f003';
    position: relative;
    display: inline-block;
    left: -10px;
    color: #ffffff;
    font-size: 16px;
    font-family: fontAwesome;
}

.email{
float:left;
}

#head-sec{
	padding: 18px 0px 5px 0px;
	background-image: url(../images/header_bg.jpg);
	width: 100%;
	height: 152px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
#head-sec:before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 169, 157, 0.75);
}

.dsa-btn{
	text-align: center;
    margin-top: 25px;
}

.dsa-btn a{
	color: #fff;
	padding: 8px 30px;
	font-size: 16px;
	font-weight: 700;
	background: #1e145d;
	transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
	box-shadow: 0px 3px #1e145d;
}
.dsa-btn a:hover, .dsa-btn a:focus{
	color: #fff;
	background: #662d91;
	box-shadow: 0px 3px #1e145d;
}
#header{
	background: rgb(102,45,145); 
	background: -moz-linear-gradient(left, rgba(102,45,145,1) 1%, rgba(27,20,100,1) 100%); 
	background: -webkit-linear-gradient(left, rgba(102,45,145,1) 1%,rgba(27,20,100,1) 100%); 
	background: linear-gradient(to right, rgba(102,45,145,1) 1%,rgba(27,20,100,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#662d91', endColorstr='#1b1464',GradientType=1 ); 
}

#header .menu .navbar{
	margin-bottom: 0px;
}
.menu ul li{
	padding: 5px 0px;
}
.menu ul li a{
	color: #fff;
	text-decoration: none;
	padding: 10px 12px;
	transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
	border-radius: 5px;
}
.menu .nav > li > a:hover, .menu .nav > li > a:focus {
    text-decoration: none;
    background-color: #00a99d;
	color: #eee;
}
.menu .active a{
	background-color: #00a99d;
	color: #eee;
	border-radius: 5px;
	
}
.menu .dropdown-menu.single {
    min-width: 200px;
    border: 0px;
    padding: 15px;
}

.menu .dropdown-menu.single.dpt_wdth {
    min-width: 466px;
}

.menu .dropdown-header {
    white-space: normal;
}

.dropdown-large {
    position: static !important;
}

.dropdown-menu-large {
    /* margin-left: 16px;
  margin-right: 16px;*/
    padding: 20px 0px;
    width: 100%;
    border: 0px;
}

.dropdown-menu-large>li>ul,
.menu .dropdown-menu.single>li>ul {
    padding: 0;
    margin: 0;
}

.dropdown-menu-large>li>ul>li,
.menu .dropdown-menu.single>li>ul>li {
    list-style: none;
}

.dropdown-menu-large>li>ul>li>a,
.menu .dropdown-menu.single>li>ul>li>a {
    display: block;
    padding: 5px 20px;
    clear: both;
    position: relative;
    font-weight: 300;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
    font-size: 15px;
}

.dropdown-menu-large>li>ul>li>a:before,
.menu .dropdown-menu.single>li>ul>li>a:before {
    content: '\f0da';
    position: absolute;
    left: 10px;
    font-family: fontAwesome;
}

.dropdown-menu-large>li ul>li>a:hover,
.dropdown-menu-large>li ul>li>a:focus,
.menu .dropdown-menu.single>li ul>li>a:hover,
.menu .dropdown-menu.single>li ul>li>a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #00a99d;
    border-radius: 5px;
}

.dropdown-menu-large .disabled>a,
.dropdown-menu-large .disabled>a:hover,
.dropdown-menu-large .disabled>a:focus {
    color: #00a99d;
}

.dropdown-menu-large .disabled>a:hover,
.dropdown-menu-large .disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.dropdown-menu-large .dropdown-header {
    color: #001b45;
    font-size: 18px;
    padding: 3px 0px;
    font-weight: 700;
}

@media (min-width: 768px){
	.menu .navbar-brand{display:none;}
	.menu .navbar-nav{
		text-align: center;
		width: 100%;
		float: left;
	}
	.menu .navbar-nav > li {
    	float: none;
    	display: inline-block;
		
  	}
  	.menu .navbar-nav li:hover .dropdown-menu.single{
  	    display:block;
  	}
}

/*End Menu*/
#dee_sec_1{
	padding: 30px 0px 20px 0px;
}
#dee_sec_1 h3{
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
	padding: 10px 0px;
	color: #1e145d;
}
#dee_sec_1 p{
	text-align: justify;
	
}
#dee_sec_2{
	padding: 30px 0px 20px 0px;
	background: #eee;
}
#dee_sec_2 h3{
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
	padding: 10px 0px;
	color: #1e145d;
}

#dee_sec_2 ul li{
	position: relative;
	line-height: 35px;
	text-align: justify;
	padding-left: 30px;
}
#dee_sec_2 ul li:before{
	content: url(../images/fish.svg);
	width: 21px;
	height: 15px;
	position: absolute;
	left: 0;
	
}
#dee_sec_3{
	padding: 20px 0px 20px 0px;
	
}
#dee_sec_3 h3{
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
	padding: 10px 0px;
	color: #1e145d;
}
#dee_sec_3  th{
	text-align: center;
    background: #01a99d;
    color: #fff;
}
#dee_sec_3 td{
	text-align: center;
}
#dee_sec_4{
	padding: 40px 0px 20px 0px;
	background: #eee;
	
}
#dee_sec_4 h3{
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
	padding: 25px 0px 15px 0px;
	color: #1e145d;
}
.test-ing ul li{
	position: relative;
    line-height: 30px;
    text-align: justify;
    padding-left: 27px;
    padding-right: 30px;
}
.test-ing ul li:before{
	content: url(../images/tick_mark.svg);
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	
}

.appli-mod ul li{
	position: relative;
    line-height: 30px;
    text-align: justify;
    padding-left: 27px;
    padding-right: 30px;
}
.appli-mod ul li:before{
	content: url(../images/tick_mark.svg);
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	
}





.nav-pills > li + li {
    margin-left: 50px;
}

.nav-pills.prgtab > li.active > a, .nav-pills.prgtab > li.active > a:hover, .nav-pills.prgtab > li.active > a:focus, .nav-pills.prgtab > li a:hover, .nav-pills.prgtab > li a:focus {
    background: #01a99d;
    border-radius: 7px;
}
.nav-pills.prgtab li a {
    color: #1e145d;
    font-size: 15px;
    background: transparent;
	border: 1px solid  #01a99d;
	border-radius: 7px;
    font-weight: 700;
    padding: 8px 40px;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
}
.bdr_rgt{
	border-right: 1px solid #4e4d4d;
}


@media screen and (min-width: 992px){
.nav-pills.prgtab {
    text-align: center;
}
}
@media screen and (min-width: 992px){
.nav-pills.prgtab > li {
    float: none;
    display: inline-block;
    zoom: 1;
}
}
#dee_sec_5{
	padding: 25px 0px 20px 0px;
	
}
#dee_sec_5 h3{
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
	padding: 15px 0px 10px 0px;
	color: #1e145d;
}
#dee_sec_5  th{
	text-align: center;
    background: #01a99d;
    color: #fff;
	vertical-align: middle;
}
#dee_sec_5 tr:nth-child(even) {
    background-color: #dddddd;
}
#dee_sec_5 td{
	text-align: center;
	vertical-align: middle;
}
.ongo_tle {
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding: 5px 0px;
}
.on_frm {
    border-right: 1px solid #ddd;
    padding: 5px;
}

.on_to {
    padding: 5px;
}
.no_pad_tbl{
	padding: 0px !important;
}
.bdr_td{
	border-right: 0px !important;
}
#dee_sec_6{
	background-image: url(../images/focus_bg.jpg);
	width: 100%;
	height: 270px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 30px 0px 20px 0px;
	
}
#dee_sec_6:before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgb(102,45,145); 
	background: -moz-linear-gradient(left, rgba(102,45,145,1) 1%, rgba(27,20,100,1) 100%); 
	background: -webkit-linear-gradient(left, rgba(102,45,145,1) 1%,rgba(27,20,100,1) 100%); 
	background: linear-gradient(to right, rgba(102,45,145,1) 1%,rgba(27,20,100,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#662d91', endColorstr='#1b1464',GradientType=1 ); 
	opacity: .8;
}

#dee_sec_6 h3{
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
	padding: 10px 0px;
	color: #fff;
}

#dee_sec_6 ul li{
	position: relative;
	line-height: 45px;
	text-align: justify;
	padding-left: 30px;
	color: #fff;
}
#dee_sec_6 ul li:before{
	content: url(../images/wh-fish.svg);
	width: 21px;
	height: 15px;
	position: absolute;
	left: 0;
	
	
}
#dee_sec_7{
	padding: 30px 0px 20px 0px;
	
}
#dee_sec_7 h3{
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
	padding: 10px 0px 20px 0px;
	color: #1e145d;
}
#dee_sec_7 table{
	background: #eee;
	color: #000;
}
#dee_sec_7 thead{
	background: #01a99d;
}

#dee_sec_7 th{
	padding: 15px 35px;
	font-size: 20px;
	color: #fff;
}
.td_id{
	border-bottom: 1px solid #5a5858;
    padding: 10px 20px 10px 0px !important;
}
.td_id_1{
	padding: 10px 25px!important;
}
.photos_bg{
	    background: #fff;
    padding: 25px 0px 18px;
    margin-top: 58px;
    border: 1px solid #02a99c;
    border-radius: 3px;
}

.photos_bg img {
    padding-bottom: 10px;
}

.photos_bg figcaption {
    line-height: 20px;
}

.photos_btn{
	text-align: center;
    margin-bottom: 2px;
    margin-top: 8px;
    padding: 7px 9px;
    border: 1px solid #01a99d;
    border-radius: 3px;
}
.photos_btn:hover, .photos_btn:focus{
	color: #fff;
	background:#01a99d; 
}

.photos_btn a{
	 text-decoration: none;
	font-size:16px;
	color: #000;
   
}
.photos_btn a:hover, .photos_btn a:focus{
	color: #fff;
	background:#01a99d; 
}

.cr_frm .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #00a99d;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-family: 'Ubuntu', sans-serif;
}
.cr_frm .modal-content {
    background: #f5f5f5;
    border: 0px;
}
.cr_frm .modal-header .close {
    margin-top: -25px;
    margin-right: -25px;
}
.cr_frm .modal-body {
    position: relative;
    padding: 15px;
    overflow: hidden;
}
.cr_frm button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: #fff;
    border: 0;
    opacity: 1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
}
.cr_frm ul li{
	position: relative;
	padding-left: 30px;
	text-align: justify;
}
.cr_frm ul li:before{
	content: '\f101';
    position: absolute;
    display: block;
    left: 15px;
    top: 0;
    color: #00a99d;
    font-family: fontAwesome;
}
.honor{
	margin-top: 50px;
    margin-left: 50px;
    font-size: 32px;
    color: #673AB7;
    font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}

.best_ex{
	background: #663ab7;
    color: #fff;
    padding: 28px;
    border-radius: 20px;
}
@media (min-width: 768px){
.modal-dialog {
    width: 900px;
    margin: 30px auto;
}
}

#dee_sec_8{
	padding: 30px 0px 20px 0px;
	background: #eee;
	
}
#dee_sec_8 h3{
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
	padding: 10px 0px 20px 0px;
	color: #1e145d;
}

#dee_sec_9{
	padding: 30px 0px 20px 0px;
	
	
}
#dee_sec_9 h3{
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
	padding: 10px 0px 20px 0px;
	color: #1e145d;
}
.phone_1, .email_1, .location{
	position: relative;
}
.phone_1 a, .email_1 a{
	color: #000;
	text-decoration: none;
	
}
.phone_1:before{
	content: '\f095';
    position: relative;
    display: inline-block;
    left: -10px;
    top: 2px;
    color: #3090e2;
    font-size: 18px;
    font-family: fontAwesome;
}

.email_1:before{
	content: '\f003';
    position: relative;
    display: inline-block;
    left: -10px;
   color: #3090e2;
    font-size: 16px;
    font-family: fontAwesome;
}
.location:before{
	content: '\f041';
    position: absolute;
    display: inline-block;
    left: -16px;
    font-size: 20px;
    color: #3090e2;
    font-family: fontAwesome;
}
.map{
	border: 15px solid #eee;
}

#footer{
	padding: 40px 0px 5px 0px;
	background-image: url(../images/dee_fotter_bg.jpg);
	width: 100%;
	
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	color: #fff;
}
#footer:before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgb(102,45,145); 
	background: -moz-linear-gradient(left, rgba(102,45,145,1) 1%, rgba(27,20,100,1) 100%); 
	background: -webkit-linear-gradient(left, rgba(102,45,145,1) 1%,rgba(27,20,100,1) 100%); 
	background: linear-gradient(to right, rgba(102,45,145,1) 1%,rgba(27,20,100,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#662d91', endColorstr='#1b1464',GradientType=1 ); 
	opacity: .9;
}
#footer h5{
	text-align: center;
    font-size: 18px;
}

#footer h3{
    margin-top:0px;
padding-bottom:5px;
}


.phone_2, .email_2, .location_2{
	position: relative;
	text-align: justify !important;
    padding-left: 5px !important;
}
.phone_2 a, .email_2 a{
	color: #fff;
	text-decoration: none;
	
}
.phone_2:before{
	content: '\f095';
    position: relative;
    display: inline-block;
    left: -10px;
    top: 2px;
    color: #fff;
    font-size: 18px;
    font-family: fontAwesome;
}

.email_2:before{
	content: '\f003';
    position: relative;
    display: inline-block;
    left: -10px;
   color: #fff;
    font-size: 16px;
    font-family: fontAwesome;
}
.location_2:before{
	content: '\f041';
    position: absolute;
    display: inline-block;
    left: -16px;
    font-size: 20px;
    color: #fff;
    font-family: fontAwesome;
}

#footer ul li{
	position: relative;
	padding-left: 30px;
	text-align: justify;
}
#footer ul li:before{
	content: '\f101';
    position: absolute;
    display: block;
    left: 10px;
    top: 0;
    color: #fff;
    font-family: fontAwesome;
}
#footer ul li a{
	color: #fff;
	text-decoration: none;
}

.copy_rigt{
	border-top: 2px solid #fff;
	padding: 10px 0px;
}
.copy_rigt a{
	color: #fff;
	text-decoration: none;
}
.copy_rigt p{
	margin: 0px;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}
.sbt_btn {
    background: #26186A;
    color: #fff;
    border: 0px;
    text-transform: uppercase;
    padding: 9px 30px;
    font-weight: 600;
    margin-top: 5px;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
}
.sbt_btn:hover, .sbt_btn:focus {
    background: #25AAA8;
}
.frm_hgt .form-control {
    height: 42px;
}

#tnjfu_news {
    position: relative;
    padding: 40px 0px;
}

#ctgy_block {
    padding: 40px 0px;
}


.block_ctgy {
    position: relative;
    overflow: hidden;
    display: block;
}

.block_ctgy .block-overlay {
    background: rgba(0, 27, 69, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    border-radius: 20px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.block_ctgy:hover .block-overlay {
    opacity: 1;
}

.block-image {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.block-details {
    position: absolute;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.block_ctgy:hover .block-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.block-details h3 {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}

#ctgy_block figcaption {
    text-align: center;
    font-size: 18px;
    display: block;
    font-weight: 700;
    padding-top: 10px;
    margin-bottom: 20px;
    color: #000;
}

#ctgy_block figcaption a {
    color: #005EA4;
}

#ctgy_block figcaption a:hover,
#ctgy_block figcaption a:focus {
    text-decoration: none;
}

.adver-tri {
    margin: 0px;
    padding-bottom: 10px;
    background: #42a940;
    text-align: left;
    padding-top: 10px;
    border-radius: 5px;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #fff;
}


.tn-btn {
    background: #42a93f;
    color: #fff;
    padding: 5px 20px;
}


.tn-btn-2 {
    background: #42a93f;
    color: #fff;
    padding: 5px 20px;
}

.tn-ul {
    margin-top: 10px;
    margin-bottom: 0px;
}

.abt_rsh_tle {
    margin: 0px;
    color: #001B45;
    font-weight: 700;
    font-size: 22px;
    padding-bottom: 20px;
}

.tn_new_btn {
    margin-bottom: 30px !important;
    margin-top: 10px;
    font-size: 15px;
}

.tn_new_btn a:hover,
.tn_new_btn a:focus {
    text-decoration: none;
}


.dwn_btn a {
    background: #EE0F4F;
    display: inline-block;
    color: #fff;
    padding: 5px 15px;
    margin-top: 5px;
    border-radius: 5px;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
}

.dwn_btn a:hover,
.dwn_btn a:focus {
    background: #001b45;
    color: #fff;
}


.dwn_btn {
    margin-bottom: 5px;
}

/*News Section*/
#latest-news{
	padding:40px 0;
}
.news_tit, .news_tit1{
	margin: 0px;
	color: #02aab0;
	font-size: 28px;
	padding-bottom: 20px;
	font-weight: 700;
	line-height: 35px;
}
.news_tit{position:relative;}
.news_tit1:after{
	content: '';
	position: relative;
	display: block;
	width: 60px;
	top: 10px;
	border-top: 4px solid #00ccac;
	border-radius: 20px;
}
.news_cnt h3{
	color: #02aab0;
	font-size: 24px;
	padding-top: 0px;
	padding-bottom: 20px;
	margin: 0px;
	position: relative;
}
.news_cnt h3:after{
	content: '';
	position: relative;
	display: block;
	width: 60px;
	top: 10px;
	border-top: 4px solid #00ccac;
	border-radius: 20px;
}
.news_cnt p{font-size:15px;line-height: 25px;}
.news_cnt a{
	color: #fff;
	background: #00ccac;
	font-size: 15px;
	padding: 6px 20px;
    border-radius: 10px;
    margin-top: 10px;
    display: inline-block;
	transition: .3s ease-in;
	-webkit-transition: .3s ease-in;
	-moz-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	text-decoration: none;
}
.news_cnt a:hover, .news_cnt a:focus{
	background:#00acb0;
}
#news-more{
	padding:40px 0;
}
.news-more-cnt p, .news_desc p{
	font-size:15px;
	line-height: 25px;
	text-align: justify;
}
.button-right{
	margin-bottom:30px;
	border:1px solid #02b0ae;
	background: #02b0ae;
}
.button-right:hover, .button-right:focus {
    color: #fff;
    background-color: #00ccac;
    border-color: #00ccac;
}

.tml-tit{
        font-size: 18px !important;
            line-height: 28px !important;
}
.tml-det{
    font-size:26px !important;
    margin:0 0 15px;
}
@media (min-width:480px) and (max-width:520px) {
     .tn_nw_ltr .abt_rsh_tle {
        font-size: 16px;
    }
}

@media (min-width:521px) and (max-width:767px){
     .tn_nw_ltr .abt_rsh_tle {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px){
    #news_rd_mr .dwn_btn {
        margin-bottom: 15px;
        font-size: 13px;
    }
    
    .tn_new_btn {
        font-size: 14px;
        margin-bottom: 25px;
    }
    
    .tn_nw_ltr .abt_rsh_tle {
        font-size: 18px !important;
    }
   
    #ctgy_block {
        padding: 25px 0px;
    }
    
    #ctgy_block figcaption,
    .block-details h3 {
        font-size: 16px;
    }
     .adver-tri {
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
    }
     .tn-ul li {
        margin-bottom: 10px;
    }
    .tn-ul li:last-child {
        margin-bottom: 0px;
    }
}

@media screen and (min-width:768px){
    #ctgy_block {
        font-size: 15px;
    }
}

@media (min-width:768px) and (max-width:991px){
     .tn_nw_ltr .abt_rsh_tle {
        font-size: 20px;
    }
    
    .meen_sec figcaption {
        font-size: 16px !important;
    }
    
    .adver-tri {
        font-size: 18px;
    }
}

@media (min-width: 768px){
.modal-dialog.cform{
    width: 800px;
    margin: 30px auto;
}
}

@media screen and (min-width:992px){
.logo{
left:20px;
}
.flt-rt{float:right;}
}