@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500);
@import url('fonts/gotham/gotham.css');
*{
	padding:0;
	margin:0;
}

body{
	font-family: "Ubuntu", sans-serif;
	font-size: 100%;
	background:#f8f8f8;
}

a{
	text-decoration: none;
	color:#666;
}
	a:hover{
		color:#999;
	}
p{
	line-height: 2em;
	margin:0 0 20px;
}

.wrap{
	max-width: 600px;
	margin:150px auto;
}

.type-wrap{
	margin:10px auto;
	padding:20px 0;
}

.links{
	margin:20px 0;
	font-size: 0.75em;
	text-align: center;
}
.blue-col{
	color:#006fff;
}


.btn_scroll{
    width: 30px;
    height: 50px;
    border: 2px solid #ffffff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    display: block;
    position: absolute;
    bottom: 20px;
    left: 50%;
	margin-left:-15px;
    z-index: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

a.btn_scroll:before{
    background: #ffffff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    content: "";
    height: 4px;
    left: 12px;
    position: absolute;
	z-index: 9;
    top: 8px;
    width: 3px;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -webkit-animation-name: scrollanimation;
    -moz-animation-name: scrollanimation;
    -o-animation-name: scrollanimation;
    -ms-animation-name: scrollanimation;
    animation-name: scrollanimation;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
}
@-webkit-keyframes scrollanimation {
 0% {
 height:5px
}
 50% {
 height:24px
}
 100% {
 height:5px
}
}
 @-moz-keyframes scrollanimation {
 0% {
 height:5px
}
 50% {
 height:24px
}
 100% {
 height:5px
}
}
 @-ms-keyframes scrollanimation {
 0% {
 height:5px
}
 50% {
 height:24px
}
 100% {
 height:5px
}
}
 @keyframes scrollanimation {
 0% {
 height:5px
}
 50% {
 height:24px
}
 100% {
 height:5px
}
}
.ss {
  font-size: 17px;
  font-weight: lighter !important;
  line-height: 25px;
  margin-top: 20px;
  color:#fff;
}

.page {
  background: #fff none repeat scroll 0 0;
  min-height: 50% !important;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.quote-holder > p {
  font-size: 17px;
  line-height: 25px;
}
.padd-adus {
  padding-top: 10%;
}
.gform_wrapper .gfield_required {
  font-weight: normal;
}

.gform_wrapper .gfield_required {
  font-weight: normal;
}

 

 
 
 /*=HomeaPage_block and InnerPage
======================================*/
/* Common style */

.grid figure {
    position: relative;
    overflow: hidden;
    margin: 10px 1%;
    max-height: 300px;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
	padding: 8px 0;
}
.grid figure img {
    position: relative;
    display: block;
    min-height: auto;
    max-width: 100%;
    /*opacity: 0.8;*/
	opacity: 0;
}
.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: none;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    /*left: -5%;*/
    
    width: 100%;
    height: 100%;
    /*-----------*/
    
    padding: 0px;
    margin: 0;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */

.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}
.grid figure h2 span {
    font-weight: 300;
}
.grid figure h2,
.grid figure p {
    margin: 0;
}
.grid figure p {
    font-size: 68.5%;
}
/*-----------------------*/
/***** Effect Block *****/
/*-----------------------*/

figure.effect-block {
    background: -webkit-linear-gradient(-45deg, #34495e 0%, #34495E 100%);
    background: linear-gradient(-45deg, #34495e 0%, #34495E 100%);
    /*---------------*/
    background: transparent none repeat scroll 0 0;
    margin: 0;
	
}
figure.effect-block img,
figure.effect-block p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
	
}
figure.effect-block:hover img {
    /*opacity: 0.1;*/
	opacity: 0.5;
	
	-ms-transform: scale3d(2, 2, 1);
    -webkit-transform: scale3d(2, 2, 1);
    transform: scale3d(2, 2, 1);
	height:auto;
	min-height:auto;
}
figure.effect-block h2 {
    transition: transform 0.35s ease 0s;
    transform: scale3d(0.8, 0.8, 1);
    transform-origin: 50% 100% 0px;
    padding-top: 10px;
	padding-bottom: 10px;
    font-size: 33px;
	 color: #404040;
}
figure.effect-block h6 {
  color: #404040;
  font-size: 16px;
  margin-top: 0;
  transform: scale3d(0.8, 0.8, 1);
  transform-origin: 50% 100% 0;
  transition: transform 0.35s ease 0s;
  font-weight: normal;
  line-height: 23px;
}
figure.effect-block p {
    margin: 20px auto;
    padding: 6px 10px;
    border: 1px solid #FFF;
    text-transform: none;
    font-size: 81% !important;
    opacity: 0;
    max-width: 100px;
    transform: scale3d(0.8, 0.8, 1);
    transform-origin: 50% -100% 0px;
}

figure.effect-block:hover h2,
figure.effect-block:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
	color:#fff;
}
figure.effect-block:hover h6{
    opacity: 1;
	color:#fff;
}
figure.icon_hover:hover {
    opacity: 0.1;
    transform: scale3d(.5, .5, 1);
}
figure.effect-block .icon_hover {
  margin: 20px auto 0px;
  min-height: 20%;
  width: 105px;
}
figure.effect-block .icon_hover img {
    opacity: 0.1;
    transform: scale3d(1, 2, 1);
}
.view_mre {
  color: #fff !important;
  padding: 0;
  text-transform: uppercase;
  font-size: 13px;
}
.icon_hover {
    opacity: 1.1 !important;
    transform: scale3d(1, 1, 1) !important;
}

.service-four{
	float:left;
	width:100%;
}

.fullpage .section.services .bg::before {
  background: transparent none repeat scroll 0 0;
}




/* Footer css design start *******************/

.botm-text {
  color: #efefef;
  float: left;
  font-size: 14px;
  margin-top: 20px;
}
.footer h1 .makeitblue {
  color: #fff;
}
.footer h1, .footer h1 i {
  font-size: 15px;
  text-align: left;
}
.f-pad-left {
    padding-left: 50px;
}
.footer .col-lg-3.col-sm-3.col-xs-12.mr-top1 > p {
  color: #efefef;
  font-size: 16px;
  text-align: left;
}
.emil a {
  color: #efefef;
  font-size: 15px;
}
.gry-text {
  color: rgb(255, 255, 255);
  font-size: 15px;
}
.copyright {
  border-top: 1px solid #303030;
  float: left;
  margin-top: 2%;
  padding-top: 3%;
  width: 100%;
}

.social-icon ul li a {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  color: #000;
  display: inline-block;
  height: 30px;
  margin-right: 0;
  padding: 1px;
  text-align: center;
  width: 30px;
}
.social-icon ul li a:hover {
  background: #2d9ed8;
  display: inline-block;
  color:#fff;
  transition: background 300ms ease-out 0s;
}





.right-social-icon ul li a {
  background: #6d6e71 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 30px;
  margin-right: 0;
  padding: 2px;
  text-align: center;
  width: 30px;
  text-indent: 0 !important;
}
.right-social-icon ul li a:hover {
  background: #2d9ed8;
  display: inline-block;
  color:#fff;
  transition: background 300ms ease-out 0s;
  text-indent: 0 !important;
}
.right-social-icon ul li a .fa {
  font-size: 14px;
  color: #fff;
}

.open .nav_inner a {
  color: #006fff;
}


.copyright .small {
  color: #fff;
}

/* Footer css design END *******************/









/* Media queries */

@media screen and (max-width: 50em) {
    .content {
        padding: 0 10px;
        text-align: center;
    }
    .grid figure {
        display: inline-block;
        float: none;
        margin: 10px auto;
        width: 100%;
    }
}


@media screen and (max-width: 450px) {

.demo-1 .sl-slide blockquote {
  bottom: 65%!important;
}
 .demo-1 .sl-slide h2 {
  bottom: 65%!important;
}
.demo-1 .deco {
  bottom: 65%!important;
}

.demo-1 .sl-slide h2 {
  letter-spacing: 5px!important;
}

}

@media screen and (max-width: 767px) {
	
	.botm-text.busone{
  display: none;
}

.fullpage .couple {
  padding-left: 30px;
  left:0px;
}
.footer li {
  display: inline-block;
  float: left;
  margin-right: 9px;
}

#siteNav .toggler {
  padding: 10px 0 0;
  margin-top:0px;
}
.type-wrap {
  word-break: break-all;
}
h2, .h2 {
  font-size: 24px;
}
#star1 {
  right: 0 !important;
}
#robot, #astronaut {
  display: none;
}
.quote-holder > p {
  font-size: 15px;
  line-height: 22px;
}
.beige .padd-adus .quote-holder h2 {
  margin-bottom: 10%;
}
.port-text {
  font-size: 49px!important;
}
.porf .uk-scrollspy-init-inview.uk-scrollspy-inview.uk-animation-slide-top {
  font-size: 26px;
}
.tab p {
  color: #fff;
  font-size: 4.813em!important;
}

