@charset "utf-8";

/*
        Resets
*/

html {
    scroll-behavior: smooth;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

.clear {
    clear: both;
}


/*
        body Structure
*/

html,
body {
    height: 100%;
}

body {
    background: #fff;
    font-family: 'Assistant', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #222;
}


/*
        Typography
*/

div,
p,
a,
li,
td {
    -webkit-text-size-adjust: none;
}

html,
html a {
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Assistant', sans-serif;
    margin: 0 0 15px 0;
    line-height: normal !important;
}

h1 {
    font-size: 60px !important;
    font-weight: 800;
}

h2 {
    font-size: 42px;
    font-weight: 800;
}

h3 {
    font-size: 26px;
    font-weight: 600;
}

h4 {
    font-size: 22px;
    font-weight: 500;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

h6 {
    font-size: 14px;
    font-weight: 300;
}

p {
    font-family: 'Assistant', sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 15px 0;
}

p span,
p strong {
    font-weight: 800;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #000;
}

.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}


/*navigationBar*/

.navigationBar {
    display: block;
    width: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: 100px;
    padding: 0;
    transition: all 500ms;
    background: #fff;
    box-shadow: 0 5px 50px rgba(0, 0, 0, 0.15);
}


/*navigationBarContent*/

.navigationBarContent {
    position: relative;
    height: auto;
}

.navbar {
    min-height: 40px;
}

.navbar-brand {
    display: inline-block;
    margin-top: 10px;
    height: auto;
    padding: 0;
    position: relative;
    top: 0;
    transition: all 500ms;
}

.navbar-brand img {
    height: 85px;
    transition: all 1000ms;
    transform: scale(1);
    position: relative;
    top: 0;
    left: 0;
}

.navbar-nav {
    margin-top: 0;
}

.navbar-collapse {
    float: right;
    padding-right: 0;
}

.navbar-default {
    background: transparent;
    border: none;
    margin: 0;
}


/*navbar-collapse*/

.navbar-collapse>ul>li {
    margin: 0;
    color: #000;
    height: 100px;
    line-height: 100px;
    padding: 0;
    position: relative;
    transition: all 500ms;
    font-family: 'Assistant', sans-serif;
}

.navbar-collapse>ul>li:last-child {
    border: none;
}

.navbar-collapse>ul>li>a {
    display: block;
    color: inherit !important;
    padding: 0 15px;
    margin: 0 1px;
    height: inherit;
    line-height: inherit;
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
}

.navbar-collapse>ul>li:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 5px;
    background: #be811a;
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

.navbar-collapse>ul>li:hover:before,
.navbar-collapse>ul>li.active:before {
    /*width: 100%;
    left: 0;*/
    top: 0;
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li:hover>a,
.navbar-collapse>ul>li.active>a {
    color: #333 !important;
    background: transparent !important;
    /*color: #be811a !important;*/
}

.navbar-collapse.in {
    overflow-y: initial !important;
}


/*loginBtn*/

.navbar-collapse>ul>li.loginBtn {
    color: #fff;
}

.navbar-collapse>ul>li.loginBtn>a {
    background: #be811a;
    color: inherit;
    text-transform: none;
    font-weight: 600;
}

.navbar-collapse>ul>li.loginBtn:hover {
    background: #404041;
    color: #fff !important;
}

.navbar-collapse>ul>li.loginBtn:hover>a {
    color: inherit !important;
}

.navbar-collapse>ul>li.loginBtn:before {
    display: none;
}


/*drop down menu*/

.navbar-collapse>ul>li>ul {
    /*display: block;*/
    width: 180px;
    height: auto;
    position: absolute;
    top: 100%;
    /*top: 87px;*/
    left: 0;
    margin: 0;
    background: #fff;
    /*visibility: hidden;
    opacity: 0;*/
    z-index: 10;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms ease-in-out;
    padding: 0;
    border-radius: 0;
    border: none;
}

.navbar-collapse>ul>li>ul:before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    top: -5px;
    left: 20px;
    transform: rotate(45deg);
}


/* .navbar-collapse>ul>li:hover>ul {
    left: 0;
    visibility: visible;
    opacity: 1;
} */

.navbar-default .navbar-nav>.open>a,
.nav .open>a {
    background: transparent !important;
}

.navbar-collapse>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 15px;
    transition: all 300ms ease-in-out;
    position: relative;
    line-height: normal;
    height: auto;
}

