/*
************************************************************
*********** ICMA Pakistan Css File **********************
******************************************************
**************************************************
*/

body {
    font-family: 'Arial', 'Open Sans', sans-serif;
    font-size: 15px;
    color: #232323;
    
}

a {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition:  .5s;
    text-decoration: none;
    font-family: 'Arial', 'Open Sans', sans-serif;
}
h1,h2,h3,h4,h5,h6
{
	font-family: 'Arial', 'Open Sans', sans-serif;
}
.clearfix, .clear {
    clear: both;
}

*, *::before, *::after {
    box-sizing: border-box;
}

    *, *::before, *::after {
        box-sizing: border-box;
    }

* {
    margin: 0;
}

.top-header {
   
    padding: 10px 0px;
}

.user-navigation {
    float: right;
    margin-left: 20px;
    margin-top: 6px;
}

.top-navigation {
    float: right;
    padding-top: 10px;
}

.user-navigation a {
    float: right;
    color: #fff;
    text-decoration: none;
    margin-left: 5px;
  /*  background: url(../images/top-user-icon.jpg)left no-repeat; */
    padding: 5px 0 5px 0px;
}
.user-navigation a i
{
	    margin-right: 8px;
    font-size: 18px;
}

.top-navigation ul {
    list-style: none;
}

    .top-navigation ul li {
        float: left;
        margin-right: 10px;
    }

        .top-navigation ul li a {
            color: #fff;
            text-decoration: none;
            border-right: #fff solid 1px;
            padding-right: 10px;
        }

        .top-navigation ul li:last-child a {
            border: 0px !important;
        }

