/*
Theme Name: Knopf
Author: Kavin
Description: Knopf is a Corporate Theme to use our Multipurpose Projects, Such as Company Website, Business etc
Version: 1.0.0
*/


/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* Base CSS */
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}
html,
body { height: 100% }
body {
    font-family: 'Rubik', sans-serif;
}
a:hover { text-decoration: none }

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.playfire{
    font-family: 'Playfair Display', serif;
}
.padding70{
    padding: 60px 0;
}
.padding80{
    padding: 60px 0;
}
.logo {
  padding: 28px 0;
}
.mainmenu {

}
.mainmenu ul.nav.navbar-nav {
  float: none;
  text-align: right;
}
.mainmenu ul.nav.navbar-nav li {
    display: inline-block;
    float: none;
    position: relative;
}
.mainmenu ul.nav.navbar-nav > li:before{
	position:absolute;
	left:0;
	bottom:10px;
	height:3px;
	width:0;
	background:#f65459;
	content:"";
	transition: all 0.4s ease 0s;
	opacity:0;
}
.mainmenu ul.nav.navbar-nav li a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    padding: 30px 10px;
    text-transform: uppercase;
}
.mainmenu ul.nav.navbar-nav li ul{
	position:absolute;
	right:0;
	top:100%;
	width:250px;
	z-index:99;
	margin:0;
	padding:0;
	opacity:0;
	visibility:hidden;
	transition:all 0.4s ease 0s;
}
/*.mainmenu ul.nav.navbar-nav > li > ul:before{
	position:absolute;
	right:25px;
	top:-10px;
	border-left: 10px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #f65459;
	content:"";
	height:0;
	width:0;
}*/
.mainmenu ul.nav.navbar-nav > li.current_page_item:before{
	opacity:1;
	width:100%;
}
.mainmenu ul.nav.navbar-nav > li.current_page_item a{
	color:#f65459;
}
.mainmenu ul.nav.navbar-nav > li:hover:before{
	opacity:1;
	width:100%;
}
.mainmenu ul.nav.navbar-nav li:hover ul{
	opacity:1;
	visibility:visible
}
.mainmenu ul.nav.navbar-nav li ul li{
	display:block;
	background:#f65459;
	border-bottom:1px solid rgba(255, 255, 255, .2)
}
.mainmenu ul.nav.navbar-nav li ul li:last-child{
	border-bottom:0px;
}
.mainmenu ul.nav.navbar-nav > li:hover > a, .mainmenu ul.nav.navbar-nav > li > a:focus{
	background:transparent;
	color:#f65459;
}
.mainmenu ul.nav.navbar-nav li ul li a{
	padding:10px;
	display:block;
	color:#fff;
}
.mainmenu ul.nav.navbar-nav > li:hover > ul > li:hover{
	background:#fff;
}
.mainmenu ul.nav.navbar-nav > li:hover > ul > li:hover a{
	color:#f65459;
}
.client-login a, .about-content a.viewmore {
  background: #4e6378 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 138px;
    font-size: 14px;
    font-weight: 400;
-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 1;
}
.client-login a:after, 
.welcome-content a.larnmore:after, 
.cta-content a.learmore:after, 
.about-content a.viewmore:after{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: #f65459;
    content: "";
    z-index: -1;
    border-radius: 3px;
     transition: all 0.3s ease 0s;
    opacity: 0
}
.client-login a:hover:after{
    width: 100%;
    opacity: 1;
}

