/*
Theme Name: Incite
 */ 
 
 
@charset "UTF-8";
html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: 'Lato';
	font-size: 16px;
	color: #343434;
	font-weight: 400;
	line-height: 1.4;
	background: #fff;
	position: relative;
	overflow-x: hidden;
	text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a {
	text-decoration: none;
	transition: all 0.4s ease-in-out;
	outline: none !important;
}
a:focus, a:hover {
	text-decoration: none;
	cursor: pointer;
	outline: 0;
	color: #8b8b8b;
}
img {
	outline: none;
	border: none;
	max-width: 100%;
	height: auto;
}
ul, ol {
	margin: 0px;
	padding: 0;
}
.row {
	margin-right: 0;
	margin-left: 0;
}
.no-padding {
	padding: 0;
}
.no-padding-lft {
	padding-left: 0;
}
.no-padding-rgt {
	padding-right: 0;
}
hr {
	border-top: 1px solid #c3c3c3;
}
@font-face {
	font-family: Lato;
	src: url(font/Lato-Regular.ttf)format('truetype');
}
@font-face {
	font-family: Lato-bold;
	src: url(font/Lato-Bold.ttf)format('truetype');
}
@font-face {
	font-family: PlayfairDisplay-Italic;
	src: url(font/PlayfairDisplay-Italic.ttf)format('truetype');
}
@font-face {
	font-family: PlayfairDisplay-Regular;
	src: url(font/PlayfairDisplay-Regular.ttf)format('truetype');	
}
@font-face
{
font-family:Federation-Kalin;
src: url(font/Federation-Kalin.ttf)format('truetype');
}
@font-face
{
font-family:Niconne-Regular;
src: url(font/Niconne-Regular.ttf)format('truetype');
}
span {
	
}
b {
	font-family: Lato-bold;
	color: #000;
}
/********************common classes****************/
.sec-title {
	text-align: center;
}
a.scroll-top {
	color: #14b1ea;
	border-radius: 3px;
	bottom: 20px;
	display: block;
	font-size: 32px;
	height: 38px;
	line-height: 34px;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 38px;
	border-radius: 10%;
	z-index: 2147483647;
}
body::-webkit-scrollbar {
    width: 9px;
    height: 9px;
    background-color: #EEE;
}

body::-webkit-scrollbar-thumb {
    height: 35px;
    background-color: #049bd8;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/************************menu-bar**********************/
.logo-hidden-md
{
display:none;
}
.menu-bar {
	padding: 0px 0px;
    /* background-color: #fff; */
    transition: all 0.6s ease-in-out;
	position: relative;
    /* border-bottom: 1px solid #cbcbcb; */
    top: 0px;
    width: 100%;
    left: 0;
    z-index: 9999 !important;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
	box-shadow: 0px 9px 50px rgba(58, 58, 58, 0.1);
}
/**************************** logo-design **********************/
.logo-design
{
position:relative;
}
.logo 
{

}
.logo-style {
    position: absolute;
	z-index: 5;
	}
	.logo-style:before
	{
	content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0);
    border-right: 38px solid rgba(255, 255, 255, 0);
    border-top: 55px solid #EFD068;
    border-left: 185px solid #EFD068;
    border-bottom: 0px solid rgba(255, 255, 255, 0);
    right: -128px;
    top: 53px;
    z-index: -1;
	}
.navbar-default .navbar-nav>li.current-menu-item>a {
    color: #1b75b9;
    background-color: transparent;
}
/************************Loader div****************/

#loader-wrapper .loader-section.section-left {
    left: 0;
}
#loader-wrapper .loader-section.section-right {
    right: 0;
}
#loader-wrapper {
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
#loader-wrapper .loader-section {
    position: fixed;
    z-index: 9999999;
    top: 0;
    width: 51%;
    height: 100%;
    background-color: #fff;
}
.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transition: all .3s 1s ease-out;
    transition: all .3s 1s ease-out;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transition: all .7s .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .7s .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transition: all .7s .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .7s .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
