.bannerSlideContainer {
    width:100%;
    overflow:hidden
}
@media (min-width: 1024px) {
    .bannerSlideContainer {
        margin-bottom:none
    }
}
.bannerSlideContainer .bannerSlider {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -webkit-transition:-webkit-transform 0.3s ease-in-out 0s !important;
    transition:-webkit-transform 0.3s ease-in-out 0s !important;
    transition:transform 0.3s ease-in-out 0s !important;
    transition:transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s !important;
    -webkit-animation-timing-function:ease-in !important;
    animation-timing-function:ease-in !important
}
.bannerSlideContainer .bannerSlider .slide {
    width:100%;
    min-width:100%;
    min-height:600px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.bannerSlideContainer .bannerSlider .slide .content {
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    -webkit-box-ordinal-group:3;
    -ms-flex-order:2;
    order:2;
    width:100%;
    height:100%;
    background-color:rgba(34,11,0,0.623);
    color:#fff;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    text-align:left
}
.bannerSlideContainer .bannerSlider .slide .content .title {
    margin:0 auto;
    max-width:800px;
    font-size:2.441rem;
    font-weight:600;
    line-height:110%;
    border-left:4px solid #D62525;
    padding-left:1rem
}
@media (min-width: 568px) {
    .bannerSlideContainer .bannerSlider .slide .content .title {
        font-size:3.052rem
    }
}
@media (min-width: 1024px) {
    .bannerSlideContainer .bannerSlider .slide .content .title {
        font-size:3.815rem
    }
}
.bannerSlideContainer .bannerSlider .slide .content p {
    color:#ebedf3;
    font-weight:300;
    line-height:150%
}
@media (min-width: 768px) {
    .bannerSlideContainer .bannerSlider .slide .content p {
        font-size:1.25rem
    }
}
.bannerSlideContainer .bannerSlider .slide .content ul li {
    font-weight:300
}
.bannerSlideContainer .bannerSlider .slide .content .btnSection {
    margin-top:3.052rem;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.bannerSlideContainer .bannerSlider .slide .content .btnSection .btn {
    margin:.5rem
}
.bannerSlideContainer .bannerSlider .slide .image {
    -webkit-box-ordinal-group:2;
    -ms-flex-order:1;
    order:1;
    width:100%;
    padding-top:calc((3 / 3) * 100%)
}
@media (min-width: 1024px) {
    .bannerSlideContainer .bannerSlider .slide .image {
        padding:0;
        -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
        order:2
    }
}
.bannerSlideContainer .arrow {
    display:none;
    position:absolute;
    top:50%;
    z-index:101;
    width:40px;
    margin-top:-20px;
    background-color:#07244117;
    padding:0.75rem;
    -webkit-transition:all 0.3s ease-in;
    transition:all 0.3s ease-in;
    cursor:pointer
}
@media (min-width: 568px) {
    .bannerSlideContainer .arrow {
        display:block
    }
}
.bannerSlideContainer .arrow:hover {
    background-color:#151923
}
.bannerSlideContainer .prew {
    left:0;
    border-radius:0 .15rem .15rem 0
}
.bannerSlideContainer .next {
    right:0px;
    border-radius:.15rem 0 0 .15rem
}
.bannerSlideContainer .slideDropDiv {
    width:100%;
    position:absolute;
    left:0;
    bottom:0;
    z-index:100;
    padding:1rem;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.bannerSlideContainer .slideDropDiv .activeDrop {
    background-color:#151923 !important
}
.bannerSlideContainer .slideDropDiv .slideDrop {
    width:6px;
    height:6px;
    margin:0 0.4rem;
    border-radius:12px;
    background-color:#ffffff60;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    cursor:pointer;
    -webkit-transition:all 0.3s;
    transition:all 0.3s
}
.bannerSlideContainer .slideDropDiv .slideDrop:hover {
    background-color:#D62525
}
.bannerSlideContainer .mobHide {
    display:none !important
}
@media (min-width: 1024px) {
    .bannerSlideContainer .mobHide {
        display:block !important
    }
}
.bannerSlideContainer .pcHide {
    display:block !important
}
@media (min-width: 1024px) {
    .bannerSlideContainer .pcHide {
        display:none !important
    }
}
#posterSection .innerSection #posterContainer {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    text-align:center
}
@media (min-width: 568px) {
    #posterSection .innerSection #posterContainer {
        text-align:left;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between
    }
}
@media (min-width: 1024px) {
    #posterSection .innerSection #posterContainer {
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center
    }
}
#posterSection .innerSection #posterContainer .posterDiv {
    width:100%;
    max-width:350px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-bottom:1rem !important;
    text-align:center;
    padding:1rem;
    border:1px solid #ebedf3;
    -webkit-box-shadow:0px 5px 16px -4px rgba(10,34,49,0.08);
    box-shadow:0px 5px 16px -4px rgba(10,34,49,0.08)
}
@media (min-width: 568px) {
    #posterSection .innerSection #posterContainer .posterDiv {
        width:47%
    }
}
@media (min-width: 1024px) {
    #posterSection .innerSection #posterContainer .posterDiv {
        width:30%;
        margin:0 .75%;
        padding:1.563rem
    }
}
#posterSection .innerSection #posterContainer .posterDiv::before {
    content:'';
    display:block;
    position:absolute;
    left:50%;
    top:0;
    width:100px;
    height:4px;
    margin-left:-50px;
    background-color:#151923
}
#posterSection .innerSection #posterContainer .posterDiv .imageIcon {
    width:100px;
    height:100px;
    padding:.5rem;
    background-color:#fff;
    border:1px solid #ebedf3;
    border-radius:1rem;
    overflow:hidden;
    margin:0 auto
}
#posterSection .innerSection #posterContainer .posterDiv .cardTitle {
    color:#242323;
    font-weight:600;
    font-size:.9rem
}
@media (min-width: 568px) {
    #posterSection .innerSection #posterContainer .posterDiv .cardTitle {
        font-size:1rem
    }
}
@media (min-width: 768px) {
    #posterSection .innerSection #posterContainer .posterDiv .cardTitle {
        font-size:1.25rem
    }
}
#posterSection .innerSection #posterContainer .posterDiv .cardTitle br {
    display:none
}
@media (min-width: 568px) {
    #posterSection .innerSection #posterContainer .posterDiv .cardTitle br {
        display:inline-block
    }
}
#posterSection .innerSection #posterContainer .posterDiv p {
    max-width:280px;
    color:#5d5e5f;
    font-size:.9rem;
    font-weight:400;
    line-height:130%
}
@media (min-width: 768px) {
    #posterSection .innerSection #posterContainer .posterDiv p {
        font-size:1.1rem
    }
}
#posterSection .innerSection #posterContainer .posterDiv ul {
    margin-top:1rem
}
#posterSection .innerSection #posterContainer .posterDiv ul li {
    color:#909294;
    font-size:.9rem;
    font-weight:400;
    margin-bottom:.5rem
}
@media (min-width: 768px) {
    #posterSection .innerSection #posterContainer .posterDiv ul li {
        font-size:1.1rem
    }
}
.contentSection1 {
    /*background-color:#151923 !important*/
	background-color:#fff !important
}
.contentSection1 .wallTitle {
    /*color:#fff !important*/
	color:#151923 !important
}
.contentSection1 p {
     /*color:#fff !important*/
	color:#151923 !important
}
.contentSection1 .bgDiv {
    width:100%;
    padding-top:calc((1/ 1) * 100%) !important
}
@media (min-width: 1024px) {
    .contentSection1 .bgDiv {
        padding-top:calc((4/ 3) * 40%) !important
    }
}
#contentSection {
    overflow:hidden;
    background-color:#f5f5fa
}
#contentSection .innerSection {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
#contentSection .innerSection .contentDiv {
    width:100%;
	padding-left: 3.052rem;
}

