body{
    font-family: 'Tajawal', sans-serif;
    font-size: 18px;
    color: #333;
}
.space20{
    height: 20px;
    min-height: 20px;
    clear:both;
}

.navbar{
  margin-bottom: 0;
}
 
a.btn-kcc:hover {
    background: transparent;
    color: #1166d2;
    border-color: #1166d2;
}
a.btn-kcc {
    padding: 8px 22px;
    background: #1166d2;
    font-size: 18px;
    border: 2px solid #f7f7f7;
    transition: all 0.4s ease-in-out;
    color: #fff;
} 


header{
  height: 40vh;
    width: 100%;
    background-color: #fff;
    position: relative;
    overflow: hidden
}
.navbar-default{
  z-index: 95;
}
#video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translateX(-50%) translateY(-50%);
}
header .wrapper {
    height: 100%;
}
.wrapper {
    margin: 0 auto;
    width: 80%;
    position: relative;
}
.intro {
    width: 100%;
    position: absolute;
    bottom: 10px;
    padding-bottom: 50px;
    z-index: 45;
}
.message {
    width: 100%;
    position: relative;
}
.message span {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 300;
}
.intro-imgwrap img {
    position: absolute;
    right: 0;
    top: -84px;
    height: 220px;
    width: auto;
    opacity: 0.1;
}

.navbar-nav>li>a {
    padding: 35.5px 3.5px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #333 !important;
    text-shadow: none;
    transition:all 0.4s ease-in-out;
    border-right: 1px dotted #dedede;
}
.navbar-nav>li>a:hover{
    color: #1166d2 !important;
}
.navbar-default {
    background-color: rgba(255, 255, 255, 0.9411764705882353);
}
a.navbar-brand img {
    height: 90px;
    margin-top: -14px;
    width: auto;
}
.navbar-right .dropdown-menu{
    padding:0;
    width: 220px;
    right: auto;
}
.navbar-right .dropdown-menu.spcl{
    width: 270px;
}
.navbar-right .dropdown-menu>li{
    border-left:3px solid #1166d2;    
}
.navbar-right .dropdown-menu>li>a {
    font-size: 16px;
    font-weight: 600;
    padding: 8px 15px;
    transition:all 0.4s ease-in-out;
}
.navbar-right .dropdown-menu>li>a:hover {
    color: #1166d2;
}
.navbar-right .dropdown-menu>li>a i{
    transition:all 0.4s ease-in-out;
    opacity: 0;
}
.navbar-right .dropdown-menu>li:hover a i{
    opacity: 1;
    margin-left: 5px;
    color: #1166d2;
}

.home-slidemain{
  overflow:hidden;
}
.home-slidemain .metaslider .caption-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(2, 17, 35, 0.87);
    color: white;
    opacity: 1;
    margin: 0;
    display: block;
    width: 100%;
    line-height: 1.4em;
    text-align: center;
    font-size: 37px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 25px 30px 30px;
}

/*Notifications Wrap section*/
.notify-wrap{
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}
.notify-wrap:before{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: url(/wp-content/uploads/2018/08/bg-shades.jpg) center center no-repeat;
    background-size: cover;
    opacity: 0.15;
}
.notify-wrap h2{
    margin-top: 0;
    font-weight: 600;
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
.notify-wrap blockquote{
    margin-bottom: 0;
}
.notify-wrap blockquote p sup i {
    font-size: 12px;
}
.notify-wrap a.btn i{
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;   
}
.blink {    
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}


/*Projects section stlez*/
html body .current-projects {
    padding: 10rem 0 10rem 0;
    background:#fbfbfb;
}
html body .current-projects .current-project-title {
    text-transform: uppercase;    
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
    font-size: 2rem;
    line-height: 1.6rem;
    margin: 0;
    letter-spacing: 3px;
    padding: 0 0 0 15rem;
    display: block;
    float: left;
    width: 100%;
    position: relative;
    z-index: 0;
    color: #1166d2;
}
html body .current-projects .current-project-title span {
    display: block;
    width: 12rem;
    height: 45px;
    border-left: 5px solid #ee5340;
    border-top: 5px solid #ee5340;
    position: absolute;
    left: 0;
    top: 0.25rem;
}
html body .current-projects .current-spotlight-project {
    display: block;
    float: left;
    width: 96.25%;
    position: relative;
    overflow: hidden;
}
html body .current-projects .current-spotlight-project img {
    width: 100%;
    margin: 0;
}
html body .current-projects .current-spotlight-project #current-detail-wrap {
    overflow: hidden;
}
html body .current-projects .current-spotlight-project #current-detail-wrap .inner-current-specs {
    bottom: 0;
    position: relative;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