/**************************** top-cont-bar *************/
.top-cont-bar
{
background:#059ade;
      padding: 10px 120px 10px 0;
	  text-align:right;
}
.top-cont-bar li {
      display: inline-block;
    color: #fff;
    margin-right: 10px;
    font-size: 16px;
}
.top-cont-bar li a{
color:#fde456;
}
.top-cont-bar li a:hover{
    color: #000000;
}
.top-menu-bar
{
background:#808080;
padding: 10px 120px 10px 0;
    position: relative;
}
.top-menu-bar .btn-secondary
{
    background: #fff;
    border: 0;
    padding: 8px 12px;
	    border-radius: 0;
		    border-left: 1px solid #c5c5c5;
}
.top-menu-bar .input-group .form-control {
    position: relative;
    z-index: 0;
    float: right;
    width: 20%;
    background: #f4f4f4;
    border: 1px solid #c5c5c5;
    margin-bottom: 0;
    height: 36px;
	    border-radius: 0;
	}
	.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 0;
	}
	.social-icons-top li a
	{
	color:#fff;
	}
	.social-icons-top li
	{
	margin-right:5px;
	}
	.social-icons-top
	{
	display: inline-block;
	}
/*************************** Board of Directors ********/
#board-dirctr
{
padding:50px 0;
background:#c63562;
text-align:center;
}


#board-dirctr img
{
border-radius:50%;
    border: 6px solid #4190df;
	    box-shadow: 0px 7px 4px 1px rgba(0, 0, 0, 0.16);
    width: 250px;
    height: 250px;
}
#board-dirctr h5
{
color:#fff;
font-size:22px;
margin-bottom: 5px;
}
#board-dirctr h6
{
color:#f9f2c4;
font-size:17px;
    margin-top: 0;
}


.board-dirctr_team
{
padding:50px 0;

text-align:center;
}

.board-dirctr_team .work-info
{
    
    
    display: none;
}

.board-dirctr_team img
{
border-radius:50%;
    border: 6px solid #4190df;
	    box-shadow: 0px 7px 4px 1px rgba(0, 0, 0, 0.16);
    width: 250px;
    height: 250px;
}
.board-dirctr_team h5
{
color:#000;
font-size:22px;
margin-bottom: 5px;
}
.board-dirctr_team h6
{
color:#000;
font-size:17px;
    margin-top: 0;
}

/**************************welcome********************/
#welcome
{
padding:40px 0;
text-align:center;
}
.sec-title h1
{
font-size:35px;
color:#393939;
margin-top:0;
font-family: PlayfairDisplay-Regular;
margin-bottom: 20px;
}
.sec-title h2
{
font-size:17px;
color:#5682bf;
margin-bottom: 15px;
}
.border-line
{
    width: 60%;
    height: 1px;
    background: #bebaba;
    margin: 0 auto;
    position: relative;
    margin-bottom: 30px;
}
.border-line:before
{
content:"";
position:absolute;
width:70px;
height:2px;
background:#14b1ea;
    top: 0;
	left: 0;
    right: 0;
    margin: 0 auto;
}
.border-line-01
{
border-top: 1px solid #eaa032;
    border-bottom: 1px solid #000000;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}
/*************************** incit-banner *******************/
#incit-banner img
{
width:100%;
}
/*************************** incit-news ********************/
#incit-news
{
background:#049bd8;
    padding: 10px 0;
}
#incit-news h2
{
margin:0;
color:#fff;
font-size:22px;
}


/************************ INCITE ****************************/
#incite
{
background:#fef0d3;
}
#incite p
{
color:#000;
font-size:17px;
}
#incite span
{
font-family:Federation-Kalin;
}
.about-incite 
{
background:#fef0d3;
        padding: 40px 40px 40px 100px;
	    text-align: center;
}
.about-incite .sec-title h1 {
    font-size: 27px;
    color: #303030;
    margin-top: 0;
    font-family: PlayfairDisplay-Regular;
    margin-bottom: 20px;
}
.about-incite a
{
    background: #f89939;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 30px;
    color: #fff;
    margin-top: 15px;
	border:1px solid #f89939;
	}
	.about-incite a:hover
{
    background: transparent;
	    color: #000;
	
	}
.border-line-02
{
height: 2px;
    width: 12px;
    background: #049bd8;
    margin: 0 auto;
    margin-bottom: 15px;
	position:relative;
}
.border-line-02:before
{
    content: "";
    position: absolute;
    width: 140px;
    height: 2px;
    background: #049bd8;
    left: 20px;
    top: 0;
}
.border-line-02:after
{
content: "";
    position: absolute;
    width: 140px;
    height: 2px;
    background: #049bd8;
    right: 20px;
    top: 0;
}
.ltst-events 
{
    background: #fff;
    padding: 40px 120px 40px 45px;
position:relative;
}
.ltst-events:before
{
content: "";
    position: absolute;
    border-left: 80px solid rgba(0, 0, 0, 0);
    /* border-top: 278px solid rgba(0, 0, 0, 0); */
    border-right: 32px solid rgb(255, 255, 255);
    border-bottom: 484px solid rgb(255, 255, 255);
    left: -79px;
    top: 0;
}
.ltst-events:after{
content: "";
    position: absolute;
    border-right: 679px solid rgb(255, 255, 255);
    border-top: 19px solid rgba(0, 0, 0, 0);
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-bottom: 37px solid rgb(255, 255, 255);
    left: -82px;
    bottom: -27px;
    z-index: 99;
}
.ltst-events .sec-title h2 {
    font-size: 22px;
    color: #303030;
	margin-top:0;
	font-family: PlayfairDisplay-Regular;
}
.ltst-events  .border-line {
    width: 90%;
    height: 1px;
    background: #f89939;
    margin: 0 auto;
    position: relative;
    margin-bottom: 15px;
}
.media img
{
    width: 180px;
    height: 75px;
	    border: 3px solid #e2e2e2;
}
.media-body
{
width:auto;
}
#incite .ltst-events  .media-body p
{
font-size:15px;
color:#525252;
margin-bottom:0px;
}
#incite .ltst-events  .media-body a
{
color:#049bd8;
}
#incite .ltst-events  .media-body h5
{
    font-size: 16px;
    margin-top: 0;
	color:#049bd8;
	}
/************************director****************************/
#director
{
padding:40px 0;
background:url(img/chaipersons-bg.jpg) #eba235 no-repeat;
background-size:cover;
text-align:center;
position:relative;
}
#director img {
    border-radius: 50%;
    border: 6px solid #4190df;
    box-shadow: 0px 7px 4px 1px rgba(0, 0, 0, 0.16);
    width: 250px;
    height: 250px;
	margin: 0 auto;
    display: table;
}
#director h2
{
text-transform:capitalize;
font-size:22px;
color:#000;
}
#director h3
{
margin-top:0;
color:#c63562;
}
#director h4
{
color:#fff;
font-size:16px;
}
#director:before
{
content: "";
    position: absolute;
    background: url(img/director-bg-angle.png) no-repeat;
    background-size: cover;
    height: 44px;
    width: 100%;
    bottom: -44px;
    left: 0;
    z-index: 999;
}