#contentSection .innerSection .contentDiv {
    width:100%
}
@media (min-width: 1024px) {
    #contentSection .innerSection .contentDiv {
        width:60%;
        padding-right:3.052rem
    }

}
#contentSection .innerSection .contentDiv .label {
    color:#D62525;
    font-size:1.25rem;
    font-weight:500
}
#contentSection .innerSection .contentDiv .wallTitle {
    margin:0;
    max-width:700px;
    color:#151923;
    font-weight:600;
    line-height:140%
}
#contentSection .innerSection .contentDiv .wallText {
    color:#101011;
    font-size:1rem;
    font-weight:300;
    line-height:160%
}
@media (min-width: 1024px) {
    #contentSection .innerSection .contentDiv .wallText {
        font-size:1.25rem
    }
}
#contentSection .innerSection .contentDiv .cardContentDiv {
    margin-top:2.441rem;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
#contentSection .innerSection .contentDiv .cardContentDiv .cardContent {
    padding-right:1rem
}
#contentSection .innerSection .contentDiv .cardContentDiv .cardContent .cardTitle {
    color:#fff;
    margin:0;
    font-weight:600
}
#contentSection .innerSection .contentDiv .cardContentDiv .cardContent p {
    color:#fff;
    font-size:1rem;
    font-weight:300;
    line-height:160%
}
@media (min-width: 1024px) {
    #contentSection .innerSection .contentDiv .cardContentDiv .cardContent p {
        font-size:1.25rem
    }
}
#contentSection .innerSection .bgDiv {
    display:block;
    width:100%;
    padding-top:calc((9/ 16) * 100%)
}
@media (min-width: 1024px) {
    #contentSection .innerSection .bgDiv {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        width:40%;
        padding-top:calc((9/ 16) * 40%)
    }
}
#serviceSection {
    border-radius:2rem
}
@media (min-width: 768px) {
    #serviceSection {
        border-radius:4rem
    }

}
#serviceSection .innerSection {
    text-align:center
}
#serviceSection .innerSection .label {
    color:#151923;
    font-weight:400;
    margin-bottom:0.5rem
}
#serviceSection .innerSection .heading {
    margin:0;
    color:#242323;
    font-size:1.563rem;
    font-weight:600;
    letter-spacing:-0.5px
}
@media (min-width: 568px) {
    #serviceSection .innerSection .heading {
        font-size:1.953rem
    }

}
@media (min-width: 768px) {
    #serviceSection .innerSection .heading {
        font-size:1.953rem;
        letter-spacing:-1px
    }
}
@media (min-width: 1024px) {
    #serviceSection .innerSection .heading {
        font-size:2.441rem;
        letter-spacing:-1.5px
    }
}
#serviceSection .innerSection .subText {
    /*max-width:700px;*/
    color:#242323;
    font-weight:400;
    margin:0 auto;
    margin-top:1rem;
    line-height:150%
}
@media (min-width: 1024px) {
    #serviceSection .innerSection .subText {
        font-size:1.25rem
    }
	
	#contentSection .innerSection .bgDivMD {
   
    /* padding-top: calc((9/ 16) * 100%); */
    padding-top: 120%;
}
}
#serviceSection .innerSection #serviceContainer {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    text-align:center;
    margin-top:3.052rem
}
#contentSection .innerSection .bgDivMD {
    
    /* padding-top: calc((9/ 16) * 100%); */
    padding-top: 120%;
}
@media (min-width: 568px) {
    #serviceSection .innerSection #serviceContainer {
        text-align:left;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between
    }
	#contentSection .innerSection .bgDivMD {
   
    /* padding-top: calc((9/ 16) * 100%); */
    padding-top: 60%!important;
}
}
@media (min-width: 1024px) {
    #serviceSection .innerSection #serviceContainer {
        margin-top:3.815rem;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center
    }
}
#serviceSection .innerSection #serviceContainer .serviceDiv {
    width:100%;
    max-width:350px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-bottom:1rem !important;
    text-align:center;
    border:1px solid #ebedf3;
    -webkit-box-shadow:0px 5px 16px -4px rgba(10,34,49,0.08);
    box-shadow:0px 5px 16px -4px rgba(10,34,49,0.08)
}
@media (min-width: 568px) {
    #serviceSection .innerSection #serviceContainer .serviceDiv {
        width:47%;
        margin-bottom:2.441rem !important
    }
}
@media (min-width: 1024px) {
    #serviceSection .innerSection #serviceContainer .serviceDiv {
        width:30%;
        margin:0 2%;
		cursor:pointer;
    }
}
#serviceSection .innerSection #serviceContainer .serviceDiv .bgDiv {
    width:100%;
    padding-top:calc((9/ 16) * 100%);
    overflow:hidden;
    margin:0 auto;
	cursor:pointer;
}
#serviceSection .innerSection #serviceContainer .serviceDiv .contentDiv {
    padding:1rem;
	cursor:pointer;
}
#serviceSection .innerSection #serviceContainer .serviceDiv .contentDiv .cardTitle {
    color:#151923;
    font-weight:800;
    font-size:.9rem;
	cursor:pointer;
}
#serviceSection .innerSection #serviceContainer .serviceDiv .contentDiv p a{
   	cursor:pointer;
	color:#151923;
}
#serviceSection .innerSection #serviceContainer .serviceDiv .contentDiv .cardTitle a {
   	cursor:pointer;
	color:#151923;
}
@media (min-width: 568px) {
    #serviceSection .innerSection #serviceContainer .serviceDiv .contentDiv .cardTitle {
        font-size:1rem
    }
}
@media (min-width: 768px) {
    #serviceSection .innerSection #serviceContainer .serviceDiv .contentDiv .cardTitle {
        font-size:1.25rem
    }
}
#serviceSection .innerSection #serviceContainer .serviceDiv .contentDiv .cardTitle br {
    display:none
}
@media (min-width: 568px) {
    #serviceSection .innerSection #serviceContainer .serviceDiv .contentDiv .cardTitle br {
        display:inline-block
    }
}
#serviceSection .innerSection #serviceContainer .serviceDiv .contentDiv p {
    max-width:280px;
    color:#242323;
    font-size:.9rem;
    font-weight:400;
    line-height:130%
}
#serviceSection .innerSection #serviceContainer .serviceDiv .contentDiv span {
    display:block;
    margin-top:1rem;
    color:#151923;
    font-size:.9rem;
    font-weight:400
}
#specialitySection {
    border-radius:2rem
}
@media (min-width: 768px) {
    #specialitySection {
        border-radius:4rem
    }
}
#specialitySection .innerSection {
    text-align:center
}
#specialitySection .innerSection .label {
    color:#151923;
    font-weight:400;
    margin-bottom:0.5rem
}
#specialitySection .innerSection .heading {
    margin:0;
    color:#242323;
    font-size:1.563rem;
    font-weight:600;
    letter-spacing:-0.5px
}
@media (min-width: 568px) {
    #specialitySection .innerSection .heading {
        font-size:1.953rem
    }
}
@media (min-width: 768px) {
    #specialitySection .innerSection .heading {
        font-size:1.953rem;
        letter-spacing:-1px
    }
}
@media (min-width: 1024px) {
    #specialitySection .innerSection .heading {
        font-size:2.441rem;
        letter-spacing:-1.5px
    }
}
#specialitySection .innerSection .subText {
    color:#909294;
    font-weight:400
}
@media (min-width: 1024px) {
    #specialitySection .innerSection .subText {
        font-size:1.25rem
    }
}
#specialitySection .innerSection #serviceContainer {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    text-align:center;
    margin-top:3.052rem
}
@media (min-width: 568px) {
    #specialitySection .innerSection #serviceContainer {
        text-align:left
    }
}
@media (min-width: 1024px) {
    #specialitySection .innerSection #serviceContainer {
        margin-top:3.815rem;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center
    }
}
#specialitySection .innerSection #serviceContainer .serviceDiv {
    width:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-bottom:1rem !important;
    text-align:center;
    padding:1rem;
    border:1px solid #ebedf3;
    -webkit-box-shadow:0px 5px 16px -4px rgba(10,34,49,0.08);
    box-shadow:0px 5px 16px -4px rgba(10,34,49,0.08)
}
@media (min-width: 568px) {
    #specialitySection .innerSection #serviceContainer .serviceDiv {
        width:47%
    }
}
@media (min-width: 1024px) {
    #specialitySection .innerSection #serviceContainer .serviceDiv {
        width:18.5%;
        margin:0 .75%;
        padding:1.563rem
    }
}
#specialitySection .innerSection #serviceContainer .serviceDiv .imageIcon {
    width:100px;
    height:100px;
    padding:.5rem;
    background-color:#fff;
    border:1px solid #ebedf3;
    border-radius:1rem;
    overflow:hidden;
    margin:0 auto
}
#specialitySection .innerSection #serviceContainer .serviceDiv .cardTitle {
    margin:0;
    color:#151923;
    font-weight:800;
    font-size:.9rem
}
@media (min-width: 568px) {
    #specialitySection .innerSection #serviceContainer .serviceDiv .cardTitle {
        font-size:1rem
    }
}
@media (min-width: 768px) {
    #specialitySection .innerSection #serviceContainer .serviceDiv .cardTitle {
        font-size:1.25rem
    }
}
#specialitySection .innerSection #serviceContainer .serviceDiv .cardTitle br {
    display:none
}
@media (min-width: 568px) {
    #specialitySection .innerSection #serviceContainer .serviceDiv .cardTitle br {
        display:inline-block
    }
}
#specialitySection .innerSection #serviceContainer .serviceDiv p {
    max-width:280px;
    color:#5d5e5f;
    font-size:.9rem;
    font-weight:400;
    line-height:130%
}
#contactSection #contactBg {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:150px;
    background-color:#fff
}
@media (min-width: 768px) {
    #contactSection #contactBg {
        height:290px
    }
}
#contactSection .innerSection {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column
}
@media (min-width: 1024px) {
    #contactSection .innerSection {
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-direction:row;
        flex-direction:row
    }
}
@media (min-width: 768px) {
    #contactSection .innerSection #contactContent {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-direction:row;
        flex-direction:row;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between
    }
}
@media (min-width: 1024px) {
    #contactSection .innerSection #contactContent {
        width:50%;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        -webkit-box-pack:start;
        -ms-flex-pack:start;
        justify-content:flex-start
    }
}
#contactSection .innerSection #contactContent #titleDiv {
    color:#D62525;
    height:150px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