.main-navigation ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .main-navigation ul li {
        float: left;
        margin: 10px 16px;
        text-align: center;
    }

        .main-navigation ul li a {
            text-align: center;
            font-size: 14px;
            color: #000000;
            height: 50px;
            display: inline-block;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

.logo {
    position: absolute;
    z-index: 999;
}
.about-icma
{
	line-height:21px;
	 /*   border-left: #cecece dashed 1px; */
	    min-height:365px;
}

.about-icma img {
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
}

.about-icma h2 {
    font-size: 24px;
    font-weight: 400;
    text-transform:uppercase;
     
    display: inline-block;
    padding: 10px 0px;
     
    margin-top:0px;
    
}
.top-search
{
	margin-bottom:20px;
	    border-bottom: #434343 solid 1px;
}
.top-search input
{color:#a0a0a0;
	padding:5px 15px;
	width:88%;
	background:none;
	border:0px;
}
.top-search button
{
	color:#a0a0a0;
	background:none;
	border:0px;
	    padding: 7px 5px;
	    cursor:pointer;
}
.slider-bottom-home-about {
    padding: 15px 0px;
    display: inline-block;
    width: 100%;
    padding-bottom: 0px;
}

.cources-section {
    background: #cfcfcf;
    padding: 60px 0px;
    display: inline-block;
    width: 100%;
}

    .cources-section h1 {
        font-size: 35px;
        font-weight: 600;
        color: #484848;
        text-align: center;
        margin-bottom: 50px;
        margin-top:0px;
    }

.cource-box img {
    width: 100%;
}

.cource-box .cource-heading {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100px;
    text-align: center;
    color: #000;
    font-size: 20px;
    background: #fff;
    margin-bottom: 10px;
    line-height:21px;
}

.main-slider {
    position: relative;
}

.events-section {
 /*   background: url(../images/events-bg.jpg) no-repeat; */
    background-size: cover;
    padding: 20px 0px;
    display: inline-block;
    width: 100%;
    background-color: #eee;
}

    .events-section h1 {
        color: #696969;
        font-size: 30px;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

.event-item {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.5);
    float: left;
    margin: 9px;
    text-align: center;
    padding-bottom:15px;
    width:91%;
}
.event-item .event-title
{
	    margin: 10px 5px;
    height: 47px;
    overflow: hidden;
}
.event-title>a:hover{
	text-decoration:none;
}
.events-section .owl-next, .events-section .owl-prev
{
	    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 39px;
    text-align: center;
    line-height: 38px;
	
}
.events-section .owl-next {
    right: -46px;
    top: 43%;
}
.events-section .owl-prev {
    left: -46px; 
    top: 43%;
}
.event-cal {
    background: #03818d none repeat scroll 0 0;
    border-radius: 50px;
    color: #fff;
    height: 86px;
    margin: 20px;
    text-align: center;
    width: 86px;
}

.event-date {
    color: #fff;
    font-size: 36px;
    line-height: 36px;
    padding-top: 16px;
    text-transform: uppercase;
}

.event-day {
    color: #fff;
    font-size: 17px;
    line-height: 18px;
    text-transform: uppercase;
}

.event-title a {
     color: #434343;
    font-size: 12px;
    font-weight: bold;
    line-height: 17px;
    /* padding: 0px 15px; */
    text-align: center;
    width: 100%;
}

.event-org {
    color: #828282;
    font-size: 11px;
    line-height: 11px;
    padding-top: 13px;
}
.event-org{
    color: #fff;
    font-size: 13px;
    background: #ff7700;
    padding: 5px 15px;
    border-radius: 3px;
  display: inline-block;
    text-decoration: none;
}


.news-notices-left {
    background: #0eb9cb none repeat scroll 0 0;
    float: left;
    height: auto;
    padding-bottom: 30px;
    min-height: 645px;
}

.news-content {
    float: right;
}

.events-head {
    color: #fff;
    text-align: center;
}


.line {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 3px;
    margin: 0 0 14px;
    width: 26px;
}
.news-section .owl-next:before,.news-section .owl-prev:before {
     
    font-size: 26px;
}
.news-section .owl-next {
   right: 7px;
    top: -37px;
       background: #ff7700;
       color:#fff;padding: 0px 8px; 
}
.news-section .owl-prev{
   right: 38px;
   left:inherit;
    top: -37px;
       background: #ff7700;
       color:#fff;
     padding: 0px 8px;
}
.news-section .owl-prev:hover,.news-section .owl-next:hover
{
	background: #ffbf00 ;
}
.news-section
{
	padding:30px 0px;
}
.news-section h2
{
	margin-top:0px;
	text-transform:uppercase;
}
 .news-section .news-item {
    height: 255px;
    padding: 0px 5px; 
}
.news-section .news-item .news-title-design
{ 
	font-size: 15px;
    line-height: 22px;
    margin-bottom: 9px;
    margin-top: 10px;
    font-weight: 700;
}
.news-section .news-item img
{
	width:100%;
}
.cma-program-section
{
	background: #069585 !important;
	padding:30px 0px;
}
.cma-program-section h2
{
	font-weight:400;
	color:#fff;
	font-size:34px;
	text-transform:uppercase;
 
}
.cma-program-section h3
{
	color:#fff;
	font-size:21px;
	margin-bottom:20px;
}
.cma-program-section ul
{
	list-style:none;
	margin:0px;
	padding-left:10px;
}
.cma-program-section i
{
	margin-right:5px;
}
.cma-program-section ul li
{
	 margin-bottom:13px;
	 color:#fff;
	 line-height:20px;
	 width: 100%;
}
.cma-program-section img
{
	margin-bottom:15px;
}
.cma-program-section p
{
	margin:15px 0px;
	color:#fff;
	line-height:21px;
}
.invisible {
    display: inline-block;
    height: 120px;
    vertical-align: middle;
}
.inner-content img
{
	border:#fff solid 2px;
box-shadow:  0px -2px 13px -5px rgba(0,0,0,0.45);
}
.news-cal {
    background: #fff none repeat scroll 0 0;
    border-radius: 50px;
    float: left;
    height: 86px;
    margin: 15px;
    text-align: center;
    width: 86px;
}

.news-date {
    color: #0eb9cb;
    font-size: 36px;
    line-height: 36px;
    padding-top: 16px;
    text-transform: uppercase;
}

.news-day {
    color: #0eb9cb;
    font-size: 17px;
    line-height: 18px;
    text-transform: uppercase;
}

.news-title {
    display: inline-block;
    vertical-align: middle;
    width: 66%;
}

    .news-title a {
        color: #fff;
        font-size: 17px;
        line-height: 23px;
        text-transform: uppercase;
    }

.news-notices-right {
    background: #fea501 none repeat scroll 0 0;
    float: left;
    padding-bottom: 30px;
    min-height: 645px;
}

.notices-content {
}

.events-head {
    color: #fff;
    text-align: center;
}

.notices-cal {
    background: #fff none repeat scroll 0 0;
    border-radius: 50px;
    float: left;
    height: 86px;
    margin: 15px;
    text-align: center;
    width: 86px;
}

.notices-date {
    color: #fea501;
    font-size: 36px;
    line-height: 36px;
    padding-top: 16px;
    text-transform: uppercase;
}

.notices-day {
    color: #fea501;
    font-size: 17px;
    line-height: 18px;
    text-transform: uppercase;
}

.notices-title {
    display: inline-block;
    vertical-align: middle;
    width: 66%;
}

    .notices-title a {
        color: #fff;
        font-size: 17px;
        line-height: 23px;
        text-transform: uppercase;
    }

.affiliation-section {
    padding: 30px 0px;
    display: inline-block;
    width: 100%;
        border-top: #cecece dashed 1px;
}

.uselink {
    float: left;
    width: 140px;
    text-align: center;
    margin: 15px 10px;
    line-height:23px;
}

    .uselink span.uselinkicon {
        background: rgba(0, 0, 0, 0) url("../images/footer-tabs-design.jpg") no-repeat scroll;
        display: inline-block;
        height: 125px;
        width: 130px;
        cursor: pointer;
    }

    .uselink a {
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
        color: #007f8e;
        font-size: 16px;
    }

        .uselink a:hover {
            text-decoration: none;
            color: #007f8e !important;
        }

    .uselink span.uselinkicon.payment-icon {
        background-position: -6px -14px;
    }

    .uselink span.uselinkicon.web-tv-icon {
        background-position: -178px -14px;
    }

    .uselink span.uselinkicon.event-icon {
        background-position: -367px -14px;
    }

    .uselink span.uselinkicon.cmapracticing-icon {
        background-position: -550px -14px;
    }

    .uselink span.uselinkicon.publication-icon {
        background-position: -735px -14px;
    }

    .uselink span.uselinkicon.payment-icon:hover, .uselink a:hover span.uselinkicon.payment-icon {
        background-position: -6px -148px;
    }

    .uselink span.uselinkicon.web-tv-icon:hover, .uselink a:hover span.uselinkicon.web-tv-icon {
        background-position: -178px -148px;
    }

    .uselink span.uselinkicon.event-icon:hover, .uselink a:hover span.uselinkicon.event-icon {
        background-position: -367px -148px;
    }

    .uselink span.uselinkicon.cmapracticing-icon:hover, .uselink a:hover span.uselinkicon.cmapracticing-icon {
        background-position: -550px -148px;
    }

    .uselink span.uselinkicon.publication-icon:hover, .uselink a:hover span.uselinkicon.publication-icon {
        background-position: -735px -148px;
    }



.footer {
    background: #008091 none repeat scroll 0 0;
    padding-bottom: 45px;
}

.footcols {
    margin-top: 48px;
}

.footmenu {
    list-style-type: none;
    margin-top: 19px;
    padding: 0;
}

    .footmenu li a {
        color: #fff;
        display: block;
        font-size: 12px;
        padding: 3px 0;
        text-decoration: none;
    }

.footmenuhead h3 {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
}


/*****************************************/
/******* New Website Theme ***************/
/*****************************************/

.right-sidebar h2 {
    color: #000 !important;
    color: #1D1D1D !important;
    font-size: 28px !important;
    padding-bottom: 20px !important;
    display: inline-block !important;
    padding-right: 15px !important;
    margin-bottom: 20px !important;
    margin-top: 0px !important;
    border-bottom: 1px solid #ca1318 !important;
    margin-left: 20px !important;
    background: url("hhtps:www.icmap.com.pk/images/h2-line.jpg")bottom repeat-x scroll !important;
}

 .right-sidebar ul li a:hover {
            background: #ca1318 !important;
            color:#fff !important;
        }

.profile-mem-head {
font-size: 27px !important;
padding: 10px !important;
border-bottom: 3px solid #ca1318 !important;
color: #000 !important;
background: #fff !important;
margin-bottom: 20px !important;
border-radius: 0px !important;
}
.login-container {
    background: url("https://www.icmap.com.pk/images/laptop-2.jpg") no-repeat !important;
    background-size: cover !important;
    padding: 60px 0px !important;
}
.botsocial a span {
    background: #666 none repeat scroll 0 0 !important;
    border-radius: 50px !important;
    color: #fff !important;
    font-size: 29px !important;
    height: 65px !important;
    margin: 5px !important;
    padding-top: 18px !important;
    text-align: center !important;
    width: 65px !important;
}
.botsocial a:hover span {
    background: #ca1318 !important;
}
.question-paper-sol a i {
color: #ca1318 !important;
}
.question-paper-sol a:hover i{
	color:#fff !important;
}
.question-paper-sol a:hover{
	background: #ca1318 !important;
}
.container {
    max-width: 1270px !important;
    width: 100% !important;
}
.footcopy {
    margin-top: 50px !important;
}
.footer
{
    padding: 10px 0px 50px;
    background-color: #111111;
}

.footmenuhead h3 {
    width: 189px;
    height: 45px;
    line-height: 45px;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    background: #ca1318;
    border-radius: 5px;
    margin-bottom: 30px;
    text-transform: none;
    text-align: left;
    padding-left: 20px;
}
.footmenu {
    padding: 0px;
}
.footmenu li {
	position: relative;
	list-style-type: none;
	padding-left: 20px;
	transition: all 0.3s;
	margin-bottom: 15px;
}
.footmenu li:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 5px;
	background: url(https://www.icmap.com.pk/images/arrow.png) no-repeat 0 0 scroll;
	width: 9px;
	height: 12px;
}
.footmenu li:hover:before {
	content: '';
	background: url(https://www.icmap.com.pk/images/arrow-hover.png) no-repeat 0 0 scroll;
}
.footmenu li a {
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	text-decoration: none;
	display: block;
}
.footmenu li a:hover {
	color: #ca1318;
}
/*********************************************/
/******* End New Website Theme ***************/
/*********************************************/




.botsocial {
    margin-top: 19px;
    margin-right: 53px;
}

    .botsocial a span {
        background: #fff none repeat scroll 0 0;
        border-radius: 15px;
        color: #008091;
        font-size: 20px;
        height: 32px;
        margin: 2px;
        padding-top: 6px;
        text-align: center;
        text-transform: uppercase;
        width: 32px;
    }

.aff-heading {
    font-size: 17px;
    font-weight: 700;
    color: #008091;
    margin-bottom: 10px;
    display: inline-block;
    line-height:23px;
}

a.all {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
}

.footcopy {
    color: #fff;
    display: block;
    font-size: 14px;
    margin-top: 22px;
    text-decoration: none;
}

.recent-update-wrapp {
     
    position: relative;
}

    .recent-update-wrapp h2 
    {
    	text-transform:uppercase;
       
        font-size: 24px;
        padding: 10px 0px;
         
        margin: 0px;
        font-weight:400;
         
    }

.recent-update-box {
       background: url(../images/events-bg.jpg) no-repeat;
       background-size:cover;
    color: #fff;
    margin: 24px 30px;
    padding: 15px;
    width: 82%;
}

.recent-update-text {
    border: #fff solid 1px;
    padding: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 222px;
    text-align: center;
}

    .recent-update-text h3 {
        margin: 0px;
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 700;
        border-bottom: #fff solid 2px;
    }

    .recent-update-text p {
        margin: 0px;
        font-size: 11px;
        font-weight: 700;
        margin-top: 5px;
    }

.owl-next, .owl-prev {
    font-size: 0px;
    position: absolute;
    top: 11px;
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    color: #4c4c4c;
}

    .owl-prev:before {
        font-size: 30px;
        content: "\f104";
    }

    .owl-next:before {
        content: "\f105";
        font-size: 30px;
    }

.owl-prev {
    left: 10px;
    top: 43%;
}

.owl-next {
    right: 10px;
    top: 43%;
}


.navbar-toggle {
    background: #008090;
    color: #fff;
}

    .navbar-toggle .icon-bar {
        background: #fff;
    }

.new-header
{
	    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 999;
}

#bodyContainer
{
	line-height:13px;
}
/*
 ******************************
 **************************
 INNER PAGES
 ************************
 *********************
 */

 

    .new-header .top-header h1 {
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        display: inline-block;
        margin: 0px;
        margin-left: 10px;
        margin-top: 5px;
        font-weight:400;
    }

.home-link {
    display: inline-block;
    margin-right: 5px;
}

.inner-slider {    
    margin-top:49px;
    min-height:300px;
    -webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
}

.inner-page {
    background: #eff0f2;
}

.inner-main-section {
    width: 100%;
    display: inline-block;
    padding: 50px 0px;
}

.inner-bg-white {
    background: #fff;
}

.inner-content img {
    margin: 5px;
}

.right-sidebar h2 {
    /*color: #666666;*/
    color: #1D1D1D;
    font-size: 28px;
    padding-bottom: 10px;
    display: inline-block;
    padding-right: 15px;
    margin-bottom: 20px;
    margin-top:0px;
    border-bottom: 5px solid #F70;
    /*background: url("../images/h2-line.jpg")bottom repeat-x scroll;*/
}
.right-sidebar img
{
	max-width:100%;
}
.full-width
{
	width:100%;
}
 
.inner-content h2 {
  /*  color: #666666;
    font-size: 30px;
    padding-bottom: 10px;
    display: inline-block;
    padding-right: 15px;
    margin-bottom: 20px;
    background: url("../images/h2-line.jpg")bottom repeat-x scroll;
        color: #008091;*/
    font-size: 30px;
    padding-bottom: 0px;
    display: inline-block;
    padding-right: 15px;
    margin-bottom: 20px;
    font-weight: 600;
    
}
.inner-content h3 
{
	color: #2965be;
	padding: 10px 0px 2px 0px;
        display: inline-block;
}
.padd-left-o {
    padding-right: 0px;
}

.right-sidebar .inner-bg-white {
    padding-left: 3px;
    padding-bottom: 40px;
}

.right-sidebar ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .right-sidebar ul li a {
       /* background: #999999;*/
       border-bottom: #d3d3d3 solid 1px;
        color: #313131;
        font-size: 14px;
        padding: 5px 10px;
        display: inline-block;
        width: 100%;
        margin-bottom: 0px;
    }

        .right-sidebar ul li a:hover {
            background: #ffbf00;
            text-decoration: none;
            color:#fff;
        }

.right-sidebar .notices-cal {
    /*background: #067b8d none repeat scroll 0 0;*/
    border-radius: 0px;
    float: left;
    height: 50px;
    margin: 5px;
    text-align: center;
    width: 50px; 
}
.right-sidebar .notices-cal-date 
{
	background: url("../images/date-right-bg.png")right repeat-x scroll;
	    
    width: 86px;
    padding: 0px 14px;
    padding-right: 20px;
    float: left;
    text-align:left;
    color:#FFF;
}

.right-sidebar .notices-date {
        color: #067b8d;
    font-size: 21px;
    line-height: 18px;
    padding-top: 8px;
    text-transform: uppercase;
    border-radius: 3px;
    font-weight: 700;
    display:inline-block;
}

.right-sidebar .notices-day {
     color: #067b8d;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
     display:inline-block;
}
.right-sidebar .notices-title 
{
	 border-bottom:#ccc solid 1px;
	 padding-bottom:10px;
	 }
.right-sidebar .notices-title a {
    color: #333333;
    font-size: 14px;
    line-height: 23px;
    text-transform: inherit;
   
}

.right-sidebar .invisible {
    display: inline-block;
    height: 60px;
    vertical-align: middle;
}

.block-events {
    margin: 10px 5px;
    margin-right: 15px;
}

.block-events-inner {
   /* border: #999999 solid 1px;*/
    padding: 10px;
    margin-top: 60px;
}

.block-heading {
    background: #fff;
    text-align: left;
 
    
}

    .block-heading h3 {
        color: #666666;
        font-size: 30px;
        padding-bottom: 10px;
        display: inline-block;
        text-align: left;
        padding-right: 0px;
        margin-top: 0px;
        margin-bottom: 20px;
       /* background: url("../images/h2-line.jpg")bottom repeat-x scroll;*/
    }

  .view-all-link a {
        color: #fff;
        font-size: 13px;
        background:#ff7700;
        padding:5px 15px;
        border-radius:3px;
     
        text-decoration: none;
    }
    .view-all-link a:hover {
background:#ffbf00;
text-decoration:none;
}

.download-link {
        color: #fff !important;
        font-size: 13px;
        background:#ff7700;
        padding:5px 15px;
        border-radius:3px;
     
        text-decoration: none;
    }
    .download-link:hover {
background:#ffbf00;
text-decoration:none;
} 
.d-headings {
    background: #4ca6b0;
    color: #fff !important;
    font-weight: 400;
    padding: 10px 10px;
    font-size: 18px;
    border-radius:4px;
    
}
.table , table 
{
	border:0px !important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 10px 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 0px;
    border-top: 1px solid #ddd;
}
.bg-grey {
    background: #ededed;
    padding: 15px;
    display: inline-block;
    margin: 15px;
    width: 96%;
      border-radius: 4px;
}
.bg-grey img{
  border-radius:4px;
}
.view-all-link {
    margin: 10px 0px;
    text-align: center;
    display:inline-block;
    text-transform:capitalize;
}

    .view-all-link a {
        color: #fff;
        font-size: 13px;
        background:#ff7700;
        padding:5px 15px;
        border-radius:3px;
    
        text-decoration: none;
    }
    .view-all-link a:hover {
background:#ffbf00;
text-decoration:none;
color:#fff;
}
.view-all-link-recent {
    margin: 10px 0px;
    text-align: center;
    display:inline-block;
    text-transform:capitalize;
}

    .view-all-link-recent a {
        color: #fff;
        font-size: 13px;
        background:#ff7700;
        padding:5px 15px;
        border-radius:3px;
        background:#ffbf00;
    
        text-decoration: none;
    }
    .view-all-link-recent a:hover {
    	background:#ff7700;
    	text-decoration:none;
    	color:#fff;
}
.view-all-link-president {
    margin: 10px 0px;
    text-align: center;
    display:inline-block;
    text-transform:capitalize;
        margin-top: 21px;
}

    .view-all-link-president a {
        color: #fff;
        font-size: 13px;
        background:#ccc;
        padding:5px 15px;
        border-radius:3px;
    text-transform: lowercase;
        text-decoration: none;
    }
    .view-all-link-president a:hover 
    {
    	color: White;
    	text-decoration:none;
		background:#666;
}
.content-footer {
    background: #fff;
    padding: 15px 0px;
    margin-top: 20px;
}

.foot-block {
    border: #999999 solid 1px;
    margin-bottom:20px;
    margin-top:10px;
}
.padd-left-five
{
	padding-left:5px;
}
    .foot-block h3 {
        background: #008091;
        color: #fff;
        font-size: 20px;
        margin: 0px;
        padding: 10px 0px;
        font-weight: bold;
        text-align: center;
        font-weight:400;
    }

.foot-block-inner {
  
    color: #666666;
    font-size: 17px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding:30px 10px;
    text-align: center;
}

    .foot-block-inner a {
        margin-bottom: 5px;
    }


.burger-navigation {
float: right;
margin-left: 25px;
margin-top: 4px;
}

.inner-content {
    padding-bottom: 30px;
}




.overlay {
    background-color: rgba(0,0,0,0.8);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
}

.nav-sidebar {
    background-color: #111111;
    width: 24%;
    height: 100%;
    bottom: 0;
    padding: 15px;
    position: fixed;
    right: -305px;
    top: 0;
    z-index: 12040;
   padding-bottom:60px;
}
.nav-sidebar ul.nav-sidebar-inner
{
	overflow-y:auto;
	height:100%;
	padding-bottom:50px;
	
}
.close-nav {
	color: #a0a0a0;
	cursor: pointer;
	font-size: 25px;
	margin-left: 0px;
	margin-top: -6px;
	margin-bottom: 15px;
}
.ul-liststyle
{
	list-style:none;
	margin:0px;
	padding:0px; 
}

.ul-liststyle li
{
	background:#ff7700 none repeat scroll 0 0;
	color:#fff;
	padding:5px 10px;
	margin-bottom:5px;
	width:48%;
	 
	display:inline-block;
}
.eligibility-row-head
{
	background:#ff7700 none repeat scroll 0 0;
	color:#fff;
	padding:5px 10px;
}
.eligibility-row 
{
	 
	padding:5px 10px;
}

.job_posted_st1
{
	 
	border: #A0C132 solid 2px;
color: #A0C132;
font-size: 18px;
font-weight: 700;
height: 57px;
display: inline-block;
padding: 15px 16px;
border-radius: 50%;
    width: 62px;
}
.job_posted_st3
{
	border: #FFA701 solid 2px;
color: #FFA701;
font-size: 18px;
font-weight: 700;
height: 57px;
display: inline-block;
padding: 15px 16px;
border-radius: 50%;
    width: 62px;
}
.job_posted_st2
{
	 
	border: #3A94EA solid 2px;
color: #3A94EA;
font-size: 18px;
font-weight: 700;
height: 57px;
display: inline-block;
 
padding: 15px 16px;
border-radius: 50%;
    width: 62px;
 
}

	
.tab-responsive,.table
{
	border-radius:6px;
	margin-bottom:20px;
	overflow:hidden;
	-webkit-box-shadow:  0px -2px 13px -5px rgba(0,0,0,0.45);
-moz-box-shadow:  0px -2px 13px -5px rgba(0,0,0,0.45);
    box-shadow: 0px -2px 13px -5px rgba(0,0,0,0.45);

}
.tab-responsive .table
{
	box-shadow:none !important;
	border-radius:0px;
	margin-bottom:0px;
	overflow: visible;
}

.table tr:first-child
{
	background: #A79898 !important;
	color:#fff !important;
}
.dataGrid-Pager tr:first-child
{
	background:none !important;
}
.table a
{
	color:#555 ;
}
.table tr:first-child a
{ 
	color:#fff!important;
}
.table img
{
	
box-shadow:none !important;
}
 .dataGrid-Pager td table td
 {
 	padding:0px 2px !important;
 }
  .dataGrid-Pager td table td a
{

color: #fff;
border-radius: 15px;
box-shadow: 0px 1px 1px #CCC;
width: 25px;
text-align: center;
font-weight: bold;
display:inline-block;
font-size: 12px;
line-height:28px;
background-color: #b3b3b3 ;
height:25px;
	}
	
	 .dataGrid-Pager td table td span{

color: #fff;
border-radius: 15px;
box-shadow: 0px 1px 1px #CCC;
width: 25px;
text-align: center;
font-weight: bold;
display:inline-block;
font-size: 12px;
line-height:28px;
background-color: #ff7700;
height:25px;
	}
.dataGrid-Pager td table td span:hover, .dataGrid-Pager td table td a:hover
{
	background-color: #ff7700;
	color: #fff;
}

  .normalPaging td a
{

color: #fff;
border-radius: 15px;
box-shadow: 0px 1px 1px #CCC;
width: 25px;
text-align: center;
font-weight: bold;
display:inline-block;
font-size: 12px;
line-height:28px;
background-color: #b3b3b3 ;
height:25px;
	}
.normalPaging td span{

color: #fff;
border-radius: 15px;
box-shadow: 0px 1px 1px #CCC;
width: 25px;
text-align: center;
font-weight: bold;
display:inline-block;
font-size: 12px;
line-height:28px;
background-color: #ff7700;
height:25px;
	}
	.normalPaging span:hover, .normalPaging td a:hover
{
	background-color: #ff7700;
	color: #fff;
}
.normalPaging-design
{
	margin: 20px auto;
text-align: center;
width: 44%;
}
.normalPaging-design a
{
	color: #fff;
border-radius: 4px;
box-shadow: 0px 1px 1px #CCC;
width: 82px;
text-align: center;
font-weight: bold;
display:inline-block;
font-size: 12px;
line-height:28px;
background-color: #b3b3b3 ;
height:25px;
cursor:pointer;
}
.normalPaging-design a:hover
{
background-color: #ff7700;
	color: #fff;
}
table.normalPaging{
margin: 0 auto;
}
table.normalPaging table td:first-child a{

color: #fff;
border-radius: 15px;
box-shadow: 0px 1px 1px #CCC;
width: 25px;
text-align: center;
font-weight: bold;
display:inline-block;
font-size: 12px;
line-height:28px;
background-color: #ff7700;
height:25px;
	}
/* Table Scroll */
.tab-responsive::-webkit-scrollbar {
    width: 8px;
}
.tab-responsive::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.tab-responsive::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #eff0f1; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.tab-responsive::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}


/* Body Scroll */
body::-webkit-scrollbar {
    width: 8px;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #eff0f1; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
body::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}
/* Body Scroll (Firefox) */



/* Side navigation Scroll */
.nav::-webkit-scrollbar {
    width: .2em;
}
 
.nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.nav::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}


.nav-list li {
   border-bottom:#434343 solid 1px;
}

    .nav-list li a {
        color: #a0a0a0;
        font-weight:400;
    }

    .nav-list li label {
        padding: 5px 0px;
        cursor: pointer;
        color: #a0a0a0;
        font-weight:400;
    }


.home-slider-header {
    background: #00808e;
    width: 100%;
    display: inline-block;
    padding-bottom:20px;
}

.logo-bg {
    text-align: left;
    width: 100%;
    height:103px;
    background: url("../images/logo-icma.jpg")left no-repeat #001240;
     
}
.main-slider ul
{
	list-style:none;
}
.bx-viewport, .main-slider
{
	min-height:430px;
}
.slider-text
{
	visibility:hidden;
}
.bx-viewport .slider-text
{
	visibility: visible;
}
.icma-home-header {
    margin: 20px 0px;
    margin-top:70px;
}

.home-navigation ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .home-navigation ul li {
        float: left;
        width: 33.33%;
    }

        .home-navigation ul li a {
            background: #001240;
            color: #fff;
            font-size: 12px;
            text-align: center;
            padding: 7px 0px;
            margin-right: 5px;
            margin-bottom: 5px;
            display: inline-block;
            width: 97%;
            line-height:17px;
        }

.padd-o {
    padding-left: 0px;
}

.padd-left-0 {
    padding-left: 0px;
    padding-right: 5px;
}


.inner-main-section
{
	line-height:21px;
}
.main-slider {
    position: relative;
}
/*
.slider-text h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 36px;
}*/
.slider-text h2 {
    font-size: 23px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 30px;
}

.slider-text p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height:23px;
}

