﻿#topbar .tb-social a i.fa{
    color:#fff;
}

#logo a img {
    max-width: 289px;
}

.text-heading{
    text-align:center;
    display:block;
    margin-bottom:20px;
}
.about{    
    background-image: url('../images/background/bg.jpg');
    background-attachment:fixed;
}

.about img{    
    border:4px solid #fff;
}

.about h2{
    margin-top:20px;
}
.about h2, .about p{
    color:#fff;
}
/*
.service-block {
    background-image: url('../images/background/bg.jpg');
    background-attachment:fixed;
}*/

.slick-slide{
    margin:10px;
}

.main-footer {
    background-image: url('../images/background/footer-bg.jpg');
}

.main-footer h3{
    color:#fff;
}
.mobile{
    display:none !important;
}


/** Breadcrumb **/

.breadcrumb-bg {
    background-image: url('../images/background/breadcrumb.jpg');
    padding: 50px 0 50px 0;
    text-align: center;
}
.breadcrumb-bg h2 {
    color: #fff;
    font-size: 44px;
    font-weight: 600;
}
ul.page-breadcrumb {
    padding: 0;
    margin:0;
}
.breadcrumb-bg ul li {
    color: #fff;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 400;
}

.breadcrumb-bg ul li a{
    color:#df913c ;
}
/** Breadcrumb end */

.justify{
    text-align:justify;
}

.about .btn {
    background: #f18221;
    color: #fff;
    font-weight: 500;
    padding: 10px 28px;
    font-size: 14px;
}

.about .btn:hover{
     background: #fff;
    color: #000;
}

.border-title{
    text-align:center;
    border-top:1px dashed #eaeaea;
    border-bottom:1px dashed #eaeaea;
    padding:10px 0;
}

.scheme ul{
    padding:0;
}
.scheme ul li{
   list-style-type: none;
    border-bottom: 1px dashed #eee;
    padding: 5px 0;
}

#mainmenu li li a:hover{
    background:#005d9e !important;
    color:#fff !important;
}

#mainmenu li a:hover{
    color:#005d9e !important;
}


.career-form{
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 10px #ccc;
    border-top: 5px solid #005d9e;
}
.career-form .form-heading span {
    text-align: center;
    display: block;
    float: none;
    font-size: 24px;
    font-weight: bold;
}
.career-form .form-heading p{
    margin-bottom:30px;
}
.career-form .form-heading{
    text-align: center;
    display: block;
    margin: 0 auto;
}
.career-form label{
    display:none;
}
.career-form .btn-career{
    background:#005d9e;
    color:#fff;
    width:100%;
}
.info i.fa {
    background: #005d9e;
    height: 50px;
    padding: 15px;
    border-radius: 50px;
    margin-right: 19px;
    text-align: center;
    width: 50px;
    font-size: 20px;
    color: #fff;
}

.box-shadow {
    box-shadow: 0px 5px 15px 0px rgb(8 18 109 / 10%);
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #ebeaea;
}
.media-body p{
    margin:0;
}
#menu-btn{
    background:#005d9e !important;
}
#menu-btn:hover:before {
    color: #fff !important;
}

/* whatsapp*/

#whatsapp {
position: fixed;
right: 34px;
/* left: 50px; */
top: 70%;
width: 70px;
height: 70px;
cursor: pointer;
opacity: 1;
z-index: 99990;
}
#whatsapp #whatsappMain {
-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: rgba(255, 255, 255, 0);
width: 70px;
height: 70px;
color: #40c351;
z-index: 9;
-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;
}
    #whatsapp #whatsappMain:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 9;
        background-image: url('../images/whatsapp.png');
        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(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-moz-keyframes zcwphone {
0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@keyframes zcwphone {
0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-webkit-keyframes zcwphone2 {
0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-moz-keyframes zcwphone2 {
0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@keyframes zcwphone2 {
0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-webkit-keyframes zcwmini {
0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 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 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 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 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 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 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 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 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 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 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
/*End Wahtsapp*/