html body .current-projects .current-spotlight-project #current-detail-wrap.hide-details .inner-current-specs {
    bottom: -100rem;
}
html body .current-projects .current-spotlight-project .box-lower-content {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 500;
    bottom: 4rem;
    padding: 0 3rem 0 3rem;
}
html body .current-projects .current-spotlight-project .box-lower-content #current-spotlight-title {    
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 1.75rem;
    line-height: 1.75rem;
    margin: 0;
    padding: 0;
    color: white;
}
html body .current-projects .current-spotlight-project .box-lower-content #current-spotlight-location {    
    font-weight: 300;
    font-size: 14px;
    line-height: 23px;
    color: white;
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 1.3rem;
    margin: 0.5rem 0 1.5rem 0;
    padding: 0;
}
html body .current-projects .current-spotlight-project .box-lower-content p {    
    font-weight: 300;
    font-size: 14px;
    line-height: 23px;
    font-size: 12px;
    color: white;
    line-height: 17px;
    margin: 0;
    padding: 0;
}
html body .current-projects .current-spotlight-project .overlay {
    background: #041a35;
    opacity: .9;
    z-index: 50;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
html body .current-projects .current-spotlight-project .lower-gradient {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    opacity: 0.6;
    background: -moz-linear-gradient(top, transparent 0%, #000 100%);
    background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
    background: linear-gradient(to bottom, transparent 0%, #000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}
html body .current-projects .current-spotlight-project #current-spotlight-project-link {
    text-align: center;
}
html body .current-projects .current-spotlight-project #current-spotlight-project-link #feature-project-link {
    width: 50px;
    height: 50px;
    background: #ee5340;
    display: inline-block;
    border-radius: 200px;
    -moz-border-radius: 200px;
    margin-top: 3rem;
}
html body .current-projects .current-spotlight-project #current-spotlight-project-link #feature-project-link .fa {
    margin-top: 1.4rem;
    color: white;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
}
html body .current-projects .project-summary-specs {
    background: #fafafa;
    width: 96.25%;
    padding: 3rem 0 2.5rem 0;
}
html body .current-projects .project-summary-specs .summary-border {
    border-right: 5px solid #ebebeb;
}
html body .current-projects .project-summary-specs h3 {
    color: #00133f;
    font-size: 4rem;
    font-weight: 300;
    line-height: 3rem;
    margin: 0;
    padding: 0 0 0 0;
    letter-spacing: -3px;
}
html body .current-projects .project-summary-specs h3 span {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0;
    margin-top: 0.75rem;
    display: block;
}
html body .current-projects .current-project-excerpt-wrap {
    position: relative;
}
html body .current-projects .current-project-excerpt-wrap .left-corner {
    height: 30px;
    width: 8rem;
    border-left: 5px solid #ee5340;
    border-top: 5px solid #ee5340;
    position: absolute;
    left: 15px;
    top: -10px;
}
html body .current-projects .current-project-excerpt-wrap .right-corner {
    right: 15px;
    bottom: -2.25rem;
    position: absolute;
    height: 30px;
    width: 8rem;
    border-right: 5px solid #ee5340;
    border-bottom: 5px solid #ee5340
}

html body .current-projects .current-project-excerpt-wrap p {
    opacity: 1;
    font-size: 16px;
    line-height: 20px;
    color: #253645;
    margin: 0;
    padding: 2rem 1rem 1rem 2rem;
}

html body .current-projects .current-project-excerpt-wrap a#view-project-porfolio {
    color: #ee5340;    
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 13px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: right;
    display: block;
    float: left;
    display: none;
    width: 100%;
    padding-right: 2rem;
    padding-top: 1rem
}

html body .current-projects .outer-current-project-wrap {
    margin: 7rem 0 0 0
}

html body .current-projects .outer-current-project-wrap .current-project-thumbnail {
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

html body .current-projects .outer-current-project-wrap .current-project-thumbnail.loaded-thumb {
    opacity: 1
}

html body .current-projects .outer-current-project-wrap .current-project-thumbnail:hover {
    opacity: 0.7
}

html body .current-projects .outer-current-project-wrap .current-project-thumbnail.active-thumbnail img {
    opacity: 0.7;
    -webkit-box-shadow: -1px 6px 45px -11px #000;
    box-shadow: -1px 6px 45px -11px #000
}

html body .current-projects .outer-current-project-wrap .current-project-thumbnail {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    margin-bottom: 3rem
}

html body .current-projects .outer-current-project-wrap .current-project-thumbnail .project-link,
html body .current-projects .outer-current-project-wrap .current-project-thumbnail .project-title,
html body .current-projects .outer-current-project-wrap .current-project-thumbnail .current-excerpt,
html body .current-projects .outer-current-project-wrap .current-project-thumbnail .project-location {
    display: none
}

html body .current-projects .outer-current-project-wrap .current-project-thumbnail img {
    width: 100%;
    display: block;
    float: left;
    margin: 0
}
html body .current-projects .current-spotlight-project .box-lower-content #current-spotlight-title {
    font-size: 1.6rem;
    line-height: 1.6rem
}
html body .current-projects .current-spotlight-project #current-spotlight-project-link #feature-project-link {
    width: 37px;
    height: 37px;
    margin-top: 50%
}
html body .current-projects .current-spotlight-project #current-spotlight-project-link #feature-project-link .fa {
    margin-top: 1rem;
    font-size: 19px;
    line-height: 19px
}


