/* Responsive CSS Styles Table of Contents */

@media only screen and (min-width: 1000px) and (max-width: 1169px){
.container {
	width: 1000px;
	margin: auto;
}




}


@media only screen and (min-width: 768px) and (max-width: 999px){
.container {
	width: 747px;
	margin: auto;
}

.logo {
	width: 40%;
}
.menu_main {
	width: 60%;
}


}



@media only screen and (min-width: 640px) and (max-width: 767px){
.container {
	width: 590px;
	margin: auto;
}

.logo {
	width: 40%;
}
.menu_main {
	width: 60%;
}


}


@media only screen and (min-width: 480px) and (max-width: 639px){

/* columns */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive,
.one_half_less, .one_third_less, .one_fourth_less, .two_third_less, .three_fourth_less, .one_fifth_less, .onecol_forty_less, .onecol_sixty_less, .onecol_thirtyfive_less {
	position: relative;
	margin-right: 0%;
	float: left;
}
.one_full,
.one_half,
.one_third,
.one_fourth,
.one_fifth,
.two_third,
.three_fourth,
.onecol_forty,
.onecol_sixty,
.onecol_thirtyfive,
.one_full_less,
.one_half_less,
.one_third_less,
.one_fourth_less,
.one_fifth_less,
.two_third_less,
.three_fourth_less,
.onecol_forty_less,
.onecol_sixty_less,
.onecol_thirtyfive_less {
	width: 100%;
	margin-bottom: 50px;
}
.last {
	margin-right: 0 !important;
	margin-bottom: 0 !important;
}

.container {
	width: 440px;
	margin: auto;
}

.logo {
	width: 100%;
}
.menu_main {
	width: 100%;
}

.header #logo{
	background-position: center top;
}

/* bigger logo? remove below comment */
/*.header #logo{
	background-position: center top;
	background-size: 50%;
}*/

}





