body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.mainWrapper {
    background: url(../img/bgMain.png) repeat-y left top;
}

.topMenuItem {
    text-transform: uppercase;
    /* margin-right: 40px; */
}

ul.topMenuItem li a {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

ul.topMenuItem li:last-child a {
    padding-right: 0 !important;
}

.logoImg {
    padding: 15px 0 0 100px;
}

.homeBanner {
    background: #24225a;
    height: 330px;
    margin: 20px 0 0 110px;
    position: relative;
}

.homeBanner h1 {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 32px;
    /* float: left; */
    width: 75%;
    padding: 85px 0 100px 0;
    font-family: 'Khand', sans-serif;
    font-weight: 300;
}

.bannerImg {
    width: 600px;
    float: left;
    margin-right: 50px;
}

.bannerText {
    padding: 40px 40px 25px 545px;
}

.iImage {
    position: absolute;
    right: 0;
    top: 200px;
    text-align: right;
}

.iImage img {
    width: 70%;
}

.aboutUsWrapper {
    background-color: #ffcb09;
    padding: 100px 0 50px 0;
}

.aboutUs {
    height: 400px;
    margin-left: 110px;
    padding: 100px 0 0 80px;
    border-bottom: 10px solid #24225a;
    background: #cafdf0 url(../img/bgAboutUs1.png) repeat-y right top;
    background-size: contain;
}

.aboutUs p {
    padding-right: 400px;
}

.ourTeam {
    background: #fff;
    height: 400px;
    margin-left: 110px;
    padding: 100px 0 0 80px;
    border-bottom: 10px solid #24225a;
    background: url(../img/bgTeamN.png) repeat-y right top;
    margin-top: 20px;
    background-size: contain;
}

.ourTeamInner {
    height: 285px;
    background-size: contain;
}

.ourServiceWrapper {
    background: #ffcb09;
    padding: 80px 0 30px 0;
}

.ourService {
    background: #fff url(../img/journey-i.png) no-repeat right 150px;
    min-height: 500px;
    margin-left: 110px;
    padding: 10px 0 0 80px;
    border-bottom: 10px solid #24225a;
    margin-top: 0;
    background-size: 45px;
}

.ourJourenyWrapper {
    background: #ffcb09;
    padding: 80px 0 30px 0;
}

.ourJoureny {
    background: #fff url(../img/journey-i.png) no-repeat right 150px;
    height: 500px;
    margin-left: 110px;
    padding: 10px 0 0 80px;
    border-bottom: 10px solid #24225a;
    margin-top: 0;
    background-size: 45px;
}

.ourJoureny img {
    max-width: 80%;
}

.serviceItem {
    width: 16%;
    float: left;
    margin-right: 20px;
}

.serviceItem img {
    max-width: 100%;
}

.serviceItem h6 {
    margin: 20px 0;
    font-weight: bold;
    font-size: 14px;
    min-height: 33px;
    font-family: Khand, sans-serif;
}

.serviceItem p {
    text-align: justify;
}

.ourProductWrapper,
.careerBlockWrapper,
.contactUsWrapper {
    background: #ffcb09;
    padding: 80px 0 30px 0;
}

.ourProduct {
    background: #fff;
    /* height: 500px;*/
    margin-left: 110px;
    padding: 10px 0 0 80px;
    border-bottom: 10px solid #24225a;
    margin-top: 20px;
}

.ourProduct img {
    margin: 20px 0 20px -150px;
    max-width: 114%;
}

.careerBlock {
    background: #e0e2df url(../img/carrer.png) no-repeat right bottom;
    background-size: contain;
    padding: 50px 450px 50px 50px;
    border-bottom: 10px solid #24225a;
    margin-left: 110px;
}

.careerBlock h2 {
    font-size: 18px;
    font-weight: 600;
    font-family: Khand, sans-serif;
}

.contactUs {
    border-bottom: 10px solid #24225a;
    min-height: 400px;
    background: #fff url(../img/contactUs.png) no-repeat right bottom;
    background-size: contain;
    margin-left: 110px;
    padding: 100px;
}

.contactUs p i {
    margin: 10px;
    border: 1px solid #24225a;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 20px;
    transition: 0.3s;
}

.fb:hover {
    border: 1px solid #1877f2;
    background: #1877f2;
    color: #fff;
}

.tw:hover {
    border: 1px solid #1da1f2;
    background: #1da1f2;
    color: #fff;
}

.insta:hover {
    border: 1px solid #e1306c;
    background: #e1306c;
    color: #fff;
}

.footerBlock {
    background: #ffcb08;
    min-height: 375px;
    padding-top: 100px;
}

.footerBlock h1 {
    font-size: 18px;
    font-weight: 600;
    font-family: Khand, sans-serif;
}

.footerBlock ul {
    margin: 0;
    padding: 0;
}

.footerBlock ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: inside;
}

