html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
html{
    scroll-behavior: smooth;
}
ul li {
	list-style-type: none;
}
html {
	width: 100%;
	height: 100%;
}
a , a:hover {
	text-decoration: none !important;
}
button:focus , area:focus{
	outline: none !important;
}
img{
     -webkit-user-drag: none;
}
body {
	font-family: PTSerif-Regular, PTSerif-Bold ,Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	float: left;
	width: 100%;
	color: #000 !important;
}
@font-face {
	font-family: 'PTSerif-Bold';
	src: url('../css/fonts/PTSerif-Bold.eot');
	src: url('../css/fonts/PTSerif-Bold.woff') format('woff'), url('../css/fonts/PTSerif-Bold.ttf') format('truetype'), url('../css/fonts/PTSerif-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PTSerif-Regular';
	src: url('../css/fonts/PTSerif-Regular.eot');
	src: url('../css/fonts/PTSerif-Regular.woff') format('woff'), url('../css/fonts/PTSerif-Regular.ttf') format('truetype'), url('../css/fonts/PTSerif-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'RobotoSlab-Bold';
    src: url('../css/fonts/RobotoSlab-Bold.eot');
    src: url('../css/fonts/RobotoSlab-Bold.woff') format('woff'), url('../css/fonts/RobotoSlab-Bold.ttf') format('truetype'), url('../css/fonts/RobotoSlab-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato-Black';
    src: url('../css/fonts/Lato-Black.eot');
    src: url('../css/fonts/Lato-Black.woff') format('woff'), url('../css/fonts/Lato-Black.ttf') format('truetype'), url('../css/fonts/Lato-Black.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}



/**-------------------------
PreLoader CSS Starts
-------------------------**/

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: url(../images/pre-loader.gif) center no-repeat #ffffff;
}
body {
	opacity: 1;
	transition: 2s opacity;
}
.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none;
}

/**-------------------------
PreLoader CSS Ends
-------------------------**/

/**-------------------------
HOME PAGE CSS STARTS
-------------------------**/


/* Header Css Starts */

.logo-wrapper{
    padding: 40px 60px;
}
.logo-wrapper .custom-logo{
    max-width: 110px;
    width: 100%;
}
.banner-wrapper {
    background-image: url(../images/main-banner-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.banner-content{
    padding: 10px 0;
}
.banner-text h2{
	font-size: 74px;
	font-family: 'PTSerif-Bold';
    color: #fff;
    line-height: 86px;
}
.banner-img {
    text-align: center;
}
.buy-btn {
    margin: 26px 0;
    border: 1px solid #fed362;
    background: #fed362;
    display: inline-block;
    color: #000;
    padding: 20px 56px;
    border-radius: 8px;
    font-size: 24px;
    font-family: 'RobotoSlab-Bold';
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}
.buy-btn:hover{
	background-color: transparent;
	color: #fed362;
}
.btn-icon {
    display: inline-block;
    background-size: 100% auto;
    width: 32px;
    height: 16px;
    background-image: url(../images/btn-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 0.75rem;
    position: relative;
    left: 4px;
    transition: all ease .3s;
}
.buy-btn:hover .btn-icon {
    background-image: url(../images/btn-arrow-hover.png);
    left: 0.25rem;
    transition: all ease .3s;
}
.sub-text {
    margin: 40px 0 20px 0;
}
.tab-content .row {
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}
.sub-text p {
    color: #adadad;
    font-size: 16px;
    line-height: 22px;
    font-family: 'PTSerif-Regular';
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.scan-wrapper {
    margin: 22px 0px 0px 0px;
}
.scan-wrapper li {
    display: inline-block;
    text-align: center;
    margin: 0px 20px 0px 0px;
}
.scan-wrapper li p{
    margin-bottom: 0px;
    color: #7f7f7f;
    font-size: 20px;
    font-family: 'PTSerif-Regular';
    margin-top: 10px;
}


/* /Header Css Ends */

/* Navigation Css Starts */

.navigation-wrapper {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 22px 30px;
    -webkit-transition: background-color .3s ease-in,top .6s linear;
    transition: background-color .3s ease-in,top .6s linear;
    background-color: #fff;
    z-index: 500;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}
.navigation-wrapper ul{
	margin-bottom: 0;
}
.navigation-wrapper .main-menu {
    margin: 0;
    padding: 0;
    text-align: center;
}
.navigation-wrapper .main-menu li {
    position: relative;
    font-size: initial;
    line-height: normal;
    display: inline-block;
    position: relative;
    margin-right: 4px;
    margin-left: 4px;
}
.navigation-wrapper .main-menu li.active a , .navigation-wrapper .main-menu li:hover a{
    color: #111111;
}
.navigation-wrapper .main-menu li a {
    display: inline-block;
    padding: 5px 12px;
    -webkit-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;
    color: #6c6c6c;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 18px;
    font-family: 'PTSerif-Regular';
}

/* /Navigation Css Ends */


/*Home Section Css Starts*/

.bg-divider-dark{
	background-color: #f3f3f3 !important;
}
.main-wrapper{
	padding: 94px 0 50px 0;
	text-align: center;
    position: relative;
    z-index: 300;
    background-color: #ffffff;
}
.heading {
    padding: 20px 0;
}
.sub-heading h4 {
    font-size: 16px;
    letter-spacing: 2.5px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000;
    font-family: 'PTSerif-Regular';
}
.main-heading h2 {
    color: #111111;
    font-size: 50px;
    margin: 10px 0;
    font-family: 'PTSerif-Regular';
}
.main-heading h2 span{
    color: #dc9f00;
}
.portfolio-grid {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.portfolio-grid-item {
   display: inline-block;
    position: relative;
    width: 255px;
    border: 6px solid #f7f7f7;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    cursor: pointer;
    overflow: hidden;
    height: 538px;
    background: #1e1e1e;
}
.portfolio-grid-item img {
  max-width: 100%;
  height: auto;
  position: absolute;
  z-index: 0;
  margin: auto;
  left: 0;
  right: 0;
  padding: 0;
}


/*
.portfolio-grid-item:hover img{
    animation: moveSlideshow 4s linear;
}
@keyframes moveSlideshow {
     100% {
        transform: translateY(-60%);
     }
 }
*/
#homeLight .portfolio-grid-item , #blogLight .portfolio-grid-item , 
#navLight .portfolio-grid-item , #signLight .portfolio-grid-item , #otherLight .portfolio-grid-item{
    background: #fff;
}
.portfolio-wrapper {
    padding: 40px 0 0 0;
}
.portfolio-wrapper .col-lg-6{
	padding-left: 6px;
	padding-right: 6px;
}
.portfolio-link {
    display: block;
    position: relative;
}
.portfolio-content {
    margin-bottom: 40px;
}
.portfolio-content h4 {
    padding: 16px 0 16px 0;
    margin: 0;
}
.portfolio-content h4 a{
	color: #111111;
    font-family: 'Lato-Black';
    font-size: 18px;
}
.feature-wrapper .buy-btn {
    margin: 60px 0;
    border-radius: 0;
}
.feature-area {
    padding: 40px;
}
.feature-area:hover {
    background: #f3f3f3;
}
.b-sm-bottom {
    border-bottom: 1px solid #cecece;
}
.b-sm-right{
    border-right: 1px solid #cecece;
}
.b-lg-none{
    border-bottom: none;
}
.feature-area h5{
    font-family: 'Lato-Black';
    font-size: 16px;
    color: #111111;
    margin: 12px 0;
}
/*.portfolio-grid-item img{
    transition: transform 1.2s;
}
.portfolio-grid-item img:hover{
    transform: scale(1.1);
}
*/
.tab-content {
    padding: 90px 0;
}
.nav-tabs {
    width: 200px;
    margin: 0 auto;
}
.nav-tabs .nav-item {
    width: 50%;
    border: 1px solid #b8b8b8;
}
.nav-tabs li:first-child { 
  border-right-color: transparent;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent !important;
}

.nav-tabs .nav-link {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    text-transform: uppercase;
    font-size: 15px;
    color: #bbbbbb;
    font-family: 'PTSerif-Regular';
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000 !important;
    border-color: transparent !important;
    background: transparent !important;
}
footer {
    background: #111111;
    color: #fff;
    padding: 60px 0 40px 0;
    text-align: center;
    background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.69),rgba(0, 0, 0, 0.69)),url(../images/footer-bg.jpg);
}
.footer-heading h3{
   font-family: 'PTSerif-Regular';
    font-size: 40px;
}
.footer-heading h2{
   font-family: 'PTSerif-Regular';
    font-size: 76px;
}
.footer-heading .buy-btn {
    margin: 30px 0;
}
.footer-heading {
    padding-bottom: 30px;
    border-bottom: 1px solid #3b3b3b;
    margin-bottom: 38px;
}
.footer-content p {
    color: #8b8b8b;
    margin: 20px 0 0 0;
    font-size: 18px;
    font-family: 'Lato-Regular';
}
.mat-site {
    max-width: 550px;
    height: 600px;
    border: 0px;
    top: 11px;
    position: relative;
    z-index: 9;
    box-shadow: 0px 0px 96px 46px #000000;
}

.navHeader {
    display: block !important;
    position: fixed;
    top: 0;
}
/*Home Section Css Ends*/


/**-------------------------
HOME PAGE CSS Ends
-------------------------**/












