@charset "utf-8";
/* CSS Document .. */

#cssmenu ul ul,
#cssmenu ul ul ul {
    position: absolute;
    left: 0px;
    z-index: 1000
}

#cssmenu,
#cssmenu #menu-button,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    margin: 0 0 -2px;
    padding: 0;
    border: 0;
    list-style: none;
    display: block;
    /*position: relative;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 150;
    /*margin-left: auto;*/
}

#cssmenu:after,
#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu #menu-button,
#cssmenu ul ul li.has-sub>a:before {
    display: none
}

#cssmenu>ul>li {
    float: left
}

#cssmenu.align-center>ul {
    font-size: 0;
    text-align: center
}

#cssmenu.align-center>ul>li {
    display: inline-block;
    float: none
}

#cssmenu ul ul li.has-sub>a:after,
#cssmenu ul ul li.has-sub>a:before {
    position: absolute;
    display: block;
    content: '\f105';
    font-family: FontAwesome
}

#cssmenu.align-center ul ul {
    text-align: left
}

#cssmenu.align-right>ul>li {
    float: right
}

#cssmenu>ul>li>a {
    text-decoration: none;
    transition: .5s
}

#cssmenu>ul>li:hover>a {
    transition: .5s
}

#cssmenu ul ul {
    margin-top: 0
}

#cssmenu.align-right ul ul {
    text-align: right
}

#cssmenu ul ul li {
    transition: .25s;
    margin-bottom: 11px;
    padding: 0;
    width: 200px;
    text-transform: capitalize !important;
    position: relative;
    height: 30px
}

#cssmenu li:hover>ul {
    left: auto
}

#cssmenu.align-right li:hover>ul {
    left: auto;
    right: 0
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%
}

#cssmenu ul ul li.last-item>a,
#cssmenu ul ul li:last-child>a {
    border-bottom: 0
}

#cssmenu ul ul li.has-sub>a:after {
    top: 16px;
    right: 7px;
    width: 8px;
    height: 2px
}

#cssmenu>ul>li.has-sub>a {
    padding-right: 10px
}

#cssmenu>ul>li a {
    border: none
}

#cssmenu>ul ul li a {
    border: none;
    padding-bottom: 10px !important
}

#cssmenu>ul>li a:hover {
    color: #08693f
}

#cssmenu>ul ul {
    margin-top: 14px
}

#cssmenu>ul ul li a:hover {
    background: 0 0;
    transition: .5s
}

#cssmenu ul {
    padding: 0
}

#cssmenu ul ul {
    top: 50px;
    opacity: 0;
    -webkit-transition: opacity .3s, top .25s;
    -moz-transition: opacity .3s, top .25s;
    -ms-transition: opacity .3s, top .25s;
    -o-transition: opacity .3s, top .25s;
    transition: opacity .3s, top .25s
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
    opacity: 1;
    -webkit-transition: opacity .3s, top .25s;
    -moz-transition: opacity .3s, top .25s;
    -ms-transition: opacity .3s, top .25s;
    -o-transition: opacity .3s, top .25s;
    transition: opacity .3s, top .25s;
    background: #492b2d;
    margin-top: 0
}

#cssmenu>ul>li:hover>ul {
    left: auto;
    top: 20px;
    opacity: 1
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(143, 143, 143, .5);
    border-bottom: none;
    padding: 11px;
    text-transform: capitalize;
    font-size: 12px;
    color: #000;
    -webkit-transition: .35s;
    margin: 0 !important;
    -moz-transition: .35s;
    -ms-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

#cssmenu ul ul li.has-sub::after {
    right: 10px;
    top: 12px;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-transition: -webkit-transform .2s, right .2s
}

@media all and (max-width:900px) {

    #cssmenu #menu-button,
    #cssmenu .submenu-button {
        position: absolute;
        right: 0;
        display: block;
        cursor: pointer
    }

    #cssmenu,
    #cssmenu .submenu-button.submenu-opened {
        background: 0 0
    }



    #cssmenu .submenu-button.submenu-opened:before,
    #cssmenu ul,
    #cssmenu ul ul>li.has-sub>a:after,
    #cssmenu ul ul>li.has-sub>a:before,
    #cssmenu>ul>li.has-sub>a:after,
    #cssmenu>ul>li.has-sub>a:before {
        display: none
    }

    #cssmenu ul ul li {
        width: 100% !important;
        margin-bottom: 0
    }

    #cssmenu ul {
        width: 100%;
        margin-top: 0;
        padding: 0 10px
    }

    #cssmenu.align-center>ul {
        text-align: left
    }

    #cssmenu ul li {
        width: 100%
    }

    #cssmenu li:hover>ul>li,
    #cssmenu ul ul li {
        height: auto
    }

    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0
    }

    #cssmenu>ul>li {
        float: none;
        padding-bottom: 17px !important;
        padding-top: 8px
    }

    #cssmenu ul ul ul li a {
        padding-left: 35px
    }

    #cssmenu ul ul,
    #cssmenu ul ul ul,
    #cssmenu.align-right ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }

    #cssmenu #menu-button:after,
    #cssmenu #menu-button:before {
        right: 8px;
        width: 30px;
        content: '';
        position: absolute
    }

    #cssmenu #menu-button {
        padding: 17px;
        color: #ddd;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
        width: 46px;
        border-radius: 4px
    }

    #cssmenu #menu-button:after {
        top: 16px;
        display: block;
        height: 8px;
        border-top: 2px solid #ddd;
        border-bottom: 2px solid #ddd
    }

    #cssmenu #menu-button:before {
        top: 10px;
        display: block;
        height: 2px;
        background: #ddd
    }

    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }

    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        content: ''
    }

    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }

    #cssmenu .submenu-button.submenu-opened:after {
        content: '\f068';
        font-family: FontAwesome;
        color: #fff
    }

    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 19px;
        display: block;
        height: 8px;
        content: '\f067';
        font-family: FontAwesome;
        color: #fff
    }

    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }

    #cssmenu .submenu-button::after,
    #cssmenu .submenu-button::before {
        top: 11px
    }

    #cssmenu,
    #cssmenu #menu-button,
    #cssmenu ul,
    #cssmenu ul li,
    #cssmenu ul li a {
        z-index: auto
    }

    #cssmenu {
        position: fixed;
        z-index: 160;
        right: 15px;
        width: 91.5%;
        border-radius: 2px
    }

    ul.socialMedia {
        float: left
    }

    #cssmenu>ul>li>a {
        padding-bottom: 15px
    }

    #cssmenu ul ul {
        padding: 0;
        opacity: 1
    }

    #cssmenu ul ul li a {
        background: 0 0;
        font-size: 12px;
        padding-bottom: 5px;
        padding-left: 20px !important
    }

    #cssmenu .submenu-button {
        z-index: 99;
        top: 0;
        height: 38px;
        border: none
    }

    #cssmenu>ul ul {
        top: 0;
        margin-top: 0
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .sliderC {
        margin-top: 0
    }

    #cssmenu #menu-button {
        right: 14px
    }

    .addressBox {
        height: 120px
    }

    @media (min-width:603px) and (max-width:966px) {
        #cssmenu>ul>li a {
            padding: 10px 13px !important
        }

        .addressBox h6 {
            font-size: 13px
        }
    }
}

@media (max-width:760px) {
    #cssmenu .submenu-button {
        width: 50px
    }

    #cssmenu ul ul {
        background: #404040 !important;
        top: 0 !important
    }

    #cssmenu ul ul li {
        width: 100% !important
    }

    .spcificHeight {
        height: 400px !important;
        overflow-y: scroll !important
    }

    #cssmenu>ul>li {
        padding: 0;
        padding-bottom: 0 !important
    }

    #cssmenu>ul>li a {
        padding: 10px !important
    }

    #cssmenu #menu-button {
        background: #dadada;
        border: 1px solid #fff
    }

    #cssmenu #menu-button::before {
        background: #7b8284
    }

    #cssmenu #menu-button::after {
        border-bottom: 2px solid #7b8284;
        border-top: 2px solid #7b8284
    }
}



body {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Aileron', sans-serif;
    font-family: 'Arsenal', sans-serif;
    font-family: 'Kanit', sans-serif;
    overflow-x: hidden;
}

p {
    font-weight: 400;
}



header .navbar> #cssmenu > ul > li > a:before {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    background: #002352;
    height: 3px;
    width: 0%;
    opacity: 1;
    margin: auto;
    border-radius: 100px;
    transition: 0.4s ease-in-out;
}
header .navbar > #cssmenu > ul > li {
    transition: 0.4s;
    position: relative;
    font-size: 16px;
}

.logoC {

    overflow: hidden;
}

.logoC img {
    max-width: 100%;
}

@media only screen and (min-width: 480px) {
    #main {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    #main .sliderC {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    footer.row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}

@media (max-width: 760px) {
    .container .top-search {
        width: 26% !important;
    }
}

@media only screen and (min-width: 390px) {
    #main {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    #main .sliderC {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    footer.row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}

@media (max-width: 760px) {
    .container .top-search {
        width: 26% !important;
    }
}


.sliderC {
    overflow: hidden;
}

.sliderC img {
    width: 100%;
}



.row1 {
    overflow: hidden;
}

.large-top {
    display: block;
    width: 100%;
    overflow: hidden;
}


#cssmenu>ul>li {
    font-size: 14px;
}

#cssmenu>ul>li:first-child {
    margin-left: 10px;
}

#cssmenu>ul>li:first-child {
    padding-left: 0px;
}

#cssmenu>ul>li a {
    font-weight: 500;
    font-size: 13px;
    padding-bottom: 10px;
    color: #333;
}

#cssmenu>ul ul li a {
    background: none;
}

#cssmenu>ul>li.has-sub>a {}

