
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
	font-family: 'palanquin-regular';
	src: url(../fonts/palanquin-regular.ttf);
}
  @font-face {
	font-family: 'palanquin-bold';
  src: url(../fonts/palanquin-bold.ttf);
  }
 @font-face {
	font-family: 'OSWALD-BOLD_0';
	src: url(../fonts/OSWALD-BOLD_0.TTF);
}
@font-face {
	font-family: 'OSWALD-LIGHT_1';
	src: url(../fonts/OSWALD-LIGHT_1.TTF);
}
@font-face {
	font-family: 'OSWALD-REGULAR';
	src: url(../fonts/OSWALD-REGULAR.TTF);
}
@font-face {
	font-family: 'PALANQUIN-EXTRALIGHT';
	src: url(../fonts/PALANQUIN-EXTRALIGHT.TTF);
}
@font-face {
	font-family: 'PALANQUIN-MEDIUM';
	src: url(../fonts/PALANQUIN-MEDIUM.TTF);
}
@font-face {
	font-family: 'PALANQUIN-THIN';
	src: url(../fonts/PALANQUIN-THIN.TTF);
}
@font-face {
	font-family: 'GABRIOLA_1';
	src: url(../fonts/GABRIOLA_1.TTF);
}
 @font-face {
	font-family: 'palanquin-light';
  src: url(../fonts/palanquin-light.ttf);
  }
   @font-face {
	font-family: 'palanquin-semibold';
  src: url(../fonts/palanquin-semibold.ttf);
  }
  
  body{
	  font-family: 'palanquin-regular';
  }
  
/*** HOME PAGE ***/
.navbar-inverse .navbar-nav  .active  a, .navbar-inverse .navbar-nav  .active  a:hover, .navbar-inverse .navbar-nav  .active  a:focus{
	background-color:transparent !important;
}
/* .navbar-default{
	background-color:transparent !important;
	box-shadow:none;
	border:none !important;
} */
.navtopcls{
	background-color:transparent;
	border-bottom:none;
	margin-bottom:0;
}