.footerBlock a {
    color: #212529;
    text-decoration: none;
}

.smFooter span {
    display: block;
    margin: 10px;
}

.smFooter i {
    display: inline-block;
    margin: 0 10px;
    border: 1px solid #24225a;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 20px;
}

.aboutUs h1,
.ourJoureny h1,
.ourService h1,
.ourProduct h1,
.careerBlock h1,
.contactUs h1 {
    font-family: Khand, sans-serif;
    font-weight: 300;
}


/* css for search */

.Exp-serach {
    position: relative;
    width: 0%;
    min-width: 50px;
    height: 50px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

.ExpInput {
    background: #24225a none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    height: 50px;
    margin: 0;
    outline: medium none;
    padding: 0 2%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    border: 1px solid #24225a;
}

input[type="search"].ExpInput {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

.ExpInput::-webkit-input-placeholder {
    color: #e9e9e9;
}

.ExpInput:-moz-placeholder {
    color: #e9e9e9;
}

.ExpInput::-moz-placeholder {
    color: #e9e9e9;
}

.ExpInput:-ms-input-placeholder {
    color: #e9e9e9;
}

.ExpIcon,
.Expbtn {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.Expbtn {
    background: #fff;
    /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    opacity: 0;
    color: transparent;
    color: red;
    border: none;
    outline: none;
    z-index: -1;
}

.ExpIcon {
    color: #fff;
    background: #24225a;
    z-index: 90;
    font-size: 22px;
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.ExpIcon:before {
    content: "";
}

.Exp-serach.Exp-serach-open,
.no-js .Exp-serach {
    width: 45%;
    position: absolute;
    z-index: 9;
    right: 0;
    margin-top: -25px;
}

.Exp-serach.Exp-serach-open .ExpIcon,
.no-js .Exp-serach .ExpIcon {
    background: #24225a;
    color: #fff;
    z-index: 11;
}

.Exp-serach.Exp-serach-open .Expbtn,
.no-js .Exp-serach .Expbtn {
    /*    z-index: 90;*/
}

.heroText {
    display: none;
}

.ourJoureny img.mobile {
    display: none;
}

.footerBlockMobile {
    display: none;
}

.searchBtnWrapper {
    /* width: 515px;
    position: absolute;
    z-index: 9; */
    right: 0;
    margin-right: -12px;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #24225a;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9;
}

#return-to-top i {
    color: #a8a8b9;
    margin: 0;
    position: relative;
    left: 17px;
    top: 11px;
    font-weight: 700;
    font-size: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


/* css for mobile */

@media only screen and (max-width:768px) and (min-width:414) {
    .homeBanner {
        margin: 20px 0 0 50px;
    }
    .logoImg {
        padding: 15px 0 0 40px;
    }
    .topMenuItem {
        padding-left: 25px;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .homeBanner h1 {
        display: none;
    }
    .heroText {
        display: block;
        background: #24225a;
        clear: both;
    }
    .heroText h1 {
        display: block;
        padding: 20px 0 20px 100px;
        line-height: 50px;
    }
    .bannerImg {
        width: 100%;
    }
    .bannerText {
        padding: 180px 40px 25px 65px;
        clear: both;
        display: block;
        background: #fff;
        margin-left: -12px;
    }
    .mobileAboutUs {
        clear: both;
        padding: 50px 0 0 50px;
        background: url(../img/bgAboutUsMobileLine.png) repeat-y right top;
        margin-top: 330px;
        background-size: contain;
    }
    .aboutUsWrapper {
        padding: 50px 0 50px 0;
    }
    .aboutUs {
        height: 748px;
        margin-left: 50px;
        padding: 10px 0 0 0;
        border-bottom: 10px solid #24225a;
        background: #cafdf0 url(../img/bgAboutUsMobile.png) no-repeat center top;
        background-size: contain;
    }
    .aboutUs p {
        padding-right: 50px;
    }
    .ourJoureny img.dt {
        display: none;
    }
    .ourJoureny img.mobile {
        display: block;
    }
    .ourJoureny {
        background-image: none;
        height: auto;
        margin-left: 50px;
    }
    .ourJoureny img {
        max-width: 100%;
    }
    .ourService {
        margin-left: 50px;
        background-image: none;
        padding: 10px 0 0 50px;
    }
    .serviceItem {
        width: 100%;
        margin: 0 0 50px;
    }
    .serviceItem img {
        max-width: 100%;
        float: left;
        margin-right: 25px;
    }
    .serviceItem h6 {
        margin: 0;
        min-height: auto;
        margin-bottom: 10px;
        margin-left: 45%;
    }
    .serviceItem p {
        text-align: justify;
        margin-left: 45%;
    }
    .careerBlock {
        background-image: none;
        padding: 50px;
        margin-left: 50px;
    }
    .ourProduct {
        margin-left: 50px;
    }
    .ourProduct img {
        margin: 20px 0 20px -115px;
    }
    .contactUs {
        margin-left: 50px;
        background-size: 40%;
    }
    .smFooter {
        text-align: center;
    }
    .smFooter i {
        margin: 10px auto;
        display: block;
    }
}

@media only screen and (max-width:414px) {
    .bannerImg {
        max-width: 100%;
        float: none;
    }
    .homeBanner {
        height: auto;
        margin: 0;
    }
    .homeBanner h1 {
        width: 100%;
        padding: 50px 0 50px 50px;
    }
    .heroText h1 {
        display: block;
        padding: 10px 0 10px 20px;
        line-height: 50px;
        font-size: 20px;
        width: 100%;
    }
    .bannerText {
        padding: 50px 0;
    }
    .bannerText p {
        padding: 10px 10px 0 50px;
    }
    .mobileAboutUs {
        margin-top: 240px;
        padding: 20px;
    }
    .aboutUs p {
        padding: 10px 10px 0 50px;
    }
    .aboutUsWrapper {
        background: url(../img/bgAboutUsMobileLine.png) repeat-y center top;
        background-size: contain;
        padding: 20px 0 0 0;
    }
    .aboutUs {
        height: 720px;
        margin-left: 0;
        padding: 10px 0 0 0;
        border-bottom: 10px solid #24225a;
        background: url(../img/bgAboutUsMobile.png) no-repeat center top;
        background-size: contain;
    }
    .serviceItem img {
        float: none;
    }
    .serviceItem h6 {
        margin: 10px 0 0 0;
        font-size: 16px;
        min-height: auto;
    }
    .serviceItem p {
        margin: 0;
        padding: 10px 10px 0 40px;
    }
    .contactUs {
        margin-left: 0;
        padding: 50px 10px 0 50px;
        background-size: 50%;
    }
    .contactUs p span {
        display: block;
    }
    .ourProduct {
        padding: 10px 10px 0 50px;
        margin-left: 0;
    }
    .careerBlock {
        padding: 50px 10px 50px 50px;
        margin-left: 0;
    }
    .ourJoureny {
        padding: 20px;
        margin: 0;
        height: 550px;
        background: #fff;
    }
    .footerBlock {
        display: none;
    }
    .footerBlockMobile {
        display: block;
        border-top: 1px solid #e9e9e9;
        padding: 50px;
    }
    .smFooter i {
        margin: 20px auto 10px auto;
        display: inline-block;
    }
    .ourProduct img {
        margin: 20px 0 20px -115px;
        max-width: 140%;
    }
    .ourJoureny img {
        display: none;
    }
    .ourJoureny img.mobile {
        display: block;
        max-width: 100%;
    }
    .ourService {
        margin-left: 0;
        padding: 20px;
        background: #fff;
    }
    .serviceItem {
        width: 100%;
        float: none;
        margin-bottom: 50px;
    }
    .serviceItem img {
        width: 100%;
    }
    .smFooter {
        text-align: center;
    }
    .logoImg {
        padding: 15px 0 0 0;
        margin-left: -10px;
    }
    .bannerImg {
        width: 100%;
        float: left;
    }
    .Exp-serach.Exp-serach-open,
    .no-js .Exp-serach {
        width: 80%;
        margin-top: 0;
    }
    .Exp-serach {
        right: 10px;
        position: absolute;
        left: 25px;
    }
    .show {
        height: 290px;
    }
    .careerBlock {
        background: #e0e2df;
    }
}