/*
Theme Name: Wireframe
Version: 1.0
Author: Mohit Gangrade
Author URI: http://creativitybeer.com
Description: Another Version of Theme
*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

a{
    color: #3C6181;
    text-decoration: none;
}
a:hover{
    color: #3170b7;
}
h1,h2,h3,h4{
    color: #333;
}
.SmallForm{
    width: 400px;
}
img{
    max-width: 100%;
    height: auto;
}
form{
    width: 100%;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}
label{
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
}
input[type='text'],input[type='password']{
    width: 100%;
    height: 40px;
    border: 1px solid #dddddd;
    border-radius: 2px;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
}
textarea{
    width: 100%;
    height: 120px;
    border: 1px solid #dddddd;
    border-radius: 2px;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
}
input[type='submit']{
    display: inline-block;
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
    background: #3C6181;
    color: #FFF;
    font-size: 18px;
    border: none;
}
input[type='submit']:hover{
    background: #3170b7;
}
#Error-Message,#error_message{
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    background: #666;
    color: #ffffff;
    margin-top: 20px;
}
#Success-Message,#message_send_success{
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    background: #3170b7;
    color: #ffffff;
    margin-top: 20px;
}
#Container{
    width: 100%;
    min-height: 100vh;
    float: right;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.7;
    font-size: 14px;
}
*{-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#HeroHeader{
    width: 100%;
    /*min-height: 100vh;*/
    display: block;
    background-size: cover;
    clear:both;
    position: relative;
  /*  background: url("big-bg.jpg") no-repeat right top;*/
}
#HeadCover{
    display: none;
}
#LeftSide{
	z-index: 9;
    width: 50%;
    height: 100%;
    background: #355C7D;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0.96;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    display: block;
    overflow: visible;

}
#LeftWrap{
    width: 550px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#Title{
    font-size: 26px;
    line-height: 1.2;
    color: #EEEEEE;
    font-family: 'Montserrat', sans-serif;
}
#SubTitle{
    font-size: 15px;
    color: #EEEEEE;
    font-family: 'Montserrat', sans-serif;
}
#LeftWrap #GetAQuote{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
    margin-top: 20px;
    font-size: 14px;
    display: inline-block;
    color: #EEEEEE;
    text-decoration: none;
    border: 1px solid #fcfcfc;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: #3C6181;
    font-family: 'Montserrat', sans-serif;
}
#LeftWrap #GetAQuote:hover{
    border: 1px solid #dbdbdb;
}
#ViewPortfolio{
    font-family: 'Montserrat', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
    margin-top: 20px;
    font-size: 15px;
    display: inline-block;
    color: #3C6181;
    text-decoration: none;
    border: 1px solid #dddddd;
    background-color: #FFF;
    margin-left: 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#ViewPortfolio:hover{
    background: #dddddd;
}
#Header{
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    background: #FFFFFF;
    position: relative;
    z-index: 10000;
}
#HeaderWrap{
    width: 1100px;
    margin: 0 auto;
    display: block;
}
#HeaderStrip{
    float: left;
    width: 100%;
    display: block;
}
#RightHolder{
    float: right;
}
#CallUs{
    display: inline-block;
    margin-right: 20px;
    font-size: 20px;
    color: #999999;
}
#yellowNumber{
    color: #3C6181;
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
}
#SocialIcons{
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}
#Nav #SocialIcons a{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin-right: 2px;
    margin-left: 0;
}
#SocialIcons a img{
    width: 30px;
    height: 30px;
    opacity: 0.7;
}
#SocialIcons a:hover img{
    opacity: 1;
}
#LoginRegister{
    display: inline-block;
}
#LoginRegister a{
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    padding: 5px;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -ms-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    color: #999999;
}
#LoginRegister a:hover{
    background: #3C6181;
    color: #EEEEEE;
}
#Logo{
    font-size: 42px;
    float: left;
    color: #3C6181;
    font-weight: 900;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}
