/*
Theme Name: Crystal Cleaning
Theme URI: https://wordpress.org/themes/twentysixteen/
Template: twentysixteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Tags: one-column,two-columns,right-sidebar,accessibility-ready,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-images,flexible-header,microformats,post-formats,rtl-language-support,sticky-post,threaded-comments,translation-ready,blog
Version: 2.2.1605006583
Updated: 2020-11-10 11:09:43

*/

@font-face {
    font-family: 'poppinsregular';
    src: url('fonts/poppins-regular.woff2') format('woff2'),
         url('fonts/poppins-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'poppinssemibold';
    src: url('fonts/poppins-semibold.woff2') format('woff2'),
         url('fonts/poppins-semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'poppinsbold';
    src: url('fonts/poppins-bold.woff2') format('woff2'),
         url('fonts/poppins-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'commissionerregular';
    src: url('fonts/commissioner-regular-webfont.woff2') format('woff2'),
         url('fonts/commissioner-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*Twenty Sixteen theme css basic changes:*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    /*overflow-x:hidden;*/
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-radius: 7px;
    border-spacing: 0;
    border:1px solid #9f9f9f;
}
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body{
    background:none !important;
}
*:focus{ 
    outline:0;
}
.layout-978 {
    width:1200px;
    margin:0 auto;
}
.home .full-layout {
    padding-top: 0px;
}
.full-layout {
    padding-top: 0px;
}
.site-footer .site-title::after{
    content:none;
}
.site-info{
    width:100%;
    text-align: center;
    margin:0px !important;
}
.site-header {
    padding: 0;
}
.site-branding {
    float: left;
    width: 320px;
    margin-top: 29px;
    margin-bottom: 22px;
    margin-left: 0px;
}
.site{
    margin:0;
}
.site-inner{
    max-width:1349px;
    margin: 0;
    width: 100%;
    display: inline;
}
.main-navigation {
    margin: 0;
}
header.site-header {
   min-width: 100%;
    width: 100%;
}
header.site-header{
    position: relative;
}
.site-content {
    padding: 0;
}
.site-footer {
    padding: 0px;
    clear: both;
}
aside {
    margin: 0px;
}
.sidebar {
    margin-left: 0px;
    width: 100%;
}
.comments-area, .sidebar, .content-bottom-widgets .widget-area, .widecolumn {
    margin-bottom: 0px;
}
.widget {
    border: none;
}


button#responsive-menu-button {
    
    top: 35px !important;
   
}

/*.site-header-menu {
    float: none;
    margin-top: 26px;
    margin-bottom: 18px;
}*/

.site-header-menu {
    float: none;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    text-align: center !important;
    width: 100%;
}
.site-header-main {
	clear: both;
  /*  border-bottom: 1px solid #ddd;*/
  border-bottom: transparent !important
}
.widget .widget-title {
	display: none;
}
.home_page_slider .cycloneslider-template-standard {
	margin-bottom: 0px !important;
}
.content-area {
    float: none;
    margin-right: 0;
    width: 100%;
}


/*Basic Changes in the Theme*/



/*top-header*/
.site-branding {
   
    display: none;
}

.header-top-right-section {
    float: right;
    width: 55%;
    text-align: left;
}
.top-head-one {
    float: left;
    display: inline-block;
    /*width: 33%;*/
}
.top-head-one.address {
    width: 38.9%;
}

.top-head-one.phone {
    width: 25%;
}



.top-head-one.email {
    width: 36%;
}
.top-head-one.address ul li {
    position: relative;
       padding-left: 38px;
}
.top-head-one.address ul li:before {
    background-image: url(http://www.crystalcleaning.com.sg/wp-content/uploads/2020/11/Top-Address.png);
    top: 3px;
    content: "";
    width: 42px;
    height: 48px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
}
.header-top-left-section {
    width: 35%;
    float: left;
}
.top-head-one.address ul li a {
    font-size: 13px;
    font-family: 'poppinsregular';
    color: #000;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    line-height: 20px;
}

.top-head-one.email h5:before {
    background-image: url(http://www.crystalcleaning.com.sg/wp-content/uploads/2020/11/Top-Email.png);
    top: 4px;
    content: "";
    width: 42px;
    height: 22px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    margin-bottom: 0px;
}

.top-head-one.email {
    position: relative;
    padding-left: 43px;
}


.top-head-one.email h5 {
    color: #005832;
    font-size: 14px;
    font-family: 'poppinssemibold';
    text-transform: uppercase;
        margin-bottom: 0px;
}

.top-head-one.email ul li a {
    font-size: 13px;
    font-family: 'poppinsregular';
    color: #000;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    line-height: 20px;
}

.top-head-one.phone h5 {
    color: #005832;
    font-size: 14px;
    font-family: 'poppinssemibold';
    text-transform: uppercase;
    margin-bottom: 0px;
}

.top-head-one.phone p a {
    font-size: 22px;
    font-family: 'poppinsbold';
    color: #ff492b;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
.top-head-one.phone p {
    margin-top: 2px;
}
.top-header-section {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
    clear: both;
    overflow: hidden;
}

.header-top-right-section {
    float: right;
    width: 65%;
    text-align: left;
    padding-top: 12px;
}
.header-top-right-section a:hover {
    opacity: 0.5;
}
/*menu addditonala*/

ul.mobile-adress li {
    position: relative;
    padding-left: 49px !important;
}
ul.mobile-adress li:before {
    background-image: url(http://www.crystalcleaning.com.sg/wp-content/uploads/2020/11/Top-Address.png);
    top: 0px;
    content: "";
    width: 42px;
    height: 48px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
}
ul.mobile-adress li a {
    font-size: 13px;
    font-family: 'poppinsregular';
    color: #000;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    line-height: 20px;
}

.mobile-email h5 {
    color: #005832;
    font-size: 14px;
    font-family: 'poppinssemibold';
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-left: 50px !important;
}

.mobile-email {
    position: relative;
  
}

.mobile-email h5:before {
    background-image: url(http://www.crystalcleaning.com.sg/wp-content/uploads/2020/11/Top-Email.png);
    top: 0px;
    content: "";
    width: 42px;
    height: 22px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    margin-bottom: 0px;
}

.mobile-email ul li a {
    font-size: 13px;
    font-family: 'poppinsregular';
    color: #000;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    line-height: 20px;
    padding-left: 50px !important;
}
.mobile-phone {
    color: #005832;
    font-size: 14px;
    font-family: 'poppinssemibold';
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-left: 50px !important;
}

.mobile-phone p a {
    font-size: 21px;
    font-family: 'poppinsbold';
    color: #ff492b;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
.mobile-email {
    margin-top: 20px !important;
}

.mobile-phone {
    margin-top: 20px !important;
}
/*menu*/
.main-navigation a {
    font-size: 16px;
    color: #fff;
    font-family: 'poppinsregular';
    padding: 0;
    font-weight: 400 !important;
}
.main-navigation .primary-menu > li {
   
    float: none;
    display: inline-block;
}

.main-navigation li {
 
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
}

.main-navigation a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    bottom: -10px;
    transform-origin: left bottom;
    transform: skewY(15deg);
    background: transparent;
    left: 0;
}
.main-navigation a:hover:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    bottom: -10px;
    transform-origin: left bottom;
    
    background: #7db959;
    left: 0;
}
.main-navigation .focus a:before {
    background: #7db959 !important;
    color:#fff;
}
.header-main {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
.main-navigation a:focus {
    color: #fff;
    outline: none;
    box-shadow: none;
}
#responsive-menu-container #responsive-menu li.responsive-menu-current-item > .responsive-menu-item-link {
    background-color: #005832;
    color: #ffffff;
    border-color: #ffffff;
    font-family: 'poppinsregular';
}

.main-navigation a.active:before {
        background: #7db959;
    color: #fff;
}
.main-navigation a:hover{
     background: #7db959;
    color: #fff !important;
}
.main-navigation a.active {
    background: #7db959;
    outline: none;
    color: #fff !important;
}
.main-navigation a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    bottom: -10px;
    transform-origin: left bottom;
    transform: skewY(15deg);
    background: transparent;
    left: 0;
}

.main-navigation a:focus {
    color: #fff;
    outline: none;
}
.main-navigation a {
    font-size: 16px;
    color: #fff;
    font-family: 'poppinsregular';

    padding-top: 23px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 17px;


    position: relative;
    z-index: 1;
}

/*floating menu*/



div#ssb-container {
    position: fixed;
    top: 30%;
    z-index: 99999 !important;
}
#ssb-container ul {
    padding: 0;
    margin: 0;
}
#ssb-btn-0 {
    background: #3e5b98;
}
#ssb-container ul li {
    list-style-type: none;
}

#ssb-container ul li p {
    margin: 0;
}
div#ssb-container ul li a {
  color: #fff !important;
    display: block;
}

