
/* Start My Frame Work */
body {
font: 14px/22px "Raleway", Arial, Helvetica, sans-serif;
    color: #6e6e6e; 


     
}
    
h1, h2, h3, h4, h5 {
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
}

h1 {
   font-size: 48px;
    font-weight:700;
    margin: 15px 0;
}

h1 > span {
    color:#fa5b0f
}

.top-text h4 {
    margin: 15px 0 25px;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
}

p {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 0px;
    color: #666;
}

.divider .outer-line {
    width: 25%;
    border-bottom: 1px solid #ddd;
}

.divider span {
    display: inline-block;
    vertical-align: middle;
}

.divider i {
    font-size: 20px;
    margin: 0 20px;
}

/* Start Triangle */
body.big-triangle .projectmanager, body.big-triangle .co-react-slider, body.big-triangle .testimonials, body.big-triangle .facts, body.big-triangle .contactform, body.big-triangle .footer{
    position: relative;
    overflow:hidden
}



body.big-triangle .projectmanager:after, body.big-triangle .projectmanager:before, body.big-triangle .co-react-slider:after, body.big-triangle .co-react-slider:before, body.big-triangle .testimonials:after, body.big-triangle .testimonials:before, body.big-triangle .facts:after, body.big-triangle .facts:before, body.big-triangle .contactform:after, body.big-triangle .contactform:before, body.big-triangle .footer:after, body.big-triangle .footer:before {
    content: "";
    position: absolute;
    bottom: -1px;
    top: 0;
    width: 50%;
    z-index: 100;
    border-top: 100px solid #fff;
    border-bottom: 100px solid #fff;
    -webkit-transform: rotate(0.000001deg);
    transform: rotate(0.000001deg);
    
}

body.big-triangle .co-react-slider:before, body.big-triangle .projectmanager:before, body.big-triangle .testimonials:before, body.big-triangle .facts:before, body.big-triangle .contactform:before, body.big-triangle .footer:before{
    right: 50%;
    border-right: 1000px solid transparent;
    border-left: 1000px solid;
}

body.big-triangle .co-react-slider:after, body.big-triangle .projectmanager:after, body.big-triangle .testimonials:after, body.big-triangle .facts:after, body.big-triangle .contactform:after, body.big-triangle .footer:after{
    left: 50%;
    border-left: 1000px solid transparent;
    border-right: 1000px solid;
}


body.big-triangle .testimonials:after, body.big-triangle .testimonials:before, body.big-triangle .contactform:after, body.big-triangle .contactform:before{
    border-top: 100px solid #efefef;
}

body.big-triangle .projectmanager:after, body.big-triangle .projectmanager:before, body.big-triangle .facts:after, body.big-triangle .facts:before, body.big-triangle .footer:after, body.big-triangle .footer:before {
    border-bottom: 100px solid #efefef;
}

body.big-triangle .co-react-slider:after, body.big-triangle .co-react-slider:before{
    top: initial;
    border-top: none;
}


body.big-triangle .footer:after, body.big-triangle .footer:before {
    bottom: initial;
    border-bottom: none;
}

/* Start Triangle */

/* End My Frame Work */

/* Start Spinner*/

.spinner-wrapper {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #2F323A;
z-index: 999999;
}

.spinner {
  top:27%;
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fa5b0f;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
/* End Spinner */

/* Start Navbar */

.co-navbar .co-nav-brand {
    color:#fa5b0f;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    letter-spacing:5px;
}

.co-navbar .co-nav-brand:hover {
    color:#fa5b0f;
   
}

.co-navbar h3  {
    color:#FFF;
     text-transform: uppercase;
    font-weight:bold  
}

.co-navbar h3 span {
    color:#fa5b0f
   
}

.co-navbar .co-nav-li .co-nav-a{
     color: rgba(255,255,255,1);
    text-transform: uppercase;
    font-size:13px;
    margin-right: 10px;    
}

.new-color{
    color:#555 !important;
}

.new-color:hover{
    color:#fa5b0f !important;
}
.co-nav-collapse .co-nav-ul .co-nav-li .co-nav-a:hover {
    color:#fa5b0f;

}

.co-nav-li i{
    font-size:11px;
    padding-right: 3px;
}

@media (max-width: 991px) {
    .co-nav-ul{
    background-color:#FFF;
    
    }
    
    .co-navbar .co-nav-li .co-nav-a {
    color:#555;
    padding: 16px 12px;
    border-top: 1px solid #f6f6f6;
    }
    
}


/* End Navbar */

/* Start  slider */
.skitter{
    background-color:#fff;
    max-width:100% !important
}
 
.label_skitter{
    bottom: 20%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
   background:rgba(0,0,0,0)
}
.skitter img{
    width:100%;
    height:100vh !important;
    object-fit:cover;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 86%, 51% 100%, 0 87%);
    clip-path: polygon(0 0, 100% 0, 100% 86%, 51% 100%, 0 87%);
}
.skitter p{
    font-weight:900;
    font-family:Raleway;
}