#Nav{
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
    font-family: 'Montserrat', sans-serif;
}
#Nav a{
    color: #999;
    text-decoration: none;
    margin-right: 10px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 7px;
    -webkit-transition: all 10ms ease-out;
    -moz-transition: all 10ms ease-out;
    -ms-transition: all 10ms ease-out;
    -o-transition: all 10ms ease-out;
    transition: all 10ms ease-out;
    font-family: 'Montserrat', sans-serif;
}
#Nav a:hover{
    color: #333333;
    border-bottom: 2px #3C6181 solid;
}
#Content{
    width: 100%;
    float: left;
}
#ClientsSection{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #EEEEEE;
}
#ClientsSection h3{
    font-size: 32px;
    color: #333;
    width: 168px;
    margin: 20px auto;
    font-family: 'Montserrat', sans-serif;
}
#ClientsSection p{
    text-align: left;
    color: #999;
    margin-bottom: 20px;
}
.client{
    width: 150px;
    height: 150px;
    display: inline-block;
}
#Testimonials{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    font-size: 0;
    background: #f9f9f9;
    padding-top: 20px;
    padding-bottom: 20px;
}
#Testimonials h3{
    font-size: 32px;
    border-bottom: 1px solid #7a7a7a;
    color: #7a7a7a;
    margin: 20px auto;
    font-family: 'Montserrat', sans-serif;
}
.Testimonial:nth-child(odd){
    padding-left: 0;
}
.Testimonial{
    display: inline-block;
    width: 49%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    font-size: 16px;
    vertical-align: top;
}
.testimonialTitle{
    font-size: 20px;
    color: #333;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.testimonialDesc{
    color: #999;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}
.testimonialName{
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}
h2{
    font-weight: 600;
    font-size: 26px;
    display: block;
    text-align: left;
    margin-bottom: 5px;
    color: #333333;
    font-family: 'Montserrat', sans-serif;
}
.dash{
    width: 60px;
    height: 3px;
    background: #3C6181;
    margin-bottom: 20px;
}
#AboveFooter{
    float: left;
    width: 100%;
    background: #f9f9f9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
}
#FootWrap{
    width: 1100px;
    margin: 0 auto;
    font-size: 0;
}
#FootWrap2{
    display: block;
    width: 1100px;
    margin: 0 auto;
}
.inlineFooter{
    font-size: 16px;
    width: 33%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}