.f-pad-left {
  padding-left: 15px!important;
}

}



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

.fullpage .couple {
  left: 8%!important;
}
.fullpage .row, .fullpage .columns {
  top: 35%;
}
.parallax {
  position: static;
}
#wrapper {
  min-height: calc(50vh - 116px);
}
#robot, #astronaut {
  display: none;
}
figure.effect-block h2 {
  font-size: 27px;
  padding-bottom: 0;
}
.emil a {
  
  font-size: 12px;
}
.footer h1, .footer h1 i {
  font-size: 12px;
  }
}


@media (min-width: 1180px) and (max-width: 1300px) {
#wrapper {
  min-height: calc(60vh - 26px);
}
#our_services {
  padding-top: 3%!important;
}
.demo-1 .sl-slide blockquote p {
  max-width: 100%!important;
  width: 60%!important
}
}


@media (min-width: 768px) and (max-width: 990px) {
.porf dl {
  margin-top: -27% !important;
}
}

/* fonawesome icon for service section */

.my-icon {
  color: #006fff;
  font-size: 100px;
}


 
 
/* fonawesome icon for service section */
 

 figure.effect-block:hover {
  transition: background-color 0.4s ease;
/*  background-color: black;*/
}

hr {
  border: 3px solid #dcdcdc;
  margin: 20px auto;
  width: 8%;
}
.porf {
  background: rgba(0, 0, 0, 0) url("../images/portfolio.jpg") no-repeat scroll center top / cover ;
}

