/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body{
	padding:0;
	margin:0;
	background:#fff;
	position:relative;
	font-family: 'Lato', sans-serif;
}
html {
  scroll-behavior: smooth;
}
body a{
	transition: none;
}
a:hover{
	text-decoration:none;
}
input[type="button"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
    color: #323648;	
}	
p{
    margin: 0;
    line-height: 1.5;
    color: #707579;
    font-size: 16px;
    letter-spacing: .2px;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}


/*-- header --*/

/* header top --*/
ul.header-w3_pvt li, ul.header-w3_pvt li p, ul.header-w3_pvt li a {
    letter-spacing: .5px;
    color: #eee;
	font-size: 14.5px;
    list-style-type: none;
	font-family: 'Lato', sans-serif;
	display: inline-block;
}

/* CSS Document */

header {
    position: absolute;
    z-index: 9;
    width: 100%;
}

.toggle,
[id^=drop] {
    display: none;
}

/* Giving a background-color to the nav container. */

header nav {
    margin: 0;
    padding: 0;
}


#logo a {
    float: left;
    display: initial;
    margin: 0;
    color: #333;
    font-size: 24px;
    text-transform: capitalize;
    display: initial;
    line-height: 1.3em;
    font-weight: 600;
    padding: 0;
    letter-spacing: 0px;
}
div#logo img {
    height: 30px;
    float: left;
}

#logo a span {
    color: #30c39e;
}
header nav.mnu{
    background: #fff;
    padding: .9em 1.5em;
}
/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

header nav:after {
    content: "";
    display: table;
    clear: both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */

header nav ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

/* Positioning the navigation items inline */

header nav ul li {
    margin: 0px;
    display: inline-block;
    float: left;
}

/* Styling the links */

header nav a {
    color: #333;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 0 14px;
	font-family: 'Lato', sans-serif;
}


header nav ul li ul li:hover {
    background: #f8f9fa;
}

/* Background color change on Hover */

header nav a:hover {
    color: #f85a40;
}

header .menu li.active a{
    color: #f85a40;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */

header nav ul ul {
    display: none;
    position: absolute;
    /* has to be the same number as the "line-height" of "nav a" */
    top: 25px;
    background: #fff;
    padding: 10px;
	box-shadow: 4px 4px 10px 2px rgba(0, 0, 0, 0.1)
}

/* Display Dropdowns on Hover */

header nav ul li:hover > ul {
    display: inherit;
}

/* Fisrt Tier Dropdown */

header nav ul ul li {
    width: 170px;
    float: none;
    display: list-item;
    position: relative;
}

header nav ul ul li a {
    color: #333;
    padding: 7px 10px;
    display: inline-block;
    letter-spacing: 1px;
}
/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/

header nav ul ul ul li {
    position: relative;
    top: -60px;
    /* has to be the same number as the "width" of "nav ul ul li" */
    left: 170px;
}


/* Change ' +' in order to change the Dropdown symbol */

li > a:only-child:after {
    content: '';
}


/* Media Queries
--------------------------------------------- */

@media all and (max-width: 768px) {

    #logo {
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
        float: none;
    }

	header nav {
        margin: 0;
    }

    /* Hide the navigation menu by default */
    /* Also hide the  */
    .toggle + a,
    .menu {
        display: none;
    }

    /* Stylinf the toggle lable */
    .toggle {
		display: block;
		padding: 5px 15px;
		font-size: 16px;
		text-decoration: none;
		border: none;
		float: right;
		background-color: #f85a40;
		color: #fff;
		cursor: pointer;
	}
    .menu .toggle {
		float: none;
		text-align: center;
		margin: auto;
		width: auto;
		display: inline-block;
		padding: 5px 26px;
		font-weight: normal;
		font-size: 14px;
		text-transform: uppercase;
		letter-spacing: 1px;
    }
    .toggle:hover {
        color: #fff;
        background-color: #f85a40;
    }

    /* Display Dropdown when clicked on Parent Lable */
    [id^=drop]:checked + ul {
        display: block;
        padding: 15px 0;
        text-align: center;
		width: 100%;
    }

    /* Change menu item's width to 100% */
    nav ul li {
        display: block;
        width: 100%;
        padding: 5px 0;
    }

    nav ul ul .toggle,
    nav ul ul a {
        padding: 0 40px;
    }

    nav ul ul ul a {
        padding: 0 80px;
    }

    nav a:hover,
    nav ul ul ul a {
        background-color: transparent;
    }

    nav ul li ul li .toggle,
    nav ul ul a,
    nav ul ul ul a {
        padding: 14px 20px;
        color: #FFF;
        font-size: 17px;
    }


    nav ul li ul li .toggle,
    nav ul ul a {
		text-align: center;
    }

    /* Hide Dropdowns by Default */
    header nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
        /* has to be the same number as the "line-height" of "nav a" */
    }

    /* Hide menus on hover */
    nav ul ul li:hover > ul,
    nav ul li:hover > ul {
        display: none;
    }

    /* Fisrt Tier Dropdown */
    header nav ul ul li {
        display: block;
        width: 100%;
        padding: 0;
    }

    nav ul ul ul li {
        position: static;
        /* has to be the same number as the "width" of "nav ul ul li" */
    }
    nav ul ul li a {
        color: #fff;
        font-size: 0.85em;
    }
}

