/*////////////////////////////////////////

// General

///////////////////////////////////////*/



@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*font-family: 'Poppins', sans-serif;*/

@font-face {
    font-family: 'Gabriola';

    src: url('../fonts/Gabriola.ttf') format('woff2'),
         url(../fonts/Gabriola.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;

}










html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0 !important;
    font-size: 16px;
    background-size: cover;
    line-height: 22px;
    font-family: 'Poppins', sans-serif;
}

div,
table,
tr,
th,
td,
figure,
th,
video,
audio,
h1,
h2,
h3,
h4,
h5,
h6,
aside,
canvas,
section,
header,
footer,
nav,
span,
p,
small,
big,
a,
b,
strong,
img,
hr,
pre,
button,
input,
textarea,
optgroup,
ul,
li,
ol,
select,
option,
blockquote,
nav {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    text-decoration: none;
    list-style-type: none;
}

.clear {
    clear: both
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}


img {
    max-width: 100%;
}

a {
    font-family: 'Poppins', sans-serif;
    font-weight: 400
}

p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1.250em
}
strong{
    font-weight: 800;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-font-smoothing: antialiased;
    font-family: 'Poppins', sans-serif;
    margin: 10px 0;
    position: relative;
    text-transform: uppercase;
}

h1 {
    font-size: 59px;
    line-height: 1.1;
    font-family: 'Gabriola';
}

h2 {
    font-size: 30px;
    font-family: 'Gabriola';
    color: #0e4869
}


h3 {
    font-size: 26px;
    font-family: 'Gabriola';
    color: #0e4869
}

h4 {
    font-size: 1.625em;
    line-height: 1.1
}

h5 {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

h6 {}

p , .list-wrap ul li{
    font-size: 14px;
    line-height: 21px;
    color: #5b5b5b;
    padding-top: 0px;
    padding-bottom: 0px;
}


.dFlx{
   display: flex;
}


p:last-child {
    padding-bottom: 0;
}

::-webkit-input-placeholder {/
    color: #6d6e71;
}

::-moz-placeholder {
    color: #6d6e71;
}

:-ms-input-placeholder {
    color: #6d6e71;
}

:-moz-placeholder {
    color: #6d6e71;
}

::selection {
    background: #e41c26;
    color: #fff;
}

::-moz-selection {
    background: #e41c26;
    color: #fff;
}

::-webkit-selection {
    background: #e41c26;
    color: #fff;
}

::-o-selection {
    background: #e41c26;
    color: #fff;
}

::-ms-selection {
    background: #e41c26;
    color: #fff;
}

a {
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease
}
button:focus {
    outline: 0;
    outline: none;
}
.btn{
    width: 180px;
    height: 54px;
    padding: 0;
    line-height: 54px;
    border: 0;
    border-radius: 0;
    font-weight: 500;
    font-size: 14px;
    -webkit-box-shadow: 0px 0px 12px 5px rgba(0,0,0,0);
-moz-box-shadow: 0px 0px 12px 5px rgba(0,0,0,0);
box-shadow: 0px 0px 12px 5px rgba(0,0,0,0);
}

.btn:hover{
    -webkit-box-shadow: 0px 0px 12px 5px rgba(0,0,0,.1);
-moz-box-shadow: 0px 0px 12px 5px rgba(0,0,0,.1);
box-shadow: 0px 0px 12px 5px rgba(0,0,0,.1);
}

.white_btn{
    background: #fff;
    color: #0e4869;
}
.white_btn:hover{
    background: #0e4869;
    color: #fff;
}

.blue_btn{
    background: #0e4869;
    color: #fff;
}
.blue_btn:hover{
    background: #fff;
    color: #0e4869;
}

.pt-120{
    padding-top: 120px;
}
.pb-120{
    padding-bottom: 120px;
}

.pt-100{
    padding-top: 100px;
}
.pb-100{
    padding-bottom: 100px;
}
.pt-60{
    padding-top: 60px;
}
.pb-60{
    padding-bottom: 60px;
}
.pb-30{
    padding-bottom: 30px !important;
}
.pt-30 {
    padding-top: 30px;
}
.bg_light_grey{
    background: #f9f9f9;
}
/*Custom Css start*/
/*Header Start*/
.container{
    max-width: 1400px;
}
.header_section{
    background: #0e4869;
    z-index: 99
}
.header_section .row{
    align-items: center;
}
.nav li a{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    padding: 40px 0;
    margin: 0;
    display: flex;
    position: relative;
    z-index: 9;
    text-decoration: none;
    overflow: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;


}
.dropdown{
    position: relative;

}
ul.sub_menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    transition: all .3s ease;
    transition: all .3s ease;
    width: 276px;
    background: white;
    border-bottom-width: 0;
    z-index: 100;
    height: 0;
    transform: scale(1, 0);
    z-index: 99

}
ul.sub_menu li{
    margin: 0;
}
ul.sub_menu li a{
    color: #000;
    padding: 15px 10px;
    border-bottom: 1px solid #0e4869; 
}
ul.sub_menu li a:hover{
    background: #0e4869;
    color: #fff;
}
ul.sub_menu li a:after, ul.sub_menu li a:before{
    display: none;
}
.dropdown:hover ul.sub_menu {
    height: auto;
    transform: scale(1, 1);
    top: 100%;
}


