/*yellow color code  #ffff33*/
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700');
html,body{
    
    font-family: 'Ubuntu', sans-serif;
}
.main-navigation{
    background-image: url("../img/nav.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: fixed;
    left: 0;
    top: 0;
    height: calc(100vh - 40px);
    height: -webkit-calc(100vh - 40px);
    z-index: 3000;
}
.main-navigation ul {
    float: left;
    list-style: outside none none;
    margin-top: 140px;
    padding: 0;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    width: 0;
    transition: width 0.3s ease-in 0s;
}
.main-navigation li a {
    color: #000;
    display: block;
    padding: 8px 15px;
    text-transform: uppercase;
    font-size: 12px;
}
.main-navigation li a:hover,
.main-navigation li a:focus,
.main-navigation li a:active{
    text-decoration: none;
    color: #333;
}
.toggel-btn {
    color: #000;
    float: right;
    margin-top: calc(50vh - 40px);
    margin-top: -webkit-calc(50vh - 40px);
    text-align: center;
    padding: 0 30px;
    font-weight: 600;
}
.toggel-btn:hover {
    opacity: 0.7;
    cursor: pointer;
}
.toggel-btn .lines {
    height: 22px;
    width: 44px;
}
.toggel-btn .lines > span {
    background-color: #000;
    display: block;
    height: 3px;
    margin-bottom: 6px;
    width: 100%;
    border-radius: 3px;
}
.main-navigation.open .toggel-btn {
    height: 44px;
}

.main-navigation.open ul {
    width: 195px;
}

.main-navigation.open .toggel-btn > span {
    display: none;
}
.main-navigation.open .toggel-btn .lines > span:nth-child(2) {
    display: none;
}
.main-navigation.open .toggel-btn .lines > span:first-child {
    left: 17px;
    position: relative;
    top: 20px;
    width: 70%;
}
.main-navigation.open .toggel-btn .lines > span:last-child {
    left: 17px;
    position: relative;
    top: 12px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    width: 70%;
}
.main-navigation.open .toggel-btn .lines {
    transform: rotate(45deg) translate(6px, -13px);
    -webkit-transform: rotate(45deg) translate(6px, -13px);
}
.main-navigation.open .toggel-btn .lines > span {
    background-color: #333;
}


footer {
    background-color: #000000;
    bottom: 0;
    color: #cccc00;
    left: 0;
    line-height: 40px;
    padding: 0 40px;
    /*position: fixed;*/
    width: 100%;
    z-index: 20;
}
.copyright {
    float: left;
}
.designandconcept {
    float: right;
}
.designandconcept > a {
    color: #cc6633;
}





.slider-area .bx-viewport, .slider-area .bx-wrapper{
    position:fixed;
    width:100%;
    height:100% !important;
    top:0;
    left:0;
    z-index: 10;
}
.slider-area .bxslider, .slider-area .bxslider li{
    height: 100% !important;;
}
.slider-area .bxslider li{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.slider-area .bx-wrapper .bx-viewport{
    border: none !important;
}
.slider-area .bx-wrapper {
    border: medium none;
}


.social-ico {
    bottom: 48px;
    font-size: 30px;
    left: 34px;
    position: absolute;
    z-index: 3001;
}
.social-ico  a {
    color: #ffe72e;
    display: block;
    float: left;
    padding: 0 8px;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    line-height: 40px;
}
.social-ico  a:hover {
    color: #000;
}
.social-ico .nonindex  a:hover{
    color: #ffe72e;
}
.slider-area .bxslider.slider-main > li {
    padding-left: 300px;
}
.slider-text {
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
     line-height: 54px;
    margin-top: 175px;
     position: relative;
     z-index: 20;
}
.slider-text span {
    color: #ffff33;
}




.slider-area .bx-pager.bx-default-pager {
    bottom: auto;
    height: auto;
    left: 300px;
    padding: 0;
    position: absolute;
    top: 292px;
    width: auto;
    z-index: 20;
}

.slider-area .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: rgba(255, 255, 255, 0.7);
}
.slider-area .bx-wrapper .bx-pager.bx-default-pager a.active{
    background-color: #ffffff;
}
.slider-area .bxslider li::after{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 11;
    background-color: rgba(0,0,0,0.3);
    content: "";
    top: 0;
    left: 0;
}

.sub-logo {
    position: absolute;
    right: 50px;
    top: 30px;
    width: 145px;
    z-index: 20;
}
.sub-logo img {
    width: 100%;
}



.main-bottom-area {
    bottom: 100px;
    position: fixed;
    right: 0px;
    z-index: 20;
}
.logo-main {
    float: right;
    width: 200px;
    margin-right: 50px;
    margin-bottom: 20px;
}
.logo-main img {
    width: 100%;
    height: auto;
}
.main-cont-area {
    display: table;
    width: 100%;
}
.search-form {
    float: left;
    position: relative;
}
.search-form input {
    /*display: none;*/
}
.search-toggle {
    background-color: rgba(255,255,255,0.7);
    height: 50px;
    width: 50px;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}

.news-tiker {
    background-color: rgba(51, 51, 51, 0.7);
    float: left;
    height: 100px;
    padding: 10px;
    width: 350px;
}
.main-sub-nav {
    float: left;
}
.main-sub-nav li {
    float: left;
    width: 100px;
}
.main-sub-nav > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.main-sub-nav a {
    background-color: #ffff33;
    color: #000000;
    display: block;
    height: 100px;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}
.main-sub-nav a:hover{
    text-decoration: none;
    box-shadow: 0 -100px 0 rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 -100px 0 rgba(0, 0, 0, 0.5) inset;
}
.main-sub-nav li:nth-child(3n+2) a {
    background-color: #cccc33;
}
.main-sub-nav li:nth-child(3n+3) a {
    background-color: #c7b217;
}
.fa.fa-flask {
}
.main-sub-nav a i {
    font-size: 33px;
}
.main-sub-nav a {
    padding-top: 25px;
}
.news-main-head {
    color: #f0cb58;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
}
.news-tiker  ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.news-tiker a {
    color: #ffff99;
}
.news-content-tiker {
    font-size: 11px;
    min-height: 40px;
}
.news-head-tiker {
    color: #ffcc00;
    margin: 5px 0 0 0;
}
.news-tiker a:hover {
    color: #ffffff;
    text-decoration: none;
}
.news-tiker a:hover .news-head-tiker {
    color: #9f9800;
}
.news-tiker .bx-viewport {
    height: 60px !important;
}
.search-toggle i {
    color: #000000;
    font-size: 34px;
    padding: 6px 10px;
}
.search-toggle:hover{
    box-shadow: -50px 0  0 rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: -50px 0  0 rgba(0, 0, 0, 0.5) inset;
    cursor: pointer;
}
.search-form input {
    background-color: #000000;
    border: medium none;
    color: #ffff33;
    padding: 10px 0;
    width: calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
        margin: 5px;
        transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}
.searchin {
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    right: 50px;
    top: 0;
    width: 0;
transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}
.searchin.open{
    width: 350px;
}
.searchin.open input{
    padding: 10px;
}
.logo-main-mobile {
    display: none;
}
.news-tiker .bx-wrapper {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
}


.image-back {
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}

.image-back::after {
    background-color: rgba(255, 255, 255, 0.85);
    content: "";
    height: 100%;
    position: fixed;
    width: 100%;
}

.content {
    margin-left: 300px;
    max-width: 100%;
    width: calc(100% - 350px);
     width: -webkit-calc(100% - 350px);
     margin-bottom: 40px;
}
.page-header {
}
.content::after {
    clear: both;
    content: "";
    display: table;
}
.page-detail {
    background-color: #4f4f4f;
    color: #ffffff;
    float: left;
    padding: 13px 20px 14px 20px;
    width: calc(100% - 284px);
    width: -webkit-calc(100% - 284px);
}
.logo {
    background-image: url("../img/header-3-line.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    box-sizing: unset;
    float: right;
    padding-left: 135px;
    width: 149px;
}
.logo img {
    width: 100%;
    height: auto;
}

.pages-header {
    margin-top: 20px;
}

.page-detail .name {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.page-detail .breadcomb {
    font-size: 12px;
}
.breadcomb  a {
    color: inherit;
}


.bottom-one {
    background-color: #d7d7d7;
    background-repeat: no-repeat;
    display: table;
    margin-top: 5px;
    position: relative;
    width: calc(100% - 170px);
    width: -webkit-calc(100% - 170px);
}
.top-one {
    display: table;
    width: 100%;
}
.bottom-one::after {
    background-image: url("../img/header-line.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    content: "";
    display: block;
    height: 40px;
    left: 100%;
    position: absolute;
    top: 0;
    width: 21px;
}
.bottom-one > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.bottom-one li {
    float: left;
    padding: 10px 0;
}
.bottom-one a {
    border-right: 2px solid #000000;
    color: #000000;
    display: block;
    padding: 0 21px;
}
.bottom-one li {
}
.bottom-one a:hover {
    text-decoration: none;
}
.bottom-one li:last-child a {
    border: medium none;
}

.about-content {
    margin-top: 30px;
   padding-right: 40px;
    overflow: auto;
    width: 100%;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000000;
    width: 1px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000000;
    width: 10px;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #333333;
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #333333;
}
.sm-header {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000000;
}
.aboutin{
    height: calc(100vh - 230px);
    height: -webkit-calc(100vh - 230px);
}

.yellow-box {
    background-color: #ffe72e;
    margin-top: 30px;
    padding: 15px;
     max-height: calc(100vh - 200px);
    max-height: -webkit-calc(100vh - 200px);
}
.aligncenter {
    display: block;
    margin: auto;
}
.alignleft{
    float: left;
    padding-right: 15px;
}
.alignright{
    float: right;
    padding-left: 15px;
}


.page-to-link > ul {
    list-style: outside none none;
    padding: 0;
}
.page-to-link {
    display: table;
    margin-top: 15px;
    width: 100%;
}
.page-to-link li {
    float: left;
    width: 50%;
}
.page-to-link a {
    color: #333333;
    display: block;
    font-size: 18px;
    padding: 5px 20px;
}
.page-to-link img {
    margin-right: 5px;
    vertical-align: bottom;
}







/*//////////////////////////*/
.year-tabs{
    padding-bottom: 30px;
}

.year-tabs .nav.nav-tabs {
    background-color: #ffe72e;
    border-bottom: medium none;
    margin: 30px 0;

}
.year-tabs .nav-tabs > li.active > a, .year-tabs .nav-tabs > li.active > a:focus, .year-tabs .nav-tabs > li.active > a:hover {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    color: #000000;
}
.year-tabs .nav-tabs > li.active > a::after {
    background-color: #333333;
    content: "";
    display: block;
    height: 2px;
    margin: 3px auto;
    width: 30px;
}
.year-tabs .nav-tabs > li > a {
    border: medium none;
    color: #333333;
    font-weight: 700;
    padding: 10px 15px 7px;
}
.year-tabs .nav > li > a:focus, .year-tabs .nav > li > a:hover {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
}

.white-tab-box {
    background-color: #ffffff;
    box-shadow: 0 0 4px -2px rgba(0, 0, 0, 0.5);
    margin: 30px 0 0;
    padding: 30px;
}
.year-tabs .nav-tabs > li {
    height: 45px;
}
.white-tab-box .sm-header {
    margin-bottom: 20px;
}

.managemant {
    margin: 40px 0 0;
}
.managemant .sm-header {
    margin-bottom: 30px;
}
.director-box {
    background-color: #ffffff;
    height: 340px;
    max-width: 250px;
    position: relative;
    width: 75%;
    margin-bottom: 30px;
}
.director-box > img {
    width: 100%;
}
.director-box .name {
    font-size: 16px;
    padding: 10px 15px;
    text-overflow: ellipsis;
}
.director-box .position {
    padding: 0 15px;
}
.director-box > span {
    background-color: #333333;
    bottom: 0;
    color: #ffffff;
    display: block;
    height: 34px;
    line-height: 34px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 34px;
}
.director-box > span:hover {
    background-color: #ffe72e;
    cursor: pointer;
}
.popup {
    display: none;
}


.popup {
    background-color: rgba(0, 0, 0, 0.8);
    left: 0;
    min-height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000000;
     transform: scale(0);
    transition: all 0.3s ease 0.1s;
     -webkit-transform: scale(0);
    -webkit-transition: all 0.3s ease 0.1s;
}

.managemant-in {
    background-color: #ffffff;
    box-shadow: 0 0 6px -3px rgba(0, 0, 0, 0.5);
    margin: 30px auto 0;
    max-width: 700px;
    min-height: 500px;
    padding: 30px;
    width: 100%;
    position: relative;
}
.managemant .image-box {
    margin-bottom: 10px;
}
.pop-content .sm-header {
    margin-bottom: 4px;
}
.pop-content .position {
    margin-bottom: 20px;
    padding: 0;
}

.close-btn {
    background-color: #333333;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
}
.close-btn:hover {
    background-color: #ffe72e;
    color: #333333;
    cursor: pointer;
}
.popup.open {
    display: block;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.col-sm-4:nth-child(3n+2) .director-box {
    margin: auto;
}
.col-sm-4:nth-child(3n+3) .director-box {
    float: right;
}
.pages-content {
    padding-bottom: 30px;
}


.leftside {
    margin: 40px 0;
    width: calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
    float: left;
}
.featured-img {
    margin-bottom: 20px;
    width: 100%;
}
.featured-img > img {
    width: 100%;
}




.rightside {
    float: right;
    margin-top: 40px;
    width: 280px;
}
.greay-box {
     background-color: #555555;
    background-image: url("../img/yellow-trin.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    color: #ffffff;
    padding: 30px 20px 40px;
}
.graybox-head {
    font-size: 18px;
    margin-bottom: 15px;
}
.contact-detail {
    margin-top: 20px;
}
.icon {
    float: left;
    width: 40px;
}
.data {
    display: table;
}
.contact-detail .lists {
    margin: 25px 0;
}

.contact-detail .tel {
    color: #ffffff;
    font-size: 16px;
}
.contact-detail .tel:hover {
    color: #cccccc;
    text-decoration: none;
}

.inquary {
    background-color: #ffffff;
    border-radius: 3px;
    color: #a41517;
    display: block;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.inquary:hover {
    background-color: #e1e1e1;
    color: #333333;
    text-decoration: none;
}


.certificates {
    margin: 40px 0;
}
.certificate-img {
    float: left;
    width: 30%;
}
.certificate-img > img {
    width: 100%;
}
.certificate-detail {
    display: table;
    padding-left: 41px;
}
.certificate-detail .head {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.certificate-detail .sub-head {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.list-of-certificate {
    min-height: 200px;
}

.main-pages-content {
    margin: 30px 0;
}
.ma-top-50 {
    margin-top: 50px;
}

.image-tag-box {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
    display: inline-block;
}
.image-tag-box > img {
    width: 100%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.image-tag {
    background-color: rgba(0, 0, 0, 0.8);
    color: rgb(255, 255, 255);
    font-size: 18px;
    padding: 15px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 80%;
    left: 10%;
    z-index: 20;
    top: calc(50% - 22px);
    top: -webkit-calc(50% - 22px);
}
.image-tag-box::after {
    background-color: rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.image-tag.tree {
    top: calc(50% - 48px);
    top: -webkit-calc(50% - 48px);
}
.image-tag.two {
    top: calc(50% - 30px);
    top: -webkit-calc(50% - 30px);
}
.image-tag-box:hover > img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
}



.image-discription-man {
    display: table;
    position: relative;
    width: 100%;
}
.image-discription-man > img {
    float: left;
    margin: 0 15px 15px 0;
    width: 150px;
}
.image-namebox {
    bottom: 15px;
    float: left;
    left: 163px;
    position: absolute;
}
.image-namebox > i {
    font-size: 12px;
    font-style: normal;
}
.image-namebox > span {
    font-size: 16px;
}

.testimornial-list .bx-wrapper {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    margin-bottom: 15px;
}


.testimornial-list .bx-wrapper .bx-pager,.testimornial-list .bx-wrapper .bx-controls-auto {
    right: 0;
    width: auto;
}
.testimornial-list .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 1px rgb(0, 0, 0) inset;
}
.testimornial-list .bx-wrapper .bx-pager.bx-default-pager a.active{
    background-color: #000;
}
.height-350{
    height: 350px;
}

.job-row {
    border-bottom: 1px solid;
    line-height: 30px;
    padding: 20px 0;

}
.job-row .moreinfo {
    background-color: #ffe72e;
    border-radius: 3px;
    color: #000000;
    display: block;
    float: right;
    line-height: 22px;
    padding: 7px 15px;
}
.job-row .moreinfo:hover {
    background-color: #e2ca11;
    text-decoration: none;
}


/*////////////////////////*/

.cv-image-box {
    position: relative;
    width: 100%;
    margin: auto;
    max-width: 400px;
}
.cv-image-box > img {
    width: 100%;
}
.cv-content {
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    font-size: 22px;
    height: calc(100% - 40px);
    left: 20px;
    position: absolute;
    text-align: center;
    top: 20px;
    width: calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
}
.cv-content .header {
    color: #ffffff;
    font-size: 20px;
    margin-top: 30px;
}
.cv-content a {
    color: inherit;
    font-size: 14px;
}
.cv-content .or {
    margin: 30px 0;
}
.cv-content > a {
    color: inherit;
}
.cv-content > a.upload {
    background-color: #ffe72e;
    border-radius: 3px;
    color: #333333;
    padding: 10px 30px;
}
.cv-content > a.upload:hover{
    background-color: #e2ca11;
    text-decoration: none;
}
.con-dis{
    margin: 60px 0 0 0;
}

.download-box > img {
    width: 100%;
}
.download-box > a {
    background-color: #ffe72e;
    color: #000000;
    display: block;
    padding: 10px;
    text-align: center;
    width: 100%;
}
.download-box > a:hover{
    text-decoration: none;
    background-color: #ead42a;
}
.download-box .bottom-dis {
    height: 70px;
    line-height: 30px;
    padding: 5px 0;
}
.download-box {
    margin-top: 30px;
}

.case-studies {
    margin-top: 40px;
}
.read-more.yellow {
    background-color: #ffe72e;
    border-radius: 4px;
    color: #000000;
    padding: 8px 15px;
}
.case-studies-box .read-more {
    float: right;
}
.case-studies-box {
    margin-top: 30px;
}

.read-more.yellow:hover {
    background-color: #e1cc29;
    text-decoration: none;
}
.case-studies-img {
    max-width: 300px;
}


.news-list-box {
    background-color: #ffffff;
    display: table;
    padding: 20px;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 2px 3px -3px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
}
.news-list-box .news-title {
    color: #000000;
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
    padding-right: 125px;
}
.news-list-box .news-title > span {
    font-size: 12px;
    line-height: 30px;
    position: absolute;
    right: 0;
}
.news-list-box .news-image {
    float: left;
    margin-right: 20px;
    width: 150px;
}
.news-list-box .news-image > img {
    width: 100%;
}
.news-list-box .news-text {
    float: left;
    width: calc(100% - 170px);
    width: -webkit-calc(100% - 170px);
    padding-top: 10px;

}
.news-list-box .news-text .read-more {
    float: right;
}



.tag-list > ul {
    list-style: outside none none;
    padding: 0;
}
.tag-list a {
    color: #ffffff;
    line-height: 30px;
}
.tag-list li {
    background-image: url("../img/tag.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px;
}

.product-type {
    margin-top: 30px;
}
.product-item {
    background-color: #ffe72e;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
}
.product-item > a {
    color: #000000;
    display: block;
    height: 100px;
    padding-top: 30px;
        padding-left: 10px;
    padding-right: 10px;
}
.product-item > a:hover {
    background-color: #dbc627;
    text-decoration: none;
}

.offerimage {
    margin-top: 30px;
    width: 100%;
}
.offerimage > img {
    width: 100%;
}

.news-list-box.no-back-all {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    padding: 0;
}
.news-list-box.no-back-all .news-text .read-more {
    color: inherit;
    font-weight: 700;
}
.news-list-box.no-back-all .news-content {
    display: table;
    margin-top: 30px;
    width: 100%;
}

.contact-box {
    color: #333333;
    line-height: 26px;
    margin-top: 30px;
}
.contact-box .sm-header {
    color: #333333;
}

.map-box {
    margin: 30px 0;
    width: 100%;
}
.map-box iframe {
    height: 200px;
    width: 100%;
}

.contact-form {
    background-color: #ffffff;
    box-shadow: 0 0 6px -4px;
    -webkit-box-shadow: 0 0 6px -4px;
    padding: 30px;
}
.contact-form input, .contact-form textarea,.contact-form select {
    border: medium none;
    box-shadow: 0 4px 0 -3px #cccccc;
    -webkit-box-shadow: 0 4px 0 -3px #cccccc;
    margin-bottom: 15px;
    padding: 8px;
    width: 100%;
      font-weight: normal;
       max-height: 120px;
}
.contact-form label {
    width: 100%;
}
.contact-form input[type="submit"] {
    background-color: #ffe72e;
    border-radius: 3px;
    box-shadow: none;
    float: right;
    padding: 7px 30px;
    width: auto;
}
.contact-form input[type="submit"]:hover {
    background-color: #333333;
    color: #ffffff;
}
.contact-form .requred{
    display: none;
}

.inquarytype span {
    float: right;
    width: calc(100% - 108px);
    width: -webkit-calc(100% - 108px);
}
.inquarytype select {
    padding: 2px;
}
.case-studies-img img {
    width: 100%;
}
img {
    height: auto;
    max-width: 100%;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors ,
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng,
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
    background-color: #fa8072;
    border: medium none;
    color: #ffffff;
    padding: 12px;
    text-align: center;
    width: 100%;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng{
    background-color: red;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
    background-color: green;
}
.search-submit {
    background-color: #ffff33 !important;
    color: #000000 !important;
}
.social-ico .nonindex a {
    color: #333333;
}
.imgfull img{
    width: 100%;
    margin-bottom: 15px;
}
html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 40px;
}
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    /*background-color: #f5f5f5;*/
}
.bottom-one li.current-menu-item {
    font-weight: 600;
}
.main-navigation li.current-page-ancestor a::before,
.main-navigation li.current-menu-item a::before{
    content: "- ";
}


.main-navigation li.current-page-ancestor a,
.main-navigation li.current-menu-item a {
    /* font-style: italic; */
    font-weight: 700;
}
.cv-model{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    font-size: 14px;
    overflow: auto;
    display: none;
}
.cv-form {
    background-color: #fff;
    width: 300px;
    margin: 60px auto;
    color: #333;
    padding: 15px 15px 1px 15px;
}
.cv-head{
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 30px;
    border-bottom: solid 1px #333;
    padding-bottom: 10px;
}
.cv-input {
    width: 100%;
    margin-bottom: 15px;
    
    text-align: left;

}
.cv-input label {
      font-weight: 300;
  }
.cv-input input {
    width: 100%;
    display: block;
    border: none;
    line-height: 30px;
    border-bottom: solid 1px #ccc;
}

.cv-input .closed {
    background-color: #efefef;
    display: block;
    padding: 10px 15px;
    border: none;
    width: 100%;
    border-radius: 3px;
    line-height: 18px;
}
.cv-input.nobo{
    border: none;
}
.cv-input .wpcf7-submit {
    background-color: #ffe72e;
    display: block;
    padding: 10px 15px;
    border: none;
    width: 100%;
    border-radius: 3px;
    line-height: 18px;
}
div.wpcf7-response-output {
    margin: 10px 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 739px) and (orientation: landscape) {
	.managemant .image-box{
		text-align: center;
	}
	.managemant-in{
	    overflow: scroll;
		min-height: auto;
	    height: 300px;		
	}
}
.mCSB_scrollTools{
    opacity: 0.2;
}


/* Randika Styles */

.testimornial-list .bx-wrapper .bx-viewport ul.bxslider li p{
    max-height: 175px;
    overflow: auto;
}

.bx-wrapper .bx-pager{
    bottom: -10px;
}

@media only screen and (max-device-width: 480px){
    .yellow-box{
        max-height: inherit;
    }

    .testimornial-list .bx-wrapper .bx-viewport ul.bxslider li p{
        max-height: inherit;
        overflow: auto;
    }
}

.main-pages-content .tabcontent .wpcf7-form label {
    width: 100%;
}

.main-pages-content .tabcontent .wpcf7-form label i {
    font-style: inherit;
    font-weight: 500;
}

.main-pages-content .tabcontent .wpcf7-form input, .main-pages-content .tabcontent .wpcf7-form textarea, .main-pages-content .tabcontent .wpcf7-form select {
    width: 100%;
    font-weight: 500;
    color: #555;
    padding: 5px 7px;
    border: #aaa 1px solid;
}

.main-pages-content .tabcontent .wpcf7-form input[type="submit"]{
    margin-top: 10px;
    background: #ffe72e;
    color: #111;
    border: 2px solid #ffe72e;
    transition: 0.3s ease-in;
    float: left;
    max-width: 170px;
    padding: 10px;
}

.main-pages-content .tabcontent .wpcf7-form input[type="submit"]:hover{
    background: white;
    border: 2px solid #ffe72e;
    color: #111;
}

.main-pages-content .tabcontent .wpcf7-form span {
    margin-left: inherit;
}

.main-pages-content .tabcontent .wpcf7-form p {
    display: inline-block;
    width: 100%;
}

.main-pages-content .tabcontent .wpcf7-form .g-recaptcha {
    margin-top: 10px;
}

@media only screen and (max-device-width: 502px){
    .main-pages-content .tab button {
        display: block;
        width: 100%;
    }
}

@media only screen and (max-device-width: 360px){
    .main-pages-content .tabcontent .wpcf7-form .g-recaptcha iframe {
        transform: scale(0.75) translateX(40px);
        -webkit-transform: scale(0.75) translateX(-50px);
        float: left;
    }
}

/* Nimesha Styles */

.help-line{
	position: absolute;
	right: 190px;
	top: 28px;
	width: 242px;
	z-index: 20;
	color: #ffe72e;
	font-size: 2rem;
	background: #423f3f;
	padding: 8px;
	border-radius: 2px;
}
