*{
    font-family:  'Helvetica neue' !important;
    src: url(/fonts/HelveticaNeue_Light.woff);
}

body {
    font-size: 15px;
    line-height: 24px;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    color: #dedede;
    background: #292929;
    overflow-x: hidden;
}

html,
body {
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Helvetica Neue', 'Helvetica, Arial', sans-serif;
}



  .visiblediv {
      display: block;
  }

  .hiddendiv {
      display: none;
       border: 0px!important solid  #d6167f;
  }

.partnerdetail{
    
    opacity: 0;
    display: none;
    
}

.logo a h4{
    display: none;
}

.desklogo{

    width: 50%;
    margin-left: -10%;
    margin-top: -4%;
}

.moblogo{

    display: none;
}

 .articledate{
        text-align: left;
    color: black;
    font-weight: bold;
        margin-top: -1%;
    margin-left: 4%;
    }

.box-category {
    padding: 2px;
    margin-bottom: 10px;
}
.box-category h3 {
    position: absolute;
    padding: 0 5px;
    margin-top: -2px;
    color: #fff;
    /* font-size: 15px; untuk mobile*/
    width: 100%;

}
.box-menu{
    position: absolute;
    text-align: right;
    right: 10px;
}
.box-menu button{
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    color: #000!important;
}
.dropdown-menu{
    text-align: right;
    right: 0!important;
    left: unset;
}


.paragon-nav{
    opacity: 0;
    display: none;
    top: 0;
    left: 20%;
    width: 100%;
    height: 0%;
}




a {
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #d6176f;
}


.magentafont{
    color: #d6176f;
}

img {
    width: 100%;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}



ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.no-padding {
    padding: 0
}

.section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.bg-dark {
    background-color: #212b36;
}

.section-heading{
    text-transform: uppercase;
font-weight: 700;
font-size: 45px;
margin-bottom: 80px;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}
.section-title-1 h2 {
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 50px;
    color: #d6176f;
    text-align: left;
    letter-spacing: 2px;
    
}

.section-subtitle-1 h2 {
    margin-top: 5px;
    font-weight: 500;
    font-size: 25pt;
    color: #333333;
    text-align: left;
    letter-spacing: 2px;
    
}

.section-title h2 {
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 40pt;
    color: #d6176f;
    text-align: left;
    letter-spacing: 2px;
}

.section-title p {
    font-weight: 300;
}
.title-border{
    background-color:#d6176f;
    height: 4px;
    width: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.btn-custom {
    background-color:#d6176f;
    border: 1px solid #d6176f;
    color:white;
    padding: 10px 20px 10px 20px;
}

.btn-custom:hover {
    background-color: #1f2124;
    border-color: #1f2124;
    color: #ffffff;
}
.about-h4{
    padding-top: 10px;
    border:1px solid;
    padding-bottom: 11px;
    margin-bottom: 5px;
    color: white;
    background-color:#d6176f; 
}
.about-m-t-0{
    margin-top:0px;
}


/*
* ----------------------------------------------------------------------------------------
* 02.PRELOADER & BOUNCE CCS STYLE
* ----------------------------------------------------------------------------------------
*/

.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.status-mes {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -22px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 8px solid #F5F5F5;
    border-right: 8px solid #F5F5F5;
    border-bottom: 8px solid #F5F5F5;
    border-left: 8px solid #d6176f;
    border-radius: 50%;
    -webkit-animation: spinner 1000ms infinite linear;
    animation: spinner 1000ms infinite linear;
    z-index: 10000;
}


@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*
* ----------------------------------------------------------------------------------------
* 03.HOMEPAGE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.home-area {
    height: 100%;
}




.home-image-area {
    position: relative;
    background-position: 0% 25%;
    height: 100%;
    background-image: url(../img/banner_desktop.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #292929;
    z-index: 1;
}


.read-more{
        opacity: 0;
        
        display: none;
        
    }

/*
.bg-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgba(31, 33, 36, 0.55);
}
*/

/*.welcome-image-area:after {
    position: absolute;
    background: rgba(3, 169, 244, .4);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}*/

.rounded {
    border-radius: 0.25rem !important;
}
.rounded-top {
    border-top-left-radius: 0.25rem !important;
}
.rounded-right,
.rounded-top {
    border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
    border-top-left-radius: 0.25rem !important;
}
.rounded-lg {
    border-radius: 0.3rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-pill {
    border-radius: 50rem !important;
}
.rounded-0 {
    border-radius: 0 !important;
}

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 90%;
    color: #868e96;
}

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.header-text {
    padding: 0px 100px;
    margin-top: 100px;
}

.header-text img {
    width: 200px;
    border-radius: 50%;
    margin: 0 auto;
    border: 2px solid #fff;
}

.header-text h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 900;
    text-transform: capitalize;
}

.header-text p {
    color: #fafafa;
    font-size: 22px;
    font-weight: 400;
}

.header-top-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
        /*height: 11%;*/
    z-index: 999;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
   background-color: #212121;
}

