/* 
Theme Name: Social DNA 
Theme URI: 
https://www.socialdna.in/
Author: Social DNA 
Author URI: https://www.socialdna.in/
Description: Theme using Bootstrap framework v3.3.7
Version: 1.0
Text Domain: myhomeconstructions 
*/


/* containers config */

/*{ border: 1px solid red; } */
 /*{outline: 1px solid red;}  */


/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/Roboto/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('fonts/Roboto/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Roboto/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Roboto/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/Roboto/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/Roboto/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/Roboto/roboto-v20-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('fonts/Roboto/roboto-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Roboto/roboto-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Roboto/roboto-v20-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/Roboto/roboto-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/Roboto/roboto-v20-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/Source_Sans/source-sans-pro-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('fonts/Source_Sans/source-sans-pro-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Source_Sans/source-sans-pro-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Source_Sans/source-sans-pro-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/Source_Sans/source-sans-pro-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/Source_Sans/source-sans-pro-v14-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

html{
	 overflow-x: hidden !important;
 }
body {
    transition: all 0.5s ease-in-out;
    font-family: 'Source Sans Pro', sans-serif;
	overflow-x: hidden !important;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
    margin-top: 2.5%;
    color: #000;
    border: 0px !important;
    font-size: 14px;
}
.navbar-toggle i {
    font-size: 25px;
}
h1,
h2,
h3,
h4,
h5,
h6,
a {
    font-family: 'Roboto', sans-serif;
}

.container-fluid-p0 {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.off-canvas-toggle {
  float: left;
  padding: 0 15px;
}
div#all-Residential {
    margin-left: 30px;
}
.m-menus, .m-menus a {
    color: #000; 
}     
.m-list {
    margin-bottom: 10px;
    font-size: 15px;
    cursor: pointer;
}
section#banners {
    margin-top: -4.3%;
}
.off-canvas {
  width: 300px;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #333;
  background-color: #fffff0;
  transform: translateX(-100%);
  transition: .4s ease-in-out;
  z-index: 1060;
    padding-left: 15px;
    padding-top: 20px;
}
.off-canvas-active .off-canvas {
  transform: translateX(0);
}
.navbar-fixed-top {
  transition: .4s ease-in-out;
  width: 100%;
}
.page-wrapper {
  padding-top: 50px;
  transition: .4s ease-in-out;
}
.off-canvas-active .page-wrapper,
.off-canvas-active .navbar-fixed-top {
  transform: translateX(300px);
}
.list-group {
 
}
.off-canvas-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 1050;
  visibility: hidden;
  opacity: 0;
  transition: .4s ease-in-out;
}
.off-canvas-active .off-canvas-overlay {
  opacity: 1;
  visibility: visible;
}
.list-group {
    margin-bottom: 0px;
}
@media (min-width: 768px){
.navbar-nav>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
}
}
#myCarousel .carousel-inner .item img {
    height: 100%;
    width: 100%;
}
#full{
	min-width:100%;
}
label {
    font-weight: normal !important;
	color: #383838 !important;
}
.floating-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 18px;
  transition: 0.2s ease all;
}
input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label{
  top: 8px;
  bottom: 10px;
  left: 20px;
  font-size: 11px;
  opacity: 1;
}
.caption-bg {
    background: #000;
}

ul#news-list a {
    color: #fff;
    font-size: 14px;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 60px;
    left: 5%;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    max-width: 44%;
    background: #000000cf !important;
    display: none;
    border-radius: 25px;
    padding-left: 2%;
    padding-right: 2%;
    font-size: 26px;
    #h-about-us p.text-justify {
        /* border: 1px solid #fff; */
        width: 86%;
        /* line-height: 2; */
        text-align: l;
    }
}
.carousel-animate .item > img {
    -webkit-animation: thing 40s;
    -o-animation: thing 40s;
    animation: thing 40s;
}

@keyframes thing {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.5, 1.5);
    }
}


/* nav config */

.navbar-header {
    float: none;
}

.navbar-toggle {
    display: block;
}

.navbar-collapse.collapse {
    display: none!important;
}

.navbar-nav {
    float: none!important;
}

.navbar-nav>li {
    float: none;
}

.navbar-collapse.collapse.in {
    display: block !important;
}

.navbar {
    min-height: 75px;
}

.navbar-inverse {
    background-color: rgba(0, 0, 0, 0.3);
    border-color: transparent;
}


/* banner */

section#banners {
    margin-top: -2.3%;
}

.banner-stack {
    min-height: 100vh;
}


/* ongoing projects */

section#ongoing {
    background: url(/wp-content/themes/sdna/images/bg2.jpg);
    background-attachment: fixed;
    background-repeat-x: repeat;
}

h1.text-center.wow.bounceInUp.heading:hover:first-letter {
    color: red;
}

