/* ------------------------------- Start General & fonts ----------------------------------------- */

@font-face {
    font-family: 'light';
    src: url(../fonts/helvetica-light.ttf);
}

@font-face {
    font-family: 'roman';
    src: url(../fonts/helvetica-roman.ttf);
}

@font-face {
    font-family: 'bold';
    src: url(../fonts/helvetica-bold.ttf);
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'roman';
    margin: 0;
    padding: 0
}

ul,
ol {
    list-style: none
}

li {
    display: inline-block
}

.stressword {
    color: #F9AE38;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
    margin: 0;
    padding: 0
}

p {
    font-family: 'light'
}

a.btn {
    border-radius: 25px;
    padding: 6px 30px;
    margin-top: 20px;
    background: #CC46C8;
}

.marg {
    margin: 20px 0
}

*:focus{outline: none !important }


body{
    overflow-x: hidden !important;
}
/* ------------------------------- End General ------------------------------------------- */


/* style the main herder with navbar & hero */

header.main-header {
    /*transform: skew(0deg, 10deg);*/
    position: relative
}

.black-back {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: #2b2b2b; */
    background: #d7deef;
    /* background: -webkit-linear-gradient(#2b0071,#3D2E87);
    background: -o-linear-gradient(#2b0071,#3D2E87);
    background: -moz-linear-gradient(#2b0071,#3D2E87);
    background: linear-gradient(#2b0071,#3D2E87); */
    /* top: -20%; */
    left: 0;
    -moz-transform: skew(0deg, 10deg);
    -webkit-transform: skew(0deg, 10deg);
    -o-transform: skew(0deg, 10deg);
    -ms-transform: skew(0deg, 10deg);
    transform: skew(0deg, 0deg);
}

.black-back4 {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: #2b2b2b; */
    background: #2b0071;
    /* background: -webkit-linear-gradient(#2b0071,#3D2E87);
    background: -o-linear-gradient(#2b0071,#3D2E87);
    background: -moz-linear-gradient(#2b0071,#3D2E87);
    background: linear-gradient(#2b0071,#3D2E87); */
    top: -77%;
    right: 0;
    -moz-transform: skew(0deg, 10deg);
    -o-transform: skew(0deg, 10deg);
    -webkit-transform: skew(0deg, 10deg);
    -ms-transform: skew(0deg, 10deg);
    transform: skew(0deg, 10deg);
}

header .container {
    /*transform: skew(0deg, -10deg);*/
}

.navbar-default {
    background: none;
    border: none;
}

.navbar-collapse {
    margin-top: 20px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: none;
    color: #48345A;
}

.navbar-default .navbar-nav>li>a {
    color: #48345A;
    transition: all 0.3s ease;
    border-radius: 25px;
    padding: 6px 15px
}

.navbar-default .navbar-nav>li>a:hover {
    color: #CC46C8;
}

.navbar-left a {
    border-radius: 25px;
    background: #CC46C8;
    padding: 6px 20px !important;
}


.navbar-default .navbar-toggle {
    margin-top: 40px;
}

.nav > li > a > img{
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border: 2px solid #f5a033;
}

.navbar-left a.user-it{margin-top: -20px;}
.navbar-left a.user-it,
.navbar-left a.user-it:hover{background: none !important; text-align: center; color: #FFF;}
.navbar-left a.user-it p{margin: -10px 0 0 0; padding: 2px 10px 8px 10px; background: #f5a033; border-radius: 25px;}

.navbar-nav > li > .dropdown-menu li{display: list-item; }
.navbar-nav > li > .dropdown-menu li a{
    border-radius: 0;
    background: none;
}

.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
  margin-top: 0;
}

.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}

.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
  left: -6px;
}


.hero-text {
    color: #575656;
    padding: 20% 0;
}

.hero h4 {
    font-size: 25px;
    margin-bottom: 40px;
}

.hero h1 {
    font-size: 38px;
    font-family: 'bold';
    margin-bottom: 40px;
}

.hero p {
    font-size: 16px;
    line-height: 1.5
}

.hero-img {
    direction: ltr
}

.hero-img img {
    width: 100%;
}


/* style the main herder with navbar & hero */


/* style the about section with four article */

.about {
    position: relative
}

.about-img {
    padding: 28px 0;
    width: 124px;
    background: #48345A;
    border-radius: 50%;
    margin: 0 auto 20px auto;
    -webkit-box-shadow: 0px 0px 65px -19px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 65px -19px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 65px -19px rgba(0, 0, 0, 0.75);
}

.about-item h3 {
    font-family: 'bold';
    font-size: 30px;
    color: #CC46C8;
}

.about-item p {
    margin-top: 20px;
    font-size: 16px;
}

.about a {
    -webkit-box-shadow: 0px 0px 38px -9px rgba(143, 75, 144, 1);
    -moz-box-shadow: 0px 0px 38px -9px rgba(143, 75, 144, 1);
    box-shadow: 0px 0px 38px -9px rgba(143, 75, 144, 1);
}


/* style the about section with four article */

.title {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 55px;
    font-family: 'bold';
    color: #c0c0c0;
}

.title1 {
    position: absolute;
    top: -100px;
    left: 20px;
    font-size: 55px;
    font-family: 'bold';
    color: #c0c0c0;
}


/* style the features */

.features {
    padding: 30px 0;
}

.features .container {
    position: relative
}

.feat-right {
    background-size: cover;
    height: 572px;
    position: relative;
    padding: 20% 0 20% 20%;
}