.nav li a:after{
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(0);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.nav li a:before{
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    transform: rotate(45deg);
    content: "";
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    bottom: -3px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    opacity: 0;
}

.nav li a:hover:after{
    transform: scale(1);
}
.nav li a:hover:before{
    opacity: 1;
}
.nav li.current a:after{
    transform: scale(1);
}
.nav li.current a:before{
    opacity: 1;
}


.nav li{
    margin: 0 20px;
}
.nav li:last-child{
    margin-right: 0;
}
ul.nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
/*Header End*/


.banner{
    width: 100%;
    display: block;
}

.bannetr_content {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
}
.banner .container {
    position: absolute;
    z-index: 999;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner img{
    z-index: -9
}

.banner .item{
    position: relative;

}

.banner .item:after{
    background: #000000;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: .7;
}
.banner h1{
    color: #fff;
}
.banner h5{
    position: relative;
    color: #fff;
    padding: 0 15px
}

.banner h5:after{
    background: #767573;
    content: "";
    width: 102px;
    height: 2px;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.banner h5:before{
    background: #767573;
    content: "";
    width: 102px;
    height: 2px;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.job_post .row{
    align-items: center;
}
.jov_content {
    display: flex;
    align-items: center;
}

.icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    border: 2px solid #e9e9e9;
    text-align: center;
    margin-right: 40px;
}
.button_wrapper{
    display: flex;
    justify-content: flex-end;
}

.about_section{
    background: #f9f9f9;
}


.big_image{
    position: relative;
     width: 60%;
}
.small_image{
    position: absolute;
    top: 50%;
    left: 65%;
    width: 78%;
    transform: translateY(-50%);
    border: 4px solid #ffffff;
}
.image_wrap {
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
    background-size: 88% !important;
    padding-bottom: 50px;
}
.about_section .row{
    align-items: center;
}
.about_content {
    padding-left: 10%;
}
.about_content p{
    margin-bottom: 20px;
}
.about_content h5{
    position: relative;
    z-index: 9;
    display: inline-block;
    margin: 0 ;
    padding-right: 10px;
}
.about_content h5:before {
    background: #bfbfbf;
    content: "";
    width: 70px;
    height: 2px;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.best_services .content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    background: #f9f9f9;
    margin: 15px 0;
    padding: 0 15px;
    text-align: center;
}
.content h2 {
    color: #282828;
}
.best_services .icon_best{
    margin-bottom: 20px;
}
.best_services .icon_best {
    max-width: 44px;
}


.why_rfaf {
    max-width: 84%;
    margin: 15px auto 0 auto;
}

.why_rfaf.row .col-md-4{
    padding:  0 !important;
}
.why_rfaf img{
    width: 100%;
}
.middle_content{
    height: 100%;
    padding: 10% 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    text-align: center;
    background: #0e4869;
}
.middle_content h2{
    position: relative;
    color: #fff;
    padding: 0 10px ;
}
.middle_content p{
    color: #fff;
}
.middle_content h2:before {
    background: #7a8e99;
    content: "";
    width: 40px;
    height: 2px;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.middle_content h2:after {
    background: #7a8e99;
    content: "";
    width: 40px;
    height: 2px;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}


.Free_Appointment{
    background-size: 50% !important;
    position: relative;
    background-repeat: no-repeat !important;
    z-index: 9;
}

.Free_Appointment:after{
     background: #0e4869;
    content: "";
    width: 56%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: 1;

}.Free_Appointment:before{
     background: #011a28;
    content: "";
    width: 44%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -11;
    opacity: .8;

}
.request_content h2{
    color: #fff;
}
.request_content p{
    color: #b8c8d1;
}

.request_content ul {
    display: flex;
    background: rgba(0, 0, 0, .7);
    padding: 30px 0;
    margin: 30px 0;

}

.request_content ul li{
    width: 50%;
    padding: 15px 20px
}
.request_content ul li p a{
    display: block;
    color: #b8c8d1;
}
.request_content ul li:first-child{
    border-right: 1px solid #333e44
}
.request_content {
    padding-right: 18%;
}
.request_content h2{
    display: flex;
    align-items: center;
}

.form_wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-left: 10%;
}
.form_group {
    width: 49%;
    margin-bottom: 15px;
}
.form_wrapper input, .form_wrapper textarea{
    width: 100%;
    padding: 15px;
    background: #23658a;
    color: #fff;
}
.form_wrapper textarea{
    height: 120px;
}

.form_wrapper input[type="submit"]{
    width: 180px;
    height: 54px;
    padding: 0;
    line-height: 54px;
    border: 0;
    border-radius: 0;
    font-weight: 500;
    font-size: 14px;
    background: #fff;
    color: #0e4869;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
     -webkit-box-shadow: 0px 0px 12px 5px rgba(0,0,0,.0);
-moz-box-shadow: 0px 0px 12px 5px rgba(0,0,0,.0);
box-shadow: 0px 0px 12px 5px rgba(0,0,0,.0);
}
.form_wrapper input[type="submit"]:hover{
    cursor: pointer;
    background: #23658a;
    color: #fff;
     -webkit-box-shadow: 0px 0px 12px 5px rgba(0,0,0,.1);
-moz-box-shadow: 0px 0px 12px 5px rgba(0,0,0,.1);
box-shadow: 0px 0px 12px 5px rgba(0,0,0,.1);
}

.form_group.full{
    width: 100%;
}

.form_wrapper input::-webkit-input-placeholder, .form_wrapper textarea::-webkit-input-placeholder {
    color: #fff;
}

.form_wrapper input::-moz-placeholder, .form_wrapper textarea::-moz-placeholder {
    color: #fff;
}

.form_wrapper input:-ms-input-placeholder, .form_wrapper textarea:-ms-input-placeholder {
    color: #fff;
}

.form_wrapper input:-moz-placeholder, .form_wrapper textarea:-moz-placeholder {
    color: #fff;
}


.copy_right{
    padding: 20px 0;
    background: #ededed;
    margin-top: 36px;
}
ul.social {
    display: flex;
    justify-content: center;
}
ul.social li{
    margin: 5px;
}
.footer_section ul.nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.footer_section .nav li a {
    color: #5b5b5b;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    padding: 40px 0;
    margin: 0;
    display: flex;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
}
.footer_section .nav li a:hover{
    color: #0e4869;
}
.footer_section .logo {
    margin-bottom: 30px;
}
.bannerslide button.owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    padding: 0;
    line-height: 50px;
    font-size: 44px;
    background: rgb(250,250,250, .5);
}

.bannerslide button.owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    padding: 0;
    line-height: 50px;
    font-size: 44px;
    background: rgb(250,250,250, .5);
}
.bannerslide button.owl-prev:hover, .bannerslide button.owl-next:hover{
    background: rgb(250,250,250, 1);
    color: #000;
}
.bannerslide .owl-dots {
    display: none;
}
.request_content h2 img{
    margin-right: 10px;
}

.hemberger {
  display: none;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}




/*inner banner Start*/
.inner_banner{
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
    z-index: 9;
}
.inner_banner:after {
    background: #000000;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: .7;
    z-index: -1;
}
.banner_text{
    height: 356px;
}
.banner_text {
    height: 356px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.banner_text h1{
    color:#fff;
    padding: 0;
    margin: 0;
    line-height: 1;
}
.bradcam{
    display: flex;
}
.bradcam li, .bradcam li a{
    color: #fff;
    font-size: 14px;
    padding: 2px;
}

.map_section iframe{
    display: block;
    width: 100%;
    height: 400px;
}
.bg_deep_blue{
    background: #0e4869;
}
.bg_deep_blue p, .bg_deep_blue h2, .bg_deep_blue  ul li{
    color: #fff !important;
}
/*inner banner End*/

.Your_Job_Cost_content .content_area {
    padding: 30px;
}
.Your_Job_Cost_content .content_area h2{
    text-transform: unset;
}
.subscrib_mail {
    position: relative;
    padding: 30px 15px;
    background: #fff;
    text-align: center;
    margin-top: 60px;
}
.subscrib_mail a{
    color: #0e4869;
    text-decoration: none;
}
.subscrib_image {
    width: 50px;
    height: 50px;
    background: #0e4869;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    margin: 0 auto;
}
.content_area ul{
    margin-bottom: 20px;
}
.content_area ul li{
    position: relative;
    padding-left: 20px;
    line-height: 27px;
    font-size: 14px;
}
.content_area p{
    margin-bottom: 15px;
}
.content_area ul li:after{
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
    content: "";
}
.Your_Job_Cost_content .image_wrapper{
    margin-bottom: 20px;
}
.bg-white{
    background: #fff !important;
}

.repqetForm{
    position: relative;
    z-index: 9;
}
.repqetForm:before {
    background: #011a28;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -11;
    opacity: .8;
}


.contact_section .request_content {
    padding-right: 40px;
    padding-left: 40px;
}
.contact_section .form_wrapper {
    padding-left: 40px;
    padding-right: 40px;
}
.instagram_section {
    background: #f9f9f9;
}
.instagram_section h2{
    margin-top: 0;
}


.why_choose.best_services .content {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: unset;
    height: 100%;
    text-align: left;
    padding: 30px;
    }
.why_choose.best_services .content  p{
    margin-bottom: 15px;
}
.why_choose.best_services .content li{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    position: relative;
    padding-left: 20px;
    line-height: 27px;
    font-size: 14px;
}
.why_choose.best_services .content li:after {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
    content: "";
}
.why_choose.best_services .content h2{
    padding-right: 10px;
}
.why_choose.best_services .content h2:before {
    background: #bfbfbf;
    content: "";
    width: 70px;
    height: 2px;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.content.bg_deep_blue{
    background: #0e4869;
}
.custom_design_process{
    background-size: cover !important;
    background-position: center center !important;
    background-attachment: fixed !important;
}

.custom_head {
    height: 350px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.custom_design_process{
    position: relative;
    z-index: 9;
    padding: 60px 0;
}
.custom_design_process p{
    color: #fff;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.custom_design_process:after {
    background: #000000;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: .7;
    z-index: -1;
}

/*filter section*/
.section .top-side {
  text-align: center;
}
.section .top-side .title {
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
}
.section .top-side .title:after {
  content: "";
  display: block;
  width: 50%;
  border-bottom: 1px solid #494949;
  margin: 8px auto;
}
.section .top-side h2 {
  font-weight: 700;
}
.section.portfolio .filters {
  text-align: center;
}
.section.portfolio .filters ul {
  padding: 0;
}
.section.portfolio .filters ul li {
  list-style: none;
  display: inline-block;
  padding: 20px 30px;
  cursor: pointer;
  position: relative;
}
.section.portfolio .filters ul li:after {
  content: "";
  display: block;
  width: calc(0% - 60px);
  position: absolute;
  height: 2px;
  background: #333;
  transition: width 350ms ease-out;
}
.section.portfolio .filters ul li:hover:after {
  width: calc(100% - 60px);
  transition: width 350ms ease-out;
}
.section.portfolio .filters ul li.active:after {
  width: calc(100% - 60px);
}
.section.portfolio .filters-content {
  margin-top: 50px;
}
.section.portfolio .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}
.section.portfolio .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}
.section.portfolio .filters-content .item {
  text-align: center;
  cursor: pointer;
  margin-bottom: 30px;
}
.section.portfolio .filters-content .item .p-inner {
  padding: 20px 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.section.portfolio .filters-content .item .p-inner h5 {
  font-size: 15px;
}
.section.portfolio .filters-content .item .p-inner .cat {
  font-size: 13px;
}
.section.portfolio .filters-content .item img {
  width: 100%;
}


.portfolio_wrapper{
    position: relative;
    overflow: hidden;
}
.portfolio_item .portfolio_content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgb(14 72 105 / 55%);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    color: #fff;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
}
.portfolio_content h2{
    color: #fff;
    text-align: center;
}

.portfolio_content p{
    color: #dedada;
    text-align: center;
    text-decoration: underline;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
}
.portfolio_content p:hover{
    text-decoration: none;
    color: #fff;
}
.portfolio_wrapper:hover .portfolio_content{
    top: 0;
} 
.portfolio_image img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center content;
}
.portfolio_item{
    margin-bottom: 30px;
}
.portfolio_item { 
  display: none;
}
#loadMore {
  display: block;
  margin: 20px auto;
  transition: .3s;
}
/*#loadMore:hover {
  color: blue;
  background-color: #fff;
  border: 1px solid blue;
  text-decoration: none;
}*/
.noContent {
  display: none !important;
}




