@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900|Arimo:400,400i,700);
* {
    margin: 0;
    padding: 0
}

.navbar-toggle {
    z-index: 999!important
}

body {
    font-family: Quicksand, sans-serif;
    font-size: 15px;
    line-height: 25px;
    color: #131010
}

.menu_1 {
    width: 100%;
    height: auto;
    float: left;
    background: #41369d;
    position: relative;
    z-index: 20
}

.navbar-inverse {
    background-color: #41369d!important;
    border-color: #41369d!important
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #f42c05!important;
    border-radius: 2px
}

.navbar-nav>li>a {
    padding-top: 5px!important;
    padding-bottom: 6px!important
}

.navbar {
    padding-top: 10px;
    position: relative;
    min-height: 50px;
    margin-bottom: 0!important;
    border: 1px solid transparent
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff!important;
    font-weight: 400!important
}

.enq-call {
    color: #fff;
    padding: 2px 22px;
    width: 76px
}

.enq-call i {
    font-size: 25px;
    padding: 6px 20px;
    background: no-repeat;
    border-radius: 6px;
    border: 1px solid #5cf162;
    color: #16c316
}

.copyrights {
    text-align: center;
    width: 100%;
    float: left;
    padding: 20px 0;
    margin-bottom: 37px;
    background: #000
}

.b-button {
    display: none
}

@media (max-width:768px) {
    #callme-1 {
        position: fixed;
        right: 5px;
        top: 107px;
        width: 43px;
        height: 43px;
        cursor: pointer;
        z-index: 99990
    }
    .b-button {
        display: block;
        position: fixed;
        z-index: 9999;
        bottom: 0;
        width: 100%;
        background: #000;
        text-align: center;
        padding: 9px;
        font-size: 18px;
        color: #fff;
        box-shadow: 0 0 8px #3e3e3e
    }
}

.floatleft {
    float: left
}

.floatright {
    float: right
}

img {
    max-width: 100%;
    height: auto
}

.fix {
    overflow: hidden
}

p {
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: auto;
    font-weight: 700;
    font-family: Quicksand, sans-serif
}

input:focus,
select:focus {
    outline: 0
}

button,
input {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

a {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -moz-transition: all .3s;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 14px
}

a:hover {
    color: #fff
}

a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none
}

button:focus {
    outline: 0
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

:after,
:before {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

div {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

.black-opacity {
    position: relative;
    z-index: 9
}

.black-opacity:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #41369d;
    content: "";
    opacity: .9
}



.pt-120 {
    padding-top: 120px
}

.ptb-120 {
    padding: 70px 0px 30px 0px;
}

.mb-40 {
    margin-bottom: 40px
}

.bg-1 {
    background: #fafafa
}

.bg-fff {
    background: #fff
}

a#scrollUp {
    position: fixed;
    right: 10px;
    bottom: 20px;
    height: 45px;
    width: 45px;
    background: #222;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 12px;
    border-radius: 5px
}

a#scrollUp:hover {
    background: #ff9c10
}

.preloder-wrap {
    background-color: #222;
    color: #fff;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999999999
}

.loader {
    height: 200px;
    left: 50%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    right: 50%;
    top: 0;
    width: 100%;
    margin-left: -100px
}

.loader .siteref {
    bottom: 16px!important;
    display: block;
    font-size: 10px;
    left: 10px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100%!important
}

.preloder-wrap .child-common {
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    -webkit-animation: animate3 2s infinite;
    animation: animate3 2s infinite
}

.preloder-wrap .child1 {
    left: 75px;
    top: 75px;
    width: 50px;
    height: 50px
}