.pso {
    position: absolute;
    top: 0;
    right: -100px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.pos1 {
    position: absolute;
    bottom: 0;
    right: -100px;
    width: 120px;
    height: 120px;
}

.toppos {
    position: absolute;
    top: 0;
    left: -75px;
    width: 90px;
}

.feat-text {
    position: relative;
    padding-left: 60px;
    z-index: 2;
    color: #2b2b2b
}

.feat-text h1 {
    font-family: 'bold';
    font-size: 33px;
    margin-bottom: 30px;
}

.feat-text h1 span {
    font-size: 70px;
    font-family: 'bold';
}

.feat-text p {
    font-size: 16px;
    text-align: justify
}

.feature-left {
    padding: 60px 0;
}

.feat-item {
    margin-bottom: 70px;
}

.media-heading {
    color: #575656;
    font-size: 20px;
    font-family: 'bold';
    margin-bottom: 10px;
}

.media-body p {
    text-align: justify
}

.cent {
    position: absolute;
    bottom: 65px;
    left: 50%;
    transform: translate(-50%, 0)
}


/* style the features */


/* style the our team section */

.our-team {
    background: #f8f8f8;
    padding: 310px 0 100px 0;
    -webkit-transform: skew(0, 7deg);
    -moz-transform: skew(0, 7deg);
    -o-transform: skew(0, 7deg);
    -ms-transform: skew(0, 7deg);
    transform: skew(0, 7deg);
    position: relative
}

.our-team .container {
    -webkit-transform: skew(0, -7deg);
    -moz-transform: skew(0, -7deg);
    -o-transform: skew(0, -7deg);
    -ms-transform: skew(0, -7deg);
    transform: skew(0, -7deg);
    margin-top: -230px;
}

#owl-demo .item {
    margin: 3px;
    height: auto;
    border-radius: 50%;
    width: 200px;
    margin: 0 auto
}

#owl-demo .item img {
    display: block;
    width: 100%;
    border-radius: 50%;
    margin: 0 auto;
    height: 200px;
}

#owl-demo .item h4 {
    margin-top: 20px;
    color: #FF8201;
    font-size: 25px;
    font-family: 'bold';
    margin-bottom: 10px;
}

#owl-demo .item p {
    margin: 0;
    font-size: 16px;
    color: #000;
}
a:hover{text-decoration: none;}

.our-team .owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
    background: #FF8201;
    color: #FFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    line-height: 1.6;
}

.owl-buttons > div{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}




.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}


/* style the our team section */

.testmonials {
    /* background: #2b2b2b; */
    background: #d7deef;
    background: -webkit- #d7deef;
    background: -o- #d7deef;
    background: -moz- #d7deef;
    /* background: linear-gradient(#2b0071,#3D2E87); */
    padding: 10% 0 5% 0;
    -webkit-transform: skew(0, 7deg);
    -moz-transform: skew(0, 7deg);
    -o-transform: skew(0, 7deg);
    -ms-transform: skew(0, 7deg);
    transform: skew(0, 7deg);
    transition: all 0.3s ease-in-out;
    position: relative;
}

.testmonials .container {
    -webkit-transform: skew(0, -7deg);
    -moz-transform: skew(0, -7deg);
    -o-transform: skew(0, -7deg);
    -ms-transform: skew(0, -7deg);
    transform: skew(0, -7deg);
    margin-top: -7%;
    position: relative;
}

.carousel .item img {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    display: block;
}

.carousel-indicators {
    bottom: 0
}

.carousel .item p {
    color: #FFF;
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.carousel .item h4 {
    color: #CC46C8;
    font-family: 'bold';
    font-size: 20px;
    margin-bottom: 70px;
}

.carousel .item img {
    border: 3px solid #40382e
}

.q-right,
.q-left {
    position: absolute;
    color: #48345A;
    opacity: 0.10;
    font-size: 150px;
    font-style: italic;
}

.q-right {
    right: 0;
    bottom: -20px;
}

.q-left {
    left: 0;
    top: -20px;
}

.carousel-indicators .active {
    background: none;
    border: 2px solid #CC46C8;
    width: 15px;
    height: 15px;
}


/**/

.clients {
    padding: 320px 0 0px 0;
    -webkit-transform: skew(0, 7deg);
    -moz-transform: skew(0, 7deg);
    -o-transform: skew(0, 7deg);
    -ms-transform: skew(0, 7deg);
    transform: skew(0, 7deg);
    position: relative
}

.clients .container {
    -webkit-transform: skew(0, -7deg);
    -moz-transform: skew(0, -7deg);
    -o-transform: skew(0, -7deg);
    -ms-transform: skew(0, -7deg);
    transform: skew(0, -7deg);
    margin-top: -230px;
}

#owl-demo2 .item {
    margin: 3px;
    height: auto;
    margin: 0 5px;
}

#owl-demo2 .item img {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 100px;
    width: 100px;
}

#owl-demo2 .owl-item a{
    display: block
}

#owl-demo2 .owl-buttons > div{
    opacity: 1;
    background: #f6ac4d;
    color: #FFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    line-height: 1.6;
}

.clients .owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
    background: none;
    color: RGB(246, 172, 77);
    font-size: 20px;
    text-align: center;
    line-height: 1.6;
}


/**/

.news {
    background: #f8f8f8;
    padding: 330px 0 100px 0;
    -webkit-transform: skew(0, 7deg);
    -moz-transform: skew(0, 7deg);
    -o-transform: skew(0, 7deg);
    -ms-transform: skew(0, 7deg);
    transform: skew(0, 7deg);
    position: relative
}

.news .container {
    -webkit-transform: skew(0, -7deg);
    -moz-transform: skew(0, -7deg);
    -o-transform: skew(0, -7deg);
    -ms-transform: skew(0, -7deg);
    transform: skew(0, -7deg);
    margin-top: -230px;
}

.news-item {
    position: relative;
    overflow: hidden;
}

.news-img {
    position: relative
}

.news-img img {
    width: 100%;
    height: 230px;
}

.img-hover {
    position: absolute;
    color: #FFF;
    width: 100%;
    height: 100%;
    background: RGBA(143, 65, 144, 0.5);
    opacity: 0;
    top: 0px;
    left: 0;
    transform: scale(0.5, 0.5);
    transition: all 0.4s ease-in-out
}

.img-hover a {
    color: #FFF;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.news-text {
    padding: 20px;
    background: #FFF;
    height: 170px;
    overflow: hidden;
    transition: all 0.4s ease-in-out
}

.news-text p:first-of-type {
    color: #c9c2ba;
    font-family: 'light';
    position: relative;
    padding-bottom: 20px;
}

.news-text p:first-of-type:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
    border: 1px solid #CC46C8;
}

.news-text p:nth-child(2) {
    font-size: 13px;
    color: #CC46C8;
    margin-top: 11px;
}