@media (min-width: 768px) {
    #contactSection .innerSection #contactContent #titleDiv {
        height:290px
    }
}
#contactSection .innerSection #contactContent #titleDiv .title {
    color:#D62525;
    margin:0;
    font-weight:500;
    letter-spacing:-1px
}
#contactSection .innerSection #contactContent #titleDiv .text {
    color:#151923;
    font-weight:400;
    max-width:350px;
    line-height:140%
}
#contactSection .innerSection #contactContent #contentListDiv {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column
}
@media (min-width: 568px) {
    #contactSection .innerSection #contactContent #contentListDiv {
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-direction:row;
        flex-direction:row
    }
}
@media (min-width: 1024px) {
    #contactSection .innerSection #contactContent #contentListDiv {
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column
    }
}
#contactSection .innerSection #contactContent #contentListDiv .content {
    margin-top:2.441rem;
    padding-right:1rem
}
@media (min-width: 768px) {
    #contactSection .innerSection #contactContent #contentListDiv .content {
        margin:0;
        height:290px;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center
    }
}
@media (min-width: 1024px) {
    #contactSection .innerSection #contactContent #contentListDiv .content {
        height:auto;
        margin-top:3.052rem;
        -webkit-box-pack:start;
        -ms-flex-pack:start;
        justify-content:flex-start
    }
}
#contactSection .innerSection #contactContent #contentListDiv .content h5 {
    margin:0;
    color:#D62525;
    font-weight:600
}
@media (min-width: 768px) {
    #contactSection .innerSection #contactContent #contentListDiv .content h5 {
        color:#151923
    }
}
@media (min-width: 1024px) {
    #contactSection .innerSection #contactContent #contentListDiv .content h5 {
        color:#D62525
    }
}
#contactSection .innerSection #contactContent #contentListDiv .content p {
    margin-top:0.5rem;
    color:#242323;
    font-size:.9rem;
    font-weight:400;
    max-width:250px;
    line-height:150%;
    text-align:left
}
@media (min-width: 768px) {
    #contactSection .innerSection #contactContent #contentListDiv .content p {
        color:#fff
    }
}
@media (min-width: 1024px) {
    #contactSection .innerSection #contactContent #contentListDiv .content p {
        color:#242323
    }
}
#contactSection .innerSection #contactFormSection {
    width:100%;
    max-width:700px;
    padding:1rem;
    background-color:#fff;
    margin-top:4.768rem;
    -webkit-box-shadow:0px 1px 38px 11px rgba(9,5,35,0.123),0px 1px 9px -8px rgba(9,5,35,0.103);
    box-shadow:0px 1px 38px 11px rgba(9,5,35,0.123),0px 1px 9px -8px rgba(9,5,35,0.103);
    border:1px solid #ebedf3
}
@media (min-width: 568px) {
    #contactSection .innerSection #contactFormSection {
        padding:2.441rem
    }
}
@media (min-width: 768px) {
    #contactSection .innerSection #contactFormSection {
        padding:3.052rem
    }
}
@media (min-width: 1024px) {
    #contactSection .innerSection #contactFormSection {
        width:50%;
        margin-top:5.96rem
    }
}
#contactSection .innerSection #contactFormSection .formTitle {
    max-width:350px;
    margin:0 auto;
    display:block;
    text-align:center;
    color:#151923;
    margin-bottom:3.815rem;
    line-height:110%
}
#contactSection .innerSection #contactFormSection .formDiv {
    width:100%
}
#contactSection .innerSection #contactFormSection .formDiv .inputDiv .mailText {
    display:inline-block;
    text-align:left;
    color:#909294;
    font-size:.9rem;
    margin:0
}
@media (min-width: 1024px) {
    #contactSection .innerSection #contactFormSection .formDiv .inputDiv .mailText {
        margin-left:3.052rem
    }
}
#contactSection .innerSection #contactFormSection .formDiv .inputDiv .mailText a {
    display:block;
    color:#D62525;
    font-weight:500;
    -webkit-transition:all 0.3s;
    transition:all 0.3s
}
#contactSection .innerSection #contactFormSection .formDiv .inputDiv .mailText a:hover {
    color:#151923
}
#contactSection .innerSection #contactFormSection .formDiv .inputDiv .uploadDiv {
    border:1px solid #ebedf3;
    border-radius:0.3rem;
    padding:1rem;
    background-color:#f5f5fa
}
#contactSection .innerSection #contactFormSection .formDiv .inputDiv .uploadDiv #upload {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
    opacity:0;
    border:none
}
#contactSection .innerSection #contactFormSection .formDiv .inputDiv .uploadDiv span {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    color:#909294;
    font-size:.9rem
}
#contactSection .innerSection #contactFormSection .formDiv .inputDiv .uploadDiv span img {
    display:inline-block;
    width:20px;
    margin-left:1rem
}
#contactSection .innerSection #contactFormSection .formDiv .btnSection {
    width:100%
}
#contactSection .innerSection #contactFormSection .formDiv .btnSection .btn {
    white-space:normal
}
#contactSection .innerSection #contactFormSection .formDiv .btnSection .btn img {
    display:none;
    width:8px
}
#contactSection .innerSection #contactFormSection .formDiv .btnSection .fontSmall {
    font-size:.8rem;
    font-weight:400
}
.color1 {
    background-color:#fff
}
.color1 .label {
    color:#909294
}
.color1 .heading {
    color:#151923
}
.color1 p {
    color:#242323
}
.color2 {
    background-color:#f5f5fa
}
.color2 .label {
    color:#909294
}
.color2 .heading {
    color:#151923
}
.color2 p {
    color:#242323
}
#aboutSection .innerSection {
    text-align:center
}
#aboutSection .innerSection .label {
    font-weight:600;
    margin-bottom:0.5rem
}
#aboutSection .innerSection .heading {
    font-weight:600
}
#aboutSection .innerSection p {
    font-size:1rem;
    font-weight:300;
    margin:0 auto;
    margin-top:0.5rem;
    line-height:150%;
    max-width:900px
}
@media (min-width: 568px) {
    #aboutSection .innerSection p {
        font-size:1.25rem
    }
}
/*# sourceMappingURL=index.css.map */