.skitter button{
    position:absolute;
    left:50%;
    transform: translateX(-50%);
    background-color:#FA5B0F;
    border:#FA5B0F;
    padding:10px 60px;
    border-radius:20px;
    color:#fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    font-size:18px;
    font-family:Raleway;
}
.skitter button:hover{
    background-color:#FA5B0F;
    border:#FA5B0F;
}

@media(min-width:1100px){
    .skitter p{
        font-size:70px;
    }
}
@media(max-width:1000px){
    .label_skitter{
        bottom:50%
    }
    .skitter button{
        padding:5px 30px;
        font-size:12px;
    }
}
.slide-empty{
    height:100vh;
}
/* End slider */

/* Start About Us */

.co-about {
    padding: 70px 15px 100px !important;
    background-color: #FFF;
}

/* Start About Us Header */

.co-about-head h1 {
    font-size: 48px;
    font-weight:700;
    margin: 15px 0;
    color: #555;
    text-transform: uppercase;
}


.co-about-head h1 span {
    color:#fa5b0f;
}

.co-about-head h4 {
    color: #555;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
}

/* End About Us Header */

/* Start About Us Divider */

.co-divider {
    color: #555;
}

.co-fa-user {
    color:#555;
    margin-right:20px;
    margin-left:20px;
    font-size: 16px;
}

.co-outer-line {
    width: 25%;
    border-bottom: 1px solid #ddd;
     display: inline-block;
    vertical-align: middle;
    
}

/* End About Us Divider */

/* Start About Us Contents */
.co-about-content{
margin-top: 40px;
}


/* Start About Us Left Side */
.co-about-left-side p {
    line-height: 1.8;
    margin-bottom: 15px;
    color: #666;
}
/* End About Us Left Side */

/* Start About Us Contents, Left Side, tab */
.nav-tabs {
   border-bottom: 0
    }
.nav-tabs li a{
   border-left: 1px solid #ddd;
    line-height: 14px;
    font-size: 15px;
    color: #777;
    padding: 0 15px;
    margin: 15px 0 25px;
    text-transform: uppercase;
    display: block;
    text-decoration: none !important
}

.nav-tabs li:first-child>a {
    padding-left: 0;
    border-left: 0;
}

.nav-tabs li a:hover {
    color:#fa5b0f
}

.nav-tabs li a.active {
     color:#fa5b0f
}


@media (max-width: 1199px) and (min-width: 992px){
    
.nav-tabs li:first-child a {
    padding-left: 0;
}
       .nav-tabs li a {
    padding: 0 10px;
}
    .nav-tabs li:last-child a{
    padding-right: 0;
}
 
}
 

@media (max-width: 767px){
.nav-tabs li:first-child> a {
    padding-left: 0;
}

    .nav-tabs li a {
    padding: 0 20px;
}
   .nav-tabs li:last-child a {
    padding-right: 0;
}
}