#cssmenu>ul>li a:hover {
    color: #006079;
}

#cssmenu>ul>li a.active {
    color: #46659b !important;
    font-weight: bold;
    /*background:url(../images/nav-border-active.jpg) no-repeat left bottom; */
}

#cssmenu>ul ul li {
    font-size: 12px;
    text-transform: capitalize;
}

#cssmenu>ul>li a {
    position: relative;
    padding-bottom: 10px;
}

.active-img {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: none;
}

.active-img img {
    text-align: center;
    max-width: 100%;
}

#cssmenu>ul>li a.active {
    border-bottom: 3px solid #334258;
}






#cssmenu>ul ul li a {
    border-bottom: 1px solid #05312c;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: 1.5s;
    transition-property: opacity;
}

.banner-caption {
    text-align: left;
    max-width: 50%;
    color: #00617a;
}





.slideC img {
    width: 100%;
}




.slider-bottom {
    position: absolute;
    bottom: 0;
    color: #FFFFFF;
    background: rgba(147, 73, 135, 0.5);
    left: 0;
    right: 0;
    width: 100%;
    padding: 50px 0px;
    color: #FFFFFF;
    z-index: 10;
}


.slider-bottom h4 {
    font-size: 12px;
    margin: 0px 0px;
}


.sliderC .carousel-caption {
    text-align: left;
    left: 12%;
    right: 12%;
}

.home-captionC {
    text-align: center;
    position: relative;
    padding-top: 4.5%;
}

.home-captionC img {
    text-align: center;
    width: auto !important;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 0;
}



.sliderC {
    position: relative;
}

.sliderC h1 {
    font-size: 96px;
    margin: 5px 0px;
}

.cap-inner {
    position: relative;
}

.slider-btm-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    min-height: 70px;
    width: 100%;
    left: 0;
    right: 0;
}




/*nivo -slider*/




.slider-area {
    position: relative;
    color: #FFF;




}

.custom-slider {
    position: relative;
}

.layer-1 h2,
.layer-2 h2 {}

.layer-1 p,
.layer-2 p {
    padding: 0;
}

.layer-1 a,
.layer-2 a {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #999;

    font-weight: 600;
    margin-top: 40px;
    padding: 12px 35px 8px;
    text-transform: uppercase;
}

.nivo-caption a {
    display: inline-block !important;
}

.layer-1 a:hover,
.layer-2 a:hover {

    color: #fff;

}

.slider-area .nivo-directionNav {
    display: none;
}

.nivo-controlNav {
    bottom: 0;
    left: 0%;
    position: absolute;
    text-align: left;
    right: 0%;
    z-index: 9;
    display: block;
    max-width: 1270px;
    margin: 0px auto;
}

.nivo-controlNav a {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    display: inline-block;
    height: 14px;
    margin: 0 3px;
    position: relative;
    text-indent: -9999px;

}

.nivo-controlNav a::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    display: block;
    height: 6px;
    left: 3px;
    opacity: 0;
    position: absolute;
    top: 3px;
    width: 6px;
}

.nivo-controlNav a.active {
    font-weight: normal;
}

.nivo-controlNav a.active::before {
    opacity: 1;
}

/*.slider-content .layer-1.layer-2 {

  margin-left:0%;
  margin-right: 8%;
  position: relative;
  width: 60%;
}*/
.layer-1.layer-3 p {
    margin-right: 5%;
}

.slider-area .slider-progress {
    background-color: rgba(50, 196, 209, .5);
}

.slider-area.style-2 .slider-progress {
    background-color: rgba(50, 196, 209, 0.2);
}

.slider-area.style-2 .nivo-directionNav {
    display: block;
}

.slider-area.style-2 .nivo-directionNav a {
    background: transparent none repeat scroll 0 0;

    color: #999999;
    cursor: pointer;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 30px;
    text-align: center;
    text-transform: uppercase;
    top: 45%;
    width: 100px;
    z-index: 9;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.slider-area.style-2 :hover .nivo-directionNav a {
    opacity: 1;
    right: 0;
}

.slider-area.style-2 :hover .nivo-prevNav {
    opacity: 1;
    left: 0;
}

.slider-area.style-2 .nivo-directionNav a:hover {
    background: #000000;
    color: #fff;

}

.slider-area.style-2 .nivo-directionNav a:hover {
    background: #000000;
    color: #fff;
    border-color: transparent;
}

/* slider-area.style-2 .nivo-controlNav */
.slider-area.style-2 .nivo-controlNav a {
    width: 20px;
    height: 3px;

    border: 1px solid #FFF;
    background: #FFF;
    display: block;
    margin-bottom: 5px;
    margin: 25px 0px;
}

.slider-area.style-2 .nivo-controlNav a::before {
    background: #000;
    width: 20px;
    height: 3px;
    top: 0;
    left: 0;
    border: none;
}

.nivo-controlNav a.active {
    border: none !important;
}



.nivo-controlNav {
    text-align: left;
    padding-left: 5%;
}

.slider-area.style-2 .nivo-controlNav a {}

.nivo-controlNav a.active {
    background: #ed1c24;
}

.slideC {
    position: relative;
}

.nivo-controlNav {
    bottom: 35%;
}

.slideC {
    position: relative;
}

.nivo-controlNav {
    bottom: 30px;
}

nivo-controlNav {
    bottom: 35%;
}

.nivo-controlNav {
    text-align: left;
    padding-left: 5%;
}

.nivo-controlNav {
    bottom: 0;
    left: auto;
    position: absolute;
    right: 9%;
    z-index: 9;
}

.nivo-controlNav {
    padding: 15px 0;
    padding-left: 0px;
    text-align: center;
}



.nivo-controlNav {
    text-align: left;
    padding-left: 5%;
}

.slider-area.style-2 .nivo-controlNav a {}

.nivo-controlNav a.active {
    background: #FFF;
}

.slideC {
    position: relative;
}

.nivo-controlNav {
    bottom: 35%;
}



a:hover {
    text-decoration: none;
}





.slider-content .layer-1 {
    margin-left: 0%;
    margin-top: 30%;

}









.sld-cap {
    text-align: center;
}

.sld-cap h1 {
    font-size: 96px;
}

.nivo-caption {
    color: #FFFFFF;
}

.slider-content .layer-1 {
    margin-left: 0%;
    margin-top: 10%;
}

.nivo-caption {
    opacity: 1;
}


.nivo-directionNav {
    display: none !important;
}



/*new*/

/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');*/

body {
    font-family: 'Roboto', sans-serif;
}

.sliderC {
    position: relative
}

.slider-cap {
    position: absolute;
    left: 0;
    right: 0px;
    margin: 0px auto;
    color: #FFF;
    font-family: 'Advent Pro', sans-serif;
    top: 20%;
    z-index: 8;
}

.sliderC img {
    width: 100%;
}

.slider-overlay {
    /*background: rgba(0, 0, 0, 0.5);*/
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
}

.sl-cap {
    text-align: left;
}


.sliderC h1 {
    font-size: 35px;
    margin-bottom: 20px;
}

.sld-cap {
    text-align: center;
    margin-top: 18%;
    width: 70%;
    margin: 0px auto;
    display: table;
}

.sliderC p {
    font-size: 17px;
    line-height: 24px;
}

a {
    text-decoration: none;
}

.sliderC a {
    color: #FFFFFF;
    border: 1px solid #fff;
    margin-right: 15px;
    transition: all 0.5s ease 0s;
}

.sliderC a:hover {
    transition: all 0.5s ease 0s;
    background: #f26622;
    border: 1px solid #f26622;
}

header {
    padding-top: 5px;
}

#cssmenu>ul>li a {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
}

#cssmenu>ul>li {
    font-size: 14px;
    margin-left: 35px;
}

#cssmenu>ul>li a:hover {
    color: #ff6600;
}

.left-social-media {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 38%;
}

.left-social-media li {
    position: relative;
    z-index: 55;
}

.cap-inner {
    position: relative;
    z-index: 51;
    margin-top: 22%;
}

.left-social-media ul {
    list-style: none;
    width: auto;
    display: table;
}


.left-social-media ul li a {
    color: #fff;
    opacity: 0.5;
    text-align: center;
    /*line-height:35px; width:35px; height:35px;*/
    display: block;
    border: none;
}

.left-social-media ul li {
    margin-bottom: 10px;
    border-raius: 50%;
}

.left-social-media ul li a:hover {
    background: none !important;
    border: none !important;
}

.homeSocial ul li:last-child {
    padding: 0 1px 53px 0px;
}


.left-social-media ul li:last-child span {
    font-size: 12px;
    text-transform: uppercase;
    display: flex;
    position: relative;
    padding: 8px 15px;
    border-radius: 100px;
    color: #fff;
    transform: rotate(-90deg);
}

.homeSocial ul li a {
    width: 31px;
    display: inline-block;
    height: 30px;
    margin: 2px 2px;
    border-radius: 100%;
    line-height: 31px;
    opacity: 0.5;
}

.homeSocial ul li a:hover,
.homeSocial ul li a:focus {
    color: #fff;
}


.left-social-media ul li:last-child {
    margin-left: -23px;
    margin-bottom: 40px;
    opacity: 0.5;
}

.left-social-media ul li:last-child {
    margin-left: -16px;
    margin-bottom: 38px;
    margin-top: 39px;
}

body {

    --e-global-color-primary: #000000;
    --e-global-color-secondary: #ff9115;
    --e-global-color-text: #000000;
    --e-global-color-accent: #FFAA4A;
    --e-global-color-ceffe3c: #f25d28;
    --e-global-color-174e6dd: #131C23;
    --e-global-color-0e52fa7: #FFFFFF;
    --e-global-color-a160a8b: #C8C8C8;
}