.navbar-collapse>ul>li>ul>li>a {
    display: block;
    padding: 15px;
    color: #222;
    height: auto;
    line-height: normal;
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li>ul>li:hover {
    background: #be811a;
}

.navbar-collapse>ul>li>ul>li:hover>a {
    color: #fff;
    background: transparent;
}

.navbar-collapse>ul>li>ul>li>span.separator {
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
    text-align: center;
}

.navbar-collapse>ul>li>ul>li:hover>span.separator {
    color: #fff;
}

.navbar-collapse>ul>li>ul>li>a>.fa-angle-right {
    display: inline-block;
    float: right;
    position: relative;
    top: 5px;
}

.navbar-collapse>ul>li>ul>li:last-child {
    border-bottom: none;
}


/*double dropdown*/

.navbar-collapse>ul>li>ul>li>ul {
    display: block;
    width: 180px;
    height: auto;
    position: absolute;
    left: 100%;
    line-height: normal;
    top: 0;
    background: #fff;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

.navbar-collapse>ul>li>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 13px;
    transition: all 300ms ease-in-out;
    position: relative;
}

.navbar-collapse>ul>li>ul>li>ul>li>a {
    display: block;
    padding: 5px 15px;
    color: #222;
    font-size: 15px;
    font-size: inherit;
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover {
    background: #be811a;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover>a {
    color: #fff;
}


/*navigationBarScroll*/

.navigationBarScroll {
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 99999;
}

.navigationBarScroll .navbar-brand {
    margin-top: 5px;
}

.navigationBarScroll .navbar-brand img {
    transform: scale(0.6);
    top: -18px;
    left: -44px;
}

.navigationBarScroll .navbar-collapse>ul>li {
    height: 60px;
    line-height: 60px;
}


/*bannerSection*/

.bannerSection {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #eee;
}

#bannerSlider,
#bannerSlider .owl-wrapper-outer,
#bannerSlider .owl-wrapper-outer .owl-wrapper,
#bannerSlider .owl-wrapper-outer .owl-wrapper .owl-item,
#bannerSlider .owl-wrapper-outer .owl-wrapper .owl-item .item {
    height: 100%;
}

#bannerSlider .owl-wrapper-outer .owl-wrapper .owl-item .item {
    width: 100%;
    overflow: hidden;
}

#bannerSlider .owl-controls {
    position: absolute;
    width: auto;
    bottom: 50px;
    right: 8%;
    z-index: 2;
}

#bannerSlider .owl-controls .owl-page span {
    width: 20px !important;
    height: 20px !important;
    margin: 0 3px !important;
    background: #fff !important;
}

.bannerSection .bannerSlideBlock,
.bannerSection .bannerSlideImg {
    width: 100%;
    height: 100%;
}

.bannerSection .bannerSlideImg {
    display: block;
    position: relative;
    background-size: cover !important;
}

.bannerSection .bannerSlideImg:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: -linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.0));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.0));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.0));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.0));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.0)); */
    background: #000;
    opacity: 0.2;
}

.bannerSection .bannerSlideBlock {
    display: table;
    position: absolute;
    z-index: 2;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    overflow: hidden;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner {
    display: block;
    width: 50%;
    color: #fff;
    padding: 60px 0;
    position: relative;
    z-index: 2;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 {
    display: block;
    font-weight: 300;
    font-size: 30px;
    position: relative;
    font-family: 'Assistant', sans-serif;
    transition: all 900ms;
    text-shadow: 0px 9px 9px rgba(0, 0, 0, 0.5);
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 strong {
    display: block;
    font-weight: 900;
    position: relative;
    font-family: 'Assistant', sans-serif;
    transition: all 800ms;
    font-size: 46px;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn {
    height: 60px;
    line-height: 60px;
    padding: 0 35px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn:hover {
    text-shadow: none;
}


/*bannerStrip*/


/* .bannerStrip {
    display: block;
    position: absolute;
    width: 100%;
    height: 200px;
    bottom: 0;
    left: 0;
    right: 0;
}
.bannerStrip svg {
    position: absolute;
    bottom: 0;
    transform: rotate(180deg);
}
.svgShaper-shape-fill {
    fill: rgba(116,154,3,0.45);
} */


/*social-media-links*/

.social-media-links {
    display: block;
    position: absolute;
    top: 40%;
    left: 5px;
    z-index: 50;
    transition: all 500ms;
}

.social-media-links ul {
    margin: 0;
    padding: 0;
}

.social-media-links ul li {
    display: block;
    clear: both;
}

.social-media-links ul li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    /*opacity: 0.5;*/
    text-align: center;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}

.social-media-links ul li a span {
    display: none;
}

.social-media-links ul li a i {
    width: inherit;
    height: inherit;
    line-height: inherit;
    color: inherit;
    font-size: inherit;
    transition: all 500ms;
    position: relative;
    left: 10px;
}

.social-media-linksScrolled {
    left: 0
}

.social-media-linksScrolled ul li a {
    opacity: 1;
    text-shadow: none;
    font-size: 18px;
}

.social-media-linksScrolled ul li a i.fa-facebook-square {
    background: #3a589e;
    transition: all 300ms;
}

.social-media-linksScrolled ul li a i.fa-twitter {
    background: #3b98d3;
    transition: all 500ms;
}

.social-media-linksScrolled ul li a i.fa-linkedin-square {
    background: #0b75b3;
    transition: all 700ms;
}

.social-media-linksScrolled ul li a i.fa-google-plus-circle {
    background: #e1493b;
    transition: all 900ms;
}

.social-media-linksScrolled ul li a i.fa-pinterest {
    background: #bf2025;
    transition: all 1100ms;
}

.social-media-linksScrolled ul li a i {
    left: 0;
}

.social-media-linksScrolled ul li a:hover i {
    background: #be811a;
    color: #fff;
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.25);
}


/* about us section */

.aboutussection {
    position: relative;
    padding: 60px 0px;
    clear: both;
}

.aboutussection p {
    font-size: 16px;
}


/* featursSection */

.featursSection {
    position: relative;
    padding: 60px 0px;
    display: block;
    width: 100%;
}

.section-parallax3 .section-parallax3-block {
    display: block;
    position: relative;
    padding: 70px 0;
    min-height: 500px;
    z-index: 2;
}

.section-parallax3 .section-parallax3-block:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -300%;
    bottom: 0;
    right: -15px;
    background: #fff;
}


/* mobile screen slider */

.featursSection .featursSectionSlider {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.featursSection #mobileslider,
.featursSection #mobileslider .owl-wrapper-outer,
.featursSection #mobileslider .owl-wrapper,
.featursSection #mobileslider .owl-item,
.featursSection #mobileslider .item {
    height: 100%;
}

.featursSection #mobileslider .item,
.featursSection #mobileslider .item .overSlideBlock {
    width: 100%;
    height: 100%;
}

.featursSection #mobileslider .item .overSlideBlock {
    background-size: cover !important;
}

