@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
html{
    overflow-x: hidden;
}
body { font-family: 'Lato'; font-weight: normal; font-style: normal; overflow-x: hidden;}
.css-9s5dwh.css-9s5dwh{
    display: none !important;
}
.img { max-width: 100%; transition: all 0.3s ease-out 0s; }
.btn.focus, .btn:focus { outline: 0; box-shadow: none; }
.f-left { float: left }
.f-right { float: right }
.fix { overflow: hidden }
a, .button { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
a:focus, .button:focus { text-decoration: none; outline: none; }
a:focus, a:hover, .portfolio-cat a:hover, .footer -menu li a:hover { color: #2B96CC; text-decoration: none; }
a, button { color: #1696e7; outline: medium none; }
button:focus, input:focus, input:focus, textarea, textarea:focus { outline: 0 }
.uppercase { text-transform: uppercase; }
.capitalize { text-transform: capitalize; }
h1, h2, h3, h4, h5, h6 { font-family: 'Lato'; font-weight: normal; color: #000; margin-top: 0px; font-style: normal; font-weight: 700; text-transform: normal; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h2 { font-size: 35px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 16px; }
h6 { font-size: 16px; }
ul { margin: 0px; padding: 0px; }
li { list-style: none }
/*p { font-size: 14px; font-weight: normal; line-height: 30px; color: #6e7797; margin-bottom: 15px; }*/
p { font-size: 14px; font-weight: 400; line-height: 25px; color: #000; margin-bottom: 10px; }
hr { border-bottom: 1px solid #eceff8; border-top: 0 none; margin: 30px 0; padding: 0; }
label { color: #7e7e7e; cursor: pointer; font-size: 14px; font-weight: 400; }
*::-moz-selection {
 background: #d6b161;
 color: #fff;
 text-shadow: none;
}
::-moz-selection {
 background: #444;
 color: #fff;
 text-shadow: none;
}
::selection { background: #444; color: #fff; text-shadow: none; }
*::-moz-placeholder {
 color: #555555;
 font-size: 14px;
 opacity: 1;
}
 *::placeholder {
 color: #555555;
 font-size: 14px;
 opacity: 1;
}
.theme-overlay { position: relative }
.theme-overlay::before { background: #1696e7 none repeat scroll 0 0; content: ""; height: 100%; left: 0; opacity: 0.6; position: absolute; top: 0; width: 100%; }
.separator { border-top: 1px solid #f2f2f2 }
/* button style */
.btn { -moz-user-select: none; background: #0084cc; border: medium none; border-radius: 30px; color: #fff; cursor: pointer; display: inline-block; font-size: 14px; font-weight: 500; letter-spacing: 1px; line-height: 1; margin-bottom: 0; padding: 10px 20px; text-align: center; text-transform: uppercase; touch-action: manipulation; transition: all 0.3s ease 0s; vertical-align: middle; white-space: nowrap; border: 2px solid transparent; }
.btn:hover { background: none; color: #79819e; border-color: #e5e9ff; }
.btn-other { background: transparent; color: #79819e; border-color: #00a3c8; }
.btn-other:hover { background: #0084cc; color: #fff; border-color: #0084cc; }
.btn-border { background: none; color: #fff; border-color: #e5e9ff; }
.btn-border:hover { background: #0084cc; border-color: #0084cc; color: #fff; }
.breadcrumb>.active { color: #888; }
/* scrollUp */

#scrollUp { background: #0084cc; height: 50px; width: 50px; right: 50px; bottom: 77px; color: #fff; font-size: 20px; text-align: center; border-radius: 50%; font-size: 20px; line-height: 48px; }
#scrollUp:hover { background: #0B1B3D; }
/* 2. header */

.main-block{
    display: none;
   
}
.top-header{background: #00a3c8;   
    width: 100%;   
    padding: 7px 185px;   
    transition: all .45s ease-in-out;
    z-index: 9999;
    position: fixed;
    top: 0;
   }
.top-header ul li{
    display: inline-block;
    padding-right: 30px;
}
.top-header ul li:last-child{    
    padding-right: 0px;
}
.top-header ul li a{
    color: #fff;
}
.top-header ul li .number-1{
    font-size: 18px;
    font-weight: 900;
}
.top-header ul li a i{
        padding: 0 10px;
}

.top-header ul{
    list-style: none;
}
.top-header .container-fluid{
    display: flex;
    justify-content: space-between;
}
.member-2 li{
    margin-bottom: 15px;
}
.project-right-locate{
    position: absolute;
    top: 550px;
    right: 160px;
}  
.project-right-locate-view{
    position: absolute;
    top: 630px;
    right: 160px;
}  
.project-btn-view a:hover{
    
    background: none;
    color: #ffff;
    border-color: #e5e9ff;

}
.project-btn-view a{
        background: #0c8599;
}

.ellipse {
  width: 200px;
  height: 100px;
  background-color: #1370b5; /* Indigo-600 */
  border-radius: 50% / 50%;
    padding: 20px 15px;
    box-shadow: 5px 5px 15px #eee;
    font-size: 18px;
    border: 2px solid #fff;
}
.project-btn-view1 a{
    color: #fff;
}
/******** 2nd header ********/
.avable {
    background: #1370b5;
    padding: 7px 185px;   
    transition: all .45s ease-in-out;
    z-index: 9999;
    position: fixed;
    top: 37px;
    width: 100%;    
}

.avable .aval-at{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* .avable .wrap {
    float: left;
    margin: 0 41px 0 158px;
  } */
  .avable .ac-1{
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 3px;
    color: #fff;
  }
  .avable .content {
    background-color: #1370b5;
    width: 100%;
    
    position: absolute;
    display: none;
    color: #fff;
    left: 0;
    padding: 30px 40px;
  }
  .avable .content h3{
    font-size: 18px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 10px;
  }
  .avable .content h4{
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .avable .content p{
    font-size: 14px;
    color: #fff;   
    margin-bottom: 5px;
    line-height: 25px;
  }
  .avable .content .phone a{
    font-size: 18px;
    color: #fff;
    cursor: pointer;
  }
  .avable .but{
    background: transparent;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 900;
}
.avable .content a i{
    color: #fff;
}
.slidermnain{
    margin-top: 125px;
}
/******* end 2nd header ***/
.header-area{
    background: #021453;
}
.header-area { position: fixed; z-index: 999; background: #fff; top: 78px; width: 100%; padding: 0 107px; }
.sticky { position: fixed; top: 78px; z-index: 1030; right: 0; left: 0; width: 100%; transition: .4s; box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07); animation: 300ms ease-in-out 0s normal none 1 running fadeInDown; }
.bar { height: 50px; width: 50px; box-shadow: 0px 8px 16px 0px rgba(255, 194, 200, 0.3); text-align: center; line-height: 50px; border-radius: 50%; font-size: 14px; color: #0084cc; margin-left: 20px; cursor: pointer; }
/* Main menu */
.main-menu ul li { display: inline-block; position: relative; }
.main-menu ul li a::before { position: absolute; content: ""; left: 0; bottom: 20px; background: #00a3c8; height: 2px; width: 0; transition: .3s; }
.main-menu ul li:hover a::before { width: 100%; }
.main-menu ul li a.active::before { width: 100%; }
.main-menu ul li a { display: block; font-size: 14px; color: #000; font-weight: 500; padding: 25px 14px; line-height: 1; }
/* Mobile Menu Start */
a.meanmenu-reveal { display: none; }
.mean-container .mean-bar { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; float: left; position: relative; width: 100%; z-index: 99; }
.mean-container a.meanmenu-reveal { border: 1px solid #0084cc; color: #0084cc; cursor: pointer; display: block; font-family: Arial, Helvetica, sans-serif; font-size: 1px; font-weight: 700; height: 22px; line-height: 22px; margin-top: -48px; padding: 8px 9px; position: absolute; right: 30px !important; text-decoration: none; top: 0; width: 22px; }
.mean-container a.meanmenu-reveal span { background: #0084cc; display: block; height: 3px; margin-top: 3px; }
.mean-container .mean-nav { float: left; margin-top: 15px; width: 100%; }
.mean-container .mean-nav ul { padding: 0; margin: 0; width: 100%; list-style-type: none; }
.mean-container .mean-nav ul li { position: relative; float: left; width: 100%; }
.mean-container .mean-nav ul li a { border-top: 1px solid #015d8f; color: #fff; display: block; float: left; margin: 0; padding: 10px 5%; text-align: left; text-decoration: none; text-transform: uppercase; width: 90%; font-size: 12px; }
.mean-container .mean-nav ul li li a { border-top: 1px solid rgba(255, 255, 255, 0.25); opacity: 0.75; padding: 10px 10%; text-shadow: none; visibility: visible; width: 80%; }
.mean-container .mean-nav ul li.mean-last a { border-bottom: none; margin-bottom: 0; }
.mean-container .mean-nav ul li li li a { width: 70%; padding: 1em 15%; }
.mean-container .mean-nav ul li li li li a { width: 60%; padding: 1em 20%; }
.mean-container .mean-nav ul li li li li li a { width: 50%; padding: 1em 25%; }
.mean-container .mean-nav ul li a:hover { background: #252525; background: rgba(255,255,255,0.1); }
.mean-container .mean-nav ul li a.mean-expand { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0; border-color: currentcolor currentcolor rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.4); border-image: none; border-style: none none solid solid; border-width: medium medium 1px 1px; font-weight: 700; height: 27px; margin-top: 1px; padding: 5px 12px; position: absolute; right: 0; text-align: center; top: 0; width: 26px; z-index: 2; }
.mean-container .mean-nav ul li a.mean-expand:hover { background: rgba(0,0,0,0.9); }
.mean-container .mean-push { float: left; width: 100%; padding: 0; margin: 0; clear: both; }
.mean-nav .wrapper { width: 100%; padding: 0; margin: 0; }
/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
.mean-remove { display: none !important; }
.transparent-header .mean-container a.meanmenu-reveal { border: 1px solid #fff; color: #fff; }
.transparent-header .mean-container a.meanmenu-reveal span { background: #fff; }
.header-2 .mean-container a.meanmenu-reveal { border: 1px solid #fff; color: #fff; }
.header-2 .mean-container a.meanmenu-reveal span { background: #fff; }
/* Mobile Menu End */
/**/

/******** banner slider *************/
.slider-content{
    position: absolute;
    top: 10%;
    right: 10%;
    background: rgba(0,163,200, 0.7);
    padding: 20px 12px;
    border-radius: 0px 50px 0px 50px;
    min-height: 350px;  
  
}


.carousel-indicators li{
    opacity: 0;
}
.slider-content-1 > span { font-size: 20px; color: #0084cc; display: block; margin-bottom: 30px; }
.slider-content-1 h2 { font-size: 90px; line-height: 1.1; margin-bottom: 15px; }
.slider-content-1 p { font-size: 20px; color: #021453; margin-bottom: 33px; }

/*single-slider start*//* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
/**/
.single-slider { min-height: 765px; }
.slider-btn a { margin-right: 20px; margin-bottom: 10px; display: inline-block; }
.video-btn i { font-size: 14px; height: 60px; width: 60px; text-align: center; line-height: 60px; box-shadow: 0px 8px 16px 0px rgba(255, 194, 200, 0.3); border-radius: 50%; color: #0084cc; margin: 0 20px; margin-left: 0; transition: .3s; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; }
.video-btn-link:hover .video-btn i { background: #0084cc; color: #fff; }
.video-btn>span { text-transform: uppercase; font-size: 14px; font-weight: 500; color: #0084cc; }
/* 3. slider */
.slider-content > span { font-size: 16px; color: #fff; display: block; margin-bottom: 12px; }
.slider-content h2 { font-size: 30px; line-height: 1.1; margin-bottom: 12px; color: #fff; font-weight: 900; }
.slider-content p { font-size: 16px; color: #fff; margin-bottom: 12px; line-height: 25px;}
.more-btn, .video-btn-link { display: inline-block; }
.slider-thumb { position: absolute; right: 0; bottom: 0; z-index: 2; }
.slider-thumb::before { position: absolute; content: ""; left: -58px; bottom: -142px; width: 785px; height: 785px; background: #0084cc; border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%; will-change: border-radius, transform, opacity; animation: sliderShape 5s linear infinite; display: block; z-index: -1; -webkit-animation: sliderShape 5s linear infinite; }
@keyframes sliderShape {
 0%, 100% {
 border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
 transform: translate3d(0, 0, 0) rotateZ(0.01deg);
}
 34% {
 border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
 transform:  translate3d(0, 5px, 0) rotateZ(0.01deg);
}
 50% {
 transform: translate3d(0, 0, 0) rotateZ(0.01deg);
}
 67% {
 border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
 transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
}
}
/*single-slider end*/
/*Banner bagckground slider*/
.banner_text { position: relative; z-index: 3; }
.crossfade > figure { animation: imageAnimation 30s linear infinite 0s; backface-visibility: hidden; background-size: cover; background-position: center center; color: transparent; height: 100%; left: 0px; opacity: 0; position: absolute; top: 0px; width: 100%; z-index: 0; }
.crossfade > figure:nth-child(1) { background-image: url('../images/bg1.jpg'); }
.crossfade > figure:nth-child(2) { animation-delay: 6s; background-image: url('../images/bg2.jpg'); }
.crossfade > figure:nth-child(3) { animation-delay: 12s; background-image: url('../images/bg3.jpg'); }
.crossfade > figure:nth-child(4) { animation-delay: 18s; background-image: url('../images/bg4.jpg'); }
.crossfade > figure:nth-child(5) { animation-delay: 24s; background-image: url('../images/bg5.jpg'); }
.crossfade > figure:nth-child(6) { animation-delay: 30s; background-image: url('../images/bg6.jpg'); }
@keyframes imageAnimation {0%{animation-timing-function: ease-in;opacity:0;}8%{animation-timing-function:ease-out;opacity:1;}17%{opacity: 1}25% {opacity: 0}100% {opacity: 0}}
/**/

/*section-header start*/
.section-header span { font-size: 14px; color: #0084cc; display: block; }
.section-header h1 {font-size: 64px; margin-bottom: 0; line-height: 1.3; }
.header-btn { padding-right: 32px; padding-left: 32px; }
/*section-header end */

.cta-text p, .cta-text p span{
    color: #fff;
}
.cta-text p span{
    font-weight: bold;
}

.pub-act span{
    color: #333;
}

/********** education **********/
/*** 

====================================================================
  Top Features
====================================================================

***/
#map {
  height: 500px;
  border: 1px solid #000;
}
#Qualification_sec1{
    display: none;
}
.top-features{
  position: relative;
  margin-top: -25px;
  z-index: 1;
}
.top-features1{
  position: relative;
  margin-top: -67px;
  z-index: 1;
}

.top-features:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #1370b5;
  content: "";
  display: none;
}


.feature-block{
  position: relative;
  margin-bottom: 30px;
}

.feature-block .inner-box{
  position: relative;
  padding: 17px 28px;
  background-color: #ffffff;
  background-image: url(../images/pattern-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.10);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
     border-radius: 10px;
    min-height: 475px;
}

.feature-block .inner-box:hover{
  background-color: #00a3c8;
  transform: translateY(-20px);
  box-shadow: 0 10px 30px rgba(0,0,0,.20);
    border-radius: 10px;
}


.edu-list h5{
    color: #00a3c8;
    margin-top: 15px;
}
.inner-box span{
    font-size: 14px;
}

.feature-block .inner-box:before,
.feature-block .inner-box:after{
  position: absolute;
  height: 200px;
  width: 200px;
  right: -100px;
  top: -100px;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 9;
  transform: scale(0);
  content: "";
  transition: all 600ms ease;
}

.feature-block .inner-box:hover:before{
  transform: scale(1);
  opacity: .20;
  transition-delay: 300ms;
}

.feature-block .inner-box:hover:after{
  transform: scale(1.7);
  opacity: .10;
  transition-delay: 400ms;
}

.feature-block .icon{
  position: relative;
  display: inline-block;
  font-size: 64px;
  line-height: 1em;
  color: #1370b5;
  margin-bottom: 20px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-block .inner-box:hover, .feature-block .edu-list span:hover  .icon{
  color: #ffffff;
}

.feature-block h4{
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.feature-block h4 a{
  color: inherit;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-block .inner-box:hover h4 a{
  color: #ffffff;
}

.feature-block p{
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-block .inner-box:hover p{
  color: #ffffff;
}



 
.feature-block1{
  position: relative;
  margin-bottom: 30px;
}

.feature-block1 .inner-box{
  position: relative;
  padding: 17px 28px;
  background-color: #ffffff;
  background-image: url(../images/pattern-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.10);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
     border-radius: 10px;
    
}

.feature-block1 .inner-box:hover{
  background-color: #00a3c8;
  transform: translateY(-20px);
  box-shadow: 0 10px 30px rgba(0,0,0,.20);
    border-radius: 10px;
}


.edu-list h5{
    color: #00a3c8;
    margin-top: 15px;
    
}
.edu-list1 h5{
    color: #fff;
    margin-top: 15px;
    font-size: 20px;
}
.inner-box span{
    font-size: 14px;
}

.feature-block1 .inner-box:before,
.feature-block1 .inner-box:after{
  position: absolute;
  height: 200px;
  width: 200px;
  right: -100px;
  top: -100px;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 9;
  transform: scale(0);
  content: "";
  transition: all 600ms ease;
}

.feature-block1 .inner-box:hover:before{
  transform: scale(1);
  opacity: .20;
  transition-delay: 300ms;
}

.feature-block1 .inner-box:hover:after{
  transform: scale(1.7);
  opacity: .10;
  transition-delay: 400ms;
}

.feature-block1 .icon{
  position: relative;
  display: inline-block;
  font-size: 64px;
  line-height: 1em;
  color: #1370b5;
  margin-bottom: 20px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-block1 .inner-box:hover, .feature-block1 .edu-list span:hover  .icon{
  color: #ffffff;
}

.feature-block1 h4{
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.feature-block1 h4 a{
  color: inherit;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-block1 .inner-box:hover h4 a{
  color: #ffffff;
}

.feature-block1 p{
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-block1 .inner-box:hover p{
  color: #ffffff;
}




.inner-box:hover h5{
      color: #fdc117;
}
#publications .edu-list{
    margin-left: 18px;
    margin-top: 40px;
}
#publications .edu-list li{
    list-style-type: square;
    margin-bottom: 10px;
}
#publications{
    background: url(../images/attachment-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#publications .publication-img img {
    width: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
#publications .publication-img img:hover{
    transform: scale(1.05);
} 
/************ end education ***********/

/*********** thesis start **********/

/**********thesis end ***********/
/* 4. About */
@keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-100px);
        -moz-transform: translatex(-100px);
        -o-transform: translatex(-100px);
        transform: translatex(-100px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
.about-img img{
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-duration:2s;
    animation-delay: 2s;
}
#about{
    position: relative;
    padding: 80px 0 70px;
    background: url(../images/dr-bg-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.about-right p { font-size: 14px;
    color: #6e7797;
    line-height: 20px;
    margin-bottom: 8px;
    padding: 0 56px 0 0;
    text-align: justify;
} 
.single-border { border: 1px solid #f0ecff; width: 100%; margin-top: 115px; }
.btn-cont{
    display: inline-block;
}
#about .btn-cont{
    margin-top: 18px;
}
.btn-cont li{
    display: inline-block;
    margin-right: 20px;
}
.btn-cont li:last-child{
    margin-right: 0px;
}
/*About end*/

/* 5. Services */
.service-img { height: 80px; width: 80px; margin-bottom: 35px; }
.service-img img { width: 100%; height: 100%; }
.services-body { padding: 50px 44px 50px 50px; border: 8px solid#f7f8ff; }
.services-content h4 { font-size: 24px; margin-bottom: 11px; }
.services-content p { margin-bottom: 25px; line-height: 26px; }
.services-icon li i { color: #0084cc; font-size: 14px; float: left; width: 35px; }
.services-icon li span { display: block; overflow: hidden; }
.services-icon li { font-size: 14px; color: #6e7797; margin-bottom: 16px; display: flex; align-items: center; }
.services-icon li:last-child { margin-bottom: 0; }
/*Services End*/

/* 6. skill */
.skill-left { padding-right: 36px; }
.skill-left img { border: 12px solid #d4e3e4; box-shadow: 0px 16px 32px 0px rgba(167, 178, 219, 0.3); width: 100%; }
.progress { background: #fff; }
.progress-bar { background: #0084cc; }
.progress-bar span { text-align: right; padding-right: 10px; font-weight: 500; font-family: 'Lato'; }
.progress { background: #fff; border-radius: 0; height: 20px; }
.bar-title h4 { font-family: 'Lato'; font-weight: 500; margin-bottom: 20px; font-size: 14px; color: #6e7797; }
/*skill end*/

/* 7.Portfolio */
.button-group button { border: none; background: none; transition: .3s; font-size: 14px; margin: 0 15px; cursor: pointer; outline: none; color: #000a2d; font-weight: 500; position: relative; }
.button-group button:hover { color: #0084cc; }
.button-group button.active { color: #0084cc; }
.button-group button:before { position: absolute; content: ""; width: 0%; height: 2px; background: #0084cc; bottom: -17px; left: 0; transition: .3s; }
.button-group button.active::before { width: 100%; }
.button-group { border-bottom: 2px solid #f0ecff; padding-bottom: 15px; }
.portfolio-item img { width: 100%; }
.portfolio-item { position: relative; }
.portfolio-item:hover .portfolio-text { opacity: 1; visibility: visible; transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); }
.portfolio-text { position: absolute; bottom: 0; left: 0; right: 0; padding: 30px; transition: .3s; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; opacity: 0; visibility: hidden; transform: translateY(-30px); -webkit-transform: translateY(-30px); -moz-transform: translateY(-30px); -ms-transform: translateY(-30px); -o-transform: translateY(-30px); z-index: 2; }
.portfolio-item:before { background: #0084cc; height: 100%; width: 100%; content: ""; position: absolute; transition: .3s; opacity: 0; top: 0; left: 0; z-index: 1; }
.portfolio-item:hover::before { opacity: 1; }
.portfolio-text span { color: #fff; font-weight: 500; text-transform: uppercase; letter-spacing: 2px; font-size: 14px; }
.portfolio-text h2 { color: #fff; font-weight: 700; margin-top: 14px; margin-bottom: 0; }
.portfolio-text h2 a:hover { color: #222; }
/* Portfolio end */

/* 8. work */
@keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-100px);
        -moz-transform: translatex(-100px);
        -o-transform: translatex(-100px);
        transform: translatex(-100px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
.text-white {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-duration:2s;
    animation-delay: 2s;
}
.member-1{
    padding-left: 16px;
}
.member-1 li{
    list-style: square;
    color: #fff;
}
.member-1 li span{
    color: #fff;
   
}
.slider-content i{
    color: #fff;
}
.cta-box { position: relative; z-index: 1; background-size: cover; background-position: center center; padding-top: 75px; padding-bottom: 0px; }
.project-btn a { padding-left: 45px; padding-right: 45px; margin: 0 5px; }
.project-btn i { margin-right: 5px; }
.cta-box::before { position: absolute; content: ""; background: #00a3c8; height: 100%; width: 100%; left: 0; top: 0; opacity: .7; }
.cta-text span { font-size: 14px; color: #000; margin-bottom: 15px; display: block; }
.cta-text h2 { font-size: 30px; line-height: 1.3; margin-bottom: 20px;}
.cta-area .cta-text p, .cta-area .cta-text p span{
    font-size: 18px;
}
.working-wrapp { text-align: center; padding:10px 20px 0; background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
.work-text p { margin: 0;line-height: normal;}
.working-icon i { font-size: 24px; color: #0084cc; height: 80px; width: 80px; text-align: center; line-height: 80px; background: #fff2f3; }
/* .working-icon { margin-bottom: 30px; } */
.work-title h4 { font-size: 14px; color: #0084cc; margin-bottom: 10px; }
.work-title h2 { font-size: 26px; }
.activly_working {border: 10px solid #00a3c8;box-shadow: 0 0 15px rgba(0,0,0,.4);height: 100%;}
.working-icon a{font-size: 20px; color: #000;;font-weight: 500!impotant;}
.bg_body{background-color: #cdbff2;}
/*work End*/

/* 9. Education */
.appointment-detail{
    display: flex;
    justify-content: space-between;
}
.hospital{
    background: #fff;    
    padding: 15px;
    border-radius: 5px;
    border: 2px solid #00a3c8;    
}
.hospital-1{
    margin-left: 15px;
}
.work-title p{
    font-size: 12px;
}
/* .cta-area-2 .project-right img{    
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.cta-area-2 .project-right img:hover{
    transform: scale(1.1);
} */
.cta-area-2 .project-right{
    margin-left: 118px;
}
/* .cta-area-2 .project-right{
    margin-bottom: 22px;
} */
.skill{
    display: flex;
}
.skill .expert-list-3 li, .skill .expert-list-2 li{
    list-style-type: square;
    margin-bottom: 7px;
    
}
.skill .expert-list-3{
    padding-left: 17px;
}
.skill .expert-list-2{
    padding-left: 23px;
}
.education-header h4 { font-size: 14px; color: #0084cc; font-family: 'Lato'; font-weight: 400; margin-bottom: 20px; }
.education-header h1 { font-size: 26px; margin-bottom: 22px; }
.education-qualification-body { position: relative; padding-left: 30px; }
.education-qualification-body:before { position: absolute; left: 0; top: 0; height: 100%; width: 4px; content: ""; background: #0084cc38; }
.education-content { position: relative; }
.education-content:before { position: absolute; content: ""; box-shadow: 0px 4px 8px 0px rgba(255, 61, 79, 0.3); height: 13px; width: 13px; left: -34px; top: 10px; border-radius: 50%; background-color: #0084cc; border-style: solid; border-width: 4px; border-color: #fff; }
.education-img1 { }
.education-images { margin-left: 25px; position: relative; }
.education-img2 { position: absolute; top: 195px; left: 125px; }
.icon-images img { width: 100%; height: 100%; }
.education-img2 img { width: 100%; height: 100%; }
.icon-images { position: relative; }
.icon-images i { height: 80px; width: 80px; background-color: #0084cc; text-align: center; line-height: 80px; color: #fff; position: absolute; top: 280px; font-size: 20px; left: -40px; box-shadow: 0px 8px 16px 0px rgba(255, 61, 79, 0.3); }
/* education end */
/* Gallery */
.popup-image {margin-bottom: 30px;display: block;}
/* 10. team */
.team-contents { background-color: rgb(255, 255, 255); box-shadow: 0px 4px 8px 0px rgba(209, 210, 226, 0.3); padding: 40px 0; margin: 0 20px; margin-top: -60px; z-index: 9; position: relative; }
.team-contents h4 { font-size: 24px; margin-bottom: 10px; }
.our-team-image img { width: 100%; }
.team-contents span { color: #0084cc; text-transform: uppercase; letter-spacing: 2px; font-weight: 500; margin-bottom: 15px; display: block; }
.tam-icon a { color: #c1bfd8; font-size: 14px; padding: 0 8px; }
.tam-icon a:hover { color: #0084cc; }
/* team end */

/* 11.contact */
#contact-map { width: 100%; height: 500px; }
.bg-map { background-position: center center; background-size: cover; }
.form-group label { font-size: 14px; color: #000a2d; font-weight: 500; margin-bottom: 15px; display: block; }
.form-group label span { color: #0084cc; }
.form-group input { border: 2px solid #dadceb; height: 66px; width: 100%; padding-left: 35px; }
.form-group input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #6e7797;
 font-size: 14px;
}
.form-group input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #6e7797;
 opacity: 1;
 font-size: 14px;
}
.form-group input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #6e7797;
 opacity: 1;
 font-size: 14px;
}
.form-group input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #6e7797;
 font-size: 14px;
}
.form-group input::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #6e7797;
 font-size: 14px;
}
.form-group input::placeholder {
	/* Most modern browsers support this now. */
	color: #6e7797;
 font-size: 14px;
}
 .form-group textarea::-webkit-input-placeholder {
 color: #6e7797;
}
 .form-group textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #6e7797;
}
.form-group textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #6e7797;
}
.form-group textarea:-ms-input-placeholder {
 color: #6e7797;
}
.form-group textarea::placeholder {
 color: #6e7797;
}
.form-group textarea { border: 2px solid #dadceb; width: 100%; padding-left: 35px; padding-top: 28px; }
/* contact end */

/* 12. counter */
.counter-image { height: 120px; width: 120px; border-radius: 50%; background-color: rgb(255, 255, 255); box-shadow: 0px 8px 16px 0px rgba(210, 212, 255, 0.3); line-height: 120px; display: inline-block; margin-bottom: 20px; }
.counter-image img { height: 50px; width: 55px; }
.counter-content span { font-size: 60px; font-weight: 300; }
.counter-content h4 { font-size: 14px; color: #959cb4; font-family: 'Lato'; text-transform: uppercase; margin-bottom: 0; font-weight: 500; }
/* counter end */

/*** 
=============================================
    Working Process area Style      
=============================================
***/
.working-process-area{
    position: relative;
    display: block;
    background: #f6f6f6;
    padding: 110px 0 50px; 
    z-index: 2;
}

.single-working-process{
    position: relative;
    display: block;
    padding-top: 40px;
    background: transparent;
	transition:all 500ms ease;
    margin-bottom: 60px;
}
.single-working-process:hover{
    transform:translateY(5px);
}
.single-working-process .top-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 90px;
    height: 90px;
    display: block;
    border: 3px solid #8e00c8;
    padding: 27px 0;
    background: #8e00c8;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    z-index: 3;
    color: #ffffff;
    font-weight: 800;
}
.single-working-process-1 .top-box{
    border: 3px solid #4b7afd;    
    background: #4b7afd;
}
.single-working-process.single-working-process-1 .inner{   
    border-top: 3px solid #4b7afd; 
}
.single-working-process-2 .top-box{
    border: 3px solid #fa471a;    
    background: #fa471a;
}
.single-working-process.single-working-process-2 .inner{   
    border-top: 3px solid #fa471a; 
}
.single-working-process-3 .top-box{
    border: 3px solid #088349;    
    background: #088349;
}
.single-working-process.single-working-process-3 .inner{   
    border-top: 3px solid #088349; 
}


.attachments{
    background: url(assects/images/bg)
}
.single-working-process .inner{
    position: relative;
    display: block;
    padding: 60px 30px 0px;
    background: #ffffff;
    border-top: 3px solid #8e00c8;
    -webkit-box-shadow: 0px 6px 10px 3px #e8e8e8; 
    box-shadow: 0px 6px 10px 3px #e8e8e8;
    transition: all 300ms ease;
    min-height: 389px;
}
.single-working-process:hover .inner{
    box-shadow: none;
}
.single-working-process .inner h3{
    color: #27282c;
    font-weight: 600;
    margin: 18px 0 18px;
}
.single-working-process .inner p{
    margin: 0;
}

.single-working-process .inner .icon-holder{
    position: relative;
    display: block;
    padding-top: 7px;
}
.single-working-process .inner .icon-holder span:before{
    color: #bababa;
    font-size: 80px;
    line-height: 80px;
    transition: all 700ms ease 500ms;
}
.single-working-process:hover .inner .icon-holder span:before{
    color: #e9212e;
    transition: all 700ms ease 500ms;
}

/************ expert **************/
.expertis{
    background-image: url(../images/background_02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
}
.expert-title, .expert-title h2, .expert-title p{
    color: #fff;
}
.expert-title{
    margin-bottom: 20px;
}
.expert-own{
    display: flex;
    justify-content: space-between;
    
}
.expert-list li, .expert-list-1 li{
   list-style: square;
}
.expert-own ul li{  
    color: #ffffff;
    font-size: 14px;
    line-height: 2rem;
}
.expert-list{
    padding-left: 16px;
}

/************** end expert ************/
/* 13. testimonials */
.testimonials-wrapp { border: 2px solid #dadceb; padding: 50px 35px; position: relative; background: #fff; }
.testimonials-wrapp::before { position: absolute; content: ""; border: 2px solid #f8f8fb; left: 20px; top: 50px; right: 20px; margin: auto; height: 100%; z-index: -1; }
.testimonials-wrapp::after { position: absolute; content: ""; height: 100%; border: 2px solid #f0f1f7; left: 40px; top: 25px; right: 40px; z-index: -1; }
.testimonials-footer { display: flex; align-items: center; position: relative; z-index: 99; }
.testimonials-footer-content { margin-left: 20px; }
.testimonials-image img { height: 50px; width: 50px; }
.testimonials-header i { color: #ffae00; font-size: 14px; }
.testimonials-header span { float: right; font-size: 18px; display: block; font-weight: 700; font-family: 'Lato'; }
.testimonials-header { margin-bottom: 30px; }
.testimonials-body { margin-bottom: 20px; }
.testimonials-footer-content h4 { font-size: 18px; margin-bottom: 6px; }
.testimonials-footer-content span { font-size: 14px; color: #0084cc; font-weight: 500; }
.testimonials-quote { position: absolute; right: 28px; bottom: 28px; width: 99px; height: 83px; }
.testimonials-quote img { width: 100%; }
.testimonial-active.owl-carousel .owl-stage-outer { padding-bottom: 50px; }
.testimonial-active.owl-carousel .owl-nav div { position: absolute; text-align: center; transition: all 0.3s ease 0s; top: -158px; right: 0; color: #dbdce9; font-size: 30px; }
.testimonial-active.owl-carousel .owl-nav div.owl-prev { right: 70px; }
/* testimonials end */
/* 14. blog */
.newsfeed-img img { width: 100%; }
.newsfeed-wrapp { background: #fff; padding: 35px 40px 40px 40px; }
.newsfeed-header a { font-size: 14px; color: #0084cc; margin-right: 30px; }
.newsfeed-header { margin-bottom: 20px; }
.newsfeed-content h3 { margin-bottom: 0; }
.newsfeed-content h3 { font-size: 26px; line-height: 1.4; margin-bottom: 20px; color: #000a2d; font-weight: 700; display: block; }
.newsfeed-content h3 a:hover { color: #0084cc; }
.read-more a { font-size: 14px; color: #0084cc; font-weight: 500; border-bottom: 1px solid#ffafb4; }
.newsfeed-single-content { padding: 35px 35px 19px 40px; background: #fff; }
/*blog end*/
/* 15.Footer */
/*.footer-text p { color: #a4acc9; margin-bottom: 28px; margin-right: 70px; }*/
.footer-logo { margin-bottom: 12px; }
.footer-icon a { color: #fff; margin-right: 13px; }
/* .footer-icon a:hover { color: #ffc107; }
.footer-icon a img:hover { color: #ffc107; } */
.small-text, .small-text a{
    color: #fff;
}
.small-text a:hover{
   color: #ffc107; 
}

.footer-right h2 { font-size: 37px; line-height: 50px; color: #fff; margin-bottom: 50px; }
.footer-single-content span { color: #d9d9d9; font-size: 14px; font-weight: 500; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 15px; font-family: rubik; display: block; }
.footer-single-content a { font-size: 20px; font-family: 'Lato'; color: #fff; display: block; font-weight: 700; }
.footer-bottom { border-top: 1px solid #c4c5c9; }
.small-text { font-size: 80%; }
/* Footer end*/

.btn-menu-main { background: #152136; height: 100%; padding: 30px; position: fixed; right: 0; top: 0; transition: all 0.7s ease 0s; width: 340px; z-index: 9999; transform: translateX(100%); padding-bottom: 40px; }
.btn-menu-main-right { transform: translateX(0); }
.crose { color: #fff; float: right; cursor: pointer; }
/* extra info */
.extra-info > p { color: #ddd; font-size: 15px; line-height: 28px; }
.instagram img { width: 100%; }
.social-icon-right > a { color: #fff; display: inline-block; margin-right: 20px; text-align: center; }
.social-icon-right > a:hover { color: #ff4a57; }
.instagram { overflow: hidden; margin: 0 -4px; }
.instagram > a { float: left; width: 33.33%; padding: 0 4px; margin-bottom: 7px; }
.side-info { border-top: 1px solid #344159; padding-top: 25px; }
.contact-list h4 { color: #fff; font-weight: 700; font-size: 20px; }
.contact-list p { color: #fff; opacity: .5; margin: 0; margin-bottom: 2px; }
/**/
/* Magnific Popup CSS */
.mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #0b0b0b; opacity: 0.8; }
.mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: fixed; outline: none !important; -webkit-backface-visibility: hidden; }
.mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; box-sizing: border-box; }
.mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
.mfp-align-top .mfp-container:before { display: none; }
.mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; }
.mfp-ajax-cur { cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out; }
.mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; }
.mfp-auto-cursor .mfp-content { cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none; -moz-user-select: none; user-select: none; }
.mfp-loading.mfp-figure { display: none; }
.mfp-hide { display: none !important; }
.mfp-preloader { color: #CCC; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 1044; }
.mfp-preloader a { color: #CCC; }
.mfp-preloader a:hover { color: #FFF; }
.mfp-s-ready .mfp-preloader { display: none; }
.mfp-s-error .mfp-content { display: none; }
button.mfp-close, button.mfp-arrow { overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 1046; box-shadow: none; touch-action: manipulation; }
 button::-moz-focus-inner {padding: 0;border: 0;}
.mfp-close { width: 44px; height: 44px; line-height: 44px; position: absolute; right: 0; top: 0; text-decoration: none; text-align: center; opacity: 0.65; padding: 0 0 18px 10px; color: #FFF; font-style: normal; font-size: 28px; font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,  .mfp-close:focus { opacity: 1; }
.mfp-close:active { top: 1px; }
.mfp-close-btn-in .mfp-close { color: #333; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: #FFF; right: -6px; text-align: right; padding-right: 6px; width: 100%; }
.mfp-counter { position: absolute; top: 0; right: 0; color: #CCC; font-size: 12px; line-height: 18px; white-space: nowrap; }
.mfp-arrow { position: absolute; opacity: 0.65; margin: 0; top: 50%; margin-top: -55px; padding: 0; width: 90px; height: 110px; -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active { margin-top: -54px; }
.mfp-arrow:hover,  .mfp-arrow:focus { opacity: 1; }
.mfp-arrow:before,  .mfp-arrow:after { content: ''; display: block; width: 0; height: 0; position: absolute; left: 0; top: 0; margin-top: 35px; margin-left: 35px; border: medium inset transparent; }
.mfp-arrow:after { border-top-width: 13px; border-bottom-width: 13px; top: 8px; }
.mfp-arrow:before { border-top-width: 21px; border-bottom-width: 21px; opacity: 0.7; }
.mfp-arrow-left { left: 0; }
.mfp-arrow-left:after { border-right: 17px solid #FFF; margin-left: 31px; }
.mfp-arrow-left:before { margin-left: 25px; border-right: 27px solid #3F3F3F; }
.mfp-arrow-right { right: 0; }
.mfp-arrow-right:after { border-left: 17px solid #FFF; margin-left: 39px; }
.mfp-arrow-right:before { border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; }
.mfp-iframe-holder .mfp-close { top: -40px; }
.mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; }
.mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #000; }
img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto; }
.mfp-figure { line-height: 0; }
.mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; display: block; right: 0; width: auto; height: auto; z-index: -1; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444; }
.mfp-figure small { color: #BDBDBD; display: block; font-size: 12px; line-height: 14px; }
.mfp-figure figure { margin: 0; }
.mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto; }
.mfp-title { text-align: left; line-height: 18px; color: #F3F3F3; word-wrap: break-word; padding-right: 36px; }
.mfp-image-holder .mfp-content { max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
.mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; }
.mfp-img-mobile img.mfp-img { padding: 0; }
.mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; }
.mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; }
.mfp-img-mobile .mfp-counter { right: 5px; top: 3px; }
.mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; }
}

@media all and (max-width: 900px) {
.mfp-arrow { -webkit-transform: scale(0.75); transform: scale(0.75); }
.mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0; }
.mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100%; }
.mfp-container { padding-left: 6px; padding-right: 6px; }
}
@media only screen and (max-width: 767px) {
    .top-features1 {
    position: relative;
    margin-top: -24px;
    z-index: 1;
}
    .slidermnain {
    margin-top: 0px;
}
}
/**/
#gallery_carousel .owl-nav {position: relative;}

#gallery_carousel .owl-nav .owl-prev::before {content:"\f053";}
#gallery_carousel .owl-nav .owl-next::before {content:"\f054";}
#gallery_carousel .owl-nav .owl-prev::before, #gallery_carousel .owl-nav .owl-next::before {font-family: 'Font Awesome 5 Free';font-weight: 900;text-indent: 0;position: absolute;
left: 0;right: 0;text-align: center;font-size: 24px;}
#gallery_carousel .owl-nav .owl-prev:hover, #gallery_carousel .owl-nav .owl-next:hover {color:#021453; }
#gallery_carousel .owl-nav .owl-prev, #gallery_carousel .owl-nav .owl-next {position: absolute;top: -291px;text-indent: -2555px;width: 50px;height: 50px;color:#0084cc;transition: all 0.5s ease;}
#gallery_carousel .owl-nav .owl-next {right: -50px;}
#gallery_carousel .owl-nav .owl-prev {left: -50px;}
/*#gallery_carousel .item {max-height: 450px;overflow: hidden;}*/
#gallery_carousel .item {overflow: hidden;}
.offset-2{display: block;}
.phone{
    font-size: 18px;
    font-weight: 800;
    color: #000;
}
.tim-1{
    color: #000;
    font-size: 11px;
}

.attachments{
    background: url(../images/attachment-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

/********* previous attachment *********/
.pre-atta{
   background: url(../images/perv-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover; 
}

.single-project-style3 .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 10;
}
.single-project-style3 .img-holder img{
    width: auto;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.single-project-style3:hover .img-holder img {
    transform:scale(1.2) rotate(2deg);	
}
.single-project-style3 .overlay-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgb(0 163 200 / 40%);
    transform: scaleX(0);
    border: 4px solid #00a3c8;
    transition: all 700ms ease 100ms;
    z-index: 3;
    height: 290px;
}
.single-project-style3:hover .overlay-content{
    transform: scaleY(1);
}
.single-project-style3 .overlay-content .inner-content{
    display: table;
    width: 100%;
    height: 100%;
}
.single-project-style3 .overlay-content .inner-content .links-icons{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    transform: scale(0);
    transition: all 700ms ease 500ms;
}
.single-project-style3:hover .overlay-content .inner-content .links-icons{
    transform: scale(1.0);    
}
.single-project-style3 .overlay-content .inner-content .links-icons a span:before{
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 35px;
    line-height: 35px;
    font-weight: 400;
    transition: all 500ms ease;
}
.single-project-style3 .overlay-content .inner-content .links-icons a:hover span:before{
    color: #00a3c8;    
}

/*********** end privous attachment *************/

/*********** my gallery ****************/

.single-project-style4{
   /*  position: relative;
    display: block;
    max-width: 370px;
    min-width: 300px; */
    width: 100%;
    margin: 0 auto 30px;
}
.single-project-style4 .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 10;
}
.single-project-style4 .img-holder .inner {
    position: relative;
    display: block;
}
.single-project-style4 .img-holder .inner:before{
    position: absolute;
	top: -37px;
	left: -37px;
	bottom: -37px;
	right: -37px;
    content: '';
	border: 37px solid #ffffff;
	opacity: 1;
	transition: all 300ms ease 100ms;
	z-index: 1;
}
.single-project-style4:hover .img-holder .inner:before{
	left: 3px;
	top: 3px;
	bottom: 3px;
	right: 3px;
    transition: all 300ms ease 100ms;
}
.single-project-style4 .img-holder:before,
.single-project-style4 .img-holder:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    transition: all 900ms ease 300ms;
    border-radius: 0px;
    z-index: 1;
}
.single-project-style4 .img-holder:before {
    transform: scale(0, 1);
    transform-origin: bottom center;
    border-top: 3px solid #00a3c8;
    border-bottom: 3px solid #00a3c8;
}
.single-project-style4:hover .img-holder:before {
    transform: scale(1, 1);
}
.single-project-style4 .img-holder:after {
    transform: scale(1, 0);
    transform-origin: left center;
    border-left: 3px solid #00a3c8;
    border-right: 3px solid #00a3c8;
}
.single-project-style4:hover .img-holder:after{
    transform: scale(1, 1);    
}
.single-project-style4 .img-holder img{
    width: 100%;
    transform: scale(1.0);
    transition: all 700ms ease;
}
.single-project-style4:hover .img-holder img {
    transform:scale(1.2) rotate(0deg);	 
}

.single-project-style4 .overlay-box{
    position: absolute;
    top: 40px;
    left: 40px;
    right: 40px;
    height: 182px;
    z-index: 3;
    opacity: 0;
    transform:scale(0) rotate(0deg);	
    transition: all 700ms ease 300ms;
}
.single-project-style4:hover .overlay-box{
    opacity: 1; 
    transform:scale(1.0) rotate(0deg);	
    transition: all 700ms ease 500ms;
}
.single-project-style4 .overlay-box .box{
    display: table;
    width: 100%;
    height: 100%;
}
.single-project-style4 .overlay-box .box .link{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.single-project-style4 .overlay-box .box .link a span:before{
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
    transition: all 500ms ease;
}
.single-project-style4 .overlay-box .box .link a:hover span:before{
    color: #e9212e;    
}

.single-project-style4 .img-holder .overlay-content {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 3px;
    height: 117px;
    background: #ffffff;
    z-index: 11;
    text-align: center;
    transition: all 700ms ease 300ms;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(90deg) translateZ(-32px);
}
.single-project-style4:hover .img-holder .overlay-content {
    opacity: 1;
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transition: all 900ms ease 300ms;
}
.single-project-style4 .img-holder .overlay-content .title{
    position: relative;
    display: block;
    padding-top: 33px;
}
.single-project-style4 .img-holder .overlay-content .title span{
    color: #7c7e84;
}
.single-project-style4 .img-holder .overlay-content .title h3{
    font-size: 20px;
    font-weight: 600;
    margin: 3px 0 0;
}
.single-project-style4 .img-holder .overlay-content .title h3 a{
    color: #27282c;
    transition: all 500ms ease;
}
.single-project-style4 .img-holder .overlay-content .title h3 a:hover{
    color: #e9212e;       
}
.wrap p{
    text-transform: capitalize;
}

/*********** end my gallery **************/

/******** video ****/
/* .video{
    width: 100%;
    margin: 40px auto 50px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
    grid-gap: 30px;
  } 
  .video iframe{
    border: 4px solid #00a3c8;
    border-radius: 10px;
  }
   */
.vedio-det{
    display: flex;
    justify-content: space-around;
    text-align: center;    
}
 .eng-img img, .ben-img img, .hin-img img{
    margin-bottom: 10px;
    border: 2px solid #00a3c8;
    border-radius: 5px;
} 
.eng-img, .ben-img, .hin-img{
    margin-right: 10px;
}
.ben-img a, .eng-img a, .hin-img a{
    cursor: pointer;
    color: #000;
    text-align: center;
}
.about-btn-1{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
/********* end video ******/

/*-- Margin Top --*/
.mt-5 { margin-top: 5px; }
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }
.mt-25 { margin-top: 25px; }
.mt-30 { margin-top: 30px; }
.mt-35 { margin-top: 35px; }
.mt-40 { margin-top: 40px; }
.mt-45 { margin-top: 45px; }
.mt-50 { margin-top: 50px; }
.mt-55 { margin-top: 55px; }
.mt-60 { margin-top: 60px; }
.mt-65 { margin-top: 65px; }
.mt-70 { margin-top: 70px; }
.mt-75 { margin-top: 75px; }
.mt-80 { margin-top: 80px; }
.mt-85 { margin-top: 85px; }
.mt-90 { margin-top: 40px; }
.mt-95 { margin-top: 95px; }
.mt-100 { margin-top: 100px; }
.mt-105 { margin-top: 105px; }
.mt-110 { margin-top: 110px; }
.mt-115 { margin-top: 115px; }
.mt-120 { margin-top: 120px; }
.mt-125 { margin-top: 125px; }
.mt-130 { margin-top: 130px; }
.mt-135 { margin-top: 135px; }
.mt-140 { margin-top: 140px; }
.mt-145 { margin-top: 145px; }
.mt-150 { margin-top: 150px; }
.mt-155 { margin-top: 155px; }
.mt-160 { margin-top: 160px; }
.mt-165 { margin-top: 165px; }
.mt-170 { margin-top: 170px; }
.mt-175 { margin-top: 175px; }
.mt-180 { margin-top: 180px; }
.mt-185 { margin-top: 185px; }
.mt-190 { margin-top: 190px; }
.mt-195 { margin-top: 195px; }
.mt-200 { margin-top: 200px; }
/*-- Margin Bottom --*/

.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
.mb-25 { margin-bottom: 25px; }
.mb-30 { margin-bottom: 30px; }
.mb-35 { margin-bottom: 35px; }
.mb-40 { margin-bottom: 40px; }
.mb-45 { margin-bottom: 45px; }
.mb-50 { margin-bottom: 50px; }
.mb-55 { margin-bottom: 55px; }
.mb-60 { margin-bottom: 60px; }
.mb-65 { margin-bottom: 65px; }
.mb-70 { margin-bottom: 70px; }
.mb-75 { margin-bottom: 75px; }
.mb-80 { margin-bottom: 30px; }
.mb-85 { margin-bottom: 85px; }
.mb-90 { margin-bottom: 90px; }
.mb-95 { margin-bottom: 95px; }
.mb-100 { margin-bottom: 100px; }
.mb-105 { margin-bottom: 105px; }
.mb-110 { margin-bottom: 110px; }
.mb-115 { margin-bottom: 115px; }
.mb-120 { margin-bottom: 120px; }
.mb-125 { margin-bottom: 125px; }
.mb-130 { margin-bottom: 130px; }
.mb-135 { margin-bottom: 135px; }
.mb-140 { margin-bottom: 140px; }
.mb-145 { margin-bottom: 145px; }
.mb-150 { margin-bottom: 150px; }
.mb-155 { margin-bottom: 155px; }
.mb-160 { margin-bottom: 160px; }
.mb-165 { margin-bottom: 165px; }
.mb-170 { margin-bottom: 170px; }
.mb-175 { margin-bottom: 175px; }
.mb-180 { margin-bottom: 180px; }
.mb-185 { margin-bottom: 185px; }
.mb-190 { margin-bottom: 190px; }
.mb-195 { margin-bottom: 195px; }
.mb-200 { margin-bottom: 200px; }
/*-- Padding Top --*/

.pt-5 { padding-top: 5px; }
.pt-10 { padding-top: 10px; }
.pt-15 { padding-top: 15px; }
.pt-20 { padding-top: 20px; }
.pt-25 { padding-top: 25px; }
.pt-30 { padding-top: 30px; }
.pt-35 { padding-top: 35px; }
.pt-40 { padding-top: 40px; }
.pt-45 { padding-top: 45px; }
.pt-50 { padding-top: 50px; }
.pt-55 { padding-top: 55px; }
.pt-60 { padding-top: 60px; }
.pt-65 { padding-top: 65px; }
.pt-70 { padding-top: 70px; }
.pt-75 { padding-top: 75px; }
.pt-80 { padding-top: 80px; }
.pt-85 { padding-top: 85px; }
.pt-90 { padding-top: 20px; }
.pt-95 { padding-top: 95px; }
.pt-100 { padding-top: 100px; }
.pt-105 { padding-top: 105px; }
.pt-110 { padding-top: 110px; }
.pt-115 { padding-top: 115px; }
.pt-120 { padding-top: 80px; }
.pt-125 { padding-top: 125px; }
.pt-130 { padding-top: 130px; }
.pt-135 { padding-top: 135px; }
.pt-140 { padding-top: 140px; }
.pt-145 { padding-top: 145px; }
.pt-150 { padding-top: 150px; }
.pt-155 { padding-top: 155px; }
.pt-160 { padding-top: 160px; }
.pt-165 { padding-top: 165px; }
.pt-170 { padding-top: 170px; }
.pt-175 { padding-top: 175px; }
.pt-180 { padding-top: 180px; }
.pt-185 { padding-top: 185px; }
.pt-190 { padding-top: 190px; }
.pt-195 { padding-top: 195px; }
.pt-200 { padding-top: 200px; }
.pt-280 { padding-top: 280px; }
/*-- Padding Bottom --*/

.pb-5 { padding-bottom: 5px; }
.pb-10 { padding-bottom: 10px; }
.pb-15 { padding-bottom: 15px; }
.pb-20 { padding-bottom: 20px; }
.pb-25 { padding-bottom: 25px; }
.pb-30 { padding-bottom: 30px; }
.pb-35 { padding-bottom: 35px; }
.pb-40 { padding-bottom: 40px; }
.pb-45 { padding-bottom: 45px; }
.pb-50 { padding-bottom: 50px; }
.pb-55 { padding-bottom: 55px; }
.pb-60 { padding-bottom: 60px; }
.pb-65 { padding-bottom: 65px; }
.pb-70 { padding-bottom: 70px; }
.pb-75 { padding-bottom: 75px; }
.pb-80 { padding-bottom: 80px; }
.pb-85 { padding-bottom: 85px; }
.pb-90 { padding-bottom: 50px; }
.pb-95 { padding-bottom: 95px; }
.pb-100 { padding-bottom: 100px; }
.pb-105 { padding-bottom: 105px; }
.pb-110 { padding-bottom: 110px; }
.pb-115 { padding-bottom: 115px; }
.pb-120 { padding-bottom: 30px; }
.pb-125 { padding-bottom: 125px; }
.pb-130 { padding-bottom: 130px; }
.pb-135 { padding-bottom: 135px; }
.pb-140 { padding-bottom: 140px; }
.pb-145 { padding-bottom: 145px; }
.pb-150 { padding-bottom: 150px; }
.pb-155 { padding-bottom: 155px; }
.pb-160 { padding-bottom: 160px; }
.pb-165 { padding-bottom: 165px; }
.pb-170 { padding-bottom: 170px; }
.pb-175 { padding-bottom: 175px; }
.pb-180 { padding-bottom: 180px; }
.pb-185 { padding-bottom: 185px; }
.pb-190 { padding-bottom: 190px; }
.pb-195 { padding-bottom: 195px; }
.pb-200 { padding-bottom: 200px; }
/*-- Padding Left --*/
.pl-0 { padding-left: 0px; }
.pl-5 { padding-left: 5px; }
.pl-10 { padding-left: 10px; }
.pl-15 { padding-left: 15px; }
.pl-20 { padding-left: 20px; }
.pl-25 { padding-left: 35px; }
.pl-30 { padding-left: 30px; }
.pl-35 { padding-left: 35px; }
.pl-35 { padding-left: 35px; }
.pl-40 { padding-left: 40px; }
.pl-45 { padding-left: 45px; }
.pl-50 { padding-left: 50px; }
.pl-55 { padding-left: 55px; }
.pl-60 { padding-left: 60px; }
.pl-65 { padding-left: 65px; }
.pl-70 { padding-left: 70px; }
.pl-75 { padding-left: 75px; }
.pl-80 { padding-left: 80px; }
.pl-85 { padding-left: 80px; }
.pl-90 { padding-left: 90px; }
.pl-95 { padding-left: 95px; }
.pl-100 { padding-left: 100px; }
/*-- Padding Right --*/
.pr-0 { padding-right: 0px; }
.pr-5 { padding-right: 5px; }
.pr-10 { padding-right: 10px; }
.pr-15 { padding-right: 15px; }
.pr-20 { padding-right: 20px; }
.pr-25 { padding-right: 35px; }
.pr-30 { padding-right: 30px; }
.pr-35 { padding-right: 35px; }
.pr-35 { padding-right: 35px; }
.pr-40 { padding-right: 40px; }
.pr-45 { padding-right: 45px; }
.pr-50 { padding-right: 50px; }
.pr-55 { padding-right: 55px; }
.pr-60 { padding-right: 60px; }
.pr-65 { padding-right: 65px; }
.pr-70 { padding-right: 70px; }
.pr-75 { padding-right: 75px; }
.pr-80 { padding-right: 80px; }
.pr-85 { padding-right: 80px; }
.pr-90 { padding-right: 90px; }
.pr-95 { padding-right: 95px; }
.pr-100 { padding-right: 100px; }
/* font weight */
.f-700 { font-weight: 700; }
.f-600 { font-weight: 600; }
.f-500 { font-weight: 500; }
.f-400 { font-weight: 400; }
.f-300 { font-weight: 300; }
/* Background Color */

.gray-bg { background: #f2f2f2; }
.white-bg { background: #fff; }
.black-bg { background: #222; }
.theme-bg { background: #222; }
.primary-bg { background: #c6d7e7; }
.secondary-bg { background: #00a3c8; }
/* Color */

.white-color { color: #fff; }
.black-color { color: #222; }
.theme-color { color: #222; }
.primary-color { color: #222; }
/* black overlay */

[data-overlay] { position: relative; }
[data-overlay]::before { background: #000 none repeat scroll 0 0; content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 1; }
[data-overlay="3"]::before { opacity: 0.3; }
[data-overlay="4"]::before { opacity: 0.4; }
[data-overlay="5"]::before { opacity: 0.5; }
[data-overlay="6"]::before { opacity: 0.6; }
[data-overlay="7"]::before { opacity: 0.7; }
[data-overlay="8"]::before { opacity: 0.8; }
[data-overlay="9"]::before { opacity: 0.9; }
.mr-15 { margin-right: 15px; }
.ln15 { line-height: 15px; padding-bottom: 8px;}
.hospital a.click_here {    
    background-color: #00a3c8;
    border-radius: 4px;
    color: #fff ;
    padding: 13px 10px;
}
.hospital h2{
    font-size: 18px;
    margin-top: 15px;
}
.hospital small{
    color: #111;
}
.box_img small{
    font-size: 14px;    
}
.work-text .mt-2{font-size:20px;color:#1a3e93;}


._hj_feedback_container ._hj-G09L\+__MinimizedWidgetMiddle__container ._hj-Dfxkw__MinimizedWidgetMiddle__text{
    display: none;
}
._hj_feedback_container ._hj-G09L\+__MinimizedWidgetMiddle__container._hj-v4Fsu__MinimizedWidgetMiddle__right ._hj-ETLL8__MinimizedWidgetMiddle__label{
    display: none;
}

/************* responsive **************/
