/* fonts */
@font-face {
    font-family: 'intro_inlineregular';
    src: url('../fonts/intro_inline-webfont.woff2') format('woff2'),
         url('../fonts/intro_inline-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'intro_regular';
    src: url('../fonts/intro-webfont.woff2') format('woff2'),
         url('../fonts/intro-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansextrabold';
    src: url('../fonts/opensans-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



/* main */

.preload {
	position: fixed;
	height: 100%;
	width: 100%;
	background:#18a8a8;
	background-size:150%;
	z-index: 999999;
	top:0;
	bottom:0;	
}
.preload .cams {
	width:100%;
	text-align:center;
	top: 50%;
	position: absolute;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	
	font-family: 'open_sanslight';
    color: #e8e8e8;
    font-size: 7.5vw;
    line-height: 1em;
    text-transform: uppercase;
    text-decoration: none !important;
	
	
}
.preload .cams span{
	-webkit-animation-name: cams-loader;
  animation-name: cams-loader;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes cams-loader {
  
  0% {
	opacity: .05;
	
    
  }
  
  50% {
    opacity: 1;
	
  }
  
  100% {
    opacity: .05;
  }
}

@keyframes cams-loader{
  0% {
	opacity: .05;
	
    
  }
  
  50% {
    opacity: 1;
	
  }
  
  100% {
    opacity: .05;
  }
}





.loader06 {
  width: 56px;
  height: 56px;
  border: 4px solid transparent;
  border-radius: 50%;
  position: relative;
  top: 50%;
  margin: -28px auto 0; }
  .loader06::before {
    content: '';
    border: 4px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    width: 67.2px;
    height: 67.2px;
    position: absolute;
    top: -9.6px;
    left: -9.6px;
    animation: loader-scale 1s ease-out infinite;
    animation-delay: 1s;
    opacity: 0; }
  .loader06::after {
    content: '';
    border: 4px solid #ffffff;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    position: absolute;
    top: -4px;
    left: -4px;
    animation: loader-scale 1s ease-out infinite;
    animation-delay: 0.5s; }

@keyframes loader-scale {
  0% {
    transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } }




.preload.in_active {
	bottom: 0;
	top: 100%;
	height: 0;
	overflow: hidden;
	-moz-transition: top 1s, height 1s;
	-webkit-transition: top 1s, height 1s;
	transition: top 1s, height 1s;
}
.preload.in_active cams {
	display:none;
	-moz-transition: all 1.5s;
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}



.no-side-margin{
	margin-left:0;
	margin-right:0;
}
.no-side-pad{
	padding-left:0;
	padding-right:0;
}
.heighter{
	height:150px;
	background:#096;
}
.img-full-width{
	width:100%;
	height:auto;
}
.wrapper{
}
.header-block{
	background:#ffffff;
	position:static;
	
	-webkit-transition:all .3s;
	transition:all .3s;
}
.header-block.fixed{
	position:fixed;
	top:0;
	left:0;
	z-index:99999;
	width:100%;
	
	-webkit-box-shadow: 0px 11px 40px -4px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 11px 40px -4px rgba(0,0,0,0.25);
box-shadow: 0px 11px 40px -4px rgba(0,0,0,0.2);
}
.header-block .row{
	display:inline-flex;
	vertical-align:top;
	width:100%;
}
.header-block .logo-block{
	padding-top:2em;
	padding-bottom:2em;
	
	-webkit-transition:all .3s;
	transition:all .3s;
}
.header-block.fixed .logo-block{
	padding-top:1em;
	padding-bottom:1em;
}
.header-block .menu-block{
}
.header-block .call-us-holder{
	background:#18a8a8;
	padding-left:0;
	padding-right:0;
	position:relative;
}
.header-block .call-us-holder .total-item{
	position:absolute;
	width:75%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	left:50%;
	top:50%;
	text-align:center;
}

.header-block .call-us-holder .total-item ul{
	margin:0px !important;
	display: block !important;
    list-style-type: disc !important;
	margin-before: 0px !important;
    margin-after: 0px !important;
    margin-start: 0px !important;
    margin-end: 0px !important;
    padding-start: 0px !important;
    -webkit-margin-before: 0px !important;
    -webkit-margin-after: 0px !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
    -webkit-padding-start: 0px !important;
	-ms-margin-before: 0px !important;
    -ms-margin-after: 0px !important;
    -ms-margin-start: 0px !important;
    -ms-margin-end: 0px !important;
    -ms-padding-start: 0px !important;
	-moz-margin-before: 0px !important;
    -moz-margin-after: 0px !important;
    -moz-margin-start: 0px !important;
    -moz-margin-end: 0px !important;
    -moz-padding-start: 0px !important;
	-o-margin-before: 0px !important;
    -o-margin-after: 0px !important;
    -o-margin-start: 0px !important;
    -o-margin-end: 0px !important;
    -o-padding-start: 0px !important;
	text-align:center;
}
.header-block .call-us-holder .total-item ul li{
	list-style:none;
	display:inline-block;
	vertical-align:middle;
}
.header-block .call-us-holder .total-item ul li:first-child{
	padding-right:.5em;
}
.header-block .call-us-holder .total-item ul li div{
	text-align:right;
	color:#ffffff;
}
.header-block .call-us-holder .total-item ul li div.call{
	font-family: 'intro_regular';
	font-size:.85em;
	letter-spacing:.3em;
	text-transform:uppercase;
}
.header-block .call-us-holder .total-item ul li div.mail{
	font-family: 'open_sanssemibold';
	font-size:.75em;
	letter-spacing:.05em;
}

.header-block .call-us-holder .total-item ul li a i{
	color:#ffffff;
	font-size:2em;
}
.header-block .logo-block img{
	max-width:100%;
}
.baner-block{
	background:#666;
	position:relative;
	
	-webkit-transition:all .3s;
	transition:all .3s;
}
.baner-block .certification{
	position:absolute;
	left:7%;
	top:20%;
	z-index:999;
	width:15vw;
}
.baner-block .certification p{
	font-family: 'intro_regular';
	font-size:.88em;
	line-height:1.5em;
	text-align:left;
	padding:0;
	margin:0;
}
.baner-block .certification p:first-child{
	color:#18a8a8;
}
.baner-block .certification p:last-child{
	color:#080808;
}
.first-block{
	background:#ffffff;
	padding:4em 3em 0;
}

.first-block .top{
	width:100%;
	display:inline-flex;
	vertical-align:top;
}
.first-block .top .pics{
	
	-webkit-animation-name: fadeOutLeft-main-pic;
  animation-name: fadeOutLeft-main-pic;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: .2s; /* Chrome, Safari, Opera */
    animation-delay: .2s;
}

.first-block.active .top .pics{
	
	-webkit-animation-name: fadeInLeft-main-pic;
  animation-name: fadeInLeft-main-pic;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: .2s; /* Chrome, Safari, Opera */
    animation-delay: .2s;
  
}

@-webkit-keyframes fadeInLeft-main-pic {
  from {
    opacity: 0;
	transform:translateX(-10%);
  }

  to {
    opacity: 1;
	transform:translateX(0);
  }
}

@keyframes fadeInLeft-main-pic {
  from {
    opacity: 0;
	transform:translateX(-10%);
  }

  to {
    opacity: 1;
	transform:translateX(0);
  }
}

@-webkit-keyframes fadeOutLeft-main-pic {
  from {
    opacity: 1;
	transform:translateX(0);
  }

  to {
	opacity: 0;
	transform:translateX(-10%);
  }
}

@keyframes fadeOutLeft-main-pic {
  from {
    opacity: 1;
	transform:translateX(0);
  }

  to {
	opacity: 0;
	transform:translateX(-10%);
  }
}


.first-block .top .pics .main-pic{
	width:85%;
	height:100%;
	background: url(../img/intro-pic-1.jpg) no-repeat center;
	background-size:cover;
	float:right;
	
}



.first-block .top .pics .main-pic:after{
	content:"";
	width:23vw;
	height:23vw;
	background:#033;
	position:absolute;
	left:15px;
	bottom:-3em;
	z-index:99;
	background: url(../img/intro-pic-2.jpg) no-repeat;
	background-size:cover;
	-webkit-box-shadow: 0px 0px 46px -3px rgba(77,76,77,0.48);
    -moz-box-shadow: 0px 0px 46px -3px rgba(77,76,77,0.48);
    box-shadow: 0px 0px 46px -3px rgba(77,76,77,0.48);
	
	
	-webkit-animation-name: fadeOutLeft-sub-pic;
  animation-name: fadeOutLeft-sub-pic;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-delay: .3s; /* Chrome, Safari, Opera */
    animation-delay: .3s;
}


.first-block.active .top .pics .main-pic:after{
	
	-webkit-animation-name: fadeInLeft-sub-pic;
  animation-name: fadeInLeft-sub-pic;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-delay: .3s; /* Chrome, Safari, Opera */
    animation-delay: .3s;
}

@-webkit-keyframes fadeInLeft-sub-pic {
  from {
    opacity: 0;
	transform:translateX(-10%);
  }

  to {
    opacity: 1;
	transform:translateX(0);
  }
}

@keyframes fadeInLeft-sub-pic {
  from {
    opacity: 0;
	transform:translateX(-10%);
  }

  to {
    opacity: 1;
	transform:translateX(0);
  }
}

@-webkit-keyframes fadeOutLeft-sub-pic {
  from {
    opacity: 1;
	transform:translateX(0);
  }

  to {
	opacity: 0;
	transform:translateX(-10%);
  }
}

@keyframes fadeOutLeft-sub-pic {
  from {
    opacity: 1;
	transform:translateX(0);
  }

  to {
	opacity: 0;
	transform:translateX(-10%);
  }
}


.first-block .top .news-block{
}

.first-block .top .news-block{
   
   opacity: 0;
    -webkit-transform:translateY(20%);
	transform:translateY(20%);
	
	-webkit-animation-name: fadeOutDown-news-block;
  animation-name: fadeOutDown-news-block;
  
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  
	
	
}

.first-block.active .top .news-block{
	-webkit-animation-name: fadeInUp-news-block;
  animation-name: fadeInUp-news-block;
  
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp-news-block{
  from {
    opacity: 0;
    transform:translateY(20%);
  }

  to {
    opacity: 1;
    transform:translateY(0);
  }
}

@keyframes fadeInUp-news-block{
  from {
    opacity: 0;
    transform:translateY(20%);
  }

  to {
    opacity: 1;
    transform:translateY(0);
  }
}


@-webkit-keyframes fadeOutDown-news-block{
  from {
	  opacity: 1;
      transform:translateY(0);
  }

  to {
	  opacity: 0;
      transform:translateY(20%);
  }
}

@keyframes fadeOutDown-news-block{
  from {
	  opacity: 1;
      transform:translateY(0);
  }

  to {
	  opacity: 0;
      transform:translateY(20%);
  }
}


.first-block .top .news-block .news-box{
	position:relative;
	background:#ffffff;
	padding:2.5em 2.5em 3.5em 2.5em;
	-webkit-box-shadow: 0px 0px 46px -3px rgba(77,76,77,0.20);
    -moz-box-shadow: 0px 0px 46px -3px rgba(77,76,77,0.20);
    box-shadow: 0px 0px 46px -3px rgba(77,76,77,0.20);
}

.first-block .top .news-block h3{
	color:#000000;
	font-family: 'intro_regular';
	font-size:2.5em;
	text-align:left;
	margin:0;
	padding-bottom:.7em;
}
.first-block .top .news-block h3 span{
	color:#18a8a8;
}

.first-block .top .news-block .news-box .demo1{
	/*height:auto !important;*/
}


.first-block .top .news-block .panel{
	margin-bottom:0;
}
.first-block .top .news-block .panel-body{
	padding:0;
}
.first-block .top .news-block .panel-default {
    border:none !important;
	    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.first-block .top .news-block .panel-footer {
	position:absolute;
    padding:0;
    background-color: #ffffff;
	margin:0;
    border: none !important;
	right:0;
	display:none;
}
.first-block .top .news-block .panel ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}
.first-block .top .news-block .panel ul li{
	padding-bottom:1.2em;
	border-bottom:1px solid #cfcfcf;
	margin-top:1.2em;
	position:relative;
}
.first-block .top .news-block .panel ul li:first-child{
	margin-top:0;
}
.first-block .top .news-block .panel ul li:after{
	content:"";
	position:absolute;
	background:#18a8a8;
	width:15%;
	height:3px;
	left:0;
	bottom:-2px;
}

.first-block .top .news-block .news-field{
	width:100%;
	
	float:left !important;
}
.first-block .top .news-block .news-title a{
	font-family: 'open_sanssemibold';
	font-size:1.2em;
	line-height:1em;
	color:#000000;
	padding-bottom:.9em;
	display:block;
	text-decoration:none;
}
.first-block .top .news-block .news-title a span{
	color:#18a8a8;
}
.first-block .top .news-block .news-breif{
	font-size: .9em;
    line-height: 1em;
    color:#898989;
    text-align:left;
    font-family: 'open_sansregular';
	text-align:left;
	padding-bottom:1.5em;
}

.first-block .top .news-block a.more-news{
	position:absolute;
	width:50px;
	height:50px;
	background:#18a8a8;
	-webkit-border-top-left-radius:80%;
	border-top-left-radius:80%;
	right:0;
	bottom:0;
	text-align:center;
}
.first-block .top .news-block a.more-news img{
	width:20px;
	position:relative;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	top:50%;
}


.first-block .bottom{
}

.second-block{
	position:relative;
	overflow:hidden !important;
}

.second-block .features{
	text-align:right;
	padding-right:0;
}

.second-block .features .polygon-holder{
	
	z-index:999;
	position:relative;
-webkit-animation-name: fadeOutRight-polygon;
  animation-name: fadeOutRight-polygon;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: .2s; /* Chrome, Safari, Opera */
    animation-delay: .2s;
	
	-webkit-transform-origin:center;
	transform-origin:center;
}

.second-block.active .features .polygon-holder{
	
	-webkit-animation-name: fadeInRight-polygon;
  animation-name: fadeInRight-polygon;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: .2s; /* Chrome, Safari, Opera */
    animation-delay: .2s;
	
	-webkit-transform-origin:center;
	transform-origin:center;
  
}

@-webkit-keyframes fadeInRight-polygon {
  0 {
    opacity: 0;
	transform:scale(1);
  }

  70% {
    opacity: .7;
	transform:scale(1.05);
  }
  
  100% {
    opacity: 1;
	transform:scale(1);
  }
}

@keyframes fadeInRight-polygon{
  0 {
    opacity: 0;
	transform:scale(1);
  }

  70% {
    opacity: .7;
	transform:scale(1.05);
  }
  
  100% {
    opacity: 1;
	transform:scale(1);
  }
}

@-webkit-keyframes fadeOutRight-polygon {
  0 {
	opacity: 1;
	transform:scale(1);
   
  }

  70% {
    opacity: .7;
	transform:scale(1.05);
  }
  
  100% {
    opacity: 0;
	transform:scale(1);
  }
}

@keyframes fadeOutRight-polygon {
  0 {
	opacity: 1;
	transform:scale(1);
   
  }

  70% {
    opacity: .7;
	transform:scale(1.05);
  }
  
  100% {
    opacity: 0;
	transform:scale(1);
  }
}



#features .line-end{
	fill:#E5DADA;
}
#features .line{
	fill:#E5DADA;
}
#features > g:not(.polygon-holder):nth-child(even) g .circle-block{
	fill:#edecec;
}
#features > g:not(.polygon-holder):nth-child(odd) g .circle-block{
	fill:#18a8a8;
}
#features g text{
	font-family: 'open_sanssemibold';
	font-size:13px;
	fill:#000000;
}
#features g g text{
	font-family: 'open_sansregular';
	font-size:15px;
}
#features > g:nth-child(odd) g text{
	fill:#ffffff !important;
}
#features > g:nth-child(even) g text{
	fill:#000000 !important;
}