@media all and (max-width: 330px) {

    nav ul li {
        display: block;
        width: 94%;
    }
}
/* header */


/*-- banner --*/
.banner{
	background:url(../images/banner.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:750px;
	position: relative;
}
.banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    background: #000;
}
.banner-layer {
    background: url(../images/layer.png)repeat;
    min-height: 770px;
}
.banner1{
	background:url(../images/banner1.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:250px;
	position: relative;
}
.banner1:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    background: #000;
}
.banner-layer1 {
    background: url(../images/layer.png)repeat;
	min-height:300px;
}

.w3pvt_banner_info {
    padding: 18em 0em 0em;
}
.w3pvt_banner_info h3 {
    font-size: 3.8em;
    color: #fff;
    letter-spacing: 0px;
	text-transform: capitalize;
    font-weight: 300;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}
a.read,a.started:hover {
    background: #f85a40;
    padding: 10px 30px;
    border-radius: 0px;
    letter-spacing: 1px;
    font-size: 15px;
	border: 2px solid #f85a40;
    color: #fff;
    margin-top: 3em;
    transition: 0.3s;
}
a.started,a.read:hover {
	background: none;
	padding: 10px 30px;
	border-radius: 0px;
	letter-spacing: 1px;
	font-size: 15px;
	color: #fff;
	border: 2px solid #fff;
	margin-top: 3em;
    transition: 0.3s;
}

/*-- //banner --*/

/*-- about --*/
.about-left h3 {
    text-transform: capitalize;
    line-height: 32px;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0px;
}
.about-left span.fa {
    color: #30c39e;
    font-size: 40px;
    margin-bottom: 15px;
}
.img-position {
    position: absolute;
    left: 10%;
    top: 15%;
    border: solid #fff;
    border-width: 5px 5px 5px 0px;
}
.img-border {
}
/*-- //about --*/

/*-- about bottom --*/
.about-bottom {
    background: #f8f9fa;
}
.bottom_grids h3 {
    text-transform: capitalize;
    line-height: 36px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
}
.bottom_grids h3:hover{
    color: #f85a40;
    transition: 0.5s;
}
.bottom_grids a {
    color: #484848;
    font-weight: 600;
    font-size: 15px;
    display: block;
    letter-spacing: .5px;
    transition: 0.5s;
}
.bottom_grids a:hover {
    color: #f85a40;
    transition: 0.5s;
}
.bottom_grids span.fa {
    color: #f85a40;
    font-size: 40px;
    margin-bottom: 20px;
}
h3.heading {
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0px;
}
h5.heading {
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #777;
    font-size: 15px;
    letter-spacing: 1px;
}
/*-- //about bottom --*/

