h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}

html,
body {
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    width: 100%;
    overflow-x: hidden;
}

/* preloading style */
.w100 {
    width: 100%;
}

.w1700 {
    max-width: 1700px;
    width: 100%;
}

.bK {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bK-Fix {
    background-attachment: fixed;
}

/* preloading style */
/* navbar*/
.fullPage {
    position: relative;
}
.topMrgin{ transition:all 0.3s ease-in-out ; -webkit-transition:all 0.3s ease-in-out ; -moz-transition:all 0.3s ease-in-out ; -ms-transition:all 0.3s ease-in-out ; -o-transition:all 0.3s ease-in-out ; }
.hdr {
    background-color: #2D4D7D;
    position: fixed;
    z-index: 1000;
    top: 0px;
    width: 100%;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.scrLd .hdr {
    background-color: #2D4D7D;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

header {
    max-width: 1784px;
}

header .navbar-brand {}

header .navbar-brand img {
    width: 16rem;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    object-fit: contain;
    object-position: left center;
    position: relative;
}

.scrLd header .navbar-brand img {
    width: 9rem;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.navbar {
    background-color: transparent;
    padding: 1.5rem 1rem;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.scrLd .navbar {
    padding: 1rem 1rem;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.Hmr {
    display: none;
    padding: 0px;
    background-color: transparent;
    outline: 0px;
    border: 0px;
    margin-left: 0.8rem;
    position: relative;
    width: 35px;
    height: 18px;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 1100;
}

.Hmr:focus {
    outline: 0px;
}

.Hmr span {
    left: 0;
    position: absolute;
    display: block;
    background-color: white;
    width: 35px;
    height: 2px;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.Hmr span:nth-child(1) {
    top: 0px;
}

.Hmr span:nth-child(2) {
    top: 8px;
}

.Hmr span:nth-child(3) {
    top: 16px;
}

/* mob */
.forMob .Hmr span {
    background-color: white;
}

.forMob .Hmr span:nth-child(1) {
    width: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
}

.forMob .Hmr span:nth-child(2) {
    opacity: 0;
    width: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
}

.forMob .Hmr span:nth-child(3) {
    width: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)rotate(-45deg);
    -webkit-transform: translate(-50%, -50%)rotate(-45deg);
    -moz-transform: translate(-50%, -50%)rotate(-45deg);
    -ms-transform: translate(-50%, -50%)rotate(-45deg);
    -o-transform: translate(-50%, -50%)rotate(-45deg);
}

#hmMobWrp {
    position: fixed;
    background-color: #00000041;
    width: 100%;
    right: 0;
    bottom: 0;
    z-index: 1050;
    height: 0px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.forMob #hmMobWrp {
    height: 100%;
    display: flex;
}

.hmMobWrp_0 {
    width: 100%;
    background-color: white;
    height: auto;
    right: 0;
    margin-left: 0px;
    margin-right: 0px;
    z-index: 1090;
    display: block;
    margin-bottom: 0px;
    margin-top: auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: relative;
}

.hmMobWrp_0 ul li {
    list-style: none;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
}

.hmMobWrp_1 {
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.hmMobWrp_2 {
    margin-left: 0px;
    margin-top: 1rem;
    padding-left: 1rem;
}

.hmMobWrp_2 li a {
    padding: 0.5rem 1rem 0.5rem 2rem;
    display: block;
    font-size: 1.5rem;
    line-height: 1.56rem;
    letter-spacing: 0.2em;
    font-style: normal;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #615A5A;
}

.hmMobWrp_2 li a:hover {
    text-decoration: none;
}

/* mob */
#homeNav .nav-item {
    margin-left: 1.575rem;
    margin-right: 1.575rem;
}

#homeNav .nav-item:first-child {
    margin-left: 0px;
}

#homeNav .nav-item:last-child {
    margin-right: 0px;
}

#homeNav .nav-item .nav-link {
    font-size: 1.1rem;
    line-height: 1.5rem;
    letter-spacing: 0.05em;
    padding-left: 0px;
    padding-right: 0px;
    color: #ffffff;
    white-space: nowrap;
    position: relative;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

#homeNav .nav-item .nav-link::before {
    position: absolute;
    content: '';
    height: 2px;
    width: 0px;
    background-color: white;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

#homeNav .nav-item .nav-link:hover {
    color: white;
}

#homeNav .nav-item .nav-link:hover::before {
    width: 100%;
    bottom: -2px;
}

#homeNav .nav-item.active .nav-link {
    color: white;
}

