h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
}
 

 
ul {
    margin: 0;
    padding: 0;
}
 
label {
    margin: 0;
}
 
.imgIcon {
    width: 100%;
    height: 22rem;
    background-color: #000;
}
 
.footerOption1,
.footerOption2,
.footerOption3,
.footerOption4,
.footerOption5,
.footerOption6 {
    cursor: pointer;
}
 
.leftSidebar {
    width: 100%;
    height: 40rem;
    position: relative;
    /* border: #000 solid 1px; */
    /* background: rgb(47, 47, 47); */
    color: #000000;
    font-weight: 400;
    overflow: hidden;
}
 
.leftSidebar ul {
    list-style: none;
    height: 100%;
}
 
.leftSidebar ul li {
    display: block;
    height: 4rem;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
    overflow: hidden;
}
 
.leftSidebar ul li .options {
    display: block;
    width: 20%;
    height: 4rem;
    border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
    padding: 0 20px;
    cursor: pointer;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -o-transition: 0.2s all;
    -ms-transition: 0.2s all;
    text-align: center;
}
 
.leftSidebar ul li .secondOptions {
    display: block;
    width: 20%;
    min-width: 185px;
    height: 4rem;
    border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
    padding: 0 20px;
    cursor: pointer;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -o-transition: 0.2s all;
    -ms-transition: 0.2s all;
  text-align: center;
}
 
.leftSidebar ul li .options span {
    /* display: block; */
    width: 100%;
    line-height: 4rem;
    text-align: center;
    font-weight: 700;
}
 
 
@media (max-width:1186px) {
    .leftSidebar ul li .options1 span {
        line-height: 2rem;
    }
 
    .leftSidebar ul li .options7 span {
        line-height: 2rem;
    }
 
    .leftSidebar ul li .options4 span {
        line-height: 2rem;
    }
}
 
@media (max-width:1099px) {
    .leftSidebar ul li .options5 span {
        line-height: 2rem;
    }
}
 
@media (max-width:1287px) {
    .leftSidebar ul li .options6 span {
        line-height: 2rem;
    }
}
 
@media (max-width:1372px) {
    .leftSidebar ul li .options9 span {
        line-height: 2rem;
    }
}

@media (max-width:1366px) {
    .leftSidebar ul li .options1 span {
        line-height: 2rem;
    }
}
 
.leftSidebar ul li .secondOptions span {
    /* display: block; */
    width: 100%;
    line-height: 4rem;
    text-align: center;
    font-weight: 700;
}
 
.leftSidebar ul li .detailBox {
    position: absolute;
    width: calc(80% + 20px);
    height: 100%;
    left: 100%;
    top: 0;
    /* visibility: hidden; */
    /* background: #03C5E2; */
    /* border-left: #000 solid 1px; */
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    padding: 20px;
    overflow: scroll;
    overflow-x: hidden;
    color: #fff;
    opacity: 0;
}
 
.leftSidebar ul li .detailBox h3 {
    color: #005BAE;
    margin: 0px 10px;
    font-weight: 700;
}
 
.leftSidebar ul li .detailBox div {
    margin: 20px 10px;
    padding: 5px 10px;
    border: rgba(212, 224, 235, 1) solid 2px;
    border-radius: 10px;
    text-indent: 1rem;
}
 
.leftSidebar ul li .detailBox div p {
    font-family: 'Source Sans Pro', sans-serif;
}
 
.leftSidebar ul li .detailBox div p span {
    text-indent: 1em;
}
 
.leftSidebar ul li .detailBox h4 {
    color: #005BAE;
    margin: 20px 10px;
    font-weight: 500;
}
 
.thisOption {
    color: #F08519;
}
 
.thisOption2 {
    left: 20% !important;
    opacity: 1 !important;
}
 
.leftSidebar ul li .options:hover {
    color: #F08519;
    box-shadow: 0px 0px 2px 2px #00BFFF inset;
}
 
.leftSidebar ul li .secondOptions:hover {
    color: #F08519;
    box-shadow: 0px 0px 2px 2px #00BFFF inset;
}
 
.secondOption {
    display: block;
    width: 20%;
    min-width: 185px;
    height: 4em;
    border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
    padding: 0 20px;
    cursor: pointer;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
}
 
.leftSidebar ul li .secondOption:hover {
    color: #F08519;
    box-shadow: 0px 0px 1px 1px #00BFFF inset;
}
 
.secondOption span {
    line-height: 5em;
    font-size: .8em;
}
 
.thisLi {
    height: 16em !important;
}
 

 
input.form-control.mr-sm-2.ser-ch {
    margin-right: 0 !important;
}
 

@media (max-width:767px) {
    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden;
    }
 
}
 
