/*
[Table of Contents]
+General
 -Fonts
 -Common
+Header
 -Header Top Area
 -Navigation
 -Home Slider
 -Text-boxed
+Service
 -Fetures Service
+Protfolio
 -Work Menu
 -Content
 -Hover Content 
+Testimonial
 -Partner Support
 -Conunter
 -Text-boxed
+Blog
+Footer
 -Bottom Nav
*/
/*************** General ***************/
/*****---------- Fonts ----------*****/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700&display=swap');
/*font-family: 'Roboto', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap');

/*font-family: 'Montserrat', sans-serif;*/
/*****---------- Common ----------*****/
* {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

ol,
ul li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

input:focus {
    outline: none;
}

.primary-tittle {
    text-align: center;
}

.primary-tittle h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 44px;
    line-height: 54px;
    font-weight: 700;
    color: #6d7396;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.primary-tittle p {
    font-size: 14px;
    color: #6d7396;
    line-height: 24px;
    font-weight: 400;
    width: 600px;
    margin: 0 auto;
}

.section-padding {
    padding: 150px 0px;
}

.content-top-space {
    margin-top: 130px;
}

/*************** Header ***************/
/*****---------- Header Top Area ----------*****/
.header-top-area {
    background: #f5f5f5;
    padding: 14px 0px;
}

.top-contact-item {
    text-align: right;
}

.header-top-area p {
    display: inline-block;
    margin: 0 10px;
}

.header-top-area a {
    font-size: 14px;
    color: #696969;
}

.header-top-area i {
    margin-right: 10px;
}
body {
	overflow-x: hidden;
}
/*****---------- Navigation ----------*****/
.navigation {
    background-color: #fff;
}

.home-logo {
    display: block;
    margin: 22px 0 36px 0;
}

.menu-item ul {
    text-align: right;
}

.menu-item li {
    display: inline-block;
}

.menu-item a {
    font-size: 14px;
    color: #3b404f;
    text-transform: capitalize;
    font-weight: 400;
    margin: 38px 14px;
    display: block;
}

/*****---------- Home Slider ----------*****/
.h-bg-1 {
    background-image: url('../img/h-slider-bg-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.h-bg-2 {
    background-image: url('../img/h-slider-bg-2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.h-bg-3 {
    background-image: url('../img/h-slider-bg-3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.h-slider-item {
    position: relative;
    z-index: 1;
}

.h-slider-item:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    z-index: -1;
}

.slider-contetn {
    width: 630px;
    padding: 150px 0px;
}

.slider-contetn h1 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 64px;
    font-weight: 700;
    line-height: 64px;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.slider-contetn p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 35px;
    width: 490px;
}

.slider-contetn a {
    background: #fab702;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 10px 30px;
}

#home-slider .owl-nav button {
    position: absolute;
    top: 50%;
    color: #ffff;
    font-size: 55px;
}

#home-slider .owl-prev {
    left: 25px;
}

#home-slider .owl-next {
    right: 25px;
}

#home-slider .owl-dots button {
    display: inline-block;
    height: 15px;
    width: 15px;
    background: #fab702;
    margin-left: 5px;
    border-radius: 50%;
}

#home-slider .owl-dots {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 15px;
}

#home-slider .owl-dots button.active {
    background: #ffff;
}

/*****---------- Text-boxed ----------*****/
#Get-in-touch {
    background-color: #fab702;
    padding: 28px 0px;
}

.info-tittle {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
}

.info-tittle a {
    color: #000;
    font-style: italic;
    text-decoration: underline !important;
}

a.btn-touch-boxed {
    font-style: normal;
    font-size: 14px;
    color: #fab702;
    padding: 5px 20px;
    background: #ffff;
    text-align: right;
}

/*************** Service ***************/
#services {}

.services {}

.single-service-item {}

.single-service-item img {
    max-width: 100%;
    height: auto;
    margin-bottom: 40px;
}

.single-service-item h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #3b404f;
    margin-bottom: 30px;
}

.single-service-item p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #3b404f;
    margin-bottom: 30px;
}

.single-service-item a {
    color: #3b404f;
    position: relative;
}

