.kak {

	-moz-transition: transform 0.5s ease-in-out;
	-webkit-transition: transform 0.5s ease-in-out;
	-o-transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
}


@media screen and (max-width: 1274px) and (min-width: 992px){
	.col-60{
		padding-left: 45px;
	}
	.col-30-right{
		padding-right: 30px;
	}
	.col-30-left{
		padding-left: 30px;
	}

	.gallery-container {
		max-height: 150px;
		overflow: hidden;
	}

}


@media (min-width: 1274px) {


	.gallery-container {
		max-height: 200px;
		overflow: hidden;
	}

}


.kak-fix-top {
	position: fixed;
	top: 0;
	width: 100%;
	-moz-transition: transform 0.5s ease-in-out;
	-webkit-transition: transform 0.5s ease-in-out;
	-o-transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;

}

.kak-fix-top img{
	display: none;
}

.fixzero{
	display: none;
}

.fixstard{
	height: 60px;
	display: block;
}
.d-active{
	color: #ffffff!important;
	background: #0b6aa9!important;
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container-fluid {
	max-width: 1300px;
}

.p-0 {
	padding: 0!important;
}

.text-white{
	color: #ffffff;
}

.top-web{
	padding: 20px 0px;
}


.top-web h1{
	float: left;
	display: inline-block;
	font-size: 35px;
	margin-bottom: -8px;
	margin-left: 180px;
	line-height: 24px;
	color: #107cc3;
}

.top-web h1 span{
	font-size: 50%;

}





.intro-well {
	color: #3f3f3f;
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 24px;
	font-size: 18px;
	margin-bottom: 20px;
}
.intro-well01 {
	color: #3f3f3f;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 0px;
}



.agileits-contact-address {
	margin: 3em 0 0 0;
}

.agileits-contact-address ul {
	padding-inline-start: 60px;
	margin: 0;
}

.agileits-contact-address ul li {
	display: block;
	margin: 1.2em 0;
}


.agileits-contact-address ul li:nth-child(1)::before {
	font-family: "Font Awesome 5 Free";
	position: absolute;
	left: 15px;
	font-weight: 900;
	content: "\f3c5";
	height: 40px;
	width: 40px;
	font-size: 20px;
	background: #1e88e5;
	line-height: 40px;
	text-align: center;
	color: #FFF;
}


.agileits-contact-address ul li:nth-child(4)::before {
	font-family: "Font Awesome 5 Free";
	position: absolute;
	left: 15px;
	font-weight: 900;
	content: "\f2a0";
	height: 40px;
	width: 40px;
	font-size: 20px;
	background: #1e88e5;
	line-height: 40px;
	text-align: center;
	color: #FFF;
}



.agileits-contact-address ul li:nth-child(5)::before {
	font-family: "Font Awesome 5 Free";
	position: absolute;
	left: 15px;
	font-weight: 900;
	content: "\f0e0";
	height: 40px;
	width: 40px;
	font-size: 20px;
	background: #1e88e5;
	line-height: 40px;
	text-align: center;
	color: #FFF;
}

.agileits-contact-address ul li:nth-child(6)::before {
	font-family: "Font Awesome 5 Free";
	position: absolute;
	left: 15px;
	font-weight: 900;
	content: "\f0ac";
	height: 40px;
	width: 40px;
	font-size: 20px;
	background: #1e88e5;
	line-height: 40px;
	text-align: center;
	color: #FFF;
}



.agileits-contact-address ul li i {
	height: 40px;
	width: 40px;
	font-size: 20px;
	background: #1e88e5;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	border-radius: 0%;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	-o-border-radius: 0%;
	-ms-border-radius: 0%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.agileits-contact-address ul li span {
	color: #999999;
	font-size: 16px;
	margin-left: 1em;
}

.agileinfo-contact-form-grid {
	margin: 2em 0 0 0;
}
.agileinfo-contact-form-grid input[type="text"], .agileinfo-contact-form-grid input[type="email"] {
	display: inline-block;
	background: none;
	border: 1px solid #000000;
	width: 100%;
	outline: none;
	padding: 10px 15px 10px 15px;
	font-size: .9em;
	color: #BBBBBB;
	margin-bottom: 1.5em;
}

.agileinfo-contact-form-grid textarea {
	background: none;
	border: 1px solid #000000;
	width: 100%;
	display: block;
	height: 150px;
	outline: none;
	font-size: 0.9em;
	color: #BBBBBB;
	resize: none;
	padding: 10px 15px 10px 15px;
	margin-bottom: 1em;
}

.w3agile-map iframe {
	border: none;
	min-height: 300px;
	width: 100%;
	margin: 2em 0 0 0;
}




.col-top-web{

	padding: 0px 15px;
	display: inline-block;
}

.lang{
	filter:grayscale(100%);
	opacity: 0.5;
}

.lang-active{
	filter:grayscale(0%);
	opacity: 1;
}

.bd-r{
	border-right: 1px solid #ccc;
}

.thumbnail {
	display: block;
	padding: 0px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.thumbnail img {
	-webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
}

.thumbnail:hover img {
	/* padding-top: 0px; */
	-webkit-filter: brightness(150%);
	-moz-filter: brightness(150%);
	-khtml-filter: brightness(150%);
	-o-filter: brightness(150%);
	-ms-filter: brightness(150%)
}


.list-group-intro {
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 1px;
	color: #ffffff;
	background: #1565c0;
	padding: 20px 15px;
	border: 1px solid #1565c0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.list-group-item {
	width: 90%;
}

h3.w3l-center {
	font-size: 3.5em;
	font-weight: 500;
	margin-bottom: 1.2em;
	color: #000;
	letter-spacing: 1px;
	position: relative;
}
h3.w3l-center:before, h3.w3l-center:after {
	content: " ";
	background: #707070;
	width: 15%;
	height: 2px;
	content: '';
	position: absolute;
	top: 50%;
	left: 1%;
}
h3.w3l-center:after {
	top: 50%;
	left: 85%;
}

h3.w3l-center span {
	font-weight: 200;
}



h3.w3l-center-w {
	font-size: 3.5em;
	font-weight: 500;
	margin-bottom: 1.2em;
	color: #ffffff;
	letter-spacing: 1px;
	position: relative;
}
h3.w3l-center-w:before, h3.w3l-center-w:after {
	content: " ";
	background: #ffffff;
	width: 15%;
	height: 2px;
	content: '';
	position: absolute;
	top: 50%;
	left: 1%;
}
h3.w3l-center-w:after {
	top: 50%;
	left: 85%;
}

h3.w3l-center-w span {
	font-weight: 200;
}

h3.w3l-center-in {
	font-size: 2em;
	font-weight: 500;
	margin-bottom: 1.2em;
	color: #000;
	letter-spacing: 1px;
	position: relative;
}
h3.w3l-center-in:before, h3.w3l-center-in:after {
	content: " ";
	background: #107cc3;
	width: 25%;
	height: 2px;
	content: '';
	position: absolute;
	top: 140%;
	left: 0%
}
h3.w3l-center-in:after {
	top: 160%;
	left: 0%;
	width: 9%;
	background-color: #e53935;
}

h3.w3l-center-in span {
	font-weight: 200;
}




h3.w3l-left {
	font-size: 3.5em;
	font-weight: 500;
	margin-bottom: 1.2em;
	color: #000000;
	letter-spacing: 1px;
	position: relative;
}
h3.w3l-left:after {
	content: " ";
	background: #707070;
	width: 50%;
	height: 2px;
	content: '';
	position: absolute;
	top: 50%;
	left: 10%;
}
h3.w3l-left:after {
	top: 50%;
	left: 50%;
}

h3.w3l-left span {
	font-weight: 200;
}

ul.li-dos05 li:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f111";
	color: #107cc3;
	margin-left: -20px;
	padding-right: 9px;
}

ul.li-dos05 {
	padding-inline-start: 20px;
}

.timeline ul {
	padding-left: 120px;
	list-style: none;
}
.timeline li {
	padding: 2em 0;
	border-left: 2px solid #e53935;
	position: relative;
}
.timeline li:before {
	content: '';
	height: 15px;
	width: 15px;
	background: #107cc3;
	border-radius: 5px;
	position: absolute;
	left: -8px;
	top: 40px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.timeline li:first-of-type:after {
	content: '';
	height: 12px;
	width: 12px;
	background: #e53935;
	border-radius: 9999px;
	position: absolute;
	top: 0;
	left: -7px;
}
.timeline li:last-of-type:after {
	content: '';
	height: 12px;
	width: 12px;
	background: #e53935;
	border-radius: 9999px;
	position: absolute;
	bottom: 0;
	left: -7px;
}
.timeline .date {
	position: absolute;
	left: -100px;
	top: 36px;
	font-size: 14px;
	color: #607d8b;
}
.timeline .title {
	margin: 0;
	padding: 0 1em 1em 30px;
	font-size: 16px;
}


.timeline .text {
	margin: 0;
	padding: 0 1em 1em 30px;
}



/*............................................*/

.annual_reportbox{
	padding: 15px 15px;
	padding-bottom: 0px;
	margin-bottom: 20px;
	margin-top: 10px;
	line-height: 1.42857143;
	font-size: 14px;
	background: #E3F2FD;
	border-radius: 5px;
	color: #e53935;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;

}


.annual_reportbox h4{
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 15px 0;
	letter-spacing: 1px;
}



.annual_reportbox img{
	transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}

.annual_reportbox:hover img{
	transform: scale(1.03);
	-o-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.annual_pdf{
	padding: 15px 15px;
	display: block;
	line-height: 1.42857143;
	font-size: 14px;
	background: #1e88e5;
	border-bottom-left-radius: 5px;
	color: #ffffff;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.annual_dl{
	padding: 15px 15px;
	display: block;
	line-height: 1.42857143;
	font-size: 14px;
	background: #1976d2;
	border-bottom-right-radius: 5px;
	color: #ffffff;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.annual_pdf i{
	font-size: 25px;
}

.annual_dl i{
	font-size: 25px;
}

.annual_pdf:hover {
	background: #0d47a1;
	color: #ffffff;
}

.annual_dl:hover {
	background: #0d47a1;
	color: #ffffff; 
}


.hid-img{
	overflow: hidden;
	height: 245px;
	display: inline-block;
}

.box-activities {
	display: block;
	padding: 0px;
	margin-bottom: 0px;
	line-height: 1.42857143;
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	border-radius: 0px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.box-new {
	display: block;
	padding: 0px;
	margin-bottom: 0px;
	line-height: 1.42857143;
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	border-radius: 0px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.box-update {
	display: inline-block;
	padding: 2px 10px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1.42857143;
	background-color: #000000;
	border: 1px solid #000000;
	color: #fff;
	border-radius: 0px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.box-time {
	display: inline-block;
	padding: 2px 10px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1.42857143;
	background-color: #e53935;
	border: 1px solid #e53935;
	color: #fff;
	border-radius: 0px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}


/*............................................*/


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

ol{
	counter-reset: li;
	list-style: none;
	*list-style: decimal;
	font: 15px;
	padding: 0;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

ol ol{
	margin: 0 0 0 2em;
}



/* -------------------------------------- */
.rectangle-list li{
	position: relative;
	display: block;
	padding: 5px 15px;
	/**padding: .4em;*/
	margin: 0em 0 0em 2.5em;
	background: #ffffff;
	color: #444;
	text-decoration: none;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;	
}



.rectangle-list li:before{
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: -2.5em;
	top: 50%;
	margin-top: -1em;
	background: #107cc3;
	color: #ffffff;
	height: 2em;
	width: 2em;
	line-height: 2em;
	text-align: center;
	font-weight: 200;
}

.rectangle-list li:after{
	position: absolute;	
	content: '';
	border: .5em solid transparent;
	left: -1em;
	top: 50%;
	margin-top: -.5em;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;				
}

.rectangle-list li:after{
	left: -.5em;
	border-left-color: #107cc3;
}

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


.rightcolumn:after {
	content: '';
	position: absolute;
	left: -15px;
	top: 4px;
	width: 1px;
	height: 100%;
	background: #e9e9e9;
}

.page-header {
	padding-bottom: 9px;
	margin: 0px 0 20px;
	border-bottom: 1px solid #eee;
	color: #000000;
}


.navigator-dot {
	background: url(../images/pattern.png)repeat 0px 0px;
	background-color: rgba(0, 0, 0, 0.65);
	padding: 1.5em 0;
	font-size: 14px;
	background-size: 2px;
	-webkit-background-size: 2px;
	-moz-background-size: 2px;
	-o-background-size: 2px;
	-ms-background-size: 2px;

}


.navigation h3 a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.navigation h3 {
	font-size: 1.2em;

	letter-spacing: 0px;
	font-weight: 500;
	color: #fff;
	margin: 0 0 0em;
}
.navigation h3 span {
	color: #ffffff;
	font-weight: 200;

}

.intro01{
	padding: 100px 0px;
}


.intro02{
	padding: 100px 0px;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}





.h-footer{
	padding: 50px 0px;
	border-top: 2px solid #107cc3;
}
.copyright{
	background-color: #4c5461;
	margin-top: 5px;
	padding: 5px 0px;
}
.copyright p{
	margin-bottom: 0px;
}


.social-icons-agileits ul {
	padding: 0em 0 .5em;
}
.social-icons-agileits ul li {
	list-style-type: none;
	display: inline-block;
}
.social-icons-agileits ul li a {
	color: #000000;
	width: 40px;
	height: 42px;
	display: inline-block;
	font-size: 24px;
	line-height: 42px;
	margin-top: 5px;
	margin-right: 5px;
	text-align: center;
	background: #ffffff;
}

.social-icons-agileits ul li a:hover {
	color: #ffffff;
	background: #107cc3;
}


.social-icons-agileits .hvr-bounce-to-bottom:before {
	background: #ff9900!important;
}


.outsite-thumbnail:hover .thumbnail{
	background: #337ab7;
	border-color: #337ab7;
} 

/*.outsite-thumbnail:hover img{
    opacity: 0.5;
} 
*/

.member-grit .thumbnail {
	margin-bottom: 0px;
}

.member-grit i {
	font-size: 16px;
	color: #337ab7;
	position: absolute;
	left: 28px;
}

.member-grit table {
	background-color: #f5f5f5;
}

.member-grit .table-striped > tbody > tr:nth-of-type(odd){
	background-color: #dddddd;
}




/*......................................*/
.detail-title{
	background: #0d47a1;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #ffffff;
	padding: 10px 15px;
	text-align: left;
	position: relative;
}


.detail-title{
	color: #ffffff; 
	font-size: 16px;
}

.detail-title:hover, .detail-title:focus{
	color: #ffffff; 
}

.box-icon span{
	position: absolute;
	top: 50%;
	right: 22px;
	width: 15px;
	height: 3px;
	background-color: #ffffff;
	transition: all .3s;
}

.box-icon span:nth-child(2){
	transform: rotate(90deg);

}
.opened span{
	transform: rotate(360deg);
	opacity: 0;
}
.opened span:nth-child(2){
	transform: rotate(360deg);
	opacity: 1;
}

.detail-content{
	display: none;
	padding:20px 0px;
	color:#444;
	background-color: #fff;
}




.gallery-container {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

.gallery-image {
	display: block;
	width: 100%;
	height: auto;
}

.gallery-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .3s ease;
	background-color: rgba(0, 0, 0, 0.5);
}

.gallery-container:hover .gallery-overlay {
	opacity: 1;
}

.gallery-icon {
	color: white;
	font-size: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}



.title-container {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}

.title-image {
	display: block;
	width: 100%;
	height: auto;
}

.title-overlay {
	position: absolute; 
	bottom: 0; 
	background-image: linear-gradient(transparent, rgba(0, 0, 0, 1)); /* Black see-through */
	color: #ffffff; 
	font-weight: 500;
	width: 100%;
	transition: .5s ease;
	opacity:0;
	color: white;
	font-size: 20px;
	padding: 40px 15px;
	text-align: left;
}

.title-container img {
	transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
}

.title-container:hover img{
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.title-container:hover .title-overlay {
	opacity: 1;
}


.close {
	float: right;
	font-size: 50px;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.close:hover,
.close:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
}
.modal-open {
	overflow: hidden;
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition:      -o-transform .3s ease-out;
	transition:         transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	position: relative;
	background-color: transparent;
	height: 100vh;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 0px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}
.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5;
}
.modal-header {
	padding: 15px;
	/*border-bottom: 1px solid #e5e5e5;*/
}
.modal-header .close {
	margin-top: -2px;
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
}
.modal-body {
	position: relative;
	padding: 15px;
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
	margin-bottom: 0;
	margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}







.row-detail55:nth-child(odd) {
	background: #dddddd;
	font-size: 16px;
	padding: 10px 15px;
	padding-left: 37px;

}

.row-detail55:nth-child(even) {
	background: #f5f5f5;
	font-size: 16px;
	padding: 10px 15px;
	padding-left: 37px;
}

.row-detail55 p {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	margin-bottom: 0px;
}

.row-detail55:nth-child(2) p {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
}


@media (min-width: 768px) {
	.modal-dialog {
		width: 100vw;
		margin: 0px auto;
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	}
	.modal-sm {
		width: 300px;
	}
}
@media (min-width: 992px) {
	.modal-lg {
		width: 100vw;
		height: 100vh;
	}
}

/*................................................*/
@media (max-width: 1366px){
	.annual_reportbox h4{
		font-size: 17px;
		line-height: 24px;
		margin: 0 0 15px 0;
		letter-spacing: 1px;
	}

	@media (max-width: 1300px){
		.annual_reportbox h4{
			font-size: 15px;
			line-height: 22px;
			margin: 0 0 15px 0;
			letter-spacing: 1px;
		}

	}

	@media (max-width: 1260px){
		.top-web {
			padding: 40px 0px;
		}
		nav.navbar .navbar-brand img.logo {
			width: 150px;
			margin-top: -118px;
		}
		nav.navbar-full .navbar-brand img.logo {
			width: 150px;
			margin-top: -72px;
		}
		h3.w3l-center {
			font-size: 2.5em;

		}

		h3.w3l-center-w {
			font-size: 2.5em;

		}


		h3.w3l-left {
			font-size: 2.5em;

		}

		h3.w3l-center-in {
			font-size: 2.5em;

		}
	}

	@media (max-width: 992px){

		nav.bootsnav.navbar-full .navbar-toggle {

			top: 3px;

		}
	}

	@media (max-width: 768px){
		nav.navbar.bootsnav ul.nav > li > a {

			font-weight: 400;
			font-size: 14px;
		}
		h3.w3l-center {
			font-size: 1.5em;
			font-weight: 500;
			margin-bottom: 1.2em;
			color: #000;
			letter-spacing: 1px;
			position: relative;
		}
		h3.w3l-center:before, h3.w3l-center:after {
			content: " ";
			background: transparent;
			width: 15%;
			height: 2px;
			content: '';
			position: absolute;
			top: 50%;
			left: 10%;
		}
		h3.w3l-center-w {
			font-size: 1.5em;
			font-weight: 500;
			margin-bottom: 1.2em;
			color: #ffffff;
			letter-spacing: 1px;
			position: relative;
		}
		h3.w3l-center-w:before, h3.w3l-center-w:after {
			content: " ";
			background: transparent;
			width: 15%;
			height: 2px;
			content: '';
			position: absolute;
			top: 50%;
			left: 10%;
		}
		h4 {
			font-size: 14px;
			line-height: 30px;
			font-weight: 400;
		}
		h3.w3l-left {
			font-size: 1.5em;
			font-weight: 500;
			margin-bottom: 1.2em;
			color: #000000;
			letter-spacing: 1px;
			position: relative;
		}
		h3.w3l-left:after {
			content: " ";
			background: transparent;
			width: 50%;
			height: 2px;
			content: '';
			position: absolute;
			top: 50%;
			left: 10%;
		}
		.intro01 {
			padding: 40px 0px;
		}
		h3.w3l-center-in {
			font-size: 1.5em;
			font-weight: 500;
			margin-bottom: 2.2em;
			color: #000;
			letter-spacing: 1px;
			position: relative;
		}
		.navigation h3 {
			font-size: 12px;
			letter-spacing: 0px;
			font-weight: 500;
			color: #fff;
			margin: 0 0 0em;
		}
		.navigator-dot {

			padding: 1.5em 0;

		}
		.list-group-item {
			width: 100%;
		}
		.top-web {
			padding: 10px 0px;
			background: #f5f5f5;
		}
		.col-top-web img{
			width: 25px;
		}

		.agileits-contact-address ul li i {
			display: block;
		}
		.intro-well {
			font-size: 14px;
		}
		nav.navbar-full .navbar-brand img.logo {
			width: 130px;
			margin-top: -53px;
		}
		nav.navbar .navbar-brand img.logo {
			width: 125px;
			margin-top: -55px;
		}
		nav.navbar .navbar-brand {
			margin-top: 0;
			position: relative;
			top: 8px;
		}
	}

	@media (max-width: 414px){


	}