.preloder-wrap .child2 {
    left: 65px;
    top: 65px;
    width: 70px;
    height: 70px;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.preloder-wrap .child3 {
    left: 55px;
    top: 55px;
    width: 90px;
    height: 90px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.preloder-wrap .child4 {
    left: 45px;
    top: 45px;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

@-webkit-keyframes animate3 {
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes animate3 {
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.header-top-area {
    background: #96191d;
    padding: 3px 0
}

.header-top-left ul li {
    display: inline-block;
    margin: 2px 20px 2px 0;
    color: #fff
}

.header-top-left ul li i {
    margin-right: 5px
}

.header-top-left ul li:last-child {
    margin-right: 0
}

.header-top-right ul li {
    display: inline-block
}

.header-top-right ul li a {
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background: #fff;
    text-align: center;
    font-size: 13px;
    border-radius: 3px
}

.header-bottom-area {
    padding-top: 10px;
    background: #fff;
    border-top: 1px dashed #135296
}

.header-bottom-area.sticky-menu {
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 999;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
    animation: .5s ease-in-out 0s normal none 1 running fadeInDown
}

.logo {
    padding: 10px 0
}

@media (max-width:767px) {
    .logo {
        text-align: center
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-top: 20px!important;
        left: 50%;
        margin-left: -10px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-top: 20px!important;
        right: 50%;
        margin-right: -10px
    }
}

.mainmenu ul li {
    display: inline-block;
    margin-left: 10px;
    position: relative
}

.mainmenu ul li:first-child {
    margin-left: 0
}

.mainmenu ul li a {
    display: block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    border-radius: 4px
}

.mainmenu ul li.active>a,
.mainmenu ul li:hover>a {
    color: #ff9c10
}

.mainmenu ul li>ul {
    position: absolute;
    left: 0;
    top: 150%;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    padding: 10px;
    width: 180px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    text-align: left;
    border-top: 3px solid #ff9c10;
    z-index: 999
}

.mainmenu ul li>ul.right {
    left: auto;
    right: 0
}

.mainmenu ul li:hover>ul {
    top: 100%;
    visibility: visible;
    opacity: 1
}

.mainmenu ul li>ul li {
    margin: 0;
    display: block
}

.mainmenu ul li>ul li a {
    padding: 7px 0;
    text-transform: capitalize
}

.mainmenu ul li>ul li:hover>a {
    padding-left: 10px
}

.slider-items {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 999
}

.slider-items:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    z-index: -9;
    opacity: .5
}

.slider-items h2 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase
}

.slider-items h2 span {
    color: #ff9c10
}

.slider-items p {
    font-size: 18px;
    margin-bottom: 35px
}

.slider-items ul li {
    display: inline-block;
    margin: 0 2px
}

.slider-items ul li a {
    padding: 14px 30px;
    background: #ff9c10;
    text-transform: uppercase;
    display: block
}

.slider-items ul li:hover a {
    background: #fff;
    color: #222
}

.nivo-directionNav a {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    height: 50px;
    left: 50px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    width: 50px;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    border-radius: 50%;
    font-size: 20px
}

.nivo-directionNav a:hover {
    background: #ff9c10;
    color: #222
}

.nivo-directionNav a.nivo-nextNav {
    left: auto;
    right: 50px
}

.nivo-controlNav {
    padding: 0
}

.responsive-menu-wrap {
    position: relative
}

.responsive-menu-wrap .slicknav_btn {
    background-color: transparent;
    border-radius: 0;
    display: block;
    float: right;
    padding: 18px 20px;
    text-decoration: none;
    text-shadow: none;
    vertical-align: middle;
    height: 0;
    width: 0;
    margin: 0
}

.slicknav_menu .slicknav_icon {
    margin: 0 -5px
}

.responsive-menu-wrap .slicknav_menu .slicknav_menutxt {
    display: none
}

.responsive-menu-wrap .slicknav_menu {
    background: transparent none repeat scroll 0 0;
    font-size: 15px;
    padding: 19px 0;
    position: absolute;
    right: 0;
    top: 0
}

.responsive-menu-wrap .slicknav_menu .slicknav_icon-bar {
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    display: block;
    height: 2px;
    width: 25px;
    background: #222
}

.responsive-menu-wrap .slicknav_nav {
    background: #222;
    border-radius: 0;
    clear: both;
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding: 5px 0;
    position: relative;
    top: 25px;
    width: 720px;
    z-index: 99;
    right: 0;
    z-index: 9999999;
    position: relative
}

.slicknav_nav a {
    color: #f1f1f1;
    text-decoration: none;
    text-transform: capitalize
}

.slicknav_nav a i {
    display: none
}

.slicknav_nav a:hover {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    text-shadow: 0 3px 5px rgba(0, 0, 0, .5);
    color: #fff
}

.responsive-menu-wrap .slicknav_nav .slicknav_row:hover {
    background: 0 0
}

.responsive-menu-wrap .slicknav_nav .slicknav_arrow {
    font-size: 10px;
    margin: 5px
}

.responsive-menu-wrap .slicknav_open .slicknav_icon span:first-child {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    position: relative;
    top: 5px
}

.responsive-menu-wrap .slicknav_open .slicknav_icon span:last-child {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg)
}

.responsive-menu-wrap .slicknav_open .slicknav_icon span:nth-child(2) {
    display: none
}

.location-sec {
    width: 80%;
    padding: 80px 0;
    clear: both;
    margin: 0 auto
}

.location-sec iframe {
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    height: 300px
}

.service-area {
    padding-top: 70px;
    background: #e6e6e6;
    margin-top: 60px;
	padding-bottom:40px;
}

.service-items {
    margin-top: 35px
}

.section-title {
    margin-bottom: 35px
}

.section-title h2 {
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
    line-height: 23px
}

.section-title p {
    font-size: 17px;
    font-style: italic;
    line-height: 28px;
    font-weight: 600
}

.section-title h2:after,
.section-title h2:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 3px;
    content: "";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: -webkit-translateX(-50%);
    transform: -webkit-translateX(-50%);
    transform: -moz-translateX(-50%)
}

.section-title h2:before {
    width: 90px;
    background: #d1d0cb
}

.section-title h2:after {
    background: #ff9c10;
    width: 30px
}

.section-title2 h2,
.section-title2 p {
    color: #fff
}

.section-title2 h2:before {
    background: #fff
}

.service-wrap h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px
}