@media (max-width: 576px){
    
    .nav-tabs {
    border: 1px solid #ddd;
    border-radius: 7px;
    }
    
    .nav-tabs li {
    float: none;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-left:0
    }
    
   .nav-tabs li a{ 
    border-left: 0;
    margin: 0;
    padding: 15px 0;
    }
    
    .nav-tabs li:first-child {
border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
    
    .nav-tabs>li:last-child {
    border-bottom: 0;
        
}
  
 .nav-tabs li:last-child {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
    
        
.nav-tabs li:hover {
    background: #fa5b0f;
}
 
    .nav-tabs li a:hover {
        color:#FFF
    }
    
    .tab-content p {
    margin-top: 20px;
}
    
    .nav-tabs li a.active {
     color:#FFF;
        background-color:#fa5b0f;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
}
    
   .nav-tabs li:last-child a.active { 
     border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
       
    }
    
}

.tab-content .tab-pane.fade.in {
    opacity: 1;
}
.co-about-left-side .custom-button {
    padding: 12px 26px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    background-color: #fa5b0f;
    text-decoration: none;
    color:#FFF;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    margin-top:10px
}

.custom-button span {
    position: relative;
    display: block;
    transition: all 0.3s;
}

.custom-button:hover span {
    transform: translateX(-10px);
}

.custom-button i {
    position: absolute;
    height: 100%;
    right: 12px;
    top: 50%;
    margin-top: -8px;
    transition: all 0.3s;
    transform: translateX(-20px);
    opacity:0
}

.custom-button:hover i {
    transform: translateX(0);
    opacity:1
    
}

/* End About Us Contents, Left Side, tab */

/* Start  About Us Right Side */

 .about-right-side {
    margin-top: 22px;
    margin-left: 22px;
    position: relative;
    display: inline-block;
}

.about-right-side:before {
    display: inline-block;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    transform: translate3d(22px, -22px, -22px);
    border-radius: 4px;
    /*border: 2px solid #fa5b0f;*/

}

.about-right-side img {
    position: relative;
    display: inline-block;
    border-radius: 4px;
}

@media (max-width: 991px){
.about-right {
    margin-left: -22px;
}

 .about-right-side {
    margin-top: 82px;
}
}
/* End  About Us Right Side */

/* End About Us Contents */

/* End About Us */

/* Start Project Manager Section */

.projectmanager {
    color: #fff;
    background-image: url(../images/projectmanager-bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 110%;
  
}

.projectmanager .section-overlay {
    padding: 120px 0 100px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 90px 0;
}

.projectmanager .container {
    position: relative;
    z-index: 999;
}

/* Start Project Manager Left Side */
.projectmanagerpicture {
    border: 12px solid #fa5b0f;
     border-radius: 50%;

}
@media (max-width: 1199px){
    
    .projectmanager {
    text-align: center;
}
.projectmanager .projectmanagerpicture  {
    float: none;
    margin: 0 auto 50px;
}
    
    }

@media (max-width: 767px){
.projectmanager .projectmanagerpicture  {
    float: none;
    margin: 0 auto 50px;
}
}
/* End Project Manager Left Side */

/* Start Project Manager Right Side */

.projectmanager h1 {
    color: #fff;
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    margin: 15px 0;
}

.projectmanager h3 {
    margin-top: 10px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    color: #fa5b0f;
}

.projectmanager p {
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 30px;
    font-style: italic;
}

.projectmanager blockquote {
    padding-top: 0;
    padding-bottom: 0;
    color: #cecece;
    font-size: 14px;
    border-left: 5px solid #fa5b0f;
    padding-left: 20px;
    margin-top: 30px;
    font-style: italic;
}

/* Start Social Media */
.social-icons ul {
    margin: 0;
    padding:0;
}
.social-icons ul li {
    display: inline-block;
    margin: 0 15px 15px 0;
    padding: 0;
    vertical-align: top;
    list-style: none;
   
}


.social-icons ul li a  {
    border: 3px solid #fa5b0f;
    background: transparent;
    display: block;
    width: 63px;
    height: 63px;
    line-height: 70px;
    border-radius: 50%;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    text-align: center;
    text-decoration: none;
    color:#fa5b0f;
   
}

.social-icons ul li a:hover {
    background-color:#fa5b0f;
     color:#FFF;
    transform: rotatey(360deg)
    
}
.social-icons ul li a i {
    font-size: 28px;
}

@media (max-width: 767px){
.projectmanager h1 {
    font-size: 40px;
    line-height: 40px;
}
    
    .social-icons ul li a {
    width: 43px;
    height: 43px;
    line-height: 42px;
        border: 2px solid #fa5b0f;
}
    .social-icons ul li a i {
        font-size: 20px;
    }

}

@media (max-width: 455px){
.projectmanager h1 {
    font-size: 30px;
    line-height: 30px;
}
    
    .social-icons ul li a {
    width: 35px;
    height: 35px;
    line-height: 32px;
    border: 2px solid #fa5b0f;
}
    .social-icons ul li a i {
        font-size: 15px;
    }
    
    .projectmanager h3 {
    font-size: 25px;
    line-height: 25px;
   
}
    

}

@media (max-width: 370px) {
    
    .co-about-head h1 {
    font-size: 30px;
}
    .projectmanager h1 {
    font-size: 25px;
    line-height: 25px;
}
    
    .social-icons ul li {
        margin:0 5px 5px 0
    }
    
    .social-icons ul li a {
    width: 32px;
    height: 32px;
    line-height: 30px;

}
    .social-icons ul li a i {
        font-size: 15px;
    }
    
    .projectmanager h3 {
    font-size: 20px;
    line-height: 20px;
   
}
    
}

/* End Social Media */

/* End Project Manager Right Side */

/* Start Services Section */


/* End Services Section */
.services {
    background-color: #efefef;
     padding: 90px 15px 72px !important;
    
}


.services .services-box {
    margin: 25px 0;
  
}

/* Start Service Item */

.services .services-box-item {
    position: relative;
    color: #717c8e;
    text-decoration: none;
    -webkit-perspective: 750px; 
    perspective: 750px;
    margin: 15px 0;
    float: left;
    

}
/* Start Service Item */

/* Satrt Service Item Cover */


.services .services-box-item-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0px 15px;
    box-shadow: 0px 0px 3px 1px #ddd;
    border-radius: 7px;
    background: #fff;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    

}


.services .services-box-item-cover:before {
    margin: -40px 0px 0px -20px;
    font-size: 40px;
}

.services .services-box-item-cover:before, .services .services-box-item-cover:after {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fa5b0f;
}


.services .services-box-item-cover:after {
    content: attr(data-headline);
    left: 0;
    width: 100%;
    margin: 20px 0 0;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
}

.services .services-box-item:hover> .services-box-item-cover {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);

}



/* End Service Item Cover */

/* Start Service Item Content */

.services .services-box-item-content {
    overflow: hidden;
    margin: -16px -6px;
    padding: 30px 40px;
    font-size: 14px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    border-radius: 7px;
    position: relative;
    background: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.3s, -webkit-transform 0.3s;
        
}


.services .services-box-item:hover> .services-box-item-content {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.services .services-box-item-content:hover {
    -webkit-backface-visibility: visible;
    backface-visibility: visible
}

.services .services-box-item-content:before {
    position: absolute;
    top: 0;
    right: 0;
    margin: -60px;
    font-size: 228px;
    opacity: 0.2;
    color: #fa5b0f;
}

.services .services-box-item-content h2 {
    position: relative;
    margin: 8px 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: Capitalize;
    color: #fa5b0f;
    line-height: 36px;
}


.services .services-box-item-content p {
    font-family: "Raleway", sans-serif;
    line-height: 23px;
    position: relative;
    margin: 12px 0;
    font-size: 13px;
    font-weight: 400;
    color: #666;

}

/* End Service Item Content */

@media (max-width: 991px) {
    
    .services .services-box-item {
    margin: 28px 0;
    }
    
    .services .services-box-item-cover {
    display: none;
   -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
    }
    
.services .services-box-item-content {
    padding: 15px;
     -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
    } 
}

@media (max-width: 767px){
.services h1 {
    font-size: 40px;
    line-height: 40px;
    }
}

@media (max-width: 370px){
.services h1 {
    font-size: 30px;
}
}

/* End Project Manager Section */

/* Start testimonials section */


.testimonials{
    background: url(../images/testimonials/testimonials-bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 110%;
    
}

 .testimonials .section-overlay {
    padding: 90px 0 135px;
    background-color: rgba(0, 0, 0, 0.7);
}
   

/* Start testimonials Container */

 .testimonials .container {
   position: relative;
     z-index: 999;
}

/* End testimonials Container */

/* Start testimonials Header */

.testimonials .top-text h1 {
    color:#FFF
}

.testimonials .top-text h4 {
    color:#FFF
}

/* End testimonials Header */
    
/* Start testimonials Carousel */
   
    .testimonials .quote-carousel {
    margin-top: 50px;
    color: #fff;
}
  
/* Satrt testimonials Indicators */
    
    .testimonials .carousel-indicators {
    bottom: -40px;
    z-index: 111;
}
    .testimonials .carousel-indicators li {
    background: #fff;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 2px;
    text-indent: -999px;
    cursor: pointer;
    border-radius: 50%;
    }
    
    
    .testimonials .carousel-indicators li.active {
    width: 12px;
    height: 12px;
    margin-top: 1px;
    }
    
    .testimonials .carousel-indicators .active {
        border-color:#fa5b0f;
        background-color: #fa5b0f
    }
    
  
    
/* End testimonials Indicators */
    
  /* Satrt testimonials carousel items */ 

    .testimonials .quote-carousel .co-carousel-blockquote {
    padding: 0;
    text-align: center ;
    font-size: 15px ;
    border: none ;
}
    
    .testimonials .quote-carousel .co-carousel-blockquote  .co-carousel-img {
    margin: 0 auto 25px;
    border: 6px solid #f9f9f9;
    background: #f9f9f9;
}
    
    .testimonials .quote-carousel .co-carousel-blockquote  p {
    font-style: italic;
    color: #fff;
}
    
.testimonials .quote-carousel .co-carousel-blockquote h5 {
    margin: 20px 0 10px;
    font-size: 20px;
    font-weight: 500;
    color:#fa5b0f;
    line-height: 14px;

} 

 /* End testimonials carousel items */  
    
/* End testimonials Carousel */ 

/* Start This style for all sections */


@media (max-width: 767px){
    
.top-text h1, .top-text h4, .footer p {
    margin-left: 15px;
    margin-right: 15px;
}
    .top-text h1 {
     font-size: 40px;
    line-height: 40px;
    }
    
.top-text h4 {
    line-height: 28px;
}
    .testimonials .quote-carousel .co-carousel-blockquote {
    padding: 0 15px;
}
}
    
@media (max-width: 370px){
    
.top-text h1 {
    font-size: 30px;
    line-height:30px
}
    }

/* End This style for all sections */
    
/* End testimonials section */


/* Start Portfolio Section */
.portfolio {
    padding: 90px 0 96px !important;
}

/* Start  Portfolio Filter Buttons */
.co-filter-btn {
    margin-top: 50px;
    margin-bottom: 50px;
}

.co-filter-btn .filter-button {
    border-radius: 40px;
    border: 2px solid #fa5b0f;
    color:#111;
    margin-right: 8px;
    padding: 7px 27px;
    background-color: #FFF
}

.co-filter-btn .filter-button:hover {
    background-color: #fa5b0f;
    color:#FFF;
}


.co-filter-btn .filter-button.active {
     background-color:#fa5b0f;
    color:#FFF
}

/* End Portfolio Filter Buttons */

/* */ 
.co-gal-caption h3 {
    border-left: 3px solid #fa5b0f; 
    font-size: 16px;
    margin-top: 20px;
    font-weight: 600;
    padding-left: 15px;
    padding-top: 2px;
    line-height: 16px;
}

.co-gal-caption P{
    font-size:13px
}

 .co-gal-img {
     position: relative;
}

.co-gal-item .co-figure .co-overlay-img {
position: absolute;
    width:100%;
    height:100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.co-gal-item .co-figure .co-overlay-img i {
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}




.co-gal-img:hover .co-overlay-img {
  opacity: 1;
}

/* Satrt  Portfolio Modal Project Gallery */
.co-modal-content {
background: transparent !important;
    border: none
}

.co-modal .co-close .co-close-icon {
    line-height:1.5;
    color:#f1f1f1;
    text-shadow: none;
     margin: 10px;
}

.co-modal .co-close .co-close-icon:hover{
    color:#FFF !important
}


.co-modal-content p {
    color:#FFF
}


/* End Portfolio Modal Project Gallery */

@media (max-width: 767px){
.portfolio .filter-button {
    display: block;
    margin: auto;
    margin-bottom: 10px
    }
    
    .co-close-icon {
        font-size:20px
    }
    
}


/* End Portfolio Section */

/* Satrt Facts Section */

.facts {
    background: url(../images/facts/facts-bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 110%;
   
}

.facts .section-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 90px 0;
}

.facts .container {
   position: relative;
    z-index: 999;
}

/* Satrt Facts Header */
.facts .top-text  {
    color:#FFF
}

/* End Facts Header */

/* Satrt Fact Badges  */

.fact-badges {
    margin-top: 65px;
    text-align: center;
}

.fact-badges i {
    font-size: 90px;
    color: #fff;
}
.fact-badges h2 {
    margin-top: 20px;
}

.fact-badges h2 span {
    font-weight: bold;
    font-size: 48px;
    color: #fa5b0f;
}

.fact-badges h4 {
    color:#FFF;
     margin: 25px 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
}

/* End Fact Badges  */

/* End Facts Section */

/* Start Team Section */
.team {
    background-color: #efefef;
     padding: 70px 15px 50px !important;
}
/* Start Team Members */

.co-team-row {
    margin-top:40px
}

.co-team-caption {
    border-top: 3px solid #fa5b0f;
    text-align: center;
    background: #fff;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
     color: #555;
}


 .co-team-caption h4 {
    line-height: 0;
    text-transform: uppercase;
    margin: 35px 0 25px;
    font-weight: 700;
     font-size:18px;
    
}
.co-team-figuer:hover .co-team-caption {
    color:#FFF;
    background-color: #fa5b0f
}




 .co-team-caption h6 {
     padding-bottom:18px;
    font-style: italic;
}


.co-team-img {
    position: relative;
   
}
.co-team-img img {
 border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.co-team-member .co-overlay-img-team {
    position: absolute;
    width:100%;
    height:100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
     border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    
    
}

.co-team-figuer:hover .co-overlay-img-team {
  opacity: 1;
}

 .co-team-img .co-team-ul {
    position: absolute;
    top: 50%;
    left:20px;
     right:0;
     bottom:0;
    width: 100%;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    will-change: content;
     text-decoration: none
}




.co-team-img  ul li a {
    background: transparent;
    display: block;
    border-radius: 50%;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    text-align: center;
    text-decoration: none;
    color: #fff !important;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    line-height: 36px;
}

.co-team-img  ul li a:hover  {
    background-color:#FFF;
     color:#fa5b0f !important;
    transform: rotatey(360deg)
}

.co-team-img li {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 0;
    vertical-align: top;
    list-style: none;
    font-size:19px;
    color: #FFF;
    top: 50%;
    left: 50%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
    
}
   
/* End Team Members */

/* Start Modal team Members */
.co-modal-team-content {
    max-width: 100%;
    background-color: transparent;
    border:none
}
.co-modal-team-content p {
    color:#FFF
}
.co-carousel-item-team img {
    max-height:625px
}

/* End Modal Team Members */
/* End Team Section */

/* Start Contact Section */
.contact {
    background-color: #efefef;
    padding-top:10px;
    padding-bottom: 100px
}

/* Start Contact Map */
.co-contact-map {
    padding-top:30px
}

/* End Contact Map */

/* Start Contact Boxes */
.co-contact-box {
    margin-top: -130px;

}

.info-map-boxes-item {
    padding: 18px 20px 15px;
    background-color: #FFF;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03), 0 0 7px rgba(0, 0, 0, 0.15);
    border-radius: 7px;
    -webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

.info-map-boxes-item h1 {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
    color: #fa5b0f;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px
}


.info-map-boxes-item i {
    float: left;
    font-size: 60px;
    color:#fa5b0f;
}

.info-map-boxes-item p {
    line-height: 25px;
    font-size: 13px;
    color:#666;
    text-align:right;
}

.info-map-boxes-item a {
    color: #fa5b0f;
}
    
/* End Contact Boxes */

@media (max-width: 767px){
.co-contact-box {
    margin-top: 0px;
    }
    
    .info-map-boxes-item {
        margin-top:30px;
    }
}

/* End Contact Section */

/* Start Contact Form */
.contactform {
    color: #fff;
    background: url(../images/contact/contactform-bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 110%;
   
 
}

 .contactform .section-overlay {
    padding: 90px 0;
     background-color: rgba(0, 0, 0, 0.7);
}
.contactform .container {
   position: relative;
    z-index: 999;
}

/* Satrt Contact Form Container */
.contactform .co-form {
    max-width: 750px;
    margin: 0 auto;
    padding: 60px 0 30px;
}

.co-contact-col {
    margin-bottom: 20px;
}

.co-contact-col .co-contact-icon .co-contact-text, .co-contact-col .co-contact-control {
     border-top-left-radius: 30px;
        border-bottom-left-radius: 30px
}

.co-contact-col  .co-contact-control,  .co-contact-col .co-contact-control{
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        font-size:15px
} 


.co-contact-text {
    background-color:#fa5b0f;
    border:none;
    
   
}

.co-contact-icon i {
    color:#FFF
}
.co-textarea {
    padding: 20px 0 0 25px;
}


.co-contact-button {
    color:#FFF;
    background-color:#fa5b0f;
    text-transform: uppercase;
    font-weight: 600;
    width:100%;
    height:100%

    
}
.co-contact-button:hover, .co-contact-button:active{
    border:2px solid #fa5b0f;
    color:#555;
    background-color: #FFF
    
}

@media (max-width: 767px) {
.co-contact-button {

    height: calc(2.875rem + 2px);
}
}


/* End  Contact Form Container */

/* End Contact Form */


/* Start Partners Section */

.partners {
    padding-top:70px;
    padding-bottom:70px
}

/* End Partners Section */

/* Start Footer Section */

.footer {
    padding: 40px 0;
    background-color: #343A40;
    padding-bottom: 10px;
    border-top: none;
        position: relative;
}

.footer .container {
    padding: 120px 0;
}

/* Start Copyright Text */

.footer .container p:first-child {
    font-weight: 500;
    text-transform: uppercase;
}

.footer p {
    color: #fff;
    padding-bottom: 10px;
        text-transform:lowercase;

}
.footer p a {
    text-decoration: none !important;
        color: #fff;
    padding-bottom: 10px;
}

.footer p span:hover {
    color:#fa5b0f;
    
}

/* End Copyright Text */

/* Start Social Media Links */

.footer .social-icons ul li a {
    width: 42px;
    height: 42px;
    line-height: 40px;
     border: 2px solid #fa5b0f;
}

.footer .social-icons ul li a i {
    font-size: 18px;
}

/* End Social Media Links */

/* End Footer Section */

/*  Start back To Top */
#back-top-wrapper {
    position: fixed;
    right: 26px;
    bottom: 26px;
    overflow: hidden;
    z-index: 1111;
}
#back-top{
    display:none;
}


#back-top a {
    border:2px solid #fa5b0f;
    display: block;
    background-color: transparent;
    text-align: center;
    -webkit-transition: 1s;
    transition: 1s;
    width: 45px;
    margin: 0 auto;
    border-radius: 50%;
}

#back-top span  {
    display: block;
    -webkit-transition: 1s;
    transition: 1s;
    z-index: 1;
    margin-bottom: 0;
    width: 41px;
    height: 41px;
    background: none;
    position: relative;
    overflow: hidden;
}

#back-top span i {
    font-size: 19px;
    line-height: 41px;
    position: absolute;
    left: 0;
    top: 0;
    width: 41px;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #fa5b0f
    
    }



#back-top a:hover {
    background-color:#fa5b0f;
}

#back-top i:hover{
    color:#FFF;
}