.slider-text .slider-btn a {
    border: #fff solid 2px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    padding: 10px 35px;
    margin-top: 30px;
    display: inline-block;
    border-radius: 3px;
}

    .slider-text .slider-btn a:hover {
        background: #fff;
        color: #067b8d;
        text-decoration: none;
    }

.slider-text {
    /*left: 29%;*/
    margin: 0 auto;
    position: absolute;
    text-align: left;
    padding: 4% 25px;
    /*width: 656px;*/
    width: 35%;
    background-color: rgba(0,153,153,0.7);
    right: 0px;
    top: 0px;
    height: 100%;
}


.overlay {
    background-color: rgba(0,0,0,0.7);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
}

  

.inner-main-section {
    padding: 8px 0px !important;
}

.inner-content {
    font-size: 15px !important;
    line-height:23px;
}

    
 

.block-heading h3 {
    font-size: 26px !important;
}

.table-responsive td h4 {
    text-align: center !important;
}

.table-responsive tbody tr td ul li {
    margin-bottom: 7%;
}

.content-footer {
    padding: 0px 0px !important;
}

.new-header .top-header {
    background: rgba(0,0,0, 1) !important;
}

.new-header .home-link {
    font-size:20px;
    color:#fff;
}


.bx-wrapper .bx-viewport {
    border: 0px !important;
    box-shadow: inherit !important;
    background:none !important;
}