.navbrd img{
	margin-top: -15px;
	margin-left: 56px;
}
.navlist{
	 margin-right: 35px;
	 padding-bottom: 13px;
}
.navlist li {
	    padding: 1px 7px!important;
    margin-top: 10px ;
	background-color: transparent !important;		   
}
.navlist li a{
	padding: 10px !important;	   
}
.navlist li a:hover{
	color:#1B92CA !important; 
	padding: 10px !important;	 	
}
.navlist li a.active{
	color:#1B92CA !important;
	padding: 1px 9px  !important;
    margin-top: 9px ;
}
/* .navlist li.active a{
	color:#1B92CA !important; 
	padding: 1px 9px!important;
    margin-top: 10px ;
} */
.navlist li a{
	color:#FFFFFF ;
	padding-right: 30px;
	font-family: 'palanquin-regular';
	font-size:13px;
}
.navbar-right .dropdown-menu {
    right: 0;
    left: 0;
}
.navbar-inverse .navbar-nav  .open  a, .navbar-inverse .navbar-nav  .open  a:hover, .navbar-inverse .navbar-nav  .open  a:focus{
	background-color:transparent;
}
.dpmenu a{
	color:#000 !important;
	font-size:12px !important;
}
.dpmenu {
	background-color:#fff !important;
}
.dpmenu  a:hover{
	font-size:13px;
}
/* DROPDOWN MENU */
.dropbtn {
    color: white;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #fff;}

.dropdown:hover .dropdown-content {
    display: block;
}
ul.dropdown-content li{
	list-style:none;
}
ul.dropdown-content{
	padding:0;
}
/* END */
.bannerimg img{
	width:100%;
}
.capfnt{
	  bottom: 200px !important;
	  text-align:center;
}
.capfnt h1{
	font-size:30px;
	font-family: 'OSWALD-REGULAR';
}
.fadeInDownBig h1 {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes fadeInDownBig {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, -2000px, 0);
  transform: translate3d(0, -2000px, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }
  @keyframes fadeInDownBig {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, -2000px, 0);
  transform: translate3d(0, -2000px, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  } 
  .fadeInDownBig h2 {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes fadeInDownBig {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, -2000px, 0);
  transform: translate3d(0, -2000px, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }
  @keyframes fadeInDownBig {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, -2000px, 0);
  transform: translate3d(0, -2000px, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }
  .capfnt h2{
	margin-top: -8px;
}
      
  .fntal h1{
	  font-size:25px;
	font-family: 'GABRIOLA_1';
	color:#1B92CA;
	word-spacing:15px;
  }
.abutdet{
	text-align:center;
	margin-top:7%;
	  margin-bottom: 7%;
}
.abutdet h1{
	font-size:25px;
	font-family: 'OSWALD-REGULAR';
	color:#000000;
}
.abutdet h3 a{
	font-size:15px;
	font-family: 'palanquin-light';
	color:#2072BB;
	margin-top:3%;
}
.abutdet h3 a:hover{
	color:#000000;
}
/*** arrow Bounce ***/
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
	40% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
	60% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
    transform: translateX(0);
  }
	40% {
    transform: translateX(-30px);
  }
	60% {
    transform: translateX(-15px);
  }
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
	40% {
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
	60% {
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}


.lftarrw {
  position:absolute;
  left: 63%;
  right: 0;
  margin-top: 6px;
  width: 40px;
  height: 40px;
  background-size: contain;
}


.bounce {
  -webkit-animation: bounce 2s infinite !important;
  animation: bounce 2s infinite;
}

/** END **/
.clear{
	padding:7%;
}
.clear1{
	padding:7%;
}
.tabpills {
	    margin-left: -184px;
	background-color:#fff;
	border:1px solid #FFFFFF !important;
	padding-bottom:25%;
}
.tablist {
	border:1px solid #FFFFFF !important;
	 margin-left: 13%;
	 margin-bottom:3%;
	margin-top: 16px;
}

.tablist li a{
	border:1px solid #FFFFFF !important;
	padding: 10px 10px !important;
}
.tablist a{
	border:1px solid #FFFFFF !important;
	padding: 10px 10px !important;
	font-family: 'OSWALD-REGULAR';
	color:#B8B8B8;
	font-size:15px;
}
.tablist li.active a{
	border:1px solid #FFFFFF !important;
	padding: 10px 11px !important;
	font-family: 'OSWALD-REGULAR';
	color:#2072BB !important;
}
#margnal{
	margin-left:15%;
}
#home{
	margin-bottom:53px;
}
#profile{
	margin-bottom:53px;
}
#messages{
	margin-bottom:53px;
}
#settings{
	margin-bottom:53px;
}
#home h1{
	font-size:50px;
	font-family: 'OSWALD-REGULAR';
	color:#000000;
}
#home h6{
	margin-top: 17%;
	font-size:14px;
	font-family: 'OSWALD-REGULAR';
	color:#2072BB;
}
#home p{
	font-size:15px;
	font-family: 'PALANQUIN-EXTRALIGHT';
	color:#6B6B6B;
	line-height:24px;
	text-align:justify;
}
.line hr{
	margin-right:85%;
	margin-left:9%;
	border-bottom:0.1px solid #C7C7C7;
	margin-top:-1.2%;
}
/* .tabsview {
	margin-left:15%;
} */
.tabsview {
    margin-left: 0%;
    margin-top: 12px;
}
.tabsview1{
	margin-left: 0%;
    margin-top: 12px;
}
.viewal{
	color:#2171BA;
	font-family: 'PALANQUIN-EXTRALIGHT';
	padding-left:5px;

}
.shivaimage{
	margin-top: -3px;
    margin-right: 3px;
}
#home h1{
	font-size:50px;
	font-family: 'OSWALD-REGULAR';
	color:#000000;
}
#home h6{
	margin-top: 17%;
	font-size:14px;
	font-family: 'OSWALD-REGULAR';
	color:#2072BB;
}
#home p{
	font-size:15px;
	font-family: 'PALANQUIN-EXTRALIGHT';
	color:#6B6B6B;
	line-height:24px;
	text-align:justify;
}
#profile h1{
	font-size:50px;
	font-family: 'OSWALD-REGULAR';
	color:#000000;
}
#profile h6{
	margin-top: 17%;
	font-size:14px;
	font-family: 'OSWALD-REGULAR';
	color:#2072BB;
}
#profile p{
	font-size:15px;
	font-family: 'PALANQUIN-EXTRALIGHT';
	color:#6B6B6B;
	line-height:24px;
	text-align:justify;
}
#messages h1{
	font-size:50px;
	font-family: 'OSWALD-REGULAR';
	color:#000000;
}
#messages h6{
	margin-top: 17%;
	font-size:14px;
	font-family: 'OSWALD-REGULAR';
	color:#2072BB;
}
#messages p{
	font-size:15px;
	font-family: 'PALANQUIN-EXTRALIGHT';
	color:#6B6B6B;
	line-height:24px;
	text-align:justify;
}
#settings h1{
	font-size: 43px;
	font-family: 'OSWALD-REGULAR';
	color:#000000;
}
#settings h6{
	margin-top: 17%;
	font-size:14px;
	font-family: 'OSWALD-REGULAR';
	color:#2072BB;
}
#settings p{
	font-size:15px;
	font-family: 'PALANQUIN-EXTRALIGHT';
	color:#6B6B6B;
	line-height:24px;
	text-align:justify;
}
/*** arrow Bounce ***/
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
	40% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
	60% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
    transform: translateX(0);
  }
	40% {
    transform: translateX(-30px);
  }
	60% {
    transform: translateX(-15px);
  }
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
	40% {
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
	60% {
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}


.lftarrw1 {
  position:absolute;
     left: 16%;
    right: 0;
    margin-top: 2px;
  width: 40px;
  height: 40px;
  background-size: contain;
}


.bounce {
  -webkit-animation: bounce 2s infinite !important;
  animation: bounce 2s infinite;
}
.clear1 {
    padding: 2.4%;
}

/** END ***/

.projects{
	background-color:#1F71BB;
	margin-top: -10px !important;
}
.projects h6{
	/* font-size:35px; */	font-size:22px;
	font-family: 'OSWALD-REGULAR';
	color:#fff;
	text-align:center;
	/* padding-top:3%;
	padding-bottom:3%; */	padding-top:1%;
	padding-bottom:1%;
}
.animated{
	margin-top: -10px;
}
/** IMAGE SLIDER **/
.kaapr-vij img{
	width:100%;
}
/** HOVER EFFECTS **/
.conttop {
  position: relative;
  width: 100%;
}
.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #000;
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}

