/*
* ----------------------------------------------------------------------------------------***
Author       : ThemeBoots
Template Name: Saaii Creative Agency Template
Version      : 1.0
* ----------------------------------------------------------------------------------------***
*/



/*------------------------------------------------------------------*

[Table of contents]

01.Reset CSS
02.Font CSS
0.General Css 
04. Common CSS
05.CSS Transantion
06.preloader css
08.Slider Parralax  CSS
09.Demo css
10.Footer   css
11.Responsive Css

***-------------------------------------------------------------------*/


/* Reset CSS
=============================================================== */

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, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
img{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
:focus {
    outline: 0;
}
a:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
a:hover {
    text-decoration: none;
}
body {
    background: #fff;
}
/* Reset CSS End
=============================================================== */


/* Font CSS Start
=============================================================== */

body {
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul {
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h2 {
    font-size: 45px;
    font-weight: 600;
    line-height: 56px;
}

h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}

h4 {
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 600;
}

h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
}

p.lead {
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
}

blockquote {
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
}
/* Font CSS End
=============================================================== */



/* General CSS
=============================================================== */

html,
body {
    width: 100% !important;
    height: 100% !important;
}

a {
    word-wrap: break-word;
    text-decoration: none !important;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
}

img {
    max-width: 100%;
}

/* General Css End
=============================================================== */


/* Common CSS Start
=============================================================== */

.sec-title {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    padding-bottom: 50px
}

.sec-pad {
    padding-top: 100px;
    padding-bottom: 100px;
}

.cmn-btn {
    text-transform: uppercase;
    padding: 15px 30px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
}

.cut-broder {
    position: relative;
}

.cut-broder:before {
    content: '';
    border: 4px solid #3a9ce7;
    position: absolute;
    top: -8px;
    width: 95%;
    left: 0;
}

.cut-broder:after {
    content: '';
    border: 4px solid #3a9ce7;
    position: absolute;
    left: -8px;
    height: 98%;
    top: -8px;
}
/* Common CSS End
=============================================================== */


/*CSS Transantion Start
========================================================*/

a,.demo-content img{
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

/*CSS Transantion End
========================================================*/

/*preloader css Start
======================*/

.preloader-tp {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
}

.loader {
    width: 100%;
    height: 100%;
    position: absolute;
}
.preloader-tp .loader img{
    position: relative;
    top: 40%;
}

/*preloader css End
======================*/



/* Slider Parralax  CSS Start
=============================================================== */

.slider-area {
    height: calc(80vh);
    position: relative;
    overflow: hidden;
}

.parralax-banner {
    background-image: url(../images/slider/slider1.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.banner-overly {
    position: absolute;
    height: 100%;
    background: rgba(43, 42, 42, 0.8);
    background-repeat: repeat;
    width: 100%;
}

.slider-content {
    padding-top: calc(25vh);
}

.slider-content h3 {
    text-transform: uppercase;
}

.slider-content h1 {
    padding-top: 15px;
    padding-bottom: 30px;
}

.slider-content a {
    border: 2px solid #fff;
    margin-top: 30px;
}

.slider-content a:hover {
    border: 2px solid #3a9ce7;
}
/* Slider Parralax  CSS End
=============================================================== */

/*demo css*/
.demo-area{
    padding-bottom: 100px;
}
.demo-area h2{
    padding: 30px 0px;
}
.demo-content h3{
    padding: 20px 0px;
}
.demo-content img{
    width: 90%;
  
}
.demo-content img:hover{
      box-shadow: 0px 3px 15px 4px rgba(50, 57, 71, 0.62);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
/*Footer   area css Start
 =========================================*/

.footer-area {
    padding: 70px 0px;
}

.footer-area .footer-social {
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-area .footer-social a {
    display: block;
    border: 1px solid #fff;
    font-size: 18px;
}

.footer-area .footer-social a:hover {
    border: 1px solid #fff;
}

.footer-area .footer-social .fa {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}


/*Footer   area css end
 =========================================*/


/*Responsive Css Start
=========================================*/



@media all and (max-width: 991px) and (min-width: 768px) {
    h1 {
        font-size: 45px;
        line-height: 55px;
    }
    h2 {
        font-size: 35px;
        line-height: 45px;
    }
    h3 {
        font-size: 22px;
        line-height: 30px;
    }
    h4 {
        font-size: 18px;
        line-height: 28px;
    }
}

@media all and (max-width: 767px) {
    h1 {
        font-size: 35px;
        line-height: 45px;
    }
    h2 {
        font-size: 28px;
        line-height: 36px;
    }
    h3 {
        font-size: 18px;
        line-height: 26px;
    }
    h4 {
        font-size: 16px;
        line-height: 25px;
    }
 
    .header-area .menu-sticky {
        padding: 0px;
    }
    .slider-content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
 
   
}

@media all and (max-width: 480px) {
    h1 {
        font-size: 30px;
        line-height: 40px;
    }
    h2 {
        font-size: 25px;
        line-height: 36px;
    }
    h3 {
        font-size: 18px;
        line-height: 26px;
    }
    h4 {
        font-size: 16px;
        line-height: 25px;
    }
   
}

/*Responsive Css End
=========================================*/