.logo {
    padding-top: 5px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.logo span{
    color: #d6176f; 
}

.logo a {
    z-index: 5;
    position: absolute;
    color: #fff;
    width: 50%;
    height: 50%;
}

.mainmenu .navbar-nav li a {
    color: grey;
    font-size: 15px;
    font-family: Roboto!important;
    padding: 30px 15px;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 600;
    text-transform: uppercase;
}

.mainmenu .navbar-nav li a:hover {
    color: #d6176f;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.menu-bg .mainmenu .navbar-nav li.active a {
    color: #d6176f;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav li a:focus,
.nav li a:hover {
    background: none;
    color: grey;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar {
    margin: 0;
}

.menu-bg {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.menu-bg .logo {
    padding-top: 5px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.menu-bg .mainmenu .navbar-nav li a {
    padding: 20px 15px;
    -webkit-transition: .3s;
    transition: .3s;
}


/*
* ----------------------------------------------------------------------------------------
* 04.WHO WE ARE CSS STYLE
* ----------------------------------------------------------------------------------------
*/


.whoweare-pinc{
    background-image: url('../img/BAR_WHOWEARE.png');
    background-repeat: no-repeat;
    background-size: 100%; 
    background-position: 120% 20%; 
    margin-top: 5%;
    padding-bottom: 10%;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;  
}




.companiestitle h2{
    margin-left: 60px;
    margin-top: 35px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 45px!important;
    color: #d6176f;
    text-align: center;
    letter-spacing: 2px;
}




@media all and (max-width: 600px) {
    
    .whoweare-pinc{
    background-image: url('../img/element2.png');
    background-repeat: no-repeat;
    background-size: 80%; 
    background-position: 100%; 
    margin-top:10%;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;  
    }
    
    
    .section-title {
    text-align: center;
    margin-bottom: 60px;
}
.section-title-1 h2 {
    margin-top: 5px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15pt !important;
    color: #d6176f;
    text-align: left;
    letter-spacing: 2px;
    
}
.section-subtitle-1 h2 {
    margin-top: -30px;
    font-weight: 500;
    font-size: 8pt;
    color: #333333;
    text-align: right;
    letter-spacing: 2px;
    
}

.section-title h2 {
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 40pt;
    color: #d6176f;
    text-align: left;
    letter-spacing: 2px;
}
.companiestitle h2{
    margin-left: 60px;
    margin-top: -25px!important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20pt!important;
    color: #d6176f;
    text-align: center;
    letter-spacing: 2px;
}
.title-name h1{
    font-size: 26px;
    margin-left: -120px!important;
}
.title-degree{
    font-size: 25px;
}
article p{
    font-size: 17px!important;
}
.thework-title h2{
    font-size: 25px!important;
    margin-bottom: 10px!important;
}
.brandtext p{
    padding-right: 25px;
    font-size: 17px!important;
}
.brandimg img{
        margin-left: 15%;
    height: 100%;
    width: 100%;
}
.img-portofolio-6{
    width: 0px!important;
}

}


/*
* ----------------------------------------------------------------------------------------
* 04.OUR OFFER CSS STYLE
* ----------------------------------------------------------------------------------------
*/


.descouroffer{
    top: -100px;
}
.descouroffer p{}

.pict img{
    width: 800px;
}

.diagram-img{
    transform: translateY(-180px );
    height:;

}

@media all and (max-width: 600px) {
    .descouroffer{
            top: 0px;
        text-align: justify;
        }
        .pict img{
            width: 500px;
        }
}


/*
* ----------------------------------------------------------------------------------------
* 04.Companies CSS STYLE
* ----------------------------------------------------------------------------------------
*/


.companies{
    background-image:url('../img/BAR_COMPANIES.png');
    background-size: 100%;
    background-position: 0% 3%;
    background-repeat: no-repeat;
}

.mediadesktop{

    width: 100%;
  /*  margin-left: 20%;*/
}

.companiestitle h2{
        margin-left: 20px;
        margin-top: 10px;
        font-weight: 700;
        font-size: 45px !important;
        text-transform: uppercase;
        color: #d6176f;
        letter-spacing: 2px;
}

.brandimg{
        width: 27%;
      padding-left: 1.5%;
}

.brandtext p{
    text-align: left; 
    font-family: roboto; 
    text-align: justify;
    color: #A9A9A9;
    padding-left: 10%;
    font-size: 20px;
    line-height: 1.5;
}


/* @media all and (max-width: 600px) {

} */






/*
* ----------------------------------------------------------------------------------------
* 04.ABOUT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.about-img img {
    max-width: 300px;
    margin-top: 30px;
    float: right;
}

.introduce h2 {
    margin-top: 20px;
    text-align: left;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 600;
}

.introduce p {
    margin-bottom: 20px;
    line-height: 30px;
}

.introduce h4 {
    color: #0288d1;
    font-size: 15px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
}

.introduce .presonal-inform ul li {
    width: 50%;
    float: left;
}

.introduce .presonal-inform li b {
    width: 120px;
    display: inline-block;
    text-transform: capitalize;
    color: #1f2124;
    font-size: 15px;
    font-weight: 600;
}

.introduce .presonal-inform li {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
     margin-bottom: 20px;
}


/*
* ----------------------------------------------------------------------------------------
* 05.SKILLS CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.barpartner{
    background-image:url('../img/bar_partner.png');
    background-size: 100%;
    background-position: -150% 0%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    padding-bottom: 10%;
}


.box-category{
opacity:0;
width:0;
height:0;
}

/*
* ----------------------------------------------------------------------------------------
* 05.SKILLS CSS STYLE
* ----------------------------------------------------------------------------------------
*/


.team h4,.skill h4 {
    color: #fff;

}
.team h5 {
    color: #9aa7af;
}
.skill-chart {
    margin: 0px auto;
    color: #fff;
}
.skill i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

/*
* ----------------------------------------------------------------------------------------
* 06.RESUME CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.resume-area{
    padding-top: 60px;
    padding-bottom: 60px;
}
.rs-round:hover {
  
} 
.rs-round {
    content: "";
    position: absolute;
    text-align: center;
    height: 120px;
    line-height: 120px;
    width: 120px;
    border-radius: 50%;
    left: 0px;
    margin-left: -60px;
    border: 10px solid rgba(255, 255, 255, 0.48);
    background-color: #d6176f;
   
}


.rs-round i {
    color: #fff;
    font-size: 30px;
}
.time-line {
    position: relative;
}
.time-line:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    width: 2px;
    margin: 0 auto;
    height: 80%;
    background:#d6176f;
    top: 15px;
}
.rex-item{
    padding-left: 0px;
    text-align: left;
    margin-left: 130px;
    padding-top: 7px;

}

.rex-item h3 {
    font-size: 22px;
    color: #d6176f;
}
.rex-item h4 {
    font-weight: 600;
    font-size: 17px;
    color: #4c5667;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.rex-item p {
    line-height: 24px;
    font-size: 14px;
}
.rex-left {
    padding-right: 80px;
    text-align: right;
}
.rex-right {
   
    text-align: left;
}

.time-line .colam {
    margin-bottom: 80px; 
}
.rs-round.second {
    right: 0 !important;
    left: auto !important;
    margin-right: -60px !important;
}
.colam-tird {
    margin-bottom: 0px;
}

/*
* ----------------------------------------------------------------------------------------
* 07.SERVICE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.service-icon {
    display: inline-block;
    font-size: 32px;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 70px;
    color: #fff;
    margin: 15px 0;
    overflow: hidden;
    border: 5px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    box-shadow: 0 0 3px #d6176f;
    transition: all 0.3s;
    background: #d6176f;
}

.single-service h2 {
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s;
    color: white;
    letter-spacing: 2px;
    font-weight: 700;
    text-align: center;
}

.single-service p {
    color: white;
    text-align: center;
    padding: 15px 8px 0 8px;
    font-size: 14px;
}

/*
* ----------------------------------------------------------------------------------------
* 08.WORK CSS STYLE
* ----------------------------------------------------------------------------------------
*/
#thework h2{
        margin-bottom: 50px;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 30pt;
        color: #d6176f;
        letter-spacing: 2px;
        text-align: center;
}

.media-body-article{
    text-align: left;
    padding: 0 30px 0 30px;
    font-family: roboto;
    text-align: justify;
    color:grey;
    font-size: 17px;
}




#work .lrs-list-protfolio {
text-align: center;
}
#work .lrs-list-protfolio .fil-cat {
margin: 0 15px;
padding: 0;
font-weight: 500;
cursor: pointer;
}
#work .lrs-list-protfolio .fil-cat.active {
border-bottom: 2px solid #d6176f;
color: #d6176f;
}
#work .lrs-projects {
margin-top: 30px;
position: relative;
-webkit-column-count: 3;
/* Chrome, Safari, Opera */
-moz-column-count: 3;
/* Firefox */
column-count: 3;
-webkit-column-gap: 16px;
/* Chrome, Safari, Opera */
-moz-column-gap: 16px;
/* Firefox */
column-gap: 16px;
}
#work .lrs-projects .lrs-project {
position: relative;
cursor: pointer;
padding: 8px 0;
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;
}
#work .lrs-projects .lrs-project .lrs-project-image {
position: relative;
}
#work .lrs-projects .lrs-project .lrs-project-image * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.45s ease;
transition: all 0.45s ease;
}
#work .lrs-projects .lrs-project .lrs-project-content {
opacity: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.72);
position: absolute;
top: 0;
left: 0;
z-index: 1;
color:  #d6176f;
padding: 15px;
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
}
#work .lrs-projects .lrs-project .lrs-project-content .lrs-project-title {
margin-top: -50px;
font-weight: 100;
text-transform: uppercase;
}
#work .lrs-projects .lrs-project .lrs-project-content .lrs-project-client {
margin-top: 100px;
}
#work .lrs-projects .lrs-project:hover .lrs-project-content {
opacity: 1;
}
#work .lrs-projects .lrs-project:hover .lrs-project-content .lrs-project-client,
#work .lrs-projects .lrs-project:hover .lrs-project-content .lrs-project-title {
margin-top: 0;
}