/*Slider section stylings*/
.slider-wrap {
    margin-top: 90px;
    position: relative;
    overflow: hidden;
}
.slide-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 37px;
    text-align: center;
    padding: 25px 30px 30px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    height: 100px;
    background: rgba(2, 17, 35, 0.87);
}
.slider-wrap .owl-prev{
    position: absolute;
    top: 45%;
    left: 10px;
    padding: 10px 12px;
    height: 40px;
    width: 40px;
    border:1px solid #ccc;
    border-radius: 50%;  
    color: #fff;
    transition:all 0.4s ease-in-out;           
}
.slider-wrap .owl-next{
    position: absolute;
    top: 45%;
    right: 10px;
    padding: 10px 14px;
    height: 40px;
    width: 40px;
    border:1px solid #ccc;
    border-radius: 50%;  
    color: #fff;
    transition:all 0.4s ease-in-out;               
}


/*Brands Section stylez*/
.brands {
    background: #F0F2F2;
    padding: 20px 0;
    text-align: center;
}
.brands img{
    margin-right: 40px;
}


/*Contact section footer before stylez*/
.cont-bfrfoot{
  padding: 50px 0;
  position: relative;
  overflow: hidden;
    background: #f7f7f7;
}
.cont-bfrfoot:before{
  content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/wp-content/uploads/2018/08/wave2.jpg) no-repeat center top;
    background-size: 1920px 49px;
}
.cont-bfrfoot h1 {
    font-size: 22px;
}
input.wpcf7-form-control.wpcf7-submit {
    padding: 8px 22px;
    background: #1166d2;
    font-size: 18px;
    border: 2px solid #f7f7f7;
    transition: all 0.4s ease-in-out;
    color: #fff;
    height: auto;
    width: auto;
    border-radius: 0;
}


/*Features section stylez*/
.serv-featwraps{
    padding:50px 0;
}
.serv-featwraps hr{
    width: 60px;
    margin-top: 0;    
    border-color: #1166d2;
    border-width: 2px;
}
.serv-featwraps h1{
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.serv-featwraps h1 span {
    color: #1166d2;
    font-style: italic;
    font-weight: 900;
}
.serv-featwraps .feats-bx{
    border-left: 1px solid #fbfbfb;
    padding-left: 20px;
    min-height: 210px;
}
.serv-featwraps .feats-bx i{
    font-size: 50px;
    margin-bottom: 20px;
}
.serv-featwraps .feats-bx h3{
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.media-feats i.fa {
    font-size: 50px;
    color: #fff;
    margin-right: 15px;
}
.media-feats .media{
    padding: 20px;
    transition:all 0.4s ease-in-out;
    border:1px solid #fbfbfb;
    box-shadow: 2px 2px 10px #1166d2;
    margin-bottom: 40px;
    min-height: 320px;
}

.media-feats .media:hover{
    box-shadow: 2px 2px 10px #ccc;
}
.media-feats .media h4{
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
.media-feats .media hr{
    border-color: #dedede;
    margin-top: 0;
    width: 30px;
    margin-left: 0;
    border-width: 1px;
    border-style: dashed;
}
.mdbx1{
    margin-top: 30px !important;
}

.splbx-lyt .media-body {
    position:  absolute;
    width:  100%;
    height:  100%;
    padding:  30px;
    opacity:  0;
    transition:  all 0.4s ease-in-out;
    left:0;
    top: 0;
    color: #fff;
}
.media.splbx-lyt {
    position:  relative;
    overflow:  hidden;
}
.media.splbx-lyt:hover .media-body {
    opacity: 1;
    z-index: 1;
}
.mediabx-overlay {
    background: #0a2f5c;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.media.splbx-lyt:hover .mediabx-overlay{
    opacity: 0.8;
}



.bx-wrapper{
    box-shadow: 2px 2px 10px #1166d2 !important;
}
.slide-innerbx{
    padding: 20px;
    min-height: 400px;
    text-align: center;    
}
.slide-innerbx img{
    margin-bottom: 20px;
    margin: 0 auto 10px; 
}
.news-wrap h4{
    font-weight: 600;
    color: #1166d2;
}
.news-wrap hr{
    margin-left: 0;
}
.news-wrap img.slider-188{
    margin-bottom: 20px;
    margin: 0 auto 10px;
}
.news-wrap div#metaslider_188 {
    padding:  20px;
    min-height: 740px;
    text-align: center;
}
.news-wrap div#metaslider_container_188 {
    box-shadow:  2px 2px 10px #1166d2;
}
.news-wrap .metaslider .caption-wrap {
    position: absolute;
    bottom: -20%;
    left: 0;
    background: white;
    color: black;
    opacity: 1;
    margin: 0;
    display: block;
    width: 100%;
    line-height: 1.4em;
}


.fix-ht-img{
    max-height: 500px;
    overflow-y:scroll;
    padding: 50px;
    text-align: center;
}
.fix-ht-img h1{
    font-weight: 900;
    font-size: 30px;
    color: #1166d2;
    text-transform: uppercase;
    margin-top: 0;
}


/*KCCI Profile page sections stylings*/
.headwrap{
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    color: #fff;
    margin-top: 0px;
    text-align: center;
}
.headwrap:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(/wp-content/uploads/2018/08/banner-bg.jpg) center center no-repeat;
    background-size: cover;
}
.headwrap h1{
    margin-top: 0;
    font-weight: 800;
}
.headwrap hr {
    width: 80px;
    border-width: 6px;
    border-color: #fff;
}
.headwrap p.lead{
    font-weight: 600;
    text-transform: uppercase;
}
.page-info{
    padding: 50px 0;
}
.page-info .btn-link{
    font-weight: 600;
    color: #1166d2;
    text-transform: uppercase;
    font-size: 16px;
}
.page-info p{
    text-align: justify;
}
.profile-infolead{
    padding: 20px;
    background: rgba(17, 102, 210, 0.0784313725490196);
    border-bottom: 3px solid #1166d2;
    margin-bottom: 20px;
}
.profile-img img{
    margin-bottom: 10px;
}
.profile-img, .profile-img p{
    text-align: center;
}
.profile-img p{
    color: #1166d2;
    text-transform: uppercase;
    font-weight: 500;
    transition:all 0.4s ease-in-out;
}
.profile-img:hover p{
    text-decoration: underline;
}