.service-wrap h3 i {
    margin-left: 20px;
    font-size: 25px;
    color: #ff9c10;
    position: relative;
    top: 2px
}

.service-wrap p {
    margin-bottom: 15px;
    text-align: justify
}

.service-wrap a {
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    background: #41369d;
    padding: 10px;
    border-radius: 6px;
    text-align: center
}

.service-wrap a:hover {
    color: #fff
}

.service-items2 .service-wrap h3 i {
    margin: 0 20px 0 0
}

.callto-action-area {
    padding-top: 10px
}

.callto-action-wrap {
    padding: 70px 0
}

.callto-action-wrap h2 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff
}

.callto-action-wrap p {
    color: #fff;
    margin-bottom: 30px
}

.callto-action-wrap a {
    display: inline-block;
    padding: 13px 40px;
    background: #96191d;
    text-transform: uppercase;
    border-radius: 6px
}

.callto-action-wrap a:hover {
    background: #fff;
    color: #222
}

.about-area {
    background: #fff
}

.about-item h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px
}

.about-item h3 i {
    font-size: 30px;
    top: 4px;
    position: relative;
    margin-right: 15px
}

.about-img img {
    visibility: hidden
}

.project-area {
    padding: 120px 0 90px
}

.project-menu button {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 30px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    font-size: 12px;
    background: 0 0;
    margin: 0 1px
}

.project-menu button.active {
    background: #ff9c10;
    border-color: #ff9c10;
    color: #fff
}

.project-wrap {
    position: relative;
    margin-bottom: 30px
}

.project-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: rgba(0, 0, 0, .7);
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all .3s;
    transition: all .3s
}

.project-wrap:hover .project-content {
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.project-content a {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border: 1px solid #fff;
    color: #fff;
    margin: 0 auto 20px
}

.project-content a:hover {
    background: #fff;
    color: #222
}

.project-content h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin: 0
}

.team-area {
    padding: 120px 0 90px;
    background: #fff
}

.team-wrap {
    margin-bottom: 30px;
    background: #fafafa;
    padding-top: 30px
}

.team-content {
    background: #ff9c10;
    overflow: hidden;
    padding: 30px 80px 30px 30px;
    position: relative
}

.team-content h3 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px
}

.team-content h3 span {
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
    font-style: italic
}

.team-content p {
    font-size: 15px;
    color: #fff
}

.team-content ul {
    background: #222;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.team-content ul li {
    margin-bottom: 10px
}

.team-content ul li:last-child {
    margin-bottom: 0
}

.team-content ul li a {
    font-size: 20px;
    color: #ff9c10
}

.team-content ul li a:hover {
    color: #fff
}

.test-wrap {
    padding: 55px 30px;
    border: 2px solid #fff
}

.test-info {
    float: left;
    width: 120px
}

.test-img {
    width: 85px
}

.test-info h3 {
    font-size: 15px;
    text-transform: uppercase;
    color: #ff9c10;
    font-weight: 700;
    margin: 20px 0 3px
}

.test-info span {
    display: block;
    color: #fff;
    font-weight: 300;
    font-family: 'Roboto Condensed';
    font-size: 12px;
    text-transform: capitalize;
    line-height: 15px
}

.test-content {
    overflow: hidden
}

.test-content p {
    color: #fff
}

.dotate-style {
    padding-bottom: 50px
}

.dotate-style .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    text-align: center;
    width: 100%
}

.dotate-style .owl-dot {
    height: 12px;
    width: 12px;
    background: #fff;
    display: inline-block;
    margin: 0 3px;
    border-radius: 50%
}

.dotate-style .owl-dot.active {
    background: #ff9c10
}

.pricing-area {
    padding: 120px 0 90px
}

.pricing-wrap {
    margin-bottom: 30px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    padding-bottom: 40px;
    border-bottom: 5px solid #222
}

.pricing-wrap.active {
    border-color: #ff9c10
}

.pricing-icon {
    background: #222;
    padding-top: 40px
}

.pricing-wrap.active .pricing-icon {
    background: #ff9c10
}