.bx-wrapper {
    margin-bottom: 0px !important;
}

    .bx-wrapper .bx-pager.bx-default-pager a {
        background: #fff;
    }

    .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        position: absolute;
        bottom: 17px;
        width: auto;
        right: 170px;
    }

        .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
            background: #001240;
        }

.nav-sidebar ul ul li label {
    padding-left: 40px;
}
.right-sidebar
{
	border-left: #e4e4e4 solid 1px;
}
.nav-sidebar ul ul ul li a {
    padding-left: 60px;
}

.bx-wrapper .bx-controls-direction a:before {
    font-size: 20px;
    position: absolute;
    top: 11px;
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    color: #fff;
}

.bx-wrapper .bx-controls-direction a.bx-prev:before {
    content: "\f104";
}

.bx-wrapper .bx-controls-direction a.bx-next:before {
    content: "\f105";
}

 
 
.nav-list li label {
	padding:5px 0px;
	cursor:pointer;
}

.membernc h4 {
    min-height: 38px;
}

/*----- Accordion -----*/
.accordion, .accordion * {
    -webkit-box-sizing:border-box; 
    -moz-box-sizing:border-box; 
    box-sizing:border-box;
}
 
.accordion {
    overflow:hidden;
    box-shadow:0px 1px 3px rgba(0,0,0,0.25);
    border-radius:3px;
    background:#f7f7f7;
}

/*----- Section Titles -----*/
.accordion-section-title {
    width:100%;
    padding:8px;
    display:inline-block;
    border-bottom:1px solid #3ea58b;
    background:#2ebb98;
    transition:all linear 0.15s;
    /* Type */
    font-size:1.200em;
    color:#fff !important;
    text-decoration:none !important;
}
 
.accordion-section-title.active, .accordion-section-title:hover {
    background:#3ea68c;
    text-decoration:none;
    color: #fff !important;
}
 
.accordion-section:last-child .accordion-section-title {
    border-bottom:none;
}
 
/*----- Section Content -----*/
.accordion-section-content {
    padding:14px;
    padding-top:20px;
    display:none;
	margin-top: -15px;

}
#SalientFeaturesList {
  list-style-type: disc;
}
.nav-sidebar{
           display:none;
        }
        .tab-responsive td	{
		padding:5px 10px;
	}
	
	
/*
 ******************************
 **************************
 Additional
 ************************
 *********************
 */
 .home-navigation-new {
     padding-top:20px;
     
 }
 .home-navigation-new ul{
     margin:0px;
     padding:0px;
     list-style:none;
 }

    .home-navigation-new ul li {
        float: left;
        width:50%;
    } 
.home-navigation-new ul li a{
    color: #fff;
    font-size: 12px;
    padding: 5px 15px;
    display: inline-block;

}

