/* 
Theme Name:     Five Boro Mold Child 
Theme URI:      http://codeless.co 
Description:    Specular Child 
Theme Author:         Codeless 
Author URI:     http://www.codeless.co 
Template:       fiveboromold 
Version:        1.0.0
*/
@import url("../fiveboromold/style.css");

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto2/Roboto-Thin.eot');
    src: url('../fonts/roboto2/Roboto-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto2/Roboto-Thin.woff') format('woff'), url('../fonts/roboto2/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto2/Roboto-Bold.eot');
    src: url('fonts/roboto2/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/roboto2/Roboto-Bold.woff') format('woff'), url('fonts/roboto2/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto2/Roboto-Medium.eot');
    src: url('fonts/roboto2/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/roboto2/Roboto-Medium.woff') format('woff'), url('fonts/roboto2/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Franklin Gothic Book';
    src: url('fonts/franklin/FranklinGothic-Book.eot');
    src: url('fonts/franklin/FranklinGothic-Book.eot?#iefix') format('embedded-opentype'), url('fonts/franklin/FranklinGothic-Book.woff') format('woff'), url('fonts/franklin/FranklinGothic-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto';
}

.site {
    margin: 0;
}

body:not(.custom-background-image)::before{
    height: 0;
}

.container {
    width: 1160px;
    margin: auto;
}

.site-header {
    padding: 0;
}

.header-right {
    float: right;
    margin-top: 5px;
}

.menu-col {
    float: left;
    margin-top: 11px;
}

.menu-col ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menu-col li {
    float: left;
}

.menu-col li a {
    display: block;
    color: #1f1a17;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Roboto';
    padding: 0px 23px;
}

.menu-col li a:hover {
    color: #f39f0d;
}

.menu-col li:nth-child(1) a {
    background: url(images/home.png) no-repeat left;
    background-position: 5px 5px;
}

.menu-col li:nth-child(1) a:hover {
    background: url(images/home2.png) no-repeat left;
    background-position: 5px 5px;
}

.menu-col li:nth-child(2) a {
    background: url(images/about.png) no-repeat left;
    background-position: 5px 5px;
}

.menu-col li:nth-child(2) a:hover {
    background: url(images/about2.png) no-repeat left;
    background-position: 5px 5px;
}

.menu-col li:nth-child(3) a {
    background: url(images/contact.png) no-repeat left;
    background-position: 5px 5px;
}

.menu-col li:nth-child(3) a:hover {
    background: url(images/contact2.png) no-repeat left;
    background-position: 5px 5px;
}
.menu-col li:nth-child(4) a {
    background: url(images/phone-call.png) no-repeat left;
    background-position: 5px 5px;
}

.menu-col li:nth-child(4) a:hover {
    background: url(images/phone-call-h.png) no-repeat left;
    background-position: 5px 5px;
}

.top-line {
    width: auto;
    overflow: hidden;
    padding: 5px 0;
    float: left;
}

.top-line .mail-box {
    float: right;
}

.top-line .mail-box strong {
    display: block;
    font-family: 'Roboto';
    font-weight: 500;
    color: #f39f0d;
    font-size: 16px;
    line-height: 8pt;
}

.top-line .mail-box .mail {
    float: left;
    margin: 3px 0 0 5px;
    padding-left: 35px;
    position: relative;
}

.top-line .mail-box .mail a {
    color: #000000;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: bold;
}

.top-line .mail-box .mail span {
    background: url(images/massage2.png) no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    border: 1px solid #000;
    background-position: 3px 7px;
}

.top-line .mail-box .mail:hover span {
    background: url(images/massage.png) no-repeat;
    border: 1px solid #f39f0d;
    background-position: 3px 7px;
}

.top-line .mail-box .mail:hover a {
    color: #f39f0d;
}

.top-line .mail-box .phone {
    float: left;
    margin: 3px 15px 0px 5px;
    padding-left: 35px;
    position: relative;
}

.top-line .mail-box .phone a {
    color: #000000;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: bold;
}

.top-line .mail-box .phone span {
    background: url(images/call2.png) no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    border: 1px solid #000;
    background-position: 2px 4px;
}

.top-line .mail-box .phone:hover span {
    background: url(images/call.png) no-repeat;
    border: 1px solid #f39f0d;
    background-position: 2px 4px;
}

.top-line .mail-box .phone:hover a {
    color: #f39f0d;
}

.slider-box {
    overflow: hidden;
}

.slider-box .text-box {
    background: rgba(0, 0, 0, 0.5);
    border: 3px solid #fff;
    padding: 20px;
    width: 595px;
}

.slider-box .text-box h2 {
    font-size: 52px;
    font-weight: bold;
    color: #f39f0d;
    font-family: 'Roboto';
    line-height: 48pt;
}

.slider-box .text-box p {
    font-size: 21px;
    font-family: 'Franklin Gothic Book';
    line-height: 24pt;
    margin: 15px 0 !important;
}

.metaslider .caption-wrap {
    background: none !important;
    opacity: 1 !important;
    bottom: 95px !important;
}

.clickbox a {
    font-size: 22px;
    font-weight: 500;
    font-family: 'Roboto';
    text-align: center;
    width: 260px;
    padding: 15px;
    background: #131d33;
    text-transform: uppercase;
    line-height: 23pt;
    color: #f39f0d;
    display: block;
    border-radius: 3px;
}

.clickbox a strong {
    font-size: 29px;
    font-weight: bold;
    color: #fff;
}

.clickbox a:hover {
    background: #f39f0d;
    color: #fff;
}

.metaslider .flexslider {
    margin: 0 !important;
}

.slidbtm {
    overflow: hidden;
    background: #131d33; /*padding:20px 0;*/
}

.slidbtm h2 {
    font-size: 34px;
    line-height: 32pt;
    width: 560px;
    font-weight: bold;
    color: #fff;
    font-family: 'Roboto';
    float: left;
}

.appstor {
    float: right;
}

.appstor a {
    margin: 17px 13px;
    display: block;
    float: left;
}

/*==our services==*/
.servicbox {
    overflow: hidden;
    padding: 20px;
}

.heading-line {
    text-align: center;
    color: #131d33;
    font-size: 32px;
    font-weight: bold;
    font-family: 'Roboto';
    margin-bottom: 20px;
}

.headerbottom {
    width: 100%;
    border-bottom: 2px solid #333;
    margin-bottom: 20px;
}

.heading-line span {
    display: block;
    width: 120px;
    background: #f4a41a;
    margin: auto;
    height: 4px;
    border-radius: 3px;
}

.servicbox ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.servicbox li {
    float: left;
    width: 33.33%;
    padding: 10px;
}

.servicbox li .box {
    text-align: center;
}

.servicbox li .box h2 {
    font-size: 18px;
    font-family: 'Roboto';
}

.servicbox li .box h2 span {
    width: 115px;
    background: #000;
    height: 3px;
    display: block;
    margin: auto;
    border-radius: 5px;
}

.servicbox li .box p {
    font-size: 16px;
    font-family: 'Franklin Gothic Book';
    line-height: 17pt;
    margin-bottom: 15px;
}

.servicbox li .box a {
    display: block;
    width: 100px;
    border: 1px solid #131d33;
    font-size: 14px;
    padding: 5px;
    color: #131d33;
    font-family: 'Roboto';
    text-align: center;
    margin: auto;
}

.servicbox li .box a:hover {
    color: #f39f0d;
    border: 1px solid #f39f0d;
}

.servicbox li .box .img-box {
    border: 3px solid #e9e9e9;
    width: 82px;
    height: 82px;
    margin: auto;
    border-radius: 50%;
    text-align: center;
}

.servicbox li .box .img-box .img-1 {
    margin-top: 10px;
}

.servicbox li .box .img-box .img-2 {
    margin: 10px auto auto;
    display: none;
}

.servicbox li .box:hover .img-box .img-1 {
    display: none;
}

.servicbox li .box:hover .img-box .img-2 {
    display: block;
}

.servicbox li:nth-child(1) .box h2 span {
    background: #f64016;
}

.servicbox li:nth-child(2) .box h2 span {
    background: #27b310;
}

.servicbox li:nth-child(3) .box h2 span {
    background: #15a6ea;
}

.servicbox li:nth-child(4) .box h2 span {
    background: #131d33;
}

.servicbox li:nth-child(5) .box h2 span {
    background: #d2b513;
}

.servicbox li:nth-child(6) .box h2 span {
    background: #820c1c;
}

/*==our services==*//*==testimonial==*/
.testimonial {
    overflow: hidden;
    background: url(images/testimonial.jpg) no-repeat center top;
    background-size: cover;
    height: 839px;
    width: 100%;
    position: relative;
}

.testimonial .sidebox {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 55%;
    background: #131d33;
    opacity: 0.8;
}

/*.textbox{width:635px; padding:10px; position:absolute; z-index:999; top:0; height:100%; background:rgba(19,29,51,0.5); right:0;}*/
.textbox {
    width: 635px;
    float: right;
    padding: 10px;
    position: relative;
    z-index: 999;
}

.textbox h2 {
    font-size: 32px;
    color: #fff;
    font-family: 'Roboto';
    font-weight: bold;
}

.textbox h2 strong {
    color: #eeb90b;
}

.textbox p {
    color: #fff;
    font-size: 18px;
    margin-top: -26px !important;
    margin-bottom: 26px !important;
    font-family: 'Franklin Gothic Book';
}

.testimonial .container {
    position: relative;
}

.testibox {
    background: #fff;
    border-radius: 2px;
    border: 1px solid #fff;
    padding: 20px 50px;
}

.testibox .testimonial-theme1 .testimonial-thumb-theme1 {
    border: 3px solid #f0f0f0;
    width: 125px;
    height: 125px;
    margin: 0 auto 20px;
}

.testibox .testimonial-theme1 .testimonial-description-theme1 {
    font-size: 18px;
    color: #131d33;
    font-family: 'Franklin Gothic Book';
    font-style: normal;
    line-height: 21pt;
}

.testibox .testimonial-theme1 .testimonial-description-title-theme1 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    font-family: 'Roboto';
    margin: 0;
}