.splinfo-profile h3{
    color: #1166d2;
}
.splinfo-profile h3 span{
    font-weight: 900;
    font-size: 40px;
    display: block;    
}
.splinfo-profile .profile-introbx{
    padding: 4px 20px 20px;    
    border-left: 3px solid #ccc;
    min-height: 220px;
    background: #fbfbfb;
    margin-bottom: 20px;
    transition:all 0.4s ease-in-out;
}
.splinfo-profile .profile-introbx:hover{
    background: rgba(17, 102, 210, 0.0784313725490196);
    border-left: 3px solid #1166d2;     
}

/*Objective page styling section*/
.objective-wrap{
    padding: 50px 0;
}
.objective-wrap ul{
    list-style: none;
    padding-left: 0;
    text-align: justify;
}
.objective-wrap ul li{
    line-height: 24px;
    margin-bottom: 7px;
    padding: 20px;
    background: rgba(17, 102, 210, 0.0784313725490196);
    border-bottom: 3px solid #1166d2;
    margin-bottom: 20px;
}

/*History page section styles*/
.historyinfo-wrap{
    padding:50px 0;
    text-align: justify;
}
.historyinfo-wrap h2, .historyinfo-wrap h4, .historyinfo-wrap h3{
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
}

.historyinfo-wrap .table tr td{
    vertical-align: middle;
}

 .historyinfo-wrap .table tr td:nth-child(4), .historyinfo-wrap .table tr td:nth-child(3) {
    text-align: left;
}
.offbear .table tr td:nth-child(3){
    text-align: left !important;
}

.offbear .table tr td:nth-child(2) {
    max-width: 70px;
}

.offbear .table tr th:nth-child(2) {
    text-align: left;
}

.historyinfo-wrap .table tr th:first-child, .historyinfo-wrap .table tr th:nth-child(2), .historyinfo-wrap .table tr td:first-child{
    text-align: center;
}

.historyinfo-wrap .table tr td:last-child{
    text-align: center;
}

.offbear img.img-responsive {
    margin: auto;
    width: 80px;
    height: auto;
    border-radius: 10px;
}

.historyinfo-wrap .table tr th:nth-child(3){
    
}
.representlists ul{
    list-style-type: none;
    padding-left: 20px;
}
.historyinfo-wrap table.table thead {
    background: #1166d2;
    color: #fff;
}
.wrap-btbd{
    padding:20px;
    background: rgba(17, 102, 210, 0.0784313725490196);
    border-bottom: 3px solid #1166d2;     
    margin-bottom: 20px;
}
.mb-0{
    margin-bottom: 0;
}
.spltbl-wrap{
    padding: 20px;
    background: rgba(17, 102, 210, 0.0784313725490196);
    border-top: 3px solid #1166d2;
    margin-bottom: 20px;
}
.spltbl-wrap .table tr td:first-child, .spltbl-wrap .table tr th:first-child{
    text-align: center;
}


/*Personal Info pages*/
.personalinfo-wrap{
    padding: 50px 0;
    text-align: justify;
}
.personalinfo-wrap h3:first-child, .personalinfo-wrap h2:first-child {
    background: #1166d2;
    padding: 10px;
    color: #fff;    
    margin-top: 0;
	font-size:24px;
}
.personalinfo-wrap h3.splhdcolor{
    color: #1166d2;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
}



/*Chamber Representation pages*/
.chamber-repwrap{
    padding: 50px 0;
}
.chamber-repwrap p{
    text-align: justify;
}
.chamber-repwrap ul{
    list-style: none;
    padding-left: 20px;
}
.chamber-repwrap p.lead{
    margin-bottom: 10px;
}
.cmbrrep-ico img{
    margin:0 auto;
    opacity: 1;
}