.news-item:hover .img-hover {
    opacity: 1;
    transform: scale(1, 1);
}

.news-item:hover .news-text {
    background: #575656;
    color: #FFF
}

.news-item:hover p {
    color: #FFF
}

.news-item:hover .news-text p:first-of-type:after {
    border-color: #FFF
}

.news-cat{
    position: absolute;
    bottom: 20px;
    right: 0;
    color: #FFF;
    background: #CC46C8;
    padding: 5px 10px;
}

/* company */

.company {
    background: #333333;
    padding: 269px 0 0px 0;
    -webkit-transform: skew(0, 7deg);
    -moz-transform: skew(0, 7deg);
    -o-transform: skew(0, 7deg);
    -ms-transform: skew(0, 7deg);
    transform: skew(0, 7deg);
    position: relative
}

.company .container {
    -webkit-transform: skew(0, -7deg);
    -moz-transform: skew(0, -7deg);
    -o-transform: skew(0, -7deg);
    -ms-transform: skew(0, -7deg);
    transform: skew(0, -7deg);
    margin-top: -194px;
}

.company-img img {
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    max-height: 100px;
    transition:all 0.4s ease;
}

.company-img img:hover {
    filter: none;
    -moz-filter: none;
    -o-filter: none;
}

/* company */


/* footer */

.footer {
    position: relative;
    padding: 13% 0 2% 0;
}

.footer .black-back2 {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: #2b2b2b; */
    background: #d7deef;;
    /* background: -webkit-linear-gradient(#2b0071,#3D2E87);
    background: -o-linear-gradient(#2b0071,#3D2E87);
    background: -moz-linear-gradient(#2b0071,#3D2E87);
    background: linear-gradient(#2b0071,#3D2E87); */
    bottom: 0;
    left: 0;
    -webkit-transform: skew(0deg, 7deg);
    -moz-transform: skew(0deg, 7deg);
    -o-transform: skew(0deg, 7deg);
    -ms-transform: skew(0deg, 7deg);
    transform: skew(0deg, 7deg);
}

.footer .black-back3 {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: #2b2b2b; */
    background: #d7deef;
    /* background: -webkit-linear-gradient(#2b0071,#3D2E87);
    background: -o-linear-gradient(#2b0071,#3D2E87);
    background: -moz-linear-gradient(#2b0071,#3D2E87);
    background: linear-gradient(#2b0071,#3D2E87); */
    bottom: -23%;
    left: 0;
    z-index: -1;
}

.foot-item h4{
    font-size: 20px;
    color: #48345A;
    margin-bottom: 15px;
}

.foot-item input[type=text],
.foot-item input[type=email] {
    background: none;
    border: none;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    border-color: #48345A;;
}

.foot-item .form-control:focus {
    box-shadow: none;
    border-color: #727272;
}

.foot-item input[type=submit],
.foot-item input[type=button],
.foot-item button{
    padding: 6px 30px;
    border-radius: 25px;
    background-color: #CC46C8;
    cursor: pointer;
}

  /* .foot-item input[type=submit], .foot-item input[type=button], .foot-item button:focus {
    color: #fff;
    background-color: #FF8201;
    border-color: #FF8201;
  } */
  .foot-item input[type=submit]:hover, .foot-item input[type=button]:hover, .foot-item button:hover {
    color: #8F4B90;
    background-color: transparent;
    border-color: #8F4B90;
  }
  /* .foot-item input[type=submit], .foot-item input[type=button], .foot-item button:active {
    color: #fff;
    background-color: #FF8201;
    border-color: #FF8201;
  } */

.foot-item input[type=checkbox] {
    border-radius: 50%;
    cursor: pointer;
}

input[type='radio'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid darkgray;
    border-radius: 50%;
    outline: none;
    box-shadow: 0 0 5px 0px gray inset;
    cursor: pointer;
}

input[type='radio']:hover {
    box-shadow: 0 0 5px 0px #FF8201 inset;
}

input[type='radio']:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    /*margin: 20% auto;    */
    border-radius: 50%;
}

input[type='radio']:checked:before {
    background: #FF8201;
}


.progress {
    border-radius: 25px;
    margin-bottom: 0;
    background: #323232;
    height: 15px;
}

.progress-bar {
    border-radius: 25px;
}

.foot-item tr td {
    color: #FFF;
    font-size: 16px;
    font-family: 'light';
}

.foot-item tr td:nth-child(2) {
    margin: 0 10px;
}

.table {
    margin-bottom: 16px
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border: none;
    padding: 3px;
}

.copy{
    position: absolute;
    bottom: -21%;
    left: 0;
    width: 100%;
    padding: 20px 0;
    color: #48345A;
}

.copy p span i{
    color: #ff5e5e;
}


/* footer */

.page-hero img {
    width: 50%;
    float: left;
    margin-left: 82px;
}

.hero-text-int {
    padding: 24% 0;
}

.hero-text-int h1 {
    color: #CC46C8;
}

.page-hero:after {
    content: '';
    display: block;
    width: 100%;
    visibility: hidden;
    clear: both
}

.about-all {
    padding: 70px 0;
}

.about-head {
    margin-bottom: 50px;
    position: relative
}

.about-head p,
.about-head span,
.about-head pre{

color: #777 !important;
font-size: 16px !important;
font-family: 'roman', sans-serif !important;

}

.right-pos {
    position: absolute;
    top: 0;
    right: -215px;
}

.about-head h1 {
    font-family: 'bold';
    font-size: 28px;
    color: #CC46C8;
    margin-bottom: 30px;
}

.news-title-single h1{
    font-family: 'bold';
    font-size: 28px;
    color: #CC46C8;
    margin-bottom: 30px;
}

.about-head p {
    font-family: 'light';
    font-size: 16px;
}

.about-div {
    margin-bottom: 50px;
}

.about-div .media-left a {
    display: block;
    padding: 28px 0;
    width: 124px;
    background: #8F4B90;
    border-radius: 50%;
    margin: 0 auto 20px auto;
    -webkit-box-shadow: 0px 0px 28px -19px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 28px -19px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 28px -19px rgba(0, 0, 0, 0.75);
}

