body {
	margin:0;
  padding: 0;
  font-size: 16px;
	font-family: 'Roboto', sans-serif;
}

.main {
  overflow: hidden;
}

a,a:hover {text-decoration: none;}

ul, ol {
	padding: 0px;
	margin: 0px;
}
ul li {
	padding:0;
	margin:0; list-style:none;
}

a {
	padding:0;
	margin:0;
	text-decoration:none
}

.d-block {
    display: block;
    width: 100%;
}

.top_bar {
  padding:5px 0; position: fixed;
  width:100%; top:0; left:0;
  background: #000;
  z-index: 99;
}

.top_bar .logo_container {max-width:80px;}
.top_bar .logo_container a img,
.top_bar .logo_container a {display:inline-block; width: 100%;}

.top_bar .contact_list {display: block; margin: 0; padding:0; }
.top_bar .contact_list li {display: inline-block; color: #fff; margin-right: 10px; font-size: 12px;}
.top_bar .contact_list li i {transform: rotate(90deg); display: inline-block; margin-right: 3px;}
.top_bar .contact_list li + li {display:none;}
.top_bar .text-right a {display: inline-block; font-size: 12px; color:#fff; }


@media(min-width:1199px) {
#main-carousel img.d-block.img-fluid {height:calc(100vh - 81px); object-fit: cover; object-position:center top;}
	.carousel-indicators li {margin:0 5px;}
	.top_bar {padding:5px 10px;}
}


#main-carousel .carousel-caption {bottom: auto; width:1000px; top:50%; left:50%; transform: translate(-50%, -50%);}

.index-page .is-sticky #header {top:33px!important;}
body:not(.index-page)  #header {top:0px!important;}

.fixed-sidebar {
position: fixed;
z-index: 999999;
top:58%;
right: 52px;
transform: translatey(-50%);
padding-top: 120px;
}
div#main-carousel .carousel-indicators li {margin:0 5px !important;}
.req_btn {
  position: absolute;
  top:0;
  left:-56px;
  white-space: nowrap;
  padding:7px 15px;
  transform: rotate(-90deg);
  color:#fff;
  text-decoration: none;
  background: rgb(10, 157, 232);
}

.req_btn:hover {
  color:#fff;
  background: #222;
  text-decoration: none;
}

.req-btn:hover,.req-btn:focus {
  color:#fff !important;
  background: #222;
  text-decoration: none;
}

.fixed-sidebar .sidebar_list {
position: relative;
height: 170px;
}
.fixed-sidebar .sidebar_list li {
  display: inline-flex;
  align-items: center;
  position: absolute;
  top:0px;
  left:0;
  border-radius: 6px;
  background: #222;
  color:#fff;
  font-size: 32px;
  padding:5px 15px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.fixed-sidebar .sidebar_list li:hover {
left:-150px;
transition: 0.3s all;
-webkit-transition: 0.3s all;
background: rgb(10, 157, 232);
}
.fixed-sidebar .sidebar_list li:hover i {
  
}


.fixed-sidebar .sidebar_list li .fa-phone {transform: rotate(90deg); font-size: 80%;}
.fixed-sidebar .sidebar_list li i {display: inline-block; margin-right: 10px;}
.fixed-sidebar .sidebar_list li span {font-size: 18px;}
.fixed-sidebar .sidebar_list li a {color: #fff; text-decoration: none; align-items:center; line-height:1; display: inline-flex; min-width: 200px;}

.fixed-sidebar .sidebar_list li + li {top:50px;}
.fixed-sidebar .sidebar_list li + li + li {top:100px;}




.carousel-caption.d-none.d-md-block h1{ font-size:65px; color:#fff; font-weight:bold;}
.carousel-caption.d-none.d-md-block h2{ font-size:20px; color:#fff; font-weight:500;}
.carousel-caption.d-none.d-md-block a{  padding:6px 15px; display:none !important; text-decoration:none; margin-top:10px; border:2px solid #fff; border-radius:5px; color:#fff; font-weight:600;}
.carousel-caption.d-none.d-md-block a:hover{ background:#2caef1;border-radius:5px; color:#fff;}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background:rgb(10, 157, 232);
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  position: relative;
}

#header.header-scrolled, #header.header-inner-pages {
  background:rgb(15, 159, 232);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.5px; text-decoration:none;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff; text-decoration:none;
}

#header .logo img {
  max-height: 40px;
}

.is-sticky {
  z-index: 997;
  position: relative;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 12px;
}

.sub_nav_toggle {
    position: absolute;
    top: 48%;
    transform: translatey(-50%);
    left: 90%;
    color: #fff;
}

.nav-menu .sub_menu {
  display: none;
position: absolute;
top:100%;
left:50%;
transform: translatex(-50%);
min-width:160px;
background: #049ae5;
padding:10px 0;
}
.nav-menu .sub_menu li {display: block; margin:0;}
.nav-menu .sub_menu li a {display: block; font-size: 14px; padding:7px 15px; text-align: center;}
.nav-menu .sub_menu li a:hover {
  background: #1d2377;
}

div#carousel .gallery_product{padding:40px 7px 0;}

.nav-menu > ul > li:hover .sub_menu {display: block;}


.nav-menu a {
  display: block;
  position: relative;text-transform: capitalize;
  color: white;
  transition: 0.3s;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 0 3px; text-decoration:none !important;
}
nav.nav-menu li a.btn {
  background:#1d2377;
  padding:5px 10px;
  border:none!important;
}
nav.nav-menu li a.btn:before {display: none;}


.nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -7px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #fff;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 12px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #150517;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #2caef1;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/
.header-social-links {
  padding-left: 20px;
}

.header-social-links a {
  color: #fff;
  padding-left: 6px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

.header-social-links a:hover {
  color: #2caef1;
}
@media (min-width: 768px) {
.mobile_view {display:none!important;}
}

@media (max-width: 768px) {
  .header-social-links {
    padding: 0 48px 0 0;
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #150517;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #2caef1;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
  margin-bottom: -72px;
}

@media (max-width: 992px) {
	.footer-menu ul li a img {width:22px; height:22px;}
	
  #hero {
    margin-bottom: -58px;
  }
}

#hero:before {
  content: "";
  background:rgba(21, 5, 23, 0) linear-gradient(rgba(26, 0, 33, 0.5) 0%, rgba(52, 40, 56, 0.35) 5%, rgba(38, 6, 51, 0.44) 40%, rgba(15, 159, 232, 0.22) 76%, rgba(15, 159, 232, 0.49) 94%, rgba(15, 159, 232, 0.35) 100%) repeat scroll 0% 0%;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 15px;
  right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h1 {
  margin: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

#hero h2 {
  color: #eee;
  margin: 15px 0 0 0;
  font-size: 24px;
}

#hero .btn-get-started {
  
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 40px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 30px;
  border: 2px solid #fff;
  color: #fff; text-decoration:none;
}

#hero .btn-get-started:hover {
  background: #2caef1;
  border: 2px solid #2caef1;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
	
	.fixed-sidebar {bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    padding: 0;
    top: auto;
    transform: initial;}
	.fixed-sidebar .req_btn{display:none;}
	.fixed-sidebar .sidebar_list {height:30px; display:flex;}
	.fixed-sidebar .sidebar_list li {position:initial; width:100%;height:40px; border-radius:initial;}
	.fixed-sidebar .sidebar_list li:nth-child(1) {background:#0f9fe8 !important; order:2;}
	.fixed-sidebar .sidebar_list li:nth-child(2) {background:#10982b !important; order:3;}
	.fixed-sidebar .sidebar_list li:nth-child(3) {background:#10982b !important; order:1;}
	.fixed-sidebar .sidebar_list li span {display:none;}
	.fixed-sidebar .sidebar_list li a {min-width:auto; width:100%; text-align:center ; display:block;}
	.fixed-sidebar .sidebar_list li:nth-child(4) {order:4; background:#ffc107 !important;}
	.fixed-sidebar .sidebar_list li i {font-size:22px !important;}
  #hero h1 {
    font-size: 30px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f0f4f8;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #5c8eb0;
  
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #ff8664;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  
  color: #263d4d;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .container {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
      padding: 30px;
}



.about p {display: block; margin-bottom: 15px; text-align:justify;}
.about .count-box {
  padding: 60px 0;
  width: 100%;
}

.bottom_btns {
  display: flex;
  justify-content: space-between;
}

.about .bottom_btns .btn {
  padding:8px 25px;
  font-size: 18px;
}
.about .bottom_btns .btn:hover {color:#fff;}

.btn {
  display: inline-block;
  text-align: center;
  padding:7px 25px;
  background: #0f9fe8;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}
.btn:hover {
  background: #000;
  color: #fff !important;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}

.about .count-box i {
  display: block;
  font-size: 48px;
  color: #a1bdd1;
  float: left;
}

.about .count-box span {
  font-size: 28px;
  line-height: 25px;
  display: block;
  font-weight: 700;
  color: #365870;
  margin-left: 60px;
}

.about .count-box p {
  padding: 5px 0 0 0;
  margin: 0 0 0 60px;
  
  font-weight: 600;
  font-size: 14px;
  color: #2e4b5e;
}

.about .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #2e4b5e;
  font-size: 15px;
 
  transition: ease-in-out 0.3s;
}

.about .count-box a:hover {
  color: #477392;
}

.about .content {
  font-size: 15px;
}

.about .content h3 {
     font-weight: 700;
    font-size: 32px;
    color: #263d4d;
    padding-bottom: 10px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
  padding-left: 28px;
  position: relative;
}

.about .content ul i {
     font-size: 18px;
    color: #0f9fe8;
    position: absolute;
    left: 0;
    top: 3px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background:radial-gradient(#0f9fe8 50%, rgba(15, 159, 232, 0.45) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(15, 159, 232, 0.61);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #0f9fe8;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# About Boxes
--------------------------------------------------------------*/
.about-boxes {
  background: url("../img/about-boxes-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 30px 0;
  position: relative;
}

.about-boxes .sertext h2 {
  font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
}

.about-boxes .sertext h2:after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #2caef1;
  bottom: 0;
  left: calc(50% - 25px);
}



.about-boxes::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

.about-boxes .container, .about-boxes .container-fluid {
  position: relative;
  z-index: 10;
}

.about-boxes .card {
  border-radius: 3px;
  border: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.about-boxes .card-icon {
  text-align: center;
  margin-top: -32px;
}

.about-boxes .card-icon i {
  font-size: 32px;
  color: #fff;
  width: 64px;
  height: 64px;
  padding-top: 5px;
  text-align: center;
  background-color: #0f9fe8;
  border-radius: 4px;
  text-align: center;
  border: 4px solid #fff;
  transition: 0.3s;
  display: inline-block;
}

.about-boxes .card-body {
  padding-top: 12px;
}

.about-boxes .card-title {
  font-weight: 700;
  text-align: center;
}

.about-boxes .card-title a {
  color: #15222b; text-decoration:none;
}

.about-boxes .card-title a:hover {
  color: #ff4a17;
}

.about-boxes .card-text {
  color: #5e5e5e;
}

.about-boxes .card:hover .card-icon i {
  background: #fff;
  color: #0f9fe8;
}

@media (max-width: 1024px) {
  .about-boxes {
    background-attachment: scroll;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #f0f4f8;
  padding: 15px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}

.clients img:hover {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 80px 0;
  background: url("../img/cta-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.counts .counters span {
  font-size: 48px;
  display: block;
  color: #2caef1;
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 14px;
}



.counter {
   
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 25;
    text-align: center; color:#fff;
}

.count-text {
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 5;
    text-align: center; color:#fff;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #0f9fe8; font-size:36px;
}



/*****service**********/

.btn_blocks {text-align: center; margin-bottom: 70px; margin-top: 20px;}

.btn_blocks .filter-button {
    font-size: 16px;
    border: 1px solid #0000;
    border-radius: 3px;
    padding:10px 30px;
    text-align: center;
    background: #0080c1;
    opacity: 1;;
    color: #fff;
    margin:0 5px;

}
.btn_blocks .filter-button:hover {
    font-size: 16px;
    color: #ffffff;
    background-color: #000;

}
.btn_blocks .btn-default:active
.btn_blocks .filter-button:active {
    background-color: #000;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 50px;
}

#services .sertext h2{font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative; text-align:center;}

#services .sertext h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #2caef1;
    bottom: 0;
    left: calc(50% - 25px);
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services { padding:50px 0 50px;
  background-color: #f4f4f4; 
  background-size: cover; background-repeat: no-repeat;}


.services .align-items-stretch {height: 100%; width:100%; text-align: center;}

.services .icon-box {
  height: 100%;
  width: 100%;
  min-height: 150px;
  text-align: center;
  background: #fff;
  padding: 0px 20px 30px 20px;
  transition: all ease-in-out 0.3s;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  position: relative;
  margin-top:-32px;
  background: rgb(100, 100, 100);
  transition: all .3s ease-out 0s;
  display: flex;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}
.services .icon-box:hover .icon {
  background: #008fda;
}


.services .icon-box h4 {
  font-weight: normal;
  text-align: center;
  font-size: 18px;
}

.services .icon-box h4 a {
  color: #191919; text-decoration:none;
}

.services .icon-box:hover h4 a {
  color: #008fda;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}



/*******gallery********/

.gallery {
  position: relative;
  z-index: 2;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.gallery.pop {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.gallery figure {
  -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%;
  overflow: hidden;
  border-radius: 6px;
  cursor: pointer;
  margin-bottom: 30px;
}
.gallery figure img {
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;border: 1px solid #ddd;
}
.gallery figure figcaption {
  display: none;
}

.popup {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out .2s;
  transition: opacity .5s ease-in-out .2s;
}
.popup.pop {
  opacity: 1;
  -webkit-transition: opacity .2s ease-in-out 0s;
  transition: opacity .2s ease-in-out 0s;
}
.popup.pop figure {
  margin-top: 0;
  opacity: 1;
}
.popup figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  margin-top: 30px;
  opacity: 0;
  -webkit-animation: poppy 500ms linear both;
          animation: poppy 500ms linear both;
}
.popup figure img {
  position: relative;
  z-index: 2;
  border-radius: 15px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 6px 30px rgba(0, 0, 0, 0.4);
}
.popup figure figcaption {
  position: absolute;
  bottom: 50px;
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.78));
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.78));
  z-index: 2;
  width: 100%;
  border-radius: 0 0 15px 15px;
  padding: 100px 20px 20px 20px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
}
.popup figure figcaption small {
  font-size: 11px;
  display: block;
  text-transform: uppercase;
  margin-top: 12px;
  text-indent: 3px;
  opacity: .7;
  letter-spacing: 1px;
}
.popup figure .shadow {
  position: relative;
  z-index: 1;
  top: -15px;
  margin: 0 auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 98%;
  height: 50px;
  opacity: .6;
  -webkit-filter: blur(15px) contrast(2);
          filter: blur(15px) contrast(2);
}
.popup .close {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background: url(#close);
  border-radius: 25px;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.popup .close svg {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes poppy {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.4% {
    -webkit-transform: matrix3d(0.316, 0, 0, 0, 0, 0.407, 0, 0, 0, 0, 1, 0, -94.672, -91.573, 0, 1);
            transform: matrix3d(0.316, 0, 0, 0, 0, 0.407, 0, 0, 0, 0, 1, 0, -94.672, -91.573, 0, 1);
  }
  4.3% {
    -webkit-transform: matrix3d(0.408, 0, 0, 0, 0, 0.54, 0, 0, 0, 0, 1, 0, -122.527, -121.509, 0, 1);
            transform: matrix3d(0.408, 0, 0, 0, 0, 0.54, 0, 0, 0, 0, 1, 0, -122.527, -121.509, 0, 1);
  }
  4.7% {
    -webkit-transform: matrix3d(0.45, 0, 0, 0, 0, 0.599, 0, 0, 0, 0, 1, 0, -134.908, -134.843, 0, 1);
            transform: matrix3d(0.45, 0, 0, 0, 0, 0.599, 0, 0, 0, 0, 1, 0, -134.908, -134.843, 0, 1);
  }
  6.81% {
    -webkit-transform: matrix3d(0.659, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, -197.77, -200.879, 0, 1);
            transform: matrix3d(0.659, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, -197.77, -200.879, 0, 1);
  }
  8.61% {
    -webkit-transform: matrix3d(0.82, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, -245.972, -246.757, 0, 1);
            transform: matrix3d(0.82, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, -245.972, -246.757, 0, 1);
  }
  9.41% {
    -webkit-transform: matrix3d(0.883, 0, 0, 0, 0, 1.168, 0, 0, 0, 0, 1, 0, -265.038, -262.804, 0, 1);
            transform: matrix3d(0.883, 0, 0, 0, 0, 1.168, 0, 0, 0, 0, 1, 0, -265.038, -262.804, 0, 1);
  }
  10.21% {
    -webkit-transform: matrix3d(0.942, 0, 0, 0, 0, 1.226, 0, 0, 0, 0, 1, 0, -282.462, -275.93, 0, 1);
            transform: matrix3d(0.942, 0, 0, 0, 0, 1.226, 0, 0, 0, 0, 1, 0, -282.462, -275.93, 0, 1);
  }
  12.91% {
    -webkit-transform: matrix3d(1.094, 0, 0, 0, 0, 1.328, 0, 0, 0, 0, 1, 0, -328.332, -298.813, 0, 1);
            transform: matrix3d(1.094, 0, 0, 0, 0, 1.328, 0, 0, 0, 0, 1, 0, -328.332, -298.813, 0, 1);
  }
  13.61% {
    -webkit-transform: matrix3d(1.123, 0, 0, 0, 0, 1.332, 0, 0, 0, 0, 1, 0, -336.934, -299.783, 0, 1);
            transform: matrix3d(1.123, 0, 0, 0, 0, 1.332, 0, 0, 0, 0, 1, 0, -336.934, -299.783, 0, 1);
  }
  14.11% {
    -webkit-transform: matrix3d(1.141, 0, 0, 0, 0, 1.331, 0, 0, 0, 0, 1, 0, -342.273, -299.395, 0, 1);
            transform: matrix3d(1.141, 0, 0, 0, 0, 1.331, 0, 0, 0, 0, 1, 0, -342.273, -299.395, 0, 1);
  }
  17.22% {
    -webkit-transform: matrix3d(1.205, 0, 0, 0, 0, 1.252, 0, 0, 0, 0, 1, 0, -361.606, -281.592, 0, 1);
            transform: matrix3d(1.205, 0, 0, 0, 0, 1.252, 0, 0, 0, 0, 1, 0, -361.606, -281.592, 0, 1);
  }
  17.52% {
    -webkit-transform: matrix3d(1.208, 0, 0, 0, 0, 1.239, 0, 0, 0, 0, 1, 0, -362.348, -278.88, 0, 1);
            transform: matrix3d(1.208, 0, 0, 0, 0, 1.239, 0, 0, 0, 0, 1, 0, -362.348, -278.88, 0, 1);
  }
  18.72% {
    -webkit-transform: matrix3d(1.212, 0, 0, 0, 0, 1.187, 0, 0, 0, 0, 1, 0, -363.633, -267.15, 0, 1);
            transform: matrix3d(1.212, 0, 0, 0, 0, 1.187, 0, 0, 0, 0, 1, 0, -363.633, -267.15, 0, 1);
  }
  21.32% {
    -webkit-transform: matrix3d(1.196, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, -358.864, -240.617, 0, 1);
            transform: matrix3d(1.196, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, -358.864, -240.617, 0, 1);
  }
  24.32% {
    -webkit-transform: matrix3d(1.151, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, -345.164, -216.073, 0, 1);
            transform: matrix3d(1.151, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, -345.164, -216.073, 0, 1);
  }
  25.23% {
    -webkit-transform: matrix3d(1.134, 0, 0, 0, 0, 0.938, 0, 0, 0, 0, 1, 0, -340.193, -210.948, 0, 1);
            transform: matrix3d(1.134, 0, 0, 0, 0, 0.938, 0, 0, 0, 0, 1, 0, -340.193, -210.948, 0, 1);
  }
  28.33% {
    -webkit-transform: matrix3d(1.075, 0, 0, 0, 0, 0.898, 0, 0, 0, 0, 1, 0, -322.647, -202.048, 0, 1);
            transform: matrix3d(1.075, 0, 0, 0, 0, 0.898, 0, 0, 0, 0, 1, 0, -322.647, -202.048, 0, 1);
  }
  29.03% {
    -webkit-transform: matrix3d(1.063, 0, 0, 0, 0, 0.897, 0, 0, 0, 0, 1, 0, -318.884, -201.771, 0, 1);
            transform: matrix3d(1.063, 0, 0, 0, 0, 0.897, 0, 0, 0, 0, 1, 0, -318.884, -201.771, 0, 1);
  }
  29.93% {
    -webkit-transform: matrix3d(1.048, 0, 0, 0, 0, 0.899, 0, 0, 0, 0, 1, 0, -314.277, -202.202, 0, 1);
            transform: matrix3d(1.048, 0, 0, 0, 0, 0.899, 0, 0, 0, 0, 1, 0, -314.277, -202.202, 0, 1);
  }
  35.54% {
    -webkit-transform: matrix3d(0.979, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, -293.828, -216.499, 0, 1);
            transform: matrix3d(0.979, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, -293.828, -216.499, 0, 1);
  }
  36.74% {
    -webkit-transform: matrix3d(0.972, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, -291.489, -220.242, 0, 1);
            transform: matrix3d(0.972, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, -291.489, -220.242, 0, 1);
  }
  39.44% {
    -webkit-transform: matrix3d(0.962, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, -288.62, -227.228, 0, 1);
            transform: matrix3d(0.962, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, -288.62, -227.228, 0, 1);
  }
  41.04% {
    -webkit-transform: matrix3d(0.961, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, -288.247, -229.999, 0, 1);
            transform: matrix3d(0.961, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, -288.247, -229.999, 0, 1);
  }
  44.44% {
    -webkit-transform: matrix3d(0.966, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, -289.763, -232.215, 0, 1);
            transform: matrix3d(0.966, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, -289.763, -232.215, 0, 1);
  }
  52.15% {
    -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, -297.363, -226.449, 0, 1);
            transform: matrix3d(0.991, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, -297.363, -226.449, 0, 1);
  }
  59.86% {
    -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, -301.813, -222.759, 0, 1);
            transform: matrix3d(1.006, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, -301.813, -222.759, 0, 1);
  }
  61.66% {
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, -302.102, -222.926, 0, 1);
            transform: matrix3d(1.007, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, -302.102, -222.926, 0, 1);
  }
  63.26% {
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, -302.171, -223.276, 0, 1);
            transform: matrix3d(1.007, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, -302.171, -223.276, 0, 1);
  }
  75.28% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -300.341, -225.696, 0, 1);
            transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -300.341, -225.696, 0, 1);
  }
  83.98% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.61, -225.049, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.61, -225.049, 0, 1);
  }
  85.49% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.599, -224.94, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.599, -224.94, 0, 1);
  }
  90.69% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, -299.705, -224.784, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, -299.705, -224.784, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -225, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -225, 0, 1);
  }
}

@keyframes poppy {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.4% {
    -webkit-transform: matrix3d(0.316, 0, 0, 0, 0, 0.407, 0, 0, 0, 0, 1, 0, -94.672, -91.573, 0, 1);
            transform: matrix3d(0.316, 0, 0, 0, 0, 0.407, 0, 0, 0, 0, 1, 0, -94.672, -91.573, 0, 1);
  }
  4.3% {
    -webkit-transform: matrix3d(0.408, 0, 0, 0, 0, 0.54, 0, 0, 0, 0, 1, 0, -122.527, -121.509, 0, 1);
            transform: matrix3d(0.408, 0, 0, 0, 0, 0.54, 0, 0, 0, 0, 1, 0, -122.527, -121.509, 0, 1);
  }
  4.7% {
    -webkit-transform: matrix3d(0.45, 0, 0, 0, 0, 0.599, 0, 0, 0, 0, 1, 0, -134.908, -134.843, 0, 1);
            transform: matrix3d(0.45, 0, 0, 0, 0, 0.599, 0, 0, 0, 0, 1, 0, -134.908, -134.843, 0, 1);
  }
  6.81% {
    -webkit-transform: matrix3d(0.659, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, -197.77, -200.879, 0, 1);
            transform: matrix3d(0.659, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, -197.77, -200.879, 0, 1);
  }
  8.61% {
    -webkit-transform: matrix3d(0.82, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, -245.972, -246.757, 0, 1);
            transform: matrix3d(0.82, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, -245.972, -246.757, 0, 1);
  }
  9.41% {
    -webkit-transform: matrix3d(0.883, 0, 0, 0, 0, 1.168, 0, 0, 0, 0, 1, 0, -265.038, -262.804, 0, 1);
            transform: matrix3d(0.883, 0, 0, 0, 0, 1.168, 0, 0, 0, 0, 1, 0, -265.038, -262.804, 0, 1);
  }
  10.21% {
    -webkit-transform: matrix3d(0.942, 0, 0, 0, 0, 1.226, 0, 0, 0, 0, 1, 0, -282.462, -275.93, 0, 1);
            transform: matrix3d(0.942, 0, 0, 0, 0, 1.226, 0, 0, 0, 0, 1, 0, -282.462, -275.93, 0, 1);
  }
  12.91% {
    -webkit-transform: matrix3d(1.094, 0, 0, 0, 0, 1.328, 0, 0, 0, 0, 1, 0, -328.332, -298.813, 0, 1);
            transform: matrix3d(1.094, 0, 0, 0, 0, 1.328, 0, 0, 0, 0, 1, 0, -328.332, -298.813, 0, 1);
  }
  13.61% {
    -webkit-transform: matrix3d(1.123, 0, 0, 0, 0, 1.332, 0, 0, 0, 0, 1, 0, -336.934, -299.783, 0, 1);
            transform: matrix3d(1.123, 0, 0, 0, 0, 1.332, 0, 0, 0, 0, 1, 0, -336.934, -299.783, 0, 1);
  }
  14.11% {
    -webkit-transform: matrix3d(1.141, 0, 0, 0, 0, 1.331, 0, 0, 0, 0, 1, 0, -342.273, -299.395, 0, 1);
            transform: matrix3d(1.141, 0, 0, 0, 0, 1.331, 0, 0, 0, 0, 1, 0, -342.273, -299.395, 0, 1);
  }
  17.22% {
    -webkit-transform: matrix3d(1.205, 0, 0, 0, 0, 1.252, 0, 0, 0, 0, 1, 0, -361.606, -281.592, 0, 1);
            transform: matrix3d(1.205, 0, 0, 0, 0, 1.252, 0, 0, 0, 0, 1, 0, -361.606, -281.592, 0, 1);
  }
  17.52% {
    -webkit-transform: matrix3d(1.208, 0, 0, 0, 0, 1.239, 0, 0, 0, 0, 1, 0, -362.348, -278.88, 0, 1);
            transform: matrix3d(1.208, 0, 0, 0, 0, 1.239, 0, 0, 0, 0, 1, 0, -362.348, -278.88, 0, 1);
  }
  18.72% {
    -webkit-transform: matrix3d(1.212, 0, 0, 0, 0, 1.187, 0, 0, 0, 0, 1, 0, -363.633, -267.15, 0, 1);
            transform: matrix3d(1.212, 0, 0, 0, 0, 1.187, 0, 0, 0, 0, 1, 0, -363.633, -267.15, 0, 1);
  }
  21.32% {
    -webkit-transform: matrix3d(1.196, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, -358.864, -240.617, 0, 1);
            transform: matrix3d(1.196, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, -358.864, -240.617, 0, 1);
  }
  24.32% {
    -webkit-transform: matrix3d(1.151, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, -345.164, -216.073, 0, 1);
            transform: matrix3d(1.151, 0, 0, 0, 0, 0.96, 0, 0, 0, 0, 1, 0, -345.164, -216.073, 0, 1);
  }
  25.23% {
    -webkit-transform: matrix3d(1.134, 0, 0, 0, 0, 0.938, 0, 0, 0, 0, 1, 0, -340.193, -210.948, 0, 1);
            transform: matrix3d(1.134, 0, 0, 0, 0, 0.938, 0, 0, 0, 0, 1, 0, -340.193, -210.948, 0, 1);
  }
  28.33% {
    -webkit-transform: matrix3d(1.075, 0, 0, 0, 0, 0.898, 0, 0, 0, 0, 1, 0, -322.647, -202.048, 0, 1);
            transform: matrix3d(1.075, 0, 0, 0, 0, 0.898, 0, 0, 0, 0, 1, 0, -322.647, -202.048, 0, 1);
  }
  29.03% {
    -webkit-transform: matrix3d(1.063, 0, 0, 0, 0, 0.897, 0, 0, 0, 0, 1, 0, -318.884, -201.771, 0, 1);
            transform: matrix3d(1.063, 0, 0, 0, 0, 0.897, 0, 0, 0, 0, 1, 0, -318.884, -201.771, 0, 1);
  }
  29.93% {
    -webkit-transform: matrix3d(1.048, 0, 0, 0, 0, 0.899, 0, 0, 0, 0, 1, 0, -314.277, -202.202, 0, 1);
            transform: matrix3d(1.048, 0, 0, 0, 0, 0.899, 0, 0, 0, 0, 1, 0, -314.277, -202.202, 0, 1);
  }
  35.54% {
    -webkit-transform: matrix3d(0.979, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, -293.828, -216.499, 0, 1);
            transform: matrix3d(0.979, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, -293.828, -216.499, 0, 1);
  }
  36.74% {
    -webkit-transform: matrix3d(0.972, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, -291.489, -220.242, 0, 1);
            transform: matrix3d(0.972, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, -291.489, -220.242, 0, 1);
  }
  39.44% {
    -webkit-transform: matrix3d(0.962, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, -288.62, -227.228, 0, 1);
            transform: matrix3d(0.962, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, -288.62, -227.228, 0, 1);
  }
  41.04% {
    -webkit-transform: matrix3d(0.961, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, -288.247, -229.999, 0, 1);
            transform: matrix3d(0.961, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, -288.247, -229.999, 0, 1);
  }
  44.44% {
    -webkit-transform: matrix3d(0.966, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, -289.763, -232.215, 0, 1);
            transform: matrix3d(0.966, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, -289.763, -232.215, 0, 1);
  }
  52.15% {
    -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, -297.363, -226.449, 0, 1);
            transform: matrix3d(0.991, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, -297.363, -226.449, 0, 1);
  }
  59.86% {
    -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, -301.813, -222.759, 0, 1);
            transform: matrix3d(1.006, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, -301.813, -222.759, 0, 1);
  }
  61.66% {
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, -302.102, -222.926, 0, 1);
            transform: matrix3d(1.007, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, -302.102, -222.926, 0, 1);
  }
  63.26% {
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, -302.171, -223.276, 0, 1);
            transform: matrix3d(1.007, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, -302.171, -223.276, 0, 1);
  }
  75.28% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -300.341, -225.696, 0, 1);
            transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, -300.341, -225.696, 0, 1);
  }
  83.98% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.61, -225.049, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.61, -225.049, 0, 1);
  }
  85.49% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.599, -224.94, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -299.599, -224.94, 0, 1);
  }
  90.69% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, -299.705, -224.784, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, -299.705, -224.784, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -225, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -225, 0, 1);
  }
}
.tranings { background: url(../img/03.png) top center repeat; width:100%; background-size:200px;background-repeat: repeat;}
.tranings .treetext h2{font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative; text-align:center;}

    .tranings .treetext h2::after{content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #2caef1;
    bottom: 0;
    left: calc(50% - 25px);}

    .tranings{ background: url(../img/03.png) top center repeat; width:100%; background-size:200px;background-repeat: repeat;}
    .tranings .treetext h2{font-size: 32px;
        font-weight: 700;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative; text-align:center;}
    
        .tranings .treetext h2::after{content: '';
        position: absolute;
        display: block;
        width: 50px;
        height: 3px;
        background: #2caef1;
        bottom: 0;
        left: calc(50% - 25px);}