/************************ BOARD-DIRECTER ***********************/
#board-dirctr
{
    padding: 80px 0 30px;
}
#board-dirctr .sec-title h1
{
color:#fff;
}
/************************portfolio*******************/
#portfolio
{
padding-top:40px;
position:relative;
}
#portfolio:before
{
content: "";
    position: absolute;
    width: 100%;
    background: url(img/events-bg-01.jpg) no-repeat;
    background-size: cover;
    top: -37px;
    height: 158px;
    z-index: -1;
	}
#portfolio img
{
width:100%;
}
.portfoli-single
{
position:relative;
}
.board-directr-single {
    position: relative;
    display: inline-block;
}
.overlay-text
{
position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    text-align: center;
    padding: 10px;
    font-family: PlayfairDisplay-Regular;
}
.overlay-text h3
{
margin:0;
font-size:25px;
}
.portfoli-single .work-inner  {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent;
    z-index: 1;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.board-directr-single.chair_block .work-inner
{
    
    width: 410px;
     left: -33%;
}
.board-directr-single .work-inner {
position: absolute;
    width: 360px;
    height: auto;
    right: 0;
    /* padding: 32px; */
    left: -23%;
    top: 0;
    margin: 0 auto;
    background: transparent;
    z-index: 1;
        border-radius: 20px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    visibility:hidden;
}
.portfoli-single:hover .work-inner  {

    background: rgba(247, 228, 85, 0.6);

}
.board-directr-single:hover .work-inner
{
   background: rgba(0, 0, 0, 0.8);
       visibility:visible;
}
.portfoli-single .work-inner .work-info{
    position: relative;
    text-align: center;
    top: 50%;
    margin-top: -28px;
}
.board-directr-single .work-inner .work-info {
    position: relative;
    text-align: center;
    top: 14%;
}
.portfoli-single:hover .work-inner .work-info i{
    opacity: 1; 
    top: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.board-directr-single:hover .work-inner .work-info p{
    opacity: 1;
    top: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.portfoli-single .work-inner .work-info i {
  color: #049bd8;
    font-size: 20px;
    margin-bottom: 9px;
    opacity: 0;
    padding: 12px;
    background: #fff;
    position: relative;
    top: -40px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.board-directr-single .work-inner .work-info p {
  color: #fff;
    font-size: 15px;
    margin-bottom: 9px;
    opacity: 0;
    padding: 12px;
    position: relative;
    top: -40px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    margin-bottom: 0;
}
.portfoli-single .work-inner .work-info i:hover, .board-directr-single .work-inner .work-info i:hover{

  background: #049bd8;
 color:#fff ;
}

.portfoli-single
{
overflow:hidden;
}
.portfoli-single:hover img
{
-webkit-transform:scale(1.2);
-moz-transform:scale(1.2);
-ms-transform:scale(1.2);
transform:scale(1.2);
 -webkit-transition: all 0.2s ease 0s;
		 -ms-transition: all 0.2s ease 0s;
		  -moz-transition: all 0.2s ease 0s;
		   transition: all 0.2s ease 0s;
 width:100%;
}
/************************ PARTENRS-LOGOS *******************/
#partners
{
background:url(img/partners-bg.jpg) #fff no-repeat;
background-size:cover;
background-attachment: fixed;
padding:50px 0;
}
.partenrs-logos
{
border: 8px solid rgb(245, 238, 251);
border-radius: 15px;
    padding: 25px;
    background: #fff;
	margin-bottom:20px;
	overflow:hidden;
	    -webkit-transition: all 0.2s ease 0s;
		 -ms-transition: all 0.2s ease 0s;
		  -moz-transition: all 0.2s ease 0s;
		   transition: all 0.2s ease 0s;
		     -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
}
.partenrs-logos img
{
width:100%;

}

.partenrs-logos:hover
{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/****************************** SOCIAL-PROJECTS ************************/
#our-customer {
	padding: 50px 0;
	background: url(img/social-projects-bg.jpg) #fff no-repeat;
	background-size: cover;
}
#our-customer h1 {
	font-size: 35px;
	font-family: PlayfairDisplay-Regular;
	color: #182a33;
}
#our-customer .single-customer h5 {
	font-family: PlayfairDisplay-Italic;
	font-size: 24px;
	margin-bottom: 15px;
}
#our-customer .single-customer p {
	font-size: 17px;
}
.single-customer a
{
color:#000;
}
.single-customer a:hover
{
color:#14b1ea;
}
.single-customer {
	background: #00a261;
	float: left;
	width: 50%;
	color: #fff;
	padding: 65px 20px 40px 110px;
    height: 330px;
	position: relative;
}
.single-customer:before {
	content: "";
	position: absolute;
	border-right: 60px solid rgba(0, 162, 97, 0);
	border-top: 157px solid rgba(0, 162, 97, 0);
	border-bottom: 173px solid #00a261;
	border-left: 60px solid rgb(0, 162, 97);
	right: -120px;
	top: 0;
	z-index: 99;
}
.single-customer:after {
	content: "";
	position: absolute;
	width: 1px;
	right: -2.5%;
	height: 130px;
	background: #fff;
	z-index: 999999;
	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	transform: rotate(-20deg);
	top: -3px;
}
.customer-logos .slick-slide {
	margin: 0px 0px;
}
.client-qutos {
	float: left;
	width: 50%;
	position: relative;
}
.client-qutos:before {
	content: "";
	position: absolute;
	width: 4px;
	left: 59px;
	top: -16px;
	bottom: 0;
	height: 358px;
	background: #fff;
	z-index: 999999;
	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	transform: rotate(-20deg);
}
.client-qutos:after {
	content: "";
	position: absolute;
	width: 1px;
	left: 19%;
	height: 130px;
	background: #fff;
	z-index: 999999;
	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	transform: rotate(-20deg);
	bottom: -3px;
}
.left-ctrl {
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 0%;
	z-index: 99;
	padding:0 28px;
	bottom: 0;
	background: rgba(0, 0, 0, 0.15);
}
.a-left {
    top: 50%;
    position: relative;
    font-size: 48px !important;
    color: #fff;
    align-self: center;
      -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
	 transform: translateY(-50%);
	 -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.right-ctrl {
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 0%;
	z-index: 99;
	padding:0 28px;
	bottom: 0;
	background: rgba(247, 247, 247, 0.4);
}
.a-right {
	font-size: 52px !important;
	color: #fff;
	top: 50%;
	position: relative;
     -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
	 transform: translateY(-50%);
	 -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.slick-initialized .slick-slide:focus {
	outline: 0;
}

/**************************enquiry*******************/
#enquiry
{
padding:50px 0;
background:#f5f5f7;
}
.enquiry-form .form-control
{
    height: 45px;
    padding: 6px 12px;
    border: 0px solid #ccc;
    border-radius: 2px;
}
.enquiry-form textarea.form-control {
    height: auto;
}
.enquiry-form .contact_us
{

    background: #14b1ea;
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
	transistion: all 0.3s cubic-bezier(0.07, 0.45, 0.49, 0.03);
}
.enquiry-form .contact_us:hover
{

    background: #000;
    color: #fff;
	}
/************footer*************************/
.fixed-footer {
	bottom: 0;
	left: 0;
	/* position: fixed; */
	width: 100%;
	z-index: -33;/* background:#f6f6f6; */
}
#incite-footer {
	padding: 30px 0 30px;
	background:#000;
}
#incite-footer p
{
    color: #838383;
    margin-bottom: 0;
}
.social-icons
{
text-align:right;
}
.social-icons li {
	display: inline-block;
}
.social-icons li a {
	color: #7d7d7d;
	text-align: center;
    line-height: 30px;
    font-size: 18px;
    margin-left: 25px;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.social-icons li:hover a {
	color: #14b1ea;
}
.footer-details a {
	color: #7d7d7d;
}

.address:hover .foot-icon {
    border: 2px solid #f17405;
	    transform: scale(1.2);
		color:#f17405;
	}
	
	
	
	/************************* INCIT ABOUT RIGHT ***********************/
	
	
	#incit-about h2
	{
	font-family: PlayfairDisplay-Regular;
	margin-top:0;
	font-size:24px;
	}
	#incit-about-rght
	{
	background:#ac1354;
	position:relative;
	}
		#incit-about-rght:before
	{
     content: "";
    position: absolute;
    z-index: 99;
    left: -18px;
    top: 0;
    border-top: 108px solid rgb(172, 19, 84);
    border-bottom: 0px solid transparent;
    border-left: 18px solid rgba(172, 19, 84, 0);
}
#incit-about-rght-01:before
	{
      content: "";
    position: absolute;
    z-index: 99;
    left: -18px;
    top: 0;
    border-top:153px solid rgb(137, 150, 58);
    border-bottom: 0px solid transparent;
    border-left: 18px solid rgba(172, 19, 84, 0);
}
		#incit-about-rght-02:before
	{
     content: "";
    position: absolute;
    z-index: 99;
    left: -18px;
    top: 0;
    border-top:105px solid rgb(242, 101, 34);
    border-bottom: 0px solid transparent;
    border-left: 18px solid rgba(172, 19, 84, 0);
}
		#incit-about-rght-03:before
	{
     content: "";
    position: absolute;
    z-index: 99;
    left: -18px;
    top: 0;
    border-top:215px solid rgb(0, 129, 171);
    border-bottom: 0px solid transparent;
    border-left: 18px solid rgba(172, 19, 84, 0);
}
	#incit-about-rght-01
	{
	background:#89963a;
	position:relative;
	}
	#incit-about-rght-02
	{
	background:#f26522;
	position:relative;
	}
	#incit-about-rght-03
	{
	background:#0081ab;
	position:relative;
	}
	.incit-about-rght
{	padding:20px 25px;
	color:#fff;
	margin-bottom:15px;
	}
	
	
	
	
	
	
	
	
/**************************************************/

#myNavbar {
    padding-top: 0px;
      width: 100%;
    right: 0;
	    top: 93px;
    background: #f26522;
	border:0;
    position: absolute;
    /* height: 100%; */
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    height: auto !important;
}
.navbar-toggle {
  display: inline-block;
      border: 0;
}
.navbar-default {
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0);
    border-radius: 0;
    border: 0;
    padding-right: 0;
}
.navbar-header {
    float: right;
    position: absolute;
    right: -4px;
    top: -43px;
}
.top-menu-bar form
{
margin-right: 46px;
}
/*****************************inner page ***********************/
p span {
    font-family: Federation-Kalin;
}
#incit-about
{
background:#fef0d3;
padding:80px 0 40px;
    min-height: 500px;
}
#incit-about .sec-title h1
{
font-size:30px;
}
#incit-about .sec-title 
{
text-align:left;
}
#incit-about .sec-title.sub-sec
{
text-align:center;
}
.sec-title h2 {
    font-size: 25px;
    color: #232323;
	font-family: PlayfairDisplay-Regular;
	}
	#incit-about p
	{
	text-align:justify;
	}
	/*********************incit-about-hlght-text****************/
	#incit-about-hlght-text
	{
	padding:40px 0;
	text-align:center;
	background:#059ade;
	}
	#incit-about-hlght-text h2
	{
	font-size:27px;
		font-family: PlayfairDisplay-Regular;
		    line-height: 34px;
		color:#fff;
		margin:0;
	}
	#incit-about ul,#incit-about-team ul
	{
	padding-left:60px;
	}
	#incit-about-team ul
	{
	padding-left:20px;
	}
	#incit-about ul li,#incit-about-team ul li
	{
    list-style:none;
	position:relative;
	font-size:18px;
	    padding-bottom: 6px;
		    color: #000;
	}
	#incit-about-team ul li
	{
	color:#fff;
	}
	#incit-about ul li:before,#incit-about-team ul li:before
	{
	    position: absolute;
    content: "\f054";
    color: #059ade;
    font-family: FontAwesome;
    font-size: 16px;
    left: -25px;
    top: 4px;
	    font-weight: 600;
	}
	#incit-about-team ul li:before
	{
	color:#ffeb0a;
	}
	#incit-about-team
	{
	background:url(img/about-bg.jpg) #f8701d no-repeat;
	background-size:cover;
	padding:40px 0;
	}
	#incit-about-team h1
	{
	text-transform:uppercase;
	font-size:21px;
	color:#fff;
	}
		#incit-about-team h1 span
	{
	 font-family: Federation-Kalin;
	}
	.border-line-04
	{
	border-top:1px solid #f26522;
	border-bottom:1px solid #fac58d;
	    width: 75%;
    margin: 0 auto;
    margin-bottom: 25px;
	}
	
	
	/*************** latest news scroll************/
.panel-footer
{
display: none !important;
}
.panel {
    margin-bottom: 0px;
    border: 0px solid transparent;
}
 .panel-body {
    padding: 0;
}
.demo_latestevents
{
height:340px !important;
}
	
	
.abt-entry-dis .entry-title
{
display: none !important;
}

.abt-entry-dis .contct-entry-dis .entry-title
{
display: none !important;
}

#incit-about .entry-title
{
display: none !important;
}

#partners .entry-title
{
display: none;
}
	
.bx-wrapper
{
    background-color: #fff7e7 !important;
    max-width: 1358px !important;
        padding: 15px 0;
}

.gs_logo_single
{
    
    width: 228px !important;
}
.ngg-album-compactbox .Thumb {
    margin: 0px !important;
    padding: 0px 0 0 0 !important;
    width: 150px !important;
    height: 122px !important;
    border: none;
}

.ngg-breadcrumb-divisor
{
   /* display: none;  */
}

.ngg-breadcrumbs
{
    padding:0 !important;
  
} 

.metaslider {
    max-width: 100% !important;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14 !important;
}

.bx-wrapper .bx-prev:hover {
background-position: 0 -32px;
}

.bx-wrapper .bx-next:hover {
background-position: -43px -32px;
}
#incit-about ul li.ngg-breadcrumb:before, #incit-about-team ul li.ngg-breadcrumb:before
{
    display:none;
}
/******************* slider wordpress ******************/
.metaslider .caption-wrap {
    background: rgba(0, 0, 0, 0) !important;
    font-family:Niconne-Regular;
    font-size:42px;
    opacity: 1  !important;
    top: 55% !important;
    left: 10% !important;
    width: 53% !important;
	}
	.metaslider .caption
	{
	        border-radius: 10px;
	      background: #000000; /* Old browsers */
background:-moz-linear-gradient(to right, rgb(6, 155, 206) 0%,rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
background:  -webkit-linear-gradient(to right, rgb(6, 155, 206) 0%,rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgb(6, 155, 206) 0%,rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	            display: inline-block
	}
		.metaslider .caption h1
		{
	font-size: 55px;
    margin-bottom: 10px;
    margin-top: 0;
    letter-spacing: 2px;
		}
		.metaslider .caption h2
		{
		        font-size: 47px;
		        padding-left: 25px;
		            margin-top: 10px;
		}
		.metaslider .caption h3
		{
		        font-size: 36px;
		            padding-left: 45px;
		                margin-top: 10px;
		}
		#incit-news a
{
color: #fff;
}
		#incit-news a:hover
{
color: #fde456;
}


.sub-menu li.current-menu-item a
{
color: #f7e455;   
}

.ngg-album-gallery-image-counter
{
    display: none !important;
}

.team_padd
{
margin-bottom: 22px;	#incit-about-hlght-text
}

.ul.ngg-breadcrumbs>li
{
        padding: 0 1.5em 0 .08em !important;
}

.cls-img .work-inner
{
    display: none;
}
/**********************************media Query*****************/

@media screen and (max-width: 767px) {
.navbar-nav {
	float: left;
	margin: 0;
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.nav>li>a {
	padding: 8px 0px;
}
.text-center-xs {
	text-align: center;
	margin: 0 auto;
	display: table;
}
.menu-bar {

	position: relative;
	background-image: none;
	transition: all 0.6s ease-in-out;
}

/******************this site**************/
#incite-footer
{
text-align:center;
}
.social-icons {
    text-align: center;
}
.social-icons li a {
    margin-left:0;
    margin-right: 25px;
}
#portfolio:before {

    top: -18px;
}
#board-dirctr h6 {
    margin-bottom: 30px;
}
#director:before {

    background-size: contain;

}
	.ltst-events {
   /* padding: 40px 30px 20px 30px; */
     background: #fff;
    padding: 40px 120px 10px 45px;
position:relative;
	}
	.ltst-events:before, .ltst-events:after
	{
	display:none;
	}
	.about-incite {
    padding: 40px 30px 40px 30px;
	}
	.single-customer {
    padding: 30px 100px 30px 100px;
	    width: 100%;
		height: auto;
	}
	.client-qutos, .single-customer:before, .single-customer:after {
    display: none;
	}
	#our-customer .single-customer p {
    font-size: 15px;
}
#incite-footer p {
    color: #838383;
    margin-bottom: 10px;
    font-size: 14px;
}
.logo-style {
    background: #fffbf4;
    position: relative;
    z-index: 5;
}
.logo {
    float: left;
    width: 100%;
    padding-top: 0px;
}
.logo-style:before
{
display:none;
}
.top-cont-bar {
    padding: 10px 10px 10px 10px;
    text-align: center;
	}
	.top-menu-bar {
    padding: 10px 10px 10px 10px;
    text-align: center;
    margin: 0 auto;
	}
	.top-menu-bar form {
    margin-right: 40px;
}
	.top-menu-bar .input-group .form-control {
    width: 100%;
	}
	.open {
	    position: absolute;
    top: 3px;
    right: 10px;
	}
	#incit-about {
    padding: 40px 0 40px;
}
#incit-about ul, #incit-about-team ul {
    padding-left: 20px;
}
.border-line-02:after, .border-line-02:before {
    width: 110px;
	}
	#incit-about-hlght-text h2 {
    font-size: 18px;
    line-height: 26px;
	}
	
	
	
	
	
	
	
	
