/*
* ----------------------------------------------------------------------------------------***
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
07. Header CSS
08. Slider Banner  CSS
09.Sperator css
10.Service css
11.welcome css
12.Portfolio Css
13.video  css 
14.Testimonial Css
15.Blog  css
16.Team  css 
17.Subscribe Css
18.Sponsor Css
19.Contact  css
20.Footer   css
21.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 {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
}

a {
    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: 15px;
    line-height: 30px;
    margin-bottom: 15px;
    letter-spacing: .5px;
}

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;
    letter-spacing: .5px;
}

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

img {
    max-width: 100%;
}


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


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

.main-title {
    margin-bottom: 60px;
}

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

.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 #041630;
    position: absolute;
    top: -8px;
    width: 95%;
    left: 0;
}

.cut-broder:after {
    content: '';
    border: 4px solid #041630;
    position: absolute;
    left: -8px;
    height: 98%;
    top: -8px;
}


/* Common CSS End
=============================================================== */


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

a,
.def-transition,
.header-area .navbar-default:before,
.header-area .navbar-default:after,
header .navbar-default .navbar-brand,
.header-area .navbar-default,
.gallery-big-image .hover-icon,
.single-hover,
.single-pic img,
.single-blog,
.submit-btn,
.single-team {
    -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
======================*/


/* Header CSS Start
=============================================================== */

.header-area {
    position: relative;
}

.header-area .navbar-default:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-top: 15px solid #041630;
    border-left: 15px solid transparent;
    width: 60%;
    z-index: 1000;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.header-area .navbar-default:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 15px solid #041630;
    border-right: 15px solid transparent;
    width: 30%;
    z-index: 1000;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.header-area .menu-sticky:before {
    -webkit-transform: translatey(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.header-area .menu-sticky:after {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.header-area .menu-sticky .navbar-nav>li>a {
    padding: 25px 15px 25px 15px !important;
}

header .navbar-default .navbar-brand {
    padding: 0px;
    padding-top: 20px;
}

header .menu-sticky .navbar-brand {
    padding: 0px;
    padding-top: 5px;
}

.header-area .navbar-default {
    border: 0px;
    margin: 0px;
    border-radius: 0px;
}

.header-area .navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
    padding: 55px 20px 35px 20px;
}


/* Header CSS End
=============================================================== */


/* Parralax Banner  CSS Start
=============================================================== */

.slider-banner .item {
    height: calc(100vh);
    position: relative;
    overflow: hidden;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

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

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

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

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

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

.slider-content a:hover {
    border: 2px solid #041630;
}

.slider-banner .owl-controls {
    margin: 0px;
}

.slider-banner .owl-theme .owl-controls .owl-buttons>div {
    background: #041630;
    opacity: 1;
    width: 34px;
    height: 30px;
    border-radius: 0px;
    position: absolute;
    top: 50%;
    margin: 0px;
    margin-top: -15px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    padding: 0px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.slider-banner .owl-theme .owl-controls .owl-buttons>div:hover {
    width: 40px;
    ;
}

.slider-banner .owl-theme .owl-controls .owl-buttons>div .fa {
    font-size: 24px;
}

.slider-banner .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
}

.slider-banner .owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
}


/* Parralax Banner  CSS End
=============================================================== */


/*Sperator css Start
===============================*/

.sperator-rotate {
    height: 60px;
    position: relative;
}

.sperator-rotate::before {
    content: '';
    position: absolute;
    top: -60px;
    right: 0;
    border-top: 60px solid transparent;
    border-right: 250px solid #041630;
    width: 100%;
}

.sperator-rotate::after {
    content: '';
    position: absolute;
    top: -60px;
    left: 0;
    border-top: 60px solid transparent;
    border-left: 250px solid #041630;
    width: 100%;
}

.sperator-rotate-2::before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    border-top: 60px solid transparent;
    border-right: 250px solid #263F65;
    width: 100%;
}

.sperator-rotate-2::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    border-top: 60px solid transparent;
    border-left: 250px solid #263F65;
    width: 100%;
}


/*Sperator css End
===============================*/


/*welcome area css start
=============================*/

.welcome-area {
    padding-bottom: 160px;
}

.welcome-text a {
    margin-top: 30px;
}


/*welcome area css end
=============================*/


/*Service  area css star
=============================*/

.service-area {
    position: relative;
}

.service-area:before {
    content: '';
    position: absolute;
    top: -60px;
    right: 0;
    border-top: 60px solid transparent;
    border-right: 250px solid #fff;
    width: 100%;
}

.service-area:after {
    content: '';
    position: absolute;
    top: -60px;
    left: 0;
    border-top: 60px solid transparent;
    border-left: 250px solid #fff;
    width: 100%;
}

.single-service {
    margin-top: 75px;
    padding: 15px;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0px 1px 8px 1px rgba(50, 57, 71, 0.62);
}

.service-icon {
    width: 140px;
    margin: auto;
    height: 140px;
    border-radius: 50%;
    border: 2px solid #fff;
    top: -105px;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.service-icon:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #041630;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.single-service:hover .service-icon:before {
    -webkit-transform: scale(2);
    transform: scale(2);
    border: 2px solid #041630;
}

.single-service:hover .service-icon {
    border: 2px solid #041630;
}

.single-service:hover {
    box-shadow: 0px 3px 15px 4px rgba(50, 57, 71, 0.62);
}

.service-icon .fa {
    font-size: 40px;
    line-height: 140px;
}

.service-content {
    margin-top: -70px;
    position: relative;
}

.service-content h3 {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 40px;
}

.service-border {
    border: 1px solid #d8d8da;
    padding: 15px;
}

.service-content h3:before {
    content: '';
    border: 1px solid #fff;
    position: absolute;
    width: 24%;
    bottom: 0;
    left: 38%;
    margin-bottom: 25px;
}

.service-content p {
    font-size: 14px;
}

.service-content a {
    position: relative;
    bottom: -55px;
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 50%;
    line-height: 60px;
    font-size: 20px;
    border: 2px solid #fff;
    margin-top: -20px;
}

.service-content a:hover {
    border: 2px solid #041630;
}


/*Service area css end
=============================*/


/*Portfolio  css start
=========================================*/

#gallery-full {
    margin-top: 8px;
    display: inline-block;
}

