body{
    font-family: 'Roboto', sans-serif;
}

.footer-wrapper{
	width:100%;
	min-height:172px;
	background:url(../../img/footer-bg.svg) bottom no-repeat;
	background-size: 1535px 172px;
	font-size:16px;
	color:#ccd4e0;
	padding-top:115px;
    display: block;
}

.footer-wrapper font{
	float:right;
}

.footer-wrapper a{
	color:#ccd4e0;
	text-decoration:none;
}

.footer-wrapper a:hover{
	color:#FFFFFF;
}	

.footer-wrapper span{
	margin-left:20%;
}


.page-header-con{
	width:100%;
	position:relative;
	height:450px;
	background-color:#000000;
}

.page-header-con img{
	width:100%;
	height:450px;
	object-fit:cover;
	position:relative;
	z-index:2;
	position:absolute;
	top:0px;
	left:0px;
	opacity: 0.6;
}

.page-header-con:before {
    width: 100%;
    content: '';
    min-height: 450px;
    position: absolute;
    top: 0px;
    z-index: 996;
    background: rgba(18,62,103,0.6);
    background: -moz-linear-gradient(top, rgba(18,62,103,0.6) 0%, rgba(18,62,103,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(18,62,103,0.6)), color-stop(100%, rgba(18,62,103,0)));
    background: -webkit-linear-gradient(top, rgba(18,62,103,0.6) 0%, rgba(18,62,103,0) 100%);
    background: -o-linear-gradient(top, rgba(18,62,103,0.6) 0%, rgba(18,62,103,0) 100%);
    background: -ms-linear-gradient(top, rgba(18,62,103,0.6) 0%, rgba(18,62,103,0) 100%);
    background: linear-gradient(to bottom, rgba(18,62,103,0.6) 0%, rgba(18,62,103,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#123e67', endColorstr='#123e67', GradientType=0 );
}

.page-header-con .container{
	position:relative;
	z-index:998;
}

.page-header-con h1{
	width:100%;
	padding:0px;
	margin:0px;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	position:absolute;
	top:240px;
	left:0px;
	font-size:42px;
	font-weight:900;
	letter-spacing:1px;
	z-index:998;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.46);
}


.breadcrump-con{
	text-align:center;
	text-transform:uppercase;
	font-weight:500;
	position:relative;
	top:320px;
	z-index:995;
}

.breadcrump-con span{
	font-weight:500;
	letter-spacing:2px;
	color:#c6d7ea;
}

.breadcrump-con span a{
	color:#c6d7ea;
	outline:none;
}

.breadcrump-con span a:hover{
	color:#FFFFFF;
}

.page-container{
	margin-top:80px;
	margin-bottom:60px;
}

::selection {
	background: #76c3e1;
	color: #03203b;
}
::-moz-selection {
	background: #76c3e1;
	color: #03203b;
}

::-webkit-scrollbar {
    width: 10px;
}
 
::-webkit-scrollbar-track {
    border-radius: 0px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 0px;
	background-color: rgba(118, 195, 225, 0.7);
	-webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

::-webkit-scrollbar-thumb:hover{
	background-color: rgba(118, 195, 225, 1);
}


.filter-search h5{
	text-transform:uppercase;
	padding:10px 0px;
	margin:20px 0px 10px 0px;
	text-transform:uppercase;
	color:#fff;
	font-size:17px;
	font-weight:700;
	width:100%;
	background-color:#123e66;
	text-align:center;
	float:left;
}

.filter-search ul{
	width:100%;
	float:left;
	padding:0px;
	margin:0px;
}

.filter-search ul li{
	list-style:none;
	padding:0px 0px 0px 24px;
	margin:6px 0px;
	width:100%;
	float:left;
	position:relative;
    font-weight: bold;
}

.filter-search ul li input{
	float:left;
	margin-right:10px;
	margin-top:2px;
	position:absolute;
	left:0px;
    width: 15px;
    height: 15px;
}

.filter-search ul li label{
	padding:0px;
	margin:0px;
	font-size:15px;
	float:left;
	line-height:normal;
	text-align: left !important;
}


.filter-search select{
	margin-bottom:15px;
	min-height:42px;
}

.filter-search .search-name{
	min-height:42px;
}

@media screen and (min-width: 992px){
    .container {
        max-width: 1230px;
        width: 100%;
    }
}

.filter-search .search-btn{
    width: 100%;
    padding: 10px 0px;
    margin-top: 15px;
    border: none;
    outline: none;
    background-color: #76c3e1;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    font-size: 15px;
}

.filter-search .search-btn:hover{
    background-color: #123d65;
}

input, select{
    box-shadow: none !important;
}


.search-result{
	padding-left:35px;
}

.search-result .col-lg-6 a{
	width:100%;
	border:2px solid #CCCCCC;
	float:left;
	text-align:left;
	padding:0px;
	margin:0px 0px 12px 0px;
	float:left;
	height:auto;
	outline:none !important;
	position:relative;
    text-decoration: none  !important;
}

.search-result .col-lg-6 a .col-lg-8{
	position:relative;
}

.search-result .col-lg-6  a .col-lg-8:after{
	content:'Read More';
	position:absolute;
	bottom:-2px;
	right:13px;
	width:140px;
	font-size:14px;
	font-weight:500;
	background-color:#113e67;
	text-align:center;
	padding:3px 0px;
	color:#fff;
	opacity:0;
	    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
	border-top-left-radius: 15px;
}

.search-result .col-lg-6  a:hover .col-lg-8:after{
	opacity:1;
}

.search-result .col-lg-6 a:hover{
	border:2px solid #123e67;
}

.search-result .col-lg-6 a span{
	width:100%;
	height:130px;
	/* background:url(assets/images/profile.png) no-repeat  center #6f767c; */
	float:left;
}

.search-result .col-lg-6 a span img{
	width:100%;
	height:130px;
	object-fit:cover;
}

.search-result .col-lg-6 .row{
	padding-left:0px;
	margin-left:0px;
}

.search-result .col-lg-6 .col-lg-4{
	padding-left:0px;
	margin-left:0px;
}

.search-result .col-lg-6 h5{
	padding:0px;
	margin:20px 0px 6px 0px;
	font-size:18px;
	font-weight:700;
    color: #111111;
}

.search-result .col-lg-6 p{
	font-size:16px;
	color:#333333;
	padding:0px;
	margin:0px;
}

.site-header {
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
    position: fixed;
    z-index: 999;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}

.header-top{
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.header-top ul{
	width:100%;
	padding:0px;
	margin:8px 0px 0px 0px;
}

.header-top ul li{
	list-style:none;
	padding:0px;
	margin:0px;
	float:right;
}

.header-top ul li a{
	text-transform:uppercase;
	padding:2px 30px;
	margin:0px;
	color:#b7bfc7;
	text-decoration:none;
	font-size:14px;
	border-left:1px solid #b7bfc7;
	letter-spacing:0.8px;
}

.header-top ul li a:hover{
	color:#FFFFFF;
}

.header-top ul li:last-child a{
	border-left:none;
}

.header-top ul li:first-child a{
	padding-right:0px;
}

.header-top .header-search-icon{
	background-color:#75c3e2;
	min-height:45px;
	padding:5px 16px 0px 16px;
	outline:none;
}

.header-top .header-search-icon span{
	color:#FFFFFF;
	font-weight:bold;
	font-size:18px;
}

.header-container{
	width:100%;
	background-color:rgba(235,241,247,1);
	padding:8px 15px;
	-webkit-box-shadow: 0px 3px 4px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 4px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 4px 2px rgba(0,0,0,0.3);
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.brandlogos{  
	width:288px;
	height:78px;
	background:url(../../img/apcam-logo.png) no-repeat;
	float:left;
}

.header-top .header-search-icon{
	background-color:#75c3e2;
	min-height:40px;
	padding:5px 16px 0px 16px;
	outline:none;
}

.header-top .header-search-icon span{
	color:#FFFFFF;
	font-weight:bold;
	font-size:18px;
}

.banner-btmcol{
	width:50px;
	background-color:#76c2e1;
	float:right;
	height:10px;
	margin-right:23px;
	position:relative;
	z-index:-2;
	
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

a, button, i{
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.header-search-icon{
    border: none;
    outline: none;
    color: white;
    font-size: 18px;
}

.navbar{
    border: none;
    background: none !important;
    padding: 0px;
}

.navbar-light .navbar-nav .nav-link{
    color: #303030;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 0px;
    line-height: 1;
    border-bottom: 2px solid transparent;
}

.navbar-light .navbar-nav .nav-link:hover{
    border-bottom: 2px solid #123d66;
    color: #123d66;
}

.navbar-light .navbar-nav .nav-item{
    padding: 0px 20px;
}

.dropdown-toggle::after{
    display: none;
    visibility: hidden;
}

.navbar-nav .dropdown-menu{
    border: none !important;
    padding: 0;
    margin: 5px 0 0 0;
    background-color: #123d65;
    border-radius: 0px;
    border-top: 3px solid #77c3e0 !important;
    width: 280px;
}

.navbar-nav .dropdown-menu a{
    color: #ebf1f7 !important;
    background: none;
    text-transform: uppercase;
    display: block;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    border-bottom: 1px solid #255684;
    white-space: inherit;
}

.navbar-nav .dropdown-menu a:hover{
    color: #77c3e0 !important;
    padding-left: 30px;
}

.fixed-nav-active  {
	background: rgba(18, 62, 102, 0.96);
	-webkit-box-shadow: 0 1px 3px 0 rgba(49, 49, 49, 0.2);
	-moz-box-shadow: 0 1px 3px 0 rgba(49, 49, 49, 0.2);
	-ms-box-shadow: 0 1px 3px 0 rgba(49, 49, 49, 0.2);
	-o-box-shadow: 0 1px 3px 0 rgba(49, 49, 49, 0.2);
	box-shadow: 0 1px 3px 0 rgba(49, 49, 49, 0.2);
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-ms-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
	padding: 6px 0px 2px 0px;
  }

.fixed-nav-active .banner-btmcol{
	height:0px;
}

.fixed-nav-active .header-top{
	margin-top:-50px;
}

.fixed-nav-active .header-container{
	background-color:rgba(235,241,247,0);
	-webkit-box-shadow: 0px 3px 4px 2px rgba(0,0,0,0.0);
	-moz-box-shadow: 0px 3px 4px 2px rgba(0,0,0,0.0);
	box-shadow: 0px 3px 4px 2px rgba(0,0,0,0.0);
	padding-top:2px;
	padding-bottom:2px;
}

.fixed-nav-active   .navbar-light .navbar-nav .nav-link{
	color:#9fb9d5;
	
}

.fixed-nav-active   .navbar-light .navbar-nav .nav-link:hover{
	border-color: #9fb9d5;
}



.fixed-nav-active .brandlogos{
	width: 50px;
	background-position:0px -78px;
    height: 50px;
}

@media (max-width: 992px) {
    .navbar-collapse {
        position: fixed;
        top: 0px;
        right: -350px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 350px;
		height: 100%;

        transition: all 0.4s ease;
        display: block;
		background-color: #75c3e2;
    }
    .navbar-collapse.collapsing {
        height: 100% !important;
        right: -50;
		height: 100%;
        transition: all 0.2s ease;
    }
    .navbar-collapse.show {
        right: 0;
		height: 100%;
    }
}

.closebtn{
	padding: 10px 14px !important;
	display: none;
	visibility: hidden;
	
}


.iiam-profile-page span{
	width:100%;
	height:180px;
	position:relative;
	display:block;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow:hidden;
	float:left;
}

.iiam-profile-page span img{
	width:100%;
	height:180px;
	object-fit:cover;
}

.profile-head-wrapper{
	width:100%;
	background:#e7ebf0;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.profile-head-wrapper ul{
	padding:0px;
	margin:15px 0px 0px 0px;
	width:96%;
	text-align:left;
	border-bottom:2px solid #123d66;
	border-top:2px solid #123d66;
	display:block;
	text-align:center;
	float:left;
}

.profile-head-wrapper ul li{
	list-style:none;
	width:auto;
	padding:5px 15px;
	margin:0px;
	display:inline-block;
	color:#123d66;
	font-size:15px;
	font-weight:700;
	text-transform:uppercase;
}

.profile-head-wrapper h2{
	width:100%;
	text-align:center;
	padding:0px;
	margin:30px 0px 4px 0px;
	font-weight:700;
	font-size:24px;
}

.profile-head-wrapper h6{
	width:100%;
	text-align:center;
	padding:0px;
	margin:0px;
	font-weight:500;
	font-size:15px;
	text-transform:uppercase;
}

.profile-head-wrapper h6 font:nth-child(2){
	position:relative;
	padding-left:10px;
}

.profile-head-wrapper h6 font:nth-child(2):before{
	position:absolute;
	content:',';
	left:0px;
	bottom:0px;
}

.iiam-profile-page .col-lg-6 p{
	padding:0px;
	margin:0px;
}

.iiam-profile-page .repeat-row-pro{
	padding:12px 15px;
	font-size:15px;
	border-bottom:1px dashed #bcc5d0;
}

.iiam-profile-page .repeat-row-pro b{
	color:#333333;
}

.page-container h4 {
    padding: 0px;
    margin: 10px 0px 8px 0px;
    color: #123e66;
    font-weight: 700;
    font-size: 24px;
    width: 100%;
    float: left;
}

.page-container{
	text-align: justify;
}

.apacam-admin .col-lg-4 label{
	padding: 0;
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	color: #123d65;
}

.apacam-admin ul{
	padding: 0;
	margin: 0px 0px 14px 0px;
	width: 100%;
	float:left;
}

.apacam-admin ul li{
	list-style: none;
	display: table-cell;
	float: left;
	margin-bottom: 4px;
}

.apacam-admin ul li label{
	position: relative;
	padding: 0;
	margin: 0px 45px 0px 0px;
	font-weight: 500;
	font-size: 15px;
	padding-left: 22px;
	
}

.apacam-admin ul li label input {
	position: absolute;
	left: 0px;
	top: 4px;
}

.apacam-admin .col-lg-9 .adminheading{
	width: 100%;
	float: left;
	padding: 0;
	margin: 0px 0px 2px 0px;
	font-weight: 500;
	color: #123d65;
}

.apacam-admin .profilepic{
	width: 90%;
	border: 1px dashed #8c8c8c;
	background-color: #fff;
	height: 230px;
	margin-top: 4px;
	border-radius: 4px;
}

.apacam-admin .col-lg-4{
	margin-bottom: 14px;
}

.apacam-admin .profilepic h6{
	width: 100%;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 14px;
}

.apacam-admin .profilepic span{
	width: 140px;
	height: 140px;
	background:url(../../img/propic.png) no-repeat #d5e2ef;
	background-position: 34px 28px;
	float: left;
	margin-bottom: 12px;
	position: relative;
	left: 50%;
	margin-left: -70px;
	border-radius: 8px;
	overflow: hidden;
}

.apacam-admin .profilepic span img{
	width: 140px;
	height: 140px;
	object-fit: cover;
}

.apacam-admin .profilepic:hover{
	border: 1px dashed #123d65;
}

.apacam-admin .col-lg-3 .btn{
	width: 100%;
	background-color: #123e66;
	padding: 10px 0px;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
}

.apacam-admin .col-lg-3 .btn:hover{
	background-color: #0a3155;
}

.adminheader,
.adminheader img,
.adminheader:before{
	height: 280px !important;
	min-height: 280px;
}

.adminheader h1{
	top: 190px;
}

.login-wrapper{
	width: 100%;
	height: 100vh;
	background: url(../../img/01.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}

.login-wrapper:before{
	position: absolute;
	width: 100%;
	height: 100vh;
	background:rgba(18,62,102,0.75);
	content: '';
	left: 0px;
	top: 0px;
	z-index: 0;
}

.login-wrapper .col-lg-4{
	position: relative;
	z-index: 999;
	display: table;
	min-height: 100vh;
}

.login-wrapper .col-lg-4 .loginform{
	display: table-cell;
	vertical-align: middle;
	position: relative;
	background-color: #fff;
	padding: 20px;
	top: 50%;
	margin-top: 165px;
	width: 100%;
	float: left;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
}

.login-wrapper .col-lg-4 .loginform span{
	width: 100%;
	height: 60px;
	float: left;
	text-align: center;
	margin-bottom: 10px;
}

.login-wrapper .col-lg-4 .loginform span img{
	height: 60px;
}

.login-wrapper .col-lg-4 .loginform label{
	font-size: 15px;
	padding: 0;
	margin: 10px 0px 0px 0px;
	width: 100%;
	font-size: 14px;
	font-weight: 500;
}

.login-wrapper .col-lg-4 .loginform a{
	width: 100%;
	text-align: center;
	float: left;
	font-size: 13px;
	color: #363636;
	font-weight: 500;
	margin: 8px 0px 0px 0px;
}

.login-wrapper .col-lg-4 .loginform button{
	width: 100%;
	border: none;
	padding: 8px 0px;
	margin: 12px 0px 0px 0px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	background-color: #123e66;
	color: #fff;
}

@media screen and (max-width: 1024px) {
	
}

@media screen and (max-width: 980px) {
	.footer-wrapper{
		background-image:none;
		background-color:#123e66;
		min-height:inherit;
		padding-top:0px;
		text-align:center;
		padding:30px 0px;
        float: left;
	}
	
	.footer-wrapper span{
		width:50%;
		float:left;
		text-align:left;
		padding:20px 0px 0px 0px;
		margin:0px;
		left:0px;
	}
	
	.footer-wrapper font{
		padding:20px 0px 0px 0px;
	}

    .search-result {
        padding-left: 15px;
        margin-top: 45px;
    }

	.banner-btmcol{
		display: none;
		visibility: hidden;
	}

	.navbar-light .navbar-toggler{
		position: absolute;
		right: 0px;
		border: none;
	}
	
	.navbar-nav{
		margin-top: 40px;
	}

	.closebtn{
		display: block;
		visibility: visible;
		
	}

	.search-result{
		margin-top: 0px;
	}

	.filter-search h5{
		font-size: 16px;
	}

	.fixed-nav-active .navbar-light .navbar-toggler{
		color: #9fb9d5;
	}

	.fixed-nav-active .navbar-light .navbar-nav .nav-link,
	.fixed-nav-active .closebtn{
		color: #03203b !important;
		
	}

	.fixed-nav-active .navbar-light .navbar-nav .nav-link:hover{
		border-color: #03203b;
	}

	.header-top .col-3{
		display: none;
		visibility: hidden;
	}
}

@media screen and (max-width: 667px) {
	
}

@media screen and (max-width: 480px) {
	.news-wrapperhome .col-md-6:last-child{
		padding-top:45px;
	}
	
	.footer-wrapper{
		text-align:center;
	}
	
	.footer-wrapper span,
	.footer-wrapper font{
		width:100%;
		padding-top:10px;
		text-align:center;
	}

	.search-result{
		margin-top: 45px;
	}

	.search-result .col-lg-6 h5,
	.search-result .col-lg-6 p{
		text-align: center;
	}

	.search-result .col-lg-6 p{
		margin-bottom: 18px;
	}

	.search-result .col-lg-6 a span{
		width: 130px;
		height: 130px;
		position: relative;
		left: 50%;
		border-radius: 50%;
		overflow: hidden;
		margin-top: 15px;
		margin-left: -65px;
	}

	.page-container{
		margin-top: 45px;
	}

	.header-top .col-3{
		display: none;
		visibility: hidden;
	}

	.header-top .col-12{
		padding-bottom: 8px;
	}

	.page-header-con,
	.page-header-con img{
		height: 320px;
	}

	.page-header-con h1{
		top: 180px;
	}

	.breadcrump-con{
		top: 240px;
	}

	.iiam-profile-page .repeat-row-pro{
		padding:0px;
		margin:0px;
		border:none;
	}
	
	.iiam-profile-page .repeat-row-pro .col-lg-6{
		border-bottom:1px dashed #bcc5d0;
		padding:10px 15px;
		text-align:left;
	}
	
	.iiam-profile-page .repeat-row-pro .col-lg-6 p{
		text-align:left;
	}

	.iiam-profile-page span{
		margin-top: 20px;
	}

	.page-header-con h1{
		font-size: 24px;
	}

	.profilepic{
		margin-bottom: 15px;
	}

	.header-top ul li a{
		padding-left: 15px;
		padding-right: 15px;
	}

	.adminheader, .adminheader img, .adminheader:before {
		height: 250px !important;
		min-height: 250px;
	}

}

@media screen and (max-width: 320px) {
	
}

@media screen and (max-width: 240px) {
	
}