.second-block .features .linehead{
	opacity: 0;
	-webkit-transform:translateX(50%);
	transform:translateX(50%);
	
	-webkit-animation-name: fadeOutRight-linehead;
  animation-name: fadeOutRight-linehead;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
	
}
.second-block.active .features .linehead{
	-webkit-animation-name: fadeInRight-linehead;
  animation-name: fadeInRight-linehead;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
	
}

@-webkit-keyframes fadeInRight-linehead {
  0 {
    opacity: 0;
	transform:translateX(50%);
  }

  70% {
    opacity: .7;
	transform:translateX(-2%);
  }
  
  100% {
    opacity: 1;
	transform:translateX(0);
  }
}

@keyframes fadeInRight-linehead{
  0 {
    opacity: 0;
	transform:translateX(50%);
  }

  70% {
    opacity: .7;
	transform:translateX(-2%);
  }
  
  100% {
    opacity: 1;
	transform:translateX(0);
  }
}

@-webkit-keyframes fadeOutRight-linehead {
  0 {
    opacity: 1;
	transform:translateX(0);
  }

  70% {
    opacity: .7;
	transform:translateX(-2%);
  }
  
  100% {
	opacity: 0;
	transform:translateX(50%);
  }
}

@keyframes fadeOutRight-linehead {
  0 {
    opacity: 1;
	transform:translateX(0);
  }

  70% {
    opacity: .7;
	transform:translateX(-2%);
  }
  
  100% {
	opacity: 0;
	transform:translateX(50%);
  }
}



.second-block .features .number-circle{
	 -webkit-animation-name: ScaleOut-number-circle;
  animation-name: ScaleOut-number-circle;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-delay: .4s; 
    animation-delay: .4s;
  
  -webkit-transform-origin:center;
  transform-origin:center;
}
.second-block.active .features .number-circle{
   -webkit-animation-name: ScaleIn-number-circle;
  animation-name: ScaleIn-number-circle;
  -webkit-animation-duration:.6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-delay: .4s; 
    animation-delay: .4s;
}


@-webkit-keyframes ScaleIn-number-circle{
  0% {
    opacity: 0;
	transform:scale(1);
  }
  20% {
    opacity: 0;
	transform:scale(.5);
  }

  80% {
    opacity: 1;
	transform:scale(1.2);
  }
  
  100% {
    opacity: 1;
	transform:scale(1);
  }
}

@keyframes ScaleIn-number-circle{
  0% {
    opacity: 0;
	transform:scale(1);
  }
  20% {
    opacity: 0;
	transform:scale(.5);
  }

  80% {
    opacity: 1;
	transform:scale(1.1);
  }
  
  100% {
    opacity: 1;
	transform:scale(1);
  }
}

@-webkit-keyframes ScaleOut-number-circle{
  0% {
	opacity: 1;
	transform:scale(1);
    
  }
  20% {
	opacity: 1;
	transform:scale(1.1);
    
  }

  80% {
    opacity: 0;
	transform:scale(.5);
  }
  
  100% {
    opacity: 0;
	transform:scale(1);
  }
}

@keyframes ScaleOut-number-circle{
  0% {
	opacity: 1;
	transform:scale(1);
    
  }
  20% {
	opacity: 1;
	transform:scale(1.1);
    
  }

  80% {
    opacity: 0;
	transform:scale(.5);
  }
  
  100% {
    opacity: 0;
	transform:scale(1);
  }
}



.second-block .features .name{
	opacity: 1;
	-webkit-animation-name: fadeOut-name;
  animation-name: fadeOut-name;
  
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
	
	
}