.metaslider .caption-wrap {
    top: 30% !important;
    width: 86% !important;
}
.metaslider .caption h1 {
    font-size: 40px;
}
.metaslider .caption h2 {
    font-size: 28px;
}
.metaslider .caption h3 {
    font-size: 25px;
}
/********************responsive menu button*********************/
.navbar-header {
	text-align: right;
	    padding: 5px 10px;
}
.navbar {
	/* border-top: 1px solid #c9c9c9; */
	padding: 0px 0 0;
	background: transparent;
	margin-top: 0px;
}
.navbar-toggle {
	border: 0;
    float: right;
    background-color: transparent;
    margin-right: 0px;
}
.navbar-nav {
	float: left;
	margin: 0px 0 5px;
	display: block;
	width: 100%;
	border-bottom: 0px solid #959595;
}
.nav>li {
	padding: 0px 0px;
	background: #fff;
	    border-bottom: 1px solid #f17405;
	    display: block;
		border-left:0;
		
    float: none;
    text-align: left;
}
.nav>li>a:after {
	bottom: -1px;
}
.menu-bar {
	padding: 0px 0px 0;
	top:0;
}
.menu-bar .container, .menu-bar .col-xs-12 {
	padding: 0;
}
.navbar-default .navbar-nav>li>a {
	color: #000;
	padding: 10px 20px;
}
.logo-hidden-md
{
display:block;
}
#myNavbar {
    padding-top: 0px;
    width: 250px;
    right: -250px;
	border:0;
    position: absolute;
    /* height: 100%; */
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    height: auto !important;
}
.navbar-default .navbar-nav>li>a:before {
    position: absolute;
    content: "";
       right: 100%;
    top: 0;
    opacity: 0;
	    z-index: 999;
	background-color: #d2973b;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.navbar-default .navbar-nav>li>a:hover:before {
    right: 0;
	top: 0;
    opacity: 1;
}
}

