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

LandR | Responsive Multipurpose Landing Page Template 
By: Template X
Version: 1.0 

=====================================================================


[Table of contents]

	1- General CSS
	2- Typography
	3- Master Color Setting
	4- Border Color Setting
	5- Box-Shadow Color Setting
	6- Common CSS
	7- Navbar Section
	8- Banner Section
		8.1- Signup Form 
	9- Features Section
	10- Photo-Text Section
	11- Video Section
	12- News Section
    13- Gallery Section
	14- Pricing Table Section
	15- Counter Section
	16- Testimonial Section
	17- Subscirbe Section
	18- Footer Section

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

/*===============================
      	1- General CSS
================================*/
body,html{
    width: 100%;
    height: 100%;
}
body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    font-size: 22px;
    color: #555;
}

section {
    padding: 80px 0;
}
/*============================
    	2- Typography
============================*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    color: #333;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.xbutton{
    font-family: 'poppins', sans-serif;
}
.xparagraph {
    font-size: 17px;
    line-height: 1.6;
}
.section_head .xparagraph{
    margin-bottom: 0;
    margin-top: 15px;
}
/*----------------------
    Responsive CSS
----------------------*/

@media only screen and (max-width: 991.98px) {
    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 19px;
    }

    h4 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 480px) {
    .xparagraph {
        font-size: 15px;
        line-height: 1.6;
    }
    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }
    body {
        font-size: 13px;
    }
}
.mr-1{
    margin-right: 10px;
}
@media (max-width:1199.98px){    
    .md-mb-5{
        margin-bottom: 50px;
    }
}
@media (max-width:991.98px){    
    .md-mb-3{
        margin-bottom: 30px;
    }
    .md-mb-4{
        margin-bottom: 40px;
    }
}
@media (max-width:767.98px){    
    .sm-mb-5{
        margin-bottom: 50px;
    }
    .sm-mb-4{
        margin-bottom: 40px;
    }
    .sm-mb-3{
        margin-bottom: 30px;
    }
}
@media (max-width:575.98px){    
    .xs-mb-5{
        margin-bottom: 50px;
    }
    .xs-mb-4{
        margin-bottom: 40px;
    }
    .xs-mb-3{
        margin-bottom: 30px;
    }
}

/*===============================
     3- Master Color Setting
================================*/

/* background color */
.table-dark,
.table-wrapper:hover,
.table-title,
.pricing-row,
.video-play-box:hover,
.table-wrapper.table-dark,
.call-us h4,
.gallery .mixit_up_btn li,
.plan_header{
    background-color:  #368626 !important;
}

/* Text Color */
a,
a:hover,
.table-dark .pricing-row,
.table-wrapper:hover .pricing-row,
.video-play-icon,
.table-wrapper a .button:hover,
.social-icons a,
.icon,
.news a h3:hover,
.pricing-box .xbutton,
.subscribe .xbutton,
.hover_text i,
.signup-button,
.banner .xbutton,
.testimonial-box h3{
    /*color: #ed2f59;*/
    /*color: #009cdb;*/
	color: #009cdb;
}

/* Background Gradient Color */
.icon,
.overlay.gradient::before,
.gallery .hover_text,
.box-header::after,
.mixit_up_btn .btn-link.mixitup-control-active,
.plan_header,
.button,
.xbutton:hover,
.video-play-box:hover,
.pricing-box.featured,
#overlayer{
    /*background: -webkit-linear-gradient(to right,#030012 0%,#ed2f59 100%);*/
    background: linear-gradient(to right,#030012 0%,#ed2f59 100%);
}

/* white backgrounds */
.table-wrapper,
.xbutton,
.video-play-box,
.table-dark .pricing-row,
.table-wrapper:hover .pricing-row,
.signup-button:hover {
    background-color: #fff;
}


.xbutton:hover,
.video-play-box:hover .video-play-icon,
.plan_header {
    /*! color: #fff; */
}


/*=================================
      4- Border Color Setting
==================================*/

/* Theme Color Border */
.xbutton,
.signup-button:hover {
    border-color: #368626 !important;
}

/* White Color Borders */
.table-wrapper .xbutton:hover,
.testimonial-img {
    border-color: #fff!important;
}