#homeNav .nav-item.active .nav-link::before {
    width: 100%;
    bottom: 1px;
}

/* navbar*/
/* home part */
.oWlHome {
    position: relative;
    display: flex !important;
    flex-direction: column;
}

.oWlHome.owl-carousel .owl-stage-outer {
    position: absolute;
    left: 0;
    top: 0;
    top: 0;
    bottom: 0;
    flex: 1;
}

.oWlHome .owl-dots {
    left: 50%;
    transform: translateX(-50%);
    bottom: 7%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.oWlHome.owl-theme .owl-dots .owl-dot {
    margin-left: auto;
    margin-right: auto;
}

.oWlHome.owl-theme .owl-dots .owl-dot:hover,
.oWlHome.owl-theme .owl-dots .owl-dot:focus {
    outline: 0px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 0.875rem;
    height: 0.875rem;
}

.oWlHome .owl-nav {
    width: 100%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    display: flex;
}

.oWlHome.owl-carousel .owl-nav button.owl-next,
.oWlHome.owl-carousel .owl-nav button.owl-prev {
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #7486AA;
    background-color: white;
    border-radius: 50%;
    margin-right: 0px;
    margin-left: auto;
    width: 3.125rem;
    height: 3.125rem;
    display: flex;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.oWlHome.owl-carousel .owl-nav button.owl-next {
    right: 3px;
}

.oWlHome.owl-carousel .owl-nav button.owl-prev {
    left: 3px;
}

.oWlHome.owl-carousel .owl-nav button.owl-next i,
.oWlHome.owl-carousel .owl-nav button.owl-prev i {
    margin: auto;
}

.oWlHome.owl-carousel:hover .owl-nav button.owl-next,
.oWlHome.owl-carousel:focus .owl-nav button.owl-next {
    right: 3.125rem;
}

.oWlHome.owl-carousel:hover .owl-nav button.owl-prev,
.oWlHome.owl-carousel:focus .owl-nav button.owl-prev {
    left: 3.125rem;
}

.oWlHome.owl-carousel .owl-nav button.owl-next:hover,
.oWlHome.owl-carousel .owl-nav button.owl-prev:hover,
.oWlHome.owl-carousel .owl-nav button.owl-next:focus,
.oWlHome.owl-carousel .owl-nav button.owl-prev:focus {
    outline: 0px;
    background-color: white;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: black;
}

.oWlHome .item {
    display: flex;
}

.oWlHome-Ins {
    margin: auto;
    display: flex;
    flex-direction: column;
}

.oWlHome-InsImg {
    margin-left: auto;
    margin-right: auto;
    width: 10.3125rem;
    height: 11.875rem;
    margin-bottom: 1rem;
    position: absolute;
    left: 50%;
    top: 3rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.oWlHome-InsImg img {
    position: relative;
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.oWlHome-Ins h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    color: white;
    font-size: 3.75rem;
    line-height: 4.375rem;
    max-width: 800px;
    text-align: center;
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.oWlHome-InsBut {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
}

/* common buttons */
.bTn {
    /*      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); */
    border: 0px;
    display: block;
    height: auto;
    min-width: 15.625rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.bTn:hover,
.bTn:focus,
.bTn:active {
    outline: 0px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
    text-decoration: none;
}

.bTn h4 {
    display: flex;
    padding: 1.125rem 1.875rem 1.125rem 1.875rem;
}

.bTn h4 span,
.bTn h4 i {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 1.5rem;
    line-height: 1.5rem;
}

.bTn h4 span {
    flex: 1;
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    padding-bottom: 5px;
}

.bTn h4 i {
    padding-left: 0.625rem;
    margin-right: 0px;
}

.bTn.bTnA {
    background-color: transparent;
    border: 1px solid transparent;
    min-width: 12.5rem;
}

.bTn.bTnA:hover {
    border: 1px solid white;
}

.bTn.bTnA h4 {
    color: #FFFFFF;
}

.bTn.bTnB {
    background-color: transparent;
    border: 1px solid transparent;
    min-width: 12.5rem;
}

.bTn.bTnB h4 {
    color: #000000;
}

.bTn.bTnC {
    background-color: #2D4D7D;
    border: 1px solid transparent;
    min-width: 12.937rem;
}

.bTn.bTnC h4 {
    color: white;
    padding-top: 0.58rem;
    padding-bottom: 0.58rem;
}

/* common buttons */
/* homepage about start */
.homeAbt {
    padding: 3rem 1rem;
}

.homeAbtL {
    display: flex;
    position: relative;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    width: 100%;
    height: 100%;
}

.homeAbtL img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    max-width: 100%;
    max-height: 100%;
}

.homeAbtL.homeAbtL2 {
    display: flex;
}

.homeAbtL.homeAbtL2 img {
    margin-top: auto;
    margin-bottom: auto;
    object-fit: cover;
}

.homeAbtLA {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    max-width: 19.375rem;
    max-height: 22.5rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.homeAbtLA img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    opacity: 0.45;
}

.homeAbtRBorder {
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 7.25rem 5.3125rem 6.8125rem 5.3125rem;
}

.homeAbtLb {
    padding-right: 1.5rem;
}

.homeAbtR {
    margin-top: auto;
    margin-bottom: auto;
}

.homeAbtR h4 {
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 117.5%;
    color: #2D4D7D;
    margin-bottom: 2.875rem;
}

.homeAbtR h3 {
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-size: 3.2rem;
    line-height: 117.5%;
    color: #000000;
}

.homeAbtR p {
    text-align: left;
    font-family: 'Lato', sans-serif;
    margin-top: 2.875rem;
    font-weight: 500;
    color: #565656;
    font-size: 1rem;
    line-height: 1.7125rem;
}

.homeAbtLb p {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.7125rem;
}

.homeAbtLb h3 {
    font-size: 3.125rem;
    line-height: 3.625rem;
}

/* homepage about end */
/* homepage our values */
.ourValues {
    background-color: #F7F7F7;
    flex-direction: column;
}

.ourValues .ourValuesIns {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 6rem 1rem;
}

.ourValues p {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.7125rem;
}

.ourValuesBk {
    display: flex;
    padding-top: 5.5rem;
    padding-bottom: 6.5rem;
}

.ourValuesBk .row {
    margin-left: auto;
    margin-right: auto;
    max-width: 1500px;
}

.ourValuesBk h3 {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    color: white;
    font-size: 3.125rem;
    line-height: 3.625rem;
    margin-bottom: 6.25rem;
}

.ourValuesBrd {
    margin-top: 1.5rem;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    border-radius: 3px;
}

.ourValuesBrd h4 {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    color: white;
    font-size: 1.5625rem;
    line-height: 1.8125rem;
    margin-top: 1.875rem;
    margin-bottom: 2.5rem;
}

.ourValuesBrd p {
    text-align: center;
    font-family: 'Lato', sans-serif;
    color: white;
}

/* homepage our values */
/* homepage certificates */
.certificates {
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.certificates .row {
    margin-left: auto;
    margin-right: auto;
    max-width: 1700px;
}

.certificates h4 {
    font-size: 3.125rem;
    line-height: 3.625rem;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #000000;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
    width: 100%;
}

.certificatesList {
    list-style: none;
    padding-left: 0px;
}

.certificatesList li {
    border-bottom: 1px solid #e8e8e8;
    display: flex;
}

.certificatesList li a {
    display: flex;
    width: 100%;
    padding: 2rem 1rem 2rem;
}

.certificatesList li a img {
    display: flex;
    margin: auto;
    object-fit: contain;
    object-position: center;
    max-width: 280px;
    max-height: 75px;
}

/* homepage certificates */
/* homepage  coreValues */
.coreValues {
    padding-bottom: 5rem;
    padding-top: 5.0625rem;
}

.coreValues .row {
    margin-left: auto;
    margin-right: auto;
    max-width: 1450px;
}

.coreValuesHead {
    margin-bottom: 4.5625rem;
}

.coreValuesHead h4 {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: white;
    font-size: 3.125rem;
    line-height: 3.625rem;
    margin-bottom: 4.5625rem;
}

.coreValuesHead p {
    text-align: center;
    font-family: 'Lato', sans-serif;
    color: white;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    line-height: 1.7125rem;
}

.coreValueBrd {
    width: 100%;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    display: flex;
    border-radius: 8px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 1rem 2rem 1rem 2.9375rem;
    min-height: 200px;
}

.coreValueInr {
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
}

.coreValueBrd h5 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: white;
    font-size: 1.25rem;
    line-height: 1.3125rem;
    margin-top: auto;
    margin-bottom: auto;
    flex: 1;
    max-width: 200px;
}

.coreValueBrd .coreValueTxt {
    margin-top: auto;
    margin-bottom: auto;
    flex: 1;
    padding-right: 1rem;
}

.coreValueBrd .coreValueImg {
    width: 4.75rem;
    height: 4.75rem;
}

.coreValueBrd .coreValueImg img {
    margin: auto;
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

/* homepage  coreValues */
/* home message */
#messageOfManage {
    padding-top: 5rem;
    padding-bottom: 3.6875rem;
    background-image: url(../images/homepage_message.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 21.0625rem 21.0625rem;
}

#messageOfManage .messageOfManageWrp {
    width: 100%;
    max-width: 1700px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
}

.messageOfT {
    margin-bottom: 2rem;
}

.messageOfT h4 {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 3.125rem;
    line-height: 117.5%;
    color: #000000;
}

.messageOfT h5 {
    margin-top: 1.625rem;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    color: #2D4D7D;
    max-width: 737px;
    margin-bottom: 1.625rem;
    font-size: 1rem;
    line-height: 1.7125rem;
}

.messageOfL p {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.01em;
    color: #000000;
    max-width: 770px;
    font-size: 1rem;
    line-height: 1.7125rem;
}

.messageOfL ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
}

.messageOfL ul li {
    display: inline;
    margin-bottom: .55rem;
    margin-right: .625rem;
}

.messageOfL ul li a {
    display: flex;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    border-radius: 31.5px;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.01em;
    color: #000000;
    padding: .4rem .875rem;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-size: 1rem;
    line-height: 1.7125rem;
}

.messageOfL ul li a:hover {
    text-decoration: none;
    background-color: rgba(45, 77, 125, 0.37);
}

.messageOfR p {
    margin-bottom: 1.625rem;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.01em;
    color: #000000;
    max-width: 770px;
    font-size: 1rem;
    line-height: 1.7125rem;
}

/* home message */
/* homepage projects */
#projectS {
    flex-direction: column;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: rgba(238, 241, 243, 0.3);
}

#projectS .projectSWrp {
    margin-left: auto;
    margin-right: auto;
    max-width: 1700px;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
}

#projectS .projectSWrp.projectSWrpHead {
    margin-bottom: 4.6875rem;
}