@media screen and (max-width: 991px) {
.no-padding-lft {
	padding-left: 15px;
}
.no-padding-rgt {
	padding-right: 15px;
}
#incit-about ul, #incit-about-team ul {
    margin-bottom: 20px;
	}
	#incit-about img
	{
	width:100%;
	}
}

@media screen and (max-width: 480px) and (min-width:0px) {
.sec-title h1 {
    font-size: 24px;
	}
	.about-incite .sec-title h1 {
    font-size: 22px;
	}
	#incite p {
    font-size: 13px;
}
.portfoli-single {
    display: block;
}
#our-customer h1 {
    font-size: 24px;
	}
	.single-customer {
    padding: 20px 20px 20px 20px;
	}
	.right-ctrl {
    background: rgba(247, 247, 247, 0);
}
.left-ctrl {
    background: rgba(0, 0, 0, 0);
	}
	.caption-wrap
	{
	    
	    display:none;
	}
	.metaslider .caption-wrap
	{
	    
	    display:none !important;
	}
}

@media screen and (max-width: 991px) and (min-width:768px) {

.partenrs-logos {

    height: auto !important;
	}
	#board-dirctr img {
    width: 195px;
    height: 195px;
	}
	#portfolio:before {
    top: -20px;
	}
	.overlay-text h3 {
    margin: 0;
    font-size: 20px;
}
#director:before {
    background-size: contain;
	}
	.ltst-events {
    padding: 40px 40px 40px 40px;

}
.media img {
    width: 125px;
}
.ltst-events:before, .ltst-events:after
	{
	display:none;
	}
	.about-incite {
    padding: 40px 30px 40px 30px;
	}
	.slick-slide img {
    height: 276px;
	}
	.single-customer {
    padding: 15px 15px 15px 90px;
    height: 276px;
	}
	#our-customer .single-customer p {
    font-size: 13px;
}
.single-customer:after {
    right: -3.5%;
	}
	.client-qutos:after {
    left: 25%;
	}