/*  End back To Top */


/* Start change color nav in navbar section, and  nav in about section in small media  */

.active-nav a{
  color:#fa5b0f !important 
}

/* End change color nav in navbar section, and  nav in about section in small media  */

/* Start change color and background color nav in about section in small media */


@media (max-width: 576px) {

.active-nav-small {
    background-color:#fa5b0f;
    
}

.active-nav-small a {
    color:#FFF !important
}
    
  
}

/* End change color and background color nav in about section in small media */

/* Start change color and background color btn in portfolio section */
.active-btn-portfolio {
    color:#FFF !important;
    background-color:#fa5b0f !important;
}


/* End change color and background color btn in portfolio section */


/* Start Log In Dashbord Page */
.dashboard {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color:  #343A40;
z-index: 999999;
}

.header {
    margin-top:40px;
    margin-bottom: 90px
}

.dashboard .header h1 {
    color:#fa5b0f
}

.dashboard-form {
    max-width: 500px;
    margin:auto;
   
    
}

.form-lable {
    color:#FFF
}

.form-input {
    border-radius: 40px;
    border:#FFF
}

.form-btn {
    background-color: #fa5b0f;
     border:2px solid #fa5b0f;
    border-radius: 40px;
    color:#FFF
}

.form-btn:hover {
    background-color:#FFF;
    border:2px solid #fa5b0f;
    color:#555
}