#projectS .projectSWrp.projectSWrpHead h4 {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 3.125rem;
    line-height: 97.3%;
    text-transform: uppercase;
    margin-top: auto;
    margin-bottom: auto;
    color: #000000;
}

#projectS .projectSWrp.projectSWrpHead p {
    margin-top: auto;
    margin-bottom: auto;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.01em;
    color: #000000;
    font-size: 1rem;
    line-height: 1.7125rem;
}

.projectSItmWrap {
    display: flex;
    width: 100%;
    margin-top: 1.25rem;
}

.projectSItem {
    max-height: 23.375rem;
    max-width: 35.5625rem;
    margin-left: auto;
    margin-right: auto;
    height: 23.375rem;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: relative;
    overflow: hidden;
}

.projectSItemDetail {
    position: absolute;
    left: 0px;
    right: 0px;
    height: 10rem;
    display: flex;
    bottom: -11rem;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    z-index: 0;
    overflow: hidden;
}

.projectSItemDetail::after {
    content: '';
    position: absolute;
    left: 50%;
    width: 10px;
    height: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(45, 77, 125, 0.8);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: -1;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.projectSItem:hover .projectSItemDetail {
    bottom: 0px;
}

.projectSItem:hover .projectSItemDetail::after {
    transform: translate(-50%, -50%) scale(100);
    -webkit-transform: translate(-50%, -50%) scale(100);
    -moz-transform: translate(-50%, -50%) scale(100);
    -ms-transform: translate(-50%, -50%) scale(100);
    -o-transform: translate(-50%, -50%) scale(100);
}

.projectSItemDetail h4 {
    margin: auto;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5625rem;
    line-height: 138.3%;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}

#projectS .projectSWrp.projectSWrpTail {
    margin-top: 4.6875rem;
}