#ssb-container ul li a {
    padding: 0 15px 0 0;
    display: block;
    line-height: 45px;
    text-align: left;
    white-space: nowrap;
    text-decoration: none;
    color: #fff !important; 
        outline: none !important;
    box-shadow: none !important;
}
#ssb-container ul li span {
    line-height: 45px;
    width: 50px;
    text-align: center;
    display: inline-block;
    font-size: 26px;
    top: 2px;
    position: relative;
}
li#ssb-btn-1 {
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) !important;
}
#ssb-container ul li {
    list-style-type: none;
}
li#ssb-btn-2 {
    background-color: #25d366;
}
.ssb-btns-right {
    right: -20px;
}

#ssb-container ul li:hover {
    transform: scaleX(1.1) !important;
}
/*banner*/


.home-banner-content h1 {
    color: #fff;
    font-size: 98px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
        font-family: 'poppinssemibold';
}
.home-banner-content h3 {
    font-size: 44px !important;
}

.home-banner-content h2 {
    color: #fff;
    font-size: 44.44px !important;
    font-family: 'poppinssemibold';
    line-height: 56px !important;
}

.home-banner-content h4 {
    color: #fff;
    font-size: 23px !important;
    font-family: 'poppinsregular';
    text-transform: lowercase;
    font-weight: normal;
        line-height: 34px !important;
}
.home-banner-content {
    background: #fa563b;
    /*width: 33% !important;
 padding: 68px 10px;*/
    border-radius: 100%;
width: 500px !important;
height: 500px;
}