.home-about {
    background-color: transparent;
    background-image: linear-gradient(180deg, var(--e-global-color-secondary) 5%, var(--e-global-color-ceffe3c) 100%);
    padding: 80px 0px;
    color: #FFFFFF;
}

.about-slider {
    overflow: hidden;
}

.about-slider img {
    width: 100%;
}

.about-right-img {
    overflow: hidden;
    position: relative;
}

.about-right-img img {
    width: 100%;
}


.about-left h2 {
    font-size: 20px;
    font-weight: 300;
}

.about-left h3 {
    font-weight: bold;
    margin-bottom: 30px;
}


.hm-at-txt p {
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
    line-height: 28px;
}



.hm-at-txt {
    margin-bottom: 30px;
}

.home-about ul {
    margin: 15px 0px 40px;
    padding: 0px 0px;
    list-style: none;
    overflow: hidden;
}

.home-about ul li {
    width: 50%;
    float: left;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    line-height: 28px;
}

.home-about ul li:before {
    position: absolute;
    left: 0;
    background: url(../images/list-01.png) no-repeat left top;
    width: 30px;
    height: 30px;
    background-size: 100% auto;
    content: '';
}

.btm-btn-sec .button {
    background: #000000;
    color: #FFFFFF;
    padding: 10px 50px;
    display: table;
    float: left;
    margin-right: 30px;
}

.btm-btn-sec .button i {
    margin-left: 8px;
}

.btm-btn-sec {
    overflow: hidden;
    margin: 25px 0px;
}

.btm-cal {
    display: flex;
}

.btm-call i {
    background: #000;
    color: #FFFFFF;
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    float: left;
    margin-right: 15px;
}

.btm-call h4 {
    display: table;
    width: auto;
    font-size: 18px;
    font-weight: normal;
}

.btm-call h4 span {
    font-weight: bold;
    color: #000000;
    font-size: 18px;
}

.about-rt-txt {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.about-rt-txt h5 {
    font-size: 55px;
    font-weight: 600;
    line-height: 53px;
}

.about-rt-txt h5 b {
    font-variant: 900;
    font-size: 70px;
}

.about-rt-txt h6 {
    font-weight: normal;
    font-size: 30px;
}

.black-over-lay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.home-service {
    padding: 8px 0px;
}

.service-C {
    background: #fff;
    position: relative;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.06);
}

.subt-title {
    color: #ff8436;
    font-size: 30px;
    font-weight: normal;
    margin: 0px 0px 35px;
}

.service-C h3 {
    font-weight: 900;
    margin: 20px auto;
    display: table;
    text-transform: capitalize;
    margin: 20px auto;
    font-size: 22px;
    font-weight: bold;
    margin-top: 44px;
}

.service-C {
    overflow: hidden;
}

.service-C img {
    width: 100%;
}

.service-icon {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    background-image: linear-gradient(180deg, var(--e-global-color-secondary) 5%, var(--e-global-color-ceffe3c) 100%);
    padding: 10px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    margin-top: -30px;
}

.service-icon1 {
    width: 150px;
    height: 40px;
    overflow: hidden;
    border-radius: 60px;
    padding: 10px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    margin-top: -20px;
}


.orange-btn {
    background-image: linear-gradient(180deg, var(--e-global-color-secondary) 5%, var(--e-global-color-ceffe3c) 100%);
    padding: 10px 40px;
    color: #FFFFFF;
    display: table;
    margin: 45px auto;
    margin-bottom: 0px;
    margin-top:5px;
}




.service-C {

    transition: all .5s ease 0s
}

.service-C:hover {
    box-shadow: 0 15px 33px rgba(0, 0, 0, .2);
    transform: translateY(-10px);
    transition: all .5s ease 0s
}


.why-choose-inn {
    background: url(../images/why-choose.jpg) no-repeat top left;
    background-size: 100% auto;
    color: #FFFFFF;
}

.choose-left {
    background: rgba(254, 103, 0, 2);
    padding: 100px;
    color: #FFFFFF;
    margin-top: 250px;
}

.choose-right {
    background: rgba(255, 0, 0, 1);
    padding: 30px;
    color: #FFFFFF;
    width: 85%;
    float: right;
}

.choose-list {
    display: flex;
    margin-bottom: 25px;
}

.choose-icon {
    min-width: 75px;
    overflow: hidden;
    margin-right: 20px;
}

.choose-icon img {
    width: 100%;
}


.choose-ic-img {
    border: 1px solid #CCCCCC;
    padding: 10px;
}












.hover {
    overflow: hidden;
    position: relative;
    padding-bottom: 0%;
}

.hover-overlay {
    width: 100%;
    height: 100%;

    top: 0;
    left: 0;
    z-index: 90;
    transition: all 0.4s;
}

.hover img {
    width: 100%;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.hover-content {
    position: relative;
    z-index: 99;
}


/* DEMO 1 ============================== */
.hover-1 img {
    width: 105%;
    position: absolute;
    top: 0;
    left: -5%;
    transition: all 0.3s;
}

.hover-1-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    transition: all 0.4s;
}

.hover-1 .hover-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.hover-1-description {
    transform: translateY(0.5rem);
    transition: all 0.4s;
    opacity: 0;
}

.hover-1:hover .hover-1-content {
    bottom: 2rem;
}

.hover-1:hover .hover-1-description {
    opacity: 1;
    transform: none;
}

.hover-1:hover img {
    left: 0;
}

.hover-1:hover .hover-overlay {
    opacity: 0;
}


/* DEMO 2 ============================== */
.hover-2 .hover-overlay {}

.hover-2-title {
    position: absolute;
    top: 20%;
    left: 0;
    text-align: center;
    width: 100%;

    transition: all 0.3s;
    font-size: 23px;
}

.hover-2-description {
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 0;
    left: 0;


    text-align: center;

    padding: 30px;
    transition: all 0.3s;
    padding-bottom: 80px;
}

.hover-2:hover .hover-2-title {
    transform: translateY(-1.5rem);
}

.hover-2:hover .hover-2-description {
    bottom: 0.5rem;
    opacity: 1;
}

.hover-2:hover .hover-overlay {

    background-color: rgba(0, 0, 0, 0.5);

}



.service-btm {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
    padding: 25px 0px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.service-btm a {
    margin: 0px auto;
    color: #fff;
    padding: 10px 20px;
    background: #ff6500;
}

.hover-2-description p {
    font-size: 13px;
    text-transform: none;
}

.home-products {
    margin: 80px 0px 0px;
    background: #f5f5f5;
    padding: 60px 0px 80px;
}

.counter-sec {
    background: #454545 url(../images/map.png) repeat-x;
    padding: 60px 0px;
    color: #FFFFFF;
}

.counter-bx {
    margin: 0px auto;
    display: table;
    text-align: center;
}

.counter-sec h3 {
    font-weight: 900;
    font-size: 80px;
    color: #7C7C7C;
    margin: 0px auto;
}

.counter-sec h4 {
    color: #FFFFFF;
    margin: 0px auto;
}

.testi-C {
    background-color: transparent;
    background-image: linear-gradient(250deg, var(--e-global-color-secondary) 30%, var(--e-global-color-ceffe3c) 100%);
    padding: 60px;
    color: #FFFFFF;
}


.home-testimonials {
    padding-bottom: 60px;
}

.testi-img {
    margin-top: -180px;
    width: 90%;
    margin-bottom: 30px;
}

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

.home-testimonials h4 {
    font-size: 29px;
    margin-bottom: 60px;
}

.home-testimonials span {
    font-size: 15px;
}

.testi-paging {
    margin-top: 60px;
}

.testi-paging span {
    color: #000000;
}

.test-text {
    margin-top: 60px;
}

.test-text p {
    font-size: 21px;
    line-height: 36px;
    font-weight: 200;
}

.home-testimonials h2 {
    color: #FF6600;
    font-size: 19px;
    font-weighT: normal;
    color: #ff9115;
    margin-top: -40px;
    margin-bottom: 50px;
}

.home-testimonials h2 b {
    font-weight: bold;
    color: #000000;
    font-size: 30px;
}

.testi-img {
    position: relative;
    padding-right: 60px;
}

.testi-img:after {
    position: absolute;
    right: 0;
    top: 10px;
    background: url(../images/quote.png);
    background-size: 100% 100%;
    height: 64px;
    width: 80px;
    content: '';
}


.test-out {
    padding-top: 160px;
}


.news-sec {
    padding-bottom: 60px;
}

.news-img {
    overflow: hidden;
}

.news-img img {
    width: 100%;
    padding: 20px
}

.news-bx {
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.06);
}

.ns-descrip {
    padding: 20px 20px 20px;
    text-align: center;
}

.ns-descrip h3 {
    font-weight: bold;
    margin: 0px auto;
    margin-bottom: 15px;
    font-size: 18px;
}

.ns-txt {
    width: 80%;
    margin: 0px auto;
}

.ns-txt p {
    line-height: 22px;
}

.ns-right {
    text-align: left;
}

.ns-right .ns-descrip {
    text-align: left;
    padding: 15px 0px;
}

.ns-right .ns-txt {
    width: 100%;
    margin: 0px auto;
}

.ns-right {
    margin-bottom: 30px;
}


.partners {
    padding: 30px 0px;
    background: #f5f5f5;
    margin-bottom: 80px;
}

.partner-logo {
    overflow: hidden;
    margin: 0px 4px;
}

.partner-logo img {
    width: 100%;
}

.partner-map {
    overflow: hidden;
}

.partner-map img {
    width: 100%;
}

.partner-map {
    position: relative;
}

.partner-txt {
    position: absolute;
    margin: 0px auto;
    display: table;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
}

.partner-txt h2 {
    font-size: 120px;
    font-weight: 900;
    color: #7C7C7C;
}

