/*
Theme Name: Flywheel Theme
Theme URI: https://polishyourimage.com/
Description: Fly
Version: 7.0
Author: PYI
Author URI: https://polishyourimage.com/
Tags: Flywheel Theme
*/

/*Begin General*/


body, html, ul {
	margin: 0px;
 	padding: 0px;
}

body {
	font-family: 'Roboto-Regular';
	font-size: 18px;
	word-wrap: break-word;
	overflow-x: hidden;
	color: #464646;
}

.wrapperOuter {
    /*overflow: hidden;*/
}

b, strong {
	font-family: 'Roboto-Bold';
}

a {
	text-decoration:none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	outline:0!important;
	color: #128bab;
}

a:hover {
	color: #88d14f;
}

::selection {
   color: #fff; 
   background: #007391 !important;
}

* { 
	outline:none!important;
}


h1,h2,h3,h4,h5,h6 {
	margin-top:0;
	font-family: 'Roboto-Medium';
	font-weight: normal;
	margin-bottom: 10px; 
	color: #128bab;
}

h1 {
	font-size: 77.77px;
}

h2 {
	font-size: 60px;
}

h3 {
	font-size: 45px;
}

h4 {
	font-size: 35px;
}

h5 {
	font-size: 25px;
}

h6 {
	font-size: 18px;
}

ul {
	list-style:disc;
	list-style-position:inside;
	margin:0;
	padding:0;
}

ol {
	list-style:decimal;
	list-style-position:inside;
	margin:0;
	padding:0;
}

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

p {
	padding-bottom: 20px;
	margin: 0;
	line-height: 25px;
	letter-spacing: -.3px;
}

img {
	transition:all .5s;
	max-width: 100%;
	height: auto;
}

/* content */

main ol li, 
main ul li {
	list-style-position: inside;
    line-height: 25px;
    margin-bottom: 9px;
}

main ol, 
main ul {
	margin: 0;
	
}

 
.btnbx {
    opacity: 0;	
}

.dbtn .mText:last-child {
    display: none;
}
 
.dbtn {
    font-weight: normal;
    font-size: 25.4px;
    padding: 14px 20px 13px;
    border-radius: 5px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 9; 
    text-transform: uppercase;
    font-family: 'Roboto-Medium';
    background: #e95442;
    border: 1px solid #e95442;
    color: #ffffff;
}
   
.dbtn:hover {
	border-color: #1e2c56;
	background: #1e2c56;
	color: #fff;
}

.page-loaded .btnbx {   
    opacity: 1;
}

/****************/