/*
* ----------------------------------------------------------------------------------------
* 09.TESTIMONIAL CSS STYLE
* ----------------------------------------------------------------------------------------
*/


.single-testimonial h2 {
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s;
    color:#d6176f;
    letter-spacing: 2px;
    font-weight: 700;
}

.single-testimonial h3 {
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 300;
    margin-top: 0;
    color:#d6176f;
}

.single-testimonial p {
    line-height: 25px;
    color:#ffffff;
    font-size: 16px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 5px;
    height: 5px;
    margin: 5px 7px;
    border-radius: 20px;
    background: #ffffff;
}
.user-block{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 20px auto;
}
.client-img {
    height: 45px;
    width: auto;
    margin-bottom: 10px;
}

/*
* ----------------------------------------------------------------------------------------
* 10.BLOG CSS STYLE
* ----------------------------------------------------------------------------------------
*/
#blog h2{
    margin-bottom: 100px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30pt;
    color: #d6176f;
    text-align: center;
}


.blog-area {
    background: #f7f7f7;
}

.blog-content h2 {
    font-size: 20px;
    padding-bottom: 15px
}

.blog-content .meta-box li {
    color: #333333;
    display: inline;
    font-size: 13px;
    font-weight: bold;
    margin-left: 0;
    margin-right: 0;
    text-transform: uppercase;
}