.single-service-item a:after {
    position: absolute;
    content: '';
    left: 8px;
    bottom: -5px;
    width: 60px;
    height: 3px;
    background: #fab702;
    opacity: 0;
    transition: 0.3s all ease;
}

.single-service-item:hover a,
.single-service-item:hover h4,
.single-service-item:hover a:after {
    color: #fab702;
    opacity: 1;
}

/*****---------- Fetures Service ----------*****/
.video-thum {
    background-image: url('../img/video-thum.jpg');
    background-size: cover;
    min-height: 600px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.video-thum:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fab702;
    opacity: 0.9;
    z-index: -1;
}

.video-thum i {
    height: 50px;
    width: 50px;
    display: block;
    background: transparent;
    line-height: 40px;
    text-align: center;
    font-size: 17px;
    border-radius: 50%;
    color: #ffff;
    border: 5px solid #fff;
    position: absolute;
    bottom: 30px;
    right: 60px;
}

.features-service {
    background: #f8f8f8;
}

.features-content {
    margin-top: 30px;
}

.features-item {
    margin-left: 80px;
    padding: 30px 0px;
    padding-right: 40%;
}

.features-item i {
    font-size: 45px;
    position: absolute;
    left: 40px;
    transition: 0.3s all ease;
    color: #009688;
}

.features-item h4 {
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #3b404f;
    text-transform: uppercase;
    margin-bottom: 10px;
    transition: 0.3s all ease;
}

.features-item p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #3b404f;
    text-align: left;
}

.features-item:hover h4,
.features-item:hover i {
    color: #fab702;
}

/*************** Protfolio ***************/
/*****---------- Work Menu ----------*****/
.protfolio-Menu {
    text-align: center;
    margin-bottom: 70px;
}

.protfolio-Menu button {
    background: transparent;
    border: 0;
    color: #333;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.3s;
    outline: none;
    margin: 0px 10px;
}

/*****---------- Content ----------*****/
.protfolio-content .col-md-4,
.protfolio-content .col-sm-6 {
    padding: 2px;
    margin: 0;
}

.protfolio-content img {
    max-width: 100%;
    height: auto;
}

/*****---------- Hover Content  ----------*****/
.protfolio-hover {
    background: #fef6de;
    padding: 24px 30px;
    position: absolute;
    left: 100px;
    bottom: 0;
    width: 99.7%;
    opacity: 0;
    transition: 0.3s all ease;
}

.protfolio-item:hover .protfolio-hover {
    opacity: 1;
    left: 0;
}

.protfolio-hover h2 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 5px;
}

.protfolio-hover a {
    display: inline-block;
}

.protfolio-hover i {
    display: block;
    height: 40px;
    width: 40px;
    background: #fab702;
    line-height: 40px;
    text-align: center;
    font-size: 28px;
    color: #fff;
}

.links {
    display: inline-block;
    float: right;
}

/*************** Testimonial ***************/
.testmonial-slider .t-bg-1 {
    background-image: url('../img/profile.png');
    background-size: cover;
    background-position: center;
}

.testmonial-slider .t-bg-2 {
    background-image: url('../img/profile3.png');
    background-size: cover;
    background-position: center;
}

.testmonial-slider .t-bg-3 {
    background-image: url('../img/profile2.png');
    background-size: cover;
    background-position: center;
}

.t-slider-item {
    background: #f9f9f9;
    display: flex;
    justify-content: space-between;
}

.profile {
    width: 130px;
    border-radius: 0;
}

.t-info {
    width: 70%;
    padding: 20px 0px;
}

.t-slider-item p {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #3b404f;
    text-align: left;
}

.t-slider-item h4 {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    color: #3b404f;
    font-weight: 700;
    text-transform: uppercase;
}

#testmonial .owl-dots button {
    display: inline-block;
    height: 15px;
    width: 15px;
    background: #ddd;
    margin-left: 5px;
    border-radius: 50%;
}

#testmonial .owl-dots {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: -70px;
}

#testmonial .owl-dots button.active {
    background: #fab702;
}

