.main-menu .navigation > li > a {
    position: relative;
    display: block;
    color: #262626;
    text-align: center;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 0px;
    opacity: 1;
    font-weight: 700;
    padding: 25px 0px;
    font-size: 14px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Frank Ruhl Libre', serif;
}
.main-header .header-upper .logo-box .logo {
    position: relative;
    margin-top: -20px;
}
.main-menu .navigation > li {
    position: relative;
    margin-left: 30px;
    margin-right: 0px;
}
.main-header .nav-outer {
    position: relative;
    float: right;
}
.sticky-header .main-menu .navigation > li > a {
    padding: 27px 0px;
}
.sticky-header .main-menu .navigation > li > a:hover {
    color: #00a4ff !important;
}
.sticky-header .main-menu .navigation > li:hover > a, .sticky-header .main-menu .navigation > li.current > a {
    color: #00a4ff!important;
    background-color: inherit !important;
}
.main-slider h2 {
    position: relative;
    color: #ffffff;
    font-size: 65px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 30px;
    opacity: 0;
    padding-left: 30px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}
.main-slider h2:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    width: 80px;
    height: 80px;
    z-index: -1;
    background-color: #00a4ff;
}
.welcome-section .content-column .inner-column h2 {
    position: relative;
    color: #262626;
    font-size: 30px;
    line-height: 1.4em;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: none;
}
.sec-title {
    position: relative;
    margin-bottom:0px;
}
.welcome-section .content-column .inner-column .text p {
    position: relative;
    color: #7c7b7b;
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 20px;
    text-align: justify;
}
.custom-btn {
    position: relative;
    padding: 10px 20px 10px;
    line-height: 25px;
    background: none;
    color: #00a4ff;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #00a4ff;
    text-transform: capitalize;
    font-family: 'Alegreya Sans', sans-serif;
}
.custom-btn .arrow {
    position: relative;
    margin-right: 10px;
}
.custom-btn:hover {
    background: #00a4ff;
    color: #ffffff;
    border-color: #00a4ff;
}
.welcome-section, .window-tab-section, .estimate-section {
    position: relative;
    padding: 50px 0px;
}
.welcome-section .image-column {
    position: relative;
    margin-bottom: 0px;
}
.services-section .sec-title {
    z-index: 10;
    margin-bottom: 55px;
}
.services-section .outer-container {
    position: relative;
    padding: 50px 0px 0px 0px;
}
.services-block .inner-box .lower-content {
    position: relative;
    padding-top: 0px;
    text-align: right;
}
.services-block {
    position: relative;
    margin-bottom: 5px;
}
.services-block .inner-box .lower-content h3{
    position: relative;
    color: #262626;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.window-tab-section .window-tabs .tabs-content {
    position: relative;
    padding: 50px 0px 0px;
}
.featured-block {
    position: relative;
    margin-bottom: 100px;
}
.fluid-section-one .content-column .inner-column {
    position: relative;
    max-width: 602px;
    float: right;
    width: 100%;
    margin: 0 auto;
    padding: 50px 15px 50px 15px;
}
.text {
    position: relative;
    color: #9f9e9e;
    font-size: 18px;
    line-height: 1.6em;
}
.social-icon-one li a {
    position: relative;
    font-size: 16px;
    color: #9f9e9e;
    line-height: 33px;
    text-align: center;
    border-radius: 50px;
    padding: 2px 10px;
    display: inline-block;
    border: 1px solid rgba(255,255,255,0.10);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.address_link li a{
	display: flex;
}
.address_link li a i{
	padding-right:10px;
}
.main-footer .footer-bottom {
    position: relative;
    padding: 18px 0px;
    background-color: #00307c;
}
.main-footer .footer-bottom .copyright {
    font-size: 17px;
    text-align: center;
	color:#fff;
}
.main-footer .widgets-section {
    position: relative;
    padding: 50px 0px 40px;
}
@media only screen and (max-width: 599px){
	.main-header .header-upper .logo-box .logo {
		position: relative;
		margin-top: -20px;
	}
	.main-header .header-upper .logo-box {
		margin-bottom: 30px;
		margin-right: 0px;
		width: auto;
		text-align: center;
	}
	.main-header .nav-outer {
		width:auto;
	}
}
@media only screen and (max-width: 767px){
   .main-header .header-upper .logo-box .logo {
		position: relative;
		margin-top: -20px;
	}
	.main-header .header-upper .logo-box {
		margin-bottom: 30px;
		margin-right: 0px;
		width: auto!important;
		text-align: center;
	}
	.main-header .nav-outer {
		width:auto!important;
	}
	.main-menu .navbar-header .navbar-toggler {
		display: inline-block;
		z-index: 12;
		width: 50px;
		height: 40px;
		float: none;
		padding: 0px;
		text-align: center;
		border-radius: 0px;
		background: #00a4ff;
		border: 1px solid #00a4ff;
	}
	.main-menu .navbar-collapse > .navigation {
		float: none !important;
		margin: 0px !important;
		width: 350px!important;
		background: #2c2c2c;
		border: 1px solid #ffffff;
		border-top: none;
	}
	.main-menu .navbar-header{
		width: auto!important;
	}
}
.fact-counter-section .fact-counter {
    position: relative;
    padding: 60px 0px 50px 0px;
}
.services-section-two {
    position: relative;
    padding-bottom: 50px;
}
.company-section {
    position: relative;
    padding: 50px 0px 0px 0px;
}
.fact-counter .column {
    position: relative;
    z-index: 5;
    margin-bottom: 0px;
}
.certificate-section {
    position: relative;
    padding: 50px 0px 50px;
    background-color: #e9ede7;
}
.office-section .title-box {
    position: relative;
    padding-top: 50px;
    margin-bottom: 50px;
}
.office-section {
    position: relative;
    padding: 50px 0px 50px;
}
.contact-form-section {
    position: relative;
    padding: 50px 0px 250px;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.windows-page-section {
    position: relative;
    padding: 50px 0px 50px;
}
.company-section .facade-column .inner-column .text {
    position: relative;
    color: #7c7b7b;
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 15px;
}
.facade-column .text {
    position: relative;
    color: #7c7b7b;
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 15px;
	text-align:justify;
}
.custom-img-fluid{
	height:75px;
}
.testimonial-block .inner-box .text {
    position: relative;
    color: #7c7b7b;
    font-size: 18px;
    line-height: 1.5em;
    display: block;
}
.testimonial-block .inner-box{
	padding:50px;
}
.services-block-three .inner-box .lower-content h2 {
    position: relative;
    font-size: 18px!important;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.consulting-form .form-group textarea {
    width: 100%;
    resize: none;
    height: 200px;
}