.inlineFooter h3{
    font-size: 15px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.inlineFooter p{
    font-size: 13px;
    color: #999999;
}
#Footer{
    width: 100%;
    float: left;
    background: #333;
    color: #EEEEEE;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1px;
    font-size: 13px;
}
#Services{
    width: 100%;
    margin: 0 auto;
    font-size: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #f9f9f9;
}
#Services p{
    color: #999999;
    text-align: left;
    font-size: 14px;
    margin-bottom: 10px;
}
.Service{
    width: 33%;
    vertical-align: top;
    display: inline-block;
    font-size: 16px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.serviceImageHolder{
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    display: block;
}
.serviceImage{
    width: 100%;
    height: 100%;
    display: block;
}
.serviceImage2{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.serviceImageHolder:hover .serviceImage2{
    position: absolute;
    top: 0;
    left: 0;
}
.serviceName{
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    font-family: 'Montserrat', sans-serif;
}
.serviceDesc{
    font-size: 14px;
    color: #999999;
}
.wrap-960{
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
}
#LatestWorks{
    width: 100%;
    display: block;
    background: #EEEEEE;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 0;
}
.galleryItem{
    width: 33%;
    height: 200px;
    vertical-align: top;
    display: inline-block;
    font-size: 16px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}
.galleryItem2{
    display: none;
    color: #FFFFFF;
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    opacity: 0;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    display: block;
}
.galleryItem img {
    width: 100%;
    height: 100%;
}
.galleryItem:hover .galleryItem2{
    opacity: 0.9;
}
.galleryItemName{
    font-size: 22px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

#LatestBlog{
    padding-top: 20px;
    width: 100%;
    padding-bottom: 20px;
    font-size: 0;
    background: #EEEEEE;
}
.Post{
    width: 33%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}
.PostExcerpt{
    font-size: 14px;
    color: #999999;
}
.PostImage{
    width: 100%;
    height: 180px;
    margin-bottom: 30px;
}
.PostTitle{
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
    font-family: 'Montserrat', sans-serif;
}
.PostRead{
    display: inline-block;
    padding: 5px 20px;
    background: #3C6181;
    color: #FFFFFF;
    text-decoration: none;
    margin-top: 20px;
    font-size: 14px;
}
.PostRead:hover{
    background: #3f7091;
    color: #ffffff;
}
.floatRight{
    float: right;
}
.floatLeft{
    float: left;
}
#PageContent{
    width: 1100px;
    display: block;
    margin: 0 auto 50px;
    font-family: "Open Sans", sans-serif;
    color: #999999;
}
#PageContent label {
    color: #999999;
}
#PageContent li{
    color: #999999;
}
#PageContent ol,ul{
    list-style: decimal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    color: #999999;
}
#PageContent h1{
    font-size: 26px;
    font-weight: 900;
    color: #333;
    font-family: 'Montserrat', sans-serif;
}
#PageContent p{
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #999999;
}
.PostThumbnailBig{
    width: 100%;
    height: auto;
}
#PostContent{
    width: 800px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
    padding-top: 20px;
    border-right: 1px solid #dddddd;
}
#Sidebar{
    width: 300px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-top: 20px;
}
#CompanyBlog h1,#CompanyBlog h2{
    width: 1100px;
    margin: 0 auto;
    font-size: 26px;
    color: #EEEEEE;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
#CompanyBlog{
    background: #3C6181;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    margin-top: 150px;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
}
#AuthorBox{
    width: 100%;
    font-size: 16px;
    background: #F8F9F9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 1px;
    margin-bottom: 20px;
}
#AuthorDesc{
    width: 100%;
    font-size: 0;
}
#AuthorPic image{
    width: 100%;
    height: auto;
}
#AuthorPic{
    width: 20%;
    display: inline-block;
    vertical-align: top;
}
#PageContent #AuthorBio p{
    margin-top: 0;
    margin-bottom: 10px;
    color: #999999;
}
#PageContent #AuthorBio{
    width: 80%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}
#PageContent #AuthorName{
    margin-top: 0;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

.WidgetTitle{
    font-size: 16px;
    color: #999999;
    font-family: 'Montserrat', sans-serif;
}
.PostDetails a:hover{
    text-decoration: underline;
}

#CatContainer{
    width: 100%;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}
#CatContainer a{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
    background: #EEEEEE;
    display: inline-block;
    margin-bottom: 10px;
}

#CatContainer a:hover{
    background: #3C6181;
    color: #FFFFFF;
}

.menu {
    list-style: none;
}

.menu li {
    display: inline-block;
    position: relative;
}

ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding-left: 0px!important;
}
.nav {
    display: inline-block;
}

.menu li:hover ul.sub-menu {
    display: inline-block;
}

.menu li li {
    min-width: 250px;
    margin-top: 5px;
}

/*Contact form css*/
.responsive form{
    width:45%;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
    padding: 10px 10px;
    border: 1px solid #dddddd;
    width: 100%;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #3C6181!important;
}
div.wpcf7-validation-errors {
    border: 2px solid #3C6181!important;
}
/*end contact form css*/
@media screen and (min-width: 1024px) {
    #LeftSide{
        position: absolute;
        top:0;
    }

    }