.about-div .media-left {
    padding-left: 60px;
}

.about-div .media-object {
    margin: 0 auto
}

.about-div .media-heading {
    font-size: 30px;
    margin-bottom: 20px;
}

.about-items {
    position: relative
}

.left-pos {
    position: absolute;
    top: 130px;
    left: -70px;
}


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

.team-item {
    position: relative;
    overflow:hidden;
}

.team-item img {
    height: 210px;
    width: 210px;
}

.info {
    position: absolute;
    bottom: 40px;
    right: 0;
}

.info h4:first-of-type {
    padding: 5px 10px;
    background: #FF8201;
    color: #2b2b2b;
    font-family: 'bold'
}

.info h4:nth-child(2) {
    padding: 5px 10px;
    background: #2b2b2b;
    color: #FF8201;
    font-family: 'bold';
    margin-right: 10px;
}


/*****************/
.single-right{position: relative;}
.single-right a.uploads{
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px;
    background: #FF8201;
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s ease;
}
.single-right a.uploads i{color: #FFF; font-size: 20px;}
.single-right:hover a.uploads{
    opacity: 1;
}
.single-right h4 {
    font-family: 'bold';
    font-size: 18px;
}

.single-right p {
    font-family: 'light';
    font-size: 16px;
}

.single-left h1 {
    font-family: 'bold';
    font-size: 36px;
    color: #FF8201;
    margin-bottom: 25px;
}

.single-left>p {
    margin-bottom: 70px;
}
.single-left>p>img {
    max-width: 100% !important;
    height:auto;
}
.single-left p {
    font-family: 'light';
    font-size: 16px;
}

.single-left p b {
    color: #FF8201;
}

.single-left ul {
    margin-bottom: 20px;
}


/***/

.client-item {
    padding: 15px;
    border-radius: 10px;
    background: rgba(204, 204, 204, 0.103);
    position: relative;
    margin-bottom: 50px;
    /*height: 761px !important;*/
}

.client-img {
    height: 200px;
    border-radius: 50%;
    position: relative;
    margin-bottom: 20px;
}

.client-img img {
    width: 50%;
    height: 50%;
    display: block;
}

.team-item p{color: #000; font-size: 16px; margin-top: 10px;}

.client-img h3 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 64%;
    font-size: 18px;
    font-family: 'bold';
    color: #FF8201;
    background: #2b2b2b;
    padding: 6px 10px;
    border-radius: 25px;
}

.client-info h4 {
    font-size: 18px;
    font-family: 'bold';
}

.client-info p {
    margin-bottom: 20px;
    height: 80px;
    overflow: hidden
}

.client-info p,
.client-info li {
    font-family: 'light';
    font-size: 16px;
}

.client-info ol {
    padding: 5px 20px;
    margin-bottom: 30px;
    height: 172px;
    overflow: hidden;
}

.client-info ol li {
    list-style-type: decimal
}

.client-info ol li {
    display: list-item;
    margin-bottom: 5px;
}

.client-new-text{
    height: 61px !important;
    overflow: hidden;
    margin-bottom: 20px;
}

.btn-pos {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0);
}

.about-all {
    padding-bottom: 150px;
}

.more-info li {
    display: list-item;
    font-family: 'light';
    font-size: 16px;
}


/***/


/***/

.navigation {
    margin-bottom: 30px;
}

.navigation ul {
    text-align: center
}

.navigation ul li a {
    padding: 3px 20px;
    background: #cfc7bf;
    font-family: 'bold';
    color: #333;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease
}

.navigation ul li a:hover {
    text-decoration: none;
    background: #2b2b2b;
    color: #FF8201;
}

.media-item img {
    height: 230px;
    width: 100%;
    margin-bottom: 20px;
}

.media-item h3 {
    color: #FF8201;
    font-size: 18px;
    margin-top: 20px;
}

.nav-tabs {
    border-bottom: none;
}

.navigation ul li.active>a,
.navigation ul li a:hover,
.navigation ul li a:focus {
    text-decoration: none;
    background: #2b2b2b;
    color: #FF8201;
    border: none
}

.nav-tabs>li {
    margin-left: 10px;
}

label {
    font-weight: normal;
    font-size: 16px;
}

.contact-right .form-group{
    margin-bottom: 30px;
}

.contact-right form input[type=text],
.contact-right form input[type=email],
.contact-right form input[type=password]{
    height: 40px;
}

.contact-right form input[type=text],
.contact-right form input[type=email],
.contact-right form input[type=password],
.contact-right form textarea {
    border-radius: 0;
}

.contact-right form input[type=submit] {
    padding: 6px 30px;
    border-radius: 25px;
}

.contact-left h1 {
    font-family: 'bold';
    font-size: 24px;
    margin-bottom: 20px;
}

.contact-left p {
    font-size: 16px;
}

.contact-left p:first-of-type {
    margin: 0;
}

.contact-left ul li {
    margin-left: 10px;
}

.contact-left ul li a i {
    color: #333;
    font-size: 28px;
    margin-top: 15px;
}


/***/

.control-navigation {
    padding: 80px 0;
    background: #f3f3f2;
    margin-top: -77px;
    margin-bottom: 77px;
}

.control-navigation {
    -webkit-transform: skew(0deg, 10deg);
    -o-transform: skew(0deg, 10deg);
    -moz-transform: skew(0deg, 10deg);
    -ms-transform: skew(0deg, 10deg);
    transform: skew(0deg, 10deg);
}

.control-navigation .container {
    -webkit-transform: skew(0deg, -10deg);
    -o-transform: skew(0deg, -10deg);
    -moz-transform: skew(0deg, -10deg);
    -ms-transform: skew(0deg, -10deg);
    transform: skew(0deg, -10deg);
}

.nav-ul ul {
    text-align: center
}

.nav-ul ul li a {
    padding: 6px 10px;
    color: #2b2b2b;
    border-bottom: 2px solid transparent;
    font-family: 'bold';
    font-size: 18px;
}

.nav-ul ul li a:hover,
.nav-ul ul li a:focus,
.nav-ul ul li.active a{
    color: #FF8201;
    border-color: #FF8201;
    text-decoration: none;
}