.partner-txt h3 {
    font-size: 25px;
    color: #000000;
}

.partner-slider {
    margin-top: 50px;
}



.ns-letter-sec {
    background-color: transparent;
    background-image: linear-gradient(250deg, var(--e-global-color-secondary) 30%, var(--e-global-color-ceffe3c) 100%);
    padding: 30px;
    color: #FFFFFF;
    padding: 30px 0px;
    color: #FFFFFF;
}

.ns-ltr {
    display: block;
    position: relative;
}

.ns-ltr input {
    background: #fff;
    width: 100%;
    border: none;
    height: 45px;
}

.ns-ltr button {
    position: absolute;
    right: 0;
    background: #000;
    color: #000;
    height: 45px;
    border: none;
    color: #fff;
    padding: 0px 25px;
}

.ns-rt {
    width: 90%;
    float: right;
    margin-top: 20px;
}

.ns-letter-sec h2 {
    font-size: 16px;
    margin: 0px 0px 25px;
}

.ns-letter-sec h3 {
    font-size: 25px;
    margin: 0px 0px;
}

footer {
    background: #000;
    color: #fff;
    padding: 60px 0px 0px;
}

footer h3 {
    margin: 0px 0px 20px;
    font-size: 22px;
}

footer {
    color: #fff;
}

footer li a {
    color: #fff;
}

footer ul {
    line-height: none;
    margin: 0px 0px;
    padding: 0px 0px;
    list-style: none;
}

footer li {
    margin-bottom: 10px;
}

.footer-social li {
    float: left;
    margin-right: 10px;
    font-size: 25px;
    line-height: normal;
    margin: 0px 10px 0px 0px;
}

.footer-social li a {
    border: 1px solid #f26622;
    padding: 5px 10px;
    transition: all 0.5s ease 0s;
    opacity: 0.5;
}


.footer-social {
    margin-top: 40px;
}

.footer-social li a:hover {
    transition: all 0.5s ease 0s;
    color: #f26622;
}

.footer-social h4 {
    float: left;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 300;
    margin-top: 5px;
}

.footer-social {}

.footer-listing li {
    position: relative;
    padding-left: 20px;
}

.footer-listing li:before {
    position: absolute;
    content: '\f107';
    font-family: FontAwesome;
    left: 0;
}


.footer-logo {
    overflow: hidden;
    margin-bottom: 20px;
}

.footer-logo img {
    max-width: 100%;
}


.copy-right {
    background: #545454;
    padding: 20px 0px;
    margin-top: 40px;
}

.copy-right ul li {
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
}

.copy-right li a {
    margin-right: 10px;
}

.copy-right p {
    float: right;
    margin-bottom: 0px;
}


/*.header {
    position: relative;
}*/

.top-search {
    border: none;
    /* color: #fff; */
    background: none;
    background-color: transparent;
    /* background-image: linear-gradient(180deg, var(--e-global-color-secondary) 5%, var(--e-global-color-ceffe3c) 100%); */
    /* color: #FFFFFF; */
    position: absolute;
    left: 92%;
    top: 0;
    bottom: 0;
    right: 1px;
    text-align: left;
    padding-left: 20px;
    font-size: 20px;
    padding-top: 30px;
}


.top-search button {
    background: none;
    color: var(--e-global-color-ceffe3c);
    border: none;
    margin-top: 5px;
}

.top-search a i {
    margin-left: 8px;
}


.qoute-btn {
    padding: 10px 25px;
    color: #FFFFFF;
    background: #000;
    font-size: 14px;
    transition: all 0.5s ease 0s;
}

.qoute-btn:hover {
    transition: all 0.5s ease 0s;
    background: #fff;
    color: #000000;
}

.search-c {
    position: relative;
}

.search-c input {
    width: 100%;
    height: 60px;
    width: 100%;
    padding-left: 10px;
    color: #f26622;
    border: none;
    background: #333;
}

.search-c button {
    background: none;
    border: none;
    position: absolute;
    right: 10px;
    top: 19px;
    color: #f26622;
}

.modal {
    background: #fff;
}

.modal-content {
    background: none !important;
}

.modal-header {
    border: none;
}

.modal-content {
    border: none;
}

.modal-footer {
    border: none;
}

.nivo-controlNav {
    display: table;
    margin: 0px auto;
    left: 0;
    right: 0;
    bottom: 10px;
    text-align: center;
}

.slider-area.style-2 .nivo-controlNav a {
    float: left;
    margin: 0px 10px;
}

.nivo-controlNav {
    padding-left: 0px;
}

.service-C {
    margin: 0px 20px 50px;
}

.product-C {
    margin: 0px 15px 30px;
}

.service-btm a .fa {
    margin-left: 10px;
}

.service-btm a {
    transition: all 0.5s ease 0s;
}

.service-btm a:hover {
    transition: all 0.5s ease 0s;
    background: #fff;
    color: #000;
}

.orange-btn {
    padding: 15px 45px;
    transition: all 0.5s ease 0s;
}

.orange-btn:hover {
    transition: all 0.5s ease 0s;
    color: #fff;
    background: #000;
}

footer li a {
    transition: all 0.5s ease 0s;
}

footer li a:hover {
    transition: all 0.5s ease 0s;
    color: #f26622;
}



.news-bx {
    margin-bottom: 40px;
    transition: all .5s ease 0s;
}

.news-bx:hover {
    box-shadow: 0 15px 33px rgba(0, 0, 0, .2);
    transform: translateY(-10px);
    transition: all .5s ease 0s
}

.social-media-5 {
    padding-left: 0px;
}


.partner-slider .nbs-flexisel-nav-left {
    display: none;
}

.partner-slider .nbs-flexisel-nav-right {
    display: none;
}

.left-social-media ul {
    margin-left: -15px;
}


/*inner-page*/

.inner-banner {
    overflow: hidden;
    position: relative;
}

.inner-banner img {
    width: 100%;
      /* maintain aspect ratio */

    /* min-height: 463px; */
    /* max-height: 462px; */
}

.inner-banner-cap {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    display: table;
    top: 45%;
    color: #FFFFFF;
}

.inner-banner-cap h1 {
    font-size: 35px;
    margin: 0px auto;
    margin-bottom: 15px;
}

.inner-banner-cap ul {
    margin: 0px auto;
    padding: 0px 0px;
    list-style: none;
    display: table;
}

.inner-banner-cap li {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    color: #FF6600;
    position: relative;
}

.inner-banner-cap li:after {
    position: absolute;
    right: 0;
    content: '/';
    right: 0;
}

.inner-banner-cap li:last-child:after {
    display: none;
}

.inner-banner-cap li:last-child {
    margin-right: 0px;
}

.inner-banner-cap li a {
    color: #FFFFFF;
}

.product-top {
    margin-bottom: 40px;
    margin-top: 60px;
}

.product-top h2 {
    font-size: 25px;
    color: #FF6500;
    font-weight: normal;
    margin: 0px 0px 20px;
}

.product-top h3 {
    font-size: 30px;
    font-weight: bold;
    margin: 0px 0px 20px;
}

.product-top p {
    font-size: 14px;
    line-height: 26px;
}

.pro-detail-img {
    overflow: hidden;
}

.pro-detail-img img {
    width: 100%;
}

.pro-listingC {
    padding: 60px 0px;
    background: #F7F7F7;
}

.pro-listingC h4 {
    margin: 0px auto;
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 26px;
    color: #FF6500;
    margin: 0px auto;
    margin-bottom: 60px;
    text-align: center;
}

.inner-page-C .product-C {
    margin-right: 0px;
    margin-left: 0px;
}