.porf .row .columns a dl h1, p {
  color: #202020;
}
.porf .row .columns a dl p {
  float: left;
  font-size: 17px;
  color: #000;
}

.port-text {
  float: left;
  font-size: 76px;
}
.porf .row .columns a dl {
  margin-top: 28%;
}
.view-port {
  background: #006fff;
  border-radius: 4px;
  color: #fff;
  float: left;
  font-size: 17px;
  margin-top: 8px;
  padding: 14px 20px;
}

.pres__section--transcreation__clouds {
  animation: 90s linear 0s normal none infinite running clouds;
  background-image: url("../svg/clouds.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 231px;
  left: 0;
  position: absolute;
  top: 32%;
  width: 100%;
}


/* style-diffreant css design */

.sl-slider-wrapper {
	width: 800px;
	height: 400px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.sl-slider {
	position: absolute;
	top: 0;
	left: 0;
}

/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
} 

.sl-slide {
	z-index: 1;
}

/* The duplicate parts/slices */

.sl-content-slice {
	overflow: hidden;
	position: absolute;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity : 1;
}

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
	width: 100%;
	height: 50%;
	left: -200px;
	-webkit-transform: translateY(0%) scale(1);
	-moz-transform: translateY(0%) scale(1);
	-o-transform: translateY(0%) scale(1);
	-ms-transform: translateY(0%) scale(1);
	transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
	top: -200px;
	padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
	top: 50%;
	padding: 0px 200px 200px 200px;
}

/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
	width: 50%;
	height: 100%;
	top: -200px;
	-webkit-transform: translateX(0%) scale(1);
	-moz-transform: translateX(0%) scale(1);
	-o-transform: translateX(0%) scale(1);
	-ms-transform: translateX(0%) scale(1);
	transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
	left: -200px;
	padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
	left: 50%;
	padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
	position: absolute;
}

.sl-content {
	width: 100%;
	height: 100%;
	background: #fff;
}

/* Default styles for background colors */
.sl-slide-horizontal .sl-slide-inner {
	background: #ddd;
}

.sl-slide-vertical .sl-slide-inner {
	background: #ccc;
}