.conttop:hover .overlay {
  bottom: 0;
  height: 100%;
  opacity:0.8;
}

.text {
  white-space: nowrap; 
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align:center;
  bottom: 31%;
}
.text h2{
 font-family: 'OSWALD-REGULAR';
 font-size:20px;
}
.info{
	font-size:10px;
	padding:10px 15px;
	border-radius:2px;
	font-family: 'OSWALD-REGULAR';
	color:#000;
	background-color:#FFFFFF;
	text-decoration:none;
}
.text a:hover{
	font-size:10px;
	padding:10px 15px;
	border-radius:2px;
	font-family: 'OSWALD-REGULAR';
	color:#000;
	background-color:#FFFFFF;
	text-decoration:none;
}
.contrght{
  position: relative;
  width: 100%;
}
.overlay1 {
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 0;
  background-color: #000;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

.contrght:hover .overlay1 {
  width: 100%;
  left: 0;
  opacity:0.8;
}
.text1{
  white-space: nowrap; 
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align:center;
   bottom: 31%;
}
.text1 h2{
 font-family: 'OSWALD-REGULAR';
 font-size:20px;
}

.text1 a:hover{
	font-size:10px;
	padding:10px 15px;
	border-radius:2px;
	font-family: 'OSWALD-REGULAR';
	color:#000;
	background-color:#FFFFFF;
	text-decoration:none;
}
.contbtm {
  position: relative;
  width: 100%;
}
.overlay2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.contbtm:hover .overlay2 {
  height: 100%;
  opacity:0.8;
}

.text2 {
  white-space: nowrap; 
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align:center;
   bottom: 31%;
}
.text2 h2{
 font-family: 'OSWALD-REGULAR';
 font-size:20px;
}
.text2 a:hover{
	font-size:10px;
	padding:10px 15px;
	border-radius:2px;
	font-family: 'OSWALD-REGULAR';
	color:#000;
	background-color:#FFFFFF;
	text-decoration:none;
}

.contlft {
  position: relative;
  width: 100%;
}
.overlay3{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  overflow: hidden;
  width: 0%;
  height: 100%;
  transition: .5s ease;
}

.contlft:hover .overlay3 {
  width: 100%;
  opacity:0.8;
}

.text3 {
  white-space: nowrap; 
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align:center;
   bottom: 31%;
}
.text3 h2{
 font-family: 'OSWALD-REGULAR';
 font-size:20px;
}

.text3 a:hover{
	font-size:10px;
	padding:10px 15px;
	border-radius:2px;
	font-family: 'OSWALD-REGULAR';
	color:#000;
	background-color:#FFFFFF;
	text-decoration:none;
}




/** END **/
.pattern img{
	background-repeat:repeat;
}
.assocpg{
	text-align:center;
	margin-top:4%;
	margin-bottom:8% !important;
}
.assocpg h2{
	color:#1F71BD;
	font-size:47px;
	font-family: 'OSWALD-REGULAR';
}
.assocpg h5{
	color:#868686;
	font-size:15px;
	font-family: 'OSWALD-REGULAR';
	margin-bottom: 31px;
}
.conactlk a{
	text-decoration:none;
	color:#fff;
	background-color:#000;
	font-family: 'OSWALD-REGULAR';
	padding:12px 40px;
	border-radius:3px;
}
.conactlk a:hover{
	text-decoration:underline;
	color:#fff;
	background-color:#000;
	font-family: 'OSWALD-REGULAR';
	padding:12px 40px;
	border-radius:3px;
}
/*** footer **/

.ftform h5{
	font-size:16px;
	font-family: 'OSWALD-REGULAR';
	color:#FFFFFD;
}
.footer1{
	background-color:#0F181F;
	padding-top:5%;
	    padding-bottom: 1%;
}
.borderal{
	border-top:1px solid #0F181F !important;
	border-left:1px solid #0F181F!important;
	border-right:1px solid #0F181F !important;
	border-bottom:1px solid #444B51 !important;	
}
.ftform {
	padding-top:5px;
	padding-bottom:5%;
}
#name{
	background:transparent !important;
	color:#464A4D;
	font-family: 'OSWALD-REGULAR';
}
#email{
	background:transparent !important;
	color:#464A4D;
	font-family: 'OSWALD-REGULAR';
}
#phone{
	background:transparent !important;
	color:#464A4D;
	font-family: 'OSWALD-REGULAR';
}
#message{
	background:transparent !important;
	color:#464A4D;
	font-family: 'OSWALD-REGULAR';
	    margin-bottom: 26px;
	    padding-top: 15%;
    padding-bottom: 13px;
}
.fontchg{
	font-family:'OSWALD-REGULAR' !important;
}
#submit{
	padding:10px 30px;
	color:#000;
	background-color:#fff;
	font-family:'OSWALD-REGULAR'!important;
	border-radius:3px;
}
.address{
	padding-left:5%;
}
.address h5{
	font-size:16px;
	font-family: 'OSWALD-REGULAR';
	color:#FFFFFD;
}
.address p{
	font-size:14.5px;
	font-family: 'PALANQUIN-EXTRALIGHT';
	color:#A4A9AC;
	line-height:24px;
	text-align:justify;
}
.contactus{
	padding-left:5%;
}
.contactus h5{
	font-size:16px;
	font-family: 'OSWALD-REGULAR';
	color:#FFFFFD;
	padding-left: 14%;
}
.contactusli li {
	font-size:14.5px;
	font-family: 'PALANQUIN-EXTRALIGHT';
	color:#A4A9AC;
list-style-type:none;
line-height:25px;
/* text-align:justify;	 */
}
.socialicon{
	    padding-left: 2.5%;
		margin-top: 21px;
}
.socialicon h5{
	font-size:16px;
	font-family: 'OSWALD-REGULAR';
	color:#FFFFFD;
}
.sociallnks a{
	background-color:#44494F;
	padding:12px 1px;
}
#fb a:hover{
	background-color:#3B579D;
}
#twit a:hover{
	background-color:#2CAAE1;
}
#ggpl a:hover{
	background-color:#DC4A38;
}
#linkd a:hover{
	background-color:#007BB6;
}
#ytube a:hover{
	background-color:#C51514;
}
.footer2{
	background-color:#FFFFFF;
}
.footer2 p{
	background-color:#FFFFFF;
	text-align:center;
	color:#424242;
	font-family: 'OSWALD-REGULAR';
	font-size:12px;
	padding-top:10px;
}