.pricing-icon i {
    height: 65px;
    width: 65px;
    line-height: 65px;
    color: #fff;
    background: #333;
    border-radius: 50%;
    margin-bottom: 15px;
    font-size: 24px
}

.pricing-wrap.active .pricing-icon i {
    background: #a78924
}

.pricing-icon h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 35px
}

.pricing-wrap.active .pricing-icon h3 {
    color: #222
}

.pricing-icon h4 {
    background: #ff9c10;
    padding: 20px 0;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0
}

.pricing-wrap.active .pricing-icon h4 {
    background: #222;
    color: #fff
}

.pricing-icon h4 span {
    font-size: 16px
}

.pricing-wrap ul li {
    padding: 8px 0;
    font-size: 16px
}

.pricing-wrap ul li:nth-child(even) {
    background: #f2f2f2
}

.pricing-wrap button {
    padding: 10px 35px;
    background: #ff9c10;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 30px
}

.pricing-wrap button:hover {
    background: #222;
    color: #fff
}

.brand-area {
    padding: 100px 0;
    background: #f1f1f1
}

.brand-wrap a {
    display: block;
    border: 2px solid #ff9c10
}

.footer-top-area {
    padding: 100px 0 50px
}

.footer-widget {
    margin-bottom: 50px
}

.footer-logo img {
    margin-bottom: 35px
}

.footer-logo p {
    color: #fff;
    margin-bottom: 30px
}

.footer-logo form {
    position: relative
}

.footer-logo input {
    width: 100%;
    height: 40px;
    background: #fff;
    border: 1px solid #fff;
    padding-left: 20px;
    padding-right: 40px
}

.footer-logo button {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    background: #ff9c10;
    border: none;
    color: #fff
}

.footer-widget h2 {
    text-transform: uppercase;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
    color: #fff;
    font-size: 20px
}

.footer-widget h2:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: #ff9c10;
    content: ""
}

.footer-contact ul li {
    display: block;
    line-height: 30px;
    color: #fff;
    margin-bottom: 3px
}

.footer-contact ul li i {
    margin-right: 10px
}

.footer-contact ul.socil-media {
    margin-top: 25px
}

.footer-contact ul.socil-media li {
    display: inline-block
}

.footer-contact ul.socil-media li a {
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    background: #fff
}

.footer-contact ul.socil-media li a:hover {
    background: #ff9c10;
    color: #222
}

.footer-contact ul.socil-media li a i {
    margin-right: 0
}

.footer-menu ul li {
    line-height: 30px;
    margin-bottom: 5px
}

.footer-menu ul li a {
    color: #fff;
    font-weight: 400;
    position: relative;
    padding-left: 25px
}

.footer-menu ul li a:hover {
    color: #ff9c10
}

.footer-menu ul li a:before {
    position: absolute;
    left: 0;
    top: -4px;
    content: "\f101";
    font-family: fontawesome
}

.footer-menu ul li a:hover:before {
    left: 5px
}

.footer-bottom-area {
    padding: 10px 0;
    background: #000;
    font-size: 16px;
    color: #fff
}

.footer-bottom-area span {
    font-weight: 700
}

.header-area2 .header-bottom-area {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: 0 0
}

.header-bottom {
    background: #ff9c10;
    padding: 0 20px
}

.header-area2 .header-top-area {
    background: #fff
}

.header-area2 .header-top-left ul li {
    color: #222
}

.header-area2 .header-top-right ul li a {
    background: #ff9c10
}

.header-area2 .header-top-right ul li a:hover {
    color: #fff
}

.header-area2 .mainmenu ul li.active>a,
.header-area2 .mainmenu ul li:hover>a {
    color: #fff
}

.header-area2 .mainmenu ul li>ul li.active a,
.header-area2 .mainmenu ul li>ul li:hover a {
    color: #ff9c10
}

.slider-area2 .slider-items {
    position: relative
}

.slider-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9999;
    padding-top: 80px
}

.slider-area2 .slider-items:before {
    z-index: 9
}

.slider-area2 .slider-items p {
    color: #fff
}

.slider-area2 .slider-items img {
    visibility: hidden
}

.service-area2 .service-wrap {
    margin-bottom: 30px;
    padding: 30px;
    background: #fafafa;
    text-align: center
}

.service-area2 .service-wrap i {
    width: 80px;
    height: 80px;
    background: #ff9c10;
    line-height: 80px;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px
}

.service-area2 .service-wrap h3 {
    margin-bottom: 15px;
    font-size: 20px
}

.slider-active2 .owl-dots {
    position: absolute;
    left: 0;
    bottom: 15px;
    right: 0;
    text-align: center
}