.tab p {
  color: #fff;
  font-size: 7.513em;
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
}
.tab h2 {
  color: #fff;
}
.tab .quote-holder.quote-holder.col-md-10.col-md-offset-1.text-center.uk-scrollspy-init-inview.uk-scrollspy-inview.uk-animation-scale-up {
  padding-top: 9%;
}

.img-cont {
  margin-bottom: 5%;
}
.responsive_logo
{
	display:none;
}
.ab-head
{
	float:left;
	width:100%;
}
.videoIn #siteNav.enquiry_form_toggle .bar
{
	background:#006fff;
}

@media(max-width:767px) {
figure.effect-block h6
{
	transform:none;
	transform-origin:none;
	transition:none;
	padding:0 8px;
}
#wrapper
{
	overflow:hidden;
}
.responsive_logo {
  display: block;
  margin-left: 10px;
  margin-top: 23px;
  max-width: 195px;
  position: absolute;
  z-index:1;
}
.form-start .col-lg-8
{
	padding-left:0;
	padding-right:0;
}
.inquiry_frm .ab-head
{
	margin-top:75px;
}
#siteNav
{
	position:relative;
}

.design-text1 h4 {
    font-size: 24px;
}
.about-head
{
	padding-top:118px;
	padding-bottom:67px;
}
.type-wrap span
{
	font-size:22px;
}
.type-wrap
{
	margin-top:0;
	margin-bottom:0;
}
.fullpage .couple {
  top: -39px;
  width: 88%;
}
.ss
{
	font-size:16px;
}
.logoHome {
  margin-left: 15px;
  max-width: 222px;
}
.pres__section--transcreation__clouds
{
	position:relative;
}
.beige #wrapper
{
	min-height:auto;
}


.section.beige, .section.services, .section.tab, .section.footer 
{
	height:auto !important
}
.section.beige
{
	padding-bottom:30px;
}
.services .bg
{
	-webkit-background-size: 0% 100% !important;
  -moz-background-size: 0% 100% !important;
  -o-background-size: 0% 100% !important;
  background-size:  0% 100% !important;
}
.tab
{
	padding-bottom:30px;
}
.tab p
{
	font-size:32px !important;
}
.footer .img-responsive {
  width: 65%;
}
.ab-head1
{
	font-size:24px;
}
.ab-head2
{
	font-size:24px;
}
.ab-head3, .mid-1 .top-text
{
	font-size:24px;
}
.team-detal
{
	-webkit-background-size: 100% 100% !important;
  -moz-background-size: 100% 100% !important;
  -o-background-size: 100% 100% !important;
  background-size:  100% 100% !important;
  margin-top:40px;
  padding-top:30px;
  padding-bottom:30px;
}
.ip-cont .responsive h2
{
	margin-left:50px;
}
.ip-cont .responsive p
{
	padding-left:52px;
}
.tab-banner
{
	background:none;
}
.col-lg-12 > h3, .tab-detail.text-center > h3
{
	font-size:24px;
}
.porf
{
	background:url(../images/portfolio-bg.jpg) center top;
}
.port-text
{
	font-size:34px !important;
}
body p
{
	font-size:15px !important;
}
.about-head h4 
{
  font-size: 30px;
  text-align: center;
}
figure.effect-block
{
	background-color:black;
	transition: background-color 0.4s ease 0s;
}
figure.effect-block img {
	opacity: 0.5;	
    -webkit-transform: scale3d(2, 2, 1);
    transform: scale3d(2, 2, 1);
}
figure.effect-block h6
{
	color:#fff;
	opacity:1;
}
figure.effect-block h2, figure.effect-block p
{
	color:#fff;
	opacity:1;
}
.uk-animation-slide-top, .uk-animation-slide-bottom {
  animation-name: none !important;
}
[data-uk-scrollspy*="uk-animation-"] {
  opacity: 1 !important;
}
}
@media(max-width:479px) {
.pres__section--transcreation__clouds
{
	height:165px;
}
.responsive h2
{
	font-size:17px;
}
.tab-banner .ip-text {
  padding-left: 0;
  padding-right: 0;
}
.tab-banner .container.text-center.tab-image
{
	left:0;
}
.about .col-lg-10 {
  padding: 0;
}
.hire .col-lg-12, .hire .col-lg-12 .col-md-8
{
	padding:0;
}
.process .col-sm-12
{
	padding:0;
}
.mid-1 .col-sm-12 
{
	padding:0;
}
}