.meta-box li::after {
    content: "|";
    margin: 0 10px;
}

.meta-box li:last-child:after {
    content: "";
}

.meta-box span {
    color: #d6176f;
}

.home_2 .meta-box span {
    color: #26394e;
}

.blog-content {
    background-color: #faf9f9;
    padding: 19px 30px;
}

.blog-content p {
    padding-bottom: 30px;
    padding-top: 15px;
}

.colblog {
    padding: 0;
}



.blog-img {
    position: relative;
}



/* ----------------------------------------------------------------------------------------
* 11.CONTACT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.form-control {
    border: 0px;
    height: 45px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-bottom: 2px solid rgba(255,255,255,0.5);
    box-shadow: none  !important;
    outline: none !important;
    margin-bottom: 25px;
    border-radius: 0;
}

.form-control:focus {
    border-color:#d6176f;
    outline: 0;
    box-shadow: #d6176f;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;

}

.success {
    background: #50B948 none repeat scroll 0 0;
    color: #fff;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}

/*
* ----------------------------------------------------------------------------------------
* 12.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.footer-area {
    padding: 80px 0px;
}

.social-links ul {
    padding: 0;
    margin: 0;
}

.social-links ul li {
    display: inline-block;
}

.social-links ul li a {
    font-size: 18px;
    color: #222222;
    margin: 10px 5px;
    display: block;
}
.header-links {
    margin-bottom: 30px;
}
.header-links ul li a {
    color: #000;
    background: #fff;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    font-size: 14px;
}


.header-links ul li a:hover {
    color: #d6176f;
}

.footer{
    height: 100px;
    
}
.footer-left{
    text-align: left;
    font-weight: bold;
    top: 30px;
}

.footer-right{
    text-align: left;
    top: 30px;
}

.footer-link{
    background: #212b36;
    height: 80px;
    width: 45px;
    border-radius: 50%;
    text-align: left;
    line-height: 45px;
    color: #fff;
}

.footer-area p {
    color: #222222;
    margin: 10px 0 0 0;
}  
.vertical-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}


.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
  /*  border-radius: 0.25rem;*/
}