/*================================
     	 6- Common CSS
================================*/

.bg-grey {
    background: #eee;
}
.bg-dark{
    background: #0d1317;
    color: rgba(255,255,255,0.6);
}
.bg-dark h2, 
.bg-dark h3, 
.bg-dark h4, 
.bg-dark h5, 
.bg-dark h6{
    color: #fff;
}


h2.heading {
    margin-top: -5px !important;
    margin-bottom: 0;
    color: #333;
}

.xparagraph {
    color: #444;
}

.button, .xbutton {
    color: #444;
    padding: 18px 30px;
	line-height: 1;
    font-weight: 500;
    font-size: 15px;
    border: solid 2px;
    cursor: pointer;
    -webkit-transition: all linear 0.2s;
    transition: all linear .2s;
    border-radius: 35px;
}
.play-button .xbutton{
	padding: 16px 15px 16px 20px !important;
    font-size: 18px !important;
}
.play-button{
	color: #fff;
}
.play-button:hover{
	text-decoration: none;
	color: #fff;
}
.button{
    color: #fff;
    border: none;
}
.button:hover{
    color: #ddd;
}

.xbutton:hover{
	border-color: none !important;
}

.xbutton:focus {
    border: solid 1px;
}
.icon{
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

/*
.box-header::after {
    width: 90px;
    height: 3px;
    display: block;
    margin: 20px auto 0;
    content: '';
}

.overlay .box-header::after {
    background: #fff !important;;
}

.left.box-header::after {
    margin: 15px 0 15px;
}
*/
.overlay {
    position: relative;
}

.overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	opacity: 0.85;
}

.overlay::before {
	opacity: 0.5;
    background: rgba(0, 0, 0, 1);
}

.overlay.dark::before {
	opacity: 0.9;
    background: rgba(0, 0, 0, 1);
}
.overlay.gradient::before{
    opacity: 0.6;
}

.overlay .container {
    position: relative;
}