.home-banner-content .n2-ow.n2-ow-all {
    position: relative;
    top: 72px;
}
.home-banner-content-two .n2-ss-item-content.n2-ow {
    position: relative;
    top: 45px;
}
.home-banner-content-two .n2-ss-item-content.n2-ow-all {
    position: relative;
    top: 45px;
}
.banner-button {
    background: #fff;
    width: 40%;
    /* height: 57px; */
    border-radius: 22px;
    margin: 0 auto;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
        margin-top: 20px;
        border: 1px solid #fff;

        box-shadow: 0px 1px 0px 0.6px #675959a3;
        /*box-shadow: 0px 1px 0px 1px #a9a5a5;*/
}
.banner-button a {
  text-transform: uppercase;
    letter-spacing: 2px !important;
    font-weight: 600 !important;
    color: #ff492b;
    font-size: 16px !important;
    
    font-family: 'poppinsregular';
}

.home-banner-content-two p {
    font-size: 22px !important;
    font-family: 'poppinsregular' !important;
    line-height: 28px !important;
}
.home-banner-content-two {
       /*background: #63a03fe8;*/
   /* background: #7db959c9;*/
       /* width: 12% !important;
    padding: 42px 10px;*/
    border-radius: 100%;
    position: relative;
    top: 83px;
    z-index: 999999 !important;
background: #72a553;
        opacity: 0.9;
}
.home-banner-content-two {
   width: 175px !important;
   
   
    height: 175px;
    /*width: 12% !important;
    padding: 42px 10px;*/
    border-radius: 100%;
    
}
.home-banner-content-two .n2-ss-item-content.n2-ow {
    position: relative;
    top: 45px;
}
.banner-button:hover {
    background: #fa563b;
    color: #fff;
    border: 1px solid #fff;
}
.banner-button:hover a {
    color: #fff;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
        font-family: 'poppinsregular' !important;
    font-size: 14px !important;
    margin-top: 5px;
}