.testibox .testimonial-theme1 .testimonial-description-title-theme1::after {
    border: 0;
    margin: 0;
}

.testibox .testimonial-theme1 .testimonial-description-profiles-theme1 {
    margin-bottom: 0px;
}

.testibox .owl-buttons {
    top: -20px;
}

.testibox .owl-theme .owl-controls .owl-buttons div {
    font-size: 30px;
    font-weight: bold;
    font-family: 'Roboto';
    color: #f39f0d;
}

.testibox .owl-controls {
    width: 100px;
    margin: auto;
    height: 40px;
    position: relative;
}

/*==testimonial==*//*==Section box 1==*/
.section-1 {
    overflow: hidden;
    background: url(images/sectian-1bg.jpg) no-repeat center top;
    background-size: cover;
    height: 510px;
    width: 100%;
    position: relative;
    border-bottom: 2px solid #131d33;
    border-top: 2px solid #131d33;
    padding: 20px 0;
}

.section-1 h2 {
    font-size: 32px;
    text-align: center;
    color: #131d33;
    font-family: 'Roboto';
    margin-top: 20PX;
}

.section-1 p {
    font-size: 21px;
    text-align: center;
    color: #4e4e4d;
    font-family: 'Franklin Gothic Book';
}

.section-1 .textbox2 ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    overflow: hidden;
}

.section-1 .textbox2 ul li {
    float: left;
    width: 25%;
    padding: 20px;
}

.section-1 .textbox2 ul li .boxs {
    background: #131d33;
    padding: 10px;
    box-shadow: 5px 5px 0px 0px #f39f0d;
}

.section-1 .textbox2 ul li .boxs:hover {
    background: #f39f0d;
    box-shadow: 5px 5px 0px 0px #131d33;
}

.section-1 .textbox2 ul li .boxs .img-box {
    overflow: hidden;
    width: 100%;
}

.section-1 .textbox2 ul li .boxs img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%;
}

.section-1 .textbox2 ul li .boxs:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.section-1 .txt-box {
    text-align: center;
    font-size: 21px;
    font-family: 'Roboto';
    color: #fff;
    line-height: 21pt;
    padding: 20px;
}

/*==Section box 1==*//*==Section box 2==*/
.section2 {
    overflow: hidden;
    background: url(images/section2bg.jpg) no-repeat center top;
    background-size: cover;
    height: 498px;
    width: 100%;
    position: relative;
}

.section2 .sidebox {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 47%;
    background: #131d33;
    opacity: 0.8;
}

.section2 .textbox2 {
    width: 500px;
    float: left;
    padding: 10px;
    position: relative;
    z-index: 999;
}

.section2 .textbox2 h2 {
    font-size: 21px;
    color: #fff;
    font-family: 'Roboto';
    font-weight: normal;
    line-height: 21pt;
    margin-top: 30px;
    margin-bottom: 20px;
}

.section2 .textbox2 p {
    color: #f1f1ee;
    font-size: 16px;
    line-height: 18pt;
    font-family: 'Franklin Gothic Book';
}

/*==Section box 2==*//*==Section box 3==*/
.section3 {
    overflow: hidden;
    padding: 20px 0;
}

.section3 ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.section3 h2 {
    margin-top: 20px;
}