.header-area{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
.welcome-area{
    background: url(img/welcome-bg.jpg) no-repeat scroll center center/cover;
    position: relative;
    z-index: 1;
    height:400px !important;
}
.welcome-area:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #001e3e;
    opacity: .75;
    content: "";
    z-index: -1;
}
.welcome-table, .welcome-table-cell, .welcome-area{
    height: 100%;
}
.welcome-table{
    display: table;
    width: 100%
}
.welcome-table-cell{
    display: table-cell;
    vertical-align: bottom;
}
.welcome-content-inner {
  padding-bottom: 100px;
}
.welcome-tagline h1 {
  color: #ffffff;
  font-size: 48px;
      margin: 44px 0 0 0;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    line-height: 50px;
}
.welcome-content{
    position: relative;
    padding-left: 10px;
}
.welcome-content::before {
  border-left: 3px dotted #ffffff;
  border-right-color: #ffffff;
  border-right-width: 3px;
  border-top-color: #ffffff;
  border-top-width: 3px;
  content: "";
  height: 100%;
  left: -20px;
  position: absolute;
  top: 0;
  width: 3px;
}
.welcome-content p{
    color:#fff;
    font-weight: 400;
    line-height: 22px;
}
.welcome-content p span, .welcome-content p strong{
	color:#f65459
}
.welcome-content a.larnmore, .cta-content a.learmore{
    width: 146px;
    height: 38px;
    background: #f65459;
    color: #fff;
    text-align: center;
    font-weight: 400;
    border-radius: 5px;
    display: inline-block;
    line-height: 38px;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    margin-top: 5px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.welcome-content a.larnmore:after, .cta-content a.learmore:after{
    background: #fff;
}
.welcome-content a.larnmore:hover:after, 
.cta-content a.learmore:hover:after, 
.about-content a.viewmore:hover:after{
    width: 100%;
    opacity: 1;
}
.welcome-content a.larnmore:hover, .cta-content a.learmore:hover{
    color: #f65459;
}
.about-thamb img{
    -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.25);
}
.about-content h3, .inner-page > h3, .contact-info-finner h3, .recent-news h3, .single-post h3 {
  color: #34495e;
  font-size: 18px;
  position: relative;
  text-transform: uppercase;
    padding-bottom: 15px;
}
.about-content h3:before, .inner-page > h3:before, .recent-news h3:before, .contact-info-finner h3:before, .single-post h3:before{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 22px;
    background: #34495e;
    content: "";
}
.about-content p, .skill-content p {
  color: #777;
  font-size: 15px;
  font-weight: 400;
}
.about-content a.viewmore {
  color: #f65459;
  font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 10px;
    display: inline-block;
    background: transparent;
    position: relative;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
    text-align: left;
}
.about-content a.viewmore:hover{
    text-align: center;
    color: #fff;
}
.our-skills-area{
    background: url(img/skill-bg.jpg) no-repeat scroll center center/cover;
    position: relative;
    z-index: 1;
}
.our-skills-area:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f1f7f8;
    opacity: .52;
    content: "";
    z-index: -1;
}
.page-title{
    margin-bottom: 30px;
}
.page-title h3, .page-title.text-left h3, .page-title.text-right h3, .single-footer-widget h3{
    color:#34495e;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    padding-bottom: 15px;
    margin: 0;
}
.page-title h3::before, .single-footer-widget h3::before {
  background: #34495e none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 30px;
}
.page-title.text-left h3:before{
    left: 0;
    transform: translateX(0%);
}
.page-title.text-right h3{
    display: inline-block;
}
.page-title.text-right h3:before{
    transform: translateX(0%);
    right: 0;
    left: auto
}
.skill-content {
  padding: 90px 20px 20px;
  position: relative;
  top: -90px;
  z-index: 1;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
}

.skill-content:after{
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
    width: 100%;
    background: #fff;
    opacity: .8;
    content: "";
    z-index: -1;
     border-radius: 4px;
}
.skill-icon {
  position: relative;
  z-index: 2;
}

.our-blog-area{
    background: #dde7f1;
}
.post-date {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    width: 100px;
    text-align: center;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
    float: left;
    margin-top: -14px;
}
.post-date h2 {
    color: #34495e;
    display: block;
    font-size: 40px;
    font-weight: 300;
    margin: 0;
    padding: 18px;
}
.post-date span.month {
    background: #f65459 none repeat scroll 0 0;
    border-radius: 0 0 5px 5px;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 10px;
    text-transform: uppercase;
}

.post-content {
    background: #fff none repeat scroll 0 0;
    border-radius: 0 5px 5px 0;
    padding: 12px 10px 12px 125px;
    height:90px;
}
.post-content > p {
    color: #777;
    font-size: 15px;
    margin: 0;
}
.post-content p a{
    color: #777;
    text-decoration: none;
}

.cta-area{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#34495e+1,333333+100 */
background: #34495e; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #34495e 1%, #333333 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #34495e 1%,#333333 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #34495e 1%,#333333 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34495e', endColorstr='#333333',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.cta-content{}
.cta-content h1{
    font-size: 36px;
    color: #fff;
    margin: 0 0 20px;
}
.footer-top-area {
  background: #dde7f1 none repeat scroll 0 0;
}

.single-footer-widget{
    background: #fff;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
     height: 265px;
    padding: 35px 20px;
}
.company-brand {
  padding-top: 15px;
}  
.company-brand a {
  display: inline-block;
  margin: 0 25px;
}
.footer-area {
  background: #ffffff none repeat scroll 0 0;
  padding: 25px 0;
}
.footer-menu, .copyright-text {
  margin-top: 5px;
}
.copyright-text p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
}
.copyright-text p a{
    color: #aaaaaa;
    text-decoration: none;
    margin: 0 10px;
    transition: all 0.3s ease 0s;
}