.featursSection #mobileslider .owl-controls {
    display: block;
    width: 250px;
    position: absolute;
    z-index: 2;
    right: 0;
    margin: 0;
    bottom: 20px;
    text-align: right;
    text-align: center;
}

.featursSection .owl-theme .owl-controls .owl-page span {
    background: #fff;
}

.featursSection .television1 {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 999;
    float: left;
}

.televisionInner {
    background: #fff;
    position: absolute;
    overflow: hidden;
    top: 6.5%;
    left: 21.5%;
    right: 21.5%;
    bottom: 8%;
    z-index: 2;
    border-radius: 20px;
}

@media (max-width: 1366px) {
    .overviewServBlock {
        margin-bottom: 25px;
    }
    .overviewServBlock>h3 {
        font-size: 22px;
    }
    .overviewServBlock>p {
        font-size: 13px;
    }
    .overviewServBlock {
        padding-left: 80px;
    }
    .overviewServBlock>a {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 30px;
    }
}


/*section-parallax3-iconblock*/

.section-parallax3-iconblock {
    display: block;
    position: relative;
    padding: 10px 16px 10px 140px;
    margin-bottom: 30px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, .2);
    border-radius: 10px;
}

.section-parallax3-iconblock>span {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    background: transparent;
    border: solid 3px #d7025c;
    color: #d7025c;
    font-size: 38px;
    position: absolute;
    left: 10px;
    transition: all 400ms;
    top: 15px;
}

.section-parallax3-iconblock:hover>span {
    background: #d7025c;
    color: #fff;
}

.section-parallax3-iconblock>h3 {
    display: block;
    font-size: 26px;
    font-weight: 600;
}

.section-parallax3-iconblock>p {
    font-size: 16px;
    font-weight: 400;
}


/* key indicators */

.keyIndicatorsSection {
    display: block;
    clear: both;
    position: relative;
    width: 100%;
    height: auto;
    padding: 80px 0px;
    background: url('../images/contactUsSectionCol.jpg') no-repeat fixed 100% 0;
    backface-visibility: hidden;
    background-size: cover;
    overflow: hidden;
    color: #fff;
}

.keyIndicatorsSection::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.8;
}

.keyIndicatorsSection .project-fig {
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 20px;
    transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -ms-transition: all 0.4s ease-in 0s;
}


/* .keyIndicatorsSection .project-fig i {
    padding: 12px;
    border-radius: 50%;
    margin-bottom: 15px;
    width: 80px;
    height: 80px;
    line-height: 57px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    background-color: #5F924F;
    color: #fff;
    font-size: 40px;
} */

.project-fig figure {
    display: block;
    margin: 0 auto 30px auto;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 30px;
    background: #02b745;
    position: relative;
}

.project-fig figure:before {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: solid 5px #02b745;
    opacity: 0.2;
    border-radius: 50%;
}

.keyIndicatorsSection .project-fig h3 {
    color: #fff;
    font-size: 36px;
}

.keyIndicatorsSection .project-fig h4 {
    color: #fff;
    margin: 0px;
}


/*footerSection*/

.footerSection {
    display: block;
    padding: 60px 0px 10px 0px;
    background: #FFF;
    position: relative;
    color: #000;
    box-shadow: inset 0px 0px 75px rgba(0, 0, 0, .2);
    font-size: 16px;
}

.productFooter {
    padding: 45px 0px 30px 0px !important;
}

.footerBlock img {
    margin: 50px auto;
    text-align: center;
}

.footerlogo {
    margin: 10px auto !important;
    text-align: center;
    width: 20%;
    display: block;
}

.getText {
   text-align: center;
    display: block;
    font-size: 20px;
    color: #c28621;
    font-weight: 600;
    margin-top: 25px;
}

.getText:hover {
    text-decoration: underline;
}

.footerBlock p {
    color: #333;
    line-height: 26px;
    font-size: 16px;
}

.footerBlock h4 {
    color: #333;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 10px
}

.footerBlock h5 {
    color: #333;
    margin-top: 20px;
    font-weight: 700;
}

.footer-links p i {
    color: #be811a;
    font-size: 16px;
    margin-left: -12px;
}

.footerBlock ul li {
    margin-bottom: 10px;
    margin-left: 10px;
}

.footerBlock ul li a {
    color: #333;
    font-weight: 600;
}