.section3 ul li {
    float: left;
    width: 33.33%;
    padding: 15px;
}

.section3 ul li .imgbox {
    overflow: hidden;
}

.section3 ul li .imgbox img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.section3 ul li .imgbox:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

/*==Section box 3==*/
.clientbox {
    overflow: hidden;
    padding: 30px 0;
    background: #f5f0ef;
}

.clientbox ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.clientbox ul li {
    float: left;
    padding: 0 16px;
}

.clientbox ul li .imgbox {
    height: 90px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}

.clientbox ul li .imgbox:hover {
    opacity: 0.5;
}

/*==footer==*/
.site-footer {
    background: #3c3c3c;
    padding: 0;
}

.footer1 {
    width: 100%;
    border-bottom: 1px solid #202020;
}

.footer1 #text-2 {
    margin: 0;
    padding: 15px 0;
    border: 0;
}

.site-footer a {
    box-shadow: 0 0px 0 0 currentColor;
}

.footer1 #text-2 .mail-box {
    float: left;
    margin-top: 15px;
    margin-right: 170px;
}

.footer1 #text-2 .mail-box strong {
    display: block;
    font-family: 'Roboto';
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    line-height: 8pt;
}

.footer1 #text-2 .mail-box .mail {
    float: left;
    margin: 3px 0 0 5px;
    padding-left: 35px;
    position: relative;
}

.footer1 #text-2 .mail-box .mail a {
    color: #d9d9d9;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: bold;
    text-decoration: none;
}

.footer1 #text-2 .mail-box .mail span {
    background: url(images/massage3.png) no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    border: 1px solid #d9d9d9;
    background-position: 3px 7px;
    overflow: hidden;
    text-indent: 99px;
}

.footer1 #text-2 .mail-box .mail:hover span {
    background: url(images/massage.png) no-repeat;
    border: 1px solid #f39f0d;
    background-position: 3px 7px;
}

.footer1 #text-2 .mail-box .mail:hover a {
    color: #f39f0d;
}

.footer1 #text-2 .mail-box .phone {
    float: left;
    margin: 3px 15px 0px 5px;
    padding-left: 35px;
    position: relative;
}

.footer1 #text-2 .mail-box .phone a {
    color: #d9d9d9;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: bold;
    text-decoration: none;
}

.footer1 #text-2 .mail-box .phone span {
    background: url(images/call3.png) no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    border: 1px solid #d9d9d9;
    background-position: 2px 4px;
    overflow: hidden;
    text-indent: 99px;
}

.footer1 #text-2 .mail-box .phone:hover span {
    background: url(images/call.png) no-repeat;
    border: 1px solid #f39f0d;
    background-position: 2px 4px;
}

.footer1 #text-2 .mail-box .phone:hover a {
    color: #f39f0d;
}

.footer1 #text-2 .appbox {
    float: left;
}

.footer1 #text-2 .appbox a {
    display: block;
    margin: 0 8px;
    float: left;
}

.footer1 #text-2 ul {
    margin: 0;
}

.footer1 #text-2 .social {
    padding: 0;
    margin-top: 15px;
    float: right;
    overflow: hidden;
    list-style-type: none;
}

.footer1 #text-2 .social li {
    float: left;
    background: url(images/socialbg.png) no-repeat;
    width: 31px;
    height: 31px;
    overflow: hidden;
    text-indent: -99px;
    transition: all 1s;
}

.footer1 #text-2 .social li a {
    display: block;
    height: 31px;
}

.footer1 #text-2 .social li.facebook {
    background-position: 6px -2px;
}

.footer1 #text-2 .social li.facebook:hover {
    background-position: 6px -41px;
}

.footer1 #text-2 .social li.twitter {
    background-position: -22px -2px;
}

.footer1 #text-2 .social li.twitter:hover {
    background-position: -22px -41px;
}

.footer1 #text-2 .social li.linkedin {
    background-position: -51px -2px;
}

.footer1 #text-2 .social li.linkedin:hover {
    background-position: -51px -41px;
}

.footer1 #text-2 .social li.insta {
    background-position: -141px -2px;
}

.footer1 #text-2 .social li.insta:hover {
    background-position: -141px -41px;
}

.footer1 #text-2 .social li.googleplus {
    background-position: -81px -2px;
}

.footer1 #text-2 .social li.googleplus:hover {
    background-position: -81px -41px;
}

.footer1 #text-2 .social li.youtube {
    background-position: -112px -2px;
}

.footer1 #text-2 .social li.youtube:hover {
    background-position: -112px -41px;
}

.footer1 #text-2 .social li.print {
    background-position: -169px -2px;
}

.footer1 #text-2 .social li.print:hover {
    background-position: -169px -41px;
}

.footer2 .widget {
    margin: 0;
    padding: 15px 0;
    border: 0;
}

.footer2 .widget-title {
    color: #fff;
    font-family: 'Franklin Gothic Book';
    text-transform: uppercase;
    font-size: 21px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #fff;
}

.footer2 #text-3 p {
    color: #9e9e9e;
    font-size: 14px;
    font-family: 'Franklin Gothic Book';
}

.footer2 #text-3 p a {
    color: #9e9e9e;
}

.footer2 #text-3 p a:hover {
    color: #fff;
}

.footer2 #text-3 p strong {
    color: #f39f0d;
}

.footer2 #text-3 {
    float: left;
    width: 27%;
}

.footer2 #nav_menu-2 {
    float: left;
    width: 46%;
    padding: 15px 85px;
}

.footer2 #nav_menu-2 ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
    list-style-type: none;
}

.footer2 #nav_menu-2 li {
    float: left;
    width: 50%;
}

.footer2 #nav_menu-2 li a {
    color: #9e9e9e;
    font-size: 14px;
    font-family: 'Franklin Gothic Book';
    padding-left: 20px;
    background: url(images/li-bg.png) no-repeat left;
    background-position: 1px 7px;
    display: block;
}

.footer2 #nav_menu-2 li a:hover {
    color: #f39f0d;
    background: url(images/li-bg2.png) no-repeat left;
    background-position: 1px 7px;
}

.footer2 #text-5 {
    float: left;
    width: 27%;
}

.footer3 {
    background: #323232;
    padding: 10px;
    width: 100%;
}

.footer3 .widget {
    margin: 0;
    padding: 0;
    border: 0;
}

.footer3 p {
    color: #9e9e9e;
    font-size: 14px;
    font-family: 'Franklin Gothic Book';
    padding: 0;
    margin: 0;
}

.footer3 p a {
    color: #9e9e9e;
    font-size: 14px;
    font-family: 'Franklin Gothic Book';
}

.footer3 p a:hover {
    color: #f39f0d;
}