/*Awards page Section styles*/
.awards-wrap{
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}
.imp-head{
    background: #1166d2;
    padding: 10px;
    color: #fff;
    margin-top: 0;
}
.awards-wrap h2{
    margin-top: 120px;
}
.awards-wrap h3{    
    font-weight: 900;
}
.awards-wrap .award-bganimate img{
    position: absolute;
    height: 500px;
    width:auto;
    top: 0;
    left: 0;
    opacity: 0.1;
}

/*Chairman Presidents list page styles*/
.chairman-repwrap{
    padding: 50px 0;
}
.chairman-repwrap h2{
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
}
.chairman-repwrap table.table thead {
    background: #1166d2;
    color: #fff;
}
.chairman-repwrap table tr td:first-child{
    text-align: center;
}


/*Mambership page STyles*/
.mem-subscript {
    padding: 30px 0;
}
.mem-subscript h2{
    font-weight: 900;
    margin-top: 0;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 26px;
}
.mem-subscript .nav-tabs{    
    border-bottom: 0;
}
.mem-subscript .nav-tabs>li {
    display: block;
    width: 100%;
    text-align: center;
}
.mem-subscript .nav-tabs>li a{    
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
    border-bottom: 0;
    transition:all 0.4s ease-in-out;
}
.mem-subscript .nav-tabs>li a:hover{
    background: #1166d2;
    color: #fff;
}
.mem-subscript .nav-tabs>li.active>a{
    background: #1166d2;
    color: #fff;
}
.mem-subscript h3{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
}
.mem-subscript table.table thead {
    background: #1166d2;
    color: #fff;
}
.mbmr-criteriawrap{
    padding: 20px 0 50px;
    background: #fbfbfb;
}
.mbmr-criteriawrap p{
    text-align: justify;
}
.infobanner-wrap {
    background: #232425;
    color:  #fff;
    padding:  20px;
}
.infobanner-wrap p {
    margin-bottom:  0;
    font-size: 22px;
    text-transform:  uppercase;
}

.infobanner-wrap a {
    color:  #fff;
    font-size:  20px;
    transition: all 0.4s ease-in-out;
    text-decoration:  none;
}
.mem-subscript table tr th.wid250{
    width: 250px
}
.mem-subscript table tr td:first-child, .mem-subscript table tr th:first-child{
    text-align: center;
}

/*Managing Committee page styles*/
.committee-memwrap{
    padding: 50px 0;
}
.committee-memwrap .memcommitee-info{
    padding: 30px;
    border:1px solid #fbfbfb;
    margin-bottom: 30px;
    min-height: 220px;
    transition:all 0.4s ease-in-out;
    box-shadow: 2px 2px 10px #efefef;
}
.committee-memwrap .memcommitee-info:hover{    
    box-shadow: 2px 2px 10px #1166d2;
}
.committee-memwrap .memcommitee-info strong{
    transition:all 0.4s ease-in-out;
    text-transform: uppercase;
}
.committee-memwrap .memcommitee-info:hover strong{
    color: #1166d2;
    text-decoration: underline;
}
.committee-memwrap h2{
    margin-top: 0;
    font-weight: 600;
    text-transform: uppercase;
}


/*COntact Us page Section stylings*/
.contactinfo-wrap{
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}
.contactinfo-wrap:before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: url(/wp-content/uploads/2018/08/world-map.png) center center no-repeat;
    background-size: cover;
    opacity: 0.1;
}
.br-rt {
    border-right: 1px solid #efefef;
    padding-right: 20px;
}
address img {
    display: block;
    margin-left: -12px;
}
.contactfrom-wrap{
	padding: 20px;
    box-shadow: 2px 2px 10px #ccc;
    margin-top: 20px;
}
.contactfrom-wrap label{
	width:100%;
}
.contactfrom-wrap textarea {
    max-width: 100%;
    overflow: hidden;
}
.contactfrom-wrap input.wpcf7-form-control.wpcf7-submit {
    padding: 8px 22px;
    background: #1166d2;
    font-size: 18px;
    border: 2px solid #f7f7f7;
    transition: all 0.4s ease-in-out;
    color: #fff;
    height: auto;
    width: auto;
    border-radius: 0;
}
.contactfrom-wrap input, .contactfrom-wrap textarea{
    width: 100%;
    height: 37px;
    border-color: #efefef;
    box-shadow: none;
    border-radius: 8px;
    border-style: solid;
    margin-bottom: 10px;
    border-width: 1px;
    background: transparent;
}
::placeholder {
    color: #ccc;
    padding-left: 15px;
    font-weight: normal;
    font-size: 12px;
}
.contactinfo-wrap iframe#gmap_canvas {
    margin-left: 0;
    position: absolute;
    left: 15px;
    border-radius: 10px;
    border: 2px solid #eee;
    padding: 2px;
}
.contactinfo-wrap .btn-kcc {
    padding: 8px 22px;
    background: #1166d2;
    font-size: 18px;
    border: 2px solid #f7f7f7;
    transition: all 0.4s ease-in-out;
    color: #fff;
    height: auto;
    width: auto;
    border-radius: 0;
}
.contactinfo-wrap .btn-kcc:hover {
    background: transparent;
    color: #1166d2;
    border-color: #1166d2;
}
.contactinfo-wrap h3, .contactinfo-wrap h2{
    text-transform: uppercase;
    font-size: 18px;  
}
.address-info h3{
    margin-top: 0;
}
.address-info i, .address-info a{
    color: #1166d2;
    transition:all 0.4s ease-in-out;
}
.address-info input{
    width: 100%;
    height: 37px;
    border-color: #efefef;
    box-shadow: none;
    border-radius: 8px;
    border-style: solid;
    margin-top: 10px;
    border-width: 1px;
    background: #fbfbfb;
	font-size: 14px;
    padding-left: 15px;
    color: #4c4c4c;
}
.address-info input.wpcf7-form-control.wpcf7-submit{
	margin-top:0;
}
.socio-followups li{
    margin-right: 20px;
}
.socio-followups li a{
    font-size: 20px;
}

