html,body {
    font-size: 14px;
    color: #797979;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-weight: 400;
    width:100%;
    font-family: 'Open Sans', sans-serif;
	background: #f7f7f7;
}

/*------------------------------------------------------------------*/
/*   IE10 in Windows 8 and Windows Phone 8 Bug fix
/*-----------------------------------------------------------------*/

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

/*
    Page Content
------------------------------------------*/
.contractual{ margin-top:20px;}
.contractual h4 {
	color: #4e4e4e;
	font-weight: normal;
	font-size: 17px;
	line-height: normal;
}
.contractual ul li {
	color: #6c6c6c;
	font-size: 14px;
	line-height: 22px;
	padding-left: 20px;
	background:url(../images/bullet.jpg) no-repeat left top 5px;
	margin: 5px 0
}
.page-content, 
section { overflow: hidden; }

.download a{color:#009;}
.download a:hover{color:#999;}
/*text color*/

.text-muted{}
.text-primary{color: #00a885 !important;;}
.text-finence{color:#13A0B2 !important;;}
.text-mega{color:#00a885 !important;;}
.text-white{color:#fff !important;;}
.text-black{color:#000 !important;}
.text-warning{}
.text-danger{}
.disabled{
    cursor: not-allowed;
}

/*bacground color*/
.lightbg {
    background-color: #f2f2f2;
}
.bg-primary{background-color: #00a885;}
.bg-finence{background-color:#13A0B2;}
.bg-dark-green{
	background-color: #154382;
}
.bg-grey{
	background-color: #0a264c;
}
.bg-green{background-color: #0a264c;}
.bg-white{background-color: #fff;}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -user-select: none;
    -webkit-user-drag: none;
    -user-drag: none;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}
a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn:focus,.btn:active {
    outline: inherit;
    background-color: transparent;
}
*,*:before,*:after {
    box-sizing: border-box;
    /*    direction: rtl;*/
}

p {
    margin: 0 0 15px;
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent;
    background-image: none;
    color: rgb(0, 0, 0);
}
.form-control{
    border-radius: 0px;
    border:1px solid #ccc;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    width: 100%;
    height: 50px;
}
.form-control:focus {
    border-color: #bcefeb;
    outline: 0;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color:#1a1a1a;
    margin-bottom: 10px;
}
h1 {
    font-size: 3rem;
    line-height: 4rem;
}
h2 {
    font-size: 2.5rem;
    line-height: 3rem;
}
h3 {
    font-size: 1.500rem;
    line-height: 2rem;
}
h4 {
    font-size: 1.6rem;
    line-height: 2.2rem;
}
h5 {
    font-size: 1.125rem;
    line-height: 1.575rem
}
h6 {
    font-size: 1rem;
}



h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
p span{
    color:#00a885;
}

p {
    line-height: 1.5rem;
}
p:last-child {
    margin-bottom: 0px;
}
.spacing-50 {
    padding-top: 50px;
}

ul{
    margin:0;
    padding:0;
    list-style:none;
}
.list-inline>li {
    display: inline-block;
    padding-right: 0;
    padding-left: 0;
}
/*
Button
*/
.btn{
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    font-size:14px;
    font-weight: 600;
    border:1px solid;
    padding: 1rem 4rem;
}
.btn-primary{
    color: #fff;
    background-color: #00a885;
    border:1px solid;
    border-color: #00a885;

}
.btn-primary:hover{
    background-color: #eee;
    border-color: #eee;
    color:#00a885;
}

.btn-default{
    color: #fff;
    background-color: transparent;
    border:1px solid;
    border-color: #b6b6b6;
}
.btn-default:hover{
    color: #fff;
    background-color: #00a885;
    border-color: #00a885;
}


/*
socail icon
--------------------------------*/
/*
Extra height css
*/
.m-0{
    margin:0 !important;
}
.m-top-0{
    margin-top:0;
}
.m-r-0{
    margin-right: 0;
}
.m-l-0{
    margin-left: 0;
}
.m-b-0{
    margin-bottom: 0;
}

.m-r-15{
    margin-right: 15px;
}
.m-l-15{
    margin-left: 15px; 
}
.m-top-10 {
    margin-top: 10px;
}
.m-top-20 {
    margin-top: 20px;
}
.m-top-30 {
    margin-top: 30px;
}
.m-top-40 {
    margin-top: 40px;
}
.m-top-50 {
    margin-top: 50px;
}
.m-top-60 {
    margin-top: 60px;
}
.m-top-70 {
    margin-top: 70px;
}
.m-top-80 {
    margin-top: 80px;
}
.m-top-90 {
    margin-top: 90px;
}
.m-top-100 {
    margin-top: 100px;
}
.m-top-110 {
    margin-top: 110px;
}
.m-top-120 {
    margin-top: 120px;
}

.m-t-b-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.m-t-b-120 {
    margin-top: 120px;
    margin-bottom: 120px;
}

.m-bottom-10 {
    margin-top: 10px;
}

.m-bottom-20 {
    margin-bottom: 20px;
}
.m-bottom-30 {
    margin-bottom: 30px;
}

.m-bottom-40 {
    margin-bottom: 40px;
}

.m-bottom-60 {
    margin-bottom: 60px;
}

.m-bottom-70 {
    margin-bottom: 70px;
}

.m-bottom-80 {
    margin-bottom: 80px;
}

.m-bottom-90 {
    margin-bottom: 90px;
}

.m-bottom-100 {
    margin-bottom: 100px;
}

.m-bottom-110 {
    margin-bottom: 110px;
}

.m-bottom-120 {
    margin-bottom: 120px;
}

.m_t__b{
    margin: 14rem 0;
}
.p_t__b{
    padding: 6rem 0;
}

p-0{
    padding:0 !important;
}

.p-l-15{
    padding-left: 15px;
}

.p-r-15{
    padding-right: 15px;
}

.p-top-10 {
    padding-top: 10px;
}
.p-top-20 {
    padding-top: 1.33rem;
}

.p-bottom-20 {
    padding-bottom: 1.33rem;
}

.p-top-30 {
    padding-top: 1.875rem;
}

.p-bottom-30 {
    padding-bottom: 1.875rem;
}

.p-top-40 {
    padding-top: 2.66rem;
}

.p-bottom-40 {
    padding-bottom: 2.66rem;
}

.p-top-60 {
    padding-top: 5rem;
}

.p-bottom-60 {
    padding-bottom: 5rem;
}

.p-top-80 {
    padding-top: 5.714rem;
}

.p-bottom-80 {
    padding-bottom: 5.714rem;
}

.p-top-90 {
    padding-top: 6.429rem;
}

.p-bottom-90 {
    padding-bottom: 6.429rem;
}
.p-top-100 {
    padding-top: 100px;
}

.p-bottom-100 {
    padding-bottom: 100px;
}
.p-top-110 {
    padding-top: 110px;
}

.p-bottom-110 {
    padding-bottom: 110px;
}

.p-bottom-0 {
    padding-bottom: 0;
}

/*for placeholder changes*/

input[type="email"].form-control::-webkit-input-placeholder {
    color: #797979;
    background-color: transparent;
}

input::-webkit-input-placeholder ,
input::-moz-placeholder ,
input:-ms-input-placeholder ,
input::placeholder ,
input::-webkit-input-placeholder ,
input::-moz-placeholder ,
input::-ms-input-placeholder {
    color: #cdcdcd;
}
textarea::-webkit-input-placeholder,
textarea::-moz-input-placeholder,
textarea::-ms-input-placeholder{
    color: #cdcdcd;
    padding: 5px;
}

.transform_scal_rotate:hover img{ 
    -webkit-transform: scale(1.1) rotate(4deg); 
    transform: scale(1.1) rotate(4deg); 
}

.culmn{
    width:100%;
    overflow: hidden;
}
.fix{
    overflow: hidden;
}
/*heading title all area*/
.head_title{
    padding-bottom: 2.143rem;
    overflow: hidden;
}
.head_title h2{
    font-weight: 700;
    font-size:2.250rem;
}
.head_title h5{
    font-weight: 400;
    font-size:1.125rem;
    color:#999999;
}

/*End off pridifain css*/



/*Preloader*/
#loading{
    background-color: #00a885;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    left:0;
    z-index: 9999;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
    -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); 
    -webkit-animation: loading-center-absolute 1.5s infinite;
    animation: loading-center-absolute 1.5s infinite;

}
.object{
    width: 25px;
    height: 25px;
    background-color: #FFF;
    float: left;

}


#object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
}
#object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
}
#object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
}
#object_four {
    -webkit-animation: object_four 1.5s infinite;
    animation: object_four 1.5s infinite;
}


@-webkit-keyframes loading-center-absolute {
    100% { -webkit-transform: rotate(-45deg); }

}

@keyframes loading-center-absolute {
    100% { 
        transform:  rotate(-45deg);
        -webkit-transform:  rotate(-45deg);
    }
}



@-webkit-keyframes object_one {
    25% { -webkit-transform: translate(0,-50px) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }

}

@keyframes object_one {
    25% { 
        transform: translate(0,-50px) rotate(-180deg);
        -webkit-transform: translate(0,-50px) rotate(-180deg);
    } 
    100% { 
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}


@-webkit-keyframes object_two {
    25% { -webkit-transform: translate(50px,0) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_two {
    25% { 
        transform: translate(50px,0) rotate(-180deg);
        -webkit-transform: translate(50px,0) rotate(-180deg);
    } 
    100% { 
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}

@-webkit-keyframes object_three {
    25% { -webkit-transform: translate(-50px,0) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_three {
    25% { 
        transform:  translate(-50px,0) rotate(-180deg);
        -webkit-transform:  translate(-50px,0) rotate(-180deg);
    } 
    100% { 
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: rtranslate(0,0) rotate(-180deg);
    }
}


@-webkit-keyframes object_four {
    25% { -webkit-transform: translate(0,50px) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_four {
    25% { 
        transform: translate(0,50px) rotate(-180deg); 
        -webkit-transform: translate(0,50px) rotate(-180deg);  
    } 
    100% { 
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}
/*End off Preloader*/


/*
Nav Menu style
==================*/

.navbar-brand {
    padding: 3px 15px;
}
.navbar-brand > img {
    display: inline-block;
    /*width: 100%;*/
    margin-top: -15px;
}

.navbar-callus li,.navbar-socail li a{
	font-weight: 800;
	font-size: 16px;
	color: #fff;
	padding: 10px;
	display: inline-block;
	text-transform: uppercase;
}
.navbar-socail li a:hover{
    background-color: #0a264c;
    color:#fff;
}
a.navbar-brand span{
	font-weight:800;
    font-size:14px;
	line-height:16px;
    color:#0a264c !important;
    display: inline-block;
	text-transform:uppercase;
    padding-top: 20px;
}
a.navbar-brand span span{
	display:block;
	clear:both;
    padding-top: 0px;
	color:#323232 !important;
}

/*
Home Section style
==================*/

.home{
    width:100%;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.50);
    width: 100%;
    height:100%;
    position: absolute;
    left:0;
    top: 0;
}

.bg {
	min-height: 70vh;
	background-size: cover;
    background-repeat: repeat;
    background-position: center center;
    position: relative;
}
.head-text {
    position: absolute;
    z-index: 9;
    width: 100%;
	color:#0a264c;
    text-align: left;
    padding-top: 300px;
    padding-bottom: 190px;
}
.head-text a {
	text-decoration: underline;
	color: #fff;
	font-size: 12px;
    font-weight: inherit;
    letter-spacing: .4px;
}
.head-text h1 {
	font-size: 52px;
	line-height:54px;
	font-weight: 900;
	color:#0a264c;
	text-transform:uppercase;
}
.head-text h4 {
	font-size: 18px;
	font-weight: 600;
	color:#000;
	width:auto;
	display:inline-block;
	padding:0 15px;
	background:#0a264c;
	position:relative;
	margin-left:15px;
}
.head-text h4:before,.head-text h4:after{
    content: '';
    width: 0px;
    height: 0px;
    top: 0px;
    position: absolute;
}
.head-text h4:before{
    border-bottom: 30px solid transparent;
    border-left: 15px solid #0a264c;
    right: -15px;
}
.head-text h4:after {
    border-top: 30px solid transparent;
    border-right: 15px solid #0a264c;
    left: -15px;
}
.head-text h5{
	font-size: 36px;
	font-weight: 400;
	color:#fff;
	text-transform:uppercase;
	font-family:oswald;
	margin-top:10px;
}

@media (max-width: 992px) {
	.bg {min-height: 50vh;}
	.head-text {
		padding-top: 165px;
		padding-bottom: 150px;
	}
	.head-text h5 {
		font-size: 26px;
		font-weight: 400;
		line-height: 30px;
		color: #fff;
		text-transform: uppercase;
		font-family: oswald;
	}
}
@media only screen and (max-width: 767px) {
	.bg {min-height: 25vh;}
    .head-text h1 {		
		font-size: 41px;
		line-height: 38px;
	}
}

.owl-carousel .owl-dot {
    background-color: transparent;
    border-radius: 100%;
    border: 1px solid white;
    display: inline-block;
    padding: 4px 4px;
    margin-right: 5px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {    
	margin:0;
}
.owl-theme .owl-nav {
    margin-top: 0px !important;
}

@media only screen and (max-width: 768px) {
    .owl-carousel .owl-dot {
	    background-color: transparent;
	    border-radius: 100%;
	    border: 1px solid white;
	    display: inline-block;
	    padding: 5px 5px !important;
	    margin-right: 5px;
	}
}

.owl-carousel .owl-dot.active {
    background-color: #fff;/*
    border-color: #e1666a;*/
}
.owl-theme .owl-dots .owl-dot span {
    width: 0px !important;
    height: 0px !important;
    margin: 0px 0px !important;
	background: #0a264c !important;
}

.header_slide img.img-responsive {
    margin: 0px;
    margin-top: -50px;
}
.owl-theme .owl-dots {
    position: absolute;
    bottom: 25px;
    width: 100%;
}

.main_home .home_text h2{
    font-size:36px;
    font-weight: 400;
}
.main_home .home_text h1{
    font-size:48px;
    font-weight: 700;
}
.main_home .home_text h3{
    font-size:24px;
    font-weight: 400;
}
.main_home .slick-dots li button::before {
    font-family: slick;
    font-size: 8px;
    line-height: 7px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 10px;
    content: "";
    text-align: center;
    opacity: 0.9;
    color: white;
    border:1px solid #fff;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
}
.main_home .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
}
.main_home .slick-dots li.slick-active button:before{
    opacity: 1;
    background-color: #00a885;
}
.main_home .slick-dots{
    bottom: -200px;
}

.work_container .slick-arrow ,
.main_home .slick-arrow{
    font-size:3rem;
    color:#fff;
    top:30%;
    position: absolute;
    z-index: 90;
    cursor: pointer;  
}
.main_home .nextprevleft{
    left:-3%;
}
.main_home .nextprevright{
    right:-3%;
}
.home_btns{
    margin-left:-10px;
}
.home_btns a{
    margin-left:10px;
}



.com-relative{
	position:relative;
}
.home-nb{
    background: #fff;
    z-index: 99999;
}
.welcome-box{
    padding: 0;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	border-top: 4px solid #0a264c;
}
.welcome-box h2 {
    color: #0a264c;
    padding: 10px 25px;
    margin: 0;
    font-size: 22px;
    line-height: 24px;
	font-weight:800;
    text-transform: uppercase;
	border-bottom: 1px solid #e2e2e2;
}
.welcome-box p {
    padding: 15px 25px 25px 25px;
    margin: 0;
	color:#666;
    font-size: 15px;
    line-height: 25px;
}
.welcome-box p a {
	color:#0a264c;
	font-weight:800;
}

.principal-msg{
    padding: 0 0 27px 0;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	border-top: 4px solid #0a264c;	
	border-bottom: 4px solid #0a264c;	
}
.principal-msg h2 {
	background:#0a264c;
    color: #fff;
    padding: 10px 25px;
    margin: 0;
    font-size: 22px;
    line-height: 24px;
    font-weight: 800;
    text-transform: uppercase;
    border-bottom: 2px solid #0a264c;
}
.principal-msg h3 {
    color: #0a264c;
    padding: 23px 0 10px 0;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 800;
    text-transform: uppercase;
}
.principal-msg h3 span {
    color: #0a264c;
    padding: 25px 0 10px 0;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-transform: none;
}
.principal-msg img{
	float:left;
	margin: 25px 10px 15px 25px
}
.principal-msg p {
    padding: 10px 25px 12px 25px;
	font-size:14px;
	line-height:20px;
}

.top-marign-25{
	margin-top:25px;
}
.set-box{
	padding:45px;
	background:#fff;
}
/*.fac-1,.fac-2,.fac-3{
    width: 100%;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
	width:100%;
	height: 160px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	position:relative;
}*/
.fac-1, .fac-2, .fac-3 {
    width: 100%;
    /*margin-top: 0px !important;
     margin-bottom: 0px !important; */
    width: 100%;
    max-width: 350px;
    height: 210px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    margin: 15px auto;
}

a.tab-over {
    display: inline-table;
    background: url(../images/fac-link-ico.png);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
	text-align:center;
	
    background-position: center !important;
    background-repeat: no-repeat !important;
    /*background-size: inherit !important;*/
}
a.tab-over span{
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    padding: 5px 15px;
    margin: 0;
    font-size: 22px;
    line-height: 28px;
	font-weight:800;
    text-transform: uppercase;
	text-shadow:1px 1px #0a264c;
	opacity:0;
}
a.tab-over:hover {
    background: rgba(255, 185, 28, 0.80);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
a.tab-over:hover span{
	opacity:1;
}

.panel {
    border: 1px solid transparent !important;
    border-radius: 0;
}
.panel-body {
    padding: 0px 25px 25px;
}

.glyphicon{
    margin-right:4px !important; /*override*/
}
.pagination .glyphicon{
    margin-right:0px !important; /*override*/
}
.pagination a{
    color:#555;
}
.panel ul{
    padding:0px;
    margin:0px;
    list-style:none;
}
.news-item{
    padding:10px 0;
    margin:0px;
    border-bottom:1px dotted #0a264c; 
}
.news-item a{
	color:#666;
	display:block;
	max-height:59px;
	overflow:hidden;
}
.news-item .name{
    color:#0a264c;
	font-size: 14px;
    line-height: 24px;
    font-weight: 600;
}
.news-item img{
    max-width: 100px; 
	margin-right:10px;
	border:2px solid #0a264c;
}
.panel-footer {
    padding: 10px 25px;
    background-color:  transparent !important;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 7px;
    margin-left: -1px;
    line-height: 1;
    text-decoration: none;
    color: #fff !important;
    background-color: #0a264c !important;
    border-color: #fff !important;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #fff !important;
    background-color: #0a264c !important;
    border-color: #fff !important;
}

/*Footer section*/
footer{
	color: #FFFFFF !important;
	font-size: 12px !important;
	font-weight: 600;
	float: left;
	width: 100%;
	margin-top: 50px;
}
footer h4{
	line-height: 18px !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
	color: #FFFFFF !important;
	margin-bottom: 0px;
}
.copyright{
	padding: 12px 0 18px;
	color:#4bb08e;
	font-size:12px;
	font-weight:600;
}
.copyright a{color:#4bb08e !important;}
.copyright a:hover{color:#0a264c !important;}
.divider{
    width:100%;
    height: 1px;
    background-color: #434769;
    display: inline-block;
}
.widget_ab_item_text h6{
    margin-bottom:5px;
}
.widget_item h5{
	font-weight: 700;
	color: #CCCCCC !important;
}
.widget_item .btn:hover{
    background-color: #0ec9a2;
}
.widget_item li a{
	color: #FFFFFF;
}
.widget_item li a:hover{
	color: #CCCCCC;
}

.widget_latst_item_text p{
    margin-bottom: 0px;
    color:#aaaaaa;
}
.widget_service li i,
.widget_latst_item_text a{
    font-size:11px;
    color:#4bb08e;
}
.widget_service li i{
    margin-right: 5px;
}
.widget_service li{
	font-size: 13px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
}
.widget_newsletter li a:hover i,
.widget_latst_item_text:hover p,
.widget_service li:hover,
.widget_service li:hover i{
    color:#fff;
}

.widget_ab_item .item_icon,
.widget_latst_item .item_icon{
    float: left;
    width: 20%;
    display: inline-block;
    margin-right: 15px;
}
.widget_ab_item .widget_ab_item_text,
.widget_latst_item .widget_latst_item_text {
    display: inline-block;
    width: 70%;
}
.widget_ab_item .item_icon{
    float: left;
    width: 8%;
    display: inline-block;
    margin-right: 5px;
}
.widget_ab_item .widget_ab_item_text {
	display: inline-block;
	width: 80%;
	font-weight:bold !important;
	color: #FFFFFF !important;
}
.widget_ab_item .widget_ab_item_text a{
	color: #FFFFFF !important;
}
.widget_newsletter .form-inline .form-group{
    display: block;
}
.widget_newsletter .form-control{
    width:80%;
    height: 40px;
    background-color: #1a1a1a;
    border-color:#333333;
    display: inline-block;
}
.widget_newsletter .btn{
    width: 20%;
    padding: 0.65rem 1.2rem;
    background-color: #00a885;
    border-color:#00a885;
    color:#fff;
    border-radius: 0;
    margin-left:-4px;
    display: inline-block;
}
.widget_brand a{
    font-size:30px;
    font-weight: 800;
    color:#aaa;
}
.widget_newsletter li a i{
    color:#aaa;
}


.main_footer i {
    padding: 0px 5px;
    color: #ff0000;
}

.main_footer a {
    color: #ddd;
    padding: 5px;
}




.campus-tour{
	margin-bottom: 50px;
    background-color: #fff;
}
.campus-column{
    padding-left: 0;
    padding-right: 0;
}
/*.campus-vdo-box{
    padding-top: 140px !important;
    padding-bottom: 150px !important;
    background: #0a264c url(../images/video-img.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}*/
.campus-slide-box{
    float: left;
    width: 100%;
}
.campus-txt-box{
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding-top: 83px !important;
    padding-right: 40px !important;
    padding-bottom: 125px !important;
    padding-left: 50px !important;
    background-color: #fff !important;
}
.campus-txt-box h2 {
    color: #0a264c;
    padding: 5px 0;
    margin: 0;
    font-size: 22px;
    line-height: 28px;
    font-weight: 800;
    text-transform: uppercase;
	position: relative;
}
.campus-txt-box h2:before {
	content:"";
	width: 60px;
	height:3px;
	background:#0a264c;
	position:absolute;
	top:-3px;
}
.campus-txt-box  h3{
    font-size: 18px;
	font-weight:800;
	color:#0a264c;
    line-height: 22px;
	margin-top:25px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
	margin: 65px 0px 0px 0;
}
.themeum-social-button ul li {
    float: left;
    padding-right: 18px;
    font-size: 18px;
    line-height: 20px;
}
.themeum-social-button ul li a {
    color: #999;
}
.themeum-social-button ul li a:hover {
    color: #0a264c;
}

.video-box1{
    padding-top: 50px !important;
    padding-right: 40px !important;
    padding-bottom:92px !important;
    background: url(../images/video-bg.png) bottom right no-repeat;
}
.video-box1 h2,.video-box1 h3{text-align:center !important;}
.video-box1 h2:before{background: #fff !important;}
.video-box1 a.play-btn {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    font-size: 100px;	
    line-height: 10px;
    padding: 0;
    color: #0a264c;
	cursor:pointer;
}
.video-box1 a.play-btn:hover {color: #0a264c;}



.owl-text-overlay   {
	position: absolute;
	text-align: center;
	width: auto;
	bottom: 15px;
	right: 0;
	margin:0;
	background-color: rgba(255, 188, 28, 0.9);
	background:  rgba(255, 188, 28, 0.9);
	z-index:999;
}
h2.owl-title  {
	font-size:15px;
	line-height:18px;
	font-weight:600;
	color: #fff !important;
	padding: 6px 25px 6px 15px;
	margin:0;
}
.owl-prev {
    position: absolute;
    top: 43%;
    margin-left: -20px;
    display: block !important;
    border:none;
	background:#0a264c !important;
}

.owl-next {
    position: absolute;
    top: 43%;
    right: 0;
    display: block !important;
    border:none;
	background:#0a264c !important;
}


.video-box{
    padding: 15px 40px;
    background-image: url(../page-not-found.html);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.video-box a.play-btn {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    font-size: 100px;	
    line-height: 10px;
    padding: 0;
    color: #fff;
	cursor:pointer;
}
.video-box a.play-btn:hover {color: #0a264c;}

    .item .hidden-xs {
        display: block !important;
    }
    .owl-nav {
        display: block !important;
    }
    
   .thank-you-btn{
   background-color: #0a264c !important;
   }
.thank-you-btn:hover{
   background-color: #00a885 !important;
   }