.slider-active2 .owl-dot {
    height: 10px;
    width: 4px;
    background: #fff;
    display: inline-block;
    margin: 0 2px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.slider-active2 .owl-dot.active {
    background: #ff9c10;
    height: 15px
}

.fanfact-area {
    padding: 100px 0 70px
}

.fanface-wrap {
    margin-bottom: 28px;
    text-align: center
}

.fanface-wrap h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
    line-height: 35px
}

.fanface-wrap h3 {
    color: #ff9c10;
    text-transform: uppercase;
    font-size: 16px
}

.team-area2 .team-wrap {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    padding-top: 0
}

.team-area2 .team-img {
    padding-top: 30px
}

.team-area2 .team-img {
    position: relative;
    overflow: hidden
}

.team-area2 .team-img ul {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    opacity: 0;
    visibility: hidden
}

.team-area2 .team-wrap:hover .team-img ul {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 1
}

.team-area2 .team-img ul li {
    margin-bottom: 10px
}

.team-area2 .team-img ul li a {
    color: #fff;
    font-size: 17px
}

.news-area .pagination-wrapper {
    margin-bottom: 30px
}

.team-area2 .team-img ul li a:hover {
    color: #ff9c10
}

.team-area2 .team-content {
    padding-right: 20px
}

.testmonial-area2 .test-wrap {
    padding: 0;
    border: none;
    text-align: center
}

.testmonial-area2 .test-info {
    float: none;
    width: auto;
    margin-bottom: 20px
}

.testmonial-area2 .test-info {
    float: none;
    width: auto;
    margin-bottom: 20px
}

.testmonial-area2 .test-img {
    margin: auto;
    border-radius: 50%;
    overflow: hidden
}

.testmonial-area2 .test-info h3 {
    font-size: 20px
}

.testmonial-area2 .test-content p {
    font-size: 16px
}

.about-area.about-area2 {
    background: #fff;
}

.news-area {
    padding: 120px 0 90px;
    background: #fff
}

.news-wrap {
    background: #fafafa;
    margin-bottom: 30px
}

.news-img {
    position: relative;
    overflow: hidden
}

.news-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    opacity: 0;
    z-index: 9
}

.news-wrap:hover .news-img:before {
    opacity: .5
}

.news-img img {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    width: 100%
}

.news-wrap:hover .news-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1)
}

.news-content {
    padding: 30px 20px
}

.news-content ul li {
    display: inline-block;
    margin-right: 15px;
    color: #797878
}

.news-content ul li:last-child {
    margin-right: 0
}

.news-content ul li a {
    color: #797878;
    font-weight: 400
}

.news-content ul li i {
    margin-right: 3px
}

.news-content h3 {
    font-size: 20px;
    margin: 20px 0 20px
}

.news-content p {
    margin-bottom: 20px
}

.news-content a.readmore {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    text-decoration: underline;
    color: #ff9c10
}

.news-content a.readmore:hover {
    color: #222
}

.breadcumb-area {
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.breadcumb-wrap h2 {
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0
}

.breadcumb-wrap ul li {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    margin: 6px 0 6px 5px
}

.breadcumb-wrap ul li.active {
    color: #ff9c10
}

.breadcumb-wrap ul li a {
    color: #fff
}

.breadcumb-wrap ul li a:hover {
    color: #ff9c10
}

.about-page-area {
    padding-bottom: 90px;
    background: #fff
}

.about-page-wrap {
    background: #fafafa;
    text-align: center;
    margin-bottom: 30px
}

.about-content {
    padding: 40px 30px
}

.about-content h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 22px
}

.about-wrap p {
    text-align: justify
}

.about-area2 .about-wrap h3 {
    margin-bottom: 20px;
    text-transform: capitalize
}

.about-area2 .about-wrap p {
    margin-bottom: 20px
}

.about-area2 .about-wrap ul li {
    position: relative;
    line-height: 30px;
    font-weight: 600;
    font-style: italic;
    padding-left: 20px;
    font-size: 16px
}

.about-area2 .about-wrap ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f101";
    font-family: fontawesome;
    font-style: normal
}

.service-area3 .service-wrap {
    padding: 0;
    text-align: left;
    border: 1px solid #f9f9f9;
    box-shadow: 0 4px 0 #efedea;
    padding: 15px 15px;
    margin: 5px 5px;
    height: auto;
    border-radius: 5px;
    margin-bottom: 40px;
    min-height: 550px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2)
}

.service-area3 .service-img {
    position: relative
}

.service-area3 .service-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    z-index: 9;
    opacity: 0
}

.service-area3 .service-wrap:hover .service-img:before {
    opacity: .5
}

.service-area3 .service-content {
    padding: 10px 10px;
    text-align: center
}