.w3-heading-all h3 {
    font-size: 3em;
    color: #000000;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 400;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 1.8em 0 0.5em;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}
 
.about,
.team,
.gallery,
.welcome,
.contact-w3-agileits,
.banner-bottom,
.services {
    padding: 5em 0;
}
 
.team {
    /* background: #fff;
    padding: 0;
    padding-bottom: 4em; */
}

.aboutBg {
  background: #F5F5F5;
  width: 80%;
  margin: auto;
}

span.fa.fa-compass {
    background: rgb(254, 143, 1);
    margin-right: 0.1em;
    padding: 0.2em;
}
 
h3.tittle {
    color: #353b46;
    margin: 0;
    font-size: 3.3em;
    letter-spacing: 1px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}
 
h3.tittle span {
    font-weight: 100;
    color: #555;
}
 
h3.tittle.main {
    margin: 0 auto;
    width: 60%;
}
 
h3.tittle.con {
    color: #fff;
}
 
h3.tittle.con span {
    color: #fff;
}
 
.tittle_head p {
    text-align: center;
    width: 46%;
    margin: 1em auto 0;
    color: #8c8c8c;
    font-size: 1.2em;
    line-height: 1.9em;
}
 



/*-- Contact --*/
.contact-right-w3l h3:before {
    width: 35%;
}
 
.mail {
    margin: 30px 0px;
}
 
.call {
    margin-bottom: 30px;
}
 
.contact-left-w3ls {
    position: relative
}
 
span.glyphicon.glyphicon-home {
    background: rgb(254, 143, 1);
}
 
span.glyphicon.glyphicon-envelope {
    background: rgb(254, 143, 1);
}
 
span.glyphicon.glyphicon-phone {
    background: rgb(254, 143, 1);
}
 
span.glyphicon.glyphicon-time {
    background: rgb(254, 143, 1);
}
 
.contact-left-w3ls .glyphicon {
    font-size: 1em;
    padding: 1em;
    color: #fff;
}
 
.contact-left-w3ls h4,
.contact-left-w3ls h5 {
    text-align: left;
}
 
.contact-left-w3ls h4 {
    color: #000;
    font-weight: 600;
    font-size: 1.1em;
    margin-bottom: 0.5em;
}
 
.contact-left-w3ls p {
    color: #8d8d8d;
    font-weight: 400;
    font-size: 1em;
}
 
.contact-left-w3ls p a {
    color: #8d8d8d;
}
 
.contact-right-w3l input[type="text"] {
    font-size: 14px;
    border: 1px solid #d5d3d3;
    background: transparent;
    outline: none;
    padding: 10px;
    width: 48.5%;
    margin-bottom: 15px;
}
 
.contact-right-w3l input[type="text"]:nth-child(1),
.contact-right-w3l input[type="text"]:nth-child(3) {
    margin-right: 2.4%;
}
 
.contact-right-w3l textarea {
    width: 100%;
    padding: 10px;
    outline: none;
    resize: none;
    height: 100px;
    border: 1px solid #d5d3d3;
    font-size: 14px;
}
 
.contact-right-w3l input[type="submit"] {
    background: rgb(254, 143, 1);
    color: #fff;
    padding: 8px 15px;
    margin-top: 15px;
    border: none;
    outline: none;
}
 
.contact-right-w3l input[type="submit"]:hover {
    background: #000;
}
 
.visit,
.mail,
.call {
    border-bottom: 2px solid #000;
}
 
.contact-right-w3l {
    margin: 5em 0 0 0;
}
 
/*-- //contact --*/
/*--footer--*/
.footer {
    padding: 2em 0em;
}
 
.footer nav {
    border: none;
    margin-bottom: 2em;
}
 
.footer ul.nav-buttom li {
    list-style: none;
    display: inline-block;
    margin: 0px 15px;
}
 
.footer ul.nav-buttom li a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
 
.footer ul.nav-buttom li:hover a {
    color: #ab7442;
}
 
ul.nav-buttom {
    margin: 1em 0;
}
 
footer {
    background: #2f2f2f;
}
 
.footer {
    background: #2f2f2f;
    text-align: center;
}
 
.bottom-head h2 a {
    font-size: 45px;
    color: #fff;
}
 
span.cap {
    color: rgb(254, 143, 1);
    margin-top: 7px;
    font-size: 15px;
    letter-spacing: 11.4px;
}
 
.icons {
    text-align: center;
    padding-top: 15px;
}
 
.icons ul li {
    display: inline-block;
}
 
.icons ul li a {
    color: #fff;
    font-size: 15px;
    letter-spacing: 11.4px
}
 
.icons ul li a span.fa.fa-facebook:hover {
    color: #3b5998;
}
 
.icons ul li a span.fa.fa-twitter:hover {
    color: #55acee;
}
 
.icons ul li a span.fa.fa-rss:hover {
    color: #f26522;
}
 
.icons ul li a span.fa.fa-vk:hover {
    color: #45668e;
}
 
.colr-row {
    padding: 0px;
}
 
.footer h3,
.footer h2 {
    margin-bottom: 11px;
}
 
.footer h3 {
    font-size: 20px;
    color: rgb(254, 143, 1);
    letter-spacing: 2px;
    font-weight: 800;
}
 
.one p {
    color: #fff;
    line-height: 26px;
    font-size: 14px;
}
 
.icons-left {
    font-size: 20px;
    margin-right: 14px;
    color: #efaa15;
}
 
footer p {
    padding: 0.8em 0;
    text-align: center;
    font-size: 15px;
    color: #fff;
    letter-spacing: 2.5px;
    background: #2f2f2f;
}
 
footer p a {
    color: #fff;
    text-decoration: underline;
}
 
footer p a:hover {
    color: rgb(254, 143, 1);
}
 
@media(max-width:1440px) {
    .clients-left {
        min-height: 454px;
    }
 
    .contact-right-w3l {
        margin: 2em 0 0 0;
    }
}
 
@media(max-width:1366px) {
    .clients-left {
        min-height: 478px;
    }
}
 
@media(max-width:1280px) {
 
    .carousel-caption h2,
    .carousel-caption h3 {
        font-size: 4.5em;
    }
 
    .clients-left {
        min-height: 472px;
    }
}
 
@media(max-width:1080px) {
 
    .carousel-caption h2,
    .carousel-caption h3 {
        font-size: 4.3em;
    }
 
    .clients-left {
        min-height: 490px;
    }
 
    .contact-right-w3l input[type="text"] {
        width: 100%;
    }
 
    span.cap {
        letter-spacing: 10px;
    }
 
    .w3l_banner_figure p a {
        margin: 0 2px;
    }
}
 
@media(max-width:1024px) {
    .carousel-caption {
        min-height: 540px !important;
        padding-top: 12em;
    }
 
    .carousel-caption h2,
    .carousel-caption h3 {
        font-size: 3.5em;
    }
 
    .carousel-indicators {
        bottom: 20%;
    }
 
    .clients-left {
        min-height: 520px;
    }
}
 
@media(max-width:991px) {
    
 
    .carousel-caption {
        min-height: 540px !important;
        padding-top: 10em;
    }
 
    .carousel-caption {
        min-height: 491px !important;
    }
 
    .carousel-indicators {
        bottom: 17%;
    }
 
    .grid_info {
        width: 60%;
        margin: 0 auto 2em;
    }
 
    .grid_info:nth-child(2) {
        margin: 0 auto 2em;
    }
 
    .carousel-caption h2,
    .carousel-caption h3 {
        font-size: 3.2em;
    }
 
    .tab-info h4 {
        margin-bottom: 1em;
        margin-top: 1em;
    }
 
    .wthree_team_grid_left figure .w3l_banner_figure {
        padding: 0.2em;
    }
 
    .w3layouts_stats_left.w3_counter_grid {
        width: 50%;
        float: left;
    }
 
    .w3layouts_stats_left.w3_counter_grid2 {
        width: 50%;
        float: left;
 
    }
 
    .w3layouts_stats_left.w3_counter_grid3,
    .w3layouts_stats_left.w3_counter_grid2 {
        margin-top: 2em;
    }
 
    .clients-left {
        width: 50%;
        margin: 0 auto;
    }
 
    .clients {
        width: 80%;
        margin: 0 auto;
    }
 
    .contact-left-w3ls {
        width: 60%;
        margin: 0 auto;
    }
 
    .contact-left-w3ls {
        width: 65%;
        margin-left: 6em;
    }
 
    .contact-right-w3l {
        width: 100%;
    }
 
    .bottom-head.bottm-grid {
        width: 100%;
        margin-bottom: 2em;
    }
 
    .copyright.bottm-grid {
        width: 100%;
        margin-bottom: 1em;
    }
 
    .one.bottm-grid {
        width: 100%;
        margin-bottom: 1em;
    }
 
    .three.bottm-grid {
        width: 100%;
        margin-bottom: 1em;
    }
}
 
@media(max-width:800px) {
 
    .about,
    .team,
    .gallery,
    .welcome,
    .contact-w3-agileits,
    .banner-bottom,
    .services {
        padding: 3em 0;
    }
 
    .w3-heading-all h3 {
        /* font-size: 2.3em; */
        margin-top: 0.8em;
    }
}
 
@media(max-width:768px) {
    .clients-left {
        min-height: 338px;
    }
}
 
@media(max-width:767px) {
    .navbar {
    }
 
    div#bs-example-navbar-collapse-1 {
        position: absolute;
        width: 100%;
        background: #000000ba;
        text-align: center;
        z-index: 99;
    }
 
    
}
 
@media(max-width:667px) {
 
    .carousel-caption h2,
    .carousel-caption h3 {
        font-size: 3em;
    }
 
    .wthree_team_grid_left {
        width: 33%;
        margin: 0 auto;
    }
}
 
@media(max-width:640px) {
    .carousel-caption h2,
    .carousel-caption h3 {
        font-size: 2.5em;
    }
}
 
@media(max-width:600px) {
 
    .carousel-caption h2,
    .carousel-caption h3 {
        font-size: 2.5em;
    }
 
   
}

 

 

 

 

 