.footer3 .pfst {
    float: left;
}

.footer3 .pfst2 {
    float: right;
}

#flip {
    float: right;
    cursor: pointer;
    padding: 6px;
    margin-top: 5px;
    width: 45px;
    height: 33px;
    border: 3px solid #000;
    border-radius: 3px;
    background: #dee3f0;
    margin-left: 15px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999
}

#flip span {
    width: 100%;
    display: block;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    height: 15px;
}

#flip span i {
    width: 100%;
    display: block;
    border-top: 3px solid #000;
    margin-top: 3px;
}

.menu-col2 {
    width: 100%;
    float: left;
}

#panel {
    display: none;
    padding: 15px;
    position: fixed;
    background: #131d33;
    top: 0;
    right: 0;
    width: 400px;
    height: 100%;
    z-index: 999999;
}

#flip2 {
    float: left;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: url(images/close.png) no-repeat;
    background-size: 40px;
}

.menu-col2 ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menu-col2 li {
}

.menu-col2 li a {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Roboto';
    padding: 6px;
    border-bottom: 1px solid #06305b;
}

.menu-col2 li a:hover {
    color: #f39f0d;
}

.menu-col2 .menu-header-menu-container {
    width: 100%;
    float: left;
}

.menu-col .menu-image-hover-wrapper {
    display: none;
}

/*==inner page==*/
.container #content {
    padding: 20px 0;
}

.container #content p {
    font-family: 'Franklin Gothic Book';
    font-size: 16px;
    line-height: 16pt;
    margin-bottom: 10px;
}

.container #content ul {
    margin-left: 25px;
}

.container #content li {
    font-family: 'Franklin Gothic Book';
    font-size: 14px;
    line-height: 16pt;
    margin-bottom: 10px;
}

.container #content h2 {
    margin-bottom: 10px;
    font-size: 18px;
    font-family: 'Roboto';
}

.container #content h4 {
    margin-bottom: 10px;
    font-size: 18px;
    font-family: 'Roboto';
}

.container #content h4 {
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 18px;
    font-family: 'Roboto';
}

.container #content h5 {
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 18px;
    font-family: 'Roboto';
}

.entry-title {
    font-size: 24px;
    font-family: 'Roboto';
    margin-bottom: 0;
}

.mapbx {
    height: 300px;
    width: 100%;
    border: 3px solid #ccc;
    max-width: 100%;
    list-style: none;
    transition: none;
    overflow: hidden;
}

.contact-box .txtbx {
    padding: 10px;
    border: 2px solid #CECECE;
    background: #EAEAEA;
    margin-bottom: 20px;
}

.ifrm {
}

#embedded-map-display img {
    max-width: none !important;
    background: none !important;
    font-size: inherit;
}

.contact-box {
    overflow: hidden;
}

.contct-addrs {
    float: left;
    width: 38%;
}

.contctform {
    float: right;
    width: 60%;
    padding: 20px;
    border-radius: 5px;
    background: #131d33;
}

.contctform h4 {
    color: #fff;
    margin-top: 0 !important;
}

.contctform p {
    color: #fff;
}

.contctform textarea {
    height: 155px;
}

.contctform .wpcf7-submit {
    background: #fff;
    color: #131d33;
    width: 200px;
    text-align: center;
}

.contctform .wpcf7-validation-errors {
    color: #FFF;
}

.contctform .wpcf7-mail-sent-ok {
    color: #FFF;
}

.srvcbx {
    overflow: hidden;
}

.srvcbx .srvc-box {
    float: left;
    width: 23%;
    background: #F2F2F2;
    padding: 10px;
    margin: 10px;
}

.srvcbx .srvc-box ul {
    list-style-type: none;
}

.container #content .srvc-box h4 {
    font-size: 15px;
    margin-top: 5px;
}

.formbox {
    overflow: hidden;
    width: 800px;
    float: left;
}

.formbox .spannum {
    float: left;
    width: 48%;
}

.formbox .spannum:last-child {
    margin-left: 20px;
}

.formbox select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    height: 20px;
    padding: 20px 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
    width: 100%;
    border: 1px solid #E9E9E9;
    background: #fff;
}

.sbmtx {
    overflow: hidden;
    width: 100%;
}

.imgbx {
    float: right;
    width: 340px;
}

.imgbx img {
    width: 100%;
}

.page-header {
    padding: 0;
    margin: 0 0 15px;
    border: 0;
}

#secondary .widget {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
}

#secondary input {
    margin-bottom: 0;
    height: auto;
}

.post-navigation {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.post-navigation div + div {
    border-top: 1px solid #ccc;
}

.post-navigation a {
    padding: 15px 0;
}

.post-navigation .post-title {
    font-size: 16px;
}

.appbox img {
    width: 150px;
    height: 50px;
}

.site-main > article {
    border: 1px solid #fdf6f5;
    margin-bottom: 20px;
    padding: 10px;
}

.site-main > article:nth-child(odd) {
    background: #fdf6f5;
}

.container #content .gallery {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
}

.container #content .gallery li {
    float: left;
    width: 25%;
    padding: 10px;
}

.container #content .gallery li img {
    width: 100%;
}

.appbox img:hover {
    opacity: 0.6;
}

.appbox img {
    cursor: pointer;
}

.slidbtm h2 {
    margin: 0;
}

.slidbtm {
    padding: 20px 0;
}

.appstor img {
    cursor: pointer;
}

.appstor img:hover {
    opacity: 0.6;
}

.photo-galry-box {
    overflow: hidden;
}

.testi-col {
    overflow: hidden;
}

/*.photo-galry-box .view{ width:25.33% !important; max-width:100% !important; padding:15px;}*/
.testi-col .testimonial-theme3-theme3 .testimonial-theme3-pic-theme3 {
    width: 50px;
    height: 50px;
    margin: 0 0 0 45px !important;
}

.testi-col .testimonial-theme3-theme3 .testimonial-theme3-theme3-title span {
    color: #f2ae1b;
}

.testi-col .testimonial-theme3-theme3 {
    margin: 0 0 30px;
}

.testi-col .testimonial-theme3-theme3:nth-child(odd) p {
    background: #EBEBEB;
}

.testi-col .testimonial-theme3-theme3:nth-child(odd) .testimonial-theme3-description-theme3::after {
    background: #EBEBEB;
}

.testi-col .testimonial-theme3-theme3 .testimonial-theme3-theme3-title span {
    font-size: 14px;
}

.clientbox-04 {
    background: #fff;
}

.clientbox-04 ul li {
    padding: 0 15px;
}

.resourc1 {
    list-style-type: none;
}

.banner-box {
    float: left;
    width: 100%;
    position: relative;
}

.metaslider {
    max-width: 100% !important;
}