.sec_btn {text-align:center; margin-top:10px;}
.sec_btn a {}



/* footer section  */



.footer-section {
  position: relative;
  padding: 40px 0px 0;
background: #111;
background-size: contain;
}

.footer-copyright p {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin: 0px;
}

.footer-copyright p a {
  color: #fff;
  text-decoration: underline;
}

.footer-right p {
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.221622px;
  color: #fff;
  margin: 0px;
}

.footer-right {
  text-align: center;
  margin-top: 20px;
}


.footer-logo {
  padding-right: 25px;
  text-align: center;
}

.footer-logo p {color:#fff;}

.footer-logo a {display: inline-block; width: 100%; max-width: 80px; margin-bottom: 25px;}
.footer-logo a img{width: 100%;}



.footer-logo img {
    max-width: 110px;
}

.footer-menu ul {
    list-style: none outside none;
    margin: 0px;
    padding: 0px;
}

.footer-menu ul li {display: block; text-align: left;}
.footer-menu ul li a {
    font-style: normal;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.footer-menu ul li a i {display:inline-block; margin-right:3px;}

.footer-menu p {font-size:16px; color:#fff;}

.footer-menu ul li a img{width:30px; height:30px; object-fit:contain; margin-right:5px;}

.footer-menu ul li + li {margin-top:10px;}
.footer-menu h4 {font-size: 22px; color:#fff; text-align: left;}


.footer-menu ul li a:hover {
    color: #049ae5;
}


ul.social-icon {
  list-style: none outside none;
  margin: 0px;
  padding: 0px;
  margin-top:15px;
  text-align: center;
}

ul.social-icon h4 {font-size: 20px; margin-bottom: 15px; color:#fff;}


.footer-copyright {
  text-align: center;
  padding:15px;
  margin-top:40px;
  background: #000;
  
}
.footer-copyright p {font-weight: normal; color:#fff;}
.footer-copyright p a {color: #fff; text-decoration: none;}


.newslatter {width: 100%; margin-top: 30px;}
.newslatter h4 {font-size: 20px; color:#fff; margin-bottom: 15px;}
.newslatter form {display: block; width:100%; position: relative;}
.newslatter form .form-control {width: 100%; margin:0;
   border:1px solid #fff; border-radius: 0;
    background: #fff; color:#000;
    opacity: 1;
    padding:10px 15px;
    font-size: 14px;
  }

.newslatter form .btn {
  position: absolute; top:0; right:0;
  text-align: center;
  display: block;
  padding: 0; border-radius: 0;
  width:50px; height:100%;background: #222; color:#fff; font-size: 24px;
}




/* product page  */

.product_page {
  position: relative;
  padding:0px;
  background: #f4f4f4;
}

.product_page .img_block {width: 100%;  position: relative; display: inline-block;
    border:10px solid #fff;}
.product_page .img_block img {width: 100%;}

.product_page .content_block {text-align: left}
.product_page .content_block h2 { font-size: 32px; margin-bottom: 15px;}
.product_page  .content_block .btn { margin-top:25px;}
.product_page .row {align-items: center;}
.product_page .col-md-6 {margin-bottom: 25px;}




.product_page .bg_shap {
  background-image: url(../img/product_bg.png);
  background-size: contain;
  background-repeat: repeat-y;
  padding:70px 0;
  }
.product_page .bg_shap:nth-child(3):before {
  -moz-transform: scalex(-1);
  -o-transform: scalex(-1);
  -webkit-transform: scalex(-1);
  transform: scalex(-1);
}


/* product single  */


.comman_header {
  height: 320px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  position: relative;
  z-index: 1;
  text-align: center;
}
.comman_header:before {
  content: "";
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  
}
.comman_header .title {
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  font-size: 52px;
  color:#fff;
}


.product_single {
  position: relative;
  padding:0;
}


.product_single .bg_shap {
  padding:70px 0;
  background-image: url(../img/product_bg.png);
  background-size: cover;
  background-repeat: repeat-y;
  
}


.page_title {
  text-align: center;
  margin-bottom: 70px;

}

.page_title h1 {
  display: inline-block;
  margin:0;
  font-size: 52px;
  position: relative;
  padding-bottom: 15px;
}

.page_title h1:after {
  display: inline-block;
  content: "";
  border-bottom: 3px solid #008fda;
  width: 50%;
  position: absolute;
  bottom:0;
  left:50%;
  transform: translatex(-50%);
}


.product_single .img_block {width: 100%; position: relative; background: #fff; display: inline-block; padding:15px; border:1px solid #e5e5e5;}
.product_single .img_block img {width: 100%;}



.product_single .content_block {text-align: left}
.product_single .content_block h2 {
  font-size: 32px; margin-bottom: 15px;
}

.product_single .content_block p + p {margin-top:15px;}

.product_single .content_block .btn {
  margin-top:25px;
}

.product_dec {
  margin-top:40px;
}

.product_dec h4 {font-size: 24px; margin-bottom: 20px;}
.product_dec p {margin-bottom: 15px;}
.product_dec h3 {font-size:32px; margin-bottom: 20px;}

.feature_list {
  width: 100%;
  columns: 2;
  column-gap: 20px;
  counter-reset: section;
}


.feature_list li {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  float: left;
  border:1px solid #e5e5e5;
  background: #fff;
  padding:15px;
  padding-left: 55px;
  box-shadow: 0 0 7px rgb(10 157 232 / 12%);
}

.feature_list>li:before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  top:0;
  left:0;
  width:40px; height: 100%;
  background: #0080c1;
  color:#fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}


.feature_list ul li:nth-child(odd) {margin-right: 20px;}


.feature_list li ul li {
  font-size: 80%;
  box-shadow: none;
  max-width: 40%;
  margin:10px 0;
  float: left;
  padding:10px;
  padding-left: 15px;
}
.feature_list li ul li:before {
  content:"";
  width: 10px;
  height: 10px;
  position: absolute;
  top:50%;
  left:-5px;
  transform: translatey(-50%);
  background: #000;
}


.tranning_single {
  width: 100%;
  position: relative;
}
.tranning_single img {width: 100%;}
.page_head {position:relative;}
.page_head h1 {
    position: absolute;
    top: 50%;
	z-index:1;
    left: 50%;
	margin:0;
    transform: translate(-50%, -50%);
    font-size: 52px;
    color: #fff;
}

.career-scope {
  position: relative;
  padding:50px 0;
  background:#f4f4f4;
}

.header_section {
  margin-bottom: 40px;
  text-align: center;
}

.header_section h2 {
  font-size: 52px;
}
.header_section p {
  margin-bottom: 0;
}

.career-scope .course_block {
background: #fff;
padding:15px;
box-shadow: 0px 2px 3px #00000073;
}

.career-scope .course_block h2 {font-size: 24px; margin-bottom: 10px;}

.career-scope .course_block + .course_block {margin-top:25px;}
.career-scope .course_block ul {margin-left: 15px;}

.career-scope .course_block ul li {list-style: disc;}
.career-scope .course_block ul li + li {margin-top:12px;}
.career-scope .course_block li h4 {font-size: 20px;}


.hacking_syllabus {
  padding:70px 0;
  position: relative;
}

.syllabus_block {
  background: #fff;
padding:15px;
box-shadow: 0px 2px 3px #00000073;
border:1px solid #f4f4f4;
}

.syllabus_block + .syllabus_block {margin-top:40px;}

.syllabus_block h4 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
}
.syllabus_block h4:after {
  position: absolute;
  content:"";
  bottom:-5px;
  left:50%;
  transform: translatex(-50%);
  width: 150px;
  height: 4px;
  background:linear-gradient(to right, #0f9fe8 , #1d2377);
  
}

.syllabus_block h4 span {color: #1d2377;}

.syllabus_block .syls_list {display: flex; flex-wrap: wrap;counter-reset: section;}
.syllabus_block .syls_list li {
  display: block;
  width: 100%;
  max-width: 50%;
  position: relative;
  padding:10px;
  padding-left: 25px;
  font-size: 18px;
}


.syllabus_block .syls_list>li:before {
  counter-increment: section;
  content: counter(section);
  display:inline-flex; margin-right: 5px;
  justify-content: center;
  align-items: center;
  width: 25px;;
  height: 25px;
  font-size: 80%;
  border-radius: 100%;
  background:#0080c1;
  color:#fff;
}

.syllabus_block .syls_list ul {display: flex; flex-wrap: wrap; margin:0;  padding:10px 0 0 10px;}
.syllabus_block .syls_list ul li {display: inline-block; padding:7px; font-size: 80%;}
.syllabus_block .syls_list ul li:before {content:""; display:inline-block; width: 7px;
   height: 7px; border-radius: 100%; background:#222; margin-right: 5px;}

   /* tranning page */

.tranning_page {
  position: relative;
  padding:0px;
}

.tranning_page .bg_shap {
  background-image: url(../img/product_bg.png);
  background-size: contain;
  background-repeat: repeat-y;
  padding: 70px 0 0;
}


.tranning_page .img_block {
  width: 100%;
}

.tranning_page .img_block img {width: 100%;}
.tranning_page .row {align-items: center;}
.tranning_page .col-md-6 {
  margin-bottom: 70px;
}

.tranning_page .content_block h2 {
  font-size: 32px;
    margin-bottom: 15px;
}

.tranning_page .content_block .btn {
  margin-top:25px;
}



.media-coverage {
  position: relative;
  background: #f4f4f4;
  padding:0 0 70px;
  
  
}
.media-coverage .comman_header {margin-bottom: 70px;}


.media_block {
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  border-radius: 7px;
  overflow: hidden;
  background: #fff;
}

.media_block a {
  text-decoration: none;
  color:#000;
}

.res_img {
  position: relative;
  padding-top:80%;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}

.res_img img {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}

.media_block h4 {
  padding:15px; 
  text-align: center;
  font-size: 22px;
  margin:0;
}

.media_block .bottom {
  padding:15px;
  text-align: center;
}

.media_block .bottom h4 {
  margin:0; font-size: 22px;
}

.gallery_page {
  width: 100%;
  position: relative;
  padding:0;
}


.img-responsive {width: 100%;}
.gallery_page .bg_shap{
  padding: 70px 0 40px;
    background-color: #f4f4f4;
    background-size: cover;
    background-repeat: no-repeat;
}

.gallery_page .col-sm-4 {
  margin-bottom: 30px;
}
.gallery_block {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
  -webkit-box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}
.gallery_block .res_img:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.gallery_block .bottom {
  padding:15px;
  text-align: center;
}

.gallery_block .bottom h4 {
  margin:0; font-size: 22px;
}


.profile_slider {
  position: relative;
  width: 100%;
  margin-bottom: 0!important;
}

.profile_slider .slider_block {
  position: relative;
  padding-top:75%;
}

.profile_slider .slider_block img {width: 100%; height: 100%; position: absolute; top:0; left:0; object-fit: cover;}

.profile_slider .slick-arrow {display:none!important;}

/* 
.profile_slider .slick-dots {
  position: absolute; bottom:40px;
  z-index: 1;
}

.profile_slider .slick-dots li button:before {display: none;}
.profile_slider .slick-dots li button {width: 15px; height: 15px; border-radius: 100%; border:2px solid #fff;}
.profile_slider .slick-dots li.slick-active button {background: #008fda;} */


.hide {display: none!important;}

.profile_page {
  padding:100px 0 70px;
  position: relative;
  background: #f4f4f4;
}

.profile_page .container {
  padding:40px; background:#fff;
}

.profile_page h2 {
  font-size: 52px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;

}

.profile_page .content p {font-size: 18px;}


.profile-blocks {
  padding:0 0 70px;
  background: #f4f4f4;
  counter-reset: section;
}

.profile-blocks h2 {
  font-size: 52px;
  text-align: center;
  position: relative;
  font-weight: 700;
  margin-bottom: 35px;
}


.profile-blocks .list-styled{padding-top:15px;}

.list-styled li {display: block; position: relative;
   font-size: 18px; background: #9e9e9e; color:#fff; padding:10px; padding-left: 85px;}
.list-styled li + li {margin-top:40px;}

.list-styled li::before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  width:70px;
  height: 50px;
  background: #0f9fe8;
  font-size: 32px;
  color: #fff;
  transform: rotate(-15deg);
  top:-7px;
  left:-7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.profile-blocks .container {
  padding:40px 40px 50px;
  background:#fff;
}

.profile-blocks p{
  font-size: 22px;
  text-align: center;
  margin-bottom: 0;
}

.profile-blocks p + p {margin-top:25px;}



.our-clients {
  padding:0 0 70px;
  background: #f4f4f4;
}

.our-clients .container {
  padding:40px;
  background: #fff;
}

.our-clients h2 {
  font-size: 52px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 50px;
}

.our-clients ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.our-clients ul li {
  display: inline-block;
}

.our-clients ul li .img {
  width: 100px;
  height: 100px;
  margin:15px;
}

.our-clients ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.testimonial_page {
  position: relative;
  background: #f4f4f4;
}
.testimonial_page .bg_shap {
  padding:70px 0 40px;
}

.testimonial_page .bg_shap .col-md-4 {margin-bottom: 30px;}


.testi_block {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  border:4px solid #e5e5e5;
  overflow: hidden;
  background: #fff;
  height: 100%;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}

.testi_block:hover {
  border-color: #008fda;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}


.testi_block .res_img {
  position: relative;
  padding-top:70%;
  overflow: initial;
}

.testi_block .res_img .play-icon {
  position: absolute;
  bottom:-20px;
  left:50%;
  transform: translatex(-50%);
  z-index: 2;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 100%;
  cursor: pointer;
}



.testi_block .res_img:before {
  content:"";
  position: absolute;
  top:10px;
  left:10px;
  right:10px;
  bottom:10px;
  border:1px solid #fff;
  z-index: 1;
}


 .testi_block .texts {text-align: center; padding:15px;}
 .testi_block .designation {display: block; margin-bottom: 10px; font-size: 14px;}


.testi_modal .modal-content {max-width: 720px;
   border:5px solid #fff!important;
   top:50%;
   left:50%;
   margin:0;
   transform: translate(-50%, -50%);
   flex-direction:initial;
    padding:0; border-radius: 8px;
    background: #fff;
  }
.testi_modal .modal-content .close {
  width: 40px;
  height:40px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top:5px; right:5px;
  color:#fff;
  background: #1d2377;
  opacity: 1;
  z-index: 1;
}

.testi_modal .res_img {
position: relative;
padding-top: 50%;
max-width: 50%;
width: 100%;
}
.testi_modal .res_img img {
  position: absolute; top:0; 
  left:0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.testi_modal .texts {padding:15px; padding-left: 30px; max-width: 50%; width: 100%;}
.testi_modal .texts .designation {display: block; margin-bottom: 10px; font-size: 14px;}


.modal {
  background: rgb(0 0 0 / 50%);
  z-index: 99999;
}
.js-modal-content {
position: absolute;
top:50%;
left:50%;
max-width: 720px;
border:4px solid #fff!important;
background: #fff;
transform: translate(-50%, -50%);
}

.js-modal-content .close {
  width: 40px;
  height:40px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top:5px; right:5px;
  color:#fff;
  background: #1d2377;
  opacity: 1;
  z-index: 1;
  line-height: 1;
  padding: 10px 5px;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  cursor: pointer;
}

.responsive-video-popup {
  position: relative;
  padding-top:56.5%;
}

.responsive-video-popup iframe {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  border: none;
}

ul.modal_social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
margin:0;
padding:0;
margin-top:15px;
}

ul.modal_social li {display: inline-block; margin-right: 10px;}
ul.modal_social li a {display:inline-flex; justify-content: center; align-items: center;
   width: 35px; background: #00acee; height: 35px; border-radius: 100%; color:#fff;}
ul.modal_social li a.facebook {background:  #3b5998;}
ul.modal_social li a.linkedin {background: #0077b5;}
ul.modal_social li a.instagram {
  background: #f09433; 
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );  
}

.nav_toggler {display: none;}


@media(max-width:767px) {
	.page_head {display:inline-block; overflow:hidden; width:100%;}
	.page_head img {position:absolute; width:100%; height:100%; object-fit:cover; }
	.page_head h1 {font-size:48px; text-align:center; top:0px; left:0; position:relative; transform:initial; padding:25px 15px 40px;}
.btn_blocks .filter-button,
	.about .bottom_btns .btn {font-size:14px; padding:8px 15px;}
	.media_block .bottom h4 {font-size:18px; padding:15px 0;}
	.career-scope {padding:25px 0 35px;}
	
	.profile_page .content p {font-size:16px;}
}