.heading {
    text-transform: uppercase;
    color: #000;
    font-size: 3.3em;
    font-size: 2.8em;
    padding-top: 3%;
    padding-bottom: 3%;
}

figcaption {
    min-height: 150px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.ptitle i {
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
    color: #000;
}

.ptitle {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
    color: #000;
}

.og-w {
    background: #fff;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.2);
}

.btn-sdna {
    background: #fff;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.2) !important;
}

section#h-about-us {
    background: url(/wp-content/themes/sdna/images/about_us_bg.png);
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
    font-size: 18px;
}

.p10 {
    padding-top: 10%;
    padding-bottom: 10%;
}

.rmb {
    color: #fff;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
}

.rmb:hover {
    letter-spacing: 2px;
    transition: all 0.5s ease-in-out;
    color: #fff !important;
    text-decoration: none;
}

@keyframes breathe {
    0% {
        font-variation-settings: 'wght' 100, 'wdth' 85;
        font-size: 10vw;
    }
    60% {
        font-variation-settings: 'wght' 700, 'wdth' 100;
        font-size: 11vw;
    }
    100% {
        font-variation-settings: 'wght' 100, 'wdth' 85;
        font-size: 10vw;
    }
}

section#h-usp {
    background: url(/wp-content/themes/sdna/images/usp4.png);
    /* background-attachment: fixed; */
    background-size: contain;
    color: #000;
    background-position: 99px;
    background-repeat: no-repeat;
    margin-top: -5.15%;
    max-height: 870px;
}

section#h-uspm {
    /*background: url(/wp-content/themes/sdna/images/usp4.png);*/
    /* background-attachment: fixed; */
    background-size: contain;
    color: #000;
    background-position: 99px;
    background-repeat: no-repeat;
    margin-top: -5.15%;
    max-height: 870px;
}

ul#usp-list {
    margin-top: 20px;
}


/*section#h-usp {    background: url(/wp-content/themes/sdna/images/ban1.jpg);    /* background-attachment: fixed; */

background-size: cover;
color: #000;
background-position: -80px;
background-repeat: no-repeat;

/* margin-top: -5.15%; */