.service-content img {
    border-radius: 6px;
    margin-bottom: 15px
}

.project-area2 .project-wrap {
    width: 25%;
    float: left;
    margin-bottom: 0
}

.project-area.project-area2 {
    padding: 120px 0
}

.pagination-wrapper {
    margin-top: 20px
}

.pagination-wrapper ul li {
    display: inline-block
}

.pagination-wrapper ul li a,
.pagination-wrapper ul li span {
    display: block;
    height: 40px;
    width: 40px;
    border: 1px solid #ccc;
    line-height: 40px;
    color: #222;
    font-weight: 700;
    font-size: 16px
}

.pagination-wrapper ul li a:hover,
.pagination-wrapper ul li span {
    background: #ff9c10;
    color: #fff;
    border-color: #ff9c10
}

.news-sidebar {
    padding: 40px 20px;
    border: 1px solid #eee;
    border-radius: 5px
}

.widget {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee
}

.widget-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px
}

.widget_search form {
    position: relative
}

.widget_search input {
    height: 45px;
    width: 100%;
    border: 1px solid #eee;
    padding: 0 45px 0 20px;
    border-radius: 3px
}

.widget_search button {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    background: #ff9c10;
    border: none;
    color: #fff;
    border-radius: 3px
}

.widget_search button:hover {
    background: #222
}

.widget_archive ul li,
.widget_categories ul li {
    line-height: 32px
}

.widget_archive ul li a,
.widget_categories ul li a {
    display: block;
    position: relative;
    font-weight: 400;
    padding-left: 20px
}

.widget_archive ul li a:before,
.widget_categories ul li a:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f105";
    font-family: fontawesome
}

.widget_archive ul li a:hover:before,
.widget_categories ul li a:hover:before {
    padding-left: 5px;
    color: #ff9c10
}

.widget_recent_entries ul li {
    overflow: hidden;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e1e1e1
}

.widget_recent_entries ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.post-img {
    float: left;
    margin-right: 15px
}

.post-content {
    overflow: hidden
}

.post-content a {
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 22px;
    font-size: 15px
}

.widget_tag_cloud {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0
}

.post-content p {
    font-weight: 600;
    font-style: italic;
    font-size: 12px
}

.widget_tag_cloud ul li {
    display: inline-block
}

.widget_tag_cloud ul li a {
    padding: 8px 12px;
    display: block;
    border: 1px solid #eee;
    color: #787b78;
    margin-bottom: 5px
}

.widget_tag_cloud ul li a:hover {
    background: #ff9c10;
    border-color: #ff9c10;
    color: #fff
}

.news-details-area {
    background: #fff
}

.news-details-wrap {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px
}

.news-details-img {
    position: relative;
    margin-bottom: 40px
}

.news-details-img img {
    width: 100%
}

.news-details-wrap h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 25px
}

.news-details-wrap h3 span {
    display: block
}

.news-details-wrap p {
    line-height: 28px;
    margin-bottom: 25px
}

.news-details-wrap .text {
    color: #222;
    font-weight: 400;
    line-height: 28px
}

.news-details-wrap blockquote {
    padding: 40px 30px;
    border: none;
    color: #222;
    font-style: italic;
    line-height: 28px;
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin: 30px 0;
    background: #ff9c10
}

.news-tags ul {
    display: inline-block;
    padding: 0 20px;
    position: relative
}

.news-tags ul:first-child {
    padding-left: 0
}

.news-tags ul:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "/"
}

.news-tags ul:first-child:before {
    display: none
}

.news-tags ul li {
    font-weight: 600;
    color: #222;
    display: inline-block
}

.news-tags ul li:first-child {
    margin-right: 15px
}

.news-tags ul li a {
    font-weight: 300;
    color: #626a72;
    font-size: 14px
}

.news-tags ul li a:hover {
    color: #f9690e
}

.comment-main {
    margin: 70px 0;
    padding-bottom: 70px;
    border-bottom: 1px solid #e1e1e1
}

h3.news-title {
    font-size: 28px;
    margin-bottom: 30px
}

h3.news-title span {
    color: #ff9c10
}

ol {
    list-style: none
}

.comment-wrapper {
    position: relative
}

.comments-reply {
    margin-top: 10px
}

.comment-wrap {
    background: #fff;
    overflow: hidden;
    margin-bottom: 50px
}

.comment-theme {
    float: left;
    margin-right: 20px
}

.comment-main-area {
    overflow: hidden
}

.comment-wrap1 {
    margin-left: 70px;
    margin-bottom: 0
}

.comment-wrap2 {
    margin-left: 84px
}

.sewl-comments-meta h4 {
    margin-bottom: 0
}