/*****---------- Partner Support ----------*****/
.our-partner {
    text-align: center;
}

.our-partner a {
    opacity: 0.7;
    transition: 0.3s all;
}

.our-partner a:hover {
    opacity: 1;
}

.our-partner img {
    max-width: 100%;
    max-height: 100px;
}

/*****---------- Conunter ----------*****/
.conunter {
    background: #fab702;
    padding: 45px 0px;
}

.counter-item {
    text-align: center;
}

.counter-item h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #ffff;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.counter-item h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    color: #ffff;
    font-weight: 700;
}

/*****---------- Text-boxed ----------*****/
.cotact-boxed {
    background: #f9f9f9;
    padding: 130px 0px;
}

.boxed-info {
    background: #fff;
    padding: 20px;
    border-left: 3px solid #fab702;
}

.boxed-info h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #3b404f;
    text-transform: capitalize;
    line-height: 24px;
    font-size: 20px;
    display: inline-block;
}

.boxed-info span {
    font-size: 14px;
    line-height: 24px;
    display: block;
    margin-top: 10px;
    font-weight: 400;
}

.boxed-info a {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    background: #fab702;
    padding: 5px 20px;
    display: block;
    float: right;
    margin-top: 18px;
}

/*************** Blog ***************/
#blog {}

.single-blog-item {}

.single-blog-item img {
    max-width: 100%;
    height: auto;
    margin-bottom: 35px;
}

.single-blog-item h4 {
    font-family: 'Montserrat', sans-serif;
    color: #3b404f;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 14px;
}

.single-blog-item span {
    color: #3b404f;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    line-height: 24px;
}

.single-blog-item p {
    color: #3b404f;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.blog-btn-boxed {
    text-transform: uppercase;
    font-size: 14px;
    text-align: left;
    color: #3b404f;
    font-weight: 400;
}

.blog-btn-boxed:after {
    position: absolute;
    content: '';
    left: 15px;
    bottom: -5px;
    width: 60px;
    height: 3px;
    background: #fab702;
    opacity: 0;
    transition: 0.3s all ease;
}

.single-blog-item:hover a,
.single-blog-item:hover a:after {
    color: #fab702;
    opacity: 1;
}

/*************** Footer ***************/
footer {
    background-color: #252c3a;
    padding: 80px 0px;
}

.singel-footer-item {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
}

.singel-footer-item h2 {
    font-size: 14px;
    margin-bottom: 27px;
}

.singel-news {
    display: flex;
    padding: 10px 0px;
    justify-content: space-between;
}

.singel-news img {
    max-width: 100;
    height: 67px;
}

.singel-news p {
    font-size: 13px;
    line-height: 20px;
    margin-left: 10px;
    text-transform: capitalize;
    font-weight: 400;
    text-align: left;
}

.singel-news span {
    display: block;
    text-align: left;
    margin: 0 !important;
}

.singel-footer-item ul {}

.singel-footer-item li {
    display: block;
    padding: 10px 0px;
    border-bottom: 1px solid #303744;
}

.singel-footer-item a {
    color: #fff;
    font-weight: 400;
}

.singel-footer-item i {
    margin-right: 5px;
}

.singel-footer-item span {
    display: block;
    margin-left: 20px;
}

.social-icon i {
    font-size: 24px;
    margin: 30px 10px;
}

.singel-footer-item p {}

.singel-footer-item input[type=text] {
    border: 1px solid #ddd;
    padding: 5px 10px;
}

.singel-footer-item input[type=submit] {
    background: #fab702;
    color: #fff;
    border: none;
    padding: 6px 15px;
    margin-left: -5px;
}

/*****---------- Bottom Nav ----------*****/
.bottom-content-area {
    background: #4c5b6d;
}

.bottom-content-area p {
    font-size: 13px;
    color: #d8deff;
    text-transform: capitalize;
    margin: 24px 0px;
}

.bottom-content-area ul {
    text-align: right;
}

.bottom-content-area li {
    display: inline-block;
}

.bottom-content-area a {
    display: block;
    font-size: 13px;
    color: #d8deff;
    text-transform: capitalize;
    padding: 24px 10px;
}
