.accordion {
  overflow: hidden;
}

.sectinon_testimonials_fixed .general_content h2 {
     font-size: 35px;    margin-bottom: 0;

}

.sectinon_testimonials_fixed  {
    padding: 50px 0 40px 0;
}

.page-template-page-service .sectinon_testimonials .general_content h2 {
    margin-bottom: 0;
    font-size: 35px;
}

.page-template-page-service .sectinon_testimonials.bottom_gray {
    
    padding-top: 60px;
}

.section_news_big_list .top-bar.top-bar-center ul{
    justify-content: center;
    align-items: center;
}

.section_post .post_list .single_article .wrap-article .item-body.tem-body-effect .more {
/*    display: none;*/
        height: 0px;
    overflow: hidden;
}

.section_post .post_list .single_article.single_article_case {
    margin-top: 30px;
    margin-bottom: 30px;
}

.section_post .post_list .single_article.single_article_case .wrap-article {
    position: relative;
    padding-bottom: 180px;
}

.section_post .post_list .single_article.single_article_case .wrap-article .item-body {
    position: absolute;
    bottom: 0;
    left: 0;transition: all 0.3s ease;

/*    height: 180px;*/
    background: #fff;
    width: 100%;
    min-height: 160px;
}

.section_post .post_list .single_article.single_article_case .wrap-article:hover  .more {
/*    display: block;*/
    height: auto;
    margin-bottom: 20px;
/*    padding-bottom: 20px;*/
}


.custom-form-calendly  #calendly-embed-element iframe {
    height: 1000px;
}


@media (max-width: 1200px) {
    
    .sectinon_testimonials_fixed .general_content h2 {
        font-size: 30px;
    }
}


@media (max-width: 1020px) {
    
    .sectinon_testimonials_fixed .general_content h2 {
        font-size: 25px;
    }
}