@media only screen and (max-width: 479px){

/* columns */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive,
.one_half_less, .one_third_less, .one_fourth_less, .two_third_less, .three_fourth_less, .one_fifth_less, .onecol_forty_less, .onecol_sixty_less, .onecol_thirtyfive_less {
	position: relative;
	margin-right: 0%;
	float: left;
}
.one_full,
.one_half,
.one_third,
.one_fourth,
.one_fifth,
.two_third,
.three_fourth,
.onecol_forty,
.onecol_sixty,
.onecol_thirtyfive,
.one_full_less,
.one_half_less,
.one_third_less,
.one_fourth_less,
.one_fifth_less,
.two_third_less,
.three_fourth_less,
.onecol_forty_less,
.onecol_sixty_less,
.onecol_thirtyfive_less {
	width: 100%;
	margin-bottom: 50px;
}
.last {
	margin-right: 0 !important;
	margin-bottom: 0 !important;
}

.container {
	width: 300px;
	margin: auto;
}


.logo {
	width: 90%;
}
.menu_main {
	width: 100%; display: none;
}

.mobile_menu_main{width: 10%; display: block; float: left;margin-top: 20px;}

.mobile_menu_main span i{color: #000; font-size: 32px;}

.header #logo{
	background-position: center top;
}

.about-left {
    width: 100%;
    float: left;
    margin-right: 0%;
}
.about-right {
    width: 100%;
    float: left;
    margin-right: 0%;
}
.about-right img{
    width: 100%;
    
}

.top_nav {
    display: none;
}

.serv-img {
    margin-bottom: 30px;
    position: absolute;
    right: 70px;
    background: #fff;
    border-radius: 100%;
    border: 5px solid #104777;
    box-shadow: 3px 4px 20px hsl(0deg 0% 53% / 23%);
    height: 150px;
    width: 150px;
    line-height: 150px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.service-div.orange {
    background: #00a654;
    margin-left: 0px;
    margin-right: 0;
}
.service-div.orange .serv-img {
    left: 68px;
    border: 5px solid #00a654;
    border-radius: 200px;
    border: 5px solid #00a654;
    border-right: 2px solid #00a654;
    border-bottom: 2px solid #00a654;
    -webkit-transform: rotate(-45deg);
}

.footer-1 {
    width: 100%;
    float: left;
    margin-right: 0%;
}

.footer-2 {
    width: 100%;
    float: left;
    margin-right: 0%;
}

.footer-3 {
    width: 100%;
    float: left;
    margin-right: 0%;
}

.footer-43 {
    width: 100%;
    float: left;
}

.service-div {
    box-shadow: 3px 4px 20px hsl(0deg 0% 53% / 23%);
    text-align: center;
    padding: 30px 16px;
    background: #104777;
    position: relative;
    margin-right: 0px;
}
.about-left h1 {
    font-family: 'Poppins', sans-serif;
    color: #052049;
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.about-left h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #ff9c00;
    margin-bottom: 0px;
}
.about-left ul li {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    color: #052049;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    padding-left: 23px;
}
.more-info {
   margin-bottom: 30px; border:0;
}
.about-section {
    padding: 50px 0;
}
.service-div h3 {
    color: #fff;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 1.633em;
    margin-top: 163px;
}
.int_service_wrapper {
    padding: 55px 0 60px 0px;
    background: #fff;
}

.int_heading span {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 900;
    color: #f4f4f4;
    letter-spacing: 0px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 2px;
    bottom: 0;
    margin: auto;
    z-index: -1;
    line-height: 18px;
    font-family: 'poppins', sans-serif;
}

.int_heading h2 {
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 700;
    z-index: 2;
    position: relative;
    margin-top: 6px;
    font-size: 26px;
    font-family: 'poppins', sans-serif;
}

.service_box_wrapper .service_box {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}
.int_service_wrapper {
    padding: 55px 0 40px 0px;
    background: #fff;
}

.block-title__title {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    color: #1b181a;
    /* font-family: 'Poppins', sans-serif; */
    line-height: 40px;
    width: 100%;
    font-family: 'Poppins', sans-serif;
}
.service-one {
    padding-top: 110px;
    padding-bottom: 60px;
}
.service-one__home-two {
    position: relative;
    padding-top: 44px;
}

.service-one__5-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 20%;
    flex: 1 1 100%;
    padding-left: 9px;
    padding-right: 9px;
    position: relative;
    z-index: 9;
    margin-bottom: 25px;
}

.video-section {
    position: relative;
    overflow: hidden;
    padding: 50px 0px 60px;
    background-attachment: fixed;
    background-size: cover;
}

.video-section .content h2 {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}
.video-section .content .text {
    font-size: 16px;
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 0.3px;
}
.submit-form input {
    border-radius: 50px;
    border: 1px solid #000;
    font-size: 18px;
    color: #000;
    padding: 15px 41px;
    height: 56px;
    width: 100%;
    background: transparent;
    margin-bottom: 20px;
}

.submit-form textarea {
    border-radius: 50px;
    border: 1px solid #000;
    font-size: 18px;
    color: #000;
    padding: 20px 41px;
    height: 65px;
    width: 100%;
    background: transparent;
    margin-top: 0px;
}


.submit-form .col-md-4{width: 100%}

.submit-form .col-md-8{width: 100%}

.button-box {
    border-radius: 50px;
    font-size: 20px;
    padding: 20px 41px;
    color: #fff;
    background: #00a654;
    text-align: center;
    margin-top: 20px;
    height: 65px;
    width: 100%;
    display: block;
}

.footer h4 {
    color: #ff9c00;
    font-size: 19px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 30px;
}
.footer.stwo {
    float: left;
    width: 100%;
    padding: 20px 0px 50px 0px;
    background: #282828;
    color: #fff;
    border-top: none;
}
.copyright_info  .one_half{    margin-bottom: 0px;}

.slidermar {
    margin-top: 82px;
}


.cd-panel__header h1 {
    padding-left: 7%;
    margin: 10px 0px 0px 0px;
    font-size: 16px;
    line-height: 32px;
    color: #000;
    margin-bottom: 22px;
    /* background: linear-gradient(to right, #f859a8, #f46281, #f06c54, #ee723b); */
    /* -webkit-text-fill-color: transparent; */
    /* -webkit-background-clip: text; */
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.moble-menu ul li{    border-bottom: 1px solid #000;
    padding: 10px 0px;
    color: #000;}
.moble-menu a{   
    color: #000;font-family: 'Poppins', sans-serif; font-size: 16px;}

.banner-contect {
    margin-top: 82px;
    width: 100%;
    float: left;
    padding: 20px 0px 20px;
}
.banner p {
    font-size: 16px;
    color: #fff;
    padding-top: 0px;
    float: right;
    margin-bottom: 0px;
    line-height: 35px;
    font-family: 'Poppins', sans-serif;
}

.banner h1 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    float: left;
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
}

.pb_dec{float: left}

.pb_icon {
	text-align: center;
    float: left;
    border-radius: 0px 160px 160px 160px;
    background: #eee;
    height: 88px;
    width: 88px;
    line-height: 92px;
    font-size: 30px;
    color: #000;
    font-weight: 800;
    margin-right: 20px;
    margin-bottom: 10px;
}
.pb_para p {

    margin-bottom: 25px;
}
.overview-content .ot_title-sec h4 {
    text-align: left;
    font-size: 38px;
    font-weight: 700;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 6px;
    color: #00a654;
}

.overview-content {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
}
.overview-content:last-child {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
.exit-section p {
    font-size: 15px;
    line-height: 28px;
    padding-top: 10px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-weight: 500;
}

.exit-section {
    width: 100%;
    float: left;
    margin-bottom: 80px;
    display: inline-block;
    padding: 1px 18px 10px;
    background-color: #eee;
    border-left: 8px solid #1a4a8c;
    border-radius: 10px;
}

.pb_dec h3 {
    font-size: 17px;
    font-weight: 600;
    color: #1a4a8c;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 8px;
    line-height: 24px;
}

.service-area .section-title {
    text-align: center;
    margin-bottom: 30px;
}
.section-title h1{font-size: 26px;}

.service-area {
    width: 100%;
    float: left;
    padding: 50px 0px;
}
.service-area .service-content h3 {
    font-size: 19px;
    line-height: 29px;
    color: #0a1027;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin: 21px 0 4px;
}

.service-area .service-content p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 0;
}
.contact_from_box {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    background: #fff;
    padding: 18px 20px 25px;
    border-top: 5px solid #00a654;
    margin-top: 50px;margin-bottom: 50px;
}
.contact_from_box .col-lg-6{ width: 100%}

.form_box input {
    border: 1px solid rgba(100,100,100,0.1);
    width: 100%;
    height: 46px;
    padding: 0 18px;
    margin-bottom: 20px;
    outline: 0;
    border-radius: 5px;
}

.intl-tel-input {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 400;
    color: #000;
    font-size: 14px !important;
}

.free-estimate-section .col-lg-12{    padding-right: 0px;
    padding-left: 0px;width: 100%;}

 .free-estimate-section .col-lg-6{    padding-right: 0px;
    padding-left: 0px;}

    .form_box {    padding-right: 15px;
    padding-left: 15px;}


.pl15{    padding-right: 15px !important;
    padding-left: 15px !important;}

.contact-left {
    width: 100%;
    float: left;
    margin-right: 0%; margin-bottom: 25px;
}

.contact-right {
    width: 100%;
    float: left;
    margin-right: 0;
}

.cntc-us {
    background-color: #00a654 !important;
    width: 100%;
    color: #fff;
    padding: 13px 23px;
    text-align: center;
    margin-top: 25px;
    border-radius: 5px;
    background: white;
    border: 1px solid;
    border-color: #e3e3e3;font-size: 18px;
    font-family: 'Poppins', sans-serif !important;
}


.single-call-do-box {
    text-align: center;
    padding: 25px 35px 25px;
    background: #F5F6F8;
    margin-bottom: 30px;
    height: 275px;
}

h3.call-do-title {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin-bottom: 7px;
    line-height: 26px;
}

.contact-us {
    width: 100%;
    float: left;
    padding: 65px 0 40px;
}

.cform-1 {
    padding: 23px;
    box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 20%);
}

.active1{color: #ff9c00!important}

}