.kcc-affli{
    padding:50px 0;
}

.kcc-affli h2{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    background:#1166d2;
    padding: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

.kcc-affli img{
    position: relative;
    opacity: .6;
}

.kcc-affli i.fa.fa-map-marker.delhi{
    position: absolute;
    top: 120px;
    color: #e33118;
    left: 148px;
    font-size: 30px;
}

.kcc-affli i.fa.fa-map-marker.mubai {
    position: absolute;
    bottom: 188px;
    color: #e33118;
    left: 88px;
    font-size: 30px;
}

.kcc-affli address{
    margin-bottom: 0;
    padding: 10px 30px;
}

.awrdeees{
    padding: 50px 0;
    background: #fbfbfb;
}

.awrdeees h2{
    text-align: center;
    color: #fff;
    background: #1166d2;
    padding: 10px;
}



.awrd-win img {
    border: 1px dashed #ccc;
    padding: 10px;
    width: 60%;
    margin: auto;
}   

.awrd-win h3 {
    font-size: 22px;
    text-align: center;
    font-weight: 700;
}

.awrdeees .spcl {
    margin-bottom: 20px;
    padding: 30px 0;
    border: 1px solid #cccccc9e;
    border-bottom: 3px double #1166d2;
    box-shadow: 1px 2px 10px #ccc;
    position: relative;
    background: #fbfbfb;
}

.awrdeees .spcl-img{
    position: absolute;
    top: 0;
    left: 0;
    opacity: .25;
}

/*Footer section styles*/
footer{
  background:#111111;
  color:#fff;
  padding:30px 0;
}
footer a{
  color: #868686;
  transition:all 0.4s ease-in-out;
    text-decoration: none !important;
}
footer a:hover{
    color: #dedede;
    text-decoration: none !important;
}
.socio-cons li {
    margin-right: 10px;
}
footer h3{
  font-size: 18px;
  color: #cecece;
  margin-top: 0;
}
footer .horizon hr{
    border-color: #272727;
    margin-top: 10px;
    margin-bottom: 10px;
}
footer .cpyrt p {
    color: #a2a2a2;
    margin-bottom: 0;
}
footer p.log-ico {
    font-size: 45px;
    letter-spacing: 6px;
    color: #cecece;
}
footer p.log-ico img {
    height: 100px;
    width: auto;
    filter: grayscale(1);
}
footer .footinn-small{
    color: #cecece;
    font-weight: 600;
}
.footinn-links ul li a {
    margin-right: 30px;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
}
.footinn-links ul li a:hover{
    color: #cacaca;
}
.footinn-links ul li a i{
    transition: all 0.4s ease-in-out;
}
.footinn-links ul, .socio-cons ul {
    margin-bottom: 0;
    margin-top: 20px;
}
footer .foot-inner-dealer ul, footer .footinn-supp ul{
    list-style: circle;
    padding-left: 20px;
}



.certiorgin-wrap .headwrap:before {
	background: url(/wp-content/uploads/2018/08/certificate-origin-bg.jpg) top center no-repeat;
}
.publication h2{
	background: #1166d2;
	padding: 10px;
	color: #fff;
	margin-top: 0;
}
.publication {
    padding: 30px 0;
}

.main-gallery-wrap {
    padding: 30px 0;
}
.main-gallery-wrap .item-desc {
    background-color: rgba(0, 0, 0, 0.91);
    font-weight:500;
	font-size: 16px;
	bottom: 0px;
}



@media (max-width:1360px){
    .slide-caption {
        padding: 30px 30px 30px;
        font-size: 30px;
    }
    .message span{
        font-size: 20px;
    }
    .intro{
        padding-bottom: 30px;
    }
}



@media (max-width:640px){    
    .sp-hide{
        display: none;
    }
    a.navbar-brand img {
        height: 50px;
    }
	.navbar-toggle .icon-bar {
		background: #27384c;
	}
	.navbar-toggle {
		border: 1px solid #27384c;
	}
	.nav>li {
		border-bottom: 1px dashed#ccc;
		padding-bottom: 5px;
		padding-top: 5px;
	}
    .navbar-nav>li>a {
       padding: 5px 0 5px 10px;
       font-size: 16px;
    }
	.home-slidemain .metaslider .caption-wrap {
		line-height: 1em;
		text-align: center;
		font-size: 10px;
		font-weight: 500;
		text-transform: capitalize;
		padding: 2px 15px 2px;
	}
    .slider-wrap {
        margin-top: 50px;
    }
   .slide-caption {
        width: 100%;
        height: auto;
        color: #fff;
        font-size: 10px;
        bottom: 0px;
        padding: 2px;
        font-weight: 500;
        letter-spacing: 0.4px;
        text-transform: capitalize;
    }
    .slider-wrap .owl-prev, .slider-wrap .owl-next {
       border: none;
    }
    .slider-wrap .owl-prev .fa , .slider-wrap .owl-next .fa {
        font-size: 12px;
    }
    .slider-wrap .owl-next{
        top: 47%;
    }
    .intro{
        padding: 0 0 10px 0;
    }
    .message span {
        font-size: 14px;
    }
    .intro-imgwrap img{
        top: 50px;
        height: 100px;
    }

    a.btn-kcc {
        padding: 8px 15px;
        background: #1166d2;
        font-size: 16px;
    }

    .fix-ht-img{
        padding: 20px;
        overflow: hidden;
    }
    
    .fix-ht-img h1 {
        font-weight: 900;
        font-size: 20px;
        color: #1166d2;
    }

    .notify-wrap h2{
        font-size: 22px;        
    }
    blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child{
        font-size: 14px;
    }

    html body .current-projects {
        padding: 2rem 0 2rem 0;
        background: #fbfbfb;
    }

    html body .current-projects .current-spotlight-project .box-lower-content{
        bottom: 1rem;
    }

    html body .current-projects .current-project-title span {
        display: block;
        width: 5rem;
        height: 20px;
    }

    html body .current-projects .outer-current-project-wrap {
        margin: 4rem 0 0 0;
    }

    html body .current-projects .current-project-title{
        padding-right: 0 0 0 8rem;
        padding:0 0 0 6rem;
    }

    html body .current-projects .project-summary-specs h3{
        padding-left: 1rem;
        font-size: 3rem;
    }

    html body .current-projects .project-summary-specs {
        background: #fafafa;
        width: 100%;
        padding: 1rem 0 9rem 0;
    }
    html body .current-projects .current-spotlight-project .box-lower-content p{
        display: none;
    }

    .serv-featwraps {
        padding: 30px 0;
    }
    .serv-featwraps h1{
        font-size: 24px;
    }
        
    .media-feats .media {
        padding: 15px;
    }    

    .media-feats .media-body, .media-left, .media-right{
        font-size: 14px;
    }
    .media-feats i.fa {
        font-size: 35px;
    }
    .slide-innerbx{
        min-height: auto;
    }

    .cont-bfrfoot{
        padding:20px 0; 
    }

    .bx-wrapper{
        margin-bottom: 0;
    }
    
    .cont-bfrfoot h1{
        font-size: 20px;
    }

    .media-feats .media hr{
        margin-bottom: 10px;
    }

    footer p.log-ico{
        margin: auto;
    }
    .footinn-small p{
        font-size: 14px;
    }

    footer .foot-inner-dealer ul, footer .footinn-supp ul {
        list-style: circle;
        padding-left: 15px;
        font-size: 13px;
        color: #ccc;
    }
    footer .foot-inner-dealer ul li, footer .footinn-supp ul li {
        color: #f7f7f7;   
    }
    

    .footinn-details p {
        font-size: 14px;
    }

    .footinn-links ul, .socio-cons ul{
        margin-top: 0;
    }

    .footinn-links ul li a{
        margin-right: 10px;
        font-size: 12px;
    }

    ul.list-inline.text-right {
        text-align: left;
        font-size: 12px;
    }
    
    footer .cpyrt p {
        color: #a2a2a2;
        margin-bottom: 0;
        font-size: 10px;
        text-align: center;
    }
    
    .headwrap{
        margin-top: 0px;
        padding: 30px 0;
    }
    
    .headwrap h1{
        font-size: 26px;
    }
    .headwrap p.lead{
        margin-bottom: 10px;
    }
    .headwrap hr {
        width: 50px;
        border-width: 4px;
        border-color: #fff;
        margin-bottom: 0;
    }
    
    .page-info {
        padding: 30px 0;
    }
    
    .imp-head {
        font-size: 20px;
    }
    
    .page-info p {
        text-align: justify;
        font-size: 16px;
    }
    
    .splinfo-profile h3 span {
        font-size: 24px;
    }
    
    .splinfo-profile h3 {
        color: #1166d2;
        font-size: 20px;
    }

    .objective-wrap ul li {
        line-height: 22px;
        margin-bottom: 7px;
        padding: 15px;
        font-size: 14px;
    }

    .objective-wrap {
        padding: 30px 0;
    }

    .table-responsive {
        min-height: .01%;
        overflow-x: auto;
    }

    .historyinfo-wrap h2, .historyinfo-wrap h4, .historyinfo-wrap h3{
        font-size: 22px;
        text-align: left;
        text-transform: capitalize; 
    }

    .wrap-btbd {
        padding: 10px;
        font-size: 14px;
    }

    .spltbl-wrap {
        padding: 20px 5px;
    }

    .historyinfo-wrap {
        padding: 30px 0 0 0;
        text-align: justify;
    }

    .committee-memwrap .memcommitee-info{
        min-height: auto;
        padding: 20px 10px;
    }
    .committee-memwrap {
        padding: 20px 0;
    }

    .chairman-repwrap h2 {
        text-transform: capitalize;
        margin-top: 0;
    }

    .chairman-repwrap {
        padding: 30px 0 0 0;
    }

    .chamber-repwrap h2{
        font-size:22px;     
    }

    .chamber-repwrap {
        padding: 30px 0;
    }

    .chamber-repwrap p {
        text-align: justify;
        font-size: 16px;
    }

    .infobanner-wrap {
        padding: 15px;
    }

    .infobanner-wrap p {
        font-size: 18px
    }
    .infobanner-wrap a{
        font-size: 18px;
    }

    .mbmr-criteriawrap h3 {
        font-size: 18px;
        text-transform: capitalize;
    }
    
    .mbmr-criteriawrap p {
        text-align: justify;
        font-size: 16px;
    }

    .mem-subscript h2{
        font-size: 20px;
        text-align: center;
    }
        
    .mbmr-criteriawrap {
        padding: 20px 0 20px;
        background: #fbfbfb;
    }    
    .kcc-affli h2 {
        font-size: 16px;
        font-weight: 700;
    }

    .awards-wrap h2 {
        margin-top: 10px;
    }
    .awrdeees{
        padding: 0 0 20px 0;
    }

    .awards-wrap {
        padding: 30px 0 10px 0;
    }

    .awrdeees .spcl {
        margin-bottom: 20px;
        padding: 20px 10px;
    }

    .awrd-win img{
        width: 40%;
    }

    section.personalinfo-wrap img {
        margin: 0 20px;
    }
	.main-gallery-wrap .item-desc{
		display:none;
	}
	.contactinfo-wrap iframe#gmap_canvas{
		width: 90%;
	}
	.contactfrom-wrap h2 {
		font-size: 20px;
		font-weight: 600;
		text-decoration: underline;
	}
	.br-rt {
		border-right: 0;
		padding-right: 0;
	}
	.contactfrom-wrap{
		margin-bottom:30px;
	}

}
.full-width.current-project-excerpt {
    color: #ccc;
}