.icma-home-header-new {
    margin: 8px 0px;
}
.logo-bg-2 {
    text-align: left;
    width: 100%;
}
	.nav-list li label i{
    margin-right: 8px;
    width:20px;
}

.inner-slider img{

   width:100%;

}
.right-sidebar .notices-title a {
    font-size: 13px !important;
    line-height: 18px !important;
}
.notices-item{
	margin-right: 14px;
	
}
.right-sidebar  .notices-title{
	width: 96% !important;
	
}
.foot-block {
    width: 95%;
    margin-left: 1.5%;
}

.top-header h1 {
    font-weight: bolder;
}

.block-events-inner {
    margin-top: 0px;
}

.corporate-profile{
	width: 100%;
	background-color: #00808e;
	text-align: center;
}
.corporate-profile h3{
	color: White;
	padding-top: 2%;
    margin-top: 4%;
}

.CP-table{
	background-color: White;
	border-spacing: 44px;
    border-collapse: separate;
}

.CP-table fa{
	text-align: center;
}

.entepriseTable1{
	background: #ffbf00;
    color: white;
}
.entepriseTable2{
	background: #ff7700;
    color: white;
}
.entepriseTable3{
	background: #008091;
    color: white;
}


 

.corporate-profile-new 
{
	padding:0px;
	margin:0px;
	list-style:none;
}
.corporate-profile-new  li a
{margin-left:5px ;
	border-bottom:#ccc solid 1px;
	padding:12px 20px;
	font-size:16px;
	color:#333;
	width:100%;
	display:inline-block;
}

.corporate-profile-new  li a i
{
	color: #ff7700;
	font-size:18px;
	margin-right:10px;
}
.corporate-profile-new  li a:hover
{
	text-decoration:none;
	background: #ff7700;
	color:#fff !important;
}
.corporate-profile-new  li a:hover i{
	color:#fff;
}
 
 .notices-item-index-date{
	width: 24%;
	background: url("../images/date-right-bg.png")right repeat-x scroll;
    font-weight: 600;
    color: white;
    padding: 0.5px;
    padding-left: 6px;
}
.index-notices-title{
	margin: 2px 0 12px;
    line-height: 17px;
	}

.recent-update-date{
	width: 24%;
    font-weight: 600;
    background: url("../images/date-right-bg2.png")right repeat-x scroll;
    color: white;
    padding: 4.5px;
}
.notices-update-date{
	width: 24%;
    font-weight: 600;
    background: url("../images/date-right-bg.png")right repeat-x scroll;
    color: white;
    padding: 4.5px;
}
.recent-update-title{
	margin: 2px 0 12px;
    line-height: 17px;
	}
	.recent-update-home
	{
		  /*  border-bottom: #cecece dashed 1px; */
		    padding-bottom:20px;
	}
	.recent-update-wrapp .index-notices-title {
   margin-top:10px;
   margin-bottom:0px;
   
}
	.recent-update-wrapp .recent-update-title{
		margin-top:10px;
		 }
		 
		 .button-section{
		 	margin-top: 10%;
		 }
		 .button-section a{
		 	color: White;
		 	padding: 10px;
		 	background-color: rgba(0,153,153,0.7);
		 }
		.button-section a:hover{
			text-decoration: none;
			background-color:rgba(0,130,153,0.7);
			color:#fff;
		}
		
		.button-section-icp{
		 	margin-top: 10%;
		 }
		 .button-section-icp a{
		 	color: White;
		 	padding: 10px;
		 	background-color: #C1742A;
		 }
		.button-section-icp a:hover{
			text-decoration: none;
			background-color:#d88f37;
			color:#fff;
		}
		
		.button-section-diploma-program{
		 	margin-top: 10%;
		 }
		 .button-section-diploma-program a{
		 	color: White;
		 	padding: 10px;
		 	background-color: #bbc530;
		 }
		.button-section-diploma-program a:hover{
			text-decoration: none;
			background-color:#d3e01f;
			color:#fff;
		}
.cma-program-section{
	padding: 10px 0px 28px 0px !important;
} 
.national-council-box{
	text-align: center;
	line-height: 18px;
}
.nc-designation{
	color: #008091;
}
.accordion-section-title.active, .accordion-section-title:hover {
    background: #3ea68c;
    text-decoration: none;
}
a:hover, a:focus {
    color: #a9a9a9;
    text-decoration: underline;
}
.button-section-director a{
    color: White;
    padding: 10px;
    background-color: #337AA8;
}
.button-section-director {
    margin-top: 40px;
}
.button-section-director a:hover{
			text-decoration: none;
			background-color:#337A97
		}
.president-text{
	text-align: justify;
}
.president-box{
	width: 95%;
}
.past-president-box{
	text-align: center;
	line-height: 18px;
	
}
.past-president-box img{
	width: 75%;
}


.branch-councils-list {
	border-top:#ccc solid 1px;
	padding:0px;
	margin:0px;
	list-style:none;
}
.branch-councils-list  li{
	padding:7px 10px;
	color:#333;
	width:100%;
	display:inline-block;
}
.branch-councils-list  li:hover
{
	text-decoration:none;
	background: #ff7700;
	color:#fff !important;
}

/*Testimonials*/

.testimonials-sections 
{
	background:#919c06;
	padding:10px 0px;
	color:#fff;
}
.testimonials-sections  .tstm-image
{
	width:60px;
	height:60px;
	border-radius:50%;
	border:#fff solid 1px;
	margin-right:10px;
}
 .testimonials-sections .owl-next {
    right: 7px;
    top: 28px;
    background: #fff;
    color: #ced665;
    padding: 0px 8px;
}
.testimonials-sections .owl-prev {
    right: 38px;
    left: inherit;
    top: 28px;
    background: #fff;
    color: #ced665;
    padding: 0px 8px;
}
.testimonials-sections .owl-prev:before {
    font-size: 21px;
}
.testimonials-sections .owl-next:before {
    font-size: 21px;
}
/*
#testimonials
{	  
	font-style:italic;
}
*/
.testimonials-sections .tstm-text
{
	font-size:16px;
	line-height:23px;
	margin:10px 0px;
}
.tstm-name
{
	font-size:22px;
	border-left:#fff solid 1px;
	margin-left:15px;
	padding-left:15px;
	
}
.testimonials-sections .tstm-text span
{
	 
	
}
	.mobile-logo
{
	display:inline-block;
}

/*New Work 07-09-2016*/
.heading-list
{
	    padding: 0px 10px;
    font-size: 15px;
    border-bottom: solid #bfbfbf 1px;
    padding-top: 8px;
    font-weight: bold;
}
.tech-table
{
	padding-left: 25px;
	}
.btn-sm, .btn-group-sm > .btn
{
	border-radius: 14px !important;
	}
/*
 ******************************
 **************************
 Campuses Map
 ************************
 *********************
 */	
.wrap{
	max-width: 75em; 
	min-height: 40em; 
	height:600px; 
	width: 100%;
	margin: 0 auto; 
	padding-top: 2.5%;
}
#map-canvas{
	height: 95%; 
}

.login-container{
	background: url("../images/laptop-2.jpg") no-repeat;
	background-size: cover;
	padding: 100px 0px;
}
.exam-counter{
	background: url("../images/result.jpg") no-repeat;
	background-size: cover;
	padding: 152px 0px;
	margin-top: 50px;
}
/*-- login form --*/
.main2{
	margin: 50px auto 0;
    padding: 4em 4em 2em;
    background: #f6fafd;
    opacity: 0.8;
}
.main2 h1{
	color:#4c4c4c;
	text-align:center;
	font-size:2em;
	margin:0 0 2em;
}
.input_form input[type="text"],.input_form input[type="password"]{
	outline: none;
    border: 1px solid #999;
    background: none;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    padding: 15px 10px;
    width: 96%;
    font-size: 1em;
    color: #999;
    text-align: center;
    font-family: 'Raleway', sans-serif;
}
.input_form input[type="password"]{
	margin:1.5em 0;
}
.checkbox-form{
	position:absolute;
	top: 20%;
	width: 100%;
}
.check{
	margin:1em 0 0;
}
.checkbox {
	margin-bottom: 4px;
	padding-left: 38px !important;
	font-size: 1.1em;
	line-height: 27px;
	cursor: pointer;
}
.checkbox {
	position: relative;
	font-size: 14px;
}
.checkbox:last-child {
	margin-bottom: 0;
}
.checkbox i {
    position: absolute;
    bottom: 3px;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    outline: none;
    border: none;
    background: #3096a2;
}
.checkbox input + i:after {
	content: '';
    background:#fff;
    top: 8px;
    left: 6.4px;
    width: 7px;
    height: 5px;
    font: normal 12px/16px FontAwesome;
    text-align: center;
}					
.checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.checkbox input {
	position: absolute;
	left: -9999px;
	}