.force-desktop #LeftSide {
    position: absolute;
    top:0;
}
@media screen and (max-width: 1145px) {
    .responsive #HeaderWrap{
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
    }
    .responsive #CompanyBlog h1{
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
    }
    .responsive #PageContent{
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;

    }
    .responsive #FootWrap{
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
    }
    .responsive #FootWrap2{
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
    }
    .responsive #LeftWrap{
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 20px;
    }
}
@media screen and (max-width: 1020px) {


    .responsive #LeftSide{
    	position: relative!important;
    	width:100%!important;
    	float: none!important;
    }
    .responsive #RightHolder{
        float: left;
    }
    .responsive #Nav{
        float: left;
        width: 100%;
    }
    .responsive #CompanyBlog{
        margin-top: 200px;
    }
    .responsive .wrap-960{
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
    }
    
}
@media screen and (max-width: 950px) {
    .responsive .Post{
        width: 49%;
    }
    .responsive .Post:nth-child(odd){
        padding-left: 0;
    }
    .responsive .inlineFooter{
        width: 49%;
    }
    .responsive .inlineFooter:nth-child(odd){
        padding-left: 0;
    }
    .responsive #FootWrap{
        text-align: left;
    }

}
@media screen and (max-width: 925px) {
    .responsive .galleryItem{
        width: 49%;
    }
}
@media screen and (max-width: 867px) {
    .responsive form{
        width:100%;
    }
    .responsive #HeroHeader{
        min-height: auto;
    }
    .responsive .Service{
        width: 49%;
        padding-left: 0;
    }
    .responsive #LeftSide{
        width: 100%;
        height: auto;
    }
    .responsive #LeftSide{
        margin-top: 0;
    }
    .responsive #HeadCover{
        display: block;
    }
    .responsive #LeftWrap{
        float: left;
        margin-top: 40px;
        top: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 40px;
    }
    .responsive #Container{
        background-color: none!important;
    }
    body.page.page-id-4.page-template-default.responsive #container {
        background-color: #3C6181;
    }
}
@media screen and (max-width: 742px) {
    .responsive #SocialIcons{
        display: block;
        margin-top: 20px;
    }
    .responsive #CompanyBlog{
        margin-top: 240px;
    }
    .responsive .Testimonial{
        width: 100%;
        padding-left: 0;
    }

}
@media screen and (max-width: 660px) {
    .responsive .Post {
        width: 100%;
        padding-left: 0;
        margin-bottom: 30px;
    }
    .responsive .inlineFooter{
        width: 100%;
        padding-left: 0;
        overflow: hidden;
    }

}
@media screen and (max-width: 620px) {
    .responsive .Service{
        width: 100%;
        padding-left: 0;
    }
}
@media screen and (max-width: 605px) {
    .responsive #CompanyBlog{
        margin-top: 250px;
    }
    .responsive .galleryItem{
        width: 100%;
    }
}
@media screen and (max-width: 555px) {
    .responsive #CompanyBlog{
        margin-top: 300px;
    }
    .responsive #CallUs{
        font-size: 18px;
    }
    .responsive #yellowNumber{
        font-size: 18px;
    }
    .responsive #LoginRegister{
        font-size: 14px;
    }
    .responsive #Logo{
        font-size: 40px;
    }
}
@media screen and (max-width: 466px) {
    .responsive .SmallForm{
        width: 100%;
    }
}
@media screen and (max-width: 440px) {
    .responsive #GetAQuote{
        width: 100%;
    }
    .responsive #ViewPortfolio{
        width: 100%;
        margin-left: 0;
    }
}
@media screen and (max-width: 425px) {
    .responsive #HeaderWrap{
        padding-left: 0;
        padding-right: 0;
    }
    .responsive #FootWrap{
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 368px) {
    .responsive #CallUs{
        font-size: 14px;
    }
    .responsive #yellowNumber{
        font-size: 14px;
    }
}

.responsive .clear{
    width: 100%;
    display: block;
    height: 1px;
    clear: both;
}

.responsive .testimonialRating .star{
    width: 25px;
    height: 25px;
}
.force-desktop .wrap-960, .force-desktop #container , body.force-desktop{
    min-width: 1100px;
}
/*.force-desktop,
.force-desktop div#Container {
    min-width: 1200px;
}

.force-desktop #Container {
    background-color:white !important;
}*/