#projectS .projectSWrp.projectSWrpMid {
    margin-bottom: 4.125rem;
}

.pjctB {
    width: 100%;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: flex;
    border: 1px solid #c7c7c7;
    box-sizing: border-box;
}

.pjctB h4 {
    margin-top: auto;
    margin-bottom: auto;
    padding: 1rem;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #565656;
    font-size: 1rem;
    line-height: 1.4125rem;
}

.pjctB0 {
    display: flex;
    -ms-flex: 0 0 9%;
    flex: 0 0 9%;
    max-width: 9%;
}

.pjctB1 {
    display: flex;
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    max-width: 12%;
}

.pjctB2 {
    display: flex;
    -ms-flex: 0 0 15.5%;
    flex: 0 0 15.5%;
    max-width: 15.5%;
}

/* homepage projects */
/* homepage ourstrength */
#ourStrength {
    flex-direction: column;
    padding-top: 5rem;
    padding-bottom: 4rem;
    position: relative;
	    z-index: 9;
}
section#ourStrength:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(10 10 10 / 27%) url(../images/banner-over-line.png);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -9;
}
.ourStrengthHead {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1700px;
    padding-left: 1rem;
    padding-right: 1rem;
}

.ourStrengthHead h4 {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 3.125rem;
    line-height: 97.3%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 1rem;
}