/* End Log In Dashboard Page */

/* Start Dashboard Home Page */

/* Start Left Side Dashboard */
.home {
    overflow: hidden
}

.col-left {
    padding:0;
    background-color: #343A40
}


.dash-ul {
    width:100%
}
.user-control-border p{
    font-weight:16px !important;
    color: #FFF;
    text-transform: uppercase;
    border-bottom: 1px solid #4e4e52;
     padding:10px 0;
    width:100% !important
   
}

.user-admin h4 {
    color:#fa5b0f !important;
    font-weight: bold !important;
    
}

.nav-item-dash {
    font-size:16px;
    padding: 5px 0
    
}

.nav-item-dash:hover a {
color:#fa5b0f !important
    
}

.nav-item-dash i {
    padding-right:30px
}



/* End Left Side Dashboard */

/* Start Right Side Dashboard */

.col-right {
    
    background-color: #EFEFEF;
    padding:0;
    
}

.welcome-home {
    margin:90px 0
}

.col-right h1 span {
  color:#fa5b0f
}

@media (max-width: 1142px) {

.col-right h1 {
   font-size:40px !important
}
}

@media (max-width: 991px) {

.col-right h1 {
   font-size:30px !important
}
}

@media (max-width: 865px) {

.col-right h1 {
   font-size:25px !important
}
}