.wrapperOuter {
	background: url(../images/wrapperouter-bg.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	min-height: 100vh;

}

.header {
	padding: 50px 0px 20px;
}

.header .logo {
	width: 390px;
	margin: 0 auto;  
}

.header .logo h5 {
    font-size: 20.48px;
    line-height: normal;
    letter-spacing: -.20px;
    color: #3bb54a;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    padding-left: 170px;
    font-family: 'Roboto-BoldItalic';
    margin-bottom: -3px;
}

.bannerWrap {
	padding: 40px 0px;
}

.bannerWrap .textBox {
	text-align: center;
	display: flex;
    justify-content: center;
    flex-direction: column;
}

.bannerWrap .textBox h1 {
	color: #1f2d57;
	font-size: 79.3px;
	line-height: 80px;
	font-family: 'Roboto-Light';
	margin-bottom: 40px;	 
}

.bannerWrap .textBox p {
	font-size: 35.86px;
	line-height: 40px;
	 font-family: 'Roboto-Light';
}

.bannerWrap .textBox h6 {
	font-family: 'Roboto-Light';
	font-size: 29.99px;
	color: #464646;
}

.bannerWrap .textBox h6 b {
	font-family: 'Roboto-BlackItalic';
	color: #1f2d57;

}

.bannerWrap .textBox .socil {
	margin-top: 30px;
}

.bannerWrap .textBox .socil ul li {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
	margin-right: 13px;
}

.bannerWrap .textBox .socil ul li:last-child {
	margin-right: 0;
}

.bannerWrap .textBox .socil ul li .icon {
	width: 55px;
	height: 55px;
    line-height: 55px;
    border-radius: 5px;
    background: #1e2c56;
    display: inline-block;
}

.bannerWrap .textBox .socil ul li .icon:hover {
	background: #e95442;
}

.bannerWrap .textBox .socil ul li .icon img {
	width: 12px;
}
.bannerWrap .textBox .socil ul li:nth-child(3) .icon img {
	width: 20px;
}

.bannerWrap .textBox .socil ul li .dbtn {
	margin-top: 8px;
}







/* 
============================================================================================================
============================================================================================================

                                    THEME STYLE RESPONSIVE CSS START

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
sm .container {max-width: 540px;}
md .container {max-width: 720px;} 
lg .container {max-width: 960px;} 
xl .container {max-width: 1140px;} 
xxl .container {max-width: 1320px;} 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

@media (min-width: 1200px) {
	.container {
		max-width: 1250px;
	}

	.bannerWrap .imageBox {
		width: 38%;
	}

	.bannerWrap .textBox {
		width: 62%;
	}

	.Safari .dbtn {
		padding: 17px 20px 11px;
	}
}

/* Laptop screen */
@media (min-width: 992px) and (max-width: 1440px) { 

	.bannerWrap .textBox h1{
		font-size: 64px;
		line-height: 76px;
	}

	.bannerWrap .textBox p {
		font-size: 28px;
		line-height: 35px;
	}

	.bannerWrap .textBox h6 {
		font-size: 25px;
	}

	.bannerWrap .textBox .socil ul li .icon {
		width: 52px;
		height: 52px;
		line-height: 52px;
	}

	.dbtn {
		font-size: 20px;
	}


	
}

   
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) { 
	
	.bannerWrap .textBox h1{
		font-size: 50px;
		line-height: 60px;
		margin-bottom: 20px;
	}

	.bannerWrap .textBox p {
	    font-size: 24px;
	    line-height: 32px;
	}

	.bannerWrap .textBox h6 {
		font-size: 21px;
	}

	.bannerWrap .textBox .socil ul li .icon {
		width: 52px;
		height: 52px;
		line-height: 52px;
	}

	.dbtn {
		font-size: 20px;
	}
	

}

     
/* Landscape phone to portrait tablet */
@media (min-width: 576px) and (max-width: 767px) { 
	
}

/* Landscape phones and down */
@media (max-width: 767px) { 

	.header .logo {
		width: 280px;
	}

	.header .logo h5 {
		font-size: 15px;
		padding-left: 134px;
    	margin-bottom: -2px;
	}

	.Safari .header .logo h5 {
		padding-left: 113px;
	} 

	.Safari .dbtn {
		padding: 13px 16px 9px;
	}

	.Safari .bannerWrap .textBox .socil ul li .dbtn {
	    margin-top: 5px;
	}

	.bannerWrap .imageBox {
		text-align: center;
	}
	
	.bannerWrap .imageBox img {
		width: 250px;
		margin: 0 auto;
	}

	.bannerWrap .textBox {
		margin-top: 30px;
	}
	.bannerWrap .textBox h1{
		font-size: 34px;
		line-height: 42px;
		margin-bottom: 20px;
	}

	.bannerWrap .textBox p {
	  	font-size: 20px;
    	line-height: 28px;
	}

	.bannerWrap .textBox h6 {
		font-size: 18px;
	}

	.bannerWrap .textBox .socil ul li .icon {
	    width: 50px;
	    height: 50px;
	    line-height: 48px;
	}

	.dbtn {
		padding: 12px 16px 12px;
		font-size: 18px;
	}

	.bannerWrap .textBox .socil ul li {
		margin-right: 6px;
	}

}
     
/* Landscape phones and down */
@media (max-width: 575px) { 

	
}