.ourStrengthHead p {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    color: #FFFFFF;
    font-size: 1rem;
    line-height: 1.7125rem;
}

.ourStrengthWrp {
    width: 100%;
    max-width: 1878px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

#ourStrengthWrpTab {
    flex-direction: column;
    border: 0px;
}

#ourStrengthWrpTab .nav-item {
    width: 37.125rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#ourStrengthWrpTab .nav-item .nav-link {
    background: transparent;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    padding-left: 4.625rem;
    padding-right: 4.75rem;
    min-height: 7.25rem;
    display: flex;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.ourStrengthTabFul {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

#ourStrengthWrpTab .nav-item .nav-link:hover {
   background: rgb(0 0 0 / 22%);
}
.ourStrengthHead p, .ourStrengthHead h4 {
   /* margin-left: 4rem;*/
}
#ourStrengthWrpTab .nav-item .nav-link.active {
    background: rgb(0 0 0 / 22%);
    border-color: rgb(255 255 255 / 32%);
}

.ourStrengthTabL {
    display: flex;
    flex: 1;
}

.ourStrengthTabR {
    width: 4.625rem;
    height: 4.625rem;
}

.ourStrengthTabR img {
    margin: auto;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    display: flex;
    position: relative;
}

.ourStrengthTabL h4 {
    margin-top: auto;
    margin-bottom: auto;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.5625rem;
    line-height: 110%;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    max-width: 18.75rem;
}

#ourStrengthWrpTabs {
    flex: 1;
}

.ourStrengthPanels {
    padding-left: 5.625rem;
}

.ourStrengthPanels .ourStrengthPanelsTop {
    margin-bottom: 3.375rem;
}

.ourStrengthPanels .ourStrengthPanelsTop .ourStrengthPanelsTopL {
    background-color: #FFFFFF;
    max-width: 25rem;
    padding: 13.125rem 3.625rem;
    min-height: 36.875rem;
    display: flex;
}

.ourStrengthPanels .ourStrengthPanelsTop .ourStrengthPanelsTopL h3 {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 3.125rem;
    line-height: 114.3%;
    color: #4E4F51;
    margin-top: auto;
    margin-bottom: auto;
}