/***ABOUT US ***/
.inner-banner-wrapper{
	position:relative;
	height:50vh;
}
.inner-banner-wrapper img{
	height:50vh;
	width:100%;
}
.aboutus-banner-wrapper-title{
	position:absolute;
	top:calc(60% - 77px);
	left:calc(50% - 400px);
	color:#EFCB13;
	font-family: 'OSWALD-REGULAR';
}
.aboutus-banner-wrapper-title h1{
	font-size:30px;
}
.aboutus-banner-wrapper-title h2{
	font-size:53px;
	color:#fff;
}
.margaln{
	margin-right:0 !important;
	margin-left:0 !important;
}
.abtclear{
	padding:2%;
}
.abtcl{
	padding:8%;
}
.briefabt h2{
	font-family: 'OSWALD-REGULAR';
	font-size:16px;
	color:#A3A3A3;
	padding:4%;
	margin-right:59%;
	text-align:left;
	border-top:3px solid #319DCE;
	line-height:24px;
}
.abtdet1 h2{
	font-size:20px;
	font-family: 'OSWALD-BOLD_0';
	color:#000;
	word-spacing:4px;	
}
.abtdet1 p{
	font-size:15px;
	font-family: 'palanquin-regular';
	color:#656565;
	text-align:justify;
}
.abtdet2 h3{
	font-size:18px;
	font-family: 'OSWALD-BOLD_0';
	color:#000;
	word-spacing:4px;	
}
.abtdet2 p{
	font-size:15px;
	font-family: 'palanquin-regular';
	color:#656565;
	text-align:justify;
}
.abtdet3 h3{
	font-size:18px;
	font-family: 'OSWALD-BOLD_0';
	color:#000;
	word-spacing:4px;	
}
.abtdet3 p{
	font-size:15px;
	font-family: 'palanquin-regular';
	color:#656565;
	text-align:justify;
}
hr{
	border-bottom:0.3px solid #C7C7C7;
}
.briefabt1 h2{
	font-family: 'OSWALD-REGULAR';
	font-size:16px;
	color:#A3A3A3;
	padding:3%;
	margin-right:59%;
	margin-top:-48px;
	text-align:left;
	border-top:3px solid #319DCE;
	line-height:24px;
}
.about1{
	margin-top:10px;
}
.abtclts{
	margin-top:-31px;
}
.owlanim{
	margin-top:-39px;
}
.cltimg img{
	width:auto;
	margin:0 auto;
}