.portfolio_page main{
  float: left;
  font-family: "GothamBook";
  height: 100%;
  position: relative;
  width: 100%;
}
.portfolio_page main h1
{
	font-size:22px;
	 font-family: 'GothamLight';
	margin:0;
}

.portfolio_page main  p
{
	line-height:32px;
	font-size:16px;
    font-family: 'GothamLight';
}
.portfolio_page .header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
.portfolio_page .container
{
	width:90%;
}
.portfolio_page .header .container
{
	border-bottom:1px solid rgba(255, 255, 255, 0.5);
}
.portfolio_page .header .contact_detail
{
	float:left;
	width:100%;
	margin-top:25px;
}

.portfolio_page .header .contact_detail .contact_row
{
	float:left;
	width:100%;
}
.portfolio_page .header .contact_detail .contact_row span {
  color: #b8b8b9;
  float: left;
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 11px;
  margin-left: 5px;
}
.portfolio_page .header .contact_detail .contact_row i
{
	font-size:26px;
	width:25px;
	text-align:center;
	color:#b8b8b9;
	float:left;
}

.portfolio_page .header .logo {
  float: left;
  margin-bottom: 16px;
  margin-top: 15px;
  max-width: initial;
  text-align: center;
  width: 100%;
}
.portfolio_page .header .fa.fa-envelope
{
	font-size:18px !important;
}
.portfolio_page .header .social_icons
{
	float:right;
	margin-top:45px;
}

.portfolio_page .header .social_icons a
{
	color:#a8aba8;
	margin:0 7px;
	float:left;
	font-size:16px;
}

.portfolio_page .portfolio_section {
  float: left;
  padding-top: 130px;
  width: 100%;
}
.portfolio_page .portfolio_section .template_clm {
 border: 8px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  float: left;
  overflow: hidden;
  width: 100%;
}
.portfolio_page .portfolio_section .template_clm img
{
	width:100%;
}
.portfolio_page .portfolio_section .content_clm
{
	float:left;
	width:100%;
	text-align:center;
}
.portfolio_page .portfolio_section .content_clm h1
{
	color:#fff;
	margin:25px 0
}
.portfolio_page .portfolio_section .content_clm .btn
{
	border-radius:50px;
	padding:8px 25px;
	font-size:16px;
	border:1px solid rgba(255, 255, 255, 0.5);
	color:#fff;
	background:transparent;
	margin:0 5px;
}

.portfolio_page main
{
	float:left;
	width:100%;
	padding-bottom:60px;
	
	-webkit-background-size: 100% 100% !important;
  -moz-background-size: 100% 100% !important;
  -o-background-size:100% 100% !important;
  background-size: 100% 100% !important;
}
.portfolio_page .portfolio_section .portfolio_clm
{
	margin-bottom:50px;
}
.portfolio_page #siteNav .toggler
{
	top:12px;
}

.portfolio_page #exTab1 .tab-content {
  color : white;
}

.portfolio_page #exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

/* remove border radius for the tab */

.portfolio_page #exTab1 .nav-pills > li > a {
  border-radius: 0;
  font-size:15px;
}

/* change border radius for the tab , apply corners on top*/

.portfolio_page #exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

.portfolio_page #exTab3 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

.portfolio_page #exTab1 ul {
 /* background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;*/
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
}

.portfolio_page #exTab1 ul li {
  display: inline-block;
  float: none;
}

.portfolio_page #exTab1 ul li a
{
	color:#fff;
}
.portfolio_page #exTab1 ul li a:hover
{
	background:none;
	border-bottom:2px solid #fff;
	padding-bottom:8px;
}