.ourStrengthPanels p {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-bottom: 3.125rem;
    font-size: 1rem;
    line-height: 1.7125rem;
}

/* homepage ourstrength */
/* homepage clients */
#clients {
    padding-top: 5rem;
    padding-bottom: 6rem;
    background-color: white;
}

.clientsWrp {
    width: 100%;
    display: flex;
    flex-direction: column;
}

#clientsTab {
    margin-left: auto;
    margin-right: auto;
    border: 0px;
    margin-bottom: 5.875rem;
}

#clientsTab.nav-tabs .nav-item {
    margin-left: 2.3125rem;
    margin-right: 2.3125rem;
}

#clientsTab.nav-tabs .nav-link {
    position: relative;
    border: 0px;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 1.5625rem;
    line-height: 117.5%;
    text-align: center;
    letter-spacing: 0.12em;
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
    color: #565656;
}

#clientsTab.nav-tabs .nav-link::after {
    position: absolute;
    content: '';
    height: 3px;
    background-color: #565656;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -4px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#clientsTab.nav-tabs .nav-link:hover::after {
    bottom: 0px;
}

#clientsTab.nav-tabs .nav-link.active::after {
    bottom: 0;
    background-color: #000000;
}

#clientsTab.nav-tabs .nav-link.active {
    color: #000000;
}

#clientsTabContent {
    width: 100%;
    display: flex;
    padding-left: 3rem;
    padding-right: 3rem;
}

#clientsTabContent .tab-pane {
    width: 100%;
}

.oWlClient {
    width: 100%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.oWlClient.owl-carousel .owl-stage-outer {}

.oWlClients {
    display: flex;
    height: 5.3125rem;
}

.oWlClients img {
    position: relative;
    object-fit: contain;
    object-position: center;
    display: flex;
    height: 100%;
    max-height: 100%;
    margin: auto;
    width: 100%;
    max-width: 100%;
}

.owl-theme.oWlClient .owl-nav {
    width: 100%;
    position: absolute;
    margin-top: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.owl-carousel.oWlClient .owl-nav button.owl-next,
.owl-carousel.oWlClient .owl-nav button.owl-prev {
    position: absolute;
    background-color: #EFEFEF;
    height: 3.0625rem;
    width: 3.0625rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.owl-carousel.oWlClient .owl-nav button.owl-next:hover,
.owl-carousel.oWlClient .owl-nav button.owl-prev:hover {
    outline: 0px;
    color: #000000;
}

.owl-carousel.oWlClient .owl-nav button.owl-next:focus,
.owl-carousel.oWlClient .owl-nav button.owl-prev:focus {
    outline: 0px;
    color: #000000;
}

.owl-carousel.oWlClient .owl-nav button.owl-next i,
.owl-carousel.oWlClient .owl-nav button.owl-prev i {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 1rem;
    line-height: 1rem;
}

.owl-carousel.oWlClient .owl-nav button.owl-next {
    left: auto;
    right: -5rem;
}

.owl-carousel.oWlClient .owl-nav button.owl-prev {
    left: -5rem;
    right: auto;
}

/* homepage clients */
/* homepage carrer start*/
.homeCarrer {
    margin: auto;
    width: 100%;
    max-width: 1050px;
    padding-left: 1rem;
    padding-right: 1rem;
}

.homeCarrerWrp {
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    flex-direction: column;
    padding: 4rem 1rem 3rem 1rem;
}

.homeCarrerWrp h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3.125rem;
    line-height: 97.3%;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}

.homeCarrerWrp p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    width: 100%;
    max-width: 684px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4rem;
    margin-bottom: 7.6875rem;
    text-align: center;
    letter-spacing: 0.05em;
    color: #000000;
    font-size: 1rem;
    line-height: 1.7125rem;
}

/* homepage carrer end */
/* footer start */
footer {
    display: flex;
    background-color: #212121;
    padding-top: 2rem;
    padding-bottom: 2rem;
    flex-wrap: wrap;
}

footer .footerWrp {
    width: 100%;
    max-width: 1784px;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 1rem;
}

footer .footerWrp .footerL {
    margin-top: auto;
    margin-bottom: auto;
}

footer .footerWrp .footerL img {
    max-width: 16rem;
}

footer .footerWrp .footerM {
    flex: 1;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    padding-left: 2rem;
    padding-right: 2rem;
}

footer .footerWrp .footerM ul {
    padding-left: 0px;
    display: inline-flex;
    margin-top: auto;
    margin-bottom: auto;
    flex-wrap: wrap;
    width: 100%;
}

footer .footerWrp .footerM ul li {
    display: inline;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

footer .footerWrp .footerM ul li a {
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    white-space: nowrap;
    color: #F2F2F2;
    font-size: 1rem;
    line-height: 1.7125rem;
}

footer .footerWrp .footerM ul li a:hover {
    text-decoration: none;
    color: #c9c8c8;
}

footer .footerWrp .footerR {
    margin-top: auto;
    margin-bottom: auto;
}

footer .footerWrp .footerR .footerRWrp {
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    display: flex;
}

footer .footerWrp .footerR .footerRWrp a {
    display: block;
    border: 1px transparent;
}

footer .footerWrp .footerR .footerRWrp a:hover {
    text-decoration: none;
}

footer .footerWrp .footerR .footerRWrp a:nth-child(1) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    flex: 1;
}

footer .footerWrp .footerR .footerRWrp a:nth-child(2) {
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
}

footer .footerWrp .footerR .footerRWrp a h4 {
    display: flex;
    padding: 1rem 1rem;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 117.5%;
    text-align: center;
    letter-spacing: 0.035em;
    color: rgba(255, 255, 255, 0.8);
}

footer .footerWrp .footerR .footerRWrp a:hover h4 {
    color: white;
}

footer .footerWrp .footerR .footerRWrp a h4 i {
    margin-bottom: auto;
    margin-top: auto;
}

/* footer end */
.indPages .hdr {
    background-color: #2D4D7D;
}

/* project page */
#projectTop .projectSWrp {
    padding-top: 7.8125rem;
    padding-bottom: 7.8125rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 1700px;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
}