@media (max-width: 768px) {
    .page-template-page-service .sectinon_testimonials.bottom_gray {
        padding-top: 40px;
    }
    .page-template-page-service .sectinon_testimonials .general_content h2 {
        font-size: 30px;
    }
    .sectinon_testimonials.bottom_gray:after {
        content: none;
    }
    .sectinon_testimonials_fixed {
        padding: 40px 0 30px 0;
    }

    .section_post .post_list .single_article.single_article_case {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}



@media (max-width: 560px) {
    .page-template-page-service .sectinon_testimonials.bottom_gray {
        padding-top: 35px;
    }
    .page-template-page-service .sectinon_testimonials .general_content h2 {
        font-size: 25px;
    }
     .sectinon_testimonials_fixed .general_content h2 {
        font-size: 23px;
    }
        .sectinon_testimonials_fixed {
        padding: 30px 0 20px 0;
    }
     .section_post .post_list .single_article.single_article_case {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .section_post .post_list .single_article.single_article_case .wrap-article .item-body {
        position: relative;
        min-height: initial;
    }
    .section_post .post_list .single_article.single_article_case .wrap-article {
        position: relative;
        padding-bottom: 0;
    }
    .section_post .post_list .single_article .wrap-article .item-body.tem-body-effect .more {
        display: block;
    }
    .section_post .post_list .single_article.single_article_case .wrap-article:hover .more {
        margin-bottom: 0;
    }
}
.general_content p * , .general_content li * {
	font-size: inherit;
}

.sectinon_testimonials .wrap-testm .label,
.sectinon_testimonials .wrap-testm .text {
    font-weight: 400;
}

.sectinon_testimonials .wrap-testm {
   box-shadow: 0px 4px 14px 0px rgb(0 0 0 / 5%);
}

.accordion .accordion-section .accordion-section-title {
    width: 100%;
    padding: 26px 35px 20px 15px;
    display: inline-block;
  -webkit-transition: all linear 0.15s;
  transition: all linear 0.15s;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.4em;
    color: #012a3a;
    position: relative;
}

.accordion .accordion-section .accordion-section-title:hover, .accordion .accordion-section .accordion-section-title.active {
  text-decoration: none;
}

.accordion .accordion-section:last-child .accordion-section-title {
  border-bottom: none;
}

.accordion .accordion-section .accordion-section-content {
  display: none;    padding: 15px;
}

.accordion .accordion-section .accordion-section-title:before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    background-image: url(../images/svg/plus.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    right: 10px;
    top: 25px;
}

.accordion .accordion-section .accordion-section-title.active:before {
    background-image: url(../images/svg/close.svg);
}

.accordion .accordion-section .accordion-section-title:after {
    content: "";
    width: 100%;
    height: 2px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background: #dfdfdf;
   
}

.wrap-faqs.accordion {
    width: 70%;
    display: block;
    margin: 50px auto 0 auto;
}


.section_faqs {
	background: #f8f6f6;
}

.header .menu_header .box-menu .menu > li > li.menu-item-has-children > a {
    position: relative;
}
.header .menu_header .box-menu .menu > li > .sub-menu > li.menu-item-has-children > .sub-menu {
    right: -200px;
    left: auto;
    top: 0;
}

.header .menu_header .box-menu .menu > li > .sub-menu > li.menu-item-has-children > a:after {
    content: "\f105";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    right: 21px;
    top: 25px;
    font-size: 14px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    color: #000;
}

.header .menu_header .box-menu .menu > li > .sub-menu > li.menu-item-has-children > .sub-menu:before {
  	content: none; 
} 
.header .menu_header .box-menu .menu > li > .sub-menu > li.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}

.section_post .post_list .single_article .wrap-article {
	height: 100%
}

.section_post .post_list .single_article .wrap-article .item-body .title a {
    font-size: 2rem;    line-height: 1.3em;
}

.section_post .post_list .single_article .wrap-article .item-body .title {
    margin-bottom: 25px;
}


.section_post .post_list .single_article .wrap-article .item-body {
    padding: 26px 25px 25px 25px;
}

.section_post .post_list .single_article .wrap-article .item-body .more {
    font-size: 1.5rem;
    padding-right: 27px;
}

.section_post .post_list .single_article .wrap-article .item-body .more:after {
    width: 12px;
    background-size: 12px;
    height: 12px;
}

.hero_effect.hero_simple .extra_text .small-logos img {
    height: auto;
    width: auto;
}

/*.section_post .post_list .single_article .wrap-article .cover {
    background-size: contain;
}
*/
@media (max-width: 1240px) {
	.section_post .post_list .single_article .wrap-article .item-body .title a {
    font-size: 1.8rem; 
    }
    
}

@media (max-width: 1020px) {
    .wrap-faqs.accordion {
        width: 100%;
        margin: 40px auto 0 auto;
    }
    
    .accordion .accordion-section .accordion-section-title {
       font-size: 18px;
       padding: 22px 35px 16px 15px;
    }
        .section_post .post_list .single_article .wrap-article .item-body .title a {
        font-size: 1.6rem;
    }
    
    .section_post .post_list .single_article .wrap-article .item-body .more {
    font-size: 1.4rem;     padding-right: 21px;
    }
    
    .section_post .post_list .single_article .wrap-article .item-body .more:after {
    width: 10px;
    background-size: 10px;
    height: 10px;
}
    
}

@media (max-width: 768px) {
    .wrap-faqs.accordion {
      
        margin: 30px auto 0 auto;
    }
    .accordion .accordion-section .accordion-section-title {
        font-size: 16px;
    } 
    .section_post .post_list .single_article .wrap-article .item-body {
    padding: 15px;
}


}


/* banner */
.middle-banner {
	background: #f0f0f0;
    border-bottom: 1px solid #d8d8d8;
        overflow: hidden;
}

.middle-banner .text {
    width: 55%;
    padding-left: 130px;
    padding-top: 50px;
    padding-bottom: 50px;
    float: right;
}

.middle-banner .text h4 {
    font-size: 30px;
    margin-bottom: 10px;
}

.middle-banner .text p {
    margin-bottom: 13px;
    font-weight: 500;
}

/*
.middle-banner .flex-item {
    display: flex;
    justify-content: space-between;
}*/

.middle-banner .container {
    position: initial;
    
}

.middle-banner .cover { 
    height: 100%; 
    width: 50%;
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
}

.middle-banner .triangle {
    width: 0px;
    height: 0px;
    border-style: solid;
       border-width: 0px 0 227px 91px;
    border-color: transparent transparent #f0f0f0 transparent;
    transform: rotate(0deg);
    position: absolute;
    right: 0;
    top: 0;
}

.middle-banner .triangle:before {
     content: "";
    width: 300px;
    height: 5px;
    display: inline-block;
    transform-origin: 0 0;
    transform: rotate(-67.5deg);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.4);
    position: absolute;
    left: -97px;
    bottom: -238px;
    background: #d6d2d2;

}

.section_blue_banner2:before {
  background-image: -moz-linear-gradient( -58deg, rgb(1,42,58) 32%, rgb(1,25,34) 100%);
  background-image: -webkit-linear-gradient( -58deg, rgb(1,42,58) 32%, rgb(1,25,34) 100%);
  background-image: -ms-linear-gradient( -58deg, rgb(1,42,58) 32%, rgb(1,25,34) 100%);
  opacity: 0.6;
}

.section_blue_banner2 .image {
    text-align: center;
}

.section_blue_banner2 .image img {
    width: auto;
    height: auto;
}
.section_full .white-box {
    background-color: rgb(255, 255, 255);
    box-shadow: -0.07px 0.998px 43.66px 15.34px rgba(38, 39, 41, 0.06);
    border-radius: 20px;
    padding: 40px 60px;
    margin-bottom: 80px;
}

.section_full .white-box img {
    width: auto;
    height: auto;
    margin-bottom: 20px;
}