.portfolio_page .portfolio_section #exTab1 .nav.nav-pills.sticky
{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:999;
	margin:0;
	background:#0a1b28;
	
	-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.logo_colum, .app_colum, .banner_colum {
  margin-bottom: 25px;
}

.portfolio_page #siteNav .bar
{
	background:#fff;
}



.paypal_form
{
	background:#F7F9FA;
	float:left;
	width:100%;
}

.section_title
{
	float:left;
	width:100%;
	text-align:center;
}
.section_title h4
{
	font-size:36px;

}
.section_subtitle
{
	float:left;
	width:100%;
	margin-bottom:30px;
	text-align:center;
}

.section_subtitle
{
	font-size:18px;
	color:#9e9b9b;
}
.paynow_form
{
	float:left;
	width:100%;
	margin-bottom:50px;
}

.paynow_form form
{
	width:400px;
	margin:0 auto;
}
.paynow_form form .form-group input[type="text"], .paynow_form form .form-group input[type="tel"], .paynow_form form .form-group input[type="email"], .paynow_form form .form-group input[type="text"], .select_input select
{
  background-color: #fff;
  border: 1px solid #a4abae;
  border-radius: 5px;
  box-sizing: border-box;
  color: #2c2e2f;
  font-size: 15px;
  font-weight: 400;
  height: 48px;
  outline: 0 none;
  padding: 0 15px;
  width: 100%;
}

.paynow_form form .form-group input[type="submit"]
{
	background:#006fff;
	float:left;
	width:100%;
	border:none;
	height:48px;
	border-radius: 5px;
	color:#fff;
	font-size:22px;
}
.paynow_form form .form-group input:hover, .paynow_form form .form-group input:focus, .paynow_form form .form-group select:hover, .paynow_form form .form-group select:focus
{
	border-color:#0070ba;
}


.paynow_form form .form-group select
{
	 -webkit-appearance: none;
   -moz-appearance:none;
   appearance:none;
   color:#4d4d4d;
}
.paynow_form form .form-group select option
{
	padding:5px;
}

.paynow_form form .form-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #4d4d4d;
  opacity:1;
}
.paynow_form form .form-group input::-moz-placeholder { /* Firefox 19+ */
  color: #4d4d4d;
  opacity:1;
}
.paynow_form form .form-group input:-ms-input-placeholder { /* IE 10+ */
  color: #4d4d4d;
 opacity:1;
}
.paynow_form form .form-group input:-moz-placeholder { /* Firefox 18- */
  color: #4d4d4d;
  opacity:1;
}
.select_input
{
	position:relative;
}
.select_input .fa
{
	position:absolute;
	top:15px;
	right:15px;
	font-size:20px;
}
@media (max-width:767px)
{
.portfolio_page .portfolio_section #exTab1 .nav.nav-pills.sticky
{
	position:absolute;
}
.portfolio_page h1
{
	font-size:18px;
}

.portfolio_page .header .contact_detail .contact_row span
{
	margin-bottom:0;
}
.portfolio_page .header .col-xs-12
{
	position:inherit;
}
.portfolio_page .header .contact_detail {
  background: #131313 none repeat scroll 0 0;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
}
.portfolio_page .header .social_icons {
  position: absolute;
  right: 66px;
  top: 0;
  margin-top:15px;
}
.portfolio_page .header .contact_detail .contact_row i
{
	font-size:18px;
}
.portfolio_page .header .contact_detail .contact_row span {
  font-size: 12px;
  line-height: 27px;
}
.portfolio_page .header .logo img
{
	max-width:250px;
}
.portfolio_page .header .logo
{
	margin-top:65px;
	margin-bottom:20px;
}
.portfolio_page .portfolio_section .container
{
	padding:0;
}
.portfolio_page .portfolio_section .container #exTab1 .col-xs-12
{
	padding:0;
}
.portfolio_page .portfolio_section .content_clm .btn {
  font-size: 13px;
  margin: 0 3px;
  padding: 8px 14px;
}
.portfolio_page .responsive_logo
{
	display:none;
}
.portfolio_page .portfolio_section
{
	padding-top:190px;
}
.portfolio_page .portfolio_section .template_clm {
  border: 4px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
}
}
@media (max-width:599px)
{
.paynow_form form
{
	width:100%;
}
.portfolio_page #exTab1 ul li
{
	width:100%;
}
.portfolio_page .portfolio_section #exTab1 .nav.nav-pills.sticky li
{
	width:24%;
	float:left;
}
.portfolio_page .portfolio_section #exTab1 .nav.nav-pills.sticky li a
{
	font-size:10px;
}
}