.services_content {
    display: flex;

}
.services_content:nth-of-type(odd){
    flex-flow: row-reverse;
}
.services_image_wrapper{
    width: 50%;
}
.services_content_wrapper{
    width: 50%;
}

.services_content_wrapper {
    width: 50%;
    padding: 40px;
    background: #f9f9f9;
    display: flex;
    align-items: center;
}
.services_content_wrapper p{
    margin-bottom: 15px;
}






.content ul{
    margin-bottom: 20px;
}
.content ul li{
    position: relative;
    padding-left: 20px;
    color: #5b5b5b;
}
.content ul li:after{
    position: absolute;
    width: 10px;
    height: 10px;
    background: #0e4869;
    border-radius: 50%;
    content: "";
    left: 0;
    top: 6px;
}

.big_title{
    font-size: 36px;
}
.now_hiring .content{
    padding-left: 14%;
    padding-right: 14%;
}




/*Acordian*/

.myaccordion {
  margin: 50px auto;
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
}
.myaccordion p{
    margin-bottom: 15px;
}
.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}

.myaccordion .card-header {
  border-bottom-color: #EDEFF0;
  background: transparent;
}

.myaccordion .fa-stack {
  font-size: 18px;
}

.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: #004987;
  padding: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
}
.collapse{
    background: #f7f7f7;
}
.fas.fa-circle.fa-stack-2x{
    color: #fff;
}
.fa-inverse {
    color: #fff;
    background: #3c3c3c !important;
    width: 2rem;
    height: 2rem;
    display: block;
    line-height: 2rem;
    border-radius: 50%;
}
.card-header div{
    cursor: pointer;
}