.card h4{
    font-size: 30px !important;
    padding:  10px 30px;
}

.card p{
    padding: 10px 30px;
    line-height: 1.5;
}


.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: 0.75rem;
}
.card-subtitle {
    margin-top: -0.375rem;
}
.card-subtitle,
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 1.25rem;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}
.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
    margin-bottom: -0.75rem;
    border-bottom: 0;
}
.card-header-pills,
.card-header-tabs {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}
.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card-deck .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .logo{
        position: relative;
    }
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}
.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card-group > .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-group > .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-header,
    .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-footer,
    .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-header,
    .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-footer,
    .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0;
    }
}
.card-columns .card {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
    
}
.accordion > .card {
    overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}
.accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion > .card .card-header {
    margin-bottom: -1px;
}

@media (max-width: 767px){
.vertical-content {
  display: inherit;
}
.logo a{
    height: 10%;
    width: 10%;
}

}
@media (max-width: 768px){
    .vertical-content {
      display: inherit;
    }
    /* .logo a{
        height: 10%;
        width: 10%;
    } */
    }
@media only screen and (max-width: 767px) {
    .logo a{
        position: relative;
        display: block;
        height: 5%;
        width: 5%;
    }
    .home-image-area {
    position: relative;
    height: 100%;
    background-image: url(../img/BANNER.png);
    background-repeat: no repeat;
    background-size: contain;
    z-index: 1;
}

.whoweare-desc {
    font-size: 15px !important;
        margin-top: -10% !important;
}

.companiestitle h2{
    margin-left: 70px;
    margin-top: px!important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20pt!important;
    color: #d6176f;
    text-align: center;
    letter-spacing: 2px;
}
    
.time-line {
    position: relative;
}
.time-line:before {        
    margin-left: 52px;
}
.rex-item h3 {
    font-size: 20px;
}
.rex-item h4 {
    font-size: 15px;
}
.rex-item p {
    font-size: 13px;
}
.rex-left {
    padding-right: 15px;
    text-align: right;
}
.rex-right {
    padding-left: 15px;
}
.rex-item {
    padding-left: 0px;
    text-align: left;
    margin-left: 130px;
}
.rs-round {
    left: 15px;
    margin: 0px !important;
    height: 105px;
    line-height: 105px;
    width: 105px;
}
.rs-round.second {
    margin: 0px !important;
    left: 15px !important;
    right: 0px !important;
}
.blog-img {
    display: none;
}
}
@media only screen and (max-width: 767px) {
    .logo a{
        position: relative;
        display: block;
        height: 5%;
        width: 5%;
    }
    .home-image-area{
       background-position: 100% -180%;
        
    }
  /*  .home-image-area {
    position: relative;
    height: 100%;
    background-image: url(../img/BANNER.png);
    background-repeat: no repeat;
    background-size: cover;
    z-index: 1;
}*/

  .home-image-area {
    position: relative;
    height: 100%;
    background-image: url(../img/BANNER.png);
    background-repeat: no repeat;
    background-position: 0% 10% !important;
    margin-top: 15%;
    z-index: 1;
}

.whoweare-desc {
    font-size: 15px !important;
        margin-top: 1% !important;
}

.companiestitle h2{
    margin-left: 70px;
    margin-top: px!important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20pt!important;
    color: #ffff!important;
    text-align: center;
    letter-spacing: 2px;
}
    
.time-line {
    position: relative;
}
.time-line:before {        
    margin-left: 52px;
}
.rex-item h3 {
    font-size: 20px;
}
.rex-item h4 {
    font-size: 15px;
}
.rex-item p {
    font-size: 13px;
}
.rex-left {
    padding-right: 15px;
    text-align: right;
}
.rex-right {
    padding-left: 15px;
}
.rex-item {
    padding-left: 0px;
    text-align: left;
    margin-left: 130px;
}
.rs-round {
    left: 15px;
    margin: 0px !important;
    height: 105px;
    line-height: 105px;
    width: 105px;
}
.rs-round.second {
    margin: 0px !important;
    left: 15px !important;
    right: 0px !important;
}
.blog-img {
    display: none;
}
}
  /* ipad */