.footerBlock ul li a:hover {
    color: #be811a;
    text-decoration: none;
}

.addressInfo p {
    margin-bottom: 5px;
    color: #333;
    font-size: 16px;
}

.footer-copy {
    color: #333;
    font-weight: 700;
    border-top: dotted 1px rgba(0, 0, 0, 0.3);
    padding-top: 20px;
    margin-top: 20px;
}

.footer-copy p {
    font-size: 16px;
}

.footer-copy span {
    margin-right: 20px;
    margin-left: 20px;
}

.footer-copy span a {
    color: #00aeef;
    font-weight: 800;
}


/*footerSocial*/

.footerSocial {
    display: block;
    clear: both;
    width: 100%;
    text-align: center;
    margin: 10px 0px;
}

.footerSocial ul {
    display: block;
    margin: 0;
    padding: 0 0 0 0;
}

.footerSocial ul li {
    list-style-type: none;
    display: inline-block;
    margin:5px 0px;
}

.footerSocial ul li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    border-radius: 50%;
    transition: all 400ms;
    text-shadow: -3px 2px 5px rgba(0, 0, 0, 0.5);
}

.footerSocial ul li a.fb {
    background: #204385;
}

.footerSocial ul li a.insta {
    background: #ca2128;
}

.footerSocial ul li a.link {
    background: #02669a;
}

.footerSocial ul li a.twitter {
    background: #2aa9e0;
}

.footerSocial ul li a.wp {
    background: #00e676;
}

.footerSocial ul li a:hover {
    background: #404041;
    color: #fff;
    border-color: transparent;
}


/* card pricing page */

.pricingSection {
    padding: 150px 0px;
    position: relative;
    clear: both;
    width: 100%;
    text-align: center;
}

.card {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -ms-transition: all 0.4s ease-in 0s;
}

.card:hover {
    transform: scale(1.04);
}

.card-header {
    padding: 25px 15px;
    background-color: rgba(0, 0, 0, .03);
}

.grad-hr {
    height: 4px;
    border: none;
    background: rgb(138, 194, 73);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(138, 194, 73, 1) 1%, rgba(3, 168, 243, 1) 50%, rgba(255, 82, 82, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(138, 194, 73, 1) 1%, rgba(3, 168, 243, 1) 50%, rgba(255, 82, 82, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(138, 194, 73, 1) 1%, rgba(3, 168, 243, 1) 50%, rgba(255, 82, 82, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8ac249', endColorstr='#ff5252', GradientType=1);
    /* IE6-9 */
    margin: 0 0;
}

hr {
    margin: 0px;
}

.card-body {
    padding: 20px;
}

.card-header h5 {
    color: #90a4ae;
    font-weight: 600;
}

.card-header h2 {
    color: #333333;
    font-weight: 700;
}

.card-header h4 {
    color: #000;
    font-weight: 700;
    font-size: 28px;
    margin: 0px;
}


/* privacy-policy page */

.privacy-policy {
    padding: 150px 0px 60px 0px;
    display: block;
    width: 100%;
}

.privacy-policy p {
    font-size: 16px;
}

.privacy-policy h4 {
    font-weight: 600;
}


/* contactpage */

.contactpage {
    clear: both;
    width: 100%;
    padding: 180px 0px 100px 0px;
    position: relative;
    display: block;
}

.contactpage h3 {
    font-weight: 600;
    color: #333333;
}

.contactpage p {
    font-size: 16px;
}

.contctinfo p a i {
    color: #333333;
}


/*misc*/

.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 10px;
}

.heading-center h2 {
    margin-bottom: 0;
}

.heading,
.heading2 {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.heading2 small {
    font-size: 18px;
    color: #be811a;
}

.heading small {
    display: block;
    font-size: 50%;
    font-weight: inherit;
    color: inherit;
}

.heading small a,
.heading2 small a {
    color: inherit;
}


/* .heading:after, .heading-center:after, .heading2:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #be811a;
    position: absolute;
} */

.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
    bottom: 0;
}

.heading:after {
    left: -120px;
    top: 10px;
}

.heading2:after {
    bottom: 0;
    left: 0;
}

.heading span,
.heading-center span,
.heading2 span {
    color: #999;
    display: block;
    font-weight: normal;
    font-family: 'Assistant', sans-serif;
}

.heading-center span {
    font-size: 26px;
}

.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #fff;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #be811a !important;
    border-color: transparent !important;
    color: #fff;
}

.btn {
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}

.btn:hover,
.btn:focus,
.btn:active {
    box-shadow: 0 6px 50px rgba(0, 0, 0, 0.2);
}

.btn-primary {
    border: none;
    background: #be811a !important;
    color: #fff;
    border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #5d5f64 !important;
    color: #fff;
}

.btn-rounded {
    border-radius: 50px !important;
}

.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}

.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}

.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}

.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}

.space15 {
    display: block;
    padding: 15px;
    clear: both;
}

.centertext,
.center {
    text-align: center;
}

.white {
    color: white;
}

.container {
    position: relative;
    z-index: 10;
}


/**********scrollUp**********/

.scrollup {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    opacity: 0.9;
    position: fixed;
    bottom: 50px;
    right: 20px;
    color: #fff;
    font-size: 26px;
    display: none;
    background: #be811a;
    z-index: 200;
}