.projectSThumb {
    padding-left: 1rem;
    padding-right: 1rem;
}

.projectSThumbWrp {
    background-color: #F6F6F6;
    padding-top: 3.25rem;
}

.projectSThumbTail {
    width: 100%;
    margin-bottom: 2rem;
}

.projectSThumbTail img {
    width: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: top;
    cursor: grab;
}

.projectSThumbHead {
    margin-bottom: 2.625rem;
}

.projectSThumbHead h4 {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 5rem;
    text-align: center;
    color: #4E4F51;
}

.projectSThumbHead h5 {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.5625rem;
    line-height: 3.1875rem;
    text-align: center;
    color: #4E4F51;
}

.owlProjctThumb {
    position: relative;
}

.owlProjctThumb .owlProjctThumbWrp {
    height: 10rem;
    padding: 0.5rem 0.5rem;
    border: 3px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.owlProjctThumb .owlProjctThumbWrp.active {
    border: 3px solid #2D4D7D;
}

.owlProjctThumb .owlProjctThumbWrp img {
    object-fit: cover;
    object-position: center;
    position: relative;
    display: flex;
    margin: auto;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.owl-theme.owlProjctThumb .owl-nav {
    margin-top: auto;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.owl-carousel.owlProjctThumb .owl-nav button.owl-next,
.owl-carousel.owlProjctThumb .owl-nav button.owl-prev {
    position: absolute;
    background-color: #F6F6F6;
    width: 2.8125rem;
    height: 2.8125rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.owl-carousel.owlProjctThumb .owl-nav button.owl-next:hover,
.owl-carousel.owlProjctThumb .owl-nav button.owl-prev:hover {
    color: #000000;
}

.owl-carousel.owlProjctThumb .owl-nav button.owl-next:focus,
.owl-carousel.owlProjctThumb .owl-nav button.owl-prev:focus {
    outline: 0px;
}

.owl-carousel.owlProjctThumb .owl-nav button.owl-next i,
.owl-carousel.owlProjctThumb .owl-nav button.owl-prev i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.owl-carousel.owlProjctThumb .owl-nav button.owl-next {
    right: -1rem;
}

.owl-carousel.owlProjctThumb .owl-nav button.owl-prev {
    left: -1rem;
}

/* project page */
/* contact page */
#contact {
    padding-top: 6.6875rem;
    padding-bottom: 8.75rem;
    margin-top: 140px;
}

#contact .contactWrp {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 1250px;
}

.contactWrpHead {
    margin-bottom: 5.375rem;
}

.contactWrpHead h4 {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 1.5625rem;
    line-height: 117.5%;
    text-align: center;
    letter-spacing: 0.12em;
    color: #FFFFFF;
}

#contact .contactWrp form {
    width: 100%;
}

.contactWrpIns {
    width: 100%;
    margin-left: auto;margin-right: auto;
}

.contactWrpIns .form-group {
    margin-top: 2.375rem;
}

.contactWrpIns input {
    height: 60px;
}

.contactWrpIns input,
.contactWrpIns textarea {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 3px;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 148%;
    color: #000000;
}

.contactWrpIns input:hover,
.contactWrpIns textarea:hover,
.contactWrpIns input:focus,
.contactWrpIns textarea:focus {
    border: 1px solid #2D4D7D;
    box-shadow: none;
}

.contactWrpIns input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #828282;
    opacity: 1;
}