.cltimg1{
	margin-top: -9px;
}
.cltimg2{
	margin-top:7px;
}
.cltimg3{
	margin-top:-25px;
}


/** CAREER **/
.career-banner-wrapper-title{
	position:absolute;
	top:calc(50% - 48px);	
	left:calc(50% - 68px);
	color:#EFCB13;
	font-family: 'OSWALD-REGULAR';
	font-size:40px;
}
.career-banner-wrapper-title h3{
	font-size:36px;
}
.careerbg{
	background-color:#F0F0F0;
}
.career{
	padding-top:3%;
	padding-bottom:5%;
}
.career h1{
	font-size:35px;
	font-family: 'OSWALD-REGULAR';
	color:#000;
}
.career p{
	font-size:15px;
	font-family: 'palanquin-regular';
	color:#656565;
	text-align:justify;
}
.carerdt h1{
	font-size:25px;
	color:#329CCE;
	font-family: 'OSWALD-LIGHT_1';
}
.accdtitle {
	font-size:20px;
	color:#656565;
	font-family: 'palanquin-regular';
}
.accdtitle a:hover {
	font-size:20px;
	color:#656565;
	font-family: 'palanquin-regular';
	text-decoration:none;
}
.accdtitle a.active {
	font-size:20px;
	color:#656565;
	font-family: 'palanquin-regular';
	text-decoration:none;
}
.accd1 p{
	font-size:14px;
	font-family: 'palanquin-regular';
	color:#656565;
	text-align:justify;
}
.accddt h3{
	font-size:20px;
	color:#329CCE;
	font-family: 'OSWALD-LIGHT_1';
}
.accdlt li{
	list-style-type:none;
	font-size:15px;
	font-family: 'palanquin-regular';
	color:#656565;
	margin-left:-40px;
	line-height:27px;
}
.accdlt li img{
	margin-right:10px;
}
.accd1 h2{
	font-size:20px;
	font-family: 'OSWALD-LIGHT_1';
	color:#000;
}
.clrchg a{
	color:#337AC6;
}


/** Work Environment **/

.workclr{
	padding-top:7%;
	padding-bottom: 7%;
}
.workenvdt img{
	width:100%;
	margin:0 auto;
}
.workenvdt1 h2{
	font-size:35px;
	font-family: 'OSWALD-REGULAR';
	color:#000;
	margin-bottom:2%;
}
.workenvdt1 p{
	font-size:15px;
	font-family: 'palanquin-regular';
	color:#656565;
	text-align:justify;
}