.scrollup:hover {
    background: #7A1713;
    opacity: 1;
    color: #fff;
}


/* product page visiting card */

.innerBannerSection {
    display: block;
    width: 100%;
    height: 260px;
    position: relative;
    overflow: hidden;
    color: #fff;
    clear: both;
}

.innerBannerSection:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.5;
}

.innerBannerSection>div.innerBannerImg {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover !important;
}

.innerBannerSection .InnerBlock {
    position: absolute;
    display: block;
    bottom: 60px;
}

.ShareBlock {
    position: absolute;
    bottom: 50px;
}


/* Add To Contact Button */

.addcontactBtn {
    background: #be811a;
    font-size: 18px;
    border-radius: 20px;
    padding: 5px 10px;
}


/* Share Buttons */

.share-button {
    position: absolute;
    height: 36px;
    top: 50%;
    margin-top: -17px;
    width: 220px;
    left: 50%;
    margin-left: -65px;
    background: #be811a;
    border-radius: 20px;
    overflow: hidden;
    line-height: 36px;
    user-select: none;
}

.share-button {
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.share-button:hover {
    color: #02b745;
}


/*----- FIX overflow + transform + border-radius ---*/

.share-button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    box-shadow: 0 0 0 50px #be811a;
    box-sizing: content-box;
    transform: translate(0, 0);
    border-radius: 50px;
    z-index: 3;
    pointer-events: none;
}

.lid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 20px;
    transition: 300ms ease all;
    transform-origin: 0 0;
    cursor: default;
    z-index: 4;
    font-size: 18px;
    text-align: center;
    color: #333;
}

.open .lid {
    transform: rotateX(90deg);
}

.share-item {
    display: block;
    background: #fff;
    text-decoration: none;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    float: left;
    margin-left: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    transition: 500ms ease all;
}

.shareicons {
    text-align: center;
}

.shareicons a {
    background: #fff;
    text-decoration: none;
    height: 50px;
    width: 50PX;
    text-align: center;
    line-height: 50PX;
    border-radius: 50%;
    display: inline-block;
    margin-left: 3px;
    box-shadow: 0 0px 10PX rgba(0, 0, 0, 0.2);
    transition: 500ms ease all;
    margin: 15px;
    font-size:24px;
}

.shareicons a:hover {
    background: #333;
}
.shareicons a:hover span {
    color: #fff;
}
.share-item:active,
.share-item:hover {
    background: #333333;
    transition: 50ms ease all;
    color: #fff !important;
}
.share-item:hover span {
    color: #fff !important;
}
.share-item span.fa-facebook,
.shareicons .fa-facebook {
    color: #204385;
}
.share-item span.fa-twitter,
.shareicons .fa-twitter {
    color: #2aa9e0;
}
.share-item span.fa-linkedin,
.shareicons span.fa-linkedin {
    color: #02669a;
}
.share-item span.fa-instagram,
.shareicons span.fa-instagram {
    color: #ca2128;
}
.share-item span.fa-envelope,
.shareicons span.fa-envelope {
    color: #ee171e;
}
.share-item span.fa-whatsapp,
.shareicons span.fa-whatsapp {
    color: #00e676;
}
.share-item:nth-child(1) {
    transform: translateX(200px) rotate(180deg);
}
.share-item:nth-child(2) {
    transform: translateX(400px) rotate(200deg);
}
.share-item:nth-child(3) {
    transform: translateX(580px) rotate(220deg);
}
.share-item:nth-child(4) {
    transform: translateX(740px) rotate(240deg);
}
.share-item:nth-child(5) {
    transform: translateX(880px) rotate(260deg);
}
.share-item:nth-child(6) {
    transform: translateX(1000px) rotate(280deg);
}
.open .share-item {
    transform: translateX(0) rotate(0);
    margin-left: 3px;
}
.share-items {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 3px 0;
    width: 233px;
}
.share-items-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 267px;
    left: 50%;
    margin-left: -133.5px;
}
.shared .share-item {
    transform: translateY(200px);
}
.shared .share-item:nth-child(1) {
    transition: 200ms cubic-bezier(.32, -0.22, .9, .93) all;
}
.shared .share-item:nth-child(2) {
    transition: 600ms cubic-bezier(.32, -0.22, .9, .93) all;
}
.shared .share-item:nth-child(3) {
    transition: 1000ms cubic-bezier(.32, -0.22, .9, .93) all;
}
.shared .share-item:nth-child(4) {
    transition: 1400ms cubic-bezier(.32, -0.22, .9, .93) all;
}
.shared .share-item:nth-child(5) {
    transition: 1800ms cubic-bezier(.32, -0.22, .9, .93) all;
}
.shared .share-item:nth-child(6) {
    transition: 2200ms cubic-bezier(.32, -0.22, .9, .93) all;
}