.gallery-big-image img {
    width: 100%;
}

.gallery-big-image .tab-content>.tab-pane a {
    position: relative;
    overflow: hidden;
    display: block;
}

.gallery-big-image .tab-content>.tab-pane a .fa {
    font-size: 40px;
    position: relative;
    top: 45%;
    overflow: hidden;
    display: block;
    color: #041630 !important;
}

.gallery-big-image h5 {
    font-size: 16px;
    position: relative;
    top: 43%;
    text-transform: uppercase;
    color: #fff;
}

.gallery-big-image .hover-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(72, 95, 142, 0.8);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
    z-index: 10;
}

.gallery-big-image:hover .hover-icon {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.gallery-menu-img .nav-tabs {
    border: 0px;
}

.gallery-menu-img .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    display: inline-block;
    margin: 0px;
    width: 33.3333%;
    padding: 10px;
}

.gallery-menu-img .nav-tabs>li>a {
    padding: 0px;
    border: 0px !important;
    margin: 0px;
}

.gallery-menu-img .nav-tabs>li.active>a {}

.gallery-menu-img .nav-tabs>li>a:hover:before,
.gallery-menu-img .nav-tabs>li.active a:before {
    content: '';
    border: 3px solid #041630;
    position: absolute;
    top: -6px;
    width: 95%;
    left: 0;
}

.gallery-menu-img .nav-tabs>li>a:hover:after,
.gallery-menu-img .nav-tabs>li.active a:after {
    content: '';
    border: 3px solid #041630;
    position: absolute;
    left: -6px;
    height: 98%;
    top: -6px;
}