.second-block.active .features .name{
	-webkit-animation-name: fadeIn-name;
  animation-name: fadeIn-name;
  
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn-name{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn-name{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


@-webkit-keyframes fadeOut-name{
  from {
	  opacity: 1;
  }

  to {
	  opacity: 0;
  }
}

@keyframes fadeOut-name{
  from {
	  opacity: 1;
  }

  to {
	  opacity: 0;
  }
}



/* specific */

.second-block .features .feature-1 .linehead{
  -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.second-block.active .features .feature-1 .linehead{
  -webkit-animation-delay: .3s; 
    animation-delay: .3s;
}

.second-block .features .feature-1 .number-circle{
	-webkit-animation-delay: .4s; 
    animation-delay: .4s;
}
.second-block.active .features .feature-1 .number-circle{
	-webkit-animation-delay: .4s; 
    animation-delay: .4s;
}

.second-block .features .feature-1 .name{
	-webkit-animation-delay: .8s; 
    animation-delay: .8s;
}

.second-block.active .features .feature-1 .name{
	-webkit-animation-delay: .8s; 
    animation-delay: .8s;
}

/* second feature */

.second-block .features .feature-2 .linehead{
  -webkit-animation-delay: .9s;
    animation-delay: .9s;
}
.second-block.active .features .feature-2 .linehead{
  -webkit-animation-delay: .9s; 
    animation-delay: .9s;
}

.second-block .features .feature-2 .number-circle{
	-webkit-animation-delay: 1s; 
    animation-delay: 1s;
}
.second-block.active .features .feature-2 .number-circle{
	-webkit-animation-delay: 1s; 
    animation-delay: 1s;
}

.second-block .features .feature-2 .name{
	-webkit-animation-delay: 1.4s; 
    animation-delay: 1.4s;
}

.second-block.active .features .feature-2 .name{
	-webkit-animation-delay:1.4s; 
    animation-delay: 1.4s;
}

/* third feature */

.second-block .features .feature-3 .linehead{
  -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.second-block.active .features .feature-3 .linehead{
  -webkit-animation-delay: 1.5s; 
    animation-delay: 1.5s;
}

.second-block .features .feature-3 .number-circle{
	-webkit-animation-delay: 1.6s; 
    animation-delay: 1.6s;
}
.second-block.active .features .feature-3 .number-circle{
	-webkit-animation-delay: 1.6s; 
    animation-delay: 1.6s;
}

.second-block .features .feature-3 .name{
	-webkit-animation-delay: 2s; 
    animation-delay: 2s;
}

.second-block.active .features .feature-3 .name{
	-webkit-animation-delay:2s; 
    animation-delay:2s;
}

/* fourth feature */

.second-block .features .feature-4 .linehead{
  -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
}
.second-block.active .features .feature-4 .linehead{
  -webkit-animation-delay: 2.1s; 
    animation-delay: 2.1s;
}

.second-block .features .feature-4 .number-circle{
	-webkit-animation-delay: 2.2s; 
    animation-delay: 2.2s;
}
.second-block.active .features .feature-4 .number-circle{
	-webkit-animation-delay: 2.2s; 
    animation-delay: 2.2s;
}

.second-block .features .feature-4 .name{
	-webkit-animation-delay: 2.6s; 
    animation-delay: 2.6s;
}

.second-block.active .features .feature-4 .name{
	-webkit-animation-delay:2.6s; 
    animation-delay:2.6s;
}

/* fifth feature */

.second-block .features .feature-5 .linehead{
  -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s;
}
.second-block.active .features .feature-5 .linehead{
  -webkit-animation-delay: 2.7s; 
    animation-delay: 2.7s;
}

.second-block .features .feature-5 .number-circle{
	-webkit-animation-delay: 2.8s; 
    animation-delay: 2.8s;
}
.second-block.active .features .feature-5 .number-circle{
	-webkit-animation-delay: 2.8s; 
    animation-delay: 2.8s;
}

.second-block .features .feature-5 .name{
	-webkit-animation-delay: 3.2s; 
    animation-delay: 3.2s;
}

.second-block.active .features .feature-5 .name{
	-webkit-animation-delay:3.2s; 
    animation-delay:3.2s;
}





.second-block .caption-holder{
	padding-left:3.5em;
	padding-top:7em;
}
.second-block .caption-holder h1{
	font-family: 'open_sansextrabold';
	color:#000000;
	margin:0;
	text-align:left;
	font-size:4em;
	line-height:1em;
	padding-bottom:.5em;
	text-transform:uppercase;
	
	opacity: 0;
    -webkit-transform:translateY(20%);
	transform:translateY(20%);
	
	-webkit-animation-name: fadeOutDown-caption;
  animation-name: fadeOutDown-caption;
  
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-delay: .5s; 
    animation-delay: .5s;
  
  
}
.second-block .caption-holder h1 span{
	color:#18a8a8;
}
.second-block.active .caption-holder h1{
	-webkit-animation-name: fadeInUp-caption;
  animation-name: fadeInUp-caption;
  
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-delay: .5s; 
    animation-delay: .5s;
}


@-webkit-keyframes fadeInUp-caption{
  from {
    opacity: 0;
    transform:translateY(20%);
  }

  to {
    opacity: 1;
    transform:translateY(0);
  }
}

@keyframes fadeInUp-caption{
  from {
    opacity: 0;
    transform:translateY(20%);
  }

  to {
    opacity: 1;
    transform:translateY(0);
  }
}


@-webkit-keyframes fadeOutDown-caption{
  from {
	  opacity: 1;
      transform:translateY(0);
  }

  to {
	  opacity: 0;
      transform:translateY(20%);
  }
}

@keyframes fadeOutDown-caption{
  from {
	  opacity: 1;
      transform:translateY(0);
  }

  to {
	  opacity: 0;
      transform:translateY(20%);
  }
}


.second-block .caption-holder p{
    font-size: 1em;
    line-height: 1.7em;
    color: #898989;
    text-align: left;
    font-family: 'open_sansregular';
    text-align: left;
    padding-bottom: 1.5em;
	
	opacity: 0;
	-webkit-transform:translateX(50%);
	transform:translateX(50%);
	
	-webkit-animation-name: fadeOutRight-para;
  animation-name: fadeOutRight-para;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-delay: .9s; 
    animation-delay: .9s;
}

.second-block.active .caption-holder p{
	-webkit-animation-name: fadeInRight-para;
  animation-name: fadeInRight-para;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
	
}

@-webkit-keyframes fadeInRight-para {
  0 {
    opacity: 0;
	transform:translateX(50%);
  }

  70% {
    opacity: .7;
	transform:translateX(-2%);
  }
  
  100% {
    opacity: 1;
	transform:translateX(0);
  }
}

@keyframes fadeInRight-para{
  0 {
    opacity: 0;
	transform:translateX(50%);
  }

  70% {
    opacity: .7;
	transform:translateX(-2%);
  }
  
  100% {
    opacity: 1;
	transform:translateX(0);
  }
}

@-webkit-keyframes fadeOutRight-para {
  0 {
    opacity: 1;
	transform:translateX(0);
  }

  70% {
    opacity: .7;
	transform:translateX(-2%);
  }
  
  100% {
	opacity: 0;
	transform:translateX(50%);
  }
}

@keyframes fadeOutRight-para {
  0 {
    opacity: 1;
	transform:translateX(0);
  }

  70% {
    opacity: .7;
	transform:translateX(-2%);
  }
  
  100% {
	opacity: 0;
	transform:translateX(50%);
  }
}




.second-block .caption-holder .btn-holder{
	margin-bottom:2.5em;
	display:inline-block;
	vertical-align:top;
	width:100%;
}

.second-block .caption-holder .btn-holder ul{
	margin:0px !important;
	display: block !important;
    list-style-type: disc !important;
	margin-before: 0px !important;
    margin-after: 0px !important;
    margin-start: 0px !important;
    margin-end: 0px !important;
    padding-start: 0px !important;
    -webkit-margin-before: 0px !important;
    -webkit-margin-after: 0px !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
    -webkit-padding-start: 0px !important;
	-ms-margin-before: 0px !important;
    -ms-margin-after: 0px !important;
    -ms-margin-start: 0px !important;
    -ms-margin-end: 0px !important;
    -ms-padding-start: 0px !important;
	-moz-margin-before: 0px !important;
    -moz-margin-after: 0px !important;
    -moz-margin-start: 0px !important;
    -moz-margin-end: 0px !important;
    -moz-padding-start: 0px !important;
	-o-margin-before: 0px !important;
    -o-margin-after: 0px !important;
    -o-margin-start: 0px !important;
    -o-margin-end: 0px !important;
    -o-padding-start: 0px !important;
}
.second-block .caption-holder .btn-holder ul li{
	list-style:none;
	float:left;
	width:50%;
	padding-right:.5em;
}
.second-block .caption-holder .btn-holder ul li:last-child{
	padding:0;
}




/* flip - btn */

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}





@-webkit-keyframes flipOutX {
  from {
	  -webkit-transform: perspective(400px);
    transform: perspective(400px);
    opacity: 1;
  }

  40% {
	  
	  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	
    
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	-webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	-webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flipOutX {
  from {
	  -webkit-transform: perspective(400px);
    transform: perspective(400px);
    opacity: 1;
  }

  40% {
	  
	  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	
    
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	-webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	-webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}


.btn-academics {
  color: #000000;
  display: block;
  font-size: .83em;
  padding:1em 1em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width:100%;
  text-align:center;
  border: 1px solid #18a8a8;
  overflow: hidden;
  font-family: 'open_sansbold';
  letter-spacing:.2em;
  text-decoration:none !important;
  
  -webkit-transition:all .3s;
  transition:all .3s;
}
.btn-academics span{
  z-index: 20;
  color: #000000;
  -webkit-transition:all .3s;
  transition:all .3s;
}
.btn-academics:hover{
	 letter-spacing:.4em;
}
.btn-academics:hover span{
	color:#18a8a8;
	 letter-spacing:.4em;
}

.btn-academics:after {
  background: #86108b;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}

.btn-academics:hover:after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.second-block .btn-academics{
    -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-delay:1s;
    animation-delay: 1s;
}

.second-block.active .btn-academics{
	-webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-delay: 1s;
    animation-delay: 1s;
}




.btn-events {
  color: #ffffff;
  background:#18a8a8;
  display: block;
  font-size: .83em;
  padding:1em 1em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width:100%;
  text-align:center;
  border: 1px solid #18a8a8;
  overflow: hidden;
  font-family: 'open_sansbold';
  letter-spacing:.2em;
  text-decoration:none !important;
  
  -webkit-transition:all .3s;
  transition:all .3s;
}
.btn-events span{
  z-index: 20;
  color: #ffffff;
  -webkit-transition:all .3s;
  transition:all .3s;
}
.btn-events:hover{
	 letter-spacing:.4em;
}
.btn-events:hover span{
	color:#ffffff;
	 letter-spacing:.4em;
}

.btn-events:after {
  background: #ffffff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 0;
}

.btn-events:hover:after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}


.second-block .btn-events{
    -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-delay:1.4s;
    animation-delay: 1.4s;
}

.second-block.active .btn-events{
	-webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

/* new button */
.more-btn {
  position: relative;
  background: none;
  text-transform: uppercase;
  font-family: 'open_sansbold';
  text-align: center;
  border: none;
  padding: 0;
  color: #FFF;
  outline: none;
  transition: color .3s;
  cursor: pointer;
  display:block;
}

.more-btn svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #86108b;
  stroke-dasharray: 0, 0, 480px, 480px;
  stroke-width: 8;
  transition: stroke-dasharray .3s;
}

.more-btn span {
	font-family: 'open_sansbold';
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
	font-size: .83em;
    letter-spacing: .2em;
	line-height:2.7em;
    width: calc(100% - 8px);
    height: calc(100% - 13px);
    margin: 4px;
}
.more-btn span:after {
   background: #86108b;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    bottom: 0px;
    -webkit-transition: height 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: height 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    z-index: -10;
}
.more-btn:hover, .more-btn:focus {
-webkit-transition-delay: 550ms; /* Safari */
    transition-delay: 550ms;
  color: #86108b;
}

.more-btn:hover svg, 
.more-btn:focus svg {
  stroke-dasharray: 180px, 300px;
}
.more-btn:hover span:after{
-webkit-transition-delay: 550ms; /* Safari */
    transition-delay: 550ms;
	height:0;
} 




.second-block .caption-holder .thumb-pics-holder{
}
.second-block .caption-holder .thumb-pics-holder ul{
	margin:0px !important;
	display: block !important;
    list-style-type: disc !important;
	margin-before: 0px !important;
    margin-after: 0px !important;
    margin-start: 0px !important;
    margin-end: 0px !important;
    padding-start: 0px !important;
    -webkit-margin-before: 0px !important;
    -webkit-margin-after: 0px !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
    -webkit-padding-start: 0px !important;
	-ms-margin-before: 0px !important;
    -ms-margin-after: 0px !important;
    -ms-margin-start: 0px !important;
    -ms-margin-end: 0px !important;
    -ms-padding-start: 0px !important;
	-moz-margin-before: 0px !important;
    -moz-margin-after: 0px !important;
    -moz-margin-start: 0px !important;
    -moz-margin-end: 0px !important;
    -moz-padding-start: 0px !important;
	-o-margin-before: 0px !important;
    -o-margin-after: 0px !important;
    -o-margin-start: 0px !important;
    -o-margin-end: 0px !important;
    -o-padding-start: 0px !important;
}
.second-block .caption-holder .thumb-pics-holder ul li{
	list-style:none;
	float:left;
	width:25%;
	padding:0 .4em;
}
.second-block .caption-holder .thumb-pics-holder ul li img{
	width:100%;
	height:auto;
}


.second-block .caption-holder .thumb-pics-holder ul li img{
	opacity: 0;
	-webkit-transform:translateX(50%);
	transform:translateX(50%);
	
	-webkit-animation-name: fadeOutRight-thumbs;
  animation-name: fadeOutRight-thumbs;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
	
}
.second-block.active .caption-holder .thumb-pics-holder ul li img{
	-webkit-animation-name: fadeInRight-thumbs;
  animation-name: fadeInRight-thumbs;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
	
}

.second-block .caption-holder .thumb-pics-holder ul li:first-child img{
	 -webkit-animation-delay: 1.6s; 
    animation-delay: 1.6s;
}
.second-block .caption-holder .thumb-pics-holder ul li:first-child img{
	 -webkit-animation-delay: 1.6s; 
    animation-delay: 1.6s;
}

.second-block .caption-holder .thumb-pics-holder ul li:nth-child(2) img{
	 -webkit-animation-delay: 1.7s; 
    animation-delay: 1.7s;
}
.second-block .caption-holder .thumb-pics-holder ul li:nth-child(2) img{
	 -webkit-animation-delay: 1.7s; 
    animation-delay: 1.7s;
}

.second-block .caption-holder .thumb-pics-holder ul li:nth-child(3) img{
	 -webkit-animation-delay: 1.8s; 
    animation-delay: 1.8s;
}
.second-block .caption-holder .thumb-pics-holder ul li:nth-child(3) img{
	 -webkit-animation-delay: 1.8s; 
    animation-delay: 1.8s;
}

.second-block .caption-holder .thumb-pics-holder ul li:nth-child(4) img{
	 -webkit-animation-delay: 1.9s; 
    animation-delay: 1.9s;
}
.second-block .caption-holder .thumb-pics-holder ul li:nth-child(4) img{
	 -webkit-animation-delay: 1.9s; 
    animation-delay: 1.9s;
}

@-webkit-keyframes fadeInRight-thumbs {
  0 {
    opacity: 0;
	transform:translateX(50%);
  }
  
  100% {
    opacity: 1;
	transform:translateX(0);
  }
}

@keyframes fadeInRight-thumbs{
  0 {
    opacity: 0;
	transform:translateX(50%);
  }
  
  100% {
    opacity: 1;
	transform:translateX(0);
  }
}

@-webkit-keyframes fadeOutRight-thumbs {
  0 {
    opacity: 1;
	transform:translateX(0);
  }
  
  100% {
	opacity: 0;
	transform:translateX(50%);
  }
}

@keyframes fadeOutRight-thumbs {
  0 {
    opacity: 1;
	transform:translateX(0);
  }
  
  100% {
	opacity: 0;
	transform:translateX(50%);
  }
}


.row.custom{
	margin-left:-.4em;
	margin-right:-.4em;
}
.third-block{
	background:#18a8a8;
	position:relative;
	margin-top:12vw;
	padding:4em 3.5em 5.5em;
	
}
.third-block .polygon-magenta{
	position:absolute;
	width:100%;
	height:9.7vw;
	display:block;
	z-index:-1;
	top:-9.6vw;
	left:0;
}
.third-block .polygon-grey{
    content: "";
    position: absolute;
    width: 35%;
    height: 8vw;
    right: 0;
    top: -8vw;
    z-index: -2;
}

.third-block > .row > div .item{
	
	display:block;
	
	-webkit-box-shadow: 0px 0px 46px -3px rgba(67, 6, 70,0.9);
    -moz-box-shadow: 0px 0px 46px -3px rgba(67, 6, 70,0.9);
    box-shadow: 0px 0px 46px -3px rgba(67, 6, 70,0.9);
	
}
.third-block > .row > div:nth-child(1) .item{
	margin-top:-6em;
}
.third-block > .row > div:nth-child(2) .item{
	margin-top:-1em;
}
.third-block > .row > div:nth-child(3) .item{
	margin-top:5em;
}



.third-block > .row > div .item{
	
	opacity: 0;
    -webkit-transform:translateY(20%);
	transform:translateY(20%);
	
	-webkit-animation-name: fadeOutDown-block;
  animation-name: fadeOutDown-block;
  
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  
}
.third-block.active > .row > div .item{
	-webkit-animation-name: fadeInUp-block;
  animation-name: fadeInUp-block;
  
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


@-webkit-keyframes fadeInUp-block{
  from {
    opacity: 0;
    transform:translateY(20%);
  }

  to {
    opacity: 1;
    transform:translateY(0);
  }
}

@keyframes fadeInUp-block{
  from {
    opacity: 0;
    transform:translateY(20%);
  }

  to {
    opacity: 1;
    transform:translateY(0);
  }
}


@-webkit-keyframes fadeOutDown-block{
  from {
	  opacity: 1;
      transform:translateY(0);
  }

  to {
	  opacity: 0;
      transform:translateY(20%);
  }
}

@keyframes fadeOutDown-block{
  from {
	  opacity: 1;
      transform:translateY(0);
  }

  to {
	  opacity: 0;
      transform:translateY(20%);
  }
}


.third-block > .row > div:nth-child(1) .item{
	-webkit-animation-delay: .1s; 
    animation-delay: .1s;
}
.third-block.active > .row > div:nth-child(1) .item{
	-webkit-animation-delay: .1s; 
    animation-delay: .1s;
}
.third-block > .row > div:nth-child(2) .item{
	-webkit-animation-delay: .3s; 
    animation-delay: .3s;
}
.third-block.active > .row > div:nth-child(2) .item{
	-webkit-animation-delay: .3s; 
    animation-delay: .3s;
}
.third-block > .row > div:nth-child(3) .item{
	-webkit-animation-delay: .5s; 
    animation-delay: .5s;
}
.third-block.active > .row > div:nth-child(3) .item{
	-webkit-animation-delay: .5s; 
    animation-delay: .5s;
}





.third-block > .row > div .item .pic{
	width:100%;
	position:relative;
	overflow:hidden;
}
.third-block > .row > div .item .pic img{
	width:100%;
	height:auto;
	
	-webkit-transform:scale(1,1);
	transform:scale(1,1);
	-webkit-transition:all .3s;
	transition:all .3s;
	
}
.third-block > .row > div .item:hover .pic img{
	width:100%;
	height:auto;
	-webkit-transform:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}
.third-block > .row > div .item .pic:after{
	width:100%;
	height:100%;
	position:absolute;
	content:"";
	left:0;
	top:0;
	background:rgba(1,11,44,0.32);
	z-index:99;
}

.third-block > .row > div .item .pic .shape-holder{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:999;
}
.third-block > .row > div .item .pic .shape-holder svg{
	width:100%;
	vertical-align:bottom;
}
.third-block > .row > div .item .pic .shape-holder svg .my-polygon{
	fill:#ffffff;
}
.third-block > .row > div .item .pic .shape-holder svg .my-rect{
	fill:#18a8a8;
	z-index:999;
}

.third-block > .row > div .item .pic .text{
	position:absolute;
	color:#ffffff;
	right:1.5em;
	bottom:2em;
	text-align:right;
	width:47%;
	line-height:1em;
	
	font-family: 'open_sansextrabold';
	font-size:1.8em;
	text-transform:uppercase;
	z-index:9999;
	font-weight:normal;
}
.third-block > .row > div .item .contents{
	width:100%;
	padding:2em;
	background:#ffffff;
	position:relative;
}
.third-block > .row > div .item .contents p{
	font-size: .9em;
    line-height: 1.7em;
    color: #898989;
    text-align: left;
    font-family: 'open_sansregular';
    text-align: left;
    padding-bottom: 1.5em;
}

.third-block > .row > div .item .contents .read-more{
	text-decoration:none;
	width:55px;
	height:55px;
	background:#eae8e8;
	-webkit-border-radius:50%;
	border-radius:50%;
	position:absolute;
	right:3.5em;
	bottom:-1em;
	outline:none;
	text-align:center;
	padding:1.3em 0;
}
.third-block > .row > div .item .contents .read-more svg{
	fill:#18a8a8;
	width:18px;
}
.fourth-block{
	background:#ffffff;
	padding:2em 3.5em 5em;
}
.fourth-block h2{
	font-family: 'open_sansextrabold';
    color: #353333;
    margin: 0;
    text-align: left;
    font-size: 4.6em;
    line-height: 1em;
    padding-bottom: .5em;
    text-transform: uppercase;
	text-align:center;
	margin-top:-1.5em;
	width:50%;
	
	opacity: 0;
	-webkit-transform:translateY(-10%);
	transform:translateY(-10%);
	
	-webkit-animation-name: fadeOutRight-team-title;
  animation-name: fadeOutRight-team-title;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
 
}
.fourth-block h2 span{
	color:#ffffff;
	width:100%;
	float:left;
}

.fourth-block.active h2{
	-webkit-animation-name: fadeInTop-team-title;
  animation-name: fadeInTop-team-title;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInTop-team-title {
  0 {
    opacity: 0;
	transform:translateY(-10%);
  }

  70% {
    opacity: .7;
	transform:translateY(2%);
  }
  
  100% {
    opacity: 1;
	transform:translateY(0);
  }
}

@keyframes fadeInTop-team-title{
  0 {
    opacity: 0;
	transform:translateY(-10%);
  }

  70% {
    opacity: .7;
	transform:translateY(2%);
  }
  
  100% {
    opacity: 1;
	transform:translateY(0);
  }
}

@-webkit-keyframes fadeOutTop-team-title {
  0 {
    opacity: 1;
	transform:translateY(0);
  }

  70% {
    opacity: .7;
	transform:translateY(2%);
  }
  
  100% {
	opacity: 0;
	transform:translateY(-10%);
  }
}

@keyframes fadeOutTop-team-title {
  0 {
    opacity: 1;
	transform:translateY(0);
  }

  70% {
    opacity: .7;
	transform:translateY(2%);
  }
  
  100% {
	opacity: 0;
	transform:translateY(-10%);
  }
}


.fourth-block .team-holder{
	position:relative;
}
.fourth-block .team-holder:before{
	content:"";
	display:block;
	width:80%;
	height:1px;
	background:#d4d4d4;
	position:absolute;
	top:40%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

.fourth-block .team-holder > .row > div .member-item{
	 -webkit-animation-name: ScaleOut-team;
  animation-name: ScaleOut-team;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
 
  -webkit-transform-origin:center;
  transform-origin:center;
}
.fourth-block.active .team-holder > .row > div .member-item{
   -webkit-animation-name: ScaleIn-team;
  animation-name: ScaleIn-team;
  -webkit-animation-duration:.6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  
  
}


.fourth-block .team-holder > .row > div:nth-child(1) .member-item{
	-webkit-animation-delay: .4s; 
    animation-delay: .4s;
}
.fourth-block.active .team-holder > .row > div:nth-child(1) .member-item{
	-webkit-animation-delay: .4s; 
    animation-delay: .4s;
}

.fourth-block .team-holder > .row > div:nth-child(2) .member-item{
	-webkit-animation-delay: .6s; 
    animation-delay: .6s;
}
.fourth-block.active .team-holder > .row > div:nth-child(2) .member-item{
	-webkit-animation-delay: .6s; 
    animation-delay: .6s;
}

.fourth-block .team-holder > .row > div:nth-child(3) .member-item{
	-webkit-animation-delay: .8s; 
    animation-delay: .8s;
}
.fourth-block.active .team-holder > .row > div:nth-child(3) .member-item{
	-webkit-animation-delay: .8s; 
    animation-delay: .8s;
}

.fourth-block .team-holder > .row > div:nth-child(4) .member-item{
	-webkit-animation-delay: 1s; 
    animation-delay: 1s;
}
.fourth-block.active .team-holder > .row > div:nth-child(4) .member-item{
	-webkit-animation-delay: 1s; 
    animation-delay: 1s;
}



@-webkit-keyframes ScaleIn-team{
  0% {
    opacity: 0;
	transform:scale(1);
  }
  20% {
    opacity: 0;
	transform:scale(.5);
  }

  80% {
    opacity: 1;
	transform:scale(1.2);
  }
  
  100% {
    opacity: 1;
	transform:scale(1);
  }
}

@keyframes ScaleIn-team{
  0% {
    opacity: 0;
	transform:scale(1);
  }
  20% {
    opacity: 0;
	transform:scale(.5);
  }

  80% {
    opacity: 1;
	transform:scale(1.1);
  }
  
  100% {
    opacity: 1;
	transform:scale(1);
  }
}

@-webkit-keyframes ScaleOut-team{
  0% {
	opacity: 1;
	transform:scale(1);
    
  }
  20% {
	opacity: 1;
	transform:scale(1.1);
    
  }

  80% {
    opacity: 0;
	transform:scale(.5);
  }
  
  100% {
    opacity: 0;
	transform:scale(1);
  }
}

@keyframes ScaleOut-team{
  0% {
	opacity: 1;
	transform:scale(1);
    
  }
  20% {
	opacity: 1;
	transform:scale(1.1);
    
  }

  80% {
    opacity: 0;
	transform:scale(.5);
  }
  
  100% {
    opacity: 0;
	transform:scale(1);
  }
}




.fourth-block .team-holder .member-item .pic-holder{
	width:100%;
	margin-bottom:1.7em;
	position:relative;
}
.fourth-block .team-holder .member-item .pic-holder:before{
	content:"";
	display:block;
	position:absolute;
	width:85%;
	height:40%;
	background:#ffffff;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
}



.ih-item {
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ih-item a {
    color: #333;
	display:block;
	position:relative;
}

.ih-item a:hover {
    text-decoration: none;
}
.ih-item img {
	 width: 220px;
	 height:auto;
    max-width: 100%;
    max-height: auto;
}
.ih-item a .member-number{
	background:#18a8a8;
	position:absolute;
	bottom:0;
	right:1.5em;
	padding:1.2em;
	color:#ffffff;
	font-size:.89em;
	text-align:center;
	line-height:1.15em;
	font-family: 'open_sansbold';
	z-index:99;
	-webkit-border-radius:50%;
	border-radius:50%;
	
	-webkit-transition:all .3s;
	transition:all .3s;
	
	opacity:1;
	
	-webkit-transform:scale(1,1);
	transform:scale(1,1);
}
.ih-item a:hover .member-number{
	opacity:0;
	-webkit-transform:scale(0,0);
	transform:scale(0,0);
}
.ih-item.circle {
    position: relative;
    width: 220px;
    border-radius: 50%;
	max-width:100%;
	height:auto;
	margin:0 auto;
}
.ih-item.circle .img {
    position: relative;
    width: 220px;
    height: auto;
    border-radius: 50%;
	max-width:100%;
}
.ih-item.circle .img:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item.circle .img img {
    border-radius: 50%;
}
.ih-item.circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ih-item.square {
    position: relative;
    width: 316px;
    height: 216px;
    border: 8px solid #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.ih-item.square .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ih-item.circle.effect6 .img {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect6.colored .info {
    background: #18a8a8;
}
.ih-item.circle.effect6 .info {
    background: #333333;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect6 .info .know {
    color: #fff;
    text-transform: uppercase;
	position:absolute;
	
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	
}
.ih-item.circle.effect6 .info .know img{
	width:40px;
}
.ih-item.circle.effect6 .info p {
    color: #bbb;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ih-item.circle.effect6.scale_up .info {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}
.ih-item.circle.effect6.scale_up a:hover .img {
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.ih-item.circle.effect6.scale_up a:hover .info {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.ih-item.circle.effect6.scale_down .info {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.ih-item.circle.effect6.scale_down a:hover .img {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}
.ih-item.circle.effect6.scale_down a:hover .info {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.ih-item.circle.effect6.scale_down_up .info {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.35s ease-in-out 0.2s;
    -moz-transition: all 0.35s ease-in-out 0.2s;
    transition: all 0.35s ease-in-out 0.2s;
}
.ih-item.circle.effect6.scale_down_up a:hover .img {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}
.ih-item.circle.effect6.scale_down_up a:hover .info {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}



.fourth-block .team-holder .member-item .name-holder{
	width:100%;
	text-align:center;
	color:#000000;
	font-family: 'open_sansbold';
	font-size:1.2em;
	line-height:1.2em;
	padding-bottom:.7em;
}
.fourth-block .team-holder .member-item .designation-holder{
	width:100%;
	text-align:center;
	color:#18a8a8;
	font-family: 'open_sanssemibold';
	font-size:1em;
	line-height:1em;
	padding-bottom:1em;
}

.footer-block {
    background: #edecec;
    padding:3.5em 4em 2em;
}
.footer-block .copyright{
	font-family: 'open_sansregular';
    font-size: .95em;
    color: #575656;
    text-align: center;
    padding: 2.5em 1em 0;
    border-top: 1px solid #d6d3d3;
    margin-top: 2.5em;
}
.footer-block .copyright span{
	color:#18a8a8;
	text-decoration:none;
}
.footer-block .row > div h6{
	font-family: 'open_sansbold';
	font-size:.84em;
	padding-bottom:1.8em;
	color:#000000;
	margin:0;
	text-transform:uppercase;
}
.footer-block .row .footer-logo{
	text-align:left;
	padding-bottom:1em;
}
.footer-block .row .footer-logo img{
	max-width:95%;
}
.footer-block .row > div ul{
	margin:0px !important;
	display: block !important;
    list-style-type: disc !important;
	margin-before: 0px !important;
    margin-after: 0px !important;
    margin-start: 0px !important;
    margin-end: 0px !important;
    padding-start: 0px !important;
    -webkit-margin-before: 0px !important;
    -webkit-margin-after: 0px !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
    -webkit-padding-start: 0px !important;
	-ms-margin-before: 0px !important;
    -ms-margin-after: 0px !important;
    -ms-margin-start: 0px !important;
    -ms-margin-end: 0px !important;
    -ms-padding-start: 0px !important;
	-moz-margin-before: 0px !important;
    -moz-margin-after: 0px !important;
    -moz-margin-start: 0px !important;
    -moz-margin-end: 0px !important;
    -moz-padding-start: 0px !important;
	-o-margin-before: 0px !important;
    -o-margin-after: 0px !important;
    -o-margin-start: 0px !important;
    -o-margin-end: 0px !important;
    -o-padding-start: 0px !important;
}
.footer-block .row > div ul li{
	list-style:none;
	line-height:2.2em;
}
.footer-block .row > div ul li a{
	text-decoration:none;
	outline:none;
	color:#8d8d8d;
	font-size:.95em;
	font-family: 'open_sansregular';
	
	-webkit-transition:all .3s;
	transition:all .3s;
}
.footer-block .row > div ul li a:hover{
	color:#000000;
}

.footer-block p{
	text-decoration:none;
	outline:none;
	color:#8e8e8e;
	font-size:.95em;
	font-family: 'open_sansregular';
	line-height:1.7em;
	text-align:left;
	margin:0;
	padding-bottom:2em;
	
}
.footer-block p.title{
	font-family: 'open_sanssemibold';
	color:#000000;
	font-size:.8em;
	padding-bottom:.5em;
}
.footer-block .social{
	float:left;
	width:100%;
}
.footer-block .social ul{
	margin:0px !important;
	display: block !important;
    list-style-type: disc !important;
	margin-before: 0px !important;
    margin-after: 0px !important;
    margin-start: 0px !important;
    margin-end: 0px !important;
    padding-start: 0px !important;
    -webkit-margin-before: 0px !important;
    -webkit-margin-after: 0px !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
    -webkit-padding-start: 0px !important;
	-ms-margin-before: 0px !important;
    -ms-margin-after: 0px !important;
    -ms-margin-start: 0px !important;
    -ms-margin-end: 0px !important;
    -ms-padding-start: 0px !important;
	-moz-margin-before: 0px !important;
    -moz-margin-after: 0px !important;
    -moz-margin-start: 0px !important;
    -moz-margin-end: 0px !important;
    -moz-padding-start: 0px !important;
	-o-margin-before: 0px !important;
    -o-margin-after: 0px !important;
    -o-margin-start: 0px !important;
    -o-margin-end: 0px !important;
    -o-padding-start: 0px !important;
}
.footer-block .social ul li{
	list-style:none;
	padding:0 1.1em;
	float:left;
}
.footer-block .social ul li:first-child{
	padding-left:0px;
}
.footer-block .social ul li:last-child{
	padding-right:0px;
}
.footer-block .social ul li a{
	text-decoration:none !important;
	color:#18a8a8 !important;
	padding:0 !important;
	-moz-transition:all .2s;
	transition:all .2s;
}
.footer-block .social ul li a .fa{
	font-size:1.7em;
	vertical-align:middle;
}
.footer-block .social ul li a:hover{
	color:#353333 !important;
}
.footer-block .number{
	color:#ffffff ;
	font-size:1.1em ;
	letter-spacing:.3em;
	font-family: 'open_sansbold';
	padding-bottom:1em;
}
.number span{
	color:#e4820f !important;
}


.innner-head-block{
	padding:0 3.5em;
	background:#680b6d;
	position:relative;
	height:23vw;
}
.innner-head-block:after{
	content:"";
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.5);
	display:block;
	position:absolute;
	z-index:1;
}
.innner-head-block h1{
	width:75%;
	position:absolute;
	text-align:center;
	font-family: 'intro_regular';
	color:#ffffff;
	font-size:5vw;
	line-height:.8em;
	white-space:normal;
	margin:0;
	z-index:3;
	bottom:1em;
	
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	
	left:50%;
}

.innner-head-block .breadcrumb-holder{
	min-width:30vw;
	height:6vw;
	background:#18a8a8;
	position:absolute;
	right:0;
	bottom:-2.5em;
	z-index:5;
	padding:0 1em;
}
.innner-head-block .breadcrumb-holder:before{
	content:"";
	display:block;
	width:5vw;
	height:6vw;
	background:#666;
	position:absolute;
	background:url(../img/breadcrumb-shape.svg) no-repeat right;
	background-size:100%;
	left:-4.9vw;
}



/*customize breadcrumb*/
.breadcrumb-holder .breadcrumb {
	margin: 0px !important;
    display: block !important;
    list-style-type: disc !important;
    margin-before: 0px !important;
    margin-after: 0px !important;
    margin-start: 0px !important;
    margin-end: 0px !important;
    padding-start: 0px !important;
    -webkit-margin-before: 0px !important;
    -webkit-margin-after: 0px !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
    -webkit-padding-start: 0px !important;
    -ms-margin-before: 0px !important;
    -ms-margin-after: 0px !important;
    -ms-margin-start: 0px !important;
    -ms-margin-end: 0px !important;
    -ms-padding-start: 0px !important;
    -moz-margin-before: 0px !important;
    -moz-margin-after: 0px !important;
    -moz-margin-start: 0px !important;
    -moz-margin-end: 0px !important;
    -moz-padding-start: 0px !important;
    -o-margin-before: 0px !important;
    -o-margin-after: 0px !important;
    -o-margin-start: 0px !important;
    -o-margin-end: 0px !important;
    -o-padding-start: 0px !important;
	
	position:relative;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	
	top:50%;
	
     background: none;
     border-radius: 0;
     -moz-border-radius: 0;
     -webkit-border-radius: 0;
     -o-border-radius: 0;
	 padding:0;
    margin-bottom: 0;
	font-size:1em;
	color:#b664ba;
	font-family: 'open_sanssemibold';
}

.breadcrumb-holder .breadcrumb .active {
	color:#ffffff;
}

/*change breadcrumb links color*/
.breadcrumb-holder .breadcrumb a {
     color: #7ef2f2;
}

.breadcrumb-holder .breadcrumb a:hover {
     text-decoration: none;
}

/*change active color*/
.breadcrumb-holder .breadcrumb > .active {
     color: #ffffff;
}

/*change breadcrumb separator to raquo symbol*/
.breadcrumb-part .breadcrumb > li + li:before {
     color: #7ef2f2 !important;
}


.innner-head-block.about-bg{
	background:url(../img/slide-2.jpg) no-repeat center;
	background-size:cover;
}
.innner-head-block.courses-bg{
	background:url(../img/slide-1.jpg) no-repeat center;
	background-size:cover;
}
.innner-head-block.placements-bg{
	background:url(../img/slide-1.jpg) no-repeat center;
	background-size:cover;
}
.innner-head-block.contact-bg{
	background:url(../img/slide-2.jpg) no-repeat center;
	background-size:cover;
}
.innner-head-block.gallery-bg{
	background:url(../img/slide-2.jpg) no-repeat center;
	background-size:cover;
}

.innner-content-block{
	background:#ffffff;
}

.innner-content-block h2 {
    color: #000000;
    font-family: 'intro_regular';
    font-size: 1.5em;
    text-align: left;
    margin: 0;
    padding-bottom: .7em;
}
.innner-content-block h2 span {
    color: #18a8a8;
}

.innner-content-block p{
    font-size: 1em;
    line-height: 1.7em;
    color: #898989;
    text-align: left;
    font-family: 'open_sansregular';
    text-align: left;
    padding-bottom: 1em;
	margin:0;
	
}

.innner-content-block.courses{
	padding:5em 2em 3em;
}
.innner-content-block.placements{
	padding:4em 2em 3em;
}
.innner-content-block.contact{
	padding:4em 2em 3em;
}
.innner-content-block.gallery{
	padding:4em 2em 0;
}

.innner-content-block .left-part{
	padding-left:0;
}
.innner-content-block .left-part svg.bg-tiangle{
	width:100%;
}
.innner-content-block .left-part svg.small-tiangle{
	position:absolute;
	right:20%;
	top:10%;
	z-index:9;
	width:12.6vw;
	fill:#18a8a8;
	height:auto;
}

.innner-content-block .left-part nav.sidemenu{
	position:absolute;
	left:10%;
	top:10%;
	z-index:12;
	border-left:1px solid #cacaca;
}
.innner-content-block .left-part nav.sidemenu ul{
	margin: 0px !important;
    display: block !important;
    list-style-type: disc !important;
    margin-before: 0px !important;
    margin-after: 0px !important;
    margin-start: 0px !important;
    margin-end: 0px !important;
    padding-start: 0px !important;
    -webkit-margin-before: 0px !important;
    -webkit-margin-after: 0px !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
    -webkit-padding-start: 0px !important;
    -ms-margin-before: 0px !important;
    -ms-margin-after: 0px !important;
    -ms-margin-start: 0px !important;
    -ms-margin-end: 0px !important;
    -ms-padding-start: 0px !important;
    -moz-margin-before: 0px !important;
    -moz-margin-after: 0px !important;
    -moz-margin-start: 0px !important;
    -moz-margin-end: 0px !important;
    -moz-padding-start: 0px !important;
    -o-margin-before: 0px !important;
    -o-margin-after: 0px !important;
    -o-margin-start: 0px !important;
    -o-margin-end: 0px !important;
    -o-padding-start: 0px !important;
}
.innner-content-block .left-part nav.sidemenu ul li{
	list-style:none;
	width:100%;
	padding:.5em 0;
}
.innner-content-block .left-part nav.sidemenu ul li a{
	font-family: 'open_sanssemibold';
	font-size:.9em;
	color:#4e4d4d;
	text-decoration:none;
	text-transform:uppercase;
	position:relative;
	display:block;
	padding-left:1.3em;
	-webkit-transition:all .3s;
	transition:all .3s;
}
.innner-content-block .left-part nav.sidemenu ul li a:hover{
	color:#000000;
	letter-spacing:.2em;
}
.innner-content-block .left-part nav.sidemenu ul li a:before{
	content:"";
	width:3px;
	height:0;
	background:#18a8a8;
	display:block;
	left:-2px;
	top:0;
	position:absolute;
	-webkit-transition:all .3s;
	transition:all .3s;
	
}
.innner-content-block .left-part nav.sidemenu ul li a:hover:before{
	height:100%;
}
.innner-content-block .left-part nav.sidemenu ul li.active a:before{
	height:100%;
}

.innner-content-block .right-part{
	padding-right:3em;
	padding-top:5em;
	padding-bottom:2em;
}
.innner-content-block .right-part h2{
	color:#000000;
	font-family: 'intro_regular';
	font-size:2.5em;
	text-align:left;
	margin:0;
	padding-bottom:.7em;
}
.innner-content-block .right-part h2 span{
	color:#18a8a8;
}

.innner-content-block .right-part.vision ul{
	margin: 0px !important;
    display: block !important;
    list-style-type: disc !important;
    margin-before: 0px !important;
    margin-after: 0px !important;
    margin-start: 0px !important;
    margin-end: 0px !important;
    padding-start: 0px !important;
    -webkit-margin-before: 0px !important;
    -webkit-margin-after: 0px !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
    -webkit-padding-start: 0px !important;
    -ms-margin-before: 0px !important;
    -ms-margin-after: 0px !important;
    -ms-margin-start: 0px !important;
    -ms-margin-end: 0px !important;
    -ms-padding-start: 0px !important;
    -moz-margin-before: 0px !important;
    -moz-margin-after: 0px !important;
    -moz-margin-start: 0px !important;
    -moz-margin-end: 0px !important;
    -moz-padding-start: 0px !important;
    -o-margin-before: 0px !important;
    -o-margin-after: 0px !important;
    -o-margin-start: 0px !important;
    -o-margin-end: 0px !important;
    -o-padding-start: 0px !important;
}
.innner-content-block .right-part.vision ul li{
	list-style:none;
	position:relative;
	padding-left:4em;
	font-size: 1em;
    line-height: 1.7em;
    color: #898989;
    text-align: left;
    font-family: 'open_sansregular';
    padding-bottom: 1.5em;
	margin-top:1.5em;
	border-bottom:1px solid #dedddd;
}
.innner-content-block .right-part.vision ul li:first-child{
	margin:0;
}
.innner-content-block .right-part.vision ul li:last-child{
	border-bottom:none;
}
.innner-content-block .right-part.vision ul li:before{
	content: attr(data-number);
	display:block;
	position: absolute;
	left:0;
	top:0;
	color:#18a8a8;
	font-size:2.5em;
	font-family: 'open_sansextrabold';
	line-height:1em;
	vertical-align:top;
}

.innner-content-block .left-part nav.sidemenu ul li{
	list-style:none;
	width:100%;
	padding:.5em 0;
}
.innner-content-block.courses .cours-sems{
}
.innner-content-block.courses .cours-sems > .row > div{
	padding-bottom:2em;
}
.innner-content-block.courses .cours-sems .item{
	padding:2.5em;
	width:100%;
	background:#ffffff;
	-webkit-box-shadow: 0px 11px 40px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 11px 40px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 11px 40px 0px rgba(0,0,0,0.2);
	
	position:relative;
	
	transition:all .3s;
	transition:all .3s;
}
.innner-content-block.courses .cours-sems .item:hover{
	-webkit-transform:scale(1.05);
	transform:scale(1.05);
}
.innner-content-block.courses .cours-sems .item:after{
	content:"";
	min-width:80px;
	min-height:80px;
	width:7vw;
	height:7vw;
	position:absolute;
	z-index:9;
	right:2em;
	top:-1.5em;
	-webkit-border-radius:50%;
	border-radius:50%;
	border-width:5px;
	border-style:solid;
	border-left-color:#18a8a8;
	border-right-color:#d3d3d3;
	border-top-color:#18a8a8;
	border-bottom-color:#d3d3d3;
	
	-webkit-transition:all .5s;
	transition:all .5s;
}
.innner-content-block.courses .cours-sems .item:hover:after{
	
	-webkit-transform:rotate(180deg);
	transform:rotate(360deg);
}
.innner-content-block.courses .cours-sems > .row > div:nth-child(1) .item:after{
	background:#18a8a8 url(../img/sem-pic-1.jpg) no-repeat center;
	background-size:cover;
}
.innner-content-block.courses .cours-sems > .row > div:nth-child(2) .item:after{
	background:#18a8a8 url(../img/sem-pic-2.jpg) no-repeat center;
	background-size:cover;
}
.innner-content-block.courses .cours-sems > .row > div:nth-child(3) .item:after{
	background:#18a8a8 url(../img/sem-pic-3.jpg) no-repeat center;
	background-size:cover;
}
.innner-content-block.courses .cours-sems > .row > div:nth-child(4) .item:after{
	background:#18a8a8 url(../img/sem-pic-4.jpg) no-repeat center;
	background-size:cover;
}
.innner-content-block.courses .cours-sems .item h4{
	color: #000000;
    font-family: 'open_sansextrabold';
    font-size: 2.2em;
    text-align: left;
    margin: 0;
    padding-bottom: .8em;
	border-bottom:1px solid #d9d9d9;
	padding-top:.8em;
	position:relative;
}
.innner-content-block.courses .cours-sems .item h4 span{
	color:#18a8a8;
}
.innner-content-block.courses .cours-sems .item h4:after{
	content:"";
	width:20%;
	height:6px;
	background:#18a8a8;
	left:0;
	bottom:-3px;
	position:absolute;
}

.innner-content-block.courses .cours-sems .item ul{
	margin: 0px !important;
    display: block !important;
    list-style-type: disc !important;
    margin-before: 0px !important;
    margin-after: 0px !important;
    margin-start: 0px !important;
    margin-end: 0px !important;
    padding-start: 0px !important;
    -webkit-margin-before: 0px !important;
    -webkit-margin-after: 0px !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
    -webkit-padding-start: 0px !important;
    -ms-margin-before: 0px !important;
    -ms-margin-after: 0px !important;
    -ms-margin-start: 0px !important;
    -ms-margin-end: 0px !important;
    -ms-padding-start: 0px !important;
    -moz-margin-before: 0px !important;
    -moz-margin-after: 0px !important;
    -moz-margin-start: 0px !important;
    -moz-margin-end: 0px !important;
    -moz-padding-start: 0px !important;
    -o-margin-before: 0px !important;
    -o-margin-after: 0px !important;
    -o-margin-start: 0px !important;
    -o-margin-end: 0px !important;
    -o-padding-start: 0px !important;
	
	border: 1px solid #d9d9d9;
}
.innner-content-block.courses .cours-sems .item ul li{
	list-style:none;
	font-size: .9em;
    color:#6f6e6e;
    text-align:left;
    font-family: 'open_sansregular';
	text-align:left;
	padding:1em;
}
.innner-content-block.courses .cours-sems .item ul li:nth-child(odd){
	background:#ffffff;
}
.innner-content-block.courses .cours-sems .item ul li:nth-child(even){
	background:#edecec;
}

.innner-content-block.courses .specialities  h4{
	color: #000000;
    font-family: 'open_sansbold';
    font-size: 1.5em;
    text-align: left;
    margin: 0;
    padding-bottom: .8em;
	border-bottom:1px solid #d9d9d9;
	padding-top:.8em;
	position:relative;
}
.innner-content-block.courses .specialities h4 span{
	color:#18a8a8;
}

.innner-content-block.courses .specialities ul{
	margin: 0px !important;
    display: block !important;
    list-style-type: disc !important;
    margin-before: 0px !important;
    margin-after: 0px !important;
    margin-start: 0px !important;
    margin-end: 0px !important;
    padding-start: 0px !important;
    -webkit-margin-before: 0px !important;
    -webkit-margin-after: 0px !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
    -webkit-padding-start: 0px !important;
    -ms-margin-before: 0px !important;
    -ms-margin-after: 0px !important;
    -ms-margin-start: 0px !important;
    -ms-margin-end: 0px !important;
    -ms-padding-start: 0px !important;
    -moz-margin-before: 0px !important;
    -moz-margin-after: 0px !important;
    -moz-margin-start: 0px !important;
    -moz-margin-end: 0px !important;
    -moz-padding-start: 0px !important;
    -o-margin-before: 0px !important;
    -o-margin-after: 0px !important;
    -o-margin-start: 0px !important;
    -o-margin-end: 0px !important;
    -o-padding-start: 0px !important;

}
.innner-content-block.courses .specialities ul li{
	list-style:none;
	font-size: .9em;
    color:#6f6e6e;
    text-align:left;
    font-family: 'open_sansregular';
	text-align:left;
	padding:.8em 0;
	list-style-position:inside;
}
.innner-content-block.courses .specialities ul li:before{
	content: "\f00c";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color:#18a8a8;
	
}


.innner-content-block .brand-logos{
	padding-top:3em;
}
.innner-content-block .brand-logos img{
	max-width:90%;
}
.fourth-block .brand-logos .item{
	text-align:center;
}

.map-block{
	background:#ececec;
	position:relative;
}
.map-block #map{
	width:100%;
	height:450px;
}
.map-block .trianle-shape{
	width:40vw;
	height:24vw;
	background:url(../img/triangle-contact.svg) no-repeat;
	background-size:cover;
	position:absolute;
	left:1em;
	top:0;
	z-index:999;
}
.map-block .trianle-shape svg{
	position:absolute;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	top:40%;
	left:50%;
	max-width:70px;
	width:10vw;
	fill:#ffffff;
}

.form-contact{
	margin-top:3em;
}

.form-contact .contact-image{
	text-align:center;
}
.form-contact .contact-address-main{
	margin-top:20px;
}
.form-contact .contact-address-main p{
	text-align:center;
	font-size: 1em;
    line-height: 1.3em;
    color:#504f4f;
    font-family: 'open_sansregular';
}
.form-contact .contact-address-main p.name{
	font-family: 'open_sanssemibold';
	color: #000000;
}
.form-contact .contact-address-main p.email{
	font-family: 'open_sanssemibold';
	color: #000000;
}
.form-contact .contact-address-main p.email span{
	color:#18a8a8;
}
.form-contact .phone-main{
	font-size:1.7em;
	line-height:1.3em;
	color:#18a8a8;
	font-family: 'open_sansregular';
	text-align: center;
	margin-top:.5em;
}
.form-contact .phone-main span{
	color:#000000;
	font-family: 'open_sansbold';
}
.form-contact label{
	color:#595a59;
	font-family: 'open_sanssemibold';
	font-weight:normal;
	font-size:.95em;
}
.form-contact .form-styler{
	font-size:.95em;
	background:none !important;
	height:auto !important;
	color:#676262;
	padding:8px 0px !important;
	border-radius:0px !important;
	border:none;
	border-bottom:1px solid #cccaca;
	font-family: 'open_sansregular';
	
	box-shadow: none !important;
    -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;
}
.form-contact .form-styler::-moz-placeholder{color:#676262 !important;opacity:1}.form-contact .form-styler:-ms-input-placeholder{color:#676262 !important}.form-contact .form-styler::-webkit-input-placeholder{color:#676262 !important}

.form-contact .form-styler:focus{
	border-bottom:1px solid #18a8a8;
}
.form-contact .send-button{
	width:53px;
	position:relative;
	height:37px;
	background:url(../img/btn-submit.svg) no-repeat center;
	background-size:100%;
	border:none;
	margin-top:10px;
	-moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
	left:0px;
	
	outline:none;
}
.form-contact .send-button:hover{
	left:10px;
	outline:none;
}
.form-contact .send-button:focus{
	outline:none !important;
}

#frmenquiry .mail_response {
    color:#fff000 !important;
    padding-top: 1em !important;
    display: none;
}
.form-control.warning{
	border-bottom:1px solid #e81313 !important;
}
#frmenquiry label.warning {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}



	

/* media quries */
@media (max-width: 1325px) {
	
}
@media (max-width: 1200px) {
	.header-block .logo-block{
		padding-top: 1.3em;
        padding-bottom: 1.3em;
	}
	.header-block.fixed .logo-block{
		padding-top:.5em;
		padding-bottom:.5em;
	}
	.header-block .call-us-holder .total-item ul li:first-child{
		display:none;
	}
	.first-block {
		padding:3em 1em 0;
	}
	.second-block .caption-holder {
		padding-left: 2em;
		padding-top: 5em;
	}
	.second-block .caption-holder h1{
		font-size:3em;
	}
	.second-block .caption-holder p{
		font-size: .95em;
	}
	.third-block{
		padding: 4em 2em 3.5em;
	}
	.fourth-block {
		padding: 2em 2em 3em;
	}
	.footer-block {
		padding: 3em 2em 2em;
	}
	.innner-head-block h1{
		width: 80%;
	}
	.innner-head-block{
		height: 33vw;
		padding: 0 2em;
	}
	.innner-content-block.courses .cours-sems .item h4{
		padding-top:.3em;
		font-size: 1.8em;
	}
	.innner-content-block.courses .cours-sems .item h4{
		
	}
	.innner-content-block.courses .cours-sems .item ul li{
		font-size: .85em;
	}
	.innner-content-block.courses {
		padding: 5em 1em 3em;
	}
	.innner-content-block.courses .cours-sems .item{
		padding: 2em;
	}
	.innner-content-block .brand-logos{
		padding-top:2em;
	}
	
	.map-block #map {
		height: 360px;
	}
	.form-contact .contact-image img{
		max-width:120px;
	}
	.map-block .trianle-shape svg{
		max-width: 50px;
	}
	.form-contact .phone-main{
		font-size: 1.3em;
	}
	
	
}
@media (max-width: 992px) {
	.header-block .row{
		display:block;
	}
	.call-us-holder{
		display:none;
	}
	.header-block .logo-block {
		padding-top: 1em;
		padding-bottom: 1em;
		text-align:center;
	}
	.header-block .logo-block img{
		width:110px;
	}
	.baner-block .certification {
		left: 3%;
		top: 15%;
		width: 20vw;
	}
	.baner-block .certification p{
		font-size: .7em;
	}
	.first-block .top .news-block h3{
		font-size: 2em;
	}
	.second-block .caption-holder h1{
		text-align:center;
	}
	.second-block .caption-holder p{
		text-align:center;
	}
	.row-thumbs{
		display:none;
	}
	.second-block .caption-holder .btn-holder{
		margin-bottom:.5%;
	}
	.third-block > .row > div .item .pic .text{
		font-size: 1.3em;
	}
	.third-block > .row > div .item .contents .read-more{
		width: 45px;
        height: 45px;
		padding: 1em 0;
		right: 2em;
	}
	.fourth-block .team-holder:before{
		display:none;
	}
	
	.footer-block .row > div h6{
		padding-bottom: 1em;
	}
	.footer-block .social ul li{
		padding: 0 .6em;
	}
	.footer-block p{
		padding-bottom: 1em;
	}
	.innner-content-block .right-part{
		padding-top: 4em;
	}
	.innner-content-block .right-part h2{
		font-size: 2em;
	}
	.innner-content-block .left-part nav.sidemenu ul li a{
		font-size: .8em;
	}
	.innner-content-block .right-part.vision ul li{
		font-size: .9em;
	}
	.innner-content-block .right-part.vision ul li:before{
		font-size: 2.3em;
	}
	.breadcrumb-holder .breadcrumb {
		font-size: .9em;
	}
	.innner-head-block .breadcrumb-holder{
		bottom: -2em;
	}
	.innner-content-block.courses {
		padding: 4em .5em 3em;
	}
	.innner-content-block.placements{
		padding:3em .5em 2em;
	}
	.innner-content-block.gallery{
		padding:3em .5em 0;
	}
	.innner-content-block.contact{
		padding:3em 1.2em 2em;
	}
	.innner-content-block.courses .cours-sems .item:after{
		width:9vw;
		height:9vw;
	}
	
	.map-block #map {
    height: 330px;
}
.form-contact .send-button{
    width: 38px;
	height:27px;
}
}
@media (max-width: 800px) { 
}
@media (max-width: 768px) {
	.header-block .menu-block{
		padding:0;
	}
	.header-block .logo-block img {
		width: 100px;
	}
	.baner-block .certification{
		display:none;
	}
	.first-block .top{
		display:block;
	}
	.first-block .top .pics{
		display:none;
	}
	.first-block {
		padding: 2em .3em 0;
	}
	.first-block .top .news-block h3 {
		font-size: 1.8em;
	}
	.second-block .caption-holder {
		padding-left: 1.5em;
		padding-top: 2em;
		padding-right: 1.5em;
	}
	.third-block > .row > div:nth-child(1) .item{
		margin-top:0; 
	}
	.third-block > .row > div:nth-child(2) .item {
		margin-top: 2em;
	}
	.third-block > .row > div:nth-child(3) .item {
		margin-top: 2em;
	}
	.third-block{
		padding: 2em 1.5em 5.5em;
	}
	.third-block > .row > div .item .pic{
		height: 50vw;
	}
	.third-block > .row > div .item .pic .text{
		font-size: 1.8em;
		bottom: 3em;
        width: 30%;
	}
	.fourth-block h2{
		width:100%;
		text-align:center;
		margin-top: -1.6em;
		font-size: 3.5em;
	}
	.fourth-block {
		padding: 2em 1.5em 2em;
	}
	.footer-block {
		padding: 2em 1.5em 1.5em;
	}
	.footer-block .copyright{
		padding: 2em 1em 0;
	}
	.address{
		padding-top:1em;
		margin-top:1em;
		border-top: 1px solid #d6d3d3;
	}
	.address h6{
		text-align:center;
	}
	.footer-block p{
		text-align:center;
	}
	.footer-block .social ul{
		text-align:center;
	}
	.footer-block .social ul li{
		display:inline-block;
		float:none;
	}
	.footer-block .copyright{
		margin-top: 1.5em;
	}
	
	/*.section-block div{
		
		-webkit-animation-name: none !important;
         animation-name: none !important;
		 
		 opacity:1 !important;
		 -webkit-transform:none !important;
		 transform:none !important;
	}*/
	
	.first-block .top .news-block, .second-block .caption-holder div, .second-block .caption-holder h1, .second-block .caption-holder p, .second-block .caption-holder img, .third-block > .row > div .item, .second-block .caption-holder .btn-holder a{
		opacity: 1 !important;
		-webkit-transform:none !important;
		transform:none !important;
		
		-webkit-animation-name: none !important;
         animation-name: none !important;
	}
	.second-block .features svg, .second-block .features svg g{
		opacity: 1 !important;
		-webkit-transform:none !important;
		transform:none !important;
		
		-webkit-animation-name: none !important;
         animation-name: none !important;
	}
	.second-block .features svg g text{
		-webkit-animation-name: none !important;
         animation-name: none !important;
	}
	.fourth-block h2{
		opacity: 1 !important;
		-webkit-transform:none !important;
		transform:none !important;
		
		-webkit-animation-name: none !important;
         animation-name: none !important;
	}
	.fourth-block .team-holder > .row > div .member-item{
		-webkit-animation-name: none !important;
         animation-name: none !important;
		 opacity: 1 !important;
	}
	
	.innner-content-block .left-part{
		display:none;
	}
	
	.innner-content-block .right-part{
		padding-top: 3em;
		padding-right:2em;
		padding-left:2em;
	}
	.innner-content-block .right-part h2 {
		font-size: 1.6em;
	}
	.innner-head-block h1{
		font-size: 7vw;
	}
	.innner-head-block .breadcrumb-holder{
		height: 9vw;
	}
	.innner-head-block .breadcrumb-holder:before{
		width: 7vw;
        height: 9vw;
		left: -6.9vw;
	}
	
	.innner-content-block p{
		font-size: .95em;
	}
	.innner-content-block .brand-logos {
		padding-top: 1em;
	}
	
	.form-contact .contact-address-main p{
		text-align:left;
	}
	.form-contact .contact-image{
		display:none;
	}
	.form-contact .phone-main{
		text-align:left;
		margin-bottom: 1em;
	}
	.form-contact .contact-address-main{
		margin-top:0;
	}
	.form-contact {
    margin-top: 2em;
}
.map-block .trianle-shape svg {
    max-width: 35px;
}
.map-block .trianle-shape{
	left:0;
}
.form-contact .contact-address-main p{
	font-size: .95em;
}
.form-contact .contact-address-main p{
	font-size: .85em;
}
.form-contact .phone-main {
    font-size: 1.1em;
}
	
	
	
}
@media (max-width: 767px) {
	
}
@media (max-width: 650px){
	
}
@media (max-width: 600px){
	.map-block .trianle-shape{
		width: 50vw;
        height: 30vw;
	}
}
@media (max-width: 500px) {
	
}
@media (max-width: 480px) {
	.second-block .features{
		padding-left:0;
		overflow:hidden;
	}
	.second-block .features svg{
		width:170%;
	}
	.first-block .top .news-block a.more-news{
		width:40px;
		height:40px;
	}
	.first-block .top .news-block a.more-news img{
		width:15px;
	}
	.third-block > .row > div .item .pic .text{
		width: 50%;
	}
	.fourth-block h2{
		margin-top: -1.75em;
        font-size: 2.8em;
	}
	.fourth-block .team-holder .member-item .name-holder{
		font-size:1em;
	}
	.fourth-block .team-holder .member-item .designation-holder{
		font-size: .85em;
	}
	.innner-head-block .breadcrumb-holder:before{
		display:none;
	}
	.innner-head-block .breadcrumb-holder{
		width:100%;
	}
	.breadcrumb-holder .breadcrumb{
		text-align:center;
	}
	.innner-head-block .breadcrumb-holder {
		bottom: -1.5em;
	}
	.breadcrumb-holder .breadcrumb {
		font-size: .85em;
	}
	.innner-head-block h1{
		bottom: 1.5em;
	}
	.innner-content-block .right-part{
		padding-right: 1.5em;
        padding-left: 1.5em;
	}
	.breadcrumb-holder .breadcrumb {
		font-size: .8em;
	}
	.innner-content-block .right-part.vision ul li:before {
		font-size: 2em;
	}
	.innner-content-block .right-part.vision ul li{
		padding-left: 3em;
	}
	.innner-content-block.courses .cours-sems .item:after{
		min-width: 60px;
        min-height:60px;
	}
	.innner-content-block.courses .cours-sems .item h4{
		font-size: 1.5em;
	}
	.innner-content-block.courses .specialities  h4{
		font-size: 1.3em;
	}
	
	.innner-content-block h2{
		font-size: 1.3em;
	}
	.innner-content-block p{
		font-size: .95em;
	}
	.map-block #map {
		height: 300px;
	}
}
@media (max-width: 463px) {
}
@media (max-width: 425px) {
}
@media (max-width: 380px) {
	.header-block .logo-block img{
		width: 85px;
	}
	.first-block .top .news-block .news-box{
		padding: 2em 1.5em 2em 1.5em;
	}
	.first-block .top .news-block h3 {
		font-size: 1.5em;
	}
	.second-block .caption-holder h1 {
		font-size: 2.3em;
	}
	.second-block .caption-holder .btn-holder ul li{
		width:100%;
	}
	.second-block .caption-holder .btn-holder ul li:first-child{
		padding-right:inherit;
		padding-bottom:.5em;
	}
	.second-block .caption-holder {
		padding-left: 1.2em;
		padding-top: 2em;
		padding-right: 1.2em;
	}
	.second-block .caption-holder p{
		padding-bottom: 1em;
	}
	.third-block > .row > div .item .pic .text {
		font-size: 1.3em;
		bottom: 2em;
		width: 60%;
	}
	.second-block .features svg{
		width: 190%;
	}
	.fourth-block h2 {
		margin-top: -2.05em;
		font-size: 2em;
	}
	.fourth-block .team-holder > .row > div{
		width:100%;
	}
	.footer-block > .row > div{
		width:100%;
		padding-bottom:1em;
	}
	.footer-block .row .footer-logo{
		text-align:center;
	}
	.footer-block .row > div h6{
		text-align:center;
	}
	.footer-block .row > div ul li{
		text-align:center;
	}
	.address{
		margin-top:0;
	}
	.footer-block .row .footer-logo img{
		width:33%;
	}
	.footer-block .copyright {
		margin-top: 0;
	}
	.innner-head-block .breadcrumb-holder {
		height: 12vw;
	}
	.innner-content-block.courses {
		padding: 4em 0 2em;
	}
	.innner-content-block.courses .cours-sems .item:after {
		min-width: 50px;
		min-height: 50px;
		right: 1em;
        top: -1em;
		border-width: 3px;
	}
	.innner-content-block.courses .cours-sems .item {
		padding: 1.3em;
	}
	.innner-content-block h2 {
		font-size: 1.15em;
	}
	.innner-content-block .brand-logos img{
		width:100%;
	}
	.map-block .trianle-shape svg {
		max-width: 25px;
	}
}
@media (max-width: 350px) {
}
@media (max-width: 310px) {
	.footer-block .row .footer-logo img {
		width: 45%;
	}
}
.p-0 {padding:0em 0em 0;}
.iso { background-color: #fbfbfb;}
.certificate{ border:1px solid #e5d2e6; margin:3em 3em ; display: block;
	float: left;
	padding: 15px; }

.fifteendiv{ border:1px solid #1fb7b7; margin:3em 3em ; display: block;
		float: left;
		padding: 20px; }

.fifteen{ background-color: #18a8a8;}

.isologo{ display: flex; align-items: center; }
.isologo h6{
text-align: left;
font-family: 'intro_regular';
color: #333333;
font-size: 16px;
line-height:20px;
white-space: normal;
padding-left: 20px;
}

.ififteenlogo{ display: flex; align-items: center; }
.ififteenlogo h6{
text-align: left;
font-family: 'intro_regular';
color: #fff;
font-size: 16px;
line-height:24px;
white-space: normal;
padding-left: 20px;
}

.isologo1{ display: flex; align-items: center; }
.isologo1 h6{
text-align: left;
font-family: 'intro_regular';
color: #18a8a8;
font-size: 16px;
line-height:20px;
white-space: normal;
padding-left: 20px;
text-transform: capitalize;
}

.pt-service-box-1 .pt-service-banner {
	position: relative;	
	overflow: hidden;
}

.pt-service-box-1 .pt-service-banner img {
	margin-left: 30px;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	width: 100%;
	max-width: 100%;
	height: 100%;
}

.pt-service-box-1:hover .pt-service-banner img {
	margin-left: 0;
}

.pt-service-box-1 .pt-service-banner .pt-service-media {
	position: absolute;
	bottom: 0;
	right:0;
	width: 75px;
	height: 75px;
	font-size: 32px;
	text-align: center;
	line-height: 75px;
	background:#18a8a8;
	color:#fff; padding-top: 8px;
}
.pt-service-box-1 .pt-service-banner .pt-service-media h5{ display: block; font-size: 22px; font-weight: 600; text-align: center;  }
.pt-service-box-1 .pt-service-banner .pt-service-media h5 span{ display: block; font-size: 16px; font-weight: 400; text-align: center;  }

.pt-service-box-1 .pt-service-box-info .pt-service-title {
	margin-bottom: 5px;
}

.pt-service-box-1 .read-more {
    text-decoration: none;
    width: 55px;
    height: 55px;
    background: #eae8e8;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 45%;
    bottom: -2em;
    outline: none;
    text-align: center;
    padding: 1.3em 0;
}

.pt-service-box-1 .read-more svg {
    fill: #18a8a8;
}
.pt-service-box-1 .pt-service-box-info .pt-service-title a {	
	font-family: 'open_sanssemibold';
	font-size:1em;
	line-height:1em;
	color:#000000;
	padding-bottom:.9em;	
	text-decoration:none; text-transform: uppercase;
}

.pt-service-box-1 .pt-service-box-info .pt-service-title a span {	
	font-family: 'open_sanssemibold';
	font-size:1.1em;
	line-height:1em;
	color:#18a8a8;
	padding-bottom:.9em;	
	text-decoration:none; text-transform: uppercase;
}
.pt-service-box-1 .pt-service-description{
	font-size: 1em;
	line-height: 1.4em;
	color:#424141;
	text-align:left;
	font-family: 'open_sansregular';
	text-align:left;
	padding-bottom:1.5em;
}
.pt-service-box-1 .pt-service-box-info{
width: 100%;
padding: 2em;
background: #ffffff;
position: relative;
-webkit-box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
min-height: 180px;
}

@media (max-width: 600px) {

.isologo, .isologo1, .ififteenlogo {
    display: block;
    text-align: center;
	margin: 10px 0px;
}

.isologo h6, .isologo1 h6, .ififteenlogo h6 { text-align: center;}

.pt-service-box-1 { margin-bottom: 50px;}
}

.newssection .caption-holder h1{
	font-family: 'open_sansextrabold';
	color:#000000;
	margin:0;
	text-align:center;
	font-size:3em;
	line-height:1em;
	padding-top:1em;
	padding-bottom:1em;
	text-transform:uppercase;
	
	opacity: 0;
    -webkit-transform:translateY(20%);
	transform:translateY(20%);
	
	-webkit-animation-name: fadeOutDown-caption;
  animation-name: fadeOutDown-caption;
  
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-delay: .5s; 
    animation-delay: .5s;    
}

.newssection .caption-holder h1 span{
	color:#18a8a8;
}
.newssection.active .caption-holder h1{
	-webkit-animation-name: fadeInUp-caption;
  animation-name: fadeInUp-caption;
  
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-delay: .5s; 
    animation-delay: .5s;
}

.campus{ background-color: #fff; padding: 4em; padding-bottom: 4em; height: 100%; margin-bottom: 30px;}

.campus .caption-holder h1{
	font-family: 'open_sansextrabold';
	color:#000000;
	margin:0;
	text-align:left;
	font-size:3em;
	line-height:1em;	
	padding-bottom:.4em;
	text-transform:uppercase;	
	opacity: 1;    
  -webkit-animation-delay: .5s; 
    animation-delay: .5s;
	border-bottom: 1px solid #cfcfcf;
	position: relative;    
}

.campus .caption-holder h1::after {
	position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background-color: #18a8a8;
    width: 50px;
    height: 3px;
    }
.campus .caption-holder h1 span{
	color:#18a8a8;
}

.campus.active .caption-holder h1{
	-webkit-animation-name: fadeInUp-caption;
  animation-name: fadeInUp-caption;
  
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-delay: .5s; 
    animation-delay: .5s;
}

.campus .read-more {
    text-decoration: none;
    width: 55px;
    height: 55px;
    background: #18a8a8;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    left:0;    
    outline: none;
    text-align: center;
    padding: 1.3em 0;
	float: left;
}

.campus.read-more svg {
    fill: #fff;
}

.campus p { padding: 40px 0px; text-align: justify;}
.campusimg img{ margin-bottom: 26px;}

.campussection .top.image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.fit-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.campussection { padding-bottom: 7.5em;}

.campussection .top{
	width:100%;
	display:inline-flex;
	vertical-align:top;
	margin-bottom: 30px;
}

@media (max-width: 1199px) {
.campussection .top{
	width:100%;
	display:block;
	vertical-align:top;
	margin-bottom: 30px;
}
}
@media only screen and (max-width: 992px) and (min-width: 1200px)  {
.campusimg img {
    margin-bottom: 11px;

}
}

@media (max-width: 600px) {
.certificate {    
    margin: 3em 1em;    
}
.fifteendiv {    
    margin: 3em 1em;    
}
.campus {
    padding: 1em;   
} 

}


/* fixed social*/
#fixed-social {
  position: fixed;
  top: 200px;
  z-index: 3300;
}

#fixed-social a {
  color: #fff;
  display: block;
  height: 50px;
  position: relative;
  text-align: center;
  line-height: 50px;
  width: 50px;

  margin-bottom: 1px;
  z-index: 2;
}
#fixed-social a .fa {
  font-size: 20px;
}
#fixed-social a:hover > span {
  visibility: visible;
  left: 41px;
  opacity: 1;
}
#fixed-social a span {
  line-height: 50px;
  left: 60px;
  position: absolute;
  text-align: center;
  width: 120px;
  visibility: hidden;
  transition-duration: 0.5s;
  z-index: 1;
  opacity: 0;
}
.fixed-facebook {
  background-color: #00aae5;
}
.fixed-facebook span {
  background-color: #00aae5;
}
.fixed-twitter {
  background-color: #7d3895;
}
.fixed-twitter span {
  background-color: #7d3895;
}
.fixed-gplus {
  background-color: #00af54;
}
.fixed-whatsapp {
  background-color: #00af54;
}
.fixed-whatsapp span {
  background-color: #00af54;
}
.fixed-gplus span {
  background-color: #00af54;
}
.fixed-linkedin {
  background-color: #ffc41e;
}
.fixed-linkedin span {
  background-color: #ffc41e;
}
.fixed-instagrem {
  background-color: #ed2b29;
}
.fixed-instagrem span {
  background-color: #ed2b29;
}
.fixed-tumblr {
  background-color: #eb1471;
}
.fixed-tumblr span {
  background-color: #eb1471;
}
/*end fixed social*/

@media (max-width: 990px) {
  #fixed-social a {
    color: #fff;
    display: block;
    height: 30px;
    position: relative;
    text-align: center;
    line-height: 30px;
    width: 30px;
    margin-bottom: 1px;
    z-index: 2;
  }

  #fixed-social a span {
    line-height: 30px;
    left: 10px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
  }
}

/* Testimonials */

.testim {
  padding: 4rem 0;
  width: 100%;
  background: rgb(24, 168, 168);
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%);
  margin-top: 24rem;
  margin-bottom: -20rem;
}

.testim .wrap {
  position: relative;
  width: 100%;
  max-width: 1020px;
  padding: 40px 20px;
  margin: auto;
}

.testim .arrow {
  display: block;
  position: absolute;
  color: #eee;
  cursor: pointer;
  font-size: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px;
  z-index: 22222222;
}

.testim .arrow:before {
  cursor: pointer;
}

.testim .arrow:hover {
  color: #43d4d4;
}

.testim .arrow.left {
  left: 10px;
}

.testim .arrow.right {
  right: 10px;
}

.testim .dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0;
  display: block;
  z-index: 3333;
  height: 12px;
}

.testim .dots .dot {
  list-style-type: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #eee;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
  background: #18a8a8;
  border-color: #18a8a8;
}

.testim .dots .dot.active {
  -webkit-animation: testim-scale 0.5s ease-in-out forwards;
  -moz-animation: testim-scale 0.5s ease-in-out forwards;
  -ms-animation: testim-scale 0.5s ease-in-out forwards;
  -o-animation: testim-scale 0.5s ease-in-out forwards;
  animation: testim-scale 0.5s ease-in-out forwards;
}

.testim .cont {
  position: relative;
  overflow: hidden;
}

.testim .cont > div {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 70px 0;
  opacity: 0;
}

.testim .cont > div.inactive {
  opacity: 1;
}

.testim .cont > div.active {
  position: relative;
  opacity: 1;
}

.testim .cont div .img img {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
}

.testim .cont div h2 {
  color: #fff;
  font-size: 1.5em;
  margin: 15px 0;
}

.testim .cont div p {
  font-size: 1.15em;
  color: #eee;
  width: 80%;
  margin: auto;
}

.testim .cont div.active .img img {
  -webkit-animation: testim-show 0.5s ease-in-out forwards;
  -moz-animation: testim-show 0.5s ease-in-out forwards;
  -ms-animation: testim-show 0.5s ease-in-out forwards;
  -o-animation: testim-show 0.5s ease-in-out forwards;
  animation: testim-show 0.5s ease-in-out forwards;
}

.testim .cont div.active h2 {
  -webkit-animation: testim-content-in 0.4s ease-in-out forwards;
  -moz-animation: testim-content-in 0.4s ease-in-out forwards;
  -ms-animation: testim-content-in 0.4s ease-in-out forwards;
  -o-animation: testim-content-in 0.4s ease-in-out forwards;
  animation: testim-content-in 0.4s ease-in-out forwards;
}

.testim .cont div.active p {
  -webkit-animation: testim-content-in 0.5s ease-in-out forwards;
  -moz-animation: testim-content-in 0.5s ease-in-out forwards;
  -ms-animation: testim-content-in 0.5s ease-in-out forwards;
  -o-animation: testim-content-in 0.5s ease-in-out forwards;
  animation: testim-content-in 0.5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
  -webkit-animation: testim-hide 0.5s ease-in-out forwards;
  -moz-animation: testim-hide 0.5s ease-in-out forwards;
  -ms-animation: testim-hide 0.5s ease-in-out forwards;
  -o-animation: testim-hide 0.5s ease-in-out forwards;
  animation: testim-hide 0.5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
  -webkit-animation: testim-content-out 0.4s ease-in-out forwards;
  -moz-animation: testim-content-out 0.4s ease-in-out forwards;
  -ms-animation: testim-content-out 0.4s ease-in-out forwards;
  -o-animation: testim-content-out 0.4s ease-in-out forwards;
  animation: testim-content-out 0.4s ease-in-out forwards;
}

.testim .cont div.inactive p {
  -webkit-animation: testim-content-out 0.5s ease-in-out forwards;
  -moz-animation: testim-content-out 0.5s ease-in-out forwards;
  -ms-animation: testim-content-out 0.5s ease-in-out forwards;
  -o-animation: testim-content-out 0.5s ease-in-out forwards;
  animation: testim-content-out 0.5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -webkit-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-moz-keyframes testim-scale {
  0% {
    -moz-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -moz-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -moz-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -moz-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-ms-keyframes testim-scale {
  0% {
    -ms-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -ms-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -ms-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -ms-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-o-keyframes testim-scale {
  0% {
    -o-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -o-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -o-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -o-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@keyframes testim-scale {
  0% {
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-webkit-keyframes testim-content-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes testim-content-in {
  from {
    opacity: 0;
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes testim-content-in {
  from {
    opacity: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes testim-content-in {
  from {
    opacity: 0;
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes testim-content-in {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes testim-content-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-moz-keyframes testim-content-out {
  from {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-ms-keyframes testim-content-out {
  from {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-o-keyframes testim-content-out {
  from {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes testim-content-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}

@-webkit-keyframes testim-show {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes testim-show {
  from {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes testim-show {
  from {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes testim-show {
  from {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes testim-show {
  from {
    opacity: 0;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes testim-hide {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-moz-keyframes testim-hide {
  from {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
}

@-ms-keyframes testim-hide {
  from {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }
}

@-o-keyframes testim-hide {
  from {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes testim-hide {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(0);
  }
}

@media all and (max-width: 300px) {
  body {
    font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }

  .testim .cont div p {
    line-height: 25px;
  }
}



/* Admission open */

.btn-apply{
  padding: 20px 30px;
  text-align: center;
  background-color: #00aae5;
  color: #fff;
  font-size: 1.5rem;
  border: 0;

}
.pc-bg{
 
}

.lifeat ul{
  list-style: none;
  color: #fff;
  
}
.lifeat ul li{
  margin: 30px 0px;
  font-weight: 900;
  font-size: 1.5rem;
  display: flex;
}
.lifeat h3{
  text-align: center;
  color: #fff;
   font-weight: 900;
  font-size: 3rem!important; 
 
}
.lifeat{
  background-color: #18a8a8;
  background-image: url("../img/life.jpg");
  padding: 30px 0px;
}
.lifeat ul li img{
  width: 4%;
  margin-right: 1%;
}
.light-p-c{
  max-width: 100%;
  background-color:#0cbebe ;
  color: #fff;
  min-height: 350px;
  padding: 30px 0px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;

}
body{
  overflow-x: hidden!important;
}
.cousrse-offered{
  display: flex;
  flex-direction: row;
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
}
.c-o-bx{
  width: 15%;
  height: auto;
  margin-top: 10px;
}
.c-o-bx h5{
  text-align: center;
  color: #898989;
}
.c-o-bx img{
  max-width: 100%;
}
.recruitment{
  margin-top: 40px;
}
.recruitment h3{
  text-align: center;
  color: #18a8a8;
}
.rec-img-bx{

  display: flex;
  flex-direction: row;
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
}
.rec-img-bx img{
  width: 10%;
}
.ad-open img{
  max-width: 100%;
}
.ad-open{
  position: relative;
  z-index: 10;
}
.ad-open-bg{
  position: absolute;
  width: 40%;
  height: 400px;
  top: 0;
  right: 20;
  background-color: #cfcccc;
  z-index: -1;
}
.banner-admis{
  width: 100%;
  height: auto;
  position: relative;
}
.banner-admis img{
  max-width: 100%;
}



#fixed-social-right {
  position: fixed;
  top: 200px;
  right: 0px;
  z-index: 3300;
}

#fixed-social-right a {
  color: #fff;
  display: block;
  height: 50px;
  position: relative;
  text-align: center;
  line-height: 50px;
  width: 50px;

  margin-bottom: 1px;
  z-index: 2;
}
#fixed-social-right a .fa {
  font-size: 20px;
}
#fixed-social-right a:hover > span {
  visibility: visible;
  left: 41px;
  opacity: 1;
}
#fixed-social-right a span {
  line-height: 50px;
  left: 60px;
  position: absolute;
  text-align: center;
  width: 120px;
  visibility: hidden;
  transition-duration: 0.5s;
  z-index: 1;
  opacity: 0;
}
.fixed-facebook {
  background-color: #00aae5;
}
.fixed-facebook span {
  background-color: #00aae5;
}
.fixed-twitter {
  background-color: #7d3895;
}
.fixed-twitter span {
  background-color: #7d3895;
}
.fixed-gplus {
  background-color: #00af54;
}
.fixed-whatsapp {
  background-color: #00af54;
}
.fixed-whatsapp span {
  background-color: #00af54;
}
.fixed-gplus span {
  background-color: #00af54;
}
.fixed-linkedin {
  background-color: #ffc41e;
}
.fixed-linkedin span {
  background-color: #ffc41e;
}
.fixed-instagrem {
  background-color: #ed2b29;
}
.fixed-instagrem span {
  background-color: #ed2b29;
}
.fixed-tumblr {
  background-color: #eb1471;
}
.fixed-tumblr span {
  background-color: #eb1471;
}
.callus-new{
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 100px;
  background-color: #18a8a8;
  color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 28% 100%);
}
.callus-new span{
  color: #ffff;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.2rem;
}
.callus-new a{
  text-decoration: none;
  color: #ffff;
}
@media all and (max-width: 600px){
  .callus-new{
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 10px;
    background-color: #18a8a8;
    color: #fff;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .callus-new span{
    color: #ffff;
    font-weight: 500;
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
  .callus-new h3{
     font-size: 1.5rem;
  }
  .c-o-bx{
    width: 40%;
    height: auto;
    margin-top: 10px;
  }
  .cousrse-offered{
  display: flex;
  flex-direction: row;
   align-items: center;
   justify-content: center;
   flex-wrap: wrap;
}
  .light-p-c{
    max-width: 100%;
    background-color:#0cbebe ;
    color: #fff;
    min-height: 100px;
    padding: 10px 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  
  }
  .rec-img-bx img{
    width: 40%;
    margin-right: 1%;
  }
  .rec-img-bx{

    display: flex;
    flex-direction: row;
     align-items: center;
     justify-content: center;
     flex-wrap: wrap;
  }
}