max-height: 870px;

}
*/.u {
    font-size: 2em;
    display: inline-block;
    font-weight: bold;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
    margin-top: 2.5%;
    color: #000;
	background-color: #fff;
	
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #fff;
}
.navbar-inverse .navbar-toggle span {
    color: #000;
}
span.counter,
span.usp-text1 {
    display: inline-block;
    font-size: 2em;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
span.usp-text {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    display: block;
}
li.usp-item {
    border-bottom: 0px solid;
    padding-top: 3%;
    padding-bottom: 3%;
}
li.usp-item.one:after {
    border-bottom: 2px solid #000;
    display: block;
    content: '';
    width: 99%;
}
li.usp-item.two:after {
    border-bottom: 2px solid #000;
    display: block;
    content: '';
    width: 92%;
}
li.usp-item.three:after {
    border-bottom: 2px solid #000;
    display: block;
    content: '';
    width: 85%;
}
li.usp-item.four:after {
    border-bottom: 2px solid #000;
    display: block;
    content: '';
    width: 79%;
}
li.usp-item.five:after {
    border-bottom: 2px solid #000;
    display: block;
    content: '';
    width: 72%;
}
li.usp-item.six:after {
    border-bottom: 2px solid #000;
    display: block;
    content: '';
    width: 63%;
}
.red_patch {
    position: absolute;
    margin-top: 69px;
    right: 0;
}
#parallelogram:afterr {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #FF0000;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}
section#h-news {
    background: url(/wp-content/themes/sdna/images/awards.png);
    background-attachment: fixed;
    padding-top: 50px;
    padding-bottom: 50px;
}
#news-list {
    font-family: 'Roboto', sans-serif;
    font-size: 1.3em;
    color: #fff;
    line-height: 2;
    margin-left: 15px;
}
#news-list li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f18e";
    margin-right: 10px;
}
.awd {
    background: url(/wp-content/themes/sdna/images/avatar-bg.jpg);
    margin: 0px;
    padding: 0px;
    background-position: right;
    background-position: top;
    padding-left: 15px;
    font-family: 'Roboto', sans-serif;
    padding-right: 15px;
    font-size: 12px;
}
.awda {
    background: url(/wp-content/uploads/2019/09/background-opacity1white.png);
    margin: 0px;
    padding: 0px;
    background-position: right;
    background-position: top;
    padding-left: 15px;
    font-family: 'Roboto', sans-serif;
    padding-right: 15px;
    font-size: 12px;
}
.awdab {
    background: #ffffff;
    margin: 0px;
    padding: 0px;
    background-position: right;
    background-position: top;
    padding-left: 15px;
    font-family: 'Roboto', sans-serif;
    padding-right: 15px;
    font-size: 12px;
}
.awdm {
    background: #ffffff;
    margin: 0px;
    padding: 0px;
    background-position: right;
    background-position: top;
    padding-left: 15px;
    font-family: 'Roboto', sans-serif;
    padding-right: 15px;
    font-size: 12px;
}
.awdk {
    background: #ffffff;
    margin: 0px;
    padding: 0px;
    background-position: right;
    background-position: top;
    padding-left: 15px;
    font-family: 'Roboto', sans-serif;
    padding-right: 15px;
    font-size: 12px;
}
.lm {
    margin-top: 120px;
}
img.aim {
    display: inline-block;
    width: 40px;
}
section#h-contact a {
    color: #000;
    text-decoration: none;
}
.p0 {
    padding: 0px;
}
#awards-list li {
    margin-bottom: 5px;
}
section#follow-us {
    background: url(/wp-content/themes/sdna/images/fws.png);
    font-family: 'Roboto', sans-serif;
    margin-top: -7px;
    min-height: 250px;
    transition: all 0.5s ease-in-out;
    background-position: center;
    background-size: cover;
}
figure.effect-dexter:hover .p2 {
    letter-spacing: 2px;
    font-weight: bold;
}
.heading-red {
    color: red;
    font-weight: bold;
    font-size: 20px;
}
.fws-i i {
    font-size: 45px;
    color: #383838;
    /* font-weight: bold; */
    padding: 10px;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;

}
.fws-i i:hover {
    color: #ED1C24;
}
#h-frm input,
#h-frm select {
        border: 0px;
    border-bottom: 1px solid #0c0c0c36;
    margin-bottom: 20px;
    width: 100%;
    height: 40px;
    font-family: 'Roboto', sans-serif;
}
#h-contact p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 30px;
}
form#h-frm {
    max-width: 80%;
    margin: 0 auto;
}
#h-contact h5 {
    color: #000 !important;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.fm {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    border-radius: 20px;
    padding: 10px;
}
h1 {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .6) 30%, #000 50%, rgba(0, 0, 0, .6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s linear infinite;
}
@keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }
    
    to {
        -webkit-mask-position: -50%;
    }
}
.h-footer,
.h-footer a {
    margin-top: -1%;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background: #e52c1f;
}
.og-w:hover {
    /*  border-bottom: 2px solid #ff0000; */
}
.off {
    display: none;
}
.og-w:hover .off {
    display: block;
}
figure {
    display: inline-block;
    border: 0px solid black;
    overflow: hidden;
    /* clip the excess when child gets bigger than parent */
}
figure img {
    display: block;
    transition: transform .4s;
    /* smoother zoom */
}
figure:hover img {
    /*  transform: scale(1.1);  transform-origin: 50% 50%; */
}
figure:hover figcaption {
    /* margin-top: 20px; */
}
.hvr-underline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #43434338;
    height: 4px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
/* All project styles */
.project-description {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    word-spacing: unset;
	padding-left: 5%;
    padding-right: 5%;
}
.project-title {
    color: #000;
    animation: unset;
    -webkit-mask-image: none;
    margin-bottom: 10px;
    margin-top: 10px;
}
.project-title-name {
    margin-bottom: 50px;
    margin-top: 50px;
}
.project-title-name1 {
    margin-bottom: 12px;
    margin-top: 0px;
}
.amenities-list {
    margin-bottom: 5px;
    color: #000;
    font-weight: 400;
}
.amenities-list li {
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'Source Sans Pro', sans-serif;
}
.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #000;
}
.p-info {
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 100%;
}
.logo {
    width: 100px;
}
div#menu-sdna {
    background: #fff;
    overflow: hidden;
    font-family: inherit;
    color: #000;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgba(0, 0, 0, 0.75) ! important;
}
div#menu-sdna a{
	color:#fff;
	font-size:14px;
	text-decoration:none;
	transition: all 0.5s ease-in-out;
    text-decoration: none;
}
div#menu-sdna a:hover{
    letter-spacing: .9px;
    transition: all 0.5s ease-in-out;
    color: red !important;
    text-decoration: none;
    font-size: 10px !important;
}
span.text-muted {
    font-size: 10px;
    background: #000;
    border-radius: 10px;
    padding: 2px;
    color: #fff;
}
div#menu-sdna li {
    margin-bottom: 3%;
}
/*mobile menu */
a.show-mobile.off-canvas-toggle.navbar-text {
    color: #000;
    position: absolute;
    right: 20px;
    line-height: 4;
	background: #fff !important;
}
.careers-we {
   color: #000 !important;
   font-size: 21px !important;
   background: transparent !important;
   font-family: inherit;   
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7;
    background: none;
    color: #000;
    border-bottom: 3px solid red;
    font-family: inherit;
}
.a-right{
	position: absolute;
    min-width: 200px;
    min-height: 200px;
    background: url(/wp-content/themes/sdna/images/about/b/right.png);
    background-repeat: no-repeat;
    z-index: 0;
	right: -30px;
bottom: -15px;
}
.a-left{
    position: absolute;
    min-width: 200px;
    min-height: 200px;
    background: url(/wp-content/themes/sdna/images/about/b/left.png);
    background-repeat: no-repeat;
    z-index: 0;
    left: -3px;
    top: 84px;
}
a.header-font {
    font-size: 12px !important;
    font-weight: 400 !important;
}
p.header-font-headings {
    color: red !important;
    font-size: 22px !important;
    margin-top: 2% !important;
    font-weight: 600;
}
section#h-contact a, section#h-contact p {
    color: #000;
    text-decoration: none;
    font-size: 12px;
}
a.header-font-main {
color: #fff !important;
font-size: 12px !important;
font-family: inherit !important;
font-weight: 300 !important;
}
li.header-spacing{
padding-top: 10% !important;
border-bottom: 1px solid #999!important;
padding-bottom: 4% !important;
}
.header-border {
border-right: 2px solid #999;
margin-bottom: 5% !important;
height: 310px !important;
}