@media (max-width: 767px) {

.col-right h1 {
   font-size:15px !important
}
}




/* End Left Side Dashboard */

/* End Dashboard Home Page */

/* Start Dashboard Users Page */

.right-header {
    background-color: #FFF;
    color:#555;
    padding:20px;
    font-size: 16px;
    font-weight: bold;
      box-shadow: 0 1px 1px rgba(0,0,0,.15);
}

.form-users {
    border:1px solid #CCC;
    padding:0 10px;
    margin: 40px 20px 0 20px;
    background-color: #FFF;
    box-shadow: 0 1px 1px rgba(0,0,0,.15);
     border-radius: 4px
  
    
}



.form-users-admin {
    padding-top:27px;
    
}



.user-p {
    font-size:16px;
    font-weight:bold
}

.eye-icon {
    color:#555
}

.eye-icon:hover {
    color:#fa5b0f
}

.delete-user {
    font-size:16px;
    cursor: pointer;
    margin-top: 5px
}

.delete-user:hover {
    color:#fa5b0f
}

.active-nav-dash a{
    color:#fa5b0f !important
}

/* End Dashoard Users Page */

/* Start Dashboard add user page */


.btn-add-user {
    background-color:#fa5b0f;
    color:#FFF;
    margin-top:10px
    
    
}
.btn-add-user:hover {
    background-color:#343A40;
    color:#FFF;
}