.gallery-menu-img .nav>li>a>img {
    max-width: 100%;
}


/*Portfolio area Css end
=========================================*/


/*video area css Start
=========================================*/

.video-area {
    background-image: url(../images/bg/video-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.video-area-cnt {
    background: rgba(43, 42, 42, 0.6);
    background-repeat: repeat;
    padding-top: 150px;
    padding-bottom: 150px;
}

.video-area-cnt h3 {
    color: #fff;
}

.video-area .video-btn {
    font-size: 24px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    margin: 0px auto;
    line-height: 60px;
    margin: 0px 10px;
}

.video-frame {
    position: relative;
    background: #FFF;
    padding: 30px;
    width: auto;
    display: block;
    margin: 20px auto;
    max-width: 680px;
}

.video-frame iframe {
    width: 100%;
    min-height: 400px;
}


/*video  area css end
 =========================================*/


/*Testimonial   area css start
 =========================================*/

.tesimonial-pic {
    width: 25%;
    margin-right: 5%;
    float: left;
}

.tesimonial-content {
    display: inline-block;
    width: 70%;
    padding-top: 25px;
}

.tesimonial-content h4 {
    margin-bottom: 5px;
    font-weight: 600;
}

.tesimonial-content h5 {
    font-style: italic;
    font-family: initial;
}

.testimonial-area .owl-carousel .owl-item {
    padding: 8px;
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

.testimonial-area .owl-pagination {
    display: inline-block;
    position: relative;
    top: -10px;
}

.testimonial-area .owl-theme .owl-controls .owl-page span {
    width: 25px;
    opacity: inherit;
    height: 5px;
}


/*Testimonial   area css end
 =========================================*/


/*Blog   area css start
 =========================================*/

.blog-area {
    background: url(../images/bg/blog-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.blog-overly {
    background-color: rgba(248, 246, 246, 0.95);
}

.single-blog {
    margin-bottom: 25px;
    box-shadow: 0px 1px 8px 1px rgba(50, 57, 71, 0.62);
    margin-top: 8px;
}

.single-blog:hover {
    box-shadow: 0px 3px 15px 4px rgba(50, 57, 71, 0.62);
}

.blog-dt-img {
    position: relative;
}

.blog-details {
    position: absolute;
    bottom: 0px;
    display: block;
    right: 10px;
    margin-bottom: 10px;
}

.blog-details h6 {
    text-transform: uppercase;
    font-size: 13px;
    padding: 0px 10px 10px 10px;
}

.blog-details h3 {
    text-transform: uppercase;
    padding-top: 10px;
}

.blog-details a {
    display: block;
    padding: 7px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-content {
    padding: 10px;
    color: #000;
}

.blog-content h3 {
    color: #000;
}

.blog-content h4 {
    padding: 15px;
}

.blog-content a {
    position: relative;
    margin-top: 0px;
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #041630;
    line-height: 50px;
    font-size: 20px;
    border-radius: 50%;
    top: 32px;
}


/*Blog   area css end
 =========================================*/


/*Team   area css Start
 =========================================*/

.team-area {
    position: relative;
}

.single-team {
    border: #323947;
    box-shadow: 0px 5px 8px 2px rgba(41, 48, 68, 0.62);
    margin-top: 28px;
    position: relative;
    bottom: 20px;
}

.single-team:hover {
    box-shadow: 3px 10px 15px 4px rgba(41, 48, 68, 0.62);
}

.single-team-det {
    padding: 25px 5px;
}

.single-team-det h4 {
    letter-spacing: 1px;
}

.single-team-det h6 {
    font-size: 16px;
    font-style: italic;
    padding: 7px 0px;
}

.single-team-top {
    position: relative;
}

.single-hover {
    padding: 15px;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
    z-index: 10;
}

.single-team:hover .single-hover {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.single-pic {
    position: relative;
    overflow: hidden;
}

.single-team:hover .single-pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.single-hover-cnt {
    background: rgba(72, 95, 142, 0.8);
    width: 100%;
    height: 100%;
    position: relative;
}

.single-hover-cnt ul.team-social {
    margin: 0px;
    line-height: 50%;
    position: absolute;
    width: 100%;
    top: 40%;
}

.single-hover-cnt ul.team-social a {
    display: block;
    font-size: 16px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.single-hover-cnt ul.team-social a:hover {
    border: 2px solid #041630;
}

.single-hover-cnt ul.team-social a .fa {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.team-content-it #team-demo .col-sm-3 {
    width: 100%;
}

.team-area .owl-pagination {
    padding-top: 30px;
}

.team-area .owl-theme .owl-controls .owl-page span {
    opacity: inherit !important;
}


/*Team   area css end
 =========================================*/


/*SUBSCRIBE   area css start
 =========================================*/

.subscribe-area {
    background-image: url(../images/bg/subscribe_bg.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
    background-repeat: no-repeat;
}

.subscribe-area h3 {
    padding-bottom: 50px;
    font-weight: 400;
    font-size: 28px;
    line-height: 45px;
}

.subscribe-overly {
    background: rgba(43, 42, 42, 0.6);
    background-repeat: repeat;
}

.subscribe-area .sub-box {
    border: 2px solid #041630;
    border-radius: 35px;
    z-index: 10;
}

.sub-box .sub-mail {
    background: transparent;
    height: 55px;
    width: 65%;
    border: 0px;
    color: #fff;
    font-size: 16px;
    border-radius: 35px;
    float: left;
    padding-left: 20px;
}

.sub-box .sub-mail:focus {
    outline: inherit;
    box-shadow: none;
}

.sub-box .btn {
    height: 55px;
    width: 35%;
    border: 0px;
    color: #fff;
    font-size: 16px;
    border-radius: 35px;
    background: #041630;
    position: relative;
    right: -2px;
}

.sub-box .btn:focus {
    box-shadow: none;
    outline: inherit;
}


/*SUBSCRIBE   area css End
 =========================================*/


/*Sponsor   area css start
 =========================================*/

.sponsor-area {
    position: relative;
    text-align: center;
}

.single-sponsor {
    margin-left: 10px;
    margin-bottom: 10px;
}

.sponsor-area:before {
    content: '';
    position: absolute;
    bottom: -60px;
    right: 0;
    border-bottom: 60px solid transparent;
    border-right: 250px solid #12294A;
    width: 100%;
}

.sponsor-area:after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: 0;
    border-bottom: 60px solid transparent;
    border-left: 250px solid #12294A;
    width: 100%;
}


/*Sponsor   area css End
 =========================================*/


/*Contact   area css Start
 =========================================*/

.contact-area {
    padding-bottom: 130px;
}

.contact-text address {
    margin-bottom: 20px;
}

.contact-text address .fa {
    font-size: 28px;
    margin-bottom: 5px;
}

.contact-text address p {
    margin-bottom: 0px;
}

.contact-box input,
.contact-box textarea {
    width: 100%;
    margin-bottom: 30px;
    border: 0px;
    padding: 15px;
}

.contact-box textarea {
    min-height: 220px;
}

.contact-area .submit-btn {
    width: initial;
    display: block;
    margin: 0px auto;
    padding: 20px 30px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    margin-top: 10px;
    border: 0px;
}

/*Contact   area css end
 =========================================*/


/*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;
}

.sperator-rotate .scroll-top {
    display: inline-block;
    position: relative;
    top: -45px;
    z-index: 10;
}

.sperator-rotate .scroll-top .fa {
    width: 40px;
    height: 45px;
    line-height: 45px;
    position: relative;
    font-size: 24px;
}


/*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;
    }
    .slider-content h1 {
        font-size: 40px;
        line-height: 45px;
    }
    .header-area .navbar-default .navbar-nav>li>a {
        padding: 55px 10px 35px 10px;
        font-size: 13px;
    }
    .header-area .menu-sticky .navbar-nav>li>a {
        padding: 25px 10px 25px 10px !important;
    }
    .welcome-pic {
        margin-top: 50px;
    }
    .welcome-area {
        text-align: center;
    }
    .single-service {
        margin-bottom: 45px;
    }
}

@media all and (max-width: 1024px) {
    .service-area .col-md-3 {
        width: 50%;
    }
    .single-service {
        margin-bottom: 45px;
    }
}

@media all and (max-width: 767px) {
    h1 {
        font-size: 35px;
        line-height: 50px;
    }
    h2 {
        font-size: 28px;
        line-height: 40px;
    }
    h3 {
        font-size: 18px;
        line-height: 30px;
    }
    h4 {
        font-size: 16px;
        line-height: 28px;
    }
    .sec-pad {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .slider-content .cmn-btn {
        font-weight: 600;
        font-size: 16px;
        padding: 10px 20px;
    }
    .slider-content h1 {
        font-size: 30px;
        line-height: 42px;
    }
    .main-title {
        margin-bottom: 50px;
    }
    .sperator-rotate {
        height: 30px;
        position: relative;
    }
    .sperator-rotate::before {
        top: -30px;
    }
    .sperator-rotate::after {
        top: -30px;
    }
    .sperator-rotate-2::before {
        border-top: 0px solid transparent;
    }
    .service-area::before {
        top: -30px;
    }
    .service-area::after {
        top: -30px;
    }
    .sponsor-area:before {
        bottom: -30px;
    }
    .sponsor-area:after {
        bottom: -30px;
    }
    .header-area .navbar-default {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    header .navbar-default .navbar-brand {
        height: inherit;
        padding: 0px;
        padding-bottom: 10px;
    }
    .header-area .navbar-default .navbar-toggle {
        border: 0px;
        background: transparent;
        margin: 0px;
        margin-top: 20px;
    }
    .header-area .navbar-default .navbar-toggle:hover {
        background: transparent !important;
    }
    .header-area .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .header-area .navbar-default .navbar-nav>li>a {
        padding: 15px 20px 15px 20px !important;
    }
    .header-area .menu-sticky {
        padding: 0px;
    }
    .slider-content {
        padding-top: 200px;
        padding-bottom: 50px;
    }
    .slider-banner .item {
        min-height: 550px;
        height: inherit;
    }
    .welcome-area {
        text-align: center;
        padding-bottom: 90px;
    }
    .welcome-area p {
        text-align: center;
    }
    .welcome-pic {
        margin-top: 50px;
    }
    .single-service {
        margin-bottom: 45px;
    }
    .gallery-menu-img {
        margin-top: 30px;
    }
    .single-blog {
        margin-bottom: 50px;
    }
    .tesimonial-pic {
        width: 30%;
        margin-right: 0px;
        float: inherit;
        margin: 0px auto;
        display: block;
    }
    .tesimonial-content {
        display: block;
        width: 100%;
        padding-top: 25px;
        text-align: center;
    }
    .testimonial-area .owl-pagination {
        top: 5px;
    }
    .subscribe-area h3 {
        font-size: 22px;
        line-height: 36px;
    }
    .contact-area {
        padding-top: 80px;
        padding-bottom: 100px;
    }
    .contact-text address {
        text-align: center;
    }
}

@media all and (max-width: 480px) {
    h1 {
        font-size: 32px;
        line-height: 50px;
    }
    h2 {
        font-size: 24px;
        line-height: 40px;
    }
    .slider-content h1 {
        font-size: 28px;
        line-height: 42px;
    }
    .slider-content {
        padding-top: 250px;
    }
    .service-area .col-xs-6,
    .blog-area .col-xs-6 {
        width: 100%;
    }
    .tesimonial-pic {
        width: 50%;
        margin-right: 0px;
        float: inherit;
        margin: 0px auto;
        display: block;
    }
    .sub-box .sub-mail {
        width: 60%;
    }
    .sub-box .btn {
        width: 40%;
    }
}

@media all and (max-width: 360px) {
    .slider-content {
        padding-top: 200px;
    }
}


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