.pro-listing-txt h3 {
    position: relative;
    background-image: linear-gradient(180deg, #fff 5%, #fff 100%);
    padding: 25px;
    color: #333;
    font-weight: bold;
    font-size: 17px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease 0s;
    margin-bottom: 30px;
}

.pro-listing-txt h3:hover {}

.pro-listing-txt h3:hover {
    background-image: linear-gradient(180deg, var(--e-global-color-secondary) 5%, var(--e-global-color-ceffe3c) 100%);
    color: #FFFFFF;
    transition: all 0.4s ease 0s;
}



.pro-listing-txt h3 {}

.pro-listing-txt h3:after {
    content: '\f061';
    font-family: FontAwesome;
    position: absolute;
    right: 25px
}

.gray-sec {
    background: #F7F7F7;
    padding: 60px 0px;
}

.gray-sec h2 {
    margin: 0px auto;
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 26px;
    color: #FF6500;
    margin: 0px auto;
    margin-bottom: 60px;
    text-align: center;
}



.pro-listing-page {
    margin-bottom: 60px;
}

.tp-search {
    position: relative;
    border: 1px solid #FF6500;
    margin-bottom: 30px;
}

.tp-search input {
    width: 100%;
    height: 50px;
    padding-left: 15px;
    border: none;
}

.tp-search button {
    position: absolute;
    right: 0px;
    padding: 0 35px;
    line-height: 50px;
    height: 50px;
    border: none;
    color: #FFFFFF;
    background: #000;
}

.pro-listing-page {
    margin-top: 60px;
}

.left-pro-listing h2 {
    color: #FF6500;
    padding: 20px;
    background: #F2F2F2;
    margin: 0px 0px 25px;
    font-weight: 400;
    font-size: 25px;
}

.left-pro-listing ul {
    margin: 0px 0px;
    list-style: none;
    padding: 0px 0px;
}

.left-pro-listing li {
    margin-bottom: 10px;
}

.left-pro-listing li a {
    padding: 20px;
    font-size: 17px;
    font-weight: 400;
    background: #F2F2F2;
    display: block;
    color: #3F3F3F;
    border-bottom: 2px solid #F2F2F2;
    transition: all 0.4s ease 0s;
}

.left-pro-listing li .active {
    border-bottom: 2px solid #FF6500;
}

.left-pro-listing li a:hover {
    background: #EAEAEA;
    transition: all 0.4s ease 0s;
}

.dwd-bx {
    margin-top: 40px;
    background-image: linear-gradient(180deg, var(--e-global-color-secondary) 5%, var(--e-global-color-ceffe3c) 100%);
    color: #FFFFFF;
    padding: 35px 28px;
    color: #FFFFFF;
    text-align: center;
}

.dwd-bx a {
    border: 1px solid #fff;
    padding: 15px 40px;
    font-size: 17px;
    border-radius: 18px;
    overflow: hidden;
    display: table;
    margin: 10px auto;
    margin-bottom: 0px;
    color: #FFFFFF;
    transition: all 0.4s ease 0s;
}

.dwd-bx h3 {
    font-size: 25px;
    margin: 0px auto;
    margin-bottom: 18px;
    line-height: 27px;
}

.dwd-bx a:hover {
    background: #fff;
    color: #000000;
    transition: all 0.4s ease 0s;
}

.product-top-image {
    overflow: hidden;
    margin-bottom: 30px;
}

.product-top-image img {
    width: 100%;
}


.inner-page-C p {
    font-size: 14px;
    line-height: 26px;
}

.pro-thum-listing {
    margin-top: 40px;
}

.pro-thum-listing h4 {
    margin: 0px auto;
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 26px;
    color: #FF6500;
    margin: 0px auto;
    margin-bottom: 60px;
}

.pro-thup {
    margin: 0px 0px 30px;
}

.pro-thup h3 {
    font-size: 15px;
}

.pro-thup h4 {
    font-size: 14px;
    color: #919191;
}

.pr-thump-txt {
    padding: 15px 10px;
    text-align: center;
}

.pr-thump-txt h3 {
    margin: 5px auto;
}

.pr-thump-txt h4 {
    margin: 5px auto;
}

.partner-right-img {
    overflow: hidden;
    position: relative;
}

.partner-right-img img {
    width: 100%;
}

.partner-count {
    position: absolute;
    padding: 50px;
    width: 70%;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: 50px;
    color: #FFFFFF;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
}

.partner-count h3 {
    text-transform: uppercase;
    margin: 0px auto;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.partner-count b {
    font-size: 50px;
}

.partners-page {
    margin-top: 60px;
    margin-bottom: 60px;
}

.partners-page h2 {
    color: #FF6500;
    margin: 0px 0px 45px;
    font-weight: 700;
    font-size: 28px;
}

.partners-txt {
    max-width: 95%;
}

.partner-Thump {
    background: #fff;
    padding: 30px 10px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.08);
    background: #fff;
    margin-bottom: 30px;
    text-align: center;
    overflow: hidden;
}

.partner-Thump img {
    max-width: 100%;
}

.partner-listiout {
    margin-top: 60px;
}

.edit-row {}

a .service-C {
    color: #000000;
}



.left-srvs {
    margin-top: 0px;
    background-image: linear-gradient(180deg, var(--e-global-color-secondary) 5%, var(--e-global-color-ceffe3c) 100%);
    color: #FFFFFF;
    padding: 35px 28px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.left-srvs ul {
    margin: 0px 0px;
    padding: 0px 0px;
    list-style: none;
}

.left-srvs li {
    position: relative;
    padding-left: 10px;
    border-bottom: 2px solid #fff;
}

.left-srvs li:before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    top: 15px;
    content: '';
    position: absolute;
    background: #fff;
}

.left-srvs li a {
    color: #FFf;
    padding: 10px;
    display: block;
}

.left-srvs h2 {
    font-size: 25px;
    margin: 0px auto;
    margin-bottom: 18px;
    line-height: 27px;
}



.srv-dtl h4 {
    color: #FF6500;
    font-size: 25px;
    font-weight: 400;
    margin: 0px 0px 30px;
}

.left-cts {
    margin-top: 40px;
    background-image: linear-gradient(180deg, var(--e-global-color-secondary) 5%, var(--e-global-color-ceffe3c) 100%);
    color: #FFFFFF;
    padding: 35px 28px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.left-cts ul {
    margin: 0px 0px;
    padding: 0px 0px;
    list-style: none;
}

.left-cts li {
    position: relative;
    margin-bottom: 10px;
}

.left-cts li a {
    color: #FFf;
    padding: 15px;
    display: block;
    background: rgba(0, 0, 0, 0.2);
}

.left-cts li a i {
    margin-right: 15px;
}


.cts-top {
    width: 70%;
    text-align: center;
    margin: 60px auto;
}

.cts-top p {
    font-size: 25px;
    font-weight: 300;
    line-height: 32px;
}

.contact-top h2 {
    color: #FF6600;
    font-size: 25px;
    font-weight: 700;
    margin: 0px auto;
    margin-bottom: 60px;
    text-align: center;
}

.adrres-tp {
    box-shadow: 0px 2px 14px 4px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0px 2px 14px 4px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 2px 14px 4px rgba(0, 0, 0, 0.06);
    padding: 30px;
    margin-bottom: 40px;
}

.adr-bx {
    text-align: center;
}

.adr-bx .cts-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: #FFFFFF;
    background-image: linear-gradient(180deg, var(--e-global-color-secondary) 5%, var(--e-global-color-ceffe3c) 100%);
    margin: 10px auto;
    color: #FFFFFF;
}

.adr-bx h3 {
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.adr-bx ul {
    margin: 0px auto;
    text-align: center;
    list-style: none;
}

.adr-bx li {
    margin-bottom: 7px;
    font-size: 15px;
}

.ad-c {
    border-right: 1px solid #e5e5e5;
}

.ad-c:last-child {
    border: none;
}

.adr-bx h4 {
    font-size: 18px;
    margin: 40px auto;
    margin-top: 70px;
}

.adr-bx a {
    color: #000000;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    s
}

.adr-bx h4 a:hover {
    color: #FF6600 !important;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.contact-img {
    overflow: hidden;
}

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

.cts-form-sec {
    background: #F4F4F4;
    margin-bottom: 60px;
}

.cts-form {
    margin: 30px;
}

.cts-form input {
    width: 100%;
    height: 50px;
    margin-bottom: 40px;
    background: none;
    border: none;
    border-bottom: 1px solid #D8D8D8;
    padding-left: 15px;
}

.cts-form textarea {
    width: 100%;
    height: 100px;
    margin-bottom: 40px;
    background: none;
    border: none;
    border-bottom: 1px solid #D8D8D8;
    padding-left: 15px;
}

.cts-form button {
    color: #FFFFFF;
    background-image: linear-gradient(180deg, var(--e-global-color-secondary) 5%, var(--e-global-color-ceffe3c) 100%);
    padding: 10px 25px;
    border: none;
    text-transform: uppercase;
}

.cts-form h3 {
    color: #FF6600;
    font-size: 25px;
    margin: 50px 0px 20px;
    position: relative;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 10px;
}

.cts-form h3:before {
    position: absolute;
    width: 100px;
    bottom: 0;
    height: 3px;
    background: #FF6600;
    content: '';
    bottom: -2px;
}

.mor-address {
    margin-bottom: 20px;
    padding: 30px;
}


.office-addes h3 {
    color: #FF6600;
    font-size: 25px;
    font-weight: 700;
    margin: 0px auto;
    margin-bottom: 60px;
    text-align: center;
}

.mor-address h4 {
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: bold;
}

.mor-address ul {
    margin: 0px auto;
    text-align: center;
    list-style: none;
}

.mor-address li {
    margin-bottom: 12px;
    font-size: 15px;
}

.ad-c {
    border-right: 1px solid #e5e5e5;
}

.r-adr {
    border-right: 1px solid #e5e5e5;
}

.office-addes {
    margin-bottom: 70px;
}

.office-addes a {
    color: #000000;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.office-addes a:hover {
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}


.mor-address {

    transition: all .5s ease 0s
}

.mor-address:hover {
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    transform: translateY(-10px);
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    background: #ff6600;
    color: #FFFFFF;
}

.mor-address:hover li a {
    color: #FFFFFF !important;
}


.facilities-page {
    margin: 60px 0px;
}

.facilities-page h2 {
    color: #FF6600;
    font-size: 28px;
    margin: 50px 0px;
    position: relative;
    border-bottom: 1px solid #3F3F3F;
    display: table;
    padding-bottom: 8px;
}

.facilities-page h2:after {
    position: absolute;
    width: 60px;
    height: 3px;
    background: #FF6600;
    content: '';
    bottom: -2px;
    left: 0;
}

.fac-img-top {
    overflow: hidden;
}

.fac-img-top img {
    width: 100%;
}

.fac-img-C {
    margin: 30px 0px;
}

.fac-img-2 {
    overflow: hidden;
    width: 105%;
    position: relative;
    z-index: 1;
}

.fac-img-2 img {
    width: 100%;
}

.fac-content {
    padding: 30px;
    color: #FFFFFF;
    background: #404040;
    padding-left: 65px;
}

.fac-content h3 {}

.fac-content h3 {
    color: #FF6600;
    font-size: 28px;
    margin: 50px 0px;
    position: relative;
    border-bottom: 1px solid #ccc;
    display: table;
    padding-bottom: 8px;
}

.fac-content h3:after {
    position: absolute;
    width: 60px;
    height: 3px;
    background: #FF6600;
    content: '';
    bottom: -2px;
    left: 0;
}

.facility-mddl .row {
    margin: 0px 0px;
}

.facility-mddl .col-lg-6 {
    padding: 0px 0px;
}

.fs-middle-C {
    background: #F7F7F7;
    margin: 60px 0px;
    padding: 60px 0px;
}

.merits {
    margin-bottom: 60px;
}

.merits h2 {
    color: #FF6600;
    font-size: 28px;
    margin: 50px 0px;
    position: relative;
    border-bottom: 1px solid #444;
    display: table;
    padding-bottom: 8px;
}

.merits h2:after {
    position: absolute;
    width: 60px;
    height: 3px;
    background: #FF6600;
    content: '';
    bottom: -2px;
    left: 0;
}

.merits ul {
    margin: 20px 0px;
    padding: 0px 0px;
    line-height: normal;
    list-style: none;
}

.merits li {
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
}

.merits li:before {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #333;
    content: '';
    top:
        13px;
    left: 0;
}

.merits-image {
    overflow: hidden;
    border-radius: 50%;
    width: 90%;
    float: right;
}

.merits-image img {
    width: 100%;
    border-radius: 50%;
}

.footer-form {}

.footer-form input {
    width: 100%;
    height: 45px;
    border: none;
    padding-left: 10px;
}

.col5 {
    flex: 0 0 auto;
    width: 20%;
    padding: 0px 15px;
}

.footer-form select {
    width: 100%;
    height: 45px;
    border: none;
    padding-left: 10px;
}

#intro-2 {
    background: url(../images/footer-form-bg.jpg) no-repeat 100% 100%;
    margin: 0 auto;
    color: #FFFFFF;
    width: 100%;
    position: relative;
    height: 100%;
    padding: 100px 0;
    background-attachment: fixed;
    margin-top: 0px;
    background-size: 100% auto;
    text-align: center;
}

.footer-form button {
    height: 45px;
    width: 100%;
    text-align: center;
    line-height: 45px;
    font-weight: bold;
    background-color: transparent;
    background-image: linear-gradient(180deg, var(--e-global-color-secondary) 5%, var(--e-global-color-ceffe3c) 100%);
    color: #FFFFFF;
    border: none;
}




.footer-form h2 {
    color: #fff;
    text-align: center;
    margin: 10px auto;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 35px;
}

p {
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
}

.ns-txt p {
    line-height: 25px;
    font-size: 17px;
}

.inner-page-C p {
    font-size: 17px;
    line-height: 26px;
}





.merits li {
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
    font-size: 17px;
    line-height: 26px;
}

@media (min-width: 1300px) {

    .container {
        max-width: 1290px;
    }


}


.abou-image-l {
    overflow: hidden;
    position: relative;
}

.abou-image-l img {
    width: 100%;
}

.ceo-box {
    position: absolute;
    bottom: 50px;
    left: 50px;
    right: 50px;
    background: rgba(0, 0, 0, 0.5);
    padding: 30px;
    color: #FFFFFF;
    display: flex;
}

.ceo-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.ceo-img img {
    width: 100%;
    border-radius: 50%;
}

.ceo-box p {
    font-size: 14px;
    line-height: 22px;
}

.ceo-box h4 {
    font-size: 16px;
    margin: 0px 0px;
}

.ceo-box h4 span {
    color: #FF7006;
}

.about-page {
    margin-bottom: 40px;
    /* margin-top: 60px; */
    margin-top: 55px;
}

/* .about-page h2 {
    font-size: 25px;
    color: #FF6500;
    font-weight: normal;
    margin: 0px 0px 20px;
} */

.about-page h3 {
    font-size: 40px;
    font-weight: bold;
    /* margin: 0px 0px 25px; */
    margin: 61px 0px 0px;
    line-height: 25px;
}
.about-page h2 {
    font-size: 28px;
    font-weight: 700;
    /* margin: 0px 0px 25px; */
    margin: 61px 0px 0px;
}

.vision-box {
    overflow: hidden;
    position: relative;
}

.vision-box img {
    width: 100%;
}

.vs-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    color: #FFFFFF;
}