.hero_effect.hero_simple .extra_text a {
    text-decoration: underline;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

/*.list-logos .item-logo{
    display: flex;
}*/

.list-logos   .single-logo {
    margin-bottom: 10px;
    margin-top: 10px;
}

.list-logos  .item-logo {
    border-radius: 15px;
    overflow: hidden;
    background-color: #fff;
    /* width: 95%; */
    margin: 0 auto;
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 10%);
    height: 150px;

}

.list-logos .item-logo .img {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-size: 138px;
}

.section-gray{
    background-color: #f0f0f0;
}

.section-team  .single-team  {
    margin-bottom: 30px;
    margin-top: 30px;
}

.section-team  .single-team .wrap-team {
    display: flex;
    flex-wrap: wrap;
}

.section-team  .single-team .wrap-team .image {
    width: 190px;
    height: 190px;
    border-radius: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #dfdfdf;
    box-shadow: 0px 2px 7px 0px rgb(0 0 0 / 10%);
}

.section-team  .single-team .wrap-team .text {
    width: calc(100% - 190px);
    padding-left: 30px;
}

.section-team  .single-team .wrap-team .text  .text_1 {
    color: #cf0a2c;
    font-weight: 700;
    font-size: 26px;    line-height: 1.1em;
}

.section-team  .single-team .wrap-team .text  .text_2 {
    color: #111111;
    font-size: 18px;    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 10px;
}

.section-team  .single-team .wrap-team .text  .text_3 {
    color: #012a3a;
    line-height: 1.1em;
    font-weight: 700;
    font-size: 18px;
    margin-top: 20px;
}

.section-team  .single-team .wrap-team .text .text_4 {
     line-height: 1.4em;
}

.section-image .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.section-image .image img {
    width: 100%;
    height: auto;
    border-radius: 10px;    object-fit: cover;
     box-shadow: 0px 2px 7px 0px rgb(0 0 0 / 10%);
}