.parallax {
    background-position: center;
    background-attachment: fixed;
}
.pb-0{
    padding-bottom: 0;
}
.section_head{
    margin-bottom: 50px;
}
.items-center {
    display: flex;
    align-items: center;
}
.shadow{
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

/*----------------------
    Responsive CSS
----------------------*/

@media only screen and (max-width: 991.98px) {
    .xparagraph {
        margin-bottom: 30px;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 640px) {
    .xparagraph {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 480px) {
    .xbutton {
        font-size: 14px;
    }
    h2.heading {
        margin-bottom: 20px;
    }
    .box-header::after {
        width: 80px;
        margin: 10px auto 10px;
    }

    .left.box-header::after {
        margin: 10px 0 10px;
    }
}

/*================================
       7- Navbar
================================*/

.navbar-default {
    background-color: transparent;
    border-bottom: none;
	padding-top: 15px;
	margin-top: 5px;
	transition: all linear 0.2s;
}

.navbar-brand {
    padding: 0 5px;
    height: auto;
}

.nav_bg {
    background-color: rgba(13, 19, 23, 0.95) !important;
    border-bottom: none !important;
	margin-top: 0;
}

.nav-link {
    color: #fff !important;
    font-size: 15px;
    padding: 15px !important;
    font-family: 'Poppins', sans-serif;
	position: relative;
}

.nav-link:hover,
.nav-link:focus {
    color: #fff ;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    background-color: none !important;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
    max-height: auto;
}
.nav-link:hover:before,
.nav-link.active:before{
    -webkit-transform: scaleX(1)  translateX(-50%) !important;
    -ms-transform: scaleX(1) translateX(-50%) !important;
    transform: scaleX(1) translateX(-50%) !important;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}

.nav-link:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 3px;
    left: 50%;
    width:  15px;
    margin-left: auto;
    margin-right: auto;
    height: 2px;
    background: #fff;
    -webkit-transform: scaleX(0) translateX(-50%);
    -ms-transform: scaleX(0) translateX(-50%);
    transform: scaleX(0) translateX(-50%);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
}


/*----------------------
    Responsive CSS
----------------------*/

@media only screen and (max-width: 991.98px) {
    .nav-link {
        font-size: 13px;
    }    
    .navbar {
        background-color: rgba(13, 19, 23, 0.95) !important;
        padding: 15px 0;
    }
    .nav-link:before{
        left: 15px;
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
    }
}


@media only screen and (max-width: 767.98px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .navbar-default {
        background-color: rgba(0, 0, 0, 0.95) !important;
        margin: 0;
        padding-bottom: 15px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background: #fff;
    }
    .navbar-default .navbar-toggle {
        border-color: #fff;
    }
}

/*================================
       8- Banner Section
================================*/

.banner {
    padding: 100px 0 100px;
    color: #fff;
    background-position: top;
    background-size: cover;
}

.heading-highlight {
    /*font-size: 13px !important;*/
    font-weight: 600;
    line-height: 1;
    margin-bottom: 18px;
    color: #fff;
    letter-spacing: 1px;
	background: rgba(0,156,219);
    display: inline-block;
    padding: 7px 14px;
    border-radius: 19px;
}

.banner h1 {
    font-size: 44px;
    line-height: 1.3;
    margin-top: 0;
    font-weight: 600;
    color: #ff7a59;
}

.banner p {
    margin: 25px 30px 2px;
    font-size: 13px;
    color: rgba(255,255,255,0.9);
    font-weight: 400;
}
.banner_video_icon{
    color: #fff;
    margin-left: 15px;
    font-size: 15px;
    font-family: 'poppins', sans-serif;
}
.banner_video_icon:hover{
    color: #ddd;
    text-decoration: none;
}
.banner_video_icon:focus{
    color: #ddd;
    text-decoration: none;
}
.banner_video_icon i{
    margin-top: 2px;
    line-height: 1;
    vertical-align: middle;
    margin-right: 3px;
    font-size: 42px;
}
.banner .xbutton {
    font-size: 15px;
    padding: 18px 30px;    
    line-height: 1;
    border: none;
	letter-spacing: 1px;
}
.banner .xbutton:hover{
    background: #eee;
}
/*----------------------
    Responsive CSS
----------------------*/

@media only screen and (max-width: 1199.98px) {
    .banner {
        padding: 140px 0 60px;
    }
    .banner h1 {
        margin-top: 0;
    }
}

@media only screen and (max-width: 992.98px) {
    .banner h1 {
        margin-top: 0;
        font-size: 42px;
    }
    .banner h3 {
        margin-top: 10px;
    }
    .banner .xbutton {
        margin-right: 10px;
        padding: 20px 30px 17px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 769.98px) {
    .banner {
        padding: 140px 0 60px;
    }
    .banner p {
        padding: 0;
    }
    .banner .xbutton {
        padding: 18px 30px 16px;
        font-size: 14px;
    }
    .banner_video_icon{
        font-size: 14px;
    }
}

@media only screen and (max-width: 480px) {
    .banner h1 {
        margin-top: 0;
        font-size: 39px;
    }
}

@media only screen and (max-width: 398px) {
    
    .banner h1 {
        margin-top: 0;
        font-size: 35px;
    }
    .banner p {
        font-size: 16px;
    }
    .banner .xbutton {
        margin-right: 10px;
        padding: 16px 25px 14px;
        font-size: 13px;
    }
    .banner_video_icon{
        font-size: 13px;
    }
}

@media only screen and (max-width: 360px) {
    .banner h1 {
        margin-top: 0;
        font-size: 32px;
    }
    .banner h3{
        font-size: 20px;
    }
    .banner .xbutton {
        margin-right: 8px;
    }
    .banner_video_icon{
        margin-left: 7px;
    }
}

/*-------------------------
     8.1- Signup Form 
--------------------------*/

.signup-box {
    width: 100%;
    height: auto;
    color: #fff;
    background-color: rgba(13, 19, 23, 0.8);
	border-radius: 4px;
}


.signup-box .form-control {
    border: none;
    height: 45px;
    margin-bottom: 20px;
}

.signup-box-headling {
    width: 100%;
    height: auto;
    padding-top: 20px;
    text-align: center;
}
.signup-box-headling h2{
    font-size: 18px;
    color: #fff;
}

.signup-box .form-group input {
/*    background-color: transparent;
    border: none;
    border-bottom: solid 1px #fff;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    color: #fff;*/
}

.signup-box .form-group input:focus {
    box-shadow: none;
}

.form-control::placeholder {
    color: #808080 !important;

}

.signup-box-body {
    width: 100%;
    padding: 15px 30px 40px;
}

.signup-button {
    padding: 11px 40px;
    font-weight: 500;
    margin-top: 30px;
    border: none;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    /*background: #ed2f59;*/
    background: #009cdb;
    color: #fff;
    border-radius: 50px;
    letter-spacing: 2px;
}
.signup-button:hover{
    /*background: #101010;*/
    background: #215ca0;
}


/*----------------------
    Responsive CSS
----------------------*/

@media only screen and (max-width: 991.98px) {
    .signup-box .xbutton {
        font-size: 12px;
    }
    .signup-box-body {
        padding-bottom: 30px;
    }
    .signup-box-headling{
        padding-top: 30px;
    }
    .signup-box .form-control {
        height: 40px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767.98px) {
    .signup-box {
        margin-top: 60px;
    }
}

/*================================
       9- Features Section
================================*/

.features p {
    padding: 0 10px;
    margin: 0;
    line-height: 1.8;
}

.features h3 {
    margin: 15px 0 10px;
    font-size: 18px;
}


/*================================
       10- Photo-Text Section
================================*/

.photo-text-body {
    padding: 100px 0;
}

.photo-text h2 {
    margin-bottom: 25px;
}

.text-box h3 {
    margin: 0 0 7px;
    text-transform: uppercase;
    font-size: 18px;
}
.text-box .media-body{
    padding-left: 10px;
}
.text-box p {
    margin-top: 0;
    margin-bottom: 0;
}

.text-box {
    margin-bottom: 40px !important;
    
}

.text-box:last-child {
    margin-bottom: 0 !important;
    
}

/*----------------------
    Responsive CSS
----------------------*/

@media only screen and (max-width: 991.98px) {
	.photo-text-body {
    padding: 73px 0 80px;
}
    .text-box {
        margin-bottom: 18px;
    }
    .text-box:last-child {
        margin-bottom: 0;
    }
	.about-image{
		margin: 40px auto 0;
	}
}

@media only screen and (max-width: 767.98px) {
    .text-box:last-child{
        margin-bottom: 40px !important;;
    }
    .photo-text {
        margin-top: 40px;
    }
    .photo-text h2 {
        margin-bottom: 20px;
    }
    
}

/*================================
       11- Video Section
================================*/

.video {
    background-size: cover;
    background-position: top;
}

.video .heading {
    color: #fff;
}

.video .xparagraph {
    color: #f1f1f1;
}

.video-play-box {
    height: 100px;
    width: 100px;
    margin: 0 auto;
    outline: none;
    border-radius: 50%;
    -webkit-transition: all linear 0.4s;
    transition: all linear 0.4s;
}

.video-play-box:hover{
	transform: scale(1.2);
}

.video-play-box a {
    outline: none;

}

.video-play-box a:focus,
.video-play-box a:hover {
    text-decoration: none;

}

.video-play-icon {
    line-height: 100px;
    display: block;
    font-size: 30px;
    margin: 0 0 0 10px;
    outline: none;
}
.video-play-icon:hover{
    color: #fff;
}

/*================================
       12- News Section
================================*/

.news a {
    text-decoration: none;
}

.news span i {
    font-size: 14px;
    color: #777;
    margin-right: 1px;
}

.meta{
    font-size: 13px;
    color: #666;
    margin-bottom: 15px;
}
.news img {
    margin-bottom: 22px;
}

.news h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

.blog-admin i,
.blog-post-time i,
.blog-post-date i {
    padding-right: 5px;
    color: #aaa;
}
span.separator{
    margin: 0 10px;
}
.news p {
    margin-bottom: 0;
}

.read_more_link{
    display: block;
    font-size: 14px;
    margin-top: 12px;
    font-weight: 700;
}

.read_more_link .fa{
    margin-left: 5px;
    font-size: 11px;
}

/*----------------------
    Responsive CSS
----------------------*/

@media only screen and (max-width: 767.98px) {
    .news{
        padding-bottom: 40px;
        
    }
    .news:last-child {
        padding-bottom: 0;
    }
}


/*================================
     13- Gallery Section
================================*/

.gallery .mixit_up_btn {
    margin-left: auto;
    margin-right: auto;
    display: inline-table;
    margin-bottom: 30px;
}

.gallery .mixit_up_btn button {
    float: left;
    cursor: pointer;
    margin-right: 5px;
    display: inline;
    padding: 5px 17px;
    color: #333;
    border: none;
    FONT-WEIGHT: 500;
    border-radius: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
}
.gallery .mixit_up_btn button:focus {
    text-decoration: none;
	outline: none;
}

.gallery .mix{
    padding: 0;   
    position: relative;
}
.hover_text{
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    transition: all linear 0.2s;
	opacity: 0.1;
}
.mix:hover .hover_text{
	opacity: 0.8;
}
.hover_text h3{
    margin-top: 0;
    color: #fff;
}
.hover_content i{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 42px;
    text-align: center;
    background: #fff;
    margin-top: 10px;
    font-size: 16px;
}
.hover_text a:focus{
    outline: none; 
}
.hover_content{
    position: absolute;
    top: 35%;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    visibility: hidden;
	text-align: center;
	color: #fff;
    width: 100%;
}
.hover_content h3{
	color: #fff;
	margin: 0;
}
.gallery .mix:hover .hover_content{
    visibility: visible;
}

.mixit_up_btn .btn-link.mixitup-control-active{
    color: #fff;
}
/*----------------------
    Responsive CSS
----------------------*/

@media screen and (max-width: 991.98px) {
    .mix:nth-child(n+7) {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767.98px) {
    .mix:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 530px) {    
    .gallery ul {
        padding: 0;
    }
}

@media screen and (max-width: 450px) {
    .hover_content {
        top: 25%;
    }
}


/*=======================================
    	14- Pricing Table Section
=======================================*/

.pricing-box{
    background: #fff; 
    padding-bottom: 30px;
    transition: all linear 0.3s;
}

.pricing-box-gap{
    height: 20px;
}

.pricing-box.featured{
    padding-top: 20px;
    padding-bottom: 50px; 
    color: #fff;
}

.plan-title {
    background-color: #111;
    position: relative;
    padding: 13px 0px;
    letter-spacing: 1px;
    width: 70%;
    margin: auto;
    bottom: -20px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}
.pricing-box h3{
    padding: 30px 0 25px;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
}

.pricing-box.featured h3{
    color: #fff;
}

.plan_header{
	padding: 0px 0 20px;
	background: none !important;
	border-bottom: solid 1px #eee;
}
.featured .plan_header{
	border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
span.pan_price_symbol{
    font-size: 26px;
    position: relative;
    top: -25px;
    right: 2px;
}
.plan-price {
    /*! font-weight: 300; */
    font-size: 65px;
    line-height: 1;
}
@media (max-width: ){}

.plan-type {
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    top: -32px;
    left: 3px;
}

.plan-features {
    padding: 20px 0 25px 0;
    margin: 0;
    list-style: outside none none;
}

.plan-features li {
    padding: 8px 5%;
}

.pricing-box.shadow {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.pricing-box .xbutton{
    background: none;
}
.pricing-box .xbutton:hover{
    transform: scale(1.1);
}
.pricing-box:hover{
    margin-top: -20px;
}
.pricing-box.featured:hover{
    margin-top: 0px;
}

.pricing-box.featured .xbutton{
    border-color: #fff !important;
    color: #fff;
}


/*----------------------
    Responsive CSS
----------------------*/

@media only screen and (max-width: 1199.98px) {
    .plan-title:after {
        border-width: 40px 265px 0 0;
    }
}

@media only screen and (max-width: 991.98px) {
    .plan-title:after {
        border-width: 40px 190px 0 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .plan-title:after {
        border-width: 40px 300px 0 0;
    }
    .pricing-box {
        margin-bottom: 20px;
    }
    .pricing-box:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 330px) {
    .plan-title:after {
        border-width: 40px 280px 0 0;
    }
}

/*================================
     15- Counter Section
================================*/

.counter {
    background-size: auto;
    background-position: center;
    color: #fff;
}

.counterup:after {
    content: '+';
    margin-left: 5px;
}

.counter span.counterup {
    margin-top: 8px;
    font-size: 36px;
    margin-bottom: 0;
    color: #fff;
    display: block;
    font-weight: 600;
}

.counter p {
    margin: 0;
    font-size: 16px;
    margin-top: -4px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px;
}

/*----------------------
    Responsive CSS
----------------------*/

@media only screen and (max-width: 767.98px) {
    .counter .col-sm-3 {
        margin-bottom: 50px;
    }
    .counter .col-sm-3:last-child {
        margin-bottom: 0;
    }
}


/*================================
     16- Testimonial Section
================================*/

.testimonial .xparagraph {
    margin-bottom: 10px;
}

.testimonial-box h3 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 3px;
}

.testimonial-box .name-heading {
    margin: 0;
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 1px;
}

.testimonial-box p {
    font-size: 22px;
    margin-top: 15px;
}

.testimonial-icon {
    color: #666;
    padding-right: 8px;
}

.testimonial-icon:last-child {
    padding-right: 0;
    padding-left: 8px;
}

.testimonial-img img {
    height: 94px;
    width: 94px;
}

.testimonial-img {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    border: solid 4px;
    margin: 0 auto;
}

.owl-theme .owl-dots .owl-dot span {
    border-radius: 0;
    margin-top: 25px;
    margin-bottom: 0;
}


/*----------------------
    Responsive CSS
----------------------*/

@media only screen and (max-width: 991.98px) {
    .testimonial .xparagraph {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .testimonial .xparagraph {
        margin-bottom: -10px;
    }
}

@media only screen and (max-width: 575.98px) {
    .testimonial-box p {
        font-size: 20px;
    }
    .testimonial-box h3{
        font-size: 18px;
    }
    .testimonial-box .name-heading{
        font-size: 14px;
    }
}


/*================================
     17- Subscirbe Section
================================*/

.subscribe {
    background-position: center;
    background-size: cover;
    color: #f1f1f1;
}

.subscribe .heading {
    color: #fff;
}

.subscribe .xparagraph {
    color: #f1f1f1;
}

.subscribe input {
    padding: 24px 10px;
    margin-bottom: 15px;
    border-radius: 0;
    text-align: center;
    border: none;
    background: none;
    border-bottom: solid 2px #fff;
    color: #fff;
    box-shadow: none;
}

.subscribe input:focus{
    outline: none !important;
    box-shadow: none !important;
    background: none;
    color: #ffffff;
}

.subscribe input::placeholder,
.subscribe input:-ms-input-placeholder,
.subscribe input::-ms-input-placeholder{
    color: #fff;
}

.subscribe .xbutton {
    font-size: 15px;
    border: none;
	letter-spacing: 2px;
    text-transform: uppercase;
}
.subscribe .xbutton:hover{
    color: #fff;
}

/*----------------------
    Responsive CSS
----------------------*/

@media only screen and (max-width: 480px) {
    .subscribe .xbutton {
        margin-top: 10px;
        font-size: 14px;
    }
}

/*================================
       18- Footer Section
================================*/

footer {
    background: rgb(13, 19, 23);
    color: rgba(255,255,255,0.7);
    padding: 20px 0;
    text-align: center;
    font-size: 13px;
}

footer .social-icons a {
    padding: 0 7px;
    font-size: 18px;
    -webkit-transition: all linear 0.4s;
    transition: all linear 0.4s;
    color: rgba(255,255,255,0.5);
}
footer .social-icons i {
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

footer .social-icons i:hover{
	transform: scale(1.3);
}
.social-icons {
    margin-bottom: 6px;
}

/*----------------------
    Responsive CSS
----------------------*/

@media only screen and (max-width: 480px) {
    footer {
        font-size: 13px;
        padding: 20px 0;
    }
}

.page-footer_links_item {
    display: inline-block;
    margin: 0 10px;
}

.page-footer_links_list{
    padding-inline-start: 0px;
    margin-bottom : 0px;
}

.sub-heading{
    font-weight: 600;
    font-size: 22px;
    color: #ffffff;
    margin-top: 20px;
}

.testimonial{
    background-color: #ff7a59;
}

.testimonial p{
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}