.vs-content i {
    margin-right: 10px;
}

.vs-content h3 {
    font-size: 19px;
    margin: 0px auto;
    margin-bottom: 15px;
    text-align: center;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.vs-section {
    margin-top: 60px;
}

.vision-box:hover .vs-content h3 {
    color: #FF6600;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.mdl-sec {
    margin-top: 60px;
    margin-bottom: 60px;
}

.about-image-4 {
    overflow: hidden;
}

.about-image-4 img {
    width: 100%;
}

.mdl-sec h3 {
    font-size: 25px;
    color: #FF6500;
    font-weight: normal;
    margin: 0px 0px 20px;
}

.mdl-sec h4 {
    font-size: 29px;
    color: #000;
    font-weight: 800;
    margin: 0px 0px 20px;
}

.mdl-sec h5 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin: 0px 0px 20px;
}

.mdl-sec ul {
    margin: 15px 0px;
    padding: 0px 0px 0px;
}

.mdl-sec ul li {
    margin-bottom: 10px;
    padding-left: 15px;
    margin-left: 15px;
}

.mdl-sec a {
    margin-left: 0px;
}



#intro-1 {
    background: url(../images/about-bottom-img1.jpg) no-repeat 100% 100%;
    margin: 0 auto;
    padding: 30px;
    width: 100%;
    position: relative;
    height: 100%;
    padding: 100px 30px 0px;
    background-attachment: fixed;
    margin-top: 0px;
    background-size: 100% auto;
    position: relative;
    margin: 0px auto;
    overflow: hidden;
    min-height: 500px;

  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;


}

.abtcntt {
    background: rgba(0, 0, 0, 0.7);
    padding: 60px 30px;
    color: #FFFFFF;
    text-align: center;
}

.abtcntt h4 {
    font-size: 20px;
}

.abt-btm-righ {
    float: right;
}


.tab-content {
    margin-top: 80px;
}

.nav-item {
    display: block;
    width: 100%;
    border: none;
    color: #FFFFFF !important;
    font-weight: bold;
    border: none !important
}

.nav-tabs .nav-link {
    color: #FFFFFF !important;
    border: none !important
}

.nav-tabs .nav-link:hover {
    border: none !important
}


.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: none;
    border: none;
    color: #FF6600 !important;
    border: none !important
}

.nav-tabs {
    border: none !important;
    border: none !important
}

.abt-btm-right {
    float: right;
    display: table;
    padding: 40px;
    width: 80%;
}












#timeline h1 {
    font-size: 20px;
}

#timeline {
    display: flex;

    &:hover {
        .tl-item {
            width: 23.3333%;
            position: relative;
        }
    }
}

#timeline {
    position: relative;
    height: 300px;
}

#timeline:before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ccc;
    content: '';
    top: 41%;
    width: 100%;
}


.timeline h2 {
    margin-bottom: -30px;
}


.tl-item {
    transform: translate3d(0, 0, 0);
    position: relative;
    width: 25%;
    /*  height: 100vh;*/
    min-height: 10px;
    color: #000;
    overflow: hidden;
    transition: width 0.5s ease;

    &:before,
    &:after {
        transform: translate3d(0, 0, 0);
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        /*    width: 100%; height: 100%;
*/
    }

    &:after {
        background: transparentize(#031625, 0.15);
        opacity: 1;
        transition: opacity 0.5s ease;
    }

    &:before {

        z-index: 1;
        opacity: 0;
        transform: translate3d(0, 0, 0) translateY(50%);
        transition: opacity 0.5s ease, transform 0.5s ease;
    }

    &:hover {
        /*   width: 30% !important;*/

        &:after {
            opacity: 0;
        }

        &:before {
            opacity: 1;
            transform: translate3d(0, 0, 0) translateY(0);
            transition: opacity 1s ease, transform 1s ease 0.25s;
        }

        .tl-content {
            opacity: 1;
            transform: translateY(0);
            transition: all 0.75s ease 0.5s;
        }

        .tl-bg {
            filter: grayscale(0);
        }
    }
}

.tl-content {
    transform: translate3d(0, 0, 0) translateY(25px);
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 1.618em;
    top: 65%;
    opacity: 0;


}

.tl-year {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;


}

.tl-bg {
    transform: translate3d(0, 0, 0);
    position: absolute;
    /*  width: 100%; height: 100%;*/
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    transition: filter 0.5s ease;
    filter: grayscale(100%);
}

.f2 {
    position: relative;
    padding-top: 40px;
}

.f2:before {
    position: absolute;
    top: 10px;
    width: 25px;
    height: 25px;
    background: #ccc;
    border-radius: 50%;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.tl-item:hover .f2:before {
    width: 35px;
    height: 35px;
    background: #FF6600;
    top: -5px;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}


.abtcntt h4 span i {
    color: #ff6600;
}


#cssmenu ul ul {
    background: #ff6600;
    border-radius: 3px;
    margin-top: 10px;
}

#cssmenu ul ul li a:hover {
    color: #000000;
}




.merits-image {
    padding: 10px;
    background: linear-gradient(-45deg, #fecf00, #f9b105, #ef7a1b, #444);
    background-size: 400% 400%;
    animation: gradient2 3s ease infinite;

}

@keyframes gradient2 {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}





.news-box1 {
    margin-bottom: 30px;
}

.round-btn {
    background: #f26622;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    display: block;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.round-btn:hover {
    background: #000;
    color: #FFFFFF;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.round-btn i {
    transform: rotate(-40deg);
}

.news-image {
    overflow: hidden;
    margin-bottom: 10px;
}

.news-box1 h2 {
    font-size: 20px;
    margin: 0px 0px 15px;
    font-weight: 200;
}

.news-image img {
    width: 100%;
}

.news-box1 h3 {
    font-size: 25px;
    margin: 0px 0px 15px;
    font-weight: 700;
}

.news-srch {
    position: relative;
    margin-bottom: 15px;
    position: relative;
}

.news-srch input {
    border: 1px solid #444;
    height: 50px;
    width: 100%;
    padding-left: 10px;
    border: 1px solid #dfdfdf;
}

.news-srch button {
    border: none;
    padding: 0px;
    height: 50px;
    line-height: 50px;
    border: none;
    background: none;
    color: #000000;
    position: absolute;
    right: 15px;
    top: 0;
}

.recent-ns-bx {
    padding: 30px;
    box-shadow: -1px -1px 28px -14px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -1px -1px 28px -14px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px -1px 28px -14px rgba(0, 0, 0, 0.75);
}









.blog-inner-img {
    overflow: hidden;
    margin-bottom: 0px;
}

.blog-inner-img img {
    width: 100%;
}

.blog-inner-list h3 {
    font-size: 16px;
    opacity: 0.5;
    margin: 0px 0px 10px;
}

.blog-inner-list h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 0px 0px 15px;
}