.sewl-comments-meta span {
    display: inline-block;
    margin-bottom: 10px
}

.comment-area p {
    margin-bottom: 25px
}

.comments-reply a {
    font-weight: 700;
    background: #ff9c10;
    display: inline-block;
    color: #fff;
    font-size: 11px;
    padding: 5px 20px;
    text-transform: uppercase
}

.comments-reply a i {
    margin-right: 5px
}

.comments-reply a:hover {
    color: #222
}

.comment.even.thread-even.depth-1 {
    margin-top: 40px
}

.sewl-form-inputs input,
.sewl-form-textarea textarea {
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
    padding-left: 20px;
    margin-bottom: 30px
}

.sewl-form-textarea textarea {
    height: 230px
}

.form-submit input {
    height: 50px;
    width: 180px;
    text-align: center;
    line-height: 50px;
    border: none;
    background: #222;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: 700
}

.form-submit input:hover {
    background: #ff9c10
}

.contact-form {
    margin-bottom: 90px
}

.contact-form input,
.contact-form textarea {
    height: 60px;
    width: 100%;
    background: #fff;
    border: none;
    padding-left: 20px;
    margin-bottom: 30px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    font-size: 16px
}

.contact-form textarea {
    height: 285px;
    padding-top: 10px
}

.contact-form button {
    padding: 12px 30px;
    background: #ff9c10;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    border: none
}

.contact-form button:hover {
    background: #222
}

.contact-wrap ul li {
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    padding: 40px 50px 40px 115px;
    position: relative;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #454544;
    text-transform: uppercase
}

.contact-wrap ul li:last-child {
    margin-bottom: 0
}

.contact-wrap ul li i {
    color: #454544;
    font-size: 48px;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute
}

.contact-wrap ul li p {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 24px
}

.contact-wrap ul li p span {
    display: block
}

#googleMap {
    width: 100%;
    height: 350px
}

.error-area {
    padding: 120px 0;
    background: #fff
}

.error-wrap {
    text-align: center
}

.error-wrap img {
    margin-bottom: 30px
}

.error-wrap h3 {
    text-transform: uppercase;
    margin-bottom: 20px
}

.error-wrap p {
    padding: 30px;
    background: #fafafa;
    font-size: 16px;
    font-weight: 600
}

.cf-msg {
    padding: 10px;
    text-align: center;
    margin-bottom: 30px
}

.cf-msg p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    text-transform: capitalize
}

#callme-1 {
    position: fixed;
    right: 10px;
    top: 120px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 99990
}

#callme-1 #callmeMain {
    -moz-border-radius: 50%!important;
    -webkit-border-radius: 50%!important;
    border-radius: 50%!important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #cf0808;
    width: 70px;
    height: 70px;
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    animation: zcwmini2 1.5s 0s ease-out infinite
}

#callme {
    position: fixed;
    right: 10px;
    bottom: 100px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 100
}

#callme #callmeMain {
    -moz-border-radius: 50%!important;
    -webkit-border-radius: 50%!important;
    border-radius: 50%!important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #cf0808;
    width: 70px;
    height: 70px;
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    animation: zcwmini2 1.5s 0s ease-out infinite
}

#callme #callmeMain:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation: zcwphone2 1.5s linear infinite;
    -moz-animation: zcwphone2 1.5s linear infinite;
    animation: zcwphone2 1.5s linear infinite
}

@-webkit-keyframes zcwphone {
    0% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    50% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
    100% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-moz-keyframes zcwphone {
    0% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    50% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
    100% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes zcwphone {
    0% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    50% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
    100% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    50% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
    100% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-moz-keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    50% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
    100% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    50% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
    100% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes zcwmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 transparent, 0 0 0 0 rgba(207, 8, 8, 0)
    }
    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px transparent, 0 0 12px 14px
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px transparent, 0 0 0 40px rgba(207, 8, 8, 0)
    }
}

@-moz-keyframes zcwmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 transparent, 0 0 0 0 rgba(207, 8, 8, 0)
    }
    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px transparent, 0 0 12px 14px
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px transparent, 0 0 0 40px rgba(207, 8, 8, 0)
    }
}

@keyframes zcwmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 transparent, 0 0 0 0 rgba(207, 8, 8, 0)
    }
    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px transparent, 0 0 12px 14px
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px transparent, 0 0 0 40px rgba(207, 8, 8, 0)
    }
}

@-webkit-keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 transparent, 0 0 0 0 rgba(207, 8, 8, 0)
    }
    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px transparent, 0 0 12px 14px
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px transparent, 0 0 0 40px rgba(207, 8, 8, 0)
    }
}