.home-banner-content {
    top: -35px;
    left: -91px;
}
.home-banner-content-two {
    left: -40px;
}
/*.main-navigation a.active:before {
    background-image: linear-gradient(to top, rgb(191 20 67 / 41%) , rgb(191 20 67 / 66%) , rgb(191 20 67)) !important;
    color: #fff;
}
.main-navigation a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    bottom: 0;
    transform-origin: left bottom;
    transform: skewY(-10deg);
    background: transparent;
    left: 0;
}
.main-navigation a:hover:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    bottom: 0;
    transform-origin: right bottom;
    transform: skewY(23deg);
    background-image: linear-gradient(to top, rgb(191 20 67 / 41%) , rgb(191 20 67 / 66%) , rgb(191 20 67)) !important;
    color: #fff;
    left: 0;
}*/
/*home-about*/
.home-about-left-image {
  
    height: auto;
    margin-left: -18px;
}



.home-about-right-content-title h1 {
    margin-bottom: 0;
    position: relative;
    font-size: 108px;

    opacity: 0.1;
    color: #005832;
   /* color: #00583214;*/
    /*color: rgb(0 88 50 / 8%);*/
    font-family: 'poppinssemibold';
    margin-top: 0px !important;
    margin-bottom: 0px;
}
.home-about-right-content {
    position: absolute;
    top: 112px;
    padding-left: 20px;
}
.home-about-right-content h3 {
    font-size: 22px;
    font-family: 'poppinssemibold';
    color: #005832;
}
.home-about-right-content p {
    font-size: 14px;
    color: #000;
    font-family: 'poppinsregular';
    width: 82%;
    line-height: 31px;
    font-weight: bold;
        padding-bottom: 20px;
}

h3.mission-title {
    margin-top: 13px;
    margin-bottom: 18px;
}
h3.mission-title span.cont-title {
    color: #005832;
}

span.cont-title {
    color: #005832;
    font-family: 'poppinsbold';
    font-size: 14px;
}

span.cont-title-new{
    color: #005832;
     font-family: 'poppinsregular';
    font-size: 14px;
}

.home-top-section {
    padding-top: 77px;
    padding-bottom: 77px;
}
/*service-section*/
.home-our-service-section h1 {
    font-size: 46px;
    font-family: 'poppinssemibold';
    color: #005832;
    margin-bottom: 59px !important;
    margin-top: 65px !important;
}
.home-our-service-section h4 {
    font-size: 16px;
    font-family: 'poppinssemibold';
    color: #000;
    text-transform: capitalize;
    letter-spacing: normal;
       margin-bottom: 43px !important;
       margin-top: 0px !important;
}
.home-our-service-section {
    padding-bottom: 65px;
}


/*contact -form*/
.home-contact-section-title {
    margin-bottom: 65px;
}

.home-contact-section-title h5 {
    font-size: 22px;
    font-family: 'poppinssemibold';
    
}
.home-contact-section-title h1 {
    font-size: 46px;
    font-family: 'poppinssemibold';
    color: #005832;
    margin-top: 65px !important;
}
.home-contact-form .submit_bton input {
    background: #005832;
    height: 45px;
    font-size: 16px;
    width: 170px;
    text-align: center;
    text-transform: capitalize;
    font-family: 'poppinssemibold';
}
.form-sec {
    width: 33.33%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
        margin-bottom: 51px;
}
.form-sec.form-message {
    width: 66.66%;
    float: right;
}
.submit_bton {
    text-align: center;
 /*   margin-top: 53px;*/
    margin-bottom: 20px;
        clear: both;
            padding-top: 0px;
}

div#contact-sec {
    margin-bottom: 93px;
}
.form-sec input {
    height: 64px;
    padding: 10px;
    background-color: #efefef;
    border-color: #efefef;
    margin-top: 10px;
    font-size: 15px !important;
    font-family: 'poppinsregular';
}

.form-sec.form-message textarea {
    height: 67px;
    resize: none;
    font-family: 'poppinsregular';
    padding: 10px;
    background-color: #efefef;
    border-color: #efefef;
     margin-top: 10px;
}

.form-sec label {
    color: #000;
    font-size: 14px;
    font-family: 'poppinsregular';
    font-weight: bold;
  
}
.form-sec input:focus {
    background-color: #efefef;
    border-color: #efefef;
}
.submit_bton input:hover {
    background: #fff;
    color: #005832;
    border: 1px solid #005832;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    
    margin-top: 0px !important;
}

.form-sec.form-property select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    height: 67px;
    resize: none;
    font-family: 'poppinsregular';
    padding: 10px;
    background-color: #efefef;
    border-color: #efefef;
    margin-top: 10px;
    width: 100%;
}
.home-contact-form .submit_bton input:focus {
    outline: none;
    box-shadow: none;
}
/*footer-section*/