.blog-inner-list {
    margin-bottom: 35px;
}

.blg-inn {
    background: #fbfbfb;
    padding: 25px;
    padding-top: 25px;
}

.blog-inner-list {

    transition: all .5s ease 0s
}

.blog-inner-list:hover {
    box-shadow: 0 15px 33px rgba(0, 0, 0, .2);
    transform: translateY(-10px);
    transition: all .5s ease 0s
}

.inner-pages-out .h-service {
    margin: 0px 0px;
}





.news-inner5 {}

.news-inner-img {
    overflow: hidden;
    margin-bottom: 30px;
}

.news-inner-img img {
    width: 100%;
}

.ns-top-cnt h3 {
    font-size: 18px;
    opacity: 0.7;
}

.ns-top-cnt h4 {
    font-size: 25px;
    margin: 10px 0px 20px;
}

.text-news {
    margin-bottom: 40px;
}

.news-inner5 h3 {
    font-weight: bold;
    text-transform: uppercase;
    display: table;
    padding-bottom: 10px;
    position: relative;
    font-size: 18px;
    margin-top: 20px;
}

.news-inner5 h3:after {
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: #ff1e07;
    content: '';
    left: 0;
}

.news-inner5 ul {
    margin: 25px 0px;
    list-style: none;
    padding: 0px 0px;
}

.news-inner5 ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.news-inner5 ul li:after {
    position: absolute;
    display: block;
    content: '\f105';
    font-family: FontAwesome;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background: #ff1e07;
    color: #FFFFFF;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
}

.nws-bottom-2-img {
    overflow: hidden;
}

.nws-bottom-2-img img {
    width: 100%;
}

.two-img-sec {
    margin: 30px 0px;
}

.news-video-sec {
    overflow: hidden;
    position: relative;
    margin: 20px 0px;
}

.news-video-sec img {
    width: 100%;
}

.news-video-sec .play-btn {
    top: 40%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
}

.share-sec {
    padding: 25px 0px;
    display: block;
    overflow: hidden;
    margin-bottom: 50px;
}

.share-sec h4 {
    float: left;
    margin-right: 10px;
    font-size: 20px;
    font-weight: bold;
}

.share-sec ul {
    float: left;
    margin: 0px 0px;
    list-style: none;
}

.share-sec li {
    float: left;
    margin-left: 10px;
    padding-left: 0px !important;
}

.share-sec li:after {
    display: none !important;
}

.share-sec li a {
    padding: 10px 25px;
    border-radius: 30px;
    border: 2px solid #ed711d;
    font-size: 13px;
    color: #000000;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.share-sec li a:hover {
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    background: #ed711d;
    color: #FFFFFF;
}

.right-gray-bx {
    background: #f8f7f7;
    padding: 25px;
    margin-bottom: 30px;
}

.right-gray-bx h3 {
    font-size: 20px;
    margin: 0px 0px 20px;
}

.ns-sml-img {
    overflow: hidden;
}

.ns-sml-img img {
    width: 100%;
}

.ns-right-bx-sml {
    margin-bottom: 25px;
    border-bottom: 1px solid #e7e5e5;
    padding-bottom: 15px;
}

.ns-right-bx-sml:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

.ns-right-bx-sml h4 {
    font-size: 18px;
}

.ns-right-bx-sml a {
    color: #333333;
}

.right-gray-bx li {
    padding-left: 0px !important;
    margin-bottom: 5px !important;
    display: inline;
    margin-bottom: 5px;
}

.right-gray-bx li:after {
    display: none !important;
}

.right-gray-bx ul {
    margin: 0px 0px !important;
    padding: 0px 0px !important
}

.right-gray-bx li a {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 8px;
    float: none;
    background: #e2e2e2;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    display: inline-table;
    margin-bottom: 3px;
    border-radius: 5px;
}

.right-gray-bx li a:hover {
    background: #fff;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}


.ns-search {
    position: relative;
}

.ns-search input {
    background: #FFFFFF;
    height: 50px;
    width: 100%;
    border: 1px solid #fff;
}

.ns-search button {
    position: absolute;
    border: none;
    height: 50px;
    width: 60px;
    background: #ed711d;
    color: #FFFFFF;
    right: 0;
}

.ns-inner {
    margin-bottom: 40px;
}

.ns-inner .latest-nsC {
    margin-bottom: 30px;
}

.blogs-inner .latest-nsC {
    margin: 0px;
}

.blogs-inner .latest-nsC {
    margin-bottom: 30px;
}

.ns-inner .news-c {
    margin-bottom: 30px;
    background: #f9f9f9;
    padding: 25px;
}

.ns-inner .news-c h3 {
    font-size: 18px;
}

.blog-inner-img {
    overflow: hidden;
    margin-bottom: 0px;
}

.blog-inner-img img {
    width: 100%;
}

.blog-inner-list h3 {
    font-size: 16px;
    opacity: 0.5;
    margin: 0px 0px 10px;
}

.blog-inner-list h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 0px 0px 15px;
}

.blog-inner-list {
    margin-bottom: 35px;
}

.blg-inn {
    background: #fbfbfb;
    padding: 25px;
    padding-top: 25px;
}

.blog-inner-list {

    transition: all .5s ease 0s
}

.blog-inner-list:hover {
    box-shadow: 0 15px 33px rgba(0, 0, 0, .2);
    transform: translateY(-10px);
    transition: all .5s ease 0s
}

.inner-banner-cap {
    text-align: center;
}


.brand-out {
    background: #ecf0f1;
    margin-bottom: 30px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.08);
    border: 3px solid #fff;
    cursor: pointer;
}

.brand-logo {
    overflow: hidden;
}

.brand-logo img {
    width: 100%;
}

.brand-out h3 {
    margin: 0px;
    color: #000;
    font-size: 14px;
    padding: 10px;
    background: #fff;
    text-align: center;
    border-top: 1px solid #e6e6e6;
}

.brand-out h4 {
    color: #000;
    font-size: 15px;
}

/*.brd{ border-right:1px solid #e6e6e6;}
*/


.brand-out h4 {
    margin: 0px auto;
    height: 133px;
    overflow: hidden;
    text-align: center;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.brand-content ul {
    margin: 10px 0px;
    padding: 0px 0px 0px 15px;
}


.brand-content p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
}

.brand-content li {
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
}



.brand-content a {
    font-weight: bold;
    color: #ff6600;
}