/** OUR APPROACH ***/
.approachbanner img{
	width:100%;
}
.briefapp h2{
	font-family: 'OSWALD-REGULAR';
	font-size:16px;
	color:#A3A3A3;
	padding:3%;
	margin-right:59%;
	text-align:left;
	border-top:3px solid #319DCE;
	line-height:24px;
}
.appdet1 h2{
	font-size:20px;
	font-family: 'OSWALD-REGULAR';
	color:#000;
	margin-left:-30px;
}
.applist li{
	list-style-type:none;
	font-size:15px;
	font-family: 'palanquin-regular';
	color:#656565;
	margin-left:-40px;
	line-height:27px;
	text-align:justify;
}
.applist img{
	float:left;
	margin-left:-34px;
}
.abtclear1{
	padding:3%;
}
/*** QUALITY ***/
.bgcolor{
	background-color:#F2F2F2;
}
.briefqul h2{
	font-family: 'OSWALD-REGULAR';
	font-size:16px;
	color:#A3A3A3;
	padding:3%;
	margin-right:59%;
	text-align:left;
	border-top:3px solid #319DCE;
	line-height:24px;
	margin-top: 30%;
}
.quadet1{
	margin-top:6%;
}
.quadet1 h2{
	font-size:20px;
	font-family: 'OSWALD-REGULAR';
	color:#000;
	padding-top:7%;
}
.quadet1 p{
	font-size:15px;
	font-family: 'palanquin-regular';
	color:#656565;
	text-align:justify;
}
/*** INFORMATION TECHNOLOGY ***/
.intech1 img{
	width:100%;
	margin:0 auto;
}
.intech2 h2{
	font-size:35px;
	font-family: 'OSWALD-REGULAR';
	color:#000;
}
.intech2 p{
	font-size:15px;
	font-family: 'palanquin-regular';
	color:#656565;
	text-align:justify;
}

/*** SERVICES DETAIL ***/

.service-banner-wrapper-title{
	position:absolute;
	top:calc(50% - 48px);	
	left:calc(50% - 122px);
	color:#EFCB13;
	font-family: 'OSWALD-REGULAR';
}

.services{
	margin-top:4%;
	margin-bottom:6%;
}
.servcdet h1{
	font-size:35px;
	font-family: 'OSWALD-REGULAR';
	color:#000;
}	
.servcdet p{
	font-size:15px;
	font-family: 'palanquin-regular';
	color:#656565;
	text-align:justify;
	line-height:24px;
}
.srvimg{
	margin-top:2%;
	margin-bottom:2%;
}
.srvcimg img{
	width:100%;
	margin:0 auto;
}
.servcdet1 h1{
	font-size:35px;
	font-family: 'OSWALD-REGULAR';
	color:#000;
}
.servcdet1 p{
		font-size:15px;
	font-family: 'palanquin-regular';
	color:#656565;
	text-align:justify;
	line-height:24px;
}
.servcdet1 a{
	font-size:13px;
	font-family: 'OSWALD-REGULAR';
	padding:10px 20px;
	border:1px solid #000;
	color:#000;
}