/* vcardsection */
.vCardSection {
    position: relative;
    clear: both;
    padding: 80px 0px;
    color: #000;
    background: #fff;
}
.vCardBlock {
    border: 4px solid #404041;
    height: auto;
    width: 100%;
    /* background: #eee; */
    
    padding: 0px;
    position: relative;
}
.Whatsappsearch {
    width: 100%;
    display: block;
    clear: both;
}
.Whatsappsearch .input-group .form-control {
    height: 42px;
    border: none;
}
.Whatsappsearch .input-group-btn>.btn {
    height: 42px;
    font-size: 16px;
    font-weight: 600;
    background: #2ab200;
    border: none !important;
    margin-right: -1px;
    color: #fff;
}
.logoBg {
    display: block;
    width: 100%;
    height: 290px;
    position: relative;
    overflow: hidden;
    color: #fff;
    clear: both;
}
.logoBg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.1;
}
.logoBg>div.logoBgImg {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover !important;
}
.vcardLogo {
    width: 180px;
    height: 180px;
    line-height: 180px;
    margin: 0 auto;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    left: -227px;
    right: 0;
    top: 230px;
    background: #fff;
}
.vcardLogo img {
    width: 100%;
    margin: 0 auto;
    border: 4px solid #fefeff;
    background-color: white;
    border-radius: 100%;
}
.vCardBlock .title {
    padding: 10px;
    text-align: left;
    float: right;
    width: 54%;
}
.vCardBlock .title h1 {
    font-size: 30px !important;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 8px;
}
.vCardBlock .description {
    font-size: 20px;
    opacity: 0.5;
}
.callActionBlock {
    padding: 15px;
}
.callActionBlock .col-sm-12 {
    padding: 0px;
}
.callActionBlock .col-sm-12:nth-of-type(even) {
    background: transparent
}
.ActionBlock {
    border: 1px solid #d8d8d8;
    display: block;
    padding: 5px;
    width: 100%;
    overflow: hidden;
    line-height: 25px;
    clear: both;
}
.ActionBlock:hover {
    background: #333333;
    color: #fff;
}
.ActionBlock i {
    font-size: 36px;
    float: left;
    padding: 8px 14px;
    width: 15%;
}
.ActionBlockRight {
    display: inline-block;
    width: 85%;
}
.ActionBlockRight p {
    font-size: 22px;
    overflow: hidden;
    /* white-space: nowrap; */
    
    text-overflow: ellipsis;
    margin-bottom: 0;
    display: inline-block;
    padding-top: 13px;
    text-decoration: underline;
}
.ActionBlockRight p:first-child {
    font-weight: bold;
    text-decoration: none;
    margin-right: 15px;
}

/* tab section */
.tabs-left {
    border-bottom: none;
    border-right: 0px;
    background: #eee;
}
.tabs-left>li {
    float: none;
    margin: 0px;
    font-size: 16px;
    border-bottom: 1px solid #d8d8d8;
}
.nav-tabs>li>a {
    padding: 15px 10px;
    font-weight: 600;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
    background: #333333;
    border: none;
    border-radius: 0px;
    margin: 0px;
    color: #fff;
}
.nav-tabs>li>a:hover {
    /* margin-right: 2px; */
    
    line-height: 1.42857143;
    border: 1px solid transparent;
    /* border-radius: 4px 4px 0 0; */
}
.tabs-left>li.active>a::after {
    content: "";
    position: absolute;
    top: 16px;
    right: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #333333;
    display: block;
    width: 0;
}
.vCardSection .tab-content {
    background: #fff;
    padding: 40px;
    font-size: 18px;
}

/* about info */
.aboutInfoBlock {
    display: block;
}
.aboutInfoBlock p {
    font-size: 18px;
}
.aboutInfo {
    padding: 10px;
}
.aboutInfo a {
    color: #333333;
}
.aboutInfo a:hover {
    text-decoration: underline;
}
.aboutInfo li {
    border-top: 2px solid #d5d5d5;
    padding: 10px 0px;
}

/*mediaGallerySection*/
.mediaGallerySection {
    display: block;
    clear: both;
    height: auto;
    position: relative;
    padding: 0px;
    overflow: hidden;
}
.mediaGallerySection>.row {
    margin-left: -3px;
    margin-right: -3px;
}
.mediaGallerySection>.row>.col-md-6 {
    padding-left: 3px;
    padding-right: 3px;
}
.mediaGallerySection>.row>.col-md-6 .galleryBlock {
    display: block;
    margin-bottom: 6px;
}
.galleryBlock {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
}
.galleryBlock:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -120%;
    background: #512c55;
    transform: skew(20deg);
    transition: all 500ms;
}
.galleryBlock:hover:before {
    left: 0;
    opacity: 0.9;
    transform: skew(0deg);
}
.galleryBlock span {
    display: block;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    padding: 50px 30px;
    color: #fff;
    z-index: 2;
    font-size: 22px;
    line-height: 28px;
    visibility: hidden;
    opacity: 0;
    transition: all 600ms;
    text-align: center;
}
.galleryBlock span small {
    display: block;
    font-size: 14px;
    line-height: 18px;
}
.galleryBlock:hover span {
    visibility: visible;
    opacity: 1;
    left: 0;
    top: 0;
}
.galleryBlock span i {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    text-align: center;
    border-radius: 100%;
    font-size: 22px;
    position: relative;
    top: 10px;
    left: 0;
    right: 0;
    transition: all 700ms;
    margin: 0 auto;
}
.galleryBlock:hover span i {
    left: 0;
}