@media all and (max-width: 760px) {
    .sliderC h1 {
        font-size: 36px !important;
        margin: 5px 0px;
    }

    .sliderC p {
        font-size: 21px !important;
        line-height: 24px;
    }

    .inner-banner {
        overflow: hidden;
        position: relative;
        height: 500px;
    }

    .inner-banner img {
        width: 100%;
        max-height: 500px;

    }

    .inner-banner-cap {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0px auto;
        display: table;
        top: 45%;
        color: #FFFFFF;
    }

    .inner-banner-cap h1 {
        font-size: 35px;
        margin: 0px auto;
        margin-bottom: 15px;
    }

    .brand-out h4 {
        color: #000;
        font-size: 13px;
        height: 80px;
    }

    .facilities-page h2 {
        margin-top: 0px;
    }

    .fac-content {
        padding: 25px;
    }

    #intro-2 {
        background-size: 4500% auto;
        padding: 60px 0px;
    }

    .col5 {
        flex: 0 0 auto;
        width: 100%;
        padding: 0px 15px;
    }

    .footer-form input {
        margin-bottom: 5px;
    }

    .footer-form select {
        margin-bottom: 5px;
    }

    .merits-image {
        width: 100%;
    }

    .titlle-logo {
        float: none;
        margin-top: 20px;
        margin-left: 0px;
    }

    .pageTitle h1 {
        float: none;
    }

    .fax-img1 {
        padding: 5px;
    }

    #intro {
        margin-bottom: 0px;
    }

    .cust {
        margin-top: 30px;
    }

    .home-about {
        padding-bottom: 0px;
    }

    .formC .right h4 {
        margin-left: 0px;
        font-size: 15px;
        margin-bottom: 15px;
    }

    .formC h3 {
        margin-bottom: 10px;
    }

    .srv6 h5 {
        margin-top: 0px;
    }

    .srv06-imag-c {
        margin-top: 25px;
    }

    .ic-service {
        margin-bottom: 35px;
    }

    .lft-menu {
        margin-left: 0px !important;
    }

    .fix-height {
        max-height: 500px;
        overflow-y: scroll
    }

    .cloud {
        margin-top: 0px;
        margin-left: 0px;
        line-height: normal;
    }

    .ip {
        margin-top: 0px;
        margin-left: 0px;
        line-height: normal;
    }


    .innerPage p {
        font-size: 15px;
        line-height: 24px;
    }

    .logoC {
        display: table;
        position: relative;
        z-index: 9999;
    }

    .logoC img {
        width: 100% !important;
        margin: 5px 0px !important;
        position: relative;
        z-index: 210;
    }

    .top-contact {
        position: relative;
        z-index: 210;
    }

    .menu-button {
        background: rgba(0, 0, 0, 0) url("../images/menu-btn.png") no-repeat scroll 0 0;
        cursor: pointer;
        float: right;
        height: 18px;
        position: relative;
        width: 34px;
        z-index: 1000;
    }

    #cssmenu>ul>li {
        margin-left: 0px;
    }

    #cssmenu>ul>li a {
        padding: 8px !important;
    }

    #cssmenu>ul>li {
        padding: 0px !important;
    }

    #cssmenu>ul>li a.active {
        border: none;
    }

    #cssmenu #menu-button {
        top: -4px;
    }

    #cssmenu ul {
        margin-top: 38px;
    }

    #cssmenu>ul ul {
        margin-top: 0px;
    }

    #cssmenu ul ul li a {
        font-size: 12px;
        text-transform: capitalize;
    }

    #cssmenu {
        top: 5px;
    }

    #cssmenu #menu-button {
        background: none;
    }



    #cssmenu #menu-button::before {
        background: #ff000a;
    }

    #cssmenu #menu-button::after {
        border-top: 2px solid #ff000a;
        border-bottom: 2px solid #ff000a;
    }

    #cssmenu ul {
        margin-top: 35px !important;
    }

    #cssmenu ul ul {
        margin-top: 0px !important;
        background: #a7bf23;
    }

    #cssmenu ul {
        padding: 0px;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
    }

    #cssmenu ul {
        background: #404040;
    }

    #cssmenu li a {
        border-top: 1px solid #373636 !important;
    }

    #cssmenu li ul a {
        border-bottom: 1px solid #373636 !important;
        border-top: none !important;
    }

    #cssmenu>ul>li a {
        padding: 15px !important;
    }

    .fix-height {}

    #cssmenu>ul>li:first-child {
        background: none !important;
    }

    #cssmenu>ul>li a.active {
        border-left: 5px solid #f039a7;
    }

    #cssmenu>ul>li a {
        padding-left: 0px !important;
    }

    #cssmenu>ul ul li a {
        padding-left: 35px !important;
        position: relative;
    }

    #cssmenu>ul ul li a:before {
        content: '\f105';
        font-family: FontAwesome;
        position: absolute;
        left: 25px;
        color: #FFF;
    }

    #cssmenu ul {
        margin-top: 38px !important;
    }

    #cssmenu ul {
        width: 100%;
    }

    #cssmenu ul ul li {
        border-bottom: none;
    }

    #cssmenu ul ul li {
        line-height: 22px;
    }

    #cssmenu {
        margin-top: 2px !important;
    }

    #cssmenu>ul>li {
        font-size: 12px !important;
    }

    #cssmenu ul ul {
        padding-top: 0px !important;
    }

    #cssmenu>ul>li a.active {
        border-left: 0px;
    }


    #cssmenu>ul>li a:hover {
        color: #930033;
    }

    .header .social-media li {
        margin-right: 5px;
    }

    .top-menu {
        margin-bottom: 8px;
    }

    .header {
        padding: 9px 0px;
    }




    .nivo-caption h1 {
        font-size: 20px;
    }

    .nivo-caption h2 {
        font-size: 10px;
        display: none;
    }

    .nivo-caption h3 {
        font-size: 12px;
    }

    .time {
        font-size: 11px;
    }

    #intro1 h2 {
        font-size: 20px;
    }

    #cssmenu {
        top: 0;
        margin-top: 15px !important;
    }







    #cssmenu .submenu-button {
        top: 9px;
    }

    #cssmenu>ul>li a.active {
        border-left: 3px solid #e68f1b;
    }

    #cssmenu ul ul {
        border-top: 1px solid #373636 !important;
    }

    #cssmenu ul ul li {
        height: auto;
    }


    .top-contact {
        margin-top: 0px;
    }

    .tp-em {
        display: none;
    }

    .logoC {
        margin-top: 0px;
        margin-left: 15px;
    }

    .header {
        /*background: #000000 !important;*/
        padding: 10px 0px;
        border: none;
        z-index: 50;
    }

    .logoC img {
        width: 55px !important;
        margin: 0px 0px !important;
    }

    .top-contact h5 {
        margin-right: 50px;
        font-size: 14px;
        margin-top: 6px;
    }

    #cssmenu {
        top: 0;
        margin-top: 13px !important;
    }

    .slideC {
        margin-top: 45px;
        margin-bottom: 0px;
    }

    .top-contact {
        float: none;
    }


    .sol-left {
        margin-top: 0px;
    }

    .sol-left h2 {
        font-size: 30px;
    }

    .sol-left p {
        font-size: 14px;
    }

    p {
        font-size: 14px;
    }

    #cssmenu {
        z-index: 99;
    }

    .sld-cap {
        text-align: left;
        margin-left: 2%;
        margin-top: 15%;
    }

    .left-social-media {
        display: none;
    }

    .layer-1.layer-3 p {
        display: none;
    }

    .sliderC h1 {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .sliderC a {
        padding: 5px 10px;
        font-size: 12px;
        margin-top: 10px;
    }

    .home-about {
        padding: 20px 0px;
    }

    .about-left h2 {
        font-size: 18px;
        font-weight: 400;
    }

    .about-right-img {
        margin-top: 30px;
    }

    .about-left h3 {
        font-size: 20px;
        font-weight: normal;
    }

    .why-choose-inn {
        background-size: 721%;

    }

    .choose-left {
        background: rgba(254, 103, 0, 0.5);
        padding: 10px !important;
        color: #FFFFFF;
        margin: 20px;
    }

    .choose-right {
        padding: 10px;
        color: #FFFFFF;
        width: auto;
        margin: 20px;
        margin-top: 0px;
    }

    .counter-bx {
        margin-bottom: 30px;
        background: rgba(0, 0, 0, 0.2);
        margin-bottom: 2px;
        padding: 25px;
        width: 100%;
    }

    .counter-bx h3 {
        font-size: 45px;
    }

    .counter-bx h4 {
        font-size: 17px;
    }

    .testi-img {
        margin-top: 0px;
    }

    .testi-img {
        width: 100%;
        padding-right: 0px;
    }

    .test-text p {
        font-size: 14px;
        line-height: 20px;
        line-height: 25px;
        font-weight: 300;
    }

    .test-text {
        margin-top: 10px;
    }

    .ns-rt {
        width: 100%;
    }


    .footer-social {
        margin-bottom: 40px;
        overflow: hidden;
    }

    .nivo-control {
        display: none !important;
    }

    .about-left h3 {
        line-height: 27px;
    }

    .top-search button {
        right: 70px;
        left: auto;
        width: auto;
        background: none;
        font-size: 13px;
        z-index: 650;
    }

    header {
        padding-top: 7px;
    }

    #cssmenu {
        top: 0;
        margin-top: 1px !important;
    }

    .about-slider {
        display: none;
    }

    .choose-icon {
        min-width: 61px;
    }

    .test-out {
        padding-top: 60px;
        margin-bottom: 30px;
    }

    .ns-right .ns-descrip {
        padding: 15px;
    }

    .btm-btn-sec .button {
        float: none;
        margin-bottom: 20px;
    }

    .sld-cap {
        width: 100%;
    }

    .qoute-btn {
        display: none;
    }

    .top-search {
        width: auto;
    }

    .top-search button {
        position: absolute;
        top: 9px;
        left: 10px;
    }

    .home-service {
        padding: 40px 0px;
    }

    .orange-btn {
        margin: 15px auto;
    }

    .home-products {
        margin: 40px 0px 0px;
        background: #f5f5f5;
        padding: 40px 0px 40px;
    }

    .home-testimonials h2 {
        margin-bottom: 18px;
    }

    .partners {
        margin-bottom: 40px;
    }

    .news-sec {
        margin-bottom: 20px;
    }

    .news-sec {
        padding-bottom: 0px;
    }

    .inner-banner-cap h1 {
        font-size: 17px;
    }

    .product-top {
        margin-top: 30px;
    }

    .product-top h3 {
        font-size: 22px;
    }

    .pro-listingC h4 {
        font-size: 19px;
        margin: 10px auto;
    }

    .pro-listingC {
        padding: 40px 0px;
    }

    .left-pro-listing h2 {
        font-size: 18px;
    }

    .dwd-bx h3 {
        line-height: 23px;
        font-size: 16px;
    }

    .product-top-image {
        margin-top: 25px;
    }

    .gray-sec h2 {
        font-size: 20px;
    }

    .service-C h3 {
        font-size: 16px;
    }

    .vision-box {
        margin-bottom: 30px;
    }

    .about-image-4 {
        margin-bottom: 30px;
    }

    #intro-1 {
        background-size: 300%;
        padding: 20px 0px;
    }

    .abt-btm-right {
        width: 100%;
        padding: 15px;
        margin-bottom: 10px;
    }

    .m-ddl .col-lg-8 {
        order: 2
    }

    .m-ddl .col-lg-4 {
        order: 1
    }

    .tab-content {
        margin-top: 0px;
    }

    .abtcntt {
        padding: 40px 20px;
    }

    .abtcntt h4 {
        font-size: 13px;
    }


    .ns-top-cnt h3 {
        font-size: 15px;
    }

    .ns-top-cnt h4 {
        font-size: 17px;
        margin: 10px 0px 20px;
    }

    .share-sec li a {
        display: block;
        padding: 8px 12px;
    }

    .share-sec li {
        margin: 3px;
    }

    .share-sec ul {
        padding: 0px;
    }

    .ns-sml-img {
        margin-bottom: 15px;
    }

    .blog-inner-list h3 {
        font-size: 15px;
    }

    .blog-inner-list h4 {
        font-size: 17px;
    }
}