.section-image .image.margin-top img {
        position: relative;
    margin-top: -50%;
    height: 700px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.section-image.section_contact .contact_form .wrap-form {
    margin-top: -250px;
        position: relative;
    z-index: 1;
}

.section_contact .contact_form .wrap-form .input_block.input_button {
    margin-bottom: 0;
}
.wpcf7 form .wpcf7-response-output {
    margin: 10px 0 0 0;
}
.wpcf7-not-valid.g-recaptcha {
    border: none !important;
}


.section-team .col_100.single-team .wrap-team {
    width: 60%;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 13px 12px 0px rgba(0, 0, 0, 0.05);
}



.header .menu_header .box-menu .menu > li .sub-menu li.current_page_item >a {
    background: #ededed;
    color: #cf0a2c;
}


@media (max-width: 1380px) {
	.middle-banner .text {
        padding-left: 100px;
        padding-top: 35px;
        padding-bottom: 36px;
	} 
    
    .middle-banner .text h4 {
    	font-size: 24px; 
    }

    .section-team  .single-team .wrap-team .image {
        width: 150px;
        height: 150px;
    }
    .section-team  .single-team .wrap-team .text {
        width: calc(100% - 150px);
    }
    .section-team  .single-team .wrap-team .text  .text_1 {
        font-size: 23px; 
    }
    .section-team  .single-team .wrap-team .text  .text_2 {
        font-size: 16px; 
    }
    .section-team  .single-team .wrap-team .text  .text_3 {
        font-size: 16px; 
    }
    .section-image .image.margin-top img {
       height: 600px; 
    }
}

@media (max-width: 1240px) {
    .section-image.section_contact .text {
        width: 50%;
    }
}

@media (max-width: 1024px) {
	.middle-banner .triangle {
		display: none;
	}
    
    .middle-banner .text {
    	padding-left: 80px;
    }
    
    .middle-banner .text h4 {
        font-size: 21px;
	}
    
     .middle-banner .more-button {
        font-size: 14px;
    } 
    
     .middle-banner .more-button:after{ 
   		 background-size: 12px;
    }

   .section_blue_banner2 .image img {
        max-width: 250px;
    }

    .list-logos .single-logo {
        width: 33.33%;
    }

    .section-team  .single-team .wrap-team .image {
        width: 100px;
        height: 100px;
    }
    .section-team  .single-team .wrap-team .text {
        width: calc(100% - 100px);
    }

    .section-team  .single-team .wrap-team .text  p {
        margin-bottom: 10px;
    }
        .section-team  .single-team .wrap-team .text  .text_1 {
        font-size: 20px; 
    }
    .section-image.section_contact .text {
        width: 100%;
    }
    .section-image.section_contact .contact_form .wrap-form {
        margin-top: 20px;
    }
    .section-team .col_100.single-team .wrap-team {
        width: 100%;
        padding: 30px;
    }
}

@media (max-width: 900px) {
    .section_blue_banner2 .image {
        text-align: center;
        width: 100%;
        margin-top: 10px; 
    }

    .section_full .white-box {
        padding: 30px 50px;
        margin-bottom: 70px;
    }

    .section_full .white-box img {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
	.middle-banner .cover {
		width: 25%
	}
    
    .middle-banner .text {
        padding-left: 16px;
        width: 75%;
        padding-top: 30px;
        padding-bottom: 27px;
    }

    .section_blue_banner2 .image img {
        max-width: 200px;
    }

    .section_full .white-box {
        padding: 20px 30px;
        margin-bottom: 50px;
    }

    .list-logos .item-logo {
        height: 90px;
    }
    .list-logos .item-logo .img {
            background-size: 92px;
    }
    .list-logos .single-logo {
        width: 50%;
    }
    .list-logos .item-logo .img {
        background-size: 80px;
    }

    .section-team  .single-team  {
         width: 100%;
         margin-top: 15px;
         margin-bottom: 15px;
    }
    .section-team .single-team {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .section-team .single-team .wrap-team .text {
        padding-left: 25px;
    }
    .section-team .single-team .wrap-team .text .text_1 {
        font-size: 17px;
    }
    .section-team .single-team .wrap-team .text .text_4,
    .section-team .single-team .wrap-team .text .text_2 {
        font-size: 14px;
    }
    .section-team .single-team .wrap-team .text .text_3 {
        font-size: 14px;
        margin-top: 10px;
    }

    .section-team .single-team .wrap-team .image {
        width: 80px;
        height: 80px;
    }
    .section-team .single-team .wrap-team .text {
        width: calc(100% - 80px);
    }
    .section-image .image,
    .section-image .text {
        width: 100%;
    }
    .section-image .image.margin-top img {
        height: auto;
        margin-top: 0;
    }

    .section-logos .list-logos {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

     .section-team .col_100.single-team .wrap-team {
        padding: 25px;
     }

}

@media (max-width: 560px) {
	.middle-banner .text h4 {
        font-size: 18px;
    }
    .middle-banner .text p {
        margin-bottom: 10px;
        font-size: 14px;
    }
    
    .middle-banner .more-button {
        font-size: 13px;    padding-right: 25px;
    }
    
    .middle-banner .more-button:after {
        background-size: 10px;
        height: 12px;
    }
}


@media (max-width: 480px) {
    .middle-banner .text h4 {
        font-size: 15px;
    }
    .middle-banner .text p {
      
        font-size: 13px;
        line-height: 1.3em;
    }
    .middle-banner .more-button {
         font-size: 11px;
    }
    
    .middle-banner .text {
        padding-top: 26px;
        padding-bottom: 17px;
    }
    .section-team .single-team .wrap-team .image {
        width: 70px;
        height: 70px;
    }
  /*  .section-team .single-team .wrap-team .text {
        width: calc(100% - 70px);
        padding-left: 20px;
    }*/
        .section-team .single-team .wrap-team .text {
        width: 100%;
        padding-left: 0;
        text-align: center;
        margin-top: 16px;
    }

    .section-team .single-team .wrap-team {
            align-items: center;
    justify-content: center;
    }

    .section-logos .general_content,
    .section-team .general_content {
        text-align: center;
    }
}


/* changes header */ 

body.header-black .header .menu_header .box-menu .menu > li > a,
body.header-black .header .menu_header .box-menu .menu > li.menu-item-has-children > a:after  {
    color: #012A3A;
}

body.header-black .header.active .menu_header .box-menu .menu > li > a,
body.header-black .header.active .menu_header .box-menu .menu > li.menu-item-has-children > a:after  {
    color: #fff;
}

body.header-black .header .menu_header .box-menu .menu > li.red-button > a:hover {
    background-color: #a0011d!important;
    color: #fff;
}

body.header-black .header .menu_header .box-menu .menu > li.red-button > a, 
body.header-black .header .menu_header .box-menu .menu > li.red-button.current-menu-item > a {
    color: #fff;
}


body.header-black .header.active .menu_header .box-menu .menu > li.red-button > a,
body.header-black .header.active .menu_header .box-menu .menu > li.red-button.current-menu-item > a {
    color: #fff;
}

.black-logo,
body.header-black .header.active .black-logo {
    display: none!important;
}

body.header-black  .white-logo {
    display: none!important;
}

body.header-black .black-logo {
    display: block!important;
}

body.header-black .header.active .black-logo  {
     display: none!important;
}

body.header-black .header.active .white-logo  {
     display: block!important;
}


body.header-black .header .menu_header .box-menu .menu > li .sub-menu {
    box-shadow: 0px 7px 32px 17px rgba(0, 0, 0, 0.03);
}

body.header-black .header .button-menu-line {
    background-color: #000;
}

.section_contact_bottom {
    background-image: url(../images/jpg/bg-contact.jpg);
    background-position: -100px center;
    position: relative;
    padding-top: 20px;
}

.section_contact_bottom:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    opacity: 0.4;
}

.section_contact_bottom .general_content h2 {
    color: #012A3A;
}

.section_contact_bottom .email_box a,
.section_contact_bottom .location .name {
    display: inline-block;
    width: 100%;
    font-size: 22px;
    padding-left: 43px;
    position: relative;
    font-weight: 700;
    color: #000;
}

.section_contact_bottom .email_box a {
    color: #cf0a2c;
    font-weight: 400;
    font-size: 20px;
}
.section_contact_bottom .location .name {
    margin-bottom: 20px;
}

.section_contact_bottom .email_box a:before,
.section_contact_bottom .location .name:before {
    content: "";
    width: 33px;
    height: 33px;
    display: inline-block;
    border-radius: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 33px;
    position: absolute;
    left: 0;
    top: -6px;
}

.section_contact_bottom .email_box a:before {
    background-image: url(../images/svg/email2.svg);
}

.section_contact_bottom .location .name:before {
    background-image: url(../images/svg/location2.svg);
}

.section_contact_bottom .location .address ,
.section_contact_bottom .location .phone {
    font-size: 20px;
    color: #000;    
    line-height: 1.4em;
    font-weight: 500;
    display: inline-block;
    width: 100%;
}

.section_contact_bottom .location .address a ,
.section_contact_bottom .location .phone a {
    color: #000; 
    font-weight: 500;
}

.section_contact_bottom .location .address a:hover  ,
.section_contact_bottom .location .phone a:hover {
      color: #cf0a2c;
}

.section_contact_bottom .location.location_1 .wrap-location {
    max-width: 142px;
    display: block;
    margin-left: auto;
}

.section_contact_second {
    padding-top: 200px;
}

.section_contact_second .general_content h1 {
    font-size: 60px;
     color: #012A3A;
}

.section_contact_second .general_content p {
    font-size: 32px;
    color: #101010;
    font-weight: 400;
    line-height: 1.3em;
}

.section_contact_second  .general_content ul li {
    padding-left: 30px;
}

.section_contact_second .text {
      margin-bottom: 90px;
}

.section_contact_second .text2 {
    margin-bottom: 20px;
}

.section_contact_second .text2  h2 {
    font-size: 36px;
}

.section_contact_second .row-logos .image {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.hero_effect_cform .wrap-form,
.section_contact_second .wrap-form {
    background: #fff;
    box-shadow: 0px 8px 17px 6px rgba(0, 0, 0, 0.05);
    padding: 40px 30px;
    border-radius: 30px;
}
.hero_effect_cform .wrap-form textarea,
.section_contact_second .wrap-form textarea {
    height: 125px;
}
.hero_effect_cform .wrap-form .input_button,
.section_contact_second .wrap-form .input_button  {
    margin-bottom: 0!important;
}
.hero_effect_cform .wrap-form .input_button  input[type="submit"],
.section_contact_second .wrap-form .input_button  input[type="submit"] {
    display: block;
    margin: 22px auto 0 auto;
}

.hero_effect_cform .wrap-form .input_button  input[type="submit"]:hover,
.section_contact_second .wrap-form .input_button  input[type="submit"]:hover {
    background-color: #a0011d !important;
    color: #fff;
}
.hero_effect_cform .wrap-form  .input_block_check,
.section_contact_second .wrap-form  .input_block_check {
    margin-top: 12px;
    margin-bottom: 15px !important;
}
.hero_effect_cform .wrap-form  .input_block_check .wpcf7-list-item,
.section_contact_second .wrap-form  .input_block_check .wpcf7-list-item {
    margin: 0;
}
.hero_effect_cform .wrap-form  .input_block_check .wpcf7-list-item-label,
.section_contact_second .wrap-form  .input_block_check .wpcf7-list-item-label {
    width: calc(100% - 25px);    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
}
.hero_effect_cform .wrap-form  .input_block ,
.section_contact_second .wrap-form  .input_block {
    margin-bottom: 10px;
}

/* contact select  */
.hero_effect_cform  .wrap-form .selectric,
.section_contact_second .box_form .wrap-form .selectric {
  border: 1px solid #f0f0f0;
  background-color: #f0f0f0;
  height: 60px;
  border-radius: 30px;
}
.hero_effect_cform .wrap-form .selectric .label , 
.section_contact_second .box_form .wrap-form .selectric .label {
  height: 60px;
  line-height: 60px;
  margin-left: 30px;
  margin-right: 55px;
  border-right: 2px solid #c5c5c5;
  font-size: 1.6rem;
  color: #101010;
}
.hero_effect_cform  .wrap-form .selectric .button,
.section_contact_second .box_form .wrap-form .selectric .button {
  width: 55px;
  height: 60px;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #f0f0f0;
}
.hero_effect_cform  .wrap-form .selectric .button:before,
.section_contact_second .box_form .wrap-form .selectric .button:before {
  content: "\f078";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  right: 21px;
  top: 21px;
  font-size: 1.5rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  color: #c1c1c1;
}
.hero_effect_cform .wrap-form .selectric .button:after,
.section_contact_second .box_form .wrap-form .selectric .button:after {
  content: none;
}

.selectric-items li {
  color: #101010;
  font-size: 1.6rem;
  padding-left: 30px;
  padding-right: 30px;
}
/* end contact select  */

.hero_effect_cform .wrap-form  {
    margin-bottom: -300px;
}

.hero_effect_cform .wrap-form .big_title,
.section_contact_second .wrap-form .big_title {
    font-size: 29px;
    color: #012a3a;
    font-weight: 700;
    text-align: center;  
    line-height: 1em;
    margin-bottom: 20px;
} 
.section_gallery3 .general_content h2,
.section_text_2 .general_content h2 {
    margin-bottom: 15px;
}

.section_gallery3 {
    background: #F0F0F0;
        padding: 70px 0;

}

.section_gallery3  .gallery {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.section_gallery3  .gallery  img {
      width: auto;
    height: auto;
}

.section_text_2 .group-elements .images {
    text-align: center;
}

.section_text_2 .group-elements .images img {
    width: auto;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.section_text_2 .group-elements .row {
    margin-bottom: 10px;
    margin-top: 10px;
}

.section_text_2 .group-elements .text .general_content {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 40px;
    position: relative;
} 



.section_text_2 .group-elements .text .general_content p {
    margin-bottom: 10px;
    margin-top: 10px;
}

.section_text_2 .group-elements .text .general_content:before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #c5c5c5;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.hero_effect.hero_effect_cform {
    padding: 270px 0 80px 0;
}

.hero_effect.hero_effect_cform  .general_content_large p.big {
    font-size: 30px;
    line-height: 1.3em;
}

.hero_effect.hero_effect_cform  .general_content ul li {
    ppadding-left: 30px;
}

@media (max-width: 1200px) {

    .section_contact_second .general_content h1 {
        font-size: 50px;
    }

    .section_contact_bottom .general_content {
        width: 100%;
        margin-bottom: 30px;
    }

    .section_contact_bottom .email_box,
    .section_contact_bottom .location {
        width: 33.33%;
    }

    .section_contact_bottom .location.location_1 .wrap-location {
        max-width: 100%;
        margin-left: 0;
    }

    .section_contact_second .text2 h2,
    .section_contact_second .wrap-form .big_title,
    .hero_effect_cform .wrap-form .big_title,
    .section_contact_second .general_content p {
        font-size: 25px;
    }

    .section_gallery3 .gallery {
        width: 25%;
    }

}

@media (max-width: 990px) {
    .section_contact_second .text2 h2,
    .section_contact_second .wrap-form .big_title,
    .hero_effect_cform .wrap-form .big_title,
    .section_contact_second .general_content p {
        font-size: 22px;
    }

    .section_contact_second .general_content,
     .section_contact_second .box_form {
        width: 100%;
    }

     .section_contact_second .general_content h1 {
        font-size: 40px;
    }

    .section_contact_bottom .general_content {
        margin-bottom: 15px;
    }

    .section_contact_bottom .email_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .section_contact_bottom .location {
        width: 50%;
    }

    .section_contact_bottom .general_content h2 {
        margin-bottom: 10px;
    }
    .section_contact_bottom .location .name {
        margin-bottom: 10px;
    }

    .section_contact_bottom .email_box a, .section_contact_bottom .location .name {
        font-size: 20px;
        padding-left: 38px;
    }

    .section_contact_bottom .email_box a:before, .section_contact_bottom .location .name:before {
        width: 29px;
        height: 29px;
        background-size: 29px;
        top: -2px;
    }

    .section_contact_bottom:before {
        opacity: 0.8;
    }
    .section_contact_bottom .location .address, .section_contact_bottom .location .phone {
        font-size: 18px;
    }
    .section_contact_second .wrap-form {
        box-shadow: none;
        padding: 60px 0 0 0;
    }
    .section_contact_second .text {
        margin-bottom: 40px;
    }
    .section_contact_second {
        padding-top: 150px;
    }

    .hero_effect_cform select,
    .hero_effect_cform input[type=search], 
    .hero_effect_cform input[type=tel], 
    .hero_effect_cform input[type=email], 
    .hero_effect_cform input[type=text], 
    .hero_effect_cform textarea, 
    .section_contact_second select,
    .section_contact_second input[type=search], 
    .section_contact_second input[type=tel], 
    .section_contact_second input[type=email], 
    .section_contact_second input[type=text], 
    .section_contact_second textarea {
            font-size: 15px; 
    }

    .hero_effect_cform select::-webkit-input-placeholder,
    .hero_effect_cform input[type=search]::-webkit-input-placeholder, 
    .hero_effect_cform input[type=tel]::-webkit-input-placeholder, 
    .hero_effect_cform input[type=email]::-webkit-input-placeholder, 
    .hero_effect_cform input[type=text]::-webkit-input-placeholder, 
    .hero_effect_cform textarea::-webkit-input-placeholder, 
     .section_contact_second select::-webkit-input-placeholder,
    .section_contact_second input[type=search]::-webkit-input-placeholder, 
    .section_contact_second input[type=tel]::-webkit-input-placeholder, 
    .section_contact_second input[type=email]::-webkit-input-placeholder, 
    .section_contact_second input[type=text]::-webkit-input-placeholder, 
    .section_contact_second textarea::-webkit-input-placeholder { 
      font-size: 15px; 
    }

    .hero_effect_cform select::-moz-placeholder,
    .hero_effect_cform input[type=search]::-moz-placeholder, 
    .hero_effect_cform input[type=tel]::-moz-placeholder, 
    .hero_effect_cform input[type=email]::-moz-placeholder, 
    .hero_effect_cform input[type=text]::-moz-placeholder, 
    .hero_effect_cform textarea::-moz-placeholder, 
    .section_contact_second select::-moz-placeholder,
    .section_contact_second input[type=search]::-moz-placeholder, 
    .section_contact_second input[type=tel]::-moz-placeholder, 
    .section_contact_second input[type=email]::-moz-placeholder, 
    .section_contact_second input[type=text]::-moz-placeholder, 
    .section_contact_second textarea::-moz-placeholder { 
       font-size: 15px; 
    }
        .hero_effect_cform select:-ms-input-placeholder,
    .hero_effect_cform input[type=search]:-ms-input-placeholder, 
    .hero_effect_cform input[type=tel]:-ms-input-placeholder, 
    .hero_effect_cform input[type=email]:-ms-input-placeholder, 
    .hero_effect_cform input[type=text]:-ms-input-placeholder, 
    .hero_effect_cform textarea:-ms-input-placeholder, 
    .section_contact_second select:-ms-input-placeholder ,
    .section_contact_second input[type=search]:-ms-input-placeholder , 
    .section_contact_second input[type=tel]:-ms-input-placeholder , 
    .section_contact_second input[type=email]:-ms-input-placeholder , 
    .section_contact_second input[type=text]:-ms-input-placeholder , 
    .section_contact_second textarea:-ms-input-placeholder  {
       font-size: 15px; 
    }
        .hero_effect_cform select:-moz-placeholder,
    .hero_effect_cform input[type=search]:-moz-placeholder, 
    .hero_effect_cform input[type=tel]:-moz-placeholder, 
    .hero_effect_cform input[type=email]:-moz-placeholder, 
    .hero_effect_cform input[type=text]:-moz-placeholder, 
    .hero_effect_cform textarea:-moz-placeholder, 
    .section_contact_second select:-moz-placeholder,
    .section_contact_second input[type=search]:-moz-placeholder , 
    .section_contact_second input[type=tel]:-moz-placeholder, 
    .section_contact_second input[type=email]:-moz-placeholder , 
    .section_contact_second input[type=text]:-moz-placeholder, 
    .section_contact_second textarea:-moz-placeholder { 
     font-size: 15px; 
    } 
    .section_gallery3 {
        padding: 60px 0;
    }
    .section_text_2 .general_content {
        width: 100%;
    }
    .section_text_2 .group-elements .text .general_content:before {
        left: 10px;
    }
    .hero_effect_cform .wrap-form {
        margin-bottom: 0;
        margin-top: 30px;
    }

    .hero_effect_cform .general_content,
    .hero_effect_cform .contact_form  {
        width: 100%;
    }

    .hero_effect.hero_effect_cform {
        padding: 140px 0 80px 0;
    }

    .hero_effect_cform .wrap-form .selectric .label, 
    .section_contact_second .box_form .wrap-form .selectric .label { 
       font-size: 15px!important; 
    } 
}


@media (max-width: 768px) {
    .section_contact_second .general_content h1 {
        font-size: 35px;
    }
    .section_contact_bottom .email_box a, .section_contact_bottom .location .name {
        font-size: 17px;
    }

    .section_contact_second .text2 h2,
    .hero_effect_cform .wrap-form .big_title,
    .section_contact_second .wrap-form .big_title,
    .section_contact_second .general_content p {
        font-size: 20px;
    }
    .section_contact_second {
        padding-top: 100px;
    }

    .hero_effect_cform select,
    .hero_effect_cform input[type=search], 
    .hero_effect_cform input[type=tel], 
    .hero_effect_cform input[type=email], 
    .hero_effect_cform input[type=text], 
    .hero_effect_cform textarea, 
    .section_contact_second select,
    .section_contact_second input[type=search], 
    .section_contact_second input[type=tel], 
    .section_contact_second input[type=email], 
    .section_contact_second input[type=text], 
    .section_contact_second textarea {
        font-size: 14px; 
    }

        .hero_effect_cform select::-webkit-input-placeholder,
    .hero_effect_cform input[type=search]::-webkit-input-placeholder, 
    .hero_effect_cform input[type=tel]::-webkit-input-placeholder, 
    .hero_effect_cform input[type=email]::-webkit-input-placeholder, 
    .hero_effect_cform input[type=text]::-webkit-input-placeholder, 
    .hero_effect_cform textarea::-webkit-input-placeholder, 
     .section_contact_second select::-webkit-input-placeholder,
    .section_contact_second input[type=search]::-webkit-input-placeholder, 
    .section_contact_second input[type=tel]::-webkit-input-placeholder, 
    .section_contact_second input[type=email]::-webkit-input-placeholder, 
    .section_contact_second input[type=text]::-webkit-input-placeholder, 
    .section_contact_second textarea::-webkit-input-placeholder { 
      font-size: 14px; 
    }

        .hero_effect_cform select::-moz-placeholder,
    .hero_effect_cform input[type=search]::-moz-placeholder, 
    .hero_effect_cform input[type=tel]::-moz-placeholder, 
    .hero_effect_cform input[type=email]::-moz-placeholder, 
    .hero_effect_cform input[type=text]::-moz-placeholder, 
    .hero_effect_cform textarea::-moz-placeholder, 
    .section_contact_second select::-moz-placeholder,
    .section_contact_second input[type=search]::-moz-placeholder, 
    .section_contact_second input[type=tel]::-moz-placeholder, 
    .section_contact_second input[type=email]::-moz-placeholder, 
    .section_contact_second input[type=text]::-moz-placeholder, 
    .section_contact_second textarea::-moz-placeholder { 
       font-size: 14px; 
    }

        .hero_effect_cform select:-ms-input-placeholder ,
    .hero_effect_cform input[type=search]:-ms-input-placeholder , 
    .hero_effect_cform input[type=tel]:-ms-input-placeholder , 
    .hero_effect_cform input[type=email]:-ms-input-placeholder , 
    .hero_effect_cform input[type=text]:-ms-input-placeholder , 
    .hero_effect_cform textarea:-ms-input-placeholder , 
      .section_contact_second select:-ms-input-placeholder ,
    .section_contact_second input[type=search]:-ms-input-placeholder , 
    .section_contact_second input[type=tel]:-ms-input-placeholder , 
    .section_contact_second input[type=email]:-ms-input-placeholder , 
    .section_contact_second input[type=text]:-ms-input-placeholder , 
    .section_contact_second textarea:-ms-input-placeholder  {
     font-size: 14px; 
    }

        .hero_effect_cform select:-moz-placeholder,
    .hero_effect_cform input[type=search]:-moz-placeholder, 
    .hero_effect_cform input[type=tel]:-moz-placeholder, 
    .hero_effect_cform input[type=email]:-moz-placeholder, 
    .hero_effect_cform input[type=text]:-moz-placeholder, 
    .hero_effect_cform textarea:-moz-placeholder, 
       .section_contact_second select:-moz-placeholder,
    .section_contact_second input[type=search]:-moz-placeholder , 
    .section_contact_second input[type=tel]:-moz-placeholder, 
    .section_contact_second input[type=email]:-moz-placeholder , 
    .section_contact_second input[type=text]:-moz-placeholder, 
    .section_contact_second textarea:-moz-placeholder {
     font-size: 14px; 
    }
    .section_contact_second .general_content ul li {
        padding-left: 24px;
    }
    .section_gallery3 .gallery {
        width: 33.33%;
    }
    .section_gallery3 {
        padding: 50px 0;
    }

    .section_text_2 .group-elements .images {
        width: 100%;        text-align: left;
    }
    .section_text_2 .group-elements .text {
        width: 100%;
    }
    .section_text_2 .group-elements .text .general_content {
        padding-left: 0;
    }
    .section_text_2 .group-elements .text .general_content:before {
        content: none;
    }
    .section_text_2 .group-elements .images img {
         margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;        
        height: 33px;
    }

    .hero_effect.hero_effect_cform {
        padding: 130px 0 60px 0;
    }

    .hero_effect_cform .wrap-form .selectric .label, 
    .section_contact_second .box_form .wrap-form .selectric .label { 
       font-size: 14px!important; 
    } 
}

@media (max-width: 560px) {
    .section_contact_second .text2 h2, 
    .section_contact_second .general_content p {
        font-size: 18px;
    }
     .section_contact_second .general_content h1 {
        font-size: 30px;
    }
   .section_contact_bottom .location {
        width: 100%;
        margin-bottom: 12px;
    }
    .section_contact_bottom .email_box {
        margin-bottom: 25px;
    }

    .section_contact_bottom .email_box a:before {
        top: -6px;
    }

    .hero_effect_cform .wrap-form .input_block, 
    .section_contact_second .wrap-form .input_block{
        width: 100%;
    }

    .section_contact_second .wrap-form {
        padding: 40px 0 0 0;
    }
    .section_contact_second .row-logos .image {
        width: 50%;
    }
    .section_contact_second .row-logos .image img {
        height: 50px;
        width: auto;
    }

    .section_gallery3 .gallery {
         width: 50%;
    }
    .section_gallery3 {
        padding: 40px 0;
    }
    .hero_effect_cform .wrap-form {
        padding: 30px 20px;
    }
}

@media (max-width: 480px) {
    .section_contact_second .general_content h1 { 
        font-size: 25px;
    }
    .section_contact_second .text2 h2, 
    .section_contact_second .wrap-form .big_title, 
    .hero_effect_cform .wrap-form .big_title, 
    .section_contact_second .general_content p {
        font-size: 16px;
    }
}