.banner-contactForm {
    position: absolute;
    top: 0;
    right: 0;
    width: 350px;
    background: rgba(19, 29, 51, 0.7);
    padding: 20px;
    color: #fff;
    height: 91%;
}

.banner-contactForm h2 {
    display: none;
}

span.wpcf7-not-valid-tip {
    display: none !important;
}

input.wpcf7-not-valid {
    border: 1px solid red;
}

.left-70-box {
    float: left;
    width: 68%;
}

.right-30-box {
    float: right;
    width: 29%;
    position: unset;
}

@media only screen and (min-width: 1025px) and (max-width: 1159px) {
    .container {
        width: 100%;
        margin: auto;
    }

    #wprmenu_bar .menu_title {
        display: none;
    }

    .menu-col li a {
        font-size: 12px;
        padding: 0 12px 0 23px;
    }

    .header-right {
        margin-right: 20px;
    }

    .site-branding {
        margin-left: 15px;
    }

    .metaslider .caption-wrap {
        bottom: 90px !important;
    }

    .slider-box .text-box h2 {
        font-size: 30px;
    }

    .slider-box .text-box {
        padding: 10px;
    }

    .slider-box .text-box p {
        font-size: 18px;
        line-height: 18pt;
        margin-top: 0;
    }

    .slidbtm {
        padding: 10px;
    }

    .slidbtm h2 {
        font-size: 24px;
        line-height: 25pt;
        margin: 12px 0 0 !important;
        width: 500px;
    }

    .servicbox li .box h2 {
        font-size: 16px;
    }

    .servicbox li .box p {
        font-size: 14px;
    }

    .testimonial {
        height: auto;
        padding: 20px;
    }

    .testimonial .textbox {
        width: 525px;
    }

    .textbox h2 {
        font-size: 24px;
    }

    .textbox p {
        font-size: 15px;
    }

    .testibox .testimonial-theme1 .testimonial-description-theme1 {
        font-size: 15px;
        line-height: 18pt;
    }

    .testibox .testimonial-theme1 .testimonial-description-title-theme1 {
        font-size: 18px;
    }

    .section-1 h2 {
        font-size: 24px;
    }

    .section-1 p {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .section-1 .txt-box {
        font-size: 16px;
        line-height: 18pt;
        padding: 5px;
    }

    .section-1 {
        height: auto;
    }

    .section2 {
        height: auto;
        padding: 15px;
    }

    .section2 .textbox2 h2 {
        font-size: 18px;
        margin-top: 0;
    }

    .footer1 {
        padding: 0 15px;
    }

    .footer2 {
        padding: 15px;
        overflow: hidden;
    }

    .section2 .sidebox {
        width: 50%;
    }

    .footer2 .widget-title {
        font-size: 16px;
    }

    .footer2 #nav_menu-2 {
        padding: 15px 35px;
    }

    .clientbox ul {
        width: 1160px;
    }

    .clientbox .container {
        overflow-y: scroll;
        width: 100%;
    }

    .appbox img {
        width: 130px;
        height: 45px;
    }

    .footer1 #text-2 .mail-box {
        margin-right: 60px;
    }

    .contact-box {
        padding: 0 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .container {
        width: 100%;
        margin: auto;
    }

    #wprmenu_bar {
        display: none;
    }

    #wprmenu_bar .menu_title {
        display: none;
    }

    .clientbox ul {
        width: 1160px;
    }

    .clientbox .container {
        overflow-y: scroll;
        width: 100%;
    }

    .menu-col ul {
        position: fixed;
        right: 0;
        top: 10px;
        z-index: 999;
    }

    .menu-col li a {
        color: #fff;
        font-size: 12px;
    }

    .menu-col li:nth-child(1) a {
        background: url(images/home1.png) no-repeat left;
        background-position: 5px 5px;
    }

    .menu-col li:nth-child(2) a {
        background: url(images/about1.png) no-repeat left;
        background-position: 5px 5px;
    }

    .menu-col li:nth-child(3) a {
        background: url(images/contact1.png) no-repeat left;
        background-position: 5px 5px;
    }

    .header-right {
        margin-right: 20px;
    }

    .site-branding {
        margin-left: 15px;
    }

    .metaslider .caption-wrap {
        bottom: 20px !important;
    }

    .slider-box .text-box h2 {
        font-size: 30px;
    }

    .slider-box .text-box {
        padding: 10px;
    }

    .slider-box .text-box p {
        font-size: 18px;
        line-height: 18px;
        margin-top: 0;
    }

    .slidbtm {
        padding: 10px;
    }

    .slidbtm h2 {
        font-size: 19px;
        line-height: 23pt;
        margin: 12px 0 0 !important;
        width: 375px;
    }

    .servicbox li .box h2 {
        font-size: 16px;
    }

    .servicbox li .box p {
        font-size: 14px;
    }

    .testimonial {
        height: auto;
        padding: 20px;
    }

    .testimonial .sidebox {
        width: 100%;
    }

    .textbox h2 {
        font-size: 24px;
    }

    .textbox p {
        font-size: 15px;
    }

    .testibox .testimonial-theme1 .testimonial-description-theme1 {
        font-size: 15px;
        line-height: 18pt;
    }

    .testibox .testimonial-theme1 .testimonial-description-title-theme1 {
        font-size: 18px;
    }

    .section-1 h2 {
        font-size: 24px;
    }

    .section-1 p {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .section-1 .txt-box {
        font-size: 16px;
        line-height: 18pt;
        padding: 5px;
    }

    .section-1 {
        height: auto;
    }

    .section2 {
        height: auto;
        padding: 15px;
    }

    .section2 .textbox2 h2 {
        font-size: 18px;
        margin-top: 0;
    }

    .footer1 {
        padding: 0 15px;
    }

    .footer2 {
        padding: 15px;
        overflow: hidden;
    }

    .section2 .sidebox {
        width: 100%;
    }

    .footer2 .widget-title {
        font-size: 16px;
    }

    .footer2 #nav_menu-2 {
        padding: 15px 35px;
    }

    .clientbox ul {
        width: 1160px;
    }

    .clientbox .container {
        overflow-y: scroll;
        width: 100%;
    }

    .appbox img {
        width: 130px;
        height: 45px;
    }

    .footer1 #text-2 .mail-box {
        margin-right: 60px;
    }

    /*==inner page==*/
    .entry-title {
        font-size: 16px;
    }

    .contact-box h4 {
        font-size: 16px;
    }

    .contact-box {
        padding: 0 15px;
    }

    .entry-header, .entry-summary, .entry-content, .entry-footer, .page-content {
        margin: 10px;
    }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
    #wprmenu_bar {
        display: none;
    }

    .container {
        width: 100%;
        margin: auto;
    }

    #wprmenu_bar .menu_title {
        display: none;
    }

    .menu-col ul {
        position: fixed;
        top: 10px;
        z-index: 999;
        right: 0;
    }

    .menu-col li a {
        font-size: 12px;
        padding: 0px 10px 0 23px;
        color: #fff;
    }

    .menu-col li:nth-child(1) a {
        background: url(images/home1.png) no-repeat left;
        background-position: 5px 5px;
    }

    .menu-col li:nth-child(2) a {
        background: url(images/about1.png) no-repeat left;
        background-position: 5px 5px;
    }

    .menu-col li:nth-child(3) a {
        background: url(images/contact1.png) no-repeat left;
        background-position: 5px 5px;
    }

    .top-line .mail-box strong {
        line-height: 12px
    }

    .top-line .mail-box .mail b {
        font-size: 12px
    }

    .site-branding {
        margin: 0;
        padding-top: 10px;
        padding-left: 10px;
    }

    .top-line .mail-box strong {
        line-height: 20pt;
    }

    .top-line .mail-box {
        height: 35px;
    }

    .metaslider .caption-wrap {
        background: none !important;
        opacity: 1 !important;
        bottom: 0px !important;
        position: relative !important;
    }

    .metaslider .caption {
        padding: 0 !important;
    }

    .slider-box .text-box {
        background: rgba(0, 0, 0, 0.9);
        border: 0;
        width: 100%;
        padding: 10px;
        overflow: hidden;
    }

    .slider-box .text-box h2 {
        font-size: 16px;
        line-height: 17pt;
    }

    .slider-box .text-box p {
        font-size: 14px;
        line-height: 15pt;
        margin: 5px 0 !important;
        float: left;
        width: 67%;
    }

    .clickbox a {
        font-size: 14px;
        line-height: 18pt;
        padding: 10px;
        width: 170px;
    }

    .clickbox a strong {
        display: block;
        font-size: 18px;
    }

    .slidbtm {
        padding: 15px;
    }

    .slidbtm h2 {
        width: 230px;
        font-size: 16px;
        line-height: 18pt;
    }

    .appstor a {
        margin: 5px;
    }

    .appstor img {
        width: 130px;
        height: 45px;
    }

    .heading-line {
        font-size: 21px;
    }

    .heading-line span {
        width: 80px;
    }

    .servicbox li {
        width: 46%;
        margin: 10px;
    }

    .servicbox li .box h2 {
        font-size: 15px;
    }

    .servicbox li .box h2 span {
        width: 80px;
    }

    .servicbox li .box p {
        font-size: 13px;
        line-height: 14pt;
    }

    .testimonial {
        height: auto;
        position: relative;
        z-index: 1;
    }

    .textbox {
        width: 100%;
        padding: 15px;
    }

    .testibox {
        padding: 20px;
    }

    .testimonial .sidebox {
        width: 100%;
        opacity: 0.6;
    }

    .textbox h2 {
        font-size: 21px;
    }

    .textbox p {
        font-size: 14px;
    }

    .testibox .testimonial-theme1 .testimonial-description-title-theme1 {
        font-size: 16px;
    }

    .testibox .testimonial-theme1 .testimonial-description-theme1 {
        font-size: 14px;
        line-height: 18pt;
    }

    .section-1 {
        padding: 15px;
        height: auto;
    }

    .section-1 h2 {
        font-size: 21px;
        margin-top: 0;
    }

    .section-1 p {
        font-size: 14px;
        line-height: 14px;
    }

    .section-1 .textbox2 ul li {
        width: 50%;
    }

    .section-1 .txt-box {
        font-size: 16px;
        line-height: 16pt;
        padding: 10px;
    }

    .footer1 #text-2 .social {
        margin-top: 0;
    }

    .mail-box {
        width: 100%;
    }

    .section2 {
        height: auto;
        padding: 15px;
        position: relative;
        z-index: 1;
    }

    .section2 .sidebox {
        width: 100%;
        opacity: 0.6;
    }

    .section2 .textbox2 {
        width: auto;
    }

    .section2 .textbox2 h2 {
        font-size: 16px;
        line-height: 17pt;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .section2 .textbox2 p {
        font-size: 14px;
        line-height: 15pt;
        margin-bottom: 0;
    }

    .section3 {
        padding: 15px;
    }

    .section3 h2 {
        margin-top: 0;
    }

    .section3 ul li {
        width: 50%;
        padding: 5px;
    }

    .clientbox {
        padding: 15px;
    }

    .clientbox .container {
        width: 100%;
        overflow-y: scroll;
    }

    .clientbox ul {
        width: 1160px;
    }

    .footer1 #text-2 {
        padding: 10px;
    }

    .appbox img {
        width: 100px;
    }

    .footer1 #text-2 .mail-box .phone a {
        font-size: 12px;
    }

    .footer1 #text-2 .mail-box .mail a {
        font-size: 12px;
    }

    .footer1 #text-2 .mail-box strong {
        font-size: 13px;
        line-height: 5pt;
    }

    .footer1 #text-2 .mail-box {
        margin: 0;
    }

    .footer1 #text-2 .mail-box .phone {
        margin: 10px;
    }

    .footer1 #text-2 .mail-box .mail {
        margin: 10px;
    }

    .footer2 {
        padding: 15px;
        overflow: hidden;
    }

    .footer2 #text-3 {
        width: 100%;
        padding: 0;
    }

    .footer2 #nav_menu-2 {
        width: 100%;
        padding: 20px 0;
    }

    .footer2 #text-5 {
        width: 100%;
        padding: 0;
    }

    .footer2 .widget-title {
        font-size: 16px;
    }

    .header-right {
        position: absolute;
        right: 20px;
    }

    .clickbox {
        float: right;
        margin-left: 20px;
    }

    /*==inner page==*/
    .entry-title {
        font-size: 16px;
    }

    .contct-addrs {
        width: 100%;
    }

    .contctform {
        width: 100%;
    }

    .contact-box h4 {
        font-size: 16px;
    }

    .entry-header, .entry-summary, .entry-content, .entry-footer, .page-content {
        margin: 10px;
    }

    .formbox {
        width: 100%;
    }

    .formbox .spannum {
        width: 100%;
    }

    .formbox .spannum:last-child {
        margin: 0;
    }

    .imgbx {
        padding: 20px;
        width: 100%;
    }

    .formbox select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
        padding: 15px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
    .container {
        width: 100%;
        margin: auto;
    }

    #wprmenu_bar .menu_title {
        display: none;
    }

    #wprmenu_bar {
        display: none;
    }

    .menu-col ul {
        position: fixed;
        top: 10px;
        z-index: 999;
        right: 0;
    }

    .menu-col li a {
        font-size: 12px;
        padding: 0px 10px 0 23px;
        color: #fff;
    }

    .menu-col li:nth-child(1) a {
        background: url(images/home1.png) no-repeat left;
        background-position: 5px 5px;
    }

    .menu-col li:nth-child(2) a {
        background: url(images/about1.png) no-repeat left;
        background-position: 5px 5px;
    }

    .menu-col li:nth-child(3) a {
        background: url(images/contact1.png) no-repeat left;
        background-position: 5px 5px;
    }

    .site-branding {
        margin: 0;
        padding-top: 10px;
        padding-left: 10px;
    }

    .top-line .mail-box strong {
        line-height: 12px;
    }

    .top-line .mail-box b {
        font-size: 12px;
        line-height: 14px;
    }

    .top-line .mail-box {
        height: 35px;
    }

    .metaslider .caption-wrap {
        background: none !important;
        opacity: 1 !important;
        bottom: 0px !important;
        position: relative !important;
    }

    .metaslider .caption {
        padding: 0 !important;
    }

    .slider-box .text-box {
        background: rgba(0, 0, 0, 0.9);
        border: 0;
        width: 100%;
        padding: 10px;
        overflow: hidden;
    }

    .slider-box .text-box h2 {
        font-size: 16px;
        line-height: 17pt;
    }

    .slider-box .text-box p {
        font-size: 14px;
        line-height: 15pt;
        margin: 5px 0 !important;
        float: left;
        width: 58%;
    }

    .clickbox {
        float: right;
        margin-left: 20px;
    }

    .clickbox a {
        font-size: 14px;
        line-height: 18pt;
        padding: 10px;
        width: 170px;
    }

    .clickbox a strong {
        display: block;
        font-size: 18px;
    }

    .slidbtm {
        padding: 15px;
    }

    .slidbtm h2 {
        width: 230px;
        font-size: 16px;
        line-height: 18pt;
    }

    .appstor a {
        margin: 5px;
    }

    .appstor img {
        width: 100px;
        height: 35px;
    }

    .heading-line {
        font-size: 21px;
    }

    .heading-line span {
        width: 80px;
    }

    .servicbox li {
        width: 80%;
        float: none;
        border: 1px solid #ccc;
        margin: auto;
        margin-bottom: auto;
        margin-bottom: 15px;
    }

    .servicbox li .box h2 {
        font-size: 15px;
    }

    .servicbox li .box h2 span {
        width: 80px;
    }

    .servicbox li .box p {
        font-size: 13px;
        line-height: 14pt;
    }

    .testimonial {
        height: auto;
        position: relative;
        z-index: 1;
    }

    .textbox {
        width: 100%;
        padding: 15px;
    }

    .testibox {
        padding: 20px;
    }

    .testimonial .sidebox {
        width: 100%;
        opacity: 0.6;
    }

    .textbox h2 {
        font-size: 21px;
    }

    .textbox p {
        font-size: 14px;
    }

    .testibox .testimonial-theme1 .testimonial-description-title-theme1 {
        font-size: 16px;
    }

    .testibox .testimonial-theme1 .testimonial-description-theme1 {
        font-size: 14px;
        line-height: 18pt;
    }

    .section-1 {
        padding: 15px;
        height: auto;
    }

    .section-1 h2 {
        font-size: 21px;
        margin-top: 0;
    }

    .section-1 p {
        font-size: 14px;
        line-height: 14px;
    }

    .section-1 .textbox2 ul li {
        width: 50%;
    }

    .section-1 .txt-box {
        font-size: 16px;
        line-height: 16pt;
        padding: 10px;
    }

    .footer1 #text-2 .social {
        margin-top: 0;
    }

    .mail-box {
        width: 100%;
    }

    .section2 {
        height: auto;
        padding: 15px;
        position: relative;
        z-index: 1;
    }

    .section2 .sidebox {
        width: 100%;
        opacity: 0.6;
    }

    .section2 .textbox2 {
        width: auto;
    }

    .section2 .textbox2 h2 {
        font-size: 16px;
        line-height: 17pt;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .section2 .textbox2 p {
        font-size: 14px;
        line-height: 15pt;
        margin-bottom: 0;
    }

    .section3 {
        padding: 15px;
    }

    .section3 h2 {
        margin-top: 0;
    }

    .section3 ul li {
        width: 50%;
        padding: 5px;
    }

    .clientbox {
        padding: 15px;
    }

    .clientbox .container {
        width: 100%;
        overflow-y: scroll;
    }

    .clientbox ul {
        width: 1160px;
    }

    .footer1 #text-2 {
        padding: 10px;
    }

    .appbox img {
        width: 100px;
    }

    .footer1 #text-2 .mail-box .phone a {
        font-size: 12px;
    }

    .footer1 #text-2 .mail-box .mail a {
        font-size: 12px;
    }

    .footer1 #text-2 .mail-box strong {
        font-size: 13px;
        line-height: 5pt;
    }

    .footer1 #text-2 .mail-box {
        margin: 0;
    }

    .footer1 #text-2 .mail-box .phone {
        margin: 10px;
    }

    .footer1 #text-2 .mail-box .mail {
        margin: 10px;
    }

    .footer2 {
        padding: 15px;
        overflow: hidden;
    }

    .footer2 #text-3 {
        width: 100%;
        padding: 0;
    }

    .footer2 #nav_menu-2 {
        width: 100%;
        padding: 20px 0;
    }

    .footer2 #text-5 {
        width: 100%;
        padding: 0;
    }

    .footer2 .widget-title {
        font-size: 16px;
    }

    .header-right {
        position: absolute;
        right: 10px;
    }

    /*==inner page==*/
    .entry-title {
        font-size: 16px;
    }

    .contct-addrs {
        width: 100%;
    }

    .contctform {
        width: 100%;
    }

    .contact-box h4 {
        font-size: 16px;
    }

    .entry-header, .entry-summary, .entry-content, .entry-footer, .page-content {
        margin: 10px;
    }

    .formbox {
        width: 100%;
    }

    .formbox .spannum {
        width: 100%;
    }

    .formbox .spannum:last-child {
        margin: 0;
    }

    .imgbx {
        padding: 20px;
        width: 100%;
    }

    .formbox select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
        padding: 15px;
    }
}