.check-left{
	float:left;
}
.checkbox input:checked + i:after {
	opacity: 1;
}
.ckeck-bg{
	position:relative;
	min-height: 120px;
}
.checkbox-form input[type="submit"] {
	border: none;
    outline: none;
    color: #fff;
    padding: .7em 3em .8em;
    font-size: 1.2em;
    -webkit-appearance: none;
    background:#00808e;
    font-family: 'Raleway', sans-serif;
    border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
    cursor: pointer;
    margin-left: 22%;
}
.check-right{
	float:right;
}
.checkbox-form input[type="submit"]:hover{
	background:#0d4c54;
}
/*Login end*/

.download-button-link {
    margin: 10px 0px;
    text-align: center;
    display:inline-block;
    text-transform:capitalize;
}

.download-button-link a {
	color: #fff;
	font-size: 13px;
	background:#999;
	padding:5px 15px;
	border-radius:3px;
	text-decoration: none;
}
.download-button-link a:hover {
	background:#8bb334;
	text-decoration:none;
	color:#fff;
}
.books-cover-div{
	text-align: center;
    margin-top: 60px;
    width: 192px;
}
.books-cover-div img{
	width: 150px;
	height:180px;
}
.heading-class{
	color: #fff !important;
    background-color: #3ea58b;
    padding: 6px;
}

.business-law{
	padding:0px;
	margin:0px;
	list-style:none;
}
.business-law  li a{
	margin-left:5px ;
	border-bottom:#ccc solid 1px;
	padding:7px 20px;
	font-size:16px;
	color:#333;
	width:100%;
	display:inline-block;
}

.business-law  li a i{
	color: #ff7700;
	font-size:18px;
	margin-right:10px;
}
.business-law  li a:hover{
	text-decoration:none;
	background: #ff7700;
	color:#fff !important;
}
.business-law  li a:hover i{
	color:#fff;
}
.image-testi
{
	display:inline-block;
	}
	
.president-signature
{
	line-height: 1px;
    text-align: right;
    margin-top: 40px;
}
.president-signature h3
{
	border-bottom: solid lightgrey 2px;
	margin-bottom: 18px;
}
.president-signature span
{
    font-weight: 500;
    font-size: 16px;
    color: grey;
}
.table{
	margin-bottom:0px !important;	
}
hr {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
/*
 ******************************
 **************************
Mashhood Changes
 ************************
 *********************
 */
.question-paper-sol{
	padding:0px;
	margin:0px;
}
.question-paper-sol a{
	margin-left:5px ;
	padding:7px 20px;
	font-size:16px;
	color:#333;
	width:100%;
	display:inline-block;
}

.question-paper-sol a i{
	color: #ff7700;
	font-size:18px;
	margin-right:10px;
}
.question-paper-sol a:hover{
	text-decoration:none;
	background: #ff7700;
	color:#fff !important;
}
.question-paper-sol a:hover i{
	color:#fff;
}


/*-- login form --*/
.login-container{
	background: url("../images/laptop-2.jpg") no-repeat;
	background-size: cover;
	padding: 100px 0px;
}

.main
{
	width:50%;
	margin: 50px auto 0;
    padding: 4em 4em 2em;
    background: rgba(246, 250, 253, .91);
  
}
.main h1{
	color:#4c4c4c;
	text-align:center;
	font-size:2em;
	margin:0 0 2em;
}
.input_form input[type="text"],.input_form input[type="password"]{
	outline: none;
    border: 1px solid #00808e;
    background: #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    padding: 15px 10px;
    width: 96%;
    font-size: 1em;
    color: #000;
    text-align: center;
    font-family: 'Raleway', sans-serif;
}
.input_form input[type="password"]{
	margin:1.5em 0;
}
.checkbox-form{
	position:absolute;
	top: 20%;
	width: 100%;
}
.check{
	margin:1em 0 0;
}
.checkbox {
	margin-bottom: 4px;
	padding-left: 38px !important;
	font-size: 1.1em;
	line-height: 27px;
	cursor: pointer;
}
.checkbox {
	position: relative;
	font-size: 14px;
}
.checkbox:last-child {
	margin-bottom: 0;
}
.checkbox i {
    position: absolute;
    bottom: 3px;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    outline: none;
    border: none;
    background: #3096a2;
}
.checkbox input + i:after {
	content: '';
    background:#fff;
    top: 8px;
    left: 6.4px;
    width: 7px;
    height: 5px;
    font: normal 12px/16px FontAwesome;
    text-align: center;
}					
.checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.checkbox input {
	position: absolute;
	left: -9999px;
	}
.check-left{
	float:left;
}
.checkbox input:checked + i:after {
	opacity: 1;
}
.ckeck-bg{
	position:relative;
	min-height: 120px;
}
.checkbox-form input[type="submit"] {
	border: none;
    outline: none;
    color: #fff;
    padding: .7em 3em .8em;
    font-size: 1.2em;
    -webkit-appearance: none;
    background:#00808e;
    font-family: 'Raleway', sans-serif;
    border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
    cursor: pointer;
    margin-left: 22%;
}
.check-right{
	float:right;
}
.checkbox-form input[type="submit"]:hover{
	background:#0d4c54;
}	

/*
 ******************************
 **************************
 Daynamic Pages
 ************************
 *********************
 */
 

 
 /*.icma-forms-style
 {
 	padding:10px;
 	border-radius:6px;
 	margin-bottom:20px;
 	-webkit-box-shadow: 0px -1px 16px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -1px 16px -4px rgba(0,0,0,0.75);
box-shadow: 0px -1px 16px -4px rgba(0,0,0,0.75);
}*/

.bold
{
	font-weight:700;
}
.icma-forms-style
{
	margin-bottom:20px;
}
 .icma-forms-style span
 {
 	width:153px;
 	display:inline-block;
 	margin-right:5px;
 	margin-bottom:10px;
 	font-weight:600;
 }
  .icma-forms-style input, .icma-forms-style select, .icma-forms-style textarea
  {
  	border: 1px solid #ddd;
  	padding:5px 10px;
  	margin-bottom:20px;
  	width: 60%;
  		height:36px;
  }
  .icma-forms-topic-style span
  {
  	width:99%;
  }
  .icma-forms-topic-style input, .icma-forms-topic-style select, .icma-forms-topic-style textarea
  {
  	width:99%;
  }
   .icma-forms-topic-style select
   {
   	height:36px;
   }
  .topics-radio input
  {
  	width:auto;
  	margin:0px 5px;
  	height:auto;
  }
  .profile-mem-head
  {
	background: #4ca6b0;
	color: #fff !important;
	font-weight: 400;
	padding: 10px;
	font-size: 18px;
	margin-bottom:20px;
	display:inline-block;
	width:100%;
	border-radius:4px;
  }
  .profile-mem-head h2
  {
  	margin:0px;
  	font-size:19px;
  }
  .button-icma
  {
  	color: #fff; 
background: #ff7700;
border:0px !important;
width:auto !important;
padding:5px 15px !important;
 
  }
  .buttons_new {
  	color: #fff !important; 
background: #ff7700 !important;
border:0px !important; 
width:auto !important;
padding:2px 10px !important;
border-radius:3px;
font-weight:bold;
}
  .btn-success
  {
  	color: #fff !important; 
background: #ff7700!important;
border:0px !important; 
width:auto !important;
padding:5px 15px !important;
}
.error
{
	color:Red;
	font-weight:bold;
}
.btn-success a
{
	color:#fff;
}
div.btn-success
{
	margin-bottom:20px;
}
.profile-mem-head div.btn-success
{
	margin-bottom:0px;
}
   .button-icma:hover, .btn-success:hover
   {
   	color: #fff; 
background: #ff7700;
border:0px;
   }
   .upload-pic input
   {
   	margin:20px 0px;
   }
   .profile-photo
   {
   	margin-bottom:20px;
   }
   .forum-breadcrum
   {
   	font-size:13px;
   }
   .topic-reply
   {
   	padding:10px;
   	margin-bottom:20px;
   	 
   }
   .topic-reply-user
   {
   	background:#f6f6f6;
   	padding:10px;
   }
   .new-topics-radio td 
   {
  
   		padding:5px;
   }
   .new-topics-radio td label
   {
   	background:#4ca6b0;
   	border-radius:4px;
   	padding:5px 15px;
   	width:100%;
   	color:#fff;
   	overflow:hidden;
   	cursor:pointer;
   }
   .new-topics-radio td input[type=radio]:checked + label {
  
  font-style: normal;
  background:#ff7700;
} 
   .new-topics-radio td input
   {
   	position:absolute;
   	left:-1500px;
   
   }
   .full-btn
   {
   	width:99% !important;
   	padding:8px!important;
   }
   h1, .h1 {
    font-size: 28px;
}
.calandar-img
{
	width: 41px !important;
position: absolute;
z-index: 999;
top: 36px;
right: 16px;
height: 31px !important;
}
.profile-mem-head select
{
	color:#000;
	font-size:13px;
}
#sub_links_2
{
	list-style:none;
	margin:0px;
	padding:0px;
}
#sub_links_2 li
{
	float:left;
	margin-bottom:20px;
	margin-right:10px;
}

.jobs-profile-new 
{
	padding:0px;
	margin:0px;
	list-style:none;
}

.jobs-profile-new    a
{margin-left:5px ;
	
	padding:5px 10px;
	font-size:16px;
	color:#333;
	width:100%;
	cursor:pointer;
	display:inline-block;
}
.profile-mem-head i
{
	color:#fff;
}

.jobs-profile-new a:hover
{
	text-decoration:none;
	background: #ff7700;
	color:#fff !important;
}
 
 .add-fom-style{
 	background-color: #f9f9f9;
 	padding:15px;
 	margin:15px;
 	display: inline-block;
 	border-radius:4px;
 	width: 96%;
 }
  .add-fom-style h3
  {
  	color:#4ca6b0;
  	margin:0px;
  	font-weight:bold;
  	font-size:16px;
  	margin-bottom:15px;
  	text-align:center;
  }
  .design-check
  {
  	border:0px !important; 
  }
  .design-check input
  {
  	width:auto !important;
  }
  .design-check td
  {
  	padding:10px;
  }.design-check td input
  {
  	margin-right:10px;
  }
   .job_skill_bar td
   {
  
   }
 .forumnew_member_id
 {
 	font-family: 'Open Sans', sans-serif !important;
 }
  .table-job_skill_bar span
  {
  	display:inline-block;
  	margin:5px;
  	border:#ccc solid 1px;
  	padding:5px;
  	border-radius:3px;
   
  }
   .job_skill_bar span
  {
  border:0px;
  margin:0px;
  padding:0px;	
  }
  .profile-mem-head a 
  {
  	color:#fff;
  }
   .profile-mem-head a h2
   {
   	font-size:16px;
   	margin-top:12px;
   	margin-left:10px;
   }
   .btn-big
   {
   	padding:10px 25px !important;
   	text-transform:uppercase;
   	font-weight:bold !important;
   		font-size:16px !important;
   }
   .cima-main-page
   {
   	margin:30px 0px;
   }
   h3
   {
   	margin:10px 0px;
   }
   .paid-annual-sub table table td
   {
   	padding:10px;
   
   }
   .news-letter-list
   {
   	padding:5px 0px;
   	border-bottom:#ccc solid 1px;
   }
   .set-pass-bg
   {
   	background:#f6f6f6;
   	padding:10px;
   	border-radius:4px;
   }
   .cima-faqs .panel-default  .panel-heading
   {
   /*	background:#FCBBAC;
   	border:#EA7B61 solid 1px;
   	color:#fff;*/
   }

.tab-event-news-details table
{
	width:100% !important;
}
.tab-event-news-details table td
{
	    padding: 10px 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 0px;
    border-top: 1px solid #ddd;
}
.tab-event-news-details table tr:first-child td
{
	/*background: #4ca6b0 !important;
color: #fff !important;*/
}
.tab-event-news-details table table tr:first-child td
{
	/*background: none !important;*/
	border-top: 0px ;
}
.tab-event-news-details table p
{
	margin-bottom:0px;
}
	
.tab-event-news-details table tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}
	.mem-detail-pop-head
	{
		background-color: #f9f9f9;
		border-radius:4px;
		padding:10px 15px;
		margin:0px !important; 
	}
	.mem-detail-pop-head h2
	{
		font-size:16px;
	}
	.mem-detail-pop-head img
	{
		border-radius:50%;
		
	}
	.mem-detail-pop-body{
	margin:0px !important; 
	padding:15px ;
	}
	.mem-detail-pop-body div
	{
		border-bottom:  #f9f9f9 solid 1px;
	
	padding:5px 0px;
	}
	.mem-detail-pop-body b
	{
		color:#4ca6b0;
	width: 100%;
font-weight: 700;
font-size: 14px; 
margin-bottom: 8px;
margin-right:10px;
    font-style: normal;
 
	
	}
		.mem-detail-pop-body span
	{
 
 width:100%;
  
	
	}
	
	.left-side-menu img
	{
		margin:15px 0px !important;
	}
		