/*Acordian*/


.privacy_content h2{
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0;
}
.privacy_content p{
    margin-top: 0;
    margin-bottom: 15px;
}




.privacy_content ul{
    margin-bottom: 20px;
}
.privacy_content ul li{
    position: relative;
    padding-left: 20px;
    color: #5b5b5b;
}
.privacy_content ul li:after{
    position: absolute;
    width: 10px;
    height: 10px;
    background: #0e4869;
    border-radius: 50%;
    content: "";
    left: 0;
    top: 6px;
}







select {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    background: none;
}
select::-ms-expand {
    display: none;
}
.blind {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(1px,1px,1px,1px);
}

/* 모던 브라우저 : IE10+ */
.select_wrap {
    display: inline-block;
    position: relative;
    height: 49px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    width: 68%;
}
.calculator_box .form_group .price_show input{
    position: relative;
    height: 49px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    text-align: right;
    padding: 0 15px;
    width: 100%;
}
.price_show{
    width: 100px;
}
.small_select {
    width: 40%;
}
.small_select .select_wrap{
    width: 100%
}
.select_wrap:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: url(../images/arrow.jpg) no-repeat;
    content: '';
    background-position: center center;
    border-left: 1px solid #e6e6e6;
}
.select_wrap select {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 0 30px 0 10px;
    font-family: inherit;
}

