@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
body {
    font-family: 'Roboto', sans-serif;
}

* {
    margin: 0;
    padding: 0;
}

i {
    margin-right: 10px;
}
a
{
    text-decoration: none !important;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
.ptb-20
{
    padding-top: 20px;
    padding-bottom: 20px;
}
/*----------multi-level-accordian-menu------------*/
.navbar-brand
{
    font-size: 1.60rem !important;
}
.navbar-logo {
    padding: 15px;
    color: #FD7F00;
}
.logo-name
{
    color: #FD7F00 !important;
    font-family: "Roboto", serif !important;
    text-align: center;
    font-weight:700;
}
.footer-logo-name
{
    color: #FD7F00 !important;
    font-size: 22px;
    font-family: "Roboto", serif !important;
}
.navbar-mainbg {
   background-color: #fff;
    padding: 0px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    border-bottom: 3px solid #f46c33;
}

#navbarSupportedContent {
    overflow: hidden;
    position: relative;
}

#navbarSupportedContent ul {
    padding: 0px;
    margin: 0px;
}

#navbarSupportedContent ul li a i {
    margin-right: 10px;
}

#navbarSupportedContent li {
    list-style-type: none;
    float: left;
}

#navbarSupportedContent ul li a {
    color: #000;
    text-decoration: none;
        font-size: 17px;
    display: block;
    padding: 20px 20px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
    font-weight: 500;
    text-transform: capitalize;
}

#navbarSupportedContent>ul>li.active>a {
    color: #f2682b;
    background-color: transparent;
    transition: all 0.7s;
}

#navbarSupportedContent a:not(:only-child):after {
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    transition: 0.5s;
}

#navbarSupportedContent .active>a:not(:only-child):after {
    transform: rotate(90deg);
}

.hori-selector {
    display: inline-block;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-top: 10px;
}

.hori-selector .right,
.hori-selector .left {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #fff;
    bottom: 10px;
}

.hori-selector .right {
    right: -25px;
}

.hori-selector .left {
    left: -25px;
}

.hori-selector .right:before,
.hori-selector .left:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #077bd2;
}

.hori-selector .right:before {
    bottom: 0;
    right: -25px;
}

.hori-selector .left:before {
    bottom: 0;
    left: -25px;
}


/*-----------------footer -----*/

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height: auto;
    /* Set the fixed height of the footer here */
    background-color: #000 !important;
    padding-top: 50px;
}


/* Custom page CSS
   * Not required for template or sticky footer method.
   * -------------------------------------------------- */

body>.container,
body>.container-fluid {
    padding: 60px 15px 0;
}

.container .text-muted {
    color: #FD7F00;
}

.footer>.container {
    padding-right: 15px;
    padding-left: 15px;
}

.base {
    color: #FD7F00;
}

code {
    font-size: 80%;
}

#addresses a {
    color: #000000;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

#addresses ul.social li {
    padding: 3px 0;
}

#addresses ul.social li a i {
    margin-right: 5px;
    font-size: 25px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#addresses ul.social li:hover a i {
    font-size: 30px;
    margin-top: -10px;
}

#addresses ul.social li a,
#addresses ul.quick-links li a {
    color: #000000;
}

#addresses ul.social li a:hover {
    color: #000000;
}

#addresses a:hover {
    font-weight: 700;
}


/* ---------------------- Quick lnks --------------------  */

#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

#footer ul.social li {
    padding: 3px 0;
}

#footer ul.social li a i {
    margin-right: 5px;
    font-size: 25px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#footer ul.social li:hover a i {
    font-size: 30px;
    margin-top: -10px;
}

#footer ul.social li a,
#footer ul.quick-links li a {
    color: #ffffff;
}

#footer ul.social li a:hover {
    color: #ffffff;
}

#footer ul.quick-links li {
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#footer ul.quick-links li:hover {
    padding: 3px 0;
    margin-left: 5px;
    font-weight: 700;
}

#footer ul.quick-links li a i {
    margin-right: 5px;
}

#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#footer h5 {
    padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color: #ffffff;
}

@media (max-width: 991px) {
    #navbarSupportedContent ul li a {
        padding: 12px 30px;
    }
    .hori-selector {
        margin-top: 0px;
        margin-left: 10px;
        border-radius: 0;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
    }
    .hori-selector .left,
    .hori-selector .right {
        right: 10px;
    }
    .hori-selector .left {
        top: -25px;
        left: auto;
    }
    .hori-selector .right {
        bottom: -25px;
    }
    .hori-selector .left:before {
        left: -25px;
        top: -25px;
    }
    .hori-selector .right:before {
        bottom: -25px;
        left: -25px;
    }
}
.product-tab.active
{
    background-color: #ec971f !important;
    border-color: #ec971f !important;
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%) !important;
}
.product-tab
{
    border-color: #f5f5f5;
    background: #f5f5f5;
    color: #727272;
    margin-right: 5px;
}
.btn-theme
{
    color: #fff;
    background-color: #fd7f00;
    border-color: #fd7f00;
}
.projects-detail
{
    text-align: center;
}
.projects-detail a
{
   font-size: 18px;
   color: #000;
}
.projects-detail a:hover
{
   font-size: 18px;
   color: #0456a9;
   font-weight: 500;
}

.projectslider-prev
{
    width: 40px;height: 40px;line-height: 40px;
    background: #000;border-radius:50px;
    font-size: 30px;font-weight: 700;
}

.projectslider-next
{
    width: 40px;height: 40px;line-height: 40px;
    background: #000;border-radius:50px;
    font-size: 30px;font-weight: 700;
}
@media (max-width: 997px)
{
    .sm-margin-20px-bottom
    {
        padding-bottom: 20px;
    }
}
.clients-title
{
    padding-top: 15px;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Lora',serif;
}
.appreciations-title
{
    padding-top: 15px;
    font-size: 20px;
}
.tab-content .tab-pane img{
    max-width: 100%;
    margin-bottom: 15px;
}
.tab-content .tab-pane ul{
    padding-left: 18px;
}