.board-directr-single .work-inner {
        width: 300px;
    height: auto;
    left: -26%;
	}
	#director img {
    width: 195px;
    height: 195px;
	}

.logo-style {
    margin-left: -75px;
	    width: 560px;
	}
.top-cont-bar {
    padding: 10px 30px 10px 0;
	}
.top-menu-bar {
    padding: 10px 30px 10px 0;
	}

.open {
    right: 33px;
	}
.logo-style:before {
  /*   border-top: 50px solid #f7e455;
	   right: -115px; */
display:none;
 
	}
.top-cont-bar li {
    font-size: 10px;
	    margin-right: 8px;
	}

.metaslider .caption-wrap {
    top: 40% !important;
    width: 80% !important;
}
}
@media screen and (max-width: 1199px) and (min-width:992px) {
	.single-customer {
    padding: 20px 20px 40px 90px;
    height: 270px;

	}
	#our-customer .single-customer p {
    font-size: 15px;
}
.ltst-events {
    padding: 40px 30px 40px 20px;
    position: relative;
	}
	.about-incite {
    padding: 40px 55px 40px 30px;
	}
	#incite p {
    font-size: 14px;
}
#director:before {
    background-size: contain;
}
.logo-style {
    margin-left: -90px;
	    width: 65%;
}

.top-cont-bar {
    padding: 10px 15px 10px 0;
	}
	.open {
    right: 15px;
	}
	.top-menu-bar {
    padding: 10px 15px 10px 0;
	}
	.logo-style:before {
    border-top: 50px solid #f7e455;
	}
	a.scroll-top {
    right: 0px;
	}
	.top-cont-bar li {
    font-size: 14px;
	}
	.metaslider .caption-wrap {
    top: 45% !important;
    width: 80% !important;
}
}
#rising_india{
	background: url(img/incite_bg.jpg) #fff no-repeat;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding:50px 0px;
}
.rise_center{
	text-align:center;
	color:#fff;
}
.rise_center h2{
	font-size:52px;
	font-weight:400;
	margin:0;
}
.rise_center h3{
	font-size:48px;
	font-weight:400;
	margin:0;
}
.rise_center h4{
	font-size:28px;
	font-weight:400;
	margin-bottom:30px;
}
.rise_center a{
	background: #fe6600;
    padding: 10px 20px;
    color: #fff;
    font-size: 20px;
	border-radius:6px;
}
.below_rising{
	background: #4d4d4d;
	color:#fff;
}
.below_rising .details-count p{
	color:#e3c232;
}