/* Company Profile */
.companyProfile p {
    font-size: 18px;
}
.companyProfile h4 {
    margin-bottom: 2px;
    font-weight: 600;
}
.pointlist {
    list-style: none;
    padding: 0;
    margin: 5px 0 20px;
    position: relative;
    color: #333;
}
.pointlist li {
    list-style: none;
    padding: 5px 0px;
    text-align: left;
    padding-left: 35px;
    position: relative;
}
.pointlist li::before {
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #be811a;
    font-size: 18px;
    display: inline-block;
    padding-right: 0.5em;
    position: absolute;
    top: 7px;
    left: 15px;
}

/* messageFormSec */
.messageFormSec {
    display: block;
}

/****  floating-Lable style start ****/
.floating-form {
    width: 100%;
    margin: 0 auto;
    clear: both;
    padding: 20px 10px;
    border-radius: 5px;
}
.floating-label {
    position: relative;
    margin-bottom: 20px;
}
.floating-input,
.floating-select {
    font-size: 18px;
    padding: 4px 4px;
    display: block;
    width: 100%;
    height: 30px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #757575;
    color: #999;
}
.floating-input:focus,
.floating-select:focus {
    outline: none;
    border-bottom: 2px solid #c59f5f;
}
.floating-form label {
    color: #999;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 5px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.floating-input:focus~label,
.floating-input:not(:placeholder-shown)~label {
    top: -18px;
    font-size: 14px;
    color: #c59f5f;
}
.floating-select:focus~label,
.floating-select:not([value=""]):valid~label {
    top: -18px;
    font-size: 14px;
    color: #c59f5f;
}

/* active state */
.floating-input:focus~.bar:before,
.floating-input:focus~.bar:after,
.floating-select:focus~.bar:before,
.floating-select:focus~.bar:after {
    width: 50%;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.floating-textarea {
    min-height: 80px;
    max-height: 260px;
    overflow: hidden;
    overflow-x: hidden;
}
.floating-label p {
    color: red;
}

/* highlighter */
.highlight {
    position: absolute;
    height: 50%;
    width: 100%;
    top: 15%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
.floating-input:focus~.highlight,
.floating-select:focus~.highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* animation */
@-webkit-keyframes inputHighlighter {
    from {
        background: #ddd;
    }
    
    to {
        width: 0;
        background: transparent;
    }
}
@-moz-keyframes inputHighlighter {
    from {
        background: #ddd;
    }
    
    to {
        width: 0;
        background: transparent;
    }
}
@keyframes inputHighlighter {
    from {
        background: #ddd;
    }
    
    to {
        width: 0;
        background: transparent;
    }
}
.tabBlock li a i,
.AccordianBlock i {
    font-size: 18px;
}

/* Accordian Section */
.AccordianBlock {
    /* display: block;
    clear: both; */
}
.AccordianBlock div[class*='col-'] {
    padding: 0 30px;
}
.AccordianBlock .wrap {
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
}
.AccordianBlock a:focus,
.AccordianBlock a:hover,
.AccordianBlock a:active {
    outline: 0;
    text-decoration: none;
}
.AccordianBlock .panel {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #fff;
    background: none;
    box-shadow: none;
}
.AccordianBlock .panel:last-child {
    border-bottom: none;
}
.AccordianBlock .panel-group>.panel:first-child .panel-heading {
    border-radius: 4px 4px 0 0;
}
.AccordianBlock .panel-group .panel {
    border-radius: 0;
}
.AccordianBlock .panel-group .panel+.panel {
    margin-top: 0;
}
.AccordianBlock .panel-heading {
    background-color: #333333;
    border-radius: 0;
    border: none;
    color: #fff;
    padding: 0;
}
.AccordianBlock .panel-title a {
    display: block;
    color: #fff;
    padding: 15px;
    position: relative;
    font-size: 18px;
    font-weight: 400;
}
.AccordianBlock .panel-body {
    background: #fff;
    font-size: 18px;
    padding: 30px;
}
.AccordianBlock .panel:last-child .panel-body {
    border-radius: 0 0 4px 4px;
}
.AccordianBlock .panel:last-child .panel-heading {
    border-radius: 0 0 4px 4px;
    transition: border-radius 0.3s linear 0.2s;
}
.AccordianBlock .panel:last-child .panel-heading.active {
    border-radius: 0;
    transition: border-radius linear 0s;
}

/* #accordion rotate icon option */
.AccordianBlock #accordion .panel-heading a:before {
    content: '\f107';
    font-size: 24px;
    position: absolute;
    font-family: FontAwesome;
    right: 15px;
    top: 15px;
    transform: rotate(180deg);
    transition: all 0.5s;
}
.AccordianBlock #accordion .panel-heading.active a:before {
    transform: rotate(0deg);
    transition: all 0.5s;
}

/* Login Page */
.loginPageSection {
    position: relative;
    padding: 150px 0px;
    clear: both;
    width: 100%;
    background-image: linear-gradient(to right top, #333333, #cb0061, #e1471f, #c59100, #be811a);
}
.LoginBlock {
    width: 50%;
    margin: 0 auto;
}
.myform {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 1.1rem;
    outline: 0;
    max-width: 500px;
    padding: 30px;
}
.myform a {
    font-size: 18px;
    color: blue;
}
.myform a:hover {
    text-decoration: underline;
}
.mybtn {
    border-radius: 50px;
    text-transform: uppercase;
}
.login-or {
    position: relative;
    color: #aaa;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.span-or {
    display: block;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -25px;
    background-color: #fff;
    width: 50px;
    text-align: center;
}
.hr-or {
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

/*media queries*/
@media (max-width: 1400px) {}
@media (max-width: 1280px) {
    .social-media-links {
        top: 18%;
    }
}
@media (max-width: 1200px) {
    .container {
        width: auto;
        padding: 0 40px;
    }
    
    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner {
        padding: 30px 0;
    }
    
    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 {
        font-size: 32px;
    }
    
    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
    
    .social-media-links ul li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    
    .social-media-linksScrolled ul li a {
        font-size: 14px;
    }
}
@media (max-width: 1024px) {}
@media (max-width: 991px) {}
@media (max-width: 875px) {
    .navigationBar {
        height: auto;
    }
    
    .navbar-brand {
        margin-bottom: 12px;
    }
    
    .navbar-collapse {
        float: none;
        clear: both;
        width: 100%;
        padding: 0;
        border-top: none;
    }
    
    .navbar-collapse>ul>li {
        height: 40px;
        line-height: 40px;
    }
    
    .social-media-links {
        display: none;
    }
}
@media (max-width: 768px) {
    .navigationBarContent {
        padding-bottom: 0;
    }
    
    .innerBannerSection {
        display: none;
    }
    /* Visiting card css */
    
    .tabBlock {
        display: none;
    }
    
    .vCardSection,
    .vCardSection>.container {
        padding: 0px;
        overflow: hidden;
    }
    
    .vCardBlock .title h1 {
        font-size: 24px !important;
    }
    
    .vCardBlock .description {
        font-size: 18px;
    }
    
    .ActionBlockRight p {
        font-size: 16px;
    }
    
    .vcardLogo {
        width: 150px;
        height: 150px;
        line-height: 150px;
        margin: 0 auto;
        text-align: center;
        border-radius: 100%;
        position: absolute;
        left: -168px;
        right: 0;
        top: 170px;
        background: #fff;
    }
    
    .logoBg {
        height: 220px;
    }
    
    .AccordianBlock {
        display: block;
        clear: both;
    }
}
@media (max-width: 767px) {
    .navigationBar {
        background: #fff;
        position: relative;
    }
    
    .navbar-toggle {
        border-radius: 0;
        margin-right: 0;
        border: none;
        margin-top: 30px;
    }
    
    .navbar-brand img {
        height: 65px;
    }
    
    .navbar-nav {
        margin: 0;
    }
    
    .navbar-collapse>ul>li::before {
        display: none;
    }
    
    .navbar-collapse>ul>li {
        border-bottom: solid 1px rgba(0, 0, 0, 0.1);
        height: auto;
        line-height: normal;
    }
    
    .navbar-collapse>ul>li>a {
        padding: 15px;
    }
    
    .navbar-collapse>ul>li>a:hover,
    .navbar-collapse>ul>li>a:focus,
    .navbar-collapse>ul>li>a:active {
        background: #be811a !important;
        color: #fff !important;
    }
    
    .navbar-collapse>ul>li>ul {
        background: #fff !important;
    }
    
    .navbar-collapse>ul>li>ul:before {
        display: none;
    }
    
    .overview-section {
        padding: 50px 0;
    }
    
    .container {
        padding: 0 20px;
    }
    
    .bannerSection {
        height: 400px;
    }
    
    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner {
        display: block;
        width: 80%;
    }
    
    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 strong {
        font-size: 32px;
    }
    
    .loginPageSection {
        position: relative;
        padding: 100px 0px;
        clear: both;
    }
    
    .LoginBlock {
        width: 95%;
        margin: 0 auto;
    }
    
    .myform {
        padding: 20px;
    }
    
    .scrollup {
        right: 0;
        bottom: 0;
    }
    
    .footerMenu ul li {
        font-size: 16px;
        margin: 10px;
    }
    
    .footerMenu ul li a {
        font-size: inherit;
    }
    
    .footerMenu ul li a:after {
        display: none;
    }
    
    .footerlogo {
        margin: 5px auto !important;
        text-align: center;
        width: 65%;
        display: block;
    }
    
    .panel-group {
        margin-bottom: 0px;
    }
    
    .featursSection #mobileslider .owl-controls {
        display: block;
        width: 200px;
    }
}
@media (max-width: 650px) {
    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner {
        padding: 20px;
    }
    
    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 {
        font-size: 20px;
    }
    
    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn {
        padding: 10px 15px;
        font-size: 13px;
        height: auto;
        line-height: normal;
    }
    
    #bannerSlider .owl-controls {
        bottom: 0;
        right: 10px;
    }
}
@media (max-width: 330px) {
    .navbar-brand img {
        height: 58px;
    }
}
@media (min-width: 1400px) {
    .featursSection .television1 {
        display: inline-block;
        width: 76%;
        position: relative;
        z-index: 999;
        float: left;
        text-align: center;
        margin: 0 auto;
    }
}
@media (min-width: 769px) {
    /* .AccordianBlock {
        display: none;
    } */
}

.footerSocial ul li a.youtube {
    background: red;
}
.footerSocial ul li a.google {
       background: #4285F4;
}