.download-appform a {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    background: #efefef;
    color: #053cb3;
    padding: 4px 20px;
    border-radius: 2px;
    border-bottom: 4px double #0441be;
}
.download-appform.inf12 a {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    background: #1166d2;
    color: #ffffff;
    padding: 4px 20px;
    border-radius: 2px;
    border-bottom: 4px double #ffffff;
    text-align: right;
    float: right;
}






.allinonestats h3.current-project-title {
    font-size: 32px;
    font-weight: 600;
}
.allinonestats .summary-border {
    border-right: 4px solid #efefef;
}
.allinonestats .summary-border .count {}
.allinonestats {
    text-align: center;
}
.allinonestats .count h3 {
    font-size: 36px;
    font-weight: 600;
    margin: 4px 0 4px;
}
.allinonestats p {
    font-size: 22px;
    margin-bottom: 20px;
}

.homo-infeats {
    padding: 60px 0;
    background: #f0f8ff61;
}
.homo-infeats .current-project-thumbnail {
    padding: 30px;
    margin-bottom: 20px;
    box-shadow: 1px 1px 20px 2px #dedede9e;
    transition: .5s;
}
.homo-infeats .current-project-thumbnail:hover {
    box-shadow: 1px 1px 20px 2px #dedede;
}
.homo-infeats .current-project-thumbnail img {
    margin: 0 0 20px;
    border-radius: 8px;
}
.homo-infeats .current-project-thumbnail p.project-title {
    font-size: 20px;
    font-weight: 600;
}
.homo-infeats .current-project-thumbnail .current-excerpt {
    font-size: 18px;
    margin: 0 0 20px;
}
.homo-infeats .current-project-thumbnail p.project-link {
    margin: 0 0 0;
}
.homo-infeats .current-project-thumbnail p.project-link a {
    padding: 8px 22px;
    background: #1166d2;
    font-size: 18px;
    border: 2px solid #f7f7f7;
    transition: all 0.4s ease-in-out;
    color: #fff;
}
.homo-infeats .current-project-thumbnail:hover p.project-link a {
    background: #fff;
    color: #1166d2;
    border-color: #1166d2;
}



@media (max-width:768px){    
	.download-appform a {
		font-size: 14px;
		font-weight: 600;
		padding: 4px 12px;
	}
	.download-appform.inf12 a {
		font-size: 15px;
		font-weight: 600;
		padding: 4px 14px;
		text-align: center;
		float: none;
		width: 100%;
	}
}