/* End Dashboard add user page */

/* Start Dashboard logo page */
.card-dash {
    max-width:60%;
    margin: 40px auto;
    
}

.card-header-dash {
    font-weight: 600;
    font-size:16px
    
}

@media (max-width: 900px) {
    
   .card-dash{

max-width: 90%;
  
}
   
}


.file-logo{
    width:35%;
    margin: auto
}

/* End Dashboard logo page */
/* Start  Dashboard menu page */

.card-dash-menu {
    max-width:97% !important
}

.col-menu  {
    margin: 10px 0
}

/* End  Dashboard menu page */

/* Start Dashboard Slider page */

.img-slider {
    width:100%;
    height:250px
}

.card-dash-slider {
    max-width:97%
}



.btn-add-slide {
    padding:25px;
    background-color: #343A40;
    color:#FFF;
    margin-bottom: 15px
    
}

.btn-add-slide:hover {
    background-color:rgba(52, 58, 64, 0.8);
    color:#FFF
  
}

/* End Dashboard Slider page */

/* Start Dashboard About Us page */

.form-main-img-about {
    width:50%;
}

.file-about {
    width:40%;
    margin: auto
}

.img-about {
    width:100%;
    height:300px
}

.btn-img-about {
    color:#FFF;
    background-color: #343A40;
}