.stage-item h3 {
    font-size: 20px;
    font-family: 'bold';
    color: #2b2b2b;
    margin-bottom: 20px;
}

.stage-item h3 span {
    color: #FF8201;
}

.secrow {
    margin-top: 30px
}

div.btn-item {
    color: #FFF;
    padding: 5px 20px;
    border-radius: 25px;
    font-size: 16px;
    font-family: 'light';
    margin: 10px auto
}

div.btn-item.first {
    background: #f7c781;
}

div.btn-item.second {
    background: #eba551;
}

div.btn-item.therd {
    background: #e67d2d;
}

div.btn-item.fourth {
    background: #da5c2d;
}

.sec-hed {
    margin-top: 50px;
}

.panel-warning {
    border-color: #4C325C;
    border-width: 2px
}

.panel-warning>.panel-heading {
    background: #4C325C;
    color: #fff;
    font-size: 20px;
    font-family: 'bold'
}

.panel-item .table>thead>tr>th,
.panel-item .table>tbody>tr>th,
.panel-item .table>tfoot>tr>th,
.panel-item .table>thead>tr>td,
.panel-item .table>tbody>tr>td,
.panel-item .table>tfoot>tr>td {
    padding: 20px;
    font-size: 16px;
    font-family: 'bold'
}

.panel-item .table>thead>tr>th p,
.panel-item .table>tbody>tr>th p,
.panel-item .table>tfoot>tr>th p,
.panel-item .table>thead>tr>td p,
.panel-item .table>tbody>tr>td p,
.panel-item .table>tfoot>tr>td p {
    font-family: 'bold'
}

.panel-item .panel>.table>tbody tr td:first-child {
    border-left: 2px solid #4C325C;
    border-bottom: 2px solid #4C325C;
}

.panel-item .panel>.table>tbody tr:last-child td:first-child {
    border-bottom: none
}

.panel-heading {
    border-bottom: none
}

.tool-hed {
    padding: 10px 0;
    background: #FF8201;
    color: #FFF;
    font-size: 20px;
    font-family: 'bold';
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.tool-item {
    border-radius: 10px;
    background: #f3f3f2;
    margin-bottom: 30px;
    height: 212px;
    overflow: hidden;
}

.tool-text {
    padding: 20px;
    
}

.tool-text div p,
.tool-text div{
    font-size: 16px;
    height: 70px;
    overflow: hidden;
}

.news-img1 {
    border-radius: 6px;
    height: 200px;
    margin-bottom: 20px;
}

.news-img1 img {
    width: 70%;
    height: 70%;
    
}

.pagination>li>a {
    border-radius: 50% !important;
    margin: 3px;
    color: #FF8201;
    border-color: #FF8201;
    transition: all 0.2s ease;
    font-weight: bold
}

.pagination>li>a:hover,
.pagination>li>a:focus {
    background: #FF8201;
    border-color: #FF8201;
    color: #FFF;
}

.serv-img {
    height: 50%;
    overflow: hidden;
}

.serv-img img {
    width: 50%;
    height: 100%;
    padding-top: 20px;
}

.serv-info {
    margin-top: 20px;
    padding: 15px;
}

.serv-info h4 a {
    font-family: 'bold';
    font-size: 20px;
    text-decoration: none;
    color: #8F4B90;
}

.serv-info p {
    font-family: 'light';
    font-size: 16px;
    height: 50px !important;
    overflow: hidden;
}

.service-item{
    background: rgba(204, 204, 204, 0.103);
    margin-bottom: 25px;
    transition: all 0.3s ease;
    height: 405px;
    border-radius: 9%;
    background-clip: content-box;
    overflow: hidden;
}

.service-item:hover{
    background: #d2cdcb;
}


.service-item:hover .serv-info h4,
.service-item:hover .serv-info p,
.service-item:hover .serv-info a{
    color: #FFF;
}

.service-item:after {
    content: '';
    display: block;
    width: 0;
    clear: both;
    visibility: hidden
}

.service-item>a {
    font-size: 16px;
    color: #FF8201;
    float: left
}

.stitle {
    background: #f3f3f2;
    padding: 13px 60px;
}

.stitle:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 100%;
    background: #8F4B90;
}

.stitle h1 {
    color: #371430;
    font-size: 24px;
    margin: 0;
    line-height: 30px
}

.right-img-inner {
    height: 330px;
    overflow: hidden;
}

.right-img-inner img{
    width: 100%;
    /* height: 330px */
    height: auto;
}

.text-int img{
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 350px;
    max-height: 350px;
}

.inner-slid-img{
    width: 40%;
    height: auto;
    margin-left: 20px;
    margin-bottom: 20px;
}

.left-inner p,
.left-inner span,
.left-inner li,
.left-inner pre{
    font-size: 16px !important;
    font-family: 'light' !important;
    line-height: 1.6 !important;
color: #777 !important
}

.left-inner ol{
    list-style-type: decimal ;
}

.left-inner ul{
    list-style-type: disc ;
}

.left-inner ol li,
.left-inner ul li{
    display: list-item;
}
.f-row{margin-bottom: 60px;}

.list-inner header{
    padding: 15px;
    background: #FF8201;
}
.list-inner header h4{
    font-size: 18px;
    font-family: 'bold'
}
.list-inner header h4 span{
    float: left;
    font-size: 18px;
    font-family: 'bold'
}
.list-inner .stitle{margin-bottom: 20px; margin-top: 25px; position: relative;}
.list-inner .stitle h1{
    font-size: 16px;
    font-family: 'bold'
}

.list-item p{
    text-align: justify;
    font-family: 'light';
    font-size: 14px;
}
.servic-table table{border-spacing: 10px;}
.servic-table tr td{vertical-align: middle !important}
.servic-table tr td:first-child{
    background: #cfc7bf;
    text-align: center;    
    width: 29.5%;
}
.servic-table tr td p,
.servic-table tr td p a{
    font-size: 16px;
    margin: 0;
    text-decoration: none;
    color: #000;
    font-family: 'bold';
}