/* Mobile Layout: 320px. */

@media screen and (min-width: 320px) and (max-device-width: 480px) {
    .navbar-toggle{
        top: 0!important;
    }
    .section-title-1 h2{
        top: 8px;
        right: 13px;
        font-size:19px;
        text-align: left;
        /* transform: translateY(20px); */
        display: inline;
        position: relative;
        float: left;

    }
    .section-subtitle-1 h2{
        display: inline;
        font-size: 12px;
        left: 2em;
        right: 0;
    }
/*    .pinc-img{
        opacity: 0;
        width: 0;
        height: 0;
    }*/



    .diagram-img{
        width: 0;
        opacity: 0;
        height: 0%;
    }
    .companiestitle h2{
        margin-top: 5px !important;
        font-size: 8px!important;
    }
    .brandimg img{
        /* height: 0%; */
        /* width: 0% */
    }
    .brandtext p {
        width: 90%;
        font-size: 15px!important;
    }
    #partners h2{
        position: relative;
        top: 20px;
        left: 5px;
        font-size: 20pt;
        text-align: center!important;

    }
    .img-fluid{
        text-align: center!important;
    }

    .img-partner{
        text-align: center!important;
    }
    .title-name{
        font-size: 15px;
        text-align: center!important;
    }
    .title-degree{
        text-align: center!important;
    }
    .partner-page{
        text-align: center!important;
    }
    .media-left img{
        width: 100%;
    }
    #blog h2{
        font-size: 25px!important;
        margin-bottom: 30px!important;
    }
    .bgcontact{
        background-image: url('img/BAR_CONTACT.png');
              background-size: 88%!important;
              background-position: 45% -15%;
              background-attachment: scroll;
              background-repeat: no-repeat;
              margin-bottom: -100px;
    }   
    #contact h2{
        font: 25px!important;
    }
    .linked img{
        width: 5%!important;
        height: 5%!important;
    }
}