.footer-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer-menu ul li {
    display: inline-block;
}
.footer-menu ul li a {
    color: #aaaaaa;
    font-size: 15px;
    padding:0px 10px;
    text-decoration: none;
    display:block;
    transition: all 0.3s ease 0s;
}
.footer-menu ul li a:hover, .copyright-text p a:hover{
    color: #f65459;
}
.social-link{
    text-align: right;
}
.social-link a {
  background: #aaaaaa none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  margin-left: 8px;
  text-align: center;
  width: 30px;
    position: relative;
    z-index: 1
}
.social-link a::after {
  box-shadow: 0 0 0 4px #f65459;
  left: -2px;
  opacity: 0;
  padding: 2px;
  top: -2px;
  transform: scale(0.5);
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
/*    background: #f65459;*/
    border-radius: 50%;
    box-sizing: content-box;
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
}
.social-link a:hover{
    background: #f65459;
    color:#fff;
}
.social-link a:hover::after {
  opacity: 1;
  transform: scale(1);
}
.social-link a:first-child{
    margin-left: 0px;
}
.contact-info p, .single-footer-widget p, .contact-info-text p{
  font-size: 16px;
  line-height: 30px;
}
.contact-info p span, .single-footer-widget p span, .contact-info-text p span {
  color: #f65459;
}
.skill-icon img {
  display: inline-block;
}
.single-footer-widget h3{
    margin-bottom: 30px;
}
.header-area.internal_page_header {
    position: inherit;
    background: #4e6378;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
}
.right-sidebar-area {
  background: #34495e none repeat scroll 0 0;
  border-radius: 5px;
  height: 600px;
  padding: 10px 0;
}
.single-right-siderbar{}
.single-right-siderbar ul{
    margin: 0;
    list-style: none;
    padding: 0;
}
.single-right-siderbar ul li{
    display: block;
    position: relative;
}
.single-right-siderbar ul li:before{
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
    width: 4px;
    background: #f65459;
    content: "";
    opacity: 0;
    transition: all 0.3s ease 0s;
    transform: scaleY(0);
    visibility: hidden
}
.single-right-siderbar ul li:hover:before{
    opacity: 1;
    transform: scaleY(1);
    visibility: visible
}
.single-right-siderbar ul li.current_page_item:before {
  visibility: visible;
  opacity: 1!important;
  transform: scaleY(1);
}

.single-right-siderbar ul li a{
    display: block;
    padding: 15px 25px;
    color:#fff;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
    transition: all 0.3s ease 0s;
}
.single-right-siderbar ul li.current_page_item a{
     background: #3e546b;
    color:#f65459;
}
.single-right-siderbar ul li a:hover{
    background: #3e546b;
    color:#f65459;
    
}
.recent-news-inner ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.recent-news-inner ul li {
    display: block;
    margin-bottom: 15px;
}
.recent-news-inner ul li div.single-recent-news {
}
.recent-news-inner ul li div.single-recent-news span.date {
    background: #f65459 none repeat scroll 0 0;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    float: left;
    font-size: 15px;
    font-weight: 500;
    height: 36px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    width: 90px;
}
.recent-news-inner ul li div.single-recent-news p {
    color: #777777;
    font-size: 15px;
    line-height: 18px;
    margin: 0;
    padding-left: 108px;
}
.contact-info-widget > img {
  float: left;
}
.recent-news-inner {
  display: block;
  margin-top: 30px;
}
.post-thambonil {
  margin-bottom: 25px;
}
.comment-form-comment > label {
  display: block;
}
.inner-page p {
  color: #777777;
  font-size: 14px;
}
.contact-info p span {
  color: #f65459;
}
.cta-content a.learmore {
  display: block;
  margin: 10px auto;
  text-align: center;
}
.cta-content h1 {
  display: inline-block;
  position: relative;
}
.cta-content h1:before, .cta-content h1:after{
	position:absolute;
	font-family: 'Playfair Display', serif;
	font-size:100px;
	opacity:0.05;
	color:#fff;
}
.cta-content h1:before{
	content:'“';
	left:-60px;
	top:-25px;
}
.cta-content h1::after {
  bottom: -30px;
  content: "“";
  right: -60px;
  transform: rotate(180deg);
}
.skill-content > a p {
  color: #f65459;
  font-size: 18px;
  font-weight: 500;
    margin: 0;
}
.skill-content > a{
    color: #f65459;
    text-decoration: none;
}
.paypal-logo {
 text-align: center;
}
.paypal-logo > p {
  margin: 5px 0 0;
}
.contactus-info {
    margin-bottom: 15px;
}
.contactus-info i {
  background: #34495e none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  float: left;
  font-size: 25px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}
.single-info {
    line-height: 40px;
    padding-left: 65px;
}
.single-info p {
  color: #34495e;
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
  margin: 0;
}

.contact-form label span, .contact-form label span.redcolor{
	color:#DD0404;
	font-size:12px;
}
.contact-form label span.redcolor{
	font-size:inherit;
}
input.submit-btn[type="submit"] {
  background: #34495e none repeat scroll 0 0;
  border: 0 solid;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  height: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 150px;
}
.contact-form textarea.form-control {
  height: 150px;
}
.single-skills {
  height: 275px;
}
.internal-page-area{
	overflow-x:hidden;
}