.btn-img-about:hover {
    color:#FFF;
     background-color:rgba(52, 58, 64, 0.8);
    color:#FFF
}

.form-img-about {
    border:1px Solid #CCC !important;
    border-radius: 4px;
}

.form-img-about img {
    border-top-left-radius: 4px;
    border-top-right-radius:4px
}

@media (max-width: 991px) {


.form-main-img-about {
    width:100%;
}

}


/* End Dashboard about Us page */

/* Start Dashboard Services Page */

.card-services {
    margin-bottom: 20px 
}

.label-services {
    font-weight: bold
}


/* End Dashboard Services Page */

/* Start Dashboard Reviews Page */
.img-review {
    width:120px;
    height:120px;
    border-radius: 50%;
    border:1px solid #EFEFEF;
     box-shadow: 0 1px 1px rgba(0,0,0,.15);

    
}

.input-name-review {
    text-transform: uppercase;
}


.review-head {
    margin-top:30px
}

/* End Dashboard Reviews Page */

/* For Pages using small cards */
.form-row-margin {
    margin:30px 7px;   
}
/* For Pages using small cards */

/* Start Dashoard Portfolio page */

.delete-portfolio {
    float:right
}

.nav-filter-portfolio {
    margin-top:40px;
    border:none
}

.nav-filter-portfolio .nav-filter-item, .nav-filter-portfolio .nav-filter-item.active {
    background-color: #fa5b0f;
    color:#FFF;
    margin:10px;
    border-radius:4px;  
}

.nav-filter-portfolio .nav-filter-item:hover , .nav-filter-portfolio .nav-filter-item.active:hover {
    background-color: #343A40;
    color:#FFF;
}

/*========================= updates============================ */
.carousel-item img{
    width:80px;
    height:80px
}


.co-gal-item img{
    height:200px;
    width:100%;
    object-fit:cover
}

.label_skitter{
    margin:auto;
    text-align:center
}
/*team*/
.co-team-img{
    height:263px !important;
   
}
.co-team-img img{
    height:100%;
    width:100%;
    object-fit: cover
}