.cd-top {
  display: inline-block;
 height: 67px;
    width: 69px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
   
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
 background:url(../images/back-top.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
 
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
   
  opacity: .5;
}
.no-touch .cd-top:hover {
  
  opacity: 1;
}
@media (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .cd-top {
    height: 67px;
    width: 69px;
	right: 30px;
    bottom: 30px;
  }
}
    
    /* BUTTON UNIVERSAL SYLES */

.button-wrapper {
    margin: 0 auto;
     /* padding: 20px 0; */
    width: 320px;
    display:inline-block;
	 
}

.button-wrapper a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: 'Oswald',Arial,sans-serif;	
}

.a-btn-2{
    background:#00A2F0 !important;
    background:-webkit-gradient(linear,left top,left bottom,color-stop(#80a9da,0),color-stop(#6f97c5,1));
    background:-webkit-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
    background:-moz-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
    background:-o-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
    background:linear-gradient(top, #80a9da 0%, #6f97c5 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#80a9da', endColorstr='#6f97c5',GradientType=0 );
    padding-left:90px;
    padding-right:105px;
    height:90px;
    display:inline-block;
    position:relative;
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    float:left;
    clear:both;
    margin:10px 0px;
    overflow:hidden;
    -webkit-transition:box-shadow 0.3s ease-in-out;
    -moz-transition:box-shadow 0.3s ease-in-out;
    -o-transition:box-shadow 0.3s ease-in-out;
    transition:box-shadow 0.3s ease-in-out;
}
.button-2{
	background:#81A600 !important;
}
.button-3{
	background:#FB8704 !important;
}
.button-4{
	background:#E3746E !important;
}
.icon-1{
    position:absolute;
	left: 28px;
	top: 24px;
    border:none;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.a-btn-2 .a-btn-2-slide-text{
    position:absolute;
    font-size:36px;
	left: 28px;
	top: 24px;
    color:#bde086;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    opacity:0;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.a-btn-2-text{
    padding-left: 5px;
    padding-top: 21px;
    display:block;
    font-size:25px;
}
.a-btn-2:hover .icon-1{
    opacity:0;
}
.a-btn-2:hover .a-btn-2-slide-text{
    opacity:1;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}
.a-btn-2:hover .a-btn-2-icon-right span{
    opacity:1;
    background-color:#bc3532;
}
.a-btn-2:active{
    position:relative;
    top:1px;
    background:#5d81ab;
    -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    border-color:#80a9da;
}
.a-btn-2:active .a-btn-2-icon-right span{
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    transform:rotate(360deg);
}
.view-map
{
	color: #505050;
	font-weight: bold;
	}	
a:hover
{
	text-decoration:none;
	}
	
	
/*
 ******************************
 **************************
 Responsive
 ************************
 *********************
 */
 @media (max-width:1440px){
	.main {
		width: 50%;
	}
}

@media (max-width: 992px)
{
	.jobs-profile-new tr td
	{
		width:100%;
		display: inline-block;
	}
		
	.main {
		width: 75%;
		padding: 3em 3em 3em;
	}
		.main h1 {
		font-size: 1.8em;
		margin: 0 0 1.5em;
	}
}
 @media (max-width: 1216px)
{
 .slider-text h1 {
    font-size: 19px;
    line-height: 20px;
}
.bx-viewport, .main-slider {
    min-height: 350px;
}
.slider-text p {
    line-height: 16px;
    font-size: 13px;
}
}
@media (max-width: 1200px)
{
.new-header .top-header h1 {
    font-size: 1.2rem;
}
#testimonials .tstm-text
{
	text-align: center;
}
#testimonials .tstm-text span
{
	width: 100%;
	margin: 0px;
	border: 0px;
	display:block;
}
.image-testi
{
	display:block;
	width: 100%;
	}
/*	
.slider-text h1 {
 font-size: 17px !important;
color: #fff;
font-weight: 700;
text-transform: uppercase;
line-height: 23px !important;
}*/
.slider-text h2 {
   font-size: 17px !important;
color: #fff;
font-weight: 700;
text-transform: uppercase;
line-height: 23px !important;
}

.slider-text p {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    line-height:18px;
}

.slider-text .slider-btn a {
    border: #fff solid 1px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    padding:5px 10px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 3px;
}
}
@media (max-width: 993px)
{	
	.inner-content
	{
		margin-top:40px;
		}
	.icma-home-header .padd-left-0
	{
		display:none;
	}
	.bx-viewport, .main-slider
	{
		min-height: inherit;
	}
	.padd-o,.padd-left-0{
        padding-left:15px;
        padding-right:15px;
	}
    .about-icma{
        margin-bottom:20px;
    }
	.tab-responsive
	{
		overflow-x:scroll;
	}
	.table-responsive{
		overflow-x:scroll;
		width:100%;
	}
	.inner-content img{
		max-width:100%;
	}
    .home-navigation {
        width: 100%;
        display: inline-block;
        margin-top: 15px;
    }

    .slider-text {
        padding: 2% 25px;
        width: 50%;
    }

        .slider-text h1 {
         
            color: #fff;
            font-weight: 300;
            text-transform: uppercase;
            line-height: 30px;
        }
        .nav-sidebar{
            width:32% !important;
            right:-450px  ;
        }
.slider-text h1 {
    font-size: 19px;
    line-height: 20px;
}

.slider-text p {
    line-height: 16px;
    font-size: 13px;
}
        .news-notices-left{
            width:100%;
        }
        .news-notices-left,.news-notices-right{
            width:100%;
        }
        .news-content{
            float:left !important;
        }
       .slider-text .slider-btn a
       {
       	margin-top:10px;
       }
       

.new-header .top-header
{
	text-align:inherit;
}
.burger-navigation
{
	float:right;
	margin-top:5px;
}
.new-header .col-lg-7
{
	display:none;
}
.new-header .col-md-6
{
	width:100%;
}
.mobile-logo
{
	display:inline-block;
	float:left;
}
}
@media (max-width: 768px) 
{
		.online-result-image
	{
		margin-top: 60px;
		}
	.inner-content
	{
		margin-top:40px;
		}
	.new-topics-radio td 
	{
		width:100%;
		display:inline-block;
		padding:0px !important;
	}
	.link-result
	{
		width:34%;
		}
	
	.ul-liststyle li
	{
		width:100% !important;
	}
	.padd-left-o
	{
		padding-right:15px;
	}
.inner-content h2 {
    font-size: 21px;
}
    .inner-slider img 
    {
    	margin-top:11px;
        width: 100%;
    }

    .new-header .top-header h1 {
        font-size: 1.8rem;
    }

    #mainnav li {
        width: 100%;
        border-bottom: #ccc solid 1px;
    }

        #mainnav li br {
            display: none;
        }

    .about-icma {
        margin-bottom: 20px;
    }
    .botsocial {
    
    float: none !important;
    margin: 15px auto;
    width: 161px;
}
.footer-map, .footcopy
{
	text-align:center;
}
.slider-text .slider-btn a
	{
		display:none !important;
	}
}

@media (min-width: 1366px) 
{
		 .inner-slider
		 {
		 	min-height:430px;
}
}

@media (max-width: 650px) 
{
	.online-result-image
	{
		margin-top: 60px;
		}
	.slider-text h2 {
    font-size: 13px !important;
    
    line-height: 17px !important;
}
		 .inner-slider
		 {
		 	min-height:200px;
		 }
	.link-result
	{
		width:33%;
		}
    .home-navigation ul li {
    float: left;
    width: 50%;
}
.burger-navigation
{
	float:none;
	margin-top:15px;  .top-navigation
   {
   	display:none;
   	}
   }

    .new-header .top-header {
        text-align: center;
    }
      .nav-sidebar{
            width:80% !important;
           
        }
       .news-item{
            height:auto !important;        

       }
       .slider-text p{
           display:none;
       }
        .slider-text {
            padding: 5% 10px;
            width: 52%;
        }
.slider-text h1 {
    font-size: 21px;
    line-height: 20px;
    text-transform:inherit;
}
.slider-text .slider-btn a {
    border: 2px solid #fff;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin-top: 30px;
    padding: 5px 24px;
    text-transform: uppercase;
}
.new-header .top-header
{
	text-align:inherit;
}
.burger-navigation
{
	float:right;
	margin-top:10px;
}
.new-header .col-lg-7
{
	display:none;
}
.mobile-logo
{
	display:inline-block;
	float:left;
}
}
@media (max-width: 480px) 
{
	.online-result-image
	{
		margin-top: 60px;
		}
	 h2, .h2  {    margin-top: 40px;	}
	.inner-content img{
		margin: 5px !important;
		width: 95%;
	}
	
	.inner-slider
	{
		display:none;
		}
	.inner-content
	{
		margin-top:40px;
		}
 .slider-text h2 {
    font-size: 11px !important;
line-height: 15px !important;
margin: 0px;
}
.slider-text {
    padding: 5% 10px;
    width: 43%;
}
.slider-text .slider-btn a 
{
	display:none;
}
.bx-controls
{
	display:none !important;
}
 .inner-slider
		 {
		 	min-height:120px;
		 }
}
@media (max-width: 320px) 
{
	.online-result-image
	{
		margin-top: 60px;
		}
	.inner-slider
	{
		display:none;
		}
	.inner-content
	{
		margin-top:40px;
		}
	.slider-text h2 {
    font-size: 8px !important;
    line-height: 9px !important;
}
    .home-navigation ul li {
        float: left;
        width: 100%;
    }
  
 
 
}
	
/*-- start-responsive-design --*/
@media (max-width:1440px){
	.main2 {
		width: 50%;
	}
}

@media (max-width: 992px){
	.main2 {
		width: 75%;
		padding: 3em 3em 3em;
	}
		.main h1 {
		font-size: 1.8em;
		margin: 0 0 1.5em;
	}
	.events-section .owl-next {
    right: 0px !important;
    top: 43%;
}
.events-section .owl-prev {
    left: 0px !important;
    top: 43%;
}
}
@media (max-width:768px){
	.checkbox-form input[type="submit"] {
		padding: .6em 2.5em .7em;
	}
	.check {
		margin: 0.8em 0 0;
	}
}
@media (max-width:600px){
	.main2 h1 {
		font-size: 1.6em;
	}
	.main2 {
		margin: 3em auto 0;
	}
	.ckeck-bg {
		min-height: 72px;
	}
	.footer p {
		line-height: 1.8em;
	}
}
@media (max-width:414px){
	.main2 h1 {
		font-size: 1.4em;
	}
	.input_form input[type="text"], .input_form input[type="password"] {
		padding: 10px;
		width: 93%;
		font-size: 14px;
	}
	.check-left,.check-right {
		float: none;
	}
	.check {
		margin: 0 0 1em;
	}
	.checkbox-form input[type="submit"] {
		font-size: 11px;
	}
	.ckeck-bg {
		min-height: 100px;
	}
	.footer p {
		font-size: 14px;
	}
}


/*
NEW ADD

*/

.job_expertise
{
	list-style:none;
}

.job_expertise a
{
	color:#555;
}
.new-job-post-theme table
{
	width:100%;
}
.new-job-post-theme table td
{
	padding:5px;
}
 
.new-job-post-theme input, .new-job-post-theme select, .new-job-post-theme textarea
{
	margin-bottom:0px !important;
}
 .job-boxes
 {
 	width:45%;
 	margin:2%;
 	display:inline-block;
 	text-align:center;
 }
	
	.job-boxes a
	{
		color:#fff;
		text-transform:uppercase;
	}
	.job-boxes a:hover
	{
		text-decoration:none;
	}	
		.job-boxes h2{font-size: 24px;}
		.table-table-striped
		{
			margin-bottom:20px;
		}
		.table-table-striped td{
		padding: 10px 8px;
line-height: 1.42857143;
vertical-align: top;
border: 0px;
 
		}
@media (max-width:650px){
	.new-job-post-theme td{
	display:inline-block;
	width:100%;
	}
.table_head_style td
{
	width:auto !important;
}
 
}


.a-btn-2{
    background:#00A2F0 !important;
    background:-webkit-gradient(linear,left top,left bottom,color-stop(#80a9da,0),color-stop(#6f97c5,1));
    background:-webkit-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
    background:-moz-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
    background:-o-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
    background:linear-gradient(top, #80a9da 0%, #6f97c5 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#80a9da', endColorstr='#6f97c5',GradientType=0 );
    padding-left:90px;
    padding-right:105px;
    height:90px;
    display:inline-block;
    position:relative;
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    float:left;
    clear:both;
    margin:10px 0px;
    overflow:hidden;
    -webkit-transition:box-shadow 0.3s ease-in-out;
    -moz-transition:box-shadow 0.3s ease-in-out;
    -o-transition:box-shadow 0.3s ease-in-out;
    transition:box-shadow 0.3s ease-in-out;
}
.button-2{
	background:#81A600 !important;
}
.button-3{
	background:#FFA743 !important;
}

.button-3:hover{
	background:#FB8704 !important;
box-shadow: -2px 3px 7px #110d0d80;
}
.button-4{
	background:#E3746E !important;
}

.button-4:hover {
background: #FF6A63 !important;
box-shadow: -2px 3px 7px #110d0d80;
}

.button-wrapper a {
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'Oswald',Arial,sans-serif;
}

.a-btn-2-text {
    padding-left: 5px;
    padding-top: 21px;
    display: block;
    font-size: 25px;
    line-height: 25px;
}