@-moz-keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 transparent, 0 0 0 0 rgba(207, 8, 8, 0)
    }
    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px transparent, 0 0 12px 14px
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px transparent, 0 0 0 40px rgba(207, 8, 8, 0)
    }
}

@keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 transparent, 0 0 0 0 rgba(207, 8, 8, 0)
    }
    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px transparent, 0 0 12px 14px
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px transparent, 0 0 0 40px rgba(207, 8, 8, 0)
    }
}

#calls {
    position: absolute;
    top: 72px;
    right: -34px
}

#clr-red {
    color: #96191d
}

#calls-style {
    color: #1c74bc;
    font-size: 18px
}

#head-title {
    margin-top: 44px;
    text-align: center;
    color: #96191d;
    font-size: 32px
}

.y-us-section {
    padding: 72px 0 12px
}

.y-us-section1 {
    padding: 72px 0 12px
}

.y-us-head {
    text-align: center;
    margin: 0 0 91px
}

.y-us-title h2 {
    color: #96191d;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 6px
}

.y-us-title>p {
    color: #777;
    line-height: 22px
}

.y-us-title-border {
    background: #ffae11 none repeat scroll 0 0;
    border-radius: 2px;
    display: inline-block;
    height: 3px;
    position: relative;
    width: 50px
}

.service-3 .service-box {
    margin-bottom: 18px
}

.service-3 .service-box .iconset {
    float: left;
    text-align: center;
    width: 25%
}

.service-3 .service-box .iconset i {
    color: #000;
    font-size: 44px
}

.service-3 .service-box .y-us-content {
    float: left;
    width: 100%
}

service-3 .service-box .y-us-content h4 {
    color: #3a3a3a;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 14px 0 12px;
    text-transform: uppercase
}

.service-3 .service-box .y-us-content p {
    color: #777;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px
}

.icon {
    color: #f4b841;
    padding: 0;
    font-size: 40px;
    border: 1px solid #fdb801;
    border-radius: 100px;
    color: #fdb801;
    font-size: 28px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px
}

.text-algn-rght {
    text-align: right!important
}

@media (max-width:425px) {
    .text-algn-rght {
        text-align: left!important
    }
    .section-title h2 {
        margin-top: 30px
    }
    .footer-widget h2 {
        margin-top: 40px
    }
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: 0;
    cursor: pointer;
    padding: 14px 16px;
    transition: .3s;
    font-size: 17px
}

.tab button:hover {
    background-color: #ddd
}

.tab button.active {
    background-color: #ccc
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none
}

.form-control {
    background: rgba(0, 0, 0, .5)!important;
    color: #fff!important
}

.tab1 {
    float: left;
    border: 1px solid #ccc;
    background-color: rgba(255, 255, 255, .6);
    width: 30%;
    height: 350px
}

.tab1 button {
    display: block;
    background-color: inherit;
    color: #000;
    padding: 15px 16px;
    width: 100%;
    border: none;
    outline: 0;
    text-align: left;
    cursor: pointer;
    transition: .3s;
    font-size: 17px;
    border-bottom: solid 1px #999
}
@media (max-width: 768px) {
.tab1 button {
    display: block;
    background-color: inherit;
    color: #000;
    padding: 7px 8px;
    width: 100%;
    border: none;
    outline: 0;
    text-align: left;
    cursor: pointer;
    transition: .3s;
    font-size: 12px;
    border-bottom: solid 1px #999
}
}
.tab1 button:hover {
    background-color: rgba(255, 255, 255, .8)
}

.tab1 button.active {
    background-color: rgba(0, 0, 0, .8);
    color: #fff
}

.tabcontent1 {
    float: left;
    padding: 10px 12px;
    border: 1px solid #ccc;
    width: 70%;
    border-left: none;
    height: 350px
}

.tabcontent1 h3 {
    color: #000;
    font-weight: 400
}

.tabcontent1 p {
    color: #fff
}

#feedback-tab {
    float: right;
    color: #000;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    width: 150px;
    height: 35px;
    background-color: #ecb420;
    position: fixed;
    top: 304px;
    right: -57px;
    z-index: 10000;
    border-radius: 0 0 10px 10px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.form-control1 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
marquee img{
padding:4px;
}

@media (max-width: 768px) {
.test5{
margin-top:35px;
}}

@media (max-width: 768px) {
.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);font-size:20px;background:rgba(0,0,0,0.6);padding:20px 10px 20px 10px;}
#callme-1{
display:none !important;
}
}

.divReverse{
display:flex;
flex-wrap:wrap-reverse;
}


.rahish{}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

#callme-1{
display:none !important;
}

.white1{
color: #fff;}

@media (max-width: 768px) {
.white1{
color: #fff;
    font-size: 20px;
    line-height: 28px;}

}