/*-- services --*/
.services-info h4 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 28px;
}
.services-info h5 {
    font-size: 20px;
    font-style: italic;
    text-transform: capitalize;
}
.services-info h4:hover {
	color: #f85a40;
	transition : 0.3s;
}
.services-info h4.single-head,.services-info h4.single-head:hover {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 28px;
    color: #323648;
}
/*-- //services --*/


/*--/counter--*/
.stats {
    background: #f85a40;
}
.stats h3.heading{
	color: #fff;
}
.stats h5.heading{
	color: #eee;
}

.counter {
    background: none;
    border-radius: 0;
    color: #fff;
}

.count-title {
    font-size: 35px;
    margin-bottom: 0;
    font-weight: 600;
    color: #fff;
}
.count-title span.fa {
    font-size: 30px;
    width: 35px;
}
.count-text {
    font-size: 16px;
    margin-top: 10px;
    letter-spacing: 2px;
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 400;
}
.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}
/*--//counter--*/

/*-- text --*/

.text-content {
    background: url(../images/banner1.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    position: relative;
}
.overlay-inner {
    background: rgba(0, 0, 0, 0.5);
}

.order-left-content h4 {
    font-size: 4em;
    font-weight: 600;
}
.test-info p {
    color: #ccc;
    letter-spacing: 1px;
}
h3.tittle {
    font-size: 3.3em;
    color: #fff;
    font-weight: 300;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    text-transform: capitalize;
    letter-spacing: 0px;
    margin: 0;
    line-height: 1;
}
h4.tittle {
    font-size: 3.3em;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    text-transform: capitalize;
    letter-spacing: 0px;
    margin: 0;
}
.test-info a{
    border: 2px solid #fff;
    border-radius: 0px;
    padding: 11px 30px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: capitalize;
    display: inline-block;
    transition: 0.5s;
}
.test-info a:hover {
    background: #fff;
    color: #333;
    transition: 0.5s;
}
.test-info {
    max-width: 700px;
}
/*-- //text --*/


/*-- blog --*/
.blog-info h4 {
    text-transform: capitalize;
    line-height: 36px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
    transition: 0.5s ease;
}
.blog-info h4:hover {
    color: #f85a40;
    transition: 0.3s ease;
}
.blog-info h6 {
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
    color: #777;
}
.read-icon a {
    width: 45px;
    height: 45px;
    text-align: center;
    background: #f85a40;
    color: #fff;
    line-height: 45px;
    margin-top: 15px;
    border-radius: 50%;
    display: block;
    transition: 0.3s;
}
.read-icon a:hover {
    padding-left: 10px;
    transition: 0.3s;
}
.read-icon span.fa{
    color: #fff;
    line-height: 45px;
    font-size: 15px;
}
ul.blog-icons li {
    display: inline-block;
    margin: 0 2px;
}
ul.blog-icons li a {
    width: 45px;
    height: 45px;
    text-align: center;
    background: #fff;
    color: #f85a40;
    line-height: 45px;
    margin-top: 15px;
    border-radius: 50%;
    display: block;
	box-shadow: 7px 7px 10px 0 rgba(76, 110, 245, .05);
}
.blog img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	transition: 0.5s;
}
.blog img{
	transition: 0.5s;
}
ul.blog-icons {
    right: 2%;
    bottom: -9%;
}
.wthree-video iframe {
    width: 100%;
    min-height: 305px;
}
/*-- //blog --*/