@media only screen and (max-width: 767px) {
    .site-header .navbar-collapse {
        opacity: 1;
        visibility: visible;
    }
    .navbar-toggle .icon-bar {
        background: #d6176f;
    }
    .navbar-toggle {
        margin-top: -26px;
        margin-right: 0;
        top: -20px;
    }
    .navbar {
        min-height: 0px;
    }
    .mainmenu .navbar-nav li a {
        padding: 11px 15px;
    }
    .menu-bg .mainmenu .navbar-nav li a {
        padding: 11px 15px;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 420px;
    }
    .navbar-collapse {
        background: rgba(0, 0, 0, .9);
    }
    .menu-bg .navbar-collapse {
        background: rgba(0, 0, 0, .9);
    }
    .welcome-image-area,
    .welcome-video-area {
        padding-top: 120px;
    }
    .welcome-image-area h2,
    .single-slide-item h2,
    .welcome-video-area h2 {
        font-size: 35px;
    }
    .header-text h1 {
        font-size: 30px;
    }
    .section-title h2 {
        font-size: 30px;
    }
    .single-project-complete h2 {
        font-size: 45px;
    }
    .single-testimonial p {
        padding: 0 10px;
    }
    .single-project-done {
        text-align: center;
    }
    .footer-area p,
    .actions,
    .footer-social-link {
        text-align: center;
    }
    .header-text p {
        font-size: 16px;
        padding: 0;
        line-height: 28px;
    }
    .header-text .home-arrow-down {
        bottom: -90px;
    }
    .about-text {
        padding-top: 0px;
    }
    .about-text h3 {
        margin-bottom: 20px;
    }
    .single-project-complete {
        margin-bottom: 50px;
    }
    .single-contact-details i {
        margin-bottom: 20px;
    }
    .single-service,
    .single-blog {
        margin-bottom: 30px;
    }
    #map {
        margin-top: 20px;
    }
    .item .grid figure,
    .work .grid figure {
        min-width: 100%;
    }
    .about-text {
        padding-top: 0px;
        margin-top: 30px;
    }
    .single-service i {
        margin-bottom: 105px;
    }
    .header-text {
        padding: 0;
        margin-top: 50px;
    }
    .header-text h2 {
        font-size: 36px;
    }
    .area-shadow {
        padding: 30px;
    }
    .about-text p {
        padding: 0px;
    }
    .about-text ul {
        padding: 0px;
    }
    .single-resume {
        margin-bottom: 50px;
    }
    #work .lrs-projects {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
    .introduce .presonal-inform ul li {
        width: 100%;
    }
    .about-img img {
        float: none;
    }
    .logo {
        padding-top: 17px;
    }
}

@media only screen and (max-width: 420px) {
    #work .lrs-projects {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
    
}

@media (min-width: 768px) {
  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}