/** contact us **/
.contactus-banner-wrapper-title{
	position:absolute;
	top:calc(50% - 48px);	
	left:calc(50% - 194px);
	color:#EFCB13;
	font-family: 'OSWALD-REGULAR';
}
.contact{
	padding-top:3%;
	padding-bottom:5%;
}
.contactdt h5{
	font-size:15px;
	font-family: 'OSWALD-REGULAR';
	color:#666666;
}
.contactdt h1{
	font-size:35px;
	font-family: 'OSWALD-REGULAR';
	color:#000;
}
.cntctdet h2{
	font-size:14px;
	font-family: 'OSWALD-REGULAR';
	color:#319CD0;
}
.cntctdet img{
	margin-right:5px;
}
ul.cntctlst li{
	list-style-type:none;
	font-size:13px;
	font-family: 'palanquin-regular';
	color:#656565;
	margin-left:-30px;
	line-height:20px;
	text-align:justify;
}
.padal{
	padding-right:0 !important;
	width:48%;
}
#name{
	color:#919191;
	background-color:#E4E4E4 !important;
	font-size:13px;
	font-family: 'OSWALD-REGULAR';
	border-radius:0;
	padding:10px 14px;
	border:none;
	
}
#lname{
	color:#919191;
	background-color:#E4E4E4;
	font-size:13px;
	font-family: 'OSWALD-REGULAR';
	border-radius:0;
	padding:10px 14px;
	border:none;
}
#email{
	color:#919191;
	background-color:#E4E4E4 !important;
	font-size:13px;
	font-family: 'OSWALD-REGULAR';
	border-radius:0;
	padding:10px 15px;
	border:none;
}
#phone{
	color:#919191;
	background-color:#E4E4E4 !important;
	font-size:13px;
	font-family: 'OSWALD-REGULAR';
	border-radius:0;
	padding:10px 15px;
	border:none;
}
#message{
	color:#919191;
	background-color:#E4E4E4 !important;
	font-size:13px;
	font-family: 'OSWALD-REGULAR';
	border-radius:0;
	border:none;
	padding-bottom: 66px;
	padding-top: 16px;
}
.padal1{
	width:100%;
}
#subbtn{
	  padding: 10px 145px;
	  color:#fff;
	background-color:#50ACD5 !important;
	font-size:13px;
	font-family: 'OSWALD-REGULAR';
	border-radius:0;
	border:none;
	margin-top: -47px;
}

/*** Projects ***/
.project-banner-wrapper-title{
	position:absolute;
	top:calc(50% - 48px);	
	left:calc(50% - 147px);
	color:#EFCB13;
	font-family: 'OSWALD-REGULAR';
}

.banptw1 h2{
	font-size:40px;
	font-family: 'OSWALD-REGULAR';
	color:#000;
	text-align:center;
}

.tabs-prjtp{
	margin-top: -34px;
}
.nvtabs_prjt  li{
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
    zoom:1;
}
ul.nvtabs_prjt{
    text-align:center;
}
ul.nvtabs_prjt li{
	/* background-color:rgba(0, 0, 0, 0.4); */
}

ul.nvtabs_prjt li a{
	font-size:16px;
	color:#000;
	margin-right:0;
	border-radius:0;
	border:none !important;
	padding: 6px 20px;
}
ul.nvtabs_prjt{
    border-bottom: none;
}
.nvtabs_prjt > li.active > a, .nvtabs_prjt > li.active > a:hover, .nvtabs_prjt > li.active > a:focus{
	border:none;
	color:#289ACC;
}
.vertx_prjtp img{
	margin:0 auto;
	width:100%;
}
.prjst-grcls{
    bottom: 0px;
    position: relative;
    width: 100%;
}
.pptbcls{
	margin:15px 0;
}
/* ul.ulshufl{
	text-align:center !important;
} */
/* .tabs-cts{
	margin-top:-45px;
} */
/* .rdmcls a{
	font-size:14px;
	font-family: 'OSWALD-REGULAR';
	color:#C4BFBE;
} */
.vrtx_citynm h5 a{
	font-size:17px;
	font-family: 'OSWALD-REGULAR';
	margin-top:2px;
	text-align:center;
}
.vrtx_citynm a{
	color: #000;
}
.portfolio{
	margin-bottom:2%;
}
/* ZOOM EFFECT */
.zoom_img img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease; 
    -ms-transition: all 1s ease;
    transition: all 1s ease;
        max-width: 100%;
}
.zoom_img:hover img {
    -webkit-transform:scale(0.1);
    -moz-transform:scale(0.25);
    -ms-transform:scale(0.25);
    -o-transform:scale(0.25);
     transform:scale(1.2);
}
.zoom_img {
  width:auto;
  height:auto;
  overflow: hidden;
}


/*** PROJECTDETAILS-01 **/
.banptw2 h2{
	font-size:40px;
	font-family: 'OSWALD-REGULAR';
	color:#000;
	text-align:center;
}
.banptw2 h6{
	font-size:18px;
	font-family: 'OSWALD-LIGHT_1';
	color:#666666;
	text-align:center;
	margin-top: -4px;
	margin-bottom:38px;
}
.projects1{
	background-color:#fff;
	padding-top:2%;
	padding-bottom:5%;
}
.projtdet{
	background-color:#EBEBEB;
	padding-top:2%;
	padding-bottom:1%;
}
.projt1 h4 a{
		font-size:15px;
	font-family: 'OSWALD-LIGHT_1';
	color:#646464;
	margin: 0px -24px 0px 0px;
}
.projt1 h4 {
    text-align: right;
}
.projt2{
	padding-left:2%;
}
.projt2 h3{
	font-size:14px;
	font-family: 'OSWALD-REGULAR';
	color:#646464;
}
ul.projtlt li{
	list-style-type:none;
	color:#656565;
	margin-left:-39px;
	font-family: 'palanquin-regular';
	font-size:14px;
}
.projt3{
	margin-top: -16px;
}
.leftar img{
	float:left;
	margin-top:8px;
}
.leftar h2 a{
	font-size:25px;
	font-family: 'palanquin-regular';
	color:#666666;
}
.rgtar img{
	float:right;
	margin-top: -19px;
}
.rgtar h2 a{
	font-size:26px;
	font-family: 'palanquin-regular';
	color:#666666;
}
.projtimg img{
	width:100%;
	margin: 0 auto;
}