/*-- error page --*/
h3.error {
    color: #30c39e;
    font-size: 150px;
    font-weight: 800;
}
.error-content h5 {
    text-transform: capitalize;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #777;
}
.error-content a {
    background: #f85a40;
    padding: 10px 30px;
    border-radius: 0px;
    letter-spacing: 1px;
    font-size: 15px;
    border: 2px solid #f85a40;
    color: #fff;
    margin-top: 3em;
    display: inline-block;
}
/*-- //error page --*/


/*-- login --*/
.login-form,.register-form  {
    padding: 0em 0em;
    position: relative;
    z-index: 1;
    max-width: 440px;
    margin: 0em auto;
}
.login-form form .field-group span,.register-form form .field-group span{
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 20%;
    -webkit-flex: 1;
    -ms-flex: 1;
    color: #aaa;
    background: transparent;
    line-height: 50px;
    text-align: center;
    padding-left: 5px;
}
form .field-group .wthree-field {
    flex: 4 50%;
    -webkit-box-flex: 4 50%;
    -moz-box-flex: 4 50%;
    -webkit-flex: 4 50%;
    -ms-flex: 4 50%;
}
.login-form form .field-group,.register-form form .field-group {
    background: none;
    border: 1px solid #cfcfcf;
    display: flex;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin-bottom: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.login-form .wthree-field input,.register-form .wthree-field input {
    padding: 13px 0 13px 5px;
    font-size: 16px;
	color:#333;
    letter-spacing: 0px;
    border: none;
    background: transparent;
    box-sizing: border-box;
    width: 100%;
    outline: none;
}
.wthree-field button.btn {
    background: #f85a40;
    border: none;
    color: #fff;
    padding: 11px 15px;
    text-transform: uppercase;
    font-size: 16px;
    width: 100%;
    margin-top: 10px;
    letter-spacing: 0px;
    cursor: pointer;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.login-form ul.list-login,.register-form ul.list-login {
    margin-top: 1.5em;
    margin-bottom: 1em;
}

/* switch */

.login-form label.switch,.register-form label.switch {
    position: relative;
    display: inline-block;
    height: 18px;
    padding-left: 2.5em;
    cursor: pointer;
    color: #333;
}

.login-form li:nth-child(2) a,.login-form label.switch,.register-form li:nth-child(2) a,.register-form label.switch {
    font-size: 15px;
    letter-spacing: 0px;
    color: #333;
    text-transform: capitalize;
}
.login-form ul.list-login-bottom li:nth-child(1) a,.login-form ul.list-login-bottom li:nth-child(2) a,.register-form ul.list-login-bottom li:nth-child(1) a,.register-form ul.list-login-bottom li:nth-child(2) a  {
    font-size: 15px;
    letter-spacing: 0px;
    font-weight: normal;
    text-transform: uppercase;
    color: #333 !important;
}
.login-form li.switch-agileits,.register-form li.switch-agileits {
    float: left;
}
.login-form ul.list-login li:nth-child(2),.register-form ul.list-login li:nth-child(2) {
    float: right;
}
.login-form li:nth-child(2) a,.login-form li:nth-child(1) a,.register-form li:nth-child(2) a,.register-form li:nth-child(1) a {
    color: #333;
}
.login-form ul.list-login-bottom li:nth-child(2),.register-form ul.list-login-bottom li:nth-child(2) {
    float: right;
}
.login-form ul li,.register-form ul li {
    display: inline-block;
}
.login-form .switch input,.register-form .switch input {
    display: none;
}

.login-form .slider,.register-form .slider {
    position: absolute;
    cursor: pointer;
    top: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 23%;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-transition: .4s;
    transition: .4s;
}

.login-form .slider:before,.register-form .slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.login-form input:checked+.slider {
    background-color: #30c39e;
}

.login-form input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

.login-form input:checked+.slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}

/* Rounded sliders */

.login-form .slider.round {
    border-radius: 34px;
}

.login-form .slider.round:before {
    border-radius: 50%;
}

/* //switch */

.login-form p.account a,.register-form p.account a {
    color: #30c39e;
    font-weight: 600;
    margin-left: 5px;
}

/*-- //login --*/

/*--timer--*/
.agile {
	text-align: center;
}

.examples {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

div#simply-countdown-losange {
    max-width: 60%;
    margin: 4vw 5vw;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: no-wrap;
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
}

.simply-section {
    flex-basis: 25%;
    -webkit-flex-basis: 25%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box;
    text-align: center;
}

span.simply-amount {
	font-size: 4em;
    display: inline-block;
    color: #333;
	line-height:1;
    font-weight: 600;
}

span.simply-word {	
    font-size: .9em;
    color: #666;
    display: block;
    text-transform: uppercase;
    margin-top: 0.5em;
    text-align: center;
    letter-spacing: 2px;
}

span.simply-amount {
    color: #30c39e;
    font-size: 60px;
}
.wthree-info h4 {
    font-size: 30px;
    color: #333;
    margin-top: 0px;
    text-transform: capitalize;
}
.comingsoon-newsletter {
    text-align: center;
    width: 50%;
    margin: 1em auto 0em;
    position: relative;
}
.comingsoon-newsletter input[type="email"] {
    padding: 13px 20px 13px 20px;
    border: 1px solid #333;
    width: 100%;
    text-align: left;
    font-size: 15px;
    color: #777;
    background-color: transparent;
    outline: none;
    letter-spacing: 0.2px;
    border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.comingsoon-newsletter button.btn {
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 1px;
    background-color: #333;
    position: absolute;
    padding: 0 30px;
    top: 4px;
    bottom: 4px;
    right: 4px;
    border: none;
    outline: none;
    border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.comingsoon-newsletter button.btn:hover {
    background: #111;
    color: #fff;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/* --//timer-- */

/*-- footer top --*/

.footer-top {
    background: #f8f9fa;
}
h4.footer-top-text {
    font-size: 2em;
    letter-spacing: 0px;
    line-height: 1.4em;
}
.footer-top a.serv_link {
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
    padding: 14px 25px;
    border-radius: 0px;
    background: #f85a40;
    display: inline-block;
}
.footer-top a.serv_link:hover {
    background: #333;
    color: #ddd;
}
/*-- //footer top --*/


/*-- footer --*/
footer{
	background: #111;
}
.copyright{
	background: #171717;
}

.social ul {
    list-style-type: none;
}
.social ul li a{
    display: block;
    background: #191919;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50%;
}
.social ul li a:hover{
    background: #333;
}
.social ul li span.fa {
    font-size: 13px;
    color: #888;
    line-height: 38px;
}
.copyright p {
    font-size: 16px;
}
.copyright p a {
    color: #bbb;
}
.footer-logo a.navbar-brand {
    font-size: 30px;
    display: inline-block;
    margin: 0;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 600;
    border: none;
    padding: 0;
}
.footer-logo a.navbar-brand span.fa {
    color: #30c39e
}
.footer-middle p a {
    color: #777;
    font-size: 15px;
}
.footer-middle p a:hover {
    color: #999;
	transition: 0.5s;
}
footer p {
    margin-bottom: 8px;
}
footer p span.fa {
    width: 25px;
}
h4.w3footer-heading {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}
footer ul li {
    display: block;
    margin-bottom: 8px;
}
footer ul li a{
    color: #707579;
    font-size: 16px;
    letter-spacing: 0px;
	transition: 0.5s;
}
footer ul li a:hover{
    color: #aaa;
	transition: 0.5s;
}
.subscribe-form input[type="email"] {
    outline: none;
    padding: 13px 15px;
    color: #999;
    font-size: 15px;
    width: 80%;
    border: none;
    background: none;
    letter-spacing: .2px;
}
.subscribe-form button.btn1 {
    color: #777;
    border: none;
    padding: 10px 0;
    outline: none;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    background: none;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    float: right;
    width: 20%;
}
.subscribe-form button.btn1:hover {
    color: #fff;
}
.subscribe-form form {
    border: 1px solid #777;
    width: 100%;
    margin-top: 20px;
    display: flex;
}
/*-- //footer --*/


/*-- team --*/
.team-txt-info {
    text-align: center;
}
.team-social-position{
	position: relative;
}
.team-info {
    position: absolute;
    right: 3%;
    bottom: 22%;
}
.team-info a.fac,.team-info-single a.fac {
    font-size: 13px;
    color: #fff;
    width: 36px;
    line-height: 36px;
    height: 36px;
    background: #3b5998;
    display: inline-block;
    text-align: center;
	border-radius: 50%;
}
.team-info a.twitter,.team-info-single a.twitter {
    font-size: 13px;
    color: #fff;
    width: 36px;
    line-height: 36px;
    height: 36px;
    background: #1da1f2;
    display: inline-block;
    text-align: center;
	border-radius: 50%;
}
.team-info a.google,.team-info-single a.google {
    font-size: 13px;
    color: #fff;
    width: 36px;
    line-height: 36px;
    height: 36px;
    background: #dd4b39;
    display: inline-block;
    text-align: center;
	border-radius: 50%;
}
.team-info a span.fa,.team-info-single a span.fa{
    color: #fff;
    line-height: 36px;	
}
.w3-w3pvt-team-img:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	transition: 0.3s;
}
.w3-w3pvt-team-img img {
	transition: 0.3s;
}
h4.heading{
    font-size: 24px;
    line-height: 35px;
    letter-spacing: .5px;
    color: #343a40;
}
.team-txt-info h4 {
    font-size: 20px;
    letter-spacing: 0px;
    color: #343a40;
    line-height: 25px;
    font-weight: 600;
    text-transform: capitalize;
}
.team p {
    color: #666;
    letter-spacing: 0px;
}
.w3-w3pvt-team-img img{
	border-radius: 0%;
    width: 100%;
}
.team {
    background: #f8f9fa;
}
.team-txt-single h4 {
    font-size: 22px;
    letter-spacing: .5px;
    color: #343a40;
    line-height: 25px;
    font-weight: 600;
    text-transform: capitalize;
}
.team-txt-single p {
    color: #666;
    letter-spacing: .5px;
}
/*-- //team --*/


/*-- contact page --*/

.contact-form .form-control {
    padding: 0.9rem;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 0rem;
}
.contact-form textarea {
    overflow: auto;
    resize: vertical;
    height: 10em;
}
.contact-form button.btn.btn-default {
    background: #f85a40;
    padding: 10px 30px;
    font-size: 17px;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 0px;
    width: 100%;
}
.w3layouts-map iframe {
    width: 100%;
    min-height: 400px;
    border: none;
}
/*-- //contact page --*/

/*-- move top --*/
.move-top {
    position: relative;
}

a.move-top {
    text-align: center;
    position: absolute;
    right: 1%;
    bottom: 0%;
}

a.move-top span{
    color: #fff;
    width: 36px;
    height: 36px;
    border: transparent;
    line-height: 2em;
    background: #f85a40;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
}

/*-- //move top --*/


/*-- Responsive design --*/

@media screen and (max-width: 1366px) {
	
}
@media screen and (max-width: 1280px) {
	
}
@media screen and (max-width: 1080px) {
	
}
@media screen and (max-width: 1024px) {
	footer p {
		font-size: 14.5px;
	}
	h4.footer-top-text {
		font-size: 1.8em;
		letter-spacing: 1px;
	}
	h3.tittle,h4.tittle {
		font-size: 3em;
	}
	.about-left h3 {
		font-size: 23px;
		letter-spacing: 0.5px;
	}
	.w3pvt_banner_info h3 {
		font-size: 3.4em;
	}
	.banner {
		min-height: 700px;
	}
	.wthree-video iframe {
		min-height: 260px;
	}
}
@media screen and (max-width: 991px) {
	header nav a {
		font-size: 14px;
		letter-spacing: 1px;
		padding: 0 9px;
	}
	header nav.mnu {
		padding: .9em 1em;
	}
	#logo a {
		font-size: 23px;
		letter-spacing: 0px;
	}
	.count-text {
		font-size: 15px;
		letter-spacing: .5px;
		line-height: 1.2;
	}
	.test-info a {
		padding: 10px 30px;
		font-size: 15px;
		letter-spacing: 1px;
	}
	.banner1 {
		min-height: 200px;
	}
	h3.error {
		font-size: 120px;
	}
	.wthree-video iframe {
		min-height: 195px;
	}
	.blog-info h4 {
		line-height: 26px;
	}
	.w3layouts-map iframe {
		min-height: 350px;
	}
	div#simply-countdown-losange {
		max-width: 70%;
	}
	.comingsoon-newsletter {
		width: 80%;
	}
}
@media screen and (max-width: 800px) {
	.w3pvt_banner_info {
		padding: 16em 0em 0em;
	}
	.banner {
		min-height: 650px;
	}
	.w3pvt_banner_info h3 {
		font-size: 3.1em;
	}
	h3.tittle, h4.tittle {
		font-size: 2.8em;
		letter-spacing: 0px;
	}
}
@media screen and (max-width: 768px) {
	header nav.mnu {
		padding: .6em 1em;
	}
	.count-title {
		font-size: 2.2em;
	}
	.banner {
		min-height: 600px;
	}
}
@media screen and (max-width: 736px) {
	ul.header-w3_pvt li {
		display: inline-block;
	}
	ul.header-w3_pvt li:nth-child(1) {
		margin-right: 15px;
	}
	.w3pvt_banner_info h3 {
		font-size: 2.8em;
	}
	h3.heading {
		font-size: 33px;
		letter-spacing: 1px;
	}
	h4.footer-top-text {
		font-size: 1.7em;
		letter-spacing: 0px;
	}
	.footer-top a.serv_link {
		font-size: 15px;
		letter-spacing: 1px;
		padding: 12px 25px;
	}
	.footer-logo a.navbar-brand {
		font-size: 28px;
		letter-spacing: 1px;
	}
	.subscribe-form form {
		width: 70%;
	}
	h3.error {
		font-size: 100px;
	}
	.wthree-video iframe {
		min-height: 280px;
	}
	.w3layouts-map iframe {
		min-height: 300px;
	}
	div#simply-countdown-losange {
		max-width: 90%;
	}
	span.simply-amount {
		font-size: 50px;
	}
	.comingsoon-newsletter {
		width: 100%;
	}
}
@media screen and (max-width: 667px) {
	
}
@media screen and (max-width: 600px) {
	.banner {
		min-height: 570px;
	}
	.bottom_grids h3 {
		font-size: 21px;
		letter-spacing: 0.5px;
	}
	h3.tittle, h4.tittle {
		font-size: 2.5em;
	}
}
@media screen and (max-width: 568px) {
	h3.tittle, h4.tittle {
		font-size: 2.4em;
	}
	.team-grids {
		width: 75%;
		margin: auto;
	}
	.contact-form .form-control {
		padding: 0.6rem 0.9rem;
	}
	.contact-form textarea {
		height: 6em;
	}
}
@media screen and (max-width: 480px) {
	.w3pvt_banner_info h3 {
		font-size: 2.4em;
	}
	.w3pvt_banner_info {
		padding: 14em 0em 0em;
	}
	.banner {
		min-height: 520px;
	}
	.about-left h3 {
		font-size: 22px;
	}
	h3.heading {
		font-size: 30px;
		letter-spacing: 0.5px;
	}
	h4.footer-top-text {
		font-size: 1.5em;
		letter-spacing: 0px;
	}
	.copyright p {
		font-size: 16px;
		padding: 0 20px;
	}
	.wthree-video iframe {
		min-height: 260px;
	}
	.w3layouts-map iframe {
		min-height: 250px;
	}
	.login-form ,.register-form {
		margin: 0em 2em;
	}
	div#simply-countdown-losange {
		max-width: 100%;
		margin: 5vw 0vw;
	}
	span.simply-amount {
		font-size: 45px;
	}
	.wthree-info h4 {
		font-size: 26px;
	}
	.spinner > span {
		width: 90%;
		height: 90%;
	}
	.spinner {
		width: 90px;
		height: 90px;
	}
	.comingsoon-newsletter button.btn {
		font-size: 14px;
	}
	.comingsoon-newsletter input[type="email"] {
		padding: 12px 20px 12px 15px;
		text-align: left;
		font-size: 14px;
	}
}
@media screen and (max-width: 415px) {
	.img-border {
		width: 60%;
	}
	.img-position {
		left: 5%;
		width: 60%;
	}
	h3.tittle, h4.tittle {
		font-size: 2.2em;
	}
	.test-info p {
		font-size: 15px;
	}
	h4.w3footer-heading {
		font-size: 18px;
	}
	.subscribe-form form {
		width: 80%;
	}
	.about-left span.fa {
		font-size: 30px;
		margin-bottom: 5px;
	}
	.services-info h4 {
		line-height: 28px;
	}
	.team-grids {
		width: 90%;
	}
	.error-content h5 {
		font-size: 18px;
		padding: 0 10px;
	}
	.login-form,.register-form {
		margin: 0em 1em;
	}
	.login-form p.account a,.register-form p.account a {
		margin-left: 0px;
		font-size: 14px;
	}
	span.simply-word {	
		font-size: .8em;
		letter-spacing: 1px;
	}
	.spinner > span {
		width: 80%;
		height: 80%;
	}
	.spinner {
		width: 80px;
		height: 80px;
	}
	.clear-loading {
		margin: 0em auto 1em;
	}
	.comingsoon-newsletter button.btn {
		padding: 0 20px;
	}
	span.simply-amount {
		font-size: 35px;
	}
	.wthree-info h4 {
		font-size: 23px;
		margin-top: 0px;
		margin-bottom: 5px;
	}
	span.simply-word {	
		font-size: .7em;
		letter-spacing: 0px;
	}
	.counter {
		text-align: center;
	}
}
@media screen and (max-width: 384px) {
	.w3pvt_banner_info h3 {
		font-size: 2.2em;
	}
	.about-left h3 {
		font-size: 20px;
		line-height: 26px;
	}	
	p {
		font-size: 15px;
	}
	.counter span.fa {
		font-size: .9em;
		width: 30px;
	}
	.count-title {
		font-size: 2em;
	}
	h3.tittle, h4.tittle {
		font-size: 2em;
	}
	.footer-logo a.navbar-brand {
		font-size: 25px;
		letter-spacing: 0px;
	}
	.bottom_grids span.fa {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.test-info a {
		padding: 10px 25px;
		font-size: 14px;
		letter-spacing: 1px;
	}
	.services-info h4 {
		line-height: 28px;
		font-size: 18px;
	}
	h3.error {
		font-size: 80px;
	}
	.error-content h5 {
		font-size: 17px;
	}
	.error-content a {
		letter-spacing: 0px;
	}
	.wthree-video iframe {
		min-height: 180px;
	}
	h3.heading {
		font-size: 26px;
		letter-spacing: 0px;
	}
	h5.heading {
		font-size: 14px;
	}
	h4.w3footer-heading {
		font-size: 17px;
	}
}
@media screen and (max-width: 375px) {
	.copyright p {
		font-size: 15px;
	}
	
	h3.inner-heading, h3.media-heading {
		letter-spacing: 0px;
		font-size: 22px;
	}
}
@media screen and (max-width: 320px) {
	
}
/*-- //Responsive design --*/
