.top-header{
   background: #244e9f;
   padding: 10px 0;
   color: #fff;
}
.top-header a{
	color: #fff;
}
.social a{
	margin: 0 5px;
}
.navbar{
	margin-top:  39px;
}
.intro-slider{
   margin-top: 122px;
}
.welcome-text{
	text-align: center;
}
.why-choose-us{
	background-color: #f0f0f0;
	margin: 20px  0;
	padding: 20px 0;
}
.why-choose-box{
	background: #fff;
	border-radius: 7px;
	padding: 10px;
   border-left: 2px solid #244e9f;
   margin-bottom: 10px;
}
.text-center{
	text-align: center;
}
.why-choose-box i{
	font-size: 30px;
	padding-top: 20px;
}
.pl-0{
	padding-left: 0;
}
.why-choose-box h6{
	margin-bottom: 5px;
}
.why-choose-box p{
	margin-bottom: 0;
}
.heading{
	text-align: center;
}
.why-choose-us .why-choose-box:hover{
  background: #244e9f;
  color: #fff;

}
.services-section{
	padding: 10px 0;
}
.service-box{
	height: 300px;
	position: relative;
	margin-bottom: 15px;
}
.service-box .service-text{
	text-align: center;
    background: #244e9f;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 10px 0;
}
.service-box .service-text h5{
	margin-bottom: 0;
} 


/*************circular***********************/
.circularIcon div {
    border-radius: 50%;
    display: inline-block;
    height: 122px;
    text-align: center;
    width: 122px;
    position: relative;
    cursor: default;
}

.circularIcon {
    display: table;
    margin: 0 auto;
}

.circularIcon > div {
    margin: 0 10px;
}

.circularIcon div img {
    margin: 0 auto;
}

.blue {
    background: #6693E6;
    border: 10px solid #85a9eb;
}

.lightBlue {
    background: #12C3F2;
    border: 10px solid #41CFF5;
}

.yellow {
    background: #FBB701;
    border: 10px solid #FCC533;
}

.green {
    background: #94C10A;
    border: 10px solid #A9CD3B;
}

.purpel {
    background: #B071D4;
    border: 10px solid #C08DDD;
}

.pink {
    background: #E96398;
    border: 10px solid #ED82AD;
}

.orange {
    background: #E34F2D;
    border: 10px solid #E97257;
}

.blue .ch-info .ch-info-back {
    background: #6693E6;
    border: 10px solid #85a9eb;
}

.lightBlue .ch-info .ch-info-back {
    background: #12C3F2;
    border: 10px solid #41CFF5;
}

.yellow .ch-info .ch-info-back {
    background: #FBB701;
    border: 10px solid #FCC533;
}

.green .ch-info .ch-info-back {
    background: #94C10A;
    border: 10px solid #A9CD3B;
}

.purpel .ch-info .ch-info-back {
    background: #B071D4;
    border: 10px solid #C08DDD;
}

.pink .ch-info .ch-info-back {
    background: #E96398;
    border: 10px solid #ED82AD;
}

.orange .ch-info .ch-info-back {
    background: #E34F2D;
    border: 10px solid #E97257;
}



.ch-info-back a {
    color: #fff;
    display: block;
    font-family: "Arial",sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 110px;
    padding-top: 0;
    text-transform: uppercase;
}

.ch-info-front span {
    bottom: 12px;
    color: #fff;
    font-size: 15px;
    left: 0;
    position: absolute;
    right: 0;
}

.ch-info-wrap,
.ch-info {
    position: absolute;
    width: 130px;
    height: 130px;
    border-radius: 50%;
}

.ch-info-wrap {
    top: -10px;
    left: -10px;
}

.ch-info > div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-position: center center;
    -webkit-backface-visibility: hidden; /*Just for webkit to have a smooth font*/
}

.ch-info .ch-info-front {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.ch-info .ch-info-back {
    opacity: 0;
    background: #6693E6;
    border: 10px solid #85a9eb;
    pointer-events: none;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
}

.ch-info h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    margin: 0 15px;
    padding: 40px 0 0 0;
    height: 80px;
    font-family: 'Open Sans', Arial, sans-serif;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0,0,0,0.3);
}

.ch-item:hover .ch-info-front {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.ch-item:hover .ch-info-back {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}
.icons-section{
	margin: 30px 0 0 0 ;
}
.mb-0{
    margin-bottom: 0;
}
.border-left-right{
    border-left: 1px solid;
    border-right: 1px solid;
}
.contact-now-section{
    background: #173e8c;
    color: #fff;

}
.call-now-box{
    padding: 30px 0;
}
.call-now-box i{
    font-size: 66px;
}
.addresses{
   background: #0d285d;
   color: #fff;
   padding: 20px 0;

}
.footer-link{
    padding-left: 0;
}
.footer-link li{
    display: inline-block;
    list-style: none;
    margin: 0 5px;
}
.call-now-box a{
    font-size: 18px;
}
.breadcrumb-container{
    padding-top: 128px;
}
.attention{
 border: 2px solid #044a67;
 padding: 10px;
 border-radius: 7px;
}
.exhibitions-box{
    border-bottom: 2px solid #244e9f;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.exhibitions-box .date{
    background: #244e9f;
    border-radius: 7px;
    padding: 10px 0;
    color: #fff;
    text-align: center;
}
.gallery img{
    opacity: 1;
    filter: grayscale(0%);
}
.bg-gray {
    padding: 20px 0;
}
.blog-detail-table td,.blog-detail-table th{
    padding: 10px 0;
    border-bottom: 1px solid #ddd;

}
.bg-white{
        padding: 20px 0;
}
.navbar-brand img{
        width: 210px;
}
.btn-primary{
    color: #fff !important;
}
   .slick-slide {
      margin: 0px 20px;
    }
.slick-prev{
   left: -17px;
}
.slick-next{
    right: -17px;
}
    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


#clients > div > div > div > a > img, #clients-rtl > div > div > div > a > img{
        filter: grayscale(0%);
}
.whatsapp{
    background: #244e9f;
    position: fixed;bottom: 10px;
    padding: 10px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    right: 10px;
}
.whatsapp .icon{
    background: #fff;
    width: 60px;
    height: 60px;
     border-radius: 50%;
     font-size: 20px;
     padding: 4px 0px 0 13px;
}
.whatsapp .icon a{
 color: black;
 font-size: 39px;
}
@media (max-width: 767px) {
    .top-header{
        display: none;

    }
    .navbar {
       margin-top: 0px; 
   }
   .intro-slider{
        height: 200px;
   }
   .intro-slider .slide{
    height: 200px !important;
   }
   .home-promo{
        top: -129px;
   }
    .home-promo .middle{
        font-size: 20px !important;
   }
    .home-promo .upper{
    font-size: 16px;
   }
   .home-promo  .bottom{
        font-size: 16px !important;
   }
   .bg-slider-wrapper{
    height: 200px;
   }
   .pl-0{
    padding-left: 15px;
   }
   .border-left-right {
        border-left: none;
        border-right: none;
    }
    .breadcrumb-container {
        padding-top: 76px;
    }
    .title-r h2, .title-r h3, .title h2, .title h3{
            font-size: 22px;
    }
    .home-promo a{
            padding: 0 18px;
    font-size: 11px;
    margin-top: 8px;
    line-height: 25px;
    height: 25px;
    }
    .home-promo .titlepro{
        margin-bottom: 0;
    }
}
.social li .fa{
        margin-top: 9px;
}
.credits{
        padding-top: 15px;
}
.footer-bottom{
        padding: 0 0 8px 0;
}