.servic-table tr td:not(:first-child){
    width: 69.5%;
    background: #FF8201;
    padding: 10px 15px;
    height: 64px;
    overflow: hidden;
}

.wid{width: 1% !important; background: #FFF !important;}
.sp{height: 20px;}

.right-number{
    background: #f3f3f2;
    color: #8F4B90;
    border-radius: 10px;
    text-align: center;
    min-height: 165px;
    position: relative;
    overflow:hidden;
}

.right-number p{
    font-size: 36px;
    line-height: 165px;
    font-family: 'bold';
}

.lines:before{
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    right: 60px;
    width: 200px;
    height: 5px;
    background: #624177;
    z-index: 1;
}

.inner-table{
    margin: 75px 0;
}

.inner-table, .two-tables {border-radius: 15px; overflow: hidden; position: relative; z-index: 2}
.two-tables{border-top-left-radius: 0; border-bottom-left-radius: 0;}
.inner-table .table,
.two-tables .table{margin-bottom: 0}
.inner-table .table tr td,
.two-tables .table tr td{vertical-align: middle; padding: 6px;}
.inner-table .table tr td:first-child,
.two-tables .table tr td:first-child{width: 30%;  text-align: center}
.inner-table .table tr td.cel-back{
    background: #483057;
    color: #FFF;
}
.inner-table .table tr td.cel-back1{
    background: #9A4795;
    color: #FFF;
}
.inner-table .table tr td.cel-back2,
.two-tables .table tr td.cel-back2{
    background: #BD4AA4;
    color: #FFF;
}

.two-tables .table tr td.cel-back2{
    background: #f3f3f2;
    color: #8F4B90;
}

.inner-table .table tr td p,
.two-tables .table tr td p{
    font-size: 18px;
    font-family: 'bold';
    margin: 0
}
.inner-table .table tr td:first-child p{border-left: 1px solid #ccc}
.inner-table .table tr td:first-child p::first-letter{color: #fff;}

.two-tables .table tr td:first-child p,
.two-tables .table tr td:nth-child(2) p:first-letter{color: #BD4AA4;}
.two-tables .table tr td:nth-child(2) p{color: #483057;}
.two-tables .table tr td:nth-child(2) {text-align: left;}
.circle-pos{
    width: 80px;
    height: 80px; 
    background: #fff;
    border: 2px solid #8F4B90;
    color: #8F4B90;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1
}
.circle-pos p{line-height: 80px; font-size: 18px; font-family: 'bold'}

.ul-pos{
    position: absolute;
    bottom: -90px;
    left: 50%;
    transform: translate(-50%, 0);
}
.ul-pos li{
    font-size: 14px; 
    font-family: 'bold';
    margin-right: 20px;
    position: relative
}
.ul-pos li:last-child:after{
    content: '';
    background: #8F4B90;
    width: 2px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0;
    right: -10px;
}
.step-btn{text-align: center; color: #fff; padding: 5px 20px;}
.step-btn p{font-size: 16px; font-family: 'bold'}

.bg1{background: #624177;}
.bg2{background: #9A4795;}
.bg3{background: #BD4AA4;}
.bg4{background: #cc93c6;}

.design-row {background: #f7eef6;}
.diagnosing-row {background: #f7eef6;}

.title-right{height: 630px; background: rgba(215, 222, 239, 0.28); position: relative;}
.title-right h3{
    font-size: 18px;
    font-family: 'bold';
    transform: rotate(-90deg) translate(0, -50%);
    position: absolute;
    top: 50%;
    color: #BD4AA4;
}
.the-row{height: 192px; padding-right: 30px; border-right: 5px solid rgba(181, 0, 160, 0.12);}
.the-row h3{
    font-size: 18px;
    font-family: 'bold';
    color: #686666;
    line-height: 192px;
}
.the-row:after{
    content:'';
    display: block;
    width: 0;
    clear: both;
    visibility: hidden
}
.float-left{position: relative; width: 70%; height: 205px; top: -192px}
.float-left:after{
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
}
.triangle{
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 90px solid #BD4AA4;
}
.triangle-inv{
    position: absolute;
    top: 0;
    right: 62px;
    width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 90px solid #BD4AA4;
}
.two-t,
.right-four{
    right: 125px
}
.two-inv,
.right-five{
    right: 188px;
}

.three-t,
.right-six{
    right: 252px;
}
.two-top{top: 100px;}

.three-inv,
.right-seven{right: 315px;}

.four-t,
.right-eight{right: 376px;}


.row-two{height: 91px; margin-top: 10px;}
.row-two h3{line-height: 91px;}
.row-two .float-left{height: 91px; top: -194px;}
.row-two .three-inv{right: 0;}
.right-three{right: 62px;}

.add-class .triangle{
    border-bottom: 90px solid #BD4AA4;
}
.add-class .triangle-inv{
    border-top: 90px solid #BD4AA4;
}

.doing{background: #efdeed;}
.doing .float-left{top: -185px;}
.zero-right{right: 0}
.four-right{right: 62px;}
.trav-right{right: 125px;}
.six-right{right: 188px;}
.doing .triangle{
    border-bottom: 90px solid #9A4795;
}
.doing .triangle-inv{
    border-top: 90px solid #9A4795;
}

.devlop{background: #ebd5e8;}
.devlop {height: 197px;}
.devlop .float-left{ top: -196px;}

.five-right{right: 62px;}
.devlop .six-right{right: 125px}
.gret-right{right: 188px}

.devlop .triangle{
    border-bottom: 90px solid #4C325C;
}
.devlop .triangle-inv{
    border-top: 90px solid #4C325C;
}
.devlop h3{line-height: 197px;}

.heights h3{width: 270px; left: -134%; color: #BD4AA4;}

.triangle:after{
    position: absolute;
    right: -20px;
    bottom: -80px;
    color: #fff;
}

div.f-item.triangle:after{content: 'دراسة الجدوى';}
div.s-item.triangle:after{content: 'الرسالة';}
div.t-item.triangle:after{content: 'القيم'; right: -15px}
div.d-item.triangle:after{content: 'المقاصد الكلية';}
div.e-item.triangle:after{content: 'مؤشرات الأداء';}
div.g-item.triangle:after{content: 'تحليل البيئة';}
div.h-item.triangle:after{content: 'تحليل الفجوة';}
div.i-item.triangle:after{content: 'الهوية المؤسسية'; text-align: center; right: -25px;}
div.j-item.triangle:after{content: 'نموذج العمل'; text-align: center;}
div.k-item.triangle:after{content: 'الهيكل التنظيمي'; text-align: center;}
div.l-item.triangle:after{content: 'الخطة البديلة'; text-align: center; color: #FFF}
div.m-item.triangle:after{content: 'أدلة العمل'; text-align: center; color: #FFF}
div.n-item.triangle:after{content: 'تقييم الأداء'; text-align: center; color: #FFF}

.triangle-inv:after{
    position: absolute;
    top: -80px;
    text-align: center;
    right: -5px;
    color: #fff;
}

div.o-item.triangle-inv:after{content: 'أصحاب المصحلة'; right: -20px; top: -85px;}
div.o1-item.triangle-inv:after{content: 'الرؤيا';}
div.o2-item.triangle-inv:after{content: 'عوامل النجاح الحرجة'; right: -20px; top: -85px;}
div.o3-item.triangle-inv:after{content: 'تحليل الاداء الحالي'; right: -20px; top: -85px;}
div.o4-item.triangle-inv:after{content: 'تحليل المنافسة'; right: -20px; top: -85px;}
div.o5-item.triangle-inv:after{content: 'المفهوم'; right: -20px; top: -85px;}
div.o6-item.triangle-inv:after{content: 'مجالات العمل'; right: -20px; top: -85px;}
div.o7-item.triangle-inv:after{content: 'الأهداف العامة'; right: -20px; top: -85px;}
div.o8-item.triangle-inv:after{content: 'الاستراتيجيات'; right: -35px; top: -85px;}
div.o9-item.triangle-inv:after{content: 'خطة العمل'; right: -20px; top: -85px; color: #FFF}
div.o10-item.triangle-inv:after{content: 'خطط الأقسام'; right: -20px; top: -85px; color: #FFF}
div.o11-item.triangle-inv:after{content: 'الثقافة والميثاق'; right: -20px; top: -85px; color: #FFF}
div.o12-item.triangle-inv:after{content: 'تقييم الخطة الاستراتيجية'; right: -25px; top: -90px; color: #FFF; font-size: 11px;}
div.o13-item.triangle-inv:after{content: 'تقييم الخطة التنفيذية'; right: -20px; top: -85px; color: #FFF; font-size: 11px;}
div.o14-item.triangle-inv:after{content: 'اعادة التخطيط'; right: -20px; top: -85px; color: #FFF}

.news-inner-tet p{font-family: 'bold'; font-size: 16px; line-height: 1.8;}

.circle-in{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    border: 10px solid #8F4B90;
    border-radius: 50%;
    border-left-color: transparent;
    transform: translate(-50%, -50%) rotate(40deg);
}

.news-inner-tet img{
    float: right;
    width: 350px;
    max-height: 300px;
    margin-left: 20px;
    margin-bottom: 20px;
}


.pagination > li:last-child > a, .pagination > li:last-child > span,
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    color: #FFF !important;
    background: #FF8201;
    border-color: #FF8201;
}

.pagination > li{display: inline-block;}

.pagination > li:first-child{
    margin-left: 10px;
}

.pagination > li:last-child{
    margin-right: 10px;
}

.details-alls ul li,
.details-alls ol li{
    display: list-item !important;
}

.details-alls ul,
.details-alls ol{
    list-style: normal;
}

.my-details{
    height: 42px !important;
overflow: hidden;
}

.search-all{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: RGBA(255, 255, 255, 0.8);
    z-index: 9999;
    overflow-y: scroll;
    -webkit-overflow-y: scroll;
    -moz-overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-x: hidden;
    -moz-overflow-x: hidden;
    display: none;
}

#closeSearch{
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 0.7;
    border-radius: 25px;
}

.flex-dis {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.inline-dis span{
    display: inline-block;
    padding: 2px 10px;
    background: #f6ac4d;
    border-radius: 25px;
    line-height: normal;
    color: #FFF;
    font-weight: bold;
}

.search-form .form-control{
    border-radius: 25px;
    color: #f6ac4d;
    border-color: #f6ac4d;
    height: 40px;
    line-height: normal;
}

.search-form input[type=checkbox],
.search-form input[type=radio],
.search-form select{
    cursor: pointer;
}

.side-blog{
    padding: 15px 5px;
    background: #f4f4f4;
    border-radius: 10px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
    background: #CC46C8;
    color: #fff;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #CC46C8;
    color: #fff;
}

.nav-pills>li>a{
    color: #333;
}

.details-text{
    overflow-x: hidden;
}

.com-form .form-group{
    position: relative;
}

.com-form .form-group textarea{
    padding-right: 45px;
    padding-left: 65px;
    border-radius: 25px;
    color: #FF8201;
    height: 45px;
    line-height: 30px;
    resize: none;
}

.user-photo{
    position: absolute;
    top: 5px;
    right: 5px;
    border: 1px solid #FF8201;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    overflow: hidden;
}

.user-photo img{
    width: 100%;
    min-height: 35px;
    max-height: 40px;
}

.sub-btn-me{
    position: absolute;
    top: 5px;
    left: 5px;
}

.sub-btn-me .btn{
    
    border-radius: 25px;
}

.comment-item .media-object{
    border: 1px solid #FF8201;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    
}

.com-bg {
    padding: 6px 20px;
    background: #f4f4f4;
    border-radius: 25px;
    /* box-shadow: 1px 1px 2px #ccc; */
    position: relative;
    margin-right: 15px;
}

.com-bg::after {

    content: '';
    /* display: block; */
    position: absolute;
    right: -5px;
    top: 50%;
    width: 0;
    height: 0;
    border-bottom: 15px solid transparent;
    border-right: 15px solid transparent;
    border-left: 17px solid #f4f4f4;
    transform: rotate(133deg) translate(0, -50%);
}

.com-bg h4 span{
    float: right;
}

.com-bg h4 small{
    margin-right: 7px;
}

.comment-item  .media-left, .comment-item .media-right, .comment-item .media-body{
    vertical-align: middle;
}

.tickets-table thead tr{
    background: #f4f4f4;
}

.tickets-table tr td,
.tickets-table tr th{
    padding: 10px !important;
}

.padding-me{
    padding: 25px;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    width: 200px;
    border: 1px solid #CCC;
    height: 37px;
    margin-right: 5px;
    border-radius: 25px;
    padding-right: 7px;
    padding-left: 7px;
    color: #f6ac4d;
}

.dataTables_wrapper .dataTables_length select {
    width: 74px;
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 25px;
    padding: 0;
    height: 37px;
    line-height: normal;
    padding-right: 7px;
    padding-left: 7px;
    color: #f6ac4d;
}


.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 25px;
    color: #FF8201 !important;
    font-weight: bold;
}

.td-a a{
    display: block;
    color: #000;
}

.tickets-btns a{
    margin-top: 0;
    margin-bottom: 20px;
}

.tickets-btns span:first-of-type{
    float: right;
}

.tickets-btns span:last-of-type{
    float: left;
}

.btn-list button,
.btn-list a{
    display: inline-block;
    border-radius: 25px;
    margin: 0;
}

.btn-list a.btn-danger{
    background: #bf1d18;
}

.new-ticket .form-control{
    color: #FF8201;
    border-radius: 25px;
}

.new-ticket select.form-control{
    height: 40px;
}

.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-blurred.ck-editor__editable_inline {
    min-height: 200px;
}
/* ------------------------------- Start Mediaquery -------------------------------------- */

@media(min-width: 100px) and (max-width: 499px) {
    /* Custom */
    .feat-text {
        padding: 0
    }
    .feat-text h1 {
        font-size: 20px;
    }
    .feat-text h1 span {
        font-weight: bold;
        font-size: 20px;
    }
    .feat-text p {
        font-size: 14px;
    }
    .pso img {
        height: 300px;
    }
    .feat-right {
        height: auto !important;
        padding: 5% 0 !important
    }
    .pso {
        display: none
    }
    .news-img img {
        height: auto
    }
    .news-item {
        margin-bottom: 20px;
    }
    .media-item {
        margin: 10px auto 30px auto
    }
}

@media(min-width: 500px) and (max-width: 767px) {
    /* X Small Screen */
    .about-item {
        width: 70%;
        margin-left: auto;
        margin-right: auto
    }
    .feat-text h1 {
        font-size: 20px;
    }
    .feat-text h1 span {
        font-size: 20px;
    }
    .feat-text p {
        font-size: 14px;
    }
    .news-img img {
        height: auto
    }
    .news-item {
        margin-bottom: 20px;
    }
    .media-item {
        width: 80%;
        margin: 10px auto 30px auto
    }
    .client-item{width: 70%; margin-left: auto; margin-right: auto; }
}

@media(min-width: 768px) and (max-width: 991px) {
    /* Small Screen */
    .news-img img {
        height: 150px;
    }
    .page-hero img {
        width: 70%
    }
    .hero-text-int {
        padding: 0
    }
    .int-hero {
        padding: 5% 0 15% 0 !important
    }
    .media-item img {
        height: 180px;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    /* Medium Screen */
    .title {
        position: static;
        transform: none;
        margin-bottom: 30px
    }
 .navbar-left a.user-it{padding: 0 !important;}
}

@media(max-width: 1200px) {
    /* Larg Screen */
   
}


/* ------------------------------- End Mediaquery ---------------------------------------- */

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(143, 75, 144, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
    .hero {
        padding: 10% 0 0 0
    }
    .hero-text {
        padding: 0 0 10% 0
    }
    .hero-img img {
        width: 100%;
    }
    .about-item {
        margin-bottom: 30px;
    }
    .title {
        position: static;
        transform: none;
        margin-bottom: 30px
    }
    .pos1,
    .toppos {
        display: none
    }
    .pso {
        right: 0
    }
    .pso img {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    .feat-right {
        padding: 0;
        height: 611px;
        padding: 20%
    }
    .company {
        padding-bottom: 100px;
    }
    .company-img img {
        margin-bottom: 20px;
    }
    .left-pos,
    .right-pos {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .table-responsive {
        border: none
    }
    .int-hero {
        padding: 0 0 15% 0 !important
    }
    .media-item img {
        height: auto
    }
    .panel-item {
        margin-bottom: 30px;
    }
    .service-item {
        margin-bottom: 30px;
    }
}

@media(max-width: 550px){
    .copy p span{
        display: block;
        text-align:center;
        float: none !important;
    }
}

@media(max-width: 768px){
    .title1{
        font-size: 38px;
        top: -70px;
    }
    .navbar-left{
        text-align: center;
    }
    .navbar-left a{
        display: inline-block !important;
    }
}

#latest p{ color:#fff;}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.container p img{ width:100%;}

.sertbl{
width:100%;
direction:rtl;
}
.sertbl td{
border: 3px solid #575656;
padding:5px;
}

 @media only screen and (max-width: 600px) {

 .sertbl td:first-child,
 .sertbl td:third-child
 {
  width: 4em;
  
 }
}

.about-head ol li{
    display: block;
list-style: decimal;
padding:5px;
}




@media(max-width: 550px){

.the-row {
    padding-right: 4px;
}

::before, ::after {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
element {

}
.the-row h3 {
    font-size: 0px;
}

.crystal-div .float-left {
width:100%;
}

.triangle {
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
}

.triangle-inv {
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
right: 40px;
}
.two-t, .right-four {

    right: 80px;

}

.right-three {

    right: 40px;

}

.two-inv, .right-five {

    right: 120px;

}
.three-t, .right-six {

    right: 160px;

}

.three-inv, .right-seven {

    right: 200px;

}
.four-t, .right-eight {

    right: 240px;

}

.mmd{ right: 40px !important; }

.md1 { right:0px !important; }
.md2 { right:40px !important; }
.md3 { right:81px !important; }
.md4 { right:122px !important; }


.md6 { right:36px !important; }
.md7 { right:80px !important; }
.md8 { right:123px !important; }
.md9 { right:80px !important; }


}