/*** SERVICES ***/
.servicepg{
	padding-top:5%;
	padding-bottom:5%;
}
.serviceimg img{
	width:auto;
	margin:0 auto;
	border-radius: 50%;
}
.servpgdet{
	padding:3%;
}
.servpgdet h2{
	font-size:40px;
	font-family: 'OSWALD-REGULAR';
	color:#000;
}
.servpgdet p{
	list-style-type:none;
	color:#656565;
	font-family: 'palanquin-regular';
	font-size:15px;
	text-align:justify;
}
.servcsdet{
	margin-top:-28%;
}
.servcsdet h2{
	font-size:18px;
	font-family: 'OSWALD-LIGHT_1';
	color:#ECCD10;
}
.servcsdet h1{
	font-size:40px;
	font-family: 'OSWALD-REGULAR';
	color:#fff;
}
.servcspg{
	padding-bottom:5%;
}
.servcsdet1{
	margin-top:-9%;
}
.servcicon{
	background-color:#fff;
	box-shadow:0px 1px 1px 2px #e4e4e4;
	padding-bottom: 40px;
	padding-right:0!important;
}
.servcicon img{
	width:auto;
	margin:0 auto;
}
.servcicon h2{
	font-size:18px;
	font-family: 'OSWALD-REGULAR';
	color:#1F71BB;
	text-align:center;
}
.servcicon p{
	list-style-type:none;
	color:#656565;
	font-family: 'palanquin-regular';
	font-size:14px;
	text-align:center;		padding:8px 4px;
}
.servcicon a{
	text-decoration:none;
	color:#000;
	font-size:12px;
	font-family: 'palanquin-regular';
	padding:6px 20px;
	border:1px solid #000;
	margin-bottom:10px;
}	
.srvcdetails{
	padding-top:2%;
	padding-bottom:8%;
}
.servcdet2 h2{
	font-size:45px;
	font-family: 'OSWALD-REGULAR';
	color:#000;
	text-align:center;
}
.servcdet2 p{
	list-style-type:none;
	color:#656565;
	font-family: 'palanquin-regular';
	font-size:15px;
	text-align:center;
}

/** Gallery **/
/** MODAL **/
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 50%;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 50%;
    text-align: center;
    color: #ccc;
    /* padding: 10px 0; */
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    /* top: 15px; */
    right: 361px;
    color: #000;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
	z-index:999;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
/**END **/

/**Projects1 **/
ul.cust-nvtabs li{
	list-style-type:none;
	float:left;
	margin-right:4%;
}
ul.cust-nvtabs {
	margin-left:13%;
}
.all1{
	padding-bottom:3%;
}
.commercial, .corporate, .institute,.resident, .recreate, .layout, .interior{
	display:none;
}
.all img,.commercial img, .corporate img, .institute img,.resident img, .recreate img, .layout img, .interior img{
	margin:0 auto;
	width:auto;
}
.projects-heading h2{
	font-family: 'OSWALD-REGULAR';
	font-size:31px;
	color:#000;
	margin-bottom:34px;
}
ul.cust-nvtabs li a .active{
	color:#000;
}
ul.cust-nvtabs li a {
	color:#AAAAAA;
	font-family: 'OSWALD-REGULAR';
	font-size:15px;
}
.martbcvl{
	margin-top:4%;
}
.pro-title{
	background-color: #000;
    opacity: 0.8;
    margin-top: -34.6em;
    width: 100%;
    height: 486px;
    text-align: center;
}
.pro-title a{
	margin-top: 17em;
    position: absolute;
	margin-left:-6em;
	color:#fff;
	text-decoration:none !important;
}