@media only screen and (min-width: 240px) and (max-width: 479px) {
    .container {
        width: 100%;
        margin: auto;
    }

    #wprmenu_bar {
        display: none;
    }

    #panel {
        width: 100%;
    }

    #wprmenu_bar .menu_title {
        display: none;
    }

    .menu-col ul {
        position: fixed;
        top: 10px;
        z-index: 999;
        right: 0;
    }

    .menu-col li a {
        font-size: 12px;
        padding: 0px 10px 0 23px;
        color: #fff;
    }

    .menu-col li:nth-child(1) a {
        background: url(images/home1.png) no-repeat left;
        background-position: 5px 5px;
    }

    .menu-col li:nth-child(2) a {
        background: url(images/about1.png) no-repeat left;
        background-position: 5px 5px;
    }

    .menu-col li:nth-child(3) a {
        background: url(images/contact1.png) no-repeat left;
        background-position: 5px 5px;
    }

    .top-line .mail-box b {
        display: none;
    }

    .site-branding {
        margin: 0;
        padding-top: 10px;
        padding-left: 10px;
    }

    .top-line .mail-box strong {
        line-height: 20pt;
    }

    .top-line .mail-box {
        height: 35px;
    }

    .metaslider .caption-wrap {
        background: none !important;
        opacity: 1 !important;
        bottom: 0px !important;
        position: relative !important;
    }

    .metaslider .caption {
        padding: 0 !important;
    }

    .slider-box .text-box {
        background: rgba(0, 0, 0, 0.9);
        border: 0;
        width: 100%;
        padding: 10px;
        text-align: center;
    }

    .slider-box .text-box h2 {
        font-size: 16px;
        line-height: 17pt;
    }

    .slider-box .text-box p {
        font-size: 14px;
        line-height: 15pt;
        margin: 5px 0 !important;
    }

    .clickbox a {
        font-size: 14px;
        line-height: 18pt;
        padding: 10px;
        width: 170px;
        margin: auto;
    }

    .clickbox a strong {
        display: block;
        font-size: 18px;
    }

    .slidbtm {
        padding: 15px;
    }

    .slidbtm h2 {
        width: auto;
        font-size: 15px;
        line-height: 18pt;
        float: none;
        text-align: center;
    }

    .appstor a {
        margin: 15px 0;
    }

    .heading-line {
        font-size: 21px;
    }

    .heading-line span {
        width: 80px;
    }

    .servicbox li {
        width: 100%;
    }

    .servicbox li .box h2 {
        font-size: 15px;
    }

    .servicbox li .box h2 span {
        width: 80px;
    }

    .servicbox li .box p {
        font-size: 13px;
        line-height: 14pt;
    }

    .testimonial {
        height: auto;
        position: relative;
        z-index: 1;
    }

    .textbox {
        width: 100%;
        padding: 15px;
    }

    .testibox {
        padding: 20px;
    }

    .testimonial .sidebox {
        width: 100%;
        opacity: 0.6;
    }

    .textbox h2 {
        font-size: 21px;
    }

    .textbox p {
        font-size: 14px;
    }

    .testibox .testimonial-theme1 .testimonial-description-title-theme1 {
        font-size: 16px;
    }

    .testibox .testimonial-theme1 .testimonial-description-theme1 {
        font-size: 14px;
        line-height: 18pt;
    }

    .section-1 {
        padding: 15px;
        height: auto;
    }

    .section-1 h2 {
        font-size: 21px;
        margin-top: 0;
    }

    .section-1 p {
        font-size: 14px;
        line-height: 14px;
    }

    .section-1 .textbox2 ul li {
        width: 100%;
    }

    .section-1 .txt-box {
        font-size: 16px;
        line-height: 16pt;
        padding: 10px;
    }

    .section2 {
        height: auto;
        padding: 15px;
        position: relative;
        z-index: 1;
    }

    .section2 .sidebox {
        width: 100%;
        opacity: 0.6;
    }

    .section2 .textbox2 {
        width: auto;
    }

    .section2 .textbox2 h2 {
        font-size: 16px;
        line-height: 17pt;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .section2 .textbox2 p {
        font-size: 14px;
        line-height: 15pt;
        margin-bottom: 0;
    }

    .section3 {
        padding: 15px;
    }

    .section3 h2 {
        margin-top: 0;
    }

    .section3 ul li {
        width: 50%;
        padding: 5px;
    }

    .clientbox {
        padding: 15px;
    }

    .clientbox .container {
        width: 100%;
        overflow-y: scroll;
    }

    .clientbox ul {
        width: 1160px;
    }

    .footer1 #text-2 {
        padding: 10px;
    }

    .appbox img {
        width: 100px;
    }

    .footer1 #text-2 .mail-box .phone a {
        font-size: 12px;
    }

    .footer1 #text-2 .mail-box .mail a {
        font-size: 12px;
    }

    .footer1 #text-2 .mail-box strong {
        font-size: 13px;
        line-height: 5pt;
    }

    .footer1 #text-2 .mail-box {
        margin: 0;
    }

    .footer1 #text-2 .mail-box .phone {
        margin: 10px;
    }

    .footer1 #text-2 .mail-box .mail {
        margin: 10px;
    }

    .footer2 {
        padding: 15px;
        overflow: hidden;
    }

    .footer2 #text-3 {
        width: 100%;
        padding: 0;
    }

    .footer2 #nav_menu-2 {
        width: 100%;
        padding: 20px 0;
    }

    .footer2 #text-5 {
        width: 100%;
        padding: 0;
    }

    .footer2 .widget-title {
        font-size: 16px;
    }

    .footer3 .pfst2 {
        text-align: center;
        width: 100%;
    }

    .footer3 .pfst {
        width: 100%;
        text-align: center;
    }

    .appstor img {
        width: 130px;
        height: 45px;
    }

    .appstor a {
        margin: 5px;
    }

    .appstor {
        float: none;
        margin: auto;
        overflow: hidden;
        width: 280px;
    }

    .flex-direction-nav a {
        top: 30% !important;
    }

    /*==inner page==*/
    .entry-title {
        font-size: 16px;
    }

    .contct-addrs {
        width: 100%;
    }

    .contctform {
        width: 100%;
    }

    .contact-box h4 {
        font-size: 16px;
    }

    .entry-header, .entry-summary, .entry-content, .entry-footer, .page-content {
        margin: 10px;
    }

    .formbox {
        width: 100%;
    }

    .formbox .spannum {
        width: 100%;
    }

    .formbox .spannum:last-child {
        margin: 0;
    }

    .imgbx {
        padding: 20px;
        width: 100%;
    }

    .formbox select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
        padding: 15px;
    }

    .top-line {
        padding: 5px 15px;
    }
}
.contctform label{
color:#fff;
}
@media only screen and (max-width: 991px) {
    .banner-contactForm {
        position: unset;
        width: 100%;
        float: left;
        color: #000;
        background: none;
        border-bottom: 1px solid #ccc;
    }

    .banner-contactForm h2 {
        display: block;
    }
}
@media only screen and (max-width:667px) {
.menu-top-menu-container{
display:none
}
}