.m-list {
margin-bottom: 10px;
font-size: 19px;
cursor: pointer;
margin-bottom: 9% !important;
padding-top: 2% !important;
}
li.list-sdna-group.ongoing-t {
color: red !important;
font-size: 19px !important;
}
@media screen and (max-width: 414px) {
  section#h-contact a, section#h-contact p {
    color: #000;
    text-decoration: none;
    font-size: 9px !important;
	}
}
@media screen and (max-width: 375px) {
  .p-info {
    position: absolute;
    bottom: 10px;
    background: #12121275;
    width: 92%;
    padding-top: 6px;
}
}

@media screen and (min-width: 412px) and (max-width: 720px) {
   .p-info {
    position: absolute;
    bottom: 10px;
    background: #12121275;
    width: 92%;
    padding-top: 6px;
  } 
   .section#h-usp {
	   background: #fff !important;
   }
}
span.pj {
    display: block;
    background: #fff !important;
    color: #fff !important;
    padding: 10px !important;
    background: rgba(0, 0, 0, 0.71) !important;
    background: rgb(0 58 255 / 71%) !important;
	
    /* font-weight: bold; */
    /* position: absolute; */
}
p.header-font-subheadings {
color: #fff;
font-size: 14.5px;
font-weight: 600;
}
.header-font-subheadings {
color: #fff;
font-size: 14.5px;
font-weight: 600;
}
span.copyright {
    margin-left: 20px;
}
input:focus {
    border: none;
    outline: -webkit-focus-ring-color auto 0px;
}
textarea:focus, select:focus {
    border: none;
    outline: -webkit-focus-ring-color auto 0px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 0px 0px rgba(0,0,0,0);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
div#cta-block ul li {
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 10px;
    padding: 5px;
}
#cta-block a i {
    margin-right: 5px;
}
div#cta-block {
    padding-top: 30px;
}
#cta-block a {
text-decoration: none;
    color: #3e3e3e;
    transition: all 0.5s ease-in-out;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 600;
	font-size: 16px;
}
#cta-block a:hover{
	letter-spacing: 2px;
    transition: all 0.5s ease-in-out;
    color: red !important;
    text-decoration: none;
}
.boxshadow{
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a{
color: #000 !important;
background-color: #efefef!important;
}

#menu-sdna h6 {
    color: #fff;
    font-size: 18px;
    font-weight: 100;
}
.a221 {
    min-height: 145px;
    max-height: 145px;
}
ul.list-inline.ogp li {
   
    min-width: 114px;
    text-align: left;
}
ul.list-inline.cp li {
    
    min-width: 114px;
    text-align: left;
}
.ooo li, .ooo p, .ooo h6{
    margin-left: 20px;
}
a.left.carousel-control {
    width: 20% !important;
    background: transparent;
    color: #000;
}
a.right.carousel-control {
    width: 20% !important;
    background: transparent;
    color: #000;
}
.careerimg {
	-webkit-box-shadow: -5px 2px 17px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: -5px 2px 17px -10px rgba(0,0,0,0.75);
	box-shadow: -5px 2px 17px -10px rgba(0,0,0,0.75);
}
i.more-less.glyphicon.glyphicon-minus {
    color: red !important;
}
.panel-title > a:focus {
    color: red !important;
}
.navbar-brand{
background: #fff;
   display: block;
   min-height: 85px;
   border-radius: 51px;
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    background: #fff !important;
}

@media only screen and (device-width: 375px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) { 
#myCarousel .carousel-inner .item img {
    height: auto;
    width: 100%;
    margin-top: 23% !important;
}
}

#h-frm .hvr-float-shadow:before {
	display: none !important;	
}