.footer-first-section-inner h5 {
    margin-bottom: 17px;
}

ul.footer-menu-link li {
    font-size: 16px;
        list-style: disc;
    margin-left: 15px;
}

ul.crystal-links li {
    list-style: disc;
}
.footer-all-section {
    margin-top: 63px;
}
.footer-column-common h5 {
    font-size: 16px;
    font-family: 'poppinssemibold';
    line-height: 22px;
}


ul.contact-footer-details li {
    padding-left: 25px;
    position: relative;
    padding-bottom: 15px;
}
ul.contact-footer-details li:first-child:before {
    background-image: url(http://www.crystalcleaning.com.sg/wp-content/uploads/2020/11/contact-address.png);
    top: 5px;
    content: "";
    width: 17px;
    height: 17px;

    background-repeat: no-repeat;
    position: absolute;
    left: 2px;
}
ul.contact-footer-details li:nth-child(2):before {
background-image: url(http://www.crystalcleaning.com.sg/wp-content/uploads/2020/11/contact-phone.png);
    top: 5px;
    content: "";
    width: 17px;
    height: 17px;

    background-repeat: no-repeat;
    position: absolute;
    left: 2px;


}
ul.contact-footer-details li:nth-child(3):before {

    background-image: url(http://www.crystalcleaning.com.sg/wp-content/uploads/2020/11/contact-email.png);
    top: 5px;
    content: "";
    width: 17px;
    height: 17px;

    background-repeat: no-repeat;
    position: absolute;
    left: 2px;

}


ul.contact-footer-details li {
    padding-left: 25px;
    position: relative;
    padding-bottom: 15px;
}
ul.contact-footer-details li a {
    font-size: 14px;
    line-height: 22px;
    color: #f3f3f3;
    font-family: 'poppinsregular';
    text-decoration: none;
    outline: none;
    box-shadow: none;
   
}

ul.footer-menu-link li a{
     font-size: 14px;
    line-height: 22px;
    color: #f3f3f3;
    font-family: 'poppinsregular';
    text-decoration: none;
    outline: none;
    box-shadow: none;
    


}
ul.crystal-links li {
    margin-left: 15px;
}


ul.crystal-links li {
    margin-left: 15px;
    font-size: 14px;
    line-height: 22px;
    color: #f3f3f3;
    font-family: 'poppinsregular';
    text-decoration: none;
    outline: none;
    box-shadow: none;
    margin-bottom: 5px;
}

ul.footer-social-links img {
    width: 100%;
}

.footer-column-four-unique p {
    font-size: 14px;
    line-height: 22px;
    color: #f3f3f3;
    font-family: 'poppinsregular';
    text-decoration: none;
    outline: none;
    box-shadow: none;
    margin-bottom: 5px;
}

ul.footer-social-links li {
    text-align: center;
   
    padding-right: 19px;
    padding-top: 15px;
}

.copyright p {
    font-size: 14px;
    font-family: 'commissionerregular';
}

.copyright p a:hover {
   
    font-size: 14px;
    opacity: 0.5;
    color: #fff;
}

.footer-second-section {
    clear: both;
    margin-top: 43px;
    overflow: hidden;
}

.footer-column-two-unique.footer-column-common {
    width: 18%;
}

.footer-column-four-unique.footer-column-common {
    padding-left: 0px;
    float: right;
}

.footer-column-common li a:hover {
    opacity: 0.5;
    color: #fff;
}

ul.footer-social-links {
    margin-bottom: 27px;
}
ul.crystal-links li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
ul.contact-footer-details li:last-child {
    padding-bottom: 0px;
}
/* .top-header-section {
    background-image: linear-gradient(to right, #fafdff , #fff) !important;
} */
/*control+*/    
    @media (max-width: 1349px) and (min-width: 1100px){
.layout-978 { width: 100%;}
.footer-all-section {margin-top: 63px;margin-left: 20px;margin-right: 20px;}
/*.home-banner-content {width: 36% !important;}*/
/*.home-banner-content-two { width: 14% !important;}*/
.home-top-section {margin-bottom: 20px;}
.header-logo {text-align: center;}
.home-banner-content {
    top: 0px;
    left: 0px;
}
.home-banner-content-two {
    left:0px;
}
.header-top-left-section {
    width: 40%;
    float: left;
}
.header-top-right-section {
    float: right;
    width: 60%;
    }
}
/*control++*/
    @media (max-width: 1119px) and (min-width: 1025px){
     .layout-978 {width: 100%;}
     .footer-all-section {margin-top: 63px; margin-left: 20px;margin-right: 20px;}
/*.home-banner-content {width: 40% !important;}*/
/*.home-banner-content-two {width: 16% !important;}*/
.home-about-right-content-title h1 { font-size: 67px;}
.home-about-right-content {position: static;top: 0;padding-left: 20px;}
.header-logo {text-align: center;}

.home-banner-content {
    top: 0px;
    left: 0px;
}
.home-banner-content-two {
    left:0px;
}
.header-top-left-section {
    width: 40%;
    float: left;
}
.header-top-right-section {
    float: right;
    width: 60%;
    }
}

 /* browser resize */
    @media (min-width:768px) and (max-width:1024px) {
      .layout-978 {width: 100%;}
.header-top-left-section { width: 100%;}
.header-top-right-section {float: left;width: 100%;text-align: left;}
.header-top-right-section { display: none !important;}
.top-head-one {float: left;display: block;width: 100% !important;margin-top: 20px;}
.site-header-main {display: none;}
/*.home-banner-content-two {width: 16% !important;}*/
/*.home-banner-content {width: 50% !important;}*/
.home-about-right-content-title h1 {font-size: 67px;}
.home-about-right-content {position: static;top: 0;padding-left: 20px;}
.footer-first-section { clear: both;overflow: hidden;padding-top: 40px;}
nav.main-navigation { display: none;}
.footer-column-common { width: 100%;display: block;vertical-align: top;text-align: left;float: left;}
.footer-all-section { margin-top: 63px;margin-left: 20px;margin-right: 20px;}
.home-banner-content {
    top: 0px;
    left: 0px;
}
.home-banner-content-two {
    left:0px;
}
.header-top-left-section {
    width: 40%;
    float: left;
}
.header-top-right-section {
    float: right;
    width: 60%;
    }
 }
 /* iPads (landscape) ----------- */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
.layout-978 { width: 100%;}
button#responsive-menu-button { display: none;}
header.site-header { width: 100%;}
/*.home-banner-content {width: 45% !important;}*/
/*.home-banner-content-two { width: 15% !important;}*/
.home-about-right-content-title h1 { font-size: 61px;}
.home-about-right-content { position: static;top: 0px;padding-left: 20px;}
.footer-all-section {margin-top: 63px;padding-left: 20px;padding-right: 20px;}
button#responsive-menu-button { display: none;}
.header-top-left-section { width: 40% !important;float: left;}

.top-head-one.address {
    width: 38.9% !important;
}

.top-head-one.phone {
    width: 25% !important;
}
.top-head-one.email {
    position: relative;
    padding-left: 43px;
}
.top-head-one.email {
    width: 36% !important;
}
.header-top-right-section {float: right;width: 60% !important;text-align: left;display: block !important;}
.top-head-one {float: left;display: inline-block;}

button#responsive-menu-button {display: none !important;}
.home-banner-content {
    top: 0px;
    left: 0px;
}
.home-banner-content-two {
    left:0px;
}
.top-header-section {
	padding-right: 10px;
	padding-left: 10px; 
	}
}


/* iPads (Portrait) ----------- */
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait){
.layout-978 { width: 100%;}
.top-header-section .layout-978 {width: 100%;margin: 0 auto;}
.site-header-main { display: none;}
.header-top-right-section { float: none;width: 100%;text-align: left;margin: 0 auto;}
.header-top-right-section {display: none;}
.header-top-right-section {float: none;margin: 0 auto;width: 100%;margin-top: 20px;}
.header-top-left-section { width: 100%;float: none;text-align: center;}
.top-head-one.phone {float: right;}
.full-top-right { margin-left: 20px; margin-right: 20px;}
nav.main-navigation { display: none;}
.footer-column-common { width: 100% !important; display: inline-block; vertical-align: top; text-align: left; float: left; margin-left: 20px;margin-top: 20px;}
.footer-column-two-unique.footer-column-common { width: 100%;}
.home-about-right-content-title h1 { font-size: 63px; margin-top: 0px !important;margin-bottom: 0px;}
.home-about-right-content {position: static; top: 0; padding-left: 20px;}
/*.home-banner-content { width: 60% !important;}*/
/*.home-banner-content-two {width: 20% !important;}*/
#responsive-menu-container #responsive-menu li.responsive-menu-current-item > .responsive-menu-item-link {background-color: #005832;color: #ffffff; border-color: #ffffff;font-family: 'poppinsregular';}
.footer-first-section-inner h5 {margin-bottom: 7px;}
.footer-column-four-unique.footer-column-common {padding-left: 27px;}
.home-banner-content {
    top: 0px;
    left: 0px;
}
.home-banner-content-two {
    left:0px;
}
.header-logo {
    margin-left: 10px;
}
}
/*footer*/

/*Mobile Phones*/    
    @media (max-width: 767px) {
.layout-978 { width: 100%;}
.home-about-left-image { height: auto;margin-left: 0;}
.home-about-right-content-title h1 {font-size: 55px;padding-left: 20px;}
.home-about-right-content {top: 103px;position: static; margin-bottom: 10px !important; clear: both;overflow: hidden;}
.form-sec {width: 100%;float: left;padding-left: 15px;padding-right: 15px;margin-bottom: 30px;}
.form-sec.form-message { width: 100%; float: left;}
nav.main-navigation {display: none;}
.footer-column-two-unique.footer-column-common {width: 100%;}
.footer-column-common {width: 100% !important;padding-left: 30px;padding-right: 30px;padding-bottom: 20px;}
.col-half-4.col-half-6 {float: none !important;text-align: center;}
.col-half-8.col-half-6 {float: none !important;text-align: center;}
.home-banner-content-two { /*width: 36% !important; padding: 22px 10px*/;border-radius: 100%;}
.home-banner-content {background: #fa563b;/*width: 100% !important;*//*padding: 68px 10px*/   /* padding: 26px 10px;*/border-radius: 100%;margin: 0 auto !important;}
.header-top-right-section { display: none;}
.header-top-left-section {width: 100%;float: none;text-align: center;margin: 0 auto;}
.site-header-main {display: none;}
#responsive-menu-container #responsive-menu li.responsive-menu-current-item > .responsive-menu-item-link { background-color: #005832; color: #ffffff;border-color: #ffffff;font-family: 'poppinsregular';}
.home-banner-content h4, .home-banner-content p.n2-font-dc38d5cb9e0aee3406eb800003cf30db-paragraph:nth-child(3) {font-size: 16px !important;line-height: 25px !important;}
.home-banner-content h2, .home-banner-content p.n2-font-dc38d5cb9e0aee3406eb800003cf30db-paragraph:nth-child(2)  {font-size: 26.44px !important;line-height: 31px !important;}
.home-banner-content h1, .home-banner-content p.n2-font-dc38d5cb9e0aee3406eb800003cf30db-paragraph:nth-child(1) {font-size: 75px !important;}

.home-banner-content-two p { font-size: 16px !important; line-height: 18px !important;}
.banner-button {width: 50%;}
.footer-first-section-inner h5 { margin-bottom: 0px;}
.footer-first-section-inner {margin-top: 50px;}
.footer-column-four-unique.footer-column-common {padding-left: 27px;}
.home-banner-content {
    top: 0px;
    left: 0px;
}
.home-banner-content-two {
    left:0px;
}
ul.contact-footer-details li {
   
    padding-bottom: 7px;
}

.home-banner-content .n2-ow.n2-ow-all {
    position: relative;
    top: 21px;
}
.home-banner-content {
   
    width: 300px !important;
    height: 300px !important;
}
.home-banner-content-two {
    width: 150px !important;
    height: 150px;
    
}
.home-banner-content-two .n2-ss-item-content.n2-ow {
    position: relative;
    top: 50px;
}
.header-logo {
    margin-left: 10px;
}
}
/* Smartphones (iphone6+ - Landscape) ----------- */ 
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) {
.home-banner-content-two {left: -130px;}
	.home-banner-content-two {
    left: -127px;
}
	
}
/* iphone5 (landscape) ----------- */ 
	@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) 
	{
		.home-banner-content-two {
    left: -127px;
}	
}
	}

}