.contactWrpIns input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #828282;
}

.contactWrpIns input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #828282;
}

.contactWrpIns textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #828282;
    opacity: 1;
}

.contactWrpIns textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #828282;
}

.contactWrpIns textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #828282;
}

#contactOffice {
    background-color: #F2F2F2;
    padding-bottom: 13.4375rem;
}

#contactOffice .contactOfficeWrp {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1450px;
}

.contactOfficeHead {
    display: flex;
    flex-direction: column;
    margin-bottom: 3.125rem;
}

.contactOfficeHead h4 {
    width: auto;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 1.5625rem;
    line-height: 117.5%;
    text-align: center;
    letter-spacing: 0.12em;
    color: #000000;
    margin-bottom: 6.0625rem;
    margin-top: 8.0625rem;
    padding-bottom: 8px;
    padding-left: 1rem;
    padding-right: 1rem;
    border-bottom: 5px solid #C4C4C4;
}

.contactOfficeHead p {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 148%;
    text-align: center;
    color: #4E4F51;
}

.officeBack {
    width: 100%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    height: 560px;
    margin-top: 1.6rem;
}

.officeWrp {
    position: relative;
    width: 100%;
}

.officeWrp .officeWrpImg {
    height: 460px;
    display: flex;
}

.officeWrp .officeWrpImg iframe{height: 100%;width: 100%;}

.officeWrp .officeWrpImg img {
    position: relative;
    object-fit: cover;
    object-position: center;
    display: flex;
    margin: auto;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
}

.officeWrp:hover .officeWrpTail {
    bottom: 1rem;
}

.officeWrpTail {
    border: 1px solid #6E737E;
    box-sizing: border-box;
    background-color: white;
    padding-left: 3.75rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    position: absolute;
    width: 100%;
    z-index: 5 !important;
    bottom: 0px;
    min-height: 133px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.officeWrpTailIns {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

.officeWrpTail::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    top: -25px;
    left: 50%;
    background-color: white;
    z-index: -1;
    transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
}

.officeWrpTail a {
    width: auto;
    display: block;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 148%;
    color: #4F4F4F;
}

.officeWrpTail a:hover {
    text-decoration: none;
}

.officeWrpTop {
    position: absolute; 
    top: 3.6875rem;
    width: 100%;
    display: flex;
}

.officeWrpTop::before {
    position: absolute;
    content: '';
    width: 100%;
    left: 0px;
    right: 0px;
    height: 2px;
    background-color: white;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.officeWrpTop .officeWrpTopIns {
    background-color: white;
    padding: 1.5rem 2rem;
    border-radius: 15px;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.officeWrpTop .officeWrpTopIns h4 {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.875rem;
    line-height: 108.5%;
    text-align: center;
    color: #C6AD2C;
}

/* contact page */