/* 하위 브라우저 : IE7,8,9 */
.select_wrap_old {
    display: inline-block;
    position: relative;
    min-width: 200px;
    height: 32px;
    border: 1px solid #ccc;
    background-color: #fff;
}
.select_wrap_old .select_placeholder {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 30px 0 10px;
    font-size: 13px;
    line-height: 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select_wrap_old .select_arrow {
    position: absolute;
    top: 13px;
    right: 9px;
    width: 12px;
    height: 7px;
    background: url('http://tm.pages.hivelab.co.kr/library/jaeyoung/03_select/img/sp_arrow.png') no-repeat;
}
.select_wrap_old select {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 0 30px 0 10px;
    font-family: inherit;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.radio  input[type=checkbox], .radio  input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    height: 24px;
    width: 40px;
}
.radio {
  margin: 0.5rem;
  display: flex;
  align-items: center;
  input[type="radio"] {
    position: absolute;
    opacity: 0;
    + .radio-label {
      &:before {
        content: "";
        background: $color1;
        border-radius: 100%;
        border: 1px solid darken($color1, 25%);
        display: inline-block;
        width: 2em;
        height:2em;
        position: relative;
        top: -0.2em;
        margin-right: 1em;
        vertical-align: top;
        cursor: pointer;
        text-align: center;
        transition: all 250ms ease;
      }
    }
    &:checked {
      + .radio-label {
        &:before {
          background-color: $color2;
          box-shadow: inset 0 0 0 4px $color1;
        }
      }
    }
    &:focus {
      + .radio-label {
        &:before {
          outline: none;
          border-color: $color2;
        }
      }
    }
    &:disabled {
      + .radio-label {
        &:before {
          box-shadow: inset 0 0 0 4px $color1;
          border-color: darken($color1, 25%);
          background: darken($color1, 25%);
        }
      }
    }
    + .radio-label {
      &:empty {
        &:before {
          margin-right: 0;
        }
      }
    }
  }
}

.calculator_box .form_group label{
    margin: 0;
}
.calculator_box .form_group {
    margin-bottom: 4px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f9f9f9;
    width: 100%;
}

.radio_button_wrapper {
    display: flex;
    align-items: center;
}
.total_ammount h2{
    font-family: 'Poppins', sans-serif;
    text-align: right;
}
.shop_icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    background: #fff;
}