html,
body {
  font-size: 15px;
  color: #505050;
  font-family: 'Barlow Condensed', sans-serif;
  vertical-align: baseline;
  line-height: 26px;
  font-weight: 400;
  overflow-x: hidden;
}

@font-face { font-family: MyWebFont; src: url(../fonts/galsilb.ttf); }
img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Barlow Condensed', sans-serif;
  color: #101010;
  margin: 0 0 26px;
  font-weight: 700;
}
a {
  color: #7cdeff;
  transition: all 0.3s ease 0s;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #7cdeff;
  font-family: 'Barlow Condensed', sans-serif;
 
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #7cdeff;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: #7cdeff;
  text-shadow: none;
  color: #ffffff;
}
.sec-spacer {
  padding: 50px 0;
}
.sec-color {
  background-color: #f9f9f9;
}
.drak-color {
  background-color: #252525;
}
.gray-color {
  background-color: #f0f0f0;
}
.primary-bg {
  background: #7cdeff;
}
.bg-fixed {
  background-attachment: fixed;
  background-repeat: no-repeat;
}
/********************************/
/*       Slides backgrounds     */
/********************************/
.bg1 {
  background-image: url(images/bg/bg1.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.bg2 {
  background-image: url(images/bg/bg2.jpg);
  background-size: cover;
  background-attachment: fixed;
}
/* ------------------------------------
    02. Global Class
---------------------------------------*/
.drak-color .owl-nav .owl-prev,
.drak-color .owl-nav .owl-next,
.drak-color .sec-title h3 {
  color: #ffffff;
}
.sec-title {
  margin-bottom: 50px;
}
.sec-title h4 {
  font-size: 15px;
  margin-bottom: 8px;
  color: #7cdeff;
}
.sec-title h3 {
  font-size: 30px;
  line-height: 20px;
  margin-bottom: 0;
  position: relative;
  display: block;
  padding-bottom: 25px;
  text-transform: uppercase;
}
.sec-title h3:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 0;
  height: 5px;
  width: 100px;
  background: #7cdeff;
}
.readon {
  position: relative;
  display: inline-block;
  padding: 12px 20px;
  line-height: normal;
  background: #7cdeff;
  color: #fff;
  transition: all 0.3s ease 0s;
  border-radius: 2px;
}
.readon:hover,
.readon:focus {
  background: #7cdeff;
  color: rgba(255, 255, 255, 0.8);
}
.readon.border {
  background: transparent;
  border: 1px solid #7cdeff;
  color: #7cdeff;
}
.readon.border:hover {
  color: #fff;
  background: #7cdeff;
}
.readon.border.white {
  border-color: #fff;
  color: #fff;
}
.readon.border.white:hover {
  color: #7cdeff;
  background: #fff;
}
/*overly border*/
.overly-border::before,
.overly-border::after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  z-index: 1;
}
.about-right-img .overly-border::before,
.about-right-img .overly-border::after {
  top: 50px;
  right: 50px;
  bottom: 50px;
  left: 50px;
}
.overly-border::before {
  border-top: 5px solid #7cdeff;
  border-bottom: 5px solid #7cdeff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.rs-blog .blog-item.slick-current .team-content {
  opacity: 1;
  top: 0;
}
.overly-border::after {
  border-right: 5px solid #7cdeff;
  border-left: 5px solid #7cdeff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.single-member-area figure .overly-border:before,
.single-member-area figure .overly-border:after,
.rs-blog .blog-item.slick-current .overly-border:before,
.rs-blog .blog-item.slick-current .overly-border:after,
.single-member-area:hover .overly-border:before,
.single-member-area:hover .overly-border:after,
.team-content:hover .overly-border:before,
.team-content:hover .overly-border:after,
.blog-content:hover .overly-border:before,
.blog-content:hover .overly-border:after,
.project-content:hover .overly-border:before,
.project-content:hover .overly-border:after,
.about-right-img:hover .overly-border:before,
.about-right-img:hover .overly-border:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.padding-0 {
  padding: 0;
}
.pt-45 {
  padding-top: 45px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.mt-5 {
  margin-top: 5px;
}
.sparator-15 {
  height: 15px;
  clear: both;
}
.mt-30 {
  margin-top: 30px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-30 {
  margin-right: 30px;
}
.margin-remove {
  margin: 0 !important;
}
.display-table {
  display: table;
  height: 100%;
  width: 100%;
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.white-color {
  color: #fff !important;
}
/* ---------------------------
03.Header Section 
------------------------------*/
/*#rs-header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 111;
  bottom: auto;
}*/
#rs-header .rs-menu ul ul {
  background: #ffffff !important;
  border-top: 4px solid #7cdeff;
}
#rs-header #logo-sticky {
  display: none;
}
#rs-header .menu-sticky1.sticky1 {
  padding: 15px 0 0;
}
#rs-header .menu-sticky1.sticky1 #logo-sticky {
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  z-index: 999;
}
#rs-header .menu-sticky1.sticky1 #logo-sticky img {
  max-width: 270px;
}
#rs-header .menu-sticky1.sticky1 .rs-menu ul {
  text-align: right;
}
#rs-header .menu-sticky1.sticky1 .rs-menu ul li a {
  padding: 16px 14px 30px;
}
#rs-header .menu-sticky1.sticky1 .rs-menu ul li ul li a {
  padding: 10px 14px;
}
#rs-header.error-page {
  position: static !important;
  background-color: rgba(37, 37, 37, 0.8);
}
.full-width-header {
  position: relative;
}
.full-width-header #rs-header {
  position: absolute;
  width: 100%;
  bottom: 0 !important;
  top: auto;
  z-index: 111;
}
.full-width-header #rs-header .main-menu {
  border-top: 1px solid #464646;
  border-bottom: 1px solid #464646;
}
.full-width-header #rs-header .menu-area.menu-sticky.sticky,
.full-width-header #rs-header .menu-area.menu-sticky4.sticky4 {
  background-color: rgba(37, 37, 37, 0.9);
}
.full-width-header #rs-header .menu-area.menu-sticky.sticky .logo-area,
.full-width-header #rs-header .menu-area.menu-sticky4.sticky4 .logo-area {
  line-height: 85px !important;
}
.full-width-header #rs-header .menu-area.menu-sticky.sticky .navbar ul li,
.full-width-header #rs-header .menu-area.menu-sticky4.sticky4 .navbar ul li {
  height: 85px !important;
  line-height: 85px !important;
}
.full-width-header #rs-header .menu-area {
  background: transparent;
}
.full-width-header #rs-header .menu-area .navbar ul {
  text-align: center;
}
.full-width-header #rs-header .menu-area .navbar ul li {
  height: 60px;
  line-height: 60px;
}
.full-width-header #rs-header .menu-area .toolbar-contact a,
.full-width-header #rs-header .menu-area .toolbar-contact i {
  font-size: 14px;
  color: #fff;
}
.full-width-header #rs-header .menu-area .toolbar-contact i {
  margin-right: 10px;
}
.full-width-header #rs-header .menu-area .toolbar-contact,
.full-width-header #rs-header .menu-area .toolbar-share-icon,
.full-width-header #rs-header .menu-area .logo-area {
  line-height: 62px;
  margin-bottom: 40px;
}
.full-width-header #rs-header .menu-area .toolbar-share-icon ul {
  text-align: right;
}
.full-width-header #rs-header .menu-area .toolbar-share-icon ul li {
  display: inline-block;
  padding-left: 25px;
}
.full-width-header #rs-header .menu-area .toolbar-share-icon ul li a {
  display: block;
  color: #ffffff;
}
.full-width-header #rs-header .menu-area .toolbar-share-icon ul li a:hover {
  color: #7cdeff;
}
.full-width-header #first-slider h1 {
  background: rgba(217, 184, 38, 0.6);
  padding: 10px 20px;
  font-size: 58px;
  color: #101010;
}
.full-width-header #first-slider .item p {
  margin-bottom: 30px;
}
.full-width-header .carousel-inner .item .container {
  top: -26%;
}
.full-width-header #first-slider .carousel .item .content-details {
  margin: 0 auto;
}
.full-width-header .menu-area.menu-sticky1.sticky1,
.full-width-header .main-menu.menu-sticky.sticky {
  background: rgba(37, 37, 37, 0.9) !important;
}
.full-width-header .menu-sticky1.sticky1 .btm-toolbar {
  display: none;
}
.full-width-header .menu-sticky1.sticky1 .main-menu {
  border-top: 0 !important;
}
/*defoult header css*/
#rs-header .toolbar-top-area {
  background: #101010;
  padding: 7px 0;
}
#rs-header .toolbar-top-area .toolbar-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#rs-header .toolbar-top-area .toolbar-contact ul li {
  display: inline-block;
  margin-right: 25px;
  color: #fff;
}
#rs-header .toolbar-top-area .toolbar-contact ul li i {
  font-weight: 600;
  font-size: 14px;
  margin-right: 10px;
  color: #7cdeff;
}
#rs-header .toolbar-top-area .toolbar-contact ul li a {
  transition: all 0.3s ease 0s;
  color: #fff;
}
#rs-header .toolbar-top-area .toolbar-contact ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
#rs-header .toolbar-top-area .toolbar-sl-share ul {
  text-align: right;
}
#rs-header .toolbar-top-area .toolbar-sl-share ul li {
  display: inline-block;
}
#rs-header .toolbar-top-area .toolbar-sl-share ul li + li {
  margin-left: 15px;
}
#rs-header .toolbar-top-area .toolbar-sl-share ul li a {
  display: block;
  color: #fff;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
#rs-header .toolbar-top-area .toolbar-sl-share ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
#rs-header .toolbar-top-area .toolbar-sl-share ul li a i {
  text-align: center;
  display: inline-block;
  color: #ffffff;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -mzs-transition: 0.4s;
}
#rs-header .toolbar-top-area .toolbar-sl-share ul li a i:hover {
  color: #7cdeff;
}
#rs-header .toolbar-top-area .toolbar-sl-share ul li a.quote-button {
  font-size: 14px;
  padding: 0 10px;
  background-color: #fff;
  color: #666;
}
#rs-header .toolbar-area {
  background: #7cdeff;
  padding: 7px 0;
}
#rs-header .toolbar-area .toolbar-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#rs-header .toolbar-area .toolbar-contact ul li {
  display: inline-block;
  margin-right: 25px;
  color: #fff;
}
#rs-header .toolbar-area .toolbar-contact ul li i {
  font-weight: 600;
  font-size: 14px;
  margin-right: 10px;
  color: #fff;
}
#rs-header .toolbar-area .toolbar-contact ul li a {
  transition: all 0.3s ease 0s;
  color: #fff;
}
#rs-header .toolbar-area .toolbar-contact ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
#rs-header .toolbar-area .toolbar-sl-share ul {
  text-align: right;
}
#rs-header .toolbar-area .toolbar-sl-share ul li {
  display: inline-block;
}
#rs-header .toolbar-area .toolbar-sl-share ul li + li {
  margin-left: 15px;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a {
  display: block;
  color: #fff;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
#rs-header .toolbar-area .toolbar-sl-share ul li a i {
  text-align: center;
  display: inline-block;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a.quote-button {
  font-size: 14px;
  padding: 0 10px;
  background-color: #fff;
  color: #666;
}
#rs-header .menu-area {
  background-color: #fff;
}
#rs-header .menu-area.sticky {
  background-color: #fff;
}
#rs-header .menu-area .logo-area {
  line-height: 90px;
}
#rs-header .menu-area .logo-area a {
  font-weight: 700;
  font-size: 27px;
  color: #7cdeff;
  display: block;
  text-transform: lowercase;
  transition: all 0.3s ease 0s;
}
#rs-header .menu-area .logo-area a img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 50%;
}
#rs-header .menu-area ul.nav-menu li:hover ul li a,
#rs-header .menu-area ul.nav-menu li ul li:hover ul li a {
  color: #101010;
}
#rs-header .menu-area ul.nav-menu li.current-menu-item a,
#rs-header .menu-area ul.nav-menu li ul li.active a,
#rs-header .menu-area ul.nav-menu li ul li ul li.active a,
#rs-header .menu-area ul.nav-menu li:hover a,
#rs-header .menu-area ul.nav-menu li ul li:hover a,
#rs-header .menu-area ul.nav-menu li ul li ul li a:hover {
  color: #7cdeff;
}
#rs-header .menu-area .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
#rs-header .menu-area .navbar {
  margin-bottom: 0;
  border: 0;
}
#rs-header .menu-area .navbar ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
#rs-header .menu-area .navbar ul li {
  height: 120px;
  line-height: 120px;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease 0s;
  /* Dropdown Menu area */
}
#rs-header .menu-area .navbar ul li + li {
  margin-left: 36px;
}
#rs-header .menu-area .navbar ul li > a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  transition: all 0.3s ease 0s;
}
#rs-header .menu-area .navbar ul li > a i {
  margin-left: 5px;
}
#rs-header .menu-area .navbar ul li .navbar-dropdown {
  background: #ffffff;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.3s ease 0s;
  width: 200px;
  z-index: 99999 !important;
  text-align: left;
  visibility: hidden;
}
#rs-header .menu-area .navbar ul li .navbar-dropdown li {
  line-height: normal;
  height: auto;
  display: block;
  border-top: 1px dashed #dddddd;
  margin: 0;
  padding: 0;
  border-right: 0px solid transparent;
}
#rs-header .menu-area .navbar ul li .navbar-dropdown li:last-child {
  border-bottom: 0;
}
#rs-header .menu-area .navbar ul li .navbar-dropdown li a {
  display: block;
  padding: 12px 20px;
  text-transform: none;
  transition: all 0.3s ease 0s;
  color: #444444 !important;
  font-weight: 300;
}
#rs-header .menu-area .navbar ul li .navbar-dropdown li a:hover {
  padding-left: 30px;
  color: #7cdeff !important;
}
#rs-header .menu-area .navbar ul li .navbar-dropdown li a:before,
#rs-header .menu-area .navbar ul li .navbar-dropdown li a:after {
  display: none;
}
#rs-header .menu-area .navbar ul li.active a,
#rs-header .menu-area .navbar ul li:hover a {
  color: #7cdeff;
}
#rs-header .menu-area .navbar ul li:hover ul {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
#rs-header .menu-area .navbar .navbar-toggle {
  background-color: #7cdeff;
  border-radius: 2px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
#rs-header .menu-area .navbar .navbar-toggle .icon-bar {
  background-color: #fff;
}
#rs-header .menu-area .navbar .navbar-toggle:hover {
  opacity: 0.8;
}
#rs-header.rs-header2 .toolbar-top-area,
#rs-header.rs-header3 .toolbar-top-area,
#rs-header.inner-pages .toolbar-top-area {
  background-color: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/*Home Style 2 CSS*/
.home2 #rs-header.rs-header2 {
  position: absolute;
  z-index: 111;
  top: 0;
  width: 100%;
}
/* -----------------------
Home 3 Video Style Slider
--------------------------*/
.home3 .rs-video-area {
  position: relative;
  overflow: hidden;
}
/* .home3 .rs-video-area:before {
  background-color: rgba(0, 0, 0, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
} */
/* .home3 .rs-video-area .rs-video-content-wrap {
  
  color: #ffffff;
  width: 100%;
}
.home3 .rs-video-area .rs-video-content-wrap:before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 8px;
  width: 100%;
}
.home3 .rs-video-area .rs-video-content-wrap .content-details {
  position: absolute;
  top: 60%;
  width: 100%;
  max-width: 700px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 11;
}
.home3 .rs-video-area .rs-video-content-wrap .sl-title {
  color: #ffffff;
  display: block;
  margin-bottom: 35px;
  font-size: 60px;
  font-weight: 700;
  position: relative;
  z-index: 9;
  text-transform: uppercase;
}
.home3 .rs-video-area .rs-video-content-wrap .sl-title span {
  color: #7cdeff;
}
.home3 .rs-video-area .rs-video-content-wrap .sl-desc {
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 50px;
} */
/* .home3 #rs-header.rs-header3 {
  position: absolute;
  z-index: 111;
  top: 0;
  width: 100%;
} */
/*Home Style 5 CSS*/
.home5 #rs-header,
.home5.icon-header {
  position: static !important;
}
.home5 #rs-header .menu-area,
.home5.icon-header .menu-area {
  background: #ffffff;
}
.home5 #rs-header .middle-header-home5,
.home5.icon-header .middle-header-home5 {
  padding: 40px 0 70px;
  position: relative;
}
.home5 #rs-header .middle-header-home5 .logo img,
.home5.icon-header .middle-header-home5 .logo img {
  max-width: 260px;
}
.home5 #rs-header .middle-header-home5 .header-contact,
.home5.icon-header .middle-header-home5 .header-contact {
  float: right;
}
.home5 #rs-header .middle-header-home5 .header-contact .widget-text,
.home5.icon-header .middle-header-home5 .header-contact .widget-text {
  position: relative;
  padding-left: 70px;
}
.home5 #rs-header .middle-header-home5 .header-contact .widget-text i,
.home5.icon-header .middle-header-home5 .header-contact .widget-text i {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  left: 0;
  line-height: 50px;
  background: #7cdeff;
  color: #101010;
  font-size: 18px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.home5 #rs-header .middle-header-home5 .header-contact .widget-text .info-text,
.home5.icon-header .middle-header-home5 .header-contact .widget-text .info-text {
  line-height: 1.4;
}
.home5 #rs-header .middle-header-home5 .header-contact .widget-text .info-text span,
.home5.icon-header .middle-header-home5 .header-contact .widget-text .info-text span {
  display: block;
  font-weight: 700;
  color: #101010;
}
.home5 #rs-header .middle-header-home5 .menu-sticky.sticky,
.home5.icon-header .middle-header-home5 .menu-sticky.sticky,
.home5 #rs-header .middle-header-home5 .menu-sticky4.sticky4,
.home5.icon-header .middle-header-home5 .menu-sticky4.sticky4 {
  background: #363636;
}
.home5 #rs-header .middle-header-home5 .menu-sticky.sticky .header-bottom-area,
.home5.icon-header .middle-header-home5 .menu-sticky.sticky .header-bottom-area,
.home5 #rs-header .middle-header-home5 .menu-sticky4.sticky4 .header-bottom-area,
.home5.icon-header .middle-header-home5 .menu-sticky4.sticky4 .header-bottom-area {
  position: static;
}
.home5 #rs-header .middle-header-home5 .header-bottom-area,
.home5.icon-header .middle-header-home5 .header-bottom-area {
  background: #363636;
  position: absolute;
  top: 38px;
  border-radius: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  max-width: 1170px;
  margin: 0 auto;
}
.home5 #rs-header .middle-header-home5 .header-bottom-area .navbar ul,
.home5.icon-header .middle-header-home5 .header-bottom-area .navbar ul {
  text-align: left;
}
.home5 #rs-header .middle-header-home5 .header-bottom-area .navbar ul li,
.home5.icon-header .middle-header-home5 .header-bottom-area .navbar ul li {
  margin-right: 0;
  margin-left: 36px;
  line-height: 70px;
  height: 70px;
}
.home5 #rs-header .middle-header-home5 .header-bottom-area .navbar ul li a,
.home5.icon-header .middle-header-home5 .header-bottom-area .navbar ul li a {
  color: #ffffff;
}
.home5 #rs-header .middle-header-home5 .header-bottom-area .navbar ul li a:hover,
.home5.icon-header .middle-header-home5 .header-bottom-area .navbar ul li a:hover {
  color: #7cdeff;
}
.home5 #rs-header .middle-header-home5 .header-bottom-area .navbar ul li.active a,
.home5.icon-header .middle-header-home5 .header-bottom-area .navbar ul li.active a {
  color: #7cdeff;
}
.home5 #rs-header .middle-header-home5 .header-bottom-area .get-quote,
.home5.icon-header .middle-header-home5 .header-bottom-area .get-quote {
  position: absolute;
  right: 0;
  top: 0;
}
.home5 #rs-header .middle-header-home5 .header-bottom-area .get-quote a,
.home5.icon-header .middle-header-home5 .header-bottom-area .get-quote a {
  line-height: 70px;
  height: 70px;
  padding: 0 20px;
  background: #7cdeff;
  display: block;
  color: #101010;
}
.home5 #rs-header .middle-header-home5 .header-bottom-area .get-quote a:hover,
.home5.icon-header .middle-header-home5 .header-bottom-area .get-quote a:hover {
  background: #7cdeff;
}
.home5 .carousel-inner .item .container {
  top: 0;
}
.home5 #first-slider .item p {
  margin-bottom: 50px;
}
.home5 #first-slider .item h1 {
  margin-bottom: 20px;
}
.home5 #rs-header .menu-sticky4.sticky4 ul li ul li a {
  padding: 16px 14px;
}
/*------------------------------------
    04. Sticky Menu
--------------------------------------*/
.menu-sticky1.sticky1 {
  background: #ffffff;
  position: fixed !important;
  top: 0;
  z-index: 9999;
  margin: 0 auto !important;
  padding: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-name: sticky-animation;
  animation-name: sticky-animation;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.menu-sticky.sticky,
.menu-sticky4.sticky4 {
  background: #ffffff;
  position: fixed !important;
  z-index: 999;
  width: 100%;
  top: 0;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -ms-transition: 0.8s;
}
#rs-header .menu-sticky.sticky .logo-area {
  height: 90px;
  line-height: 90px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
#rs-header .menu-sticky.sticky .rs-menu ul li a {
  padding: 32px 14px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
#rs-header .menu-sticky.sticky .rs-menu ul li ul li a {
  padding: 10px 14px;
}
@-webkit-keyframes sticky-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes sticky-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*------------------------------------
    05. Slider Section
--------------------------------------*/
#first-slider .main-container {
  padding: 0;
}
#first-slider .slide1 h3,
#first-slider .slide2 h3,
#first-slider .slide3 h3,
#first-slider .slide4 h3 {
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
}
#first-slider .item {
  background-size: cover;
  background-repeat: no-repeat;
}
#first-slider .item p {
  padding: 0;
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 50px;
  letter-spacing: 1px;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
#first-slider .slide1 h4,
#first-slider .slide2 h4,
#first-slider .slide3 h4,
#first-slider .slide4 h4 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
}
#first-slider .slide1 .text-left,
#first-slider .slide3 .text-left {
  padding-left: 40px;
}
/*---------- INDICATORS CONTROL ----------*/
#first-slider .carousel-indicators {
  right: 45%;
  bottom: 3%;
  left: auto;
  width: 90%;
  height: 20px;
  font-size: 0;
  overflow-x: auto;
  text-align: right;
  overflow-y: hidden;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  white-space: nowrap;
}
#first-slider .carousel-indicators li {
  padding: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #9e9e9e;
  text-indent: 0;
  overflow: hidden;
  text-align: left;
  position: relative;
  letter-spacing: 1px;
  background: #9e9e9e;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
  -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
  transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
  z-index: 10;
  cursor: pointer;
}
#first-slider .carousel-indicators li:last-child {
  margin-right: 0;
}
#first-slider .carousel-indicators .active {
  margin: 1px 5px 1px 1px;
  box-shadow: 0 0 0 2px #ffd200;
  background-color: transparent;
  position: relative;
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#first-slider .carousel-indicators .active:before {
  transform: scale(0.5);
  background-color: #ffd200;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item img {
  width: 100%;
}
#first-slider .carousel .item .content-details {
  z-index: 1000;
  position: relative;
  max-width: 725px;
}
#first-slider .carousel .item:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.carousel-inner .item .container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 22%;
  left: 0;
  right: 0;
}
#first-slider h3 {
  animation-delay: 1s;
}
#first-slider h4 {
  animation-delay: 2s;
}
#first-slider h2 {
  animation-delay: 3s;
}
#first-slider .carousel-control {
  width: 6%;
  text-shadow: none;
}
#first-slider h1 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
}
#first-slider h1 span {
  color: #7cdeff;
}
#first-slider .p {
  padding-top: 125px;
  text-align: center;
}
a.sl-btn {
  background: #7cdeff;
  display: inline-block;
  padding: 14px 52px;
  font-size: 15px;
  text-transform: uppercase;
  color: #101010;
  font-weight: 400;
}
a.sl-btn i {
  font-weight: 700;
  margin-left: 12px;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  position: relative;
  left: 0;
}
a.sl-btn:hover i {
  left: 10px;
}
#first-slider .p a {
  text-decoration: underline;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-control .fa-angle-right,
.carousel-control .fa-angle-left {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  transition: all 0.8s ease 0s;
  left: -100px;
  width: 60px;
  height: 60px;
  margin-top: -15px;
  font-size: 30px;
  color: #ffd200;
  border: 1px solid #ffd200;
  line-height: 58px;
}
.carousel-control .fa-angle-right {
  left: auto;
  right: -100px;
}
#first-slider:hover .carousel-control .fa-angle-right {
  right: 50%;
}
#first-slider:hover .carousel-control .fa-angle-left {
  left: 50%;
}
.hvr-ripple-out::before {
  border: 2px solid;
}
.carousel-control .fa-angle-left:hover,
.carousel-control .fa-angle-right:hover {
  background: #7cdeff;
  color: #101010;
}
.carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* ------------------------------------
    06. About Us
---------------------------------------*/
.rs-about.primary-section .panel .panel-heading a {
  background: #7cdeff;
}
.rs-about .panel-group {
  margin-bottom: 0;
}
.rs-about .sec-title {
  margin-bottom: 20px;
}
.rs-about .sec-title h3:after {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rs-about .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.rs-about .panel .panel-heading {
  border-radius: 0;
  position: relative;
  background: #f0f0f0;
  padding: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -mz-transition: 0.4s;
}
.rs-about .panel .panel-heading.active,
.rs-about .panel .panel-heading:hover {
  background: #101010;
}
.rs-about .panel .panel-heading.active h4.panel-title a,
.rs-about .panel .panel-heading:hover h4.panel-title a {
  color: #ffffff;
}
.rs-about .panel .panel-heading.active:after,
.rs-about .panel .panel-heading:hover:after {
  background: #ffffff;
}
.rs-about .panel .panel-heading.active h4.panel-title a {
  background: #252525;
}
.rs-about .panel .panel-heading h4.panel-title a {
  font-size: 20px;
  color: #101010;
  font-weight: 700;
  padding: 14px 20px;
  display: block;
}
.rs-about .panel .panel-heading h4.panel-title a:hover {
  background: #252525;
}
.rs-about .panel .panel-body {
  padding: 10px 0 0;
}
.rs-about .panel-group .panel + .panel {
  margin-top: 18px !important;
}
.rs-about .panel-heading.active .accordion-toggle:after {
  font-family: 'FontAwesome';
  content: "\f0d7";
  float: none;
  color: #252525;
  display: block;
  background: #7cdeff;
  padding: 14px 19px;
  right: 0;
  position: absolute;
  top: 0;
}
.rs-about .panel-heading .accordion-toggle:after {
  font-family: 'FontAwesome';
  content: "\f0da";
  float: none;
  color: #fff;
  display: block;
  background: #252525;
  padding: 14px 19px;
  right: 0;
  position: absolute;
  top: 0;
}
.rs-about .panel-heading:hover .accordion-toggle:after {
  color: #ffffff;
}
.rs-about .about-right-img {
  background: #000;
  position: relative;
}
.rs-about .about-right-img img.video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  ms-transform: translate(-50%, -50%);
  z-index: 11;
}
.rs-about .about-right-img img {
  opacity: 0.6;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  z-index: 1;
}
h3.title-border {
  font-size: 30px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 25px;
}
h3.title-border:after {
  position: absolute;
  content: "";
  height: 5px;
  width: 100px;
  background: #7cdeff;
  bottom: 0;
  left: 0;
}
.vision-section .vision-img {
  position: relative;
}
.vision-section .vision-img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #101010;
  opacity: 0.4;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -mz-transition: 0.4s;
}
.vision-section .vision-img:hover:after {
  opacity: 0.6;
}
.vision-section .vision-img img.video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  ms-transform: translate(-50%, -50%);
  z-index: 999;
}
.about-section-2 {
  padding-bottom: 70px;
}
.about-section-2 .company-overview {
  margin-top: 30px;
}
.about-section-2 .about-details {
  margin-bottom: 30px;
}
.about-section-2 .about-details h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 15px 0 8px;
  padding-bottom: 12px;
}
.about-section-2 .about-details h3:after {
  height: 3px;
}
.about-section-2 .about-details p {
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 15px;
}
.history-details p:last-child {
  margin-bottom: 0;
}
/* ----------------------------------
    07. Services
-------------------------------------*/
.rs-services .services-list .single-services {
  padding: 50px 25px;
  float: left;
  width: 33.333%;
  overflow: hidden;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}
.rs-services .services-list .single-services:nth-child(2n+1) {
  background: #e1e1e1;
}
.rs-services .services-list .single-services:nth-child(2n) {
  background: #e7e7e7;
}
.rs-services .services-list .single-services .serivec-icon {
  float: left;
  margin-right: 25px;
  font-size: 40px;
  line-height: 50px;
  color: #7cdeff;
}
.rs-services .services-list .single-services .serivec-icon .glyph-icon:before {
  margin-left: 0;
  font-size: 50px;
}
.rs-services .services-list .single-services .serices-details {
  overflow: hidden;
}
.rs-services .services-list .single-services .serices-details h3 {
  font-size: 22px;
  margin: 0 0 20px;
  color: #101010;
  font-weight: 700;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.rs-services .services-list .single-services .serices-details p {
  margin-bottom: 0;
  font-size: 14px;
  color: #505050;
  font-weight: 400;
}
.rs-services .services-list .single-services:hover .serices-details h3 {
  color: #7cdeff;
}
.rs-services.drak-color .services-list .single-services:nth-child(2n+1) {
  background: #0f0f0f;
}
.rs-services.drak-color .services-list .single-services:nth-child(2n) {
  background: #181818;
}
.rs-services.drak-color .services-list .single-services h3 {
  color: #ffffff;
}
.rs-services.drak-color .services-list .single-services:hover {
  background: #7cdeff;
}
.rs-services.drak-color .services-list .single-services:hover .serivec-icon,
.rs-services.drak-color .services-list .single-services:hover .serices-details p,
.rs-services.drak-color .services-list .single-services:hover h3 {
  color: #101010 !important;
}
.rs-services.drak-color .serices-details h3 a {
  color: #fff;
  font-weight: 700;
}
.rs-services.drak-color .serices-details p {
  color: #ddd !important;
}
.rs-services.drak-color .serices-details p:hover {
  color: #101010 !important;
}
/* ----------------------------------
    08. Services Pages
-------------------------------------*/
.services-section#homepages-services,
.services-section#services-sections {
  padding-bottom: 50px;
}
@media screen and (max-width: 590px) {
  .services-section .col-xs-6 {
    width: 100%;
  }
}
.services-section .single-service {
  margin-bottom: 50px;
  border: 1px solid #d7d7d7;
}
@media screen and (max-width: 991px) {
  .services-section .single-service {
    margin-bottom: 30px;
  }
}
.services-section .single-service .service-img {
  position: relative;
}
.services-section .single-service .service-img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #101010;
  opacity: 0.7;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -mz-transition: 0.4s;
}
.services-section .single-service .service-img i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  ms-transform: translate(-50%, -50%);
  z-index: 999;
  font-size: 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
}
.services-section .single-service .service-details {
  padding: 0 9px;
}
.services-section .single-service .service-details h3 {
  margin: 18px 0 8px;
}
.services-section .single-service .service-details h3 a {
  font-weight: 700;
  font-size: 20px;
  color: #101010;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -mz-transition: 0.4s;
}
.services-section .single-service .service-details a.primary-btn {
  background: #7cdeff;
  color: #101010;
  font-size: 15px;
  padding: 5px 24px;
  display: inline-block;
  margin-bottom: 25px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
}
.services-section .single-service:hover .service-img:after {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
}
.services-section .single-service:hover .service-details a.primary-btn {
  color: #ffffff;
  background: #101010;
}
.services-section .single-service:hover .service-details h3 a {
  color: #7cdeff;
}
.services-section .single-service:hover i {
  opacity: 1;
  visibility: visible;
}
.services-section .service-list-sidebar ul#service-menu li {
  display: block;
  position: relative;
}
.services-section .service-list-sidebar ul#service-menu li a {
  color: #505050;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -mz-transition: 0.4s;
}
.services-section .service-list-sidebar ul#service-menu li a:after {
  content: "›";
  font-size: 17px;
  font-family: Georgia, serif;
  position: absolute;
  right: 11px;
  top: 7px;
  color: #505050;
}
.services-section .service-list-sidebar ul#service-menu li a:hover:after,
.services-section .service-list-sidebar ul#service-menu li a:hover {
  color: #7cdeff;
}
.services-section .service-list-sidebar ul#service-menu li.active a {
  color: #7cdeff;
}
.services-section .services-left-side {
  margin-top: 40px;
}
.services-section .services-left-side h3 {
  font-weight: 400px;
  font-size: 18px;
  text-transform: uppercase;
  margin: 15px 0 8px;
  padding-bottom: 12px;
}
.services-section .services-left-side h3:after {
  height: 3px;
}
.services-section .services-left-side ul#brochures-list {
  margin-top: 30px;
}
.services-section .services-left-side ul#brochures-list li {
  border: 1px solid #ebebeb;
  margin-bottom: 20px;
}
.services-section .services-left-side ul#brochures-list li a {
  color: #505050;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
}
.services-section .services-left-side ul#brochures-list li a i {
  background: #ccc;
  padding: 14px;
  color: #505050;
  margin-right: 20px;
}
.services-section .services-left-side ul#brochures-list li a:hover {
  color: #7cdeff;
}
.services-section .services-left-side.our-office {
  margin-top: 48px;
}
.services-section .services-left-side.our-office ul#office-address {
  margin-top: 30px;
}
.services-section .services-left-side.our-office ul#office-address li {
  margin-bottom: 20px;
  color: #505050;
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
  padding-left: 35px;
  position: relative;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.services-section .services-left-side.our-office ul#office-address li a {
  color: #505050;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.services-section .services-left-side.our-office ul#office-address li i {
  color: #505050;
  position: absolute;
  left: 0;
  top: 5px;
}
.services-section .services-left-side.our-office ul#office-address li span {
  overflow: hidden;
}
.services-section .services-left-side.our-office ul#office-address li a:hover {
  color: #7cdeff;
}
.services-section#services-sliders {
  padding-bottom: 100px;
}
.services-section#services-sliders .single-service {
  margin-bottom: 1px;
}
.services-section .include {
  margin-top: 35px;
}
.services-section .include .panel-body p {
  margin: 12px 0;
}
.services-section .include .panel-body .panel-title a.collapsed {
  background: #000;
}
.services-section .services-btm {
  margin-top: 35px;
}
.services-section .services-btm .title-border {
  margin-left: 15px;
}
.services-section .services-btm ul li {
  position: relative;
  padding-left: 30px;
}
.services-section .services-btm ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 99999;
  color: #7cdeff;
  font-size: 18px;
}
/* ----------------------------------
    09. Project
-------------------------------------*/
.rs-project {
  overflow: hidden !important;
}
.rs-project #demos {
  padding-bottom: 8px;
}
.rs-project #demos .owl-carousel .item {
  transition: .8s;
  -webkit-transition: .8s;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
}
.rs-project #demos .owl-carousel .item.__loading {
  transition: .8s;
  -webkit-transition: .8s;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 0;
  transform: translateX(40px);
  -webkit-transform: translateX(40px);
}
.rs-project .sec-title {
  margin-bottom: 25px;
}
.rs-project .container-full {
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
}
.rs-project .container-full .project-filter {
  padding: 0 30px;
}
.rs-project .project-filter {
  margin-bottom: 30px;
  text-align: center;
}
.rs-project .project-filter button {
  background: transparent;
  position: relative;
  display: inline-block;
  border: 0;
  outline: none;
  font-weight: 400;
  font-size: 18px;
  color: #505050;
  transition: all 0.3s ease 0s;
  margin: 0 30px 15px 0;
}
.rs-project .project-filter button:last-child {
  margin-right: 0;
}
.rs-project .project-filter button:hover,
.rs-project .project-filter button.active {
  color: #7cdeff;
}
.rs-project .project-item {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.rs-project .project-item .headding-title {
  padding: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  background: rgba(0, 0, 0, 0.8);
}
.rs-project .project-item .headding-title h3 {
  margin: 0 0 20px;
}
.rs-project .project-item .headding-title h3 a {
  font-size: 30px;
  color: #fff;
}
.rs-project .project-item .headding-title a.project-link {
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
}
.rs-project .project-item .project-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 110%;
  left: 0;
  text-align: left;
  z-index: 11;
  padding: 15px 35px;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
.rs-project .project-item .project-content:before {
  content: '';
  position: absolute;
  left: 0;
  top: 12%;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  -webkit-transition: .25s opacity ease;
  transition: .25s opacity ease;
}
.rs-project .project-item .project-img img {
  width: 100%;
}
.rs-project .project-item a.image-popup i,
.rs-project .project-item .p-title,
.rs-project .project-item .p-desc,
.rs-project .project-item a.project-link {
  position: relative;
  z-index: 11;
}
.rs-project .project-item a.project-link:hover {
  color: #ffffff;
}
.rs-project .project-item .p-title {
  line-height: normal;
  color: #fff;
  margin-bottom: 20%;
}
.rs-project .project-item .p-title a {
  line-height: 35px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.rs-project .project-item .p-title a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.rs-project .project-item .p-desc {
  font-size: 15px;
  color: #ccc;
  margin-bottom: 20%;
  margin-top: 10px;
}
.rs-project .project-item:hover .project-content {
  opacity: 1;
  top: 0;
  text-align: center;
}
.rs-project .project-item:hover .project-content:before {
  top: 0;
}
.rs-project .project-item:hover .headding-title {
  opacity: 0;
  visibility: hidden;
}
.rs-project #filter-list {
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
}
.rs-project #filter-list .grid-item {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  width: 25%;
}
.rs-project.innner-project .project-filter {
  text-align: left;
  margin-bottom: 35px;
}
.rs-project.innner-project .project-filter button {
  background: transparent;
  position: relative;
  display: inline-block;
  border: 0;
  outline: none;
  font-weight: 400;
  transition: all 0.3s ease 0s;
  margin: 0 0px 15px 0;
}
.rs-project.innner-project .project-filter button.active {
  color: #7cdeff;
}
.rs-project.innner-project .project-item {
  position: relative;
  overflow: hidden;
}
.rs-project.innner-project .project-item .project-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 30%;
  left: 0;
  text-align: center;
  z-index: 10;
  padding: 25px;
  opacity: 0;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.rs-project.innner-project .project-item .project-content:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  -webkit-transition: .25s opacity ease;
  transition: .25s opacity ease;
}
.rs-project.innner-project .project-item .project-img img {
  width: 100%;
}
.rs-project.innner-project .project-item .p-zoom {
  display: inline-block;
  font-size: 50px;
  position: relative;
  z-index: 11;
  color: #7cdeff;
  transition: all 0.3s ease 0s;
}
.rs-project.innner-project .project-item .p-zoom:hover {
  opacity: 0.6;
}
.rs-project.innner-project .project-item .p-title {
  line-height: normal;
  margin-top: 18px;
  color: #fff;
  margin-bottom: 6px;
}
.rs-project.innner-project .project-item .p-title a {
  font-size: 20px;
  color: #fff;
}
.rs-project.innner-project .project-item .p-title a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.rs-project.innner-project .project-item .p-desc {
  font-size: 15px;
  color: #fff;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 10px;
}
.rs-project.innner-project .project-item:hover .project-content {
  opacity: 1;
  top: 0;
}
.rs-project.filter-slider {
  padding-bottom: 92px;
}
.rs-project.project-style-2 {
  padding-bottom: 80px;
}
.rs-project .default-pagination {
  padding-top: 5px;
}
/* -----------------------
    10. Team Member
--------------------------*/
.rs-team .team-item {
  position: relative;
  overflow: hidden;
}
.rs-team .team-item .team-img {
  position: relative;
}
.rs-team .team-item .team-img .normal-text {
  position: absolute;
  left: -57px;
  bottom: 56px;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.rs-team .team-item .team-img .normal-text .team-name {
  background: #7cdeff;
  color: #101010;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px !important;
}
.rs-team .team-item .team-img .normal-text span.subtitle {
  background: #333;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
.rs-team .team-item .team-img .normal-text span.subtitle,
.rs-team .team-item .team-img .normal-text .team-name {
  margin: 0;
  padding: 10px 20px;
  display: block;
}
.rs-team .team-item .team-img img {
  width: 100%;
}
.rs-team .team-item .team-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10%;
  left: 0;
  text-align: center;
  z-index: 11;
  padding: 30px;
  opacity: 0;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.rs-team .team-item .team-content:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  -webkit-transition: .25s opacity ease;
  transition: .25s opacity ease;
}
.rs-team .team-item .team-name a {
  margin-bottom: 6px;
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
}
.rs-team .team-item .team-name a:hover {
  color: #7cdeff;
}
.rs-team .team-item .team-name a,
.rs-team .team-item .team-title {
  position: relative;
  z-index: 111;
}
.rs-team .team-item .team-title {
  font-size: 14px;
  color: #7cdeff;
  padding-bottom: 12px;
}
.rs-team .team-item .team-title:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #7cdeff;
  content: "";
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  mz-transform: translateX(-50%);
}
.rs-team .team-item .team-desc {
  color: #fff;
  margin-bottom: 0;
  padding-top: 12px;
  margin-top: 8px;
}
.rs-team .team-item .team-social {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 111;
  opacity: 0;
  margin-top: 25px;
  -webkit-transition: .4s all ease;
  transition: .4s all ease;
}
.rs-team .team-item .team-social .social-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ffffff;
  margin-right: 6px;
  border-radius: 50%;
}
.rs-team .team-item .team-social .social-icon i {
  font-size: 14px;
  color: #101010;
}
.rs-team .team-item .team-social .social-icon:hover {
  background-color: #7cdeff;
}
.rs-team .team-item:hover .team-content {
  opacity: 1;
  top: 0;
}
.rs-team .team-item:hover .team-social {
  opacity: 1;
}
.rs-team .team-item:hover .normal-text {
  opacity: 0;
  visibility: hidden;
}
.rs-team-pages .team-item {
  margin-bottom: 30px;
}
.rs-team-pages .default-pagination {
  padding-top: 10px;
}
/* ------------------------------------
    11. Team details
---------------------------------------*/
.rs-team-details {
  padding: 100px 0 90px;
}
.rs-team-details .figure img {
  margin-bottom: 30px;
}
.rs-team-details .clear-it {
  clear: both;
  padding-top: 20px;
}
.rs-team-details .description .member-title h2 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.rs-team-details .description .social-share .social-icons {
  padding: 10px 0;
}
.rs-team-details .description .social-share .social-icons a i {
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  margin-right: 7px;
  text-align: center;
  width: 32px;
  background: #7cdeff;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.rs-team-details .description .social-share .social-icons a:hover i {
  background: #7cdeff;
}
.rs-team-details .contact-details {
  margin-bottom: 30px;
}
.rs-team-details .contact-details ul li {
  padding: 6px 0;
}
.rs-team-details .contact-details ul li a {
  color: #505050;
}
.rs-team-details .contact-details ul li a:hover {
  color: #7cdeff;
}
.rs-team-details .contact-details ul li i {
  border: 1px solid #7cdeff;
  color: #7cdeff;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.rs-team-details .contact-details ul li span {
  margin-left: 10px;
}
.rs-team-details .contact-details ul li:hover i {
  background: #7cdeff;
  color: #fff;
}
.rs-team-details .cl-skill-bar .skillbar {
  background: #eeeeee;
  border-radius: 3px;
  display: inline-block;
  height: 30px;
  margin: 5px 0;
  position: relative;
  width: 100%;
}
.rs-team-details .cl-skill-bar .skillbar .skillbar-title {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  color: #101010;
  font-size: 12px;
  font-weight: 700;
  height: 30px;
  left: 0;
  line-height: 30px;
  padding: 0 20px;
  position: absolute;
  top: 0;
  width: 150px;
  background: #7cdeff;
}
.rs-team-details .cl-skill-bar .skillbar .skillbar-bar {
  background: #7cdeff;
  border-radius: 3px;
  display: inline-block;
  height: 30px;
  width: 0;
  margin-bottom: 0;
}
.rs-team-details .cl-skill-bar .skillbar .skill-bar-percent {
  color: rgba(0, 0, 0, 0.4);
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 10px;
  top: 0;
}
.rs-team-pages2 .single-member-area {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.rs-team-pages2 .single-member-area figure {
  overflow: hidden;
  position: relative;
}
.rs-team-pages2 .single-member-area figure img {
  transform: scale(1.15);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.rs-team-pages2 .single-member-area figure .overly-border:after,
.rs-team-pages2 .single-member-area figure .overly-border:before {
  opacity: 0;
  visibility: hidden;
  transtion: 0.4s;
  -webkit-transtion: 0.4s;
  -ms-transtion: 0.4s;
  z-index: 11;
}
.rs-team-pages2 .single-member-area .overlay {
  bottom: 0;
  color: #ffffff;
  height: 100%;
  left: 0;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out 0.15s;
  -moz-transition: all 0.5s ease-out 0.15s;
  -o-transition: all 0.5s ease-out 0.15s;
  -ms-transition: all 0.5s ease-out 0.15s;
  transition: all 0.5s ease-out 0.15s;
  width: 100%;
  background-color: rgba(8, 8, 8, 0.7);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: 50% 50% 0;
}
.rs-team-pages2 .single-member-area .overlay .overlay-element {
  position: relative;
  height: 100%;
}
.rs-team-pages2 .single-member-area .overlay .overlay-element .social-icons {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  padding: 20% 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 111 !important;
}
.rs-team-pages2 .single-member-area .overlay .overlay-element .social-icons a {
  color: #fff;
  padding-right: 10px;
  font-size: 20px;
}
.rs-team-pages2 .single-member-area .overlay .overlay-element .social-icons a:hover {
  color: #7cdeff;
}
.rs-team-pages2 .single-member-area:hover figure .overly-border:after,
.rs-team-pages2 .single-member-area:hover figure .overly-border:before {
  opacity: 1;
  visibility: visible;
}
.rs-team-pages2 .single-member-area:hover img {
  transform: scale(1);
}
.rs-team-pages2 .single-member-area:hover .overlay {
  opacity: 1;
  transform: scale(1);
}
.rs-team-pages2 .single-member-area:hover article {
  background: #7cdeff;
}
.rs-team-pages2 .single-member-area article {
  background: #7cdeff;
  position: relative;
  z-index: 11;
}
.rs-team-pages2 .single-member-area article .content {
  text-align: center;
  padding: 12px 6px;
}
.rs-team-pages2 .single-member-area article .content h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.rs-team-pages2 .single-member-area article .content h3 a {
  color: #101010;
  font-weight: 700;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.rs-team-pages2 .single-member-area article .content .member-title {
  color: #101010;
  font-size: 15px;
}
@media screen and (max-width: 500px) {
  .rs-team-pages2 .col-md-3 {
    width: 100%;
  }
}
.rs-team-pages2#homepages {
  padding-bottom: 100px;
}
.rs-team-pages2#homepages .single-member-area {
  margin-bottom: 0;
}
/* -----------------------
    12. Newsletter
--------------------------*/
.rs-newsletter {
  background-attachment: fixed;
  transition: all 0.3s ease 0s;
  background-size: cover;
  background-position: center center;
  padding: 100px 0;
  line-height: 0;
  position: relative;
}
.rs-newsletter .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}
.rs-newsletter .news-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.rs-newsletter .news-note {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0;
  color: #7cdeff !important;
}
.rs-newsletter .news-form {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 10px;
}
.rs-newsletter .news-form .form-input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 5px 20px;
  background: transparent;
  outline: none;
  color: #fff;
  border: 1px solid #7cdeff;
}
.rs-newsletter .news-form .form-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.rs-newsletter .news-form .form-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.rs-newsletter .news-form .form-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.rs-newsletter .news-form .form-input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.rs-newsletter .news-form .form-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  min-width: 200px;
  background-color: #7cdeff;
  font-size: 15px;
  text-transform: uppercase;
  border: 0;
  color: #101010;
  transition: all 0.3s ease 0s;
}
.rs-newsletter .news-form .form-button:hover {
  background-color: #7cdeff;
}
/* -----------------------
    13. Testimonial
--------------------------*/
.rs-testimonial.gray-color #testimonial-slider10 .testimonial {
  border-color: #ddd;
}
.rs-testimonial.gray-color #testimonial-slider10 .testimonial:hover .testimonial-content .testimonial-profile .post {
  color: #7cdeff;
}
.rs-testimonial.gray-color #testimonial-slider10 .testimonial .description {
  color: #000;
  border-color: #ddd;
}
.rs-testimonial.gray-color #testimonial-slider10 .testimonial .testimonial-content .testimonial-profile .post {
  color: #000;
}
.rs-testimonial.drak-color .single-test {
  background: #181818;
}
.rs-testimonial.drak-color .single-test .test-details h3 {
  color: #ffffff;
}
.rs-testimonial.drak-color .single-test .test-details h3 span {
  color: #999999;
}
.rs-testimonial.drak-color .single-test .test-details p {
  color: #f5f5f5;
}
.rs-testimonial .single-test {
  background: #e1e1e1;
  margin-top: 56px;
  position: relative;
}
.rs-testimonial .single-test:before,
.rs-testimonial .single-test:after {
  content: "\f10e";
  font-family: "FontAwesome";
  font-size: 26px;
  left: 40px;
  position: absolute;
  color: #7cdeff;
  top: 40px;
  font-weight: 700;
  display: block;
  transition: 0.4s;
}
.rs-testimonial .single-test:before {
  content: "\f10d";
}
.rs-testimonial .single-test:after {
  left: auto;
  right: 40px;
  top: auto;
  bottom: 40px;
}
.rs-testimonial .single-test .test-img {
  position: relative;
  top: -56px;
  z-index: 11;
  text-align: center;
  margin: 0 auto;
  width: 105px;
  overflow: hidden;
  border-radius: 50%;
}
.rs-testimonial .single-test .test-img img {
  max-width: 100%;
  width: auto;
}
.rs-testimonial .single-test .test-details {
  padding: 0 40px 80px 40px;
}
.rs-testimonial .single-test .test-details h3 {
  font-size: 16px;
  color: #101010;
  margin: -20px 0 30px;
}
.rs-testimonial #testimonial-slider10 .testimonial {
  padding-top: 70px;
  margin: 50px 0 0;
  border: 1px solid #333;
  text-align: center;
  position: relative;
  transition: all 0.7s ease 0s;
}
.rs-testimonial #testimonial-slider10 .testimonial:hover {
  border-color: #7cdeff;
}
.rs-testimonial #testimonial-slider10 .testimonial:hover .image {
  border-color: #7cdeff;
}
.rs-testimonial #testimonial-slider10 .testimonial:hover .testimonial-content {
  background-color: #333;
}
.rs-testimonial #testimonial-slider10 .testimonial:hover .testimonial-content .testimonial-profile .name {
  color: #fff;
}
.rs-testimonial #testimonial-slider10 .testimonial:hover .testimonial-content .social-links li {
  background-color: #fff;
}
.rs-testimonial #testimonial-slider10 .testimonial:hover .testimonial-content .social-links li a i {
  color: #7cdeff;
}
.rs-testimonial #testimonial-slider10 .testimonial .image {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: -50px;
  left: 50%;
  overflow: hidden;
  transform: translateX(-50%);
  transition: all 0.7s ease 0s;
  border: 5px solid #f2f2f2;
}
.rs-testimonial #testimonial-slider10 .testimonial .image img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.rs-testimonial #testimonial-slider10 .testimonial .title {
  font-size: 16px;
  font-weight: 700;
  color: #7cdeff;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.rs-testimonial #testimonial-slider10 .testimonial .description {
  font-size: 15px;
  color: #fff;
  line-height: 25px;
  padding: 0 25px 15px;
  margin: 0;
}
.rs-testimonial #testimonial-slider10 .testimonial .testimonial-content {
  padding: 15px 25px 12px;
  border-top: none;
  text-align: center;
  transition: all 500ms ease 0s;
}
.rs-testimonial #testimonial-slider10 .testimonial .testimonial-content .testimonial-profile .name {
  font-size: 16px;
  font-weight: bold;
  color: #7cdeff;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 0;
  transition: all 700ms ease 0s;
}
.rs-testimonial #testimonial-slider10 .testimonial .testimonial-content .testimonial-profile .post {
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.rs-testimonial #testimonial-slider10 .testimonial .testimonial-content .rating {
  display: inline-block;
  margin-bottom: 14px;
  margin-top: 0;
  list-style: none;
}
.rs-testimonial #testimonial-slider10 .testimonial .testimonial-content .rating li {
  display: inline-block;
  font-size: 14px;
  color: #ffd906;
}
.rs-testimonial #testimonial-slider10 .testimonial .testimonial-content .social-links {
  padding: 0;
  margin: 0;
}
.rs-testimonial #testimonial-slider10 .testimonial .testimonial-content .social-links li {
  list-style: none;
  margin-right: 5px;
  display: inline-block;
  background-color: #7cdeff;
}
.rs-testimonial #testimonial-slider10 .testimonial .testimonial-content .social-links li a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.rs-testimonial #testimonial-slider10 .testimonial .testimonial-content .social-links li a i:hover {
  text-decoration: none;
  color: #7cdeff;
}
.rs-testimonial #testimonial-slider10 .owl-theme .owl-controls {
  width: 100%;
  position: absolute;
  top: 50%;
}
.rs-testimonial #testimonial-slider10 .owl-theme .owl-controls .owl-buttons div {
  width: 45px;
  height: 40px;
  line-height: 37px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #ececec;
  padding: 0;
  opacity: 1;
  transition: all 0.4s ease-in-out 0s;
}
.rs-testimonial #testimonial-slider10 .owl-theme .owl-controls .owl-buttons div:hover {
  background: #eabd44;
  border-color: #7cdeff;
}
.rs-testimonial #testimonial-slider10 .owl-prev,
.rs-testimonial #testimonial-slider10 .owl-next {
  position: absolute;
  left: -3%;
}
.rs-testimonial #testimonial-slider10 .owl-next {
  left: auto;
  right: -3%;
}
.rs-testimonial #testimonial-slider10 .owl-prev:before {
  content: "\f104";
  font-family: "fontAwesome";
  font-size: 25px;
  color: #ececec;
}
.rs-testimonial #testimonial-slider10 .owl-next:before {
  content: "\f105";
  font-family: "fontAwesome";
  font-size: 25px;
  color: #ececec;
}
#services-sliders .owl-dots,
.rs-project .owl-dots,
.rs-testimonial .owl-dots,
.rs-team .owl-dots,
.test-list .owl-dots {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 5px;
}
#services-sliders .owl-dots .owl-dot,
.rs-project .owl-dots .owl-dot,
.rs-testimonial .owl-dots .owl-dot,
.rs-team .owl-dots .owl-dot,
.test-list .owl-dots .owl-dot {
  width: 6px;
  height: 8px;
  background: #7cdeff;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 14px;
}
#services-sliders .owl-dots .owl-dot.active,
.rs-project .owl-dots .owl-dot.active,
.rs-testimonial .owl-dots .owl-dot.active,
.rs-team .owl-dots .owl-dot.active,
.test-list .owl-dots .owl-dot.active {
  height: 20px;
  width: 8px;
}
.rs-partner {
  padding: 70px 0 65px;
}
.rs-testimonial-pages {
  padding-top: 70px;
}
.rs-testimonial-pages #testimonial-slider10 .testimonial {
  margin: 80px 0 0;
}
.rs-testimonial-pages .single-test {
  margin-bottom: 40px;
}
.rs-testimonial-pages .single-testimonial {
  margin-top: 30px;
  background-color: #fafafa;
  border-radius: 3px;
  padding: 18px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.19);
  overflow: auto;
}
.rs-testimonial-pages .single-testimonial .cl-client-img {
  width: 80px;
  margin: 0 auto 20px;
}
.rs-testimonial-pages .single-testimonial .cl-client-img img {
  border-radius: 100%;
}
.rs-testimonial-pages .single-testimonial .cl-client-testimonial {
  text-align: center;
  font-style: italic;
  padding-left: 10px;
  font-size: 14px;
}
.rs-testimonial-pages .single-testimonial .fa-quote-left {
  color: #7cdeff;
}
.rs-testimonial-pages .single-testimonial .cl-client-info {
  text-align: center;
  padding-top: 10px;
}
.rs-testimonial-pages .single-testimonial .cl-client-info .cl-client-name {
  font-size: 14px;
  color: #101010;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.rs-testimonial-pages .single-testimonial .cl-client-info .cl-client-designation {
  font-size: 14px;
  color: #000;
  margin: 10px 0;
}
.rs-testimonial-pages .single-testimonial .cl-client-info .cl-client-rating i {
  color: #7cdeff;
}
.rs-testimonial-pages .single-testimonial .testimonial-left {
  float: left;
  margin-right: 15px;
  width: 30%;
}
@media screen and (max-width: 600px) {
  .rs-testimonial-pages .single-testimonial .testimonial-left {
    width: 100%;
  }
}
.rs-testimonial-pages .single-testimonial .right-content {
  width: 66%;
  float: left;
}
.rs-testimonial-pages .single-testimonial .right-content .cl-client-testimonial {
  text-align: left;
}
@media screen and (max-width: 600px) {
  .rs-testimonial-pages .single-testimonial .right-content {
    width: 100%;
  }
}
.rs-testimonial-pages .single-testimonial:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.19);
}
.testimonial-style1 .owl-item .testimonial .title {
  color: #505050 !important;
}
.testimonial-style1 .owl-item .testimonial .testimonial-profile .name {
  color: #505050 !important;
}
.testimonial-style1 .owl-item .testimonial .social-links li {
  background: #505050 !important;
}
.testimonial-style1 .owl-item:hover .social-links li {
  background: #7cdeff !important;
}
.testimonial-style1 .owl-item:hover .social-links li a i {
  color: #fff !important;
}
.testimonial-style1 .owl-item:hover .social-links li a i:hover {
  color: #505050 !important;
}
.testimonial-style1 .owl-item:hover .testimonial-profile .name {
  color: #fff !important;
}
.services-logo {
  background: #f9f9f9;
  margin-top: 100px;
}
/* -----------------------
    14. Blog Post
--------------------------*/
.rs-blog .blog-item {
  margin: 35px 10px;
  position: relative;
  overflow: hidden;
}
.rs-blog .blog-item .blog-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10%;
  left: 0;
  text-align: center;
  z-index: 999;
  padding: 30px 40px;
  opacity: 0;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -mz-transform: scaleY(1);
}
.rs-blog .blog-item .blog-content:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  -webkit-transition: .25s opacity ease;
  transition: .25s opacity ease;
}
.rs-blog .blog-item .blog-content .blog-date {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  color: #7cdeff;
  margin-bottom: 16px;
}
.rs-blog .blog-item .blog-content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.rs-blog .blog-item .blog-content h3 a {
  color: #ffffff;
  font-weight: 700;
}
.rs-blog .blog-item .blog-content h3 a:hover {
  color: #7cdeff;
}
.rs-blog .blog-item .blog-content h3 a,
.rs-blog .blog-item .blog-content p,
.rs-blog .blog-item .blog-content .blog-link a {
  position: relative;
  z-index: 999;
}
.rs-blog .blog-item .blog-content p {
  font-size: 15px;
  color: #ccc;
}
.rs-blog .blog-item .blog-content .blog-link a {
  font-size: 15px;
  color: #7cdeff;
  font-weight: 400;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.rs-blog .blog-item .blog-content .blog-link a:hover {
  color: #ffffff;
}
.rs-blog .blog-item .blog-img {
  position: relative;
}
.rs-blog .blog-item .blog-img img {
  width: 100%;
}
.rs-blog .blog-item.slick-current,
.rs-blog .blog-item:hover {
  transform: scaleY(1.2);
  -webkit-transform: scaleY(1.2);
  -mz-transform: scaleY(1.2);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.rs-blog .blog-item.slick-current .blog-content,
.rs-blog .blog-item:hover .blog-content {
  opacity: 1;
  top: 0;
}
.rs-blog ul.slick-dots {
  text-align: center;
  margin-top: 40px;
}
.rs-blog ul.slick-dots li {
  display: inline-block;
}
.rs-blog ul.slick-dots li button {
  border: 1px solid #7cdeff;
  color: #101010;
  background: transparent;
  border-radius: 0;
  height: 40px;
  width: 40px;
}
.rs-blog ul.slick-dots li button:hover button,
.rs-blog ul.slick-dots li.slick-active button {
  background: #7cdeff;
  color: #101010;
  outline: none !important;
}
.rs-blog.drak-color ul.slick-dots li button {
  color: #ffffff;
}
/* ------------------------------------
    15. Contact Page
---------------------------------------*/
.contact-page #googleMap {
  height: 485px;
}
.contact-page .location-details {
  margin-top: 20px;
}
.contact-page .location-details h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.contact-page .contact-form-area {
  padding-top: 20px;
}
.contact-page .contact-form-area .form-group {
  margin-bottom: 20px;
}
.contact-page .contact-form-area h4 {
  font-size: 18px;
  text-transform: uppercase;
  padding-left: 15px;
  font-weight: 500;
  margin-bottom: 19px;
}
.contact-page .contact-form-area label {
  color: #505050;
  font-weight: normal;
  letter-spacing: 1px;
}
.contact-page .contact-form-area input,
.contact-page .contact-form-area textarea {
  background: transparent;
  border: 1px solid #ddd;
  box-shadow: none;
  border-radius: 0;
  height: 45px;
  width: 100%;
}
.contact-page .contact-form-area textarea {
  height: 150px;
  width: 100%;
  max-width: 100%;
}
.contact-page .contact-form-area .btn-send {
  background: #7cdeff;
  font-weight: 700;
  color: #101010;
  font-size: 15px;
  line-height: 24px;
  border: none;
  border-radius: 0px;
  padding: 14px 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 14px;
  transition: all 0.3s ease 0s;
}
.contact-page .contact-form-area .btn-send:hover {
  background: #252525;
  color: #ffffff;
}
.contact-page ul#contact-list {
  background: #f0f0f0;
  padding: 25px;
}
.contact-page ul#contact-list li {
  font-size: 15px;
  font-weight: 400;
  color: #434343;
  padding-bottom: 20px;
}
.contact-page ul#contact-list li:last-child {
  padding-bottom: 0;
}
.contact-page ul#contact-list li i {
  float: left;
  font-size: 24px;
  font-weight: 700;
  color: #7cdeff;
  margin-top: 5px;
  width: 40px;
}
.contact-page ul#contact-list li .info-text {
  overflow: hidden;
}
.contact-page.contact-page3 .location-details,
.contact-page.contact-page2 .location-details,
.contact-page.contact-page3 .contact-form-area,
.contact-page.contact-page2 .contact-form-area {
  margin-top: 0;
  padding-top: 0;
}
#about-slider {
  position: relative;
}
#about-slider img {
  webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#about-slider .owl-item {
  overflow: hidden;
}
#about-slider .owl-nav {
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
#about-slider .owl-nav .owl-prev {
  display: block !important;
  text-align: left;
  position: relative;
  left: 0;
  font-size: 0;
}
#about-slider .owl-nav .owl-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 99999;
  color: #fff;
  background: #7cdeff;
  width: 45px;
  text-align: center;
  padding: 7px 0;
  font-size: 30px;
  border-radius: 0 3px 3px 0;
}
#about-slider .owl-nav .owl-next {
  display: block !important;
  text-align: right;
  right: 0;
  font-size: 0;
}
#about-slider .owl-nav .owl-next:before {
  content: "\f105";
  font-family: FontAwesome;
  right: 0;
  position: absolute;
  top: 0;
  z-index: 99999;
  color: #fff;
  background: #7cdeff;
  width: 45px;
  text-align: center;
  padding: 7px 0;
  font-size: 30px;
  border-radius: 3px 0 0 3px;
}
#about-slider:hover .owl-next:before,
#about-slider:hover .owl-prev:before {
  background: #000;
}
#about-slider:hover img {
  webkit-transform: scale(1);
  transform: scale(1);
}
/* -----------------------
    16. Footer
--------------------------*/
.rs-footer {
  background-color: #393185;
  color: #fff;
}
.rs-footer .footer-title {
  margin-bottom: 40px;
  padding-bottom: 5px;
  color: #fff;
  font-size: 22px;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
}
.rs-footer .footer-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 1px;
  width: 50px;
  background-color: #7cdeff;
}
.rs-footer .footer-top {
  padding: 80px 0;
}
.rs-footer .footer-top .about-widget img {
  margin-bottom: 25px;
}
.rs-footer .footer-top .recent-post-widget .post-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-date {
  width: 70px;
  height: 65px;
  flex: 0 0 70px;
  text-align: center;
  background-color: #7cdeff;
  color: #101010;
  margin-right: 15px;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-date > span {
  display: block;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-date > span:first-child {
  margin-top: 6px;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-date > span:last-child {
  font-size: 13px;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-title {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-title a {
  color: #afb0b2;
  font-weight: 400;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-title a:hover,
.rs-footer .footer-top .recent-post-widget .post-item .post-title a:focus {
  color: #fff;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-category {
  font-size: 13px;
}
.rs-footer .footer-top .recent-post-widget .post-item + .post-item {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(102, 102, 102, 0.5);
}
.rs-footer .footer-top .sitemap-widget {
  overflow: hidden;
}
.rs-footer .footer-top .sitemap-widget li a {
  color: #fff;
  display: block;
  /*border-bottom: 1px solid rgba(102, 102, 102, 0.5);*/
  position: relative;
  padding: 4px 0 4px 14px;
  font-size: 22px;
  color: #fff;
}
.rs-footer .footer-top .sitemap-widget li a:hover,
.rs-footer .footer-top .sitemap-widget li a:focus {
  color: #fff;
}
.rs-footer .footer-top .sitemap-widget li a:after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 4px;
  color: #afb0b2;
  font-weight: 400;
}
.rs-footer .footer-top .recent-project li {
  display: inline-block;
  margin: 2px 3px;
  overflow: hidden;
  position: relative;
  width: 78px;
}
.rs-footer .footer-top .recent-project li img {
  height: 100%;
}
.rs-footer .footer-top .recent-project li a {
  display: block;
}
.rs-footer .footer-top .recent-project li a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease 0s;
}
.rs-footer .footer-top .recent-project li a:hover:after {
  opacity: 1;
}
.rs-footer .footer-subscribe {
  position: relative;
}
.rs-footer .footer-subscribe input {
  font-size: 14px;
  padding: 8px 15px;
  border: none;
  border-radius: 0;
  height: 45px;
  position: relative;
  width: 186px;
  border-radius: 25px;
  display: block;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  outline: none;
  width: 100%;
}
.rs-footer .footer-subscribe button {
  position: absolute;
  right: -2px;
  top: 0;
  height: 45px;
  border: none;
  background: #7cdeff;
  color: #fff;
  font-size: 0;
  padding: 10px 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.rs-footer .footer-subscribe button:after {
  content: "\f1d8";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 18px;
  padding-right: 0;
  position: absolute;
  top: 10px;
  left: 14px;
  transition: all 0.3s ease 0s;
}
.footer-bottom {
  padding: 20px 0;
  border-top: 1px solid #3f361f;
  font-size: 14px;
}
.footer-bottom .copyright p {
  margin-bottom: 0;
}
.footer-bottom .copyright a {
  color: #fff;
}
.footer-bottom .copyright a:hover,
.footer-bottom .copyright a:focus {
  color: #afb0b2;
}
.footer-bottom .footer-bottom-menu {
  display: inline-block;
}
.footer-bottom .footer-bottom-menu ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  padding: 0;
  list-style: none;
}
.footer-bottom .footer-bottom-menu ul > * {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  padding-left: 10px;
  position: relative;
}
.footer-bottom .footer-bottom-menu ul li:before {
  display: inline-block;
}
.footer-bottom .footer-bottom-menu ul li:nth-child(n+2):before {
  content: ":";
  margin-right: 10px;
}
.footer-bottom .footer-bottom-menu ul li a {
  color: #afb0b2;
}
.footer-bottom .footer-bottom-menu ul li a:hover,
.footer-bottom .footer-bottom-menu ul li a:focus {
  color: #fff;
}
.footer-bottom .footer-bottom-share {
  display: inline-block;
}
.footer-bottom .footer-bottom-share ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-bottom .footer-bottom-share ul li {
  display: inline-block;
}
.footer-bottom .footer-bottom-share ul li + li {
  margin-left: 10px;
}
.footer-bottom .footer-bottom-share ul li a {
  font-size: 15px;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 32px;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease 0s;
  background: #383838;
}
.footer-bottom .footer-bottom-share ul li a:hover {
  color: #7cdeff;
}
.rs-contact .contact-top-section {
  position: relative;
}
.rs-contact .contact-top-section #googleMap {
  width: 100%;
  height: 660px;
}
.rs-contact .contact-top-section .contact-box-area {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 111;
}
.rs-contact .contact-top-section .contact-box-area .contact-box-inner {
  background: #7cdeff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
.rs-contact .contact-top-section .contact-box-area .contact-box-inner .contact-form {
  background: #ffffff;
  padding: 100px;
}
.rs-contact .contact-top-section .contact-box-area .contact-box-inner .contact-form .form-control {
  width: 100%;
  box-shadow: none;
  color: #2b323f;
  height: auto;
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 0;
}
.rs-contact .contact-top-section .contact-box-area .contact-box-inner .contact-form textarea.form-control {
  height: 150px;
}
.rs-contact .contact-top-section .contact-box-area .contact-box-inner .contact-form .btn {
  background: #7cdeff;
  color: #101010;
  border-radius: 0;
  padding: 10px 20px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  font-weight: 700;
}
.rs-contact .contact-top-section .contact-box-area .contact-box-inner .contact-form .btn:hover {
  background: #101010;
  color: #ffffff;
}
.rs-contact .contact-top-section .contact-box-area .contact-box-inner .address-box {
  padding: 100px;
  padding-left: calc(70px);
  color: #101010;
}
.rs-contact .contact-top-section .contact-box-area .contact-box-inner .address-box h2 {
  color: #101010;
}
.rs-contact .contact-top-section .contact-box-area .contact-box-inner .address-box .address-details li {
  margin-bottom: 15px;
}
.rs-contact .contact-top-section .contact-box-area .contact-box-inner .address-box .address-details li .info-icon {
  width: 30px;
}
.rs-contact .contact-top-section .contact-box-area .contact-box-inner .address-box .address-details li .info-icon i {
  font-size: 30px;
}
.rs-contact .contact-top-section .contact-box-area .contact-box-inner .address-box .address-details li .info-icon .fa-envelope-o {
  font-size: 25px;
}
.rs-contact .contact-top-section .contact-box-area .contact-box-inner .address-box .address-details li .info-details {
  padding-left: 20px;
}
.rs-contact .contact-top-section .contact-box-area .contact-box-inner .address-box .address-details li .info-details p {
  margin: 0;
}
.rs-contact .contact-top-section .contact-box-area .contact-box-inner .address-box .address-details li .info-details,
.rs-contact .contact-top-section .contact-box-area .contact-box-inner .address-box .address-details li .info-icon {
  display: table-cell;
  vertical-align: top;
}
.rs-contact .footer-bottom {
  background-color: #252525;
  padding-bottom: 50px;
  padding-top: 30em;
}
/* -----------------------
    17. Scroll Up
--------------------------*/
#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 40px;
  z-index: 999;
}
#scrollUp i {
  border: 1px solid #7cdeff;
  height: 40px;
  font-size: 24px;
  width: 42px;
  color: #7cdeff;
  line-height: 36px;
  transition: all 0.3s ease 0s;
  margin-left: 2px;
}
#scrollUp i:hover {
  color: #fff;
  background-color: #7cdeff;
}
/* ------------------------------------
18.404 Page Area Start Here 
---------------------------------------*/
.error-page-area {
  text-align: center;
}
.error-page-area .error-page {
  background: #f0f0f0;
  background-position: center center;
  background-size: cover;
  padding: 60px 0 100px;
}
.error-page-area .error-page h1 {
  font-size: 250px;
  color: #101010;
  line-height: 230px;
  margin: 0;
}
.error-page-area .error-page p {
  font-size: 18px;
  color: #101010;
  font-weight: 500;
  letter-spacing: 3px;
  margin-bottom: 50px;
}
.error-page-area .error-page-message {
  margin-top: 0;
}
.error-page-area .error-page-message p {
  font-size: 18px;
  color: #000000;
}
.error-page-area .error-page-message .home-page a {
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  color: #101010;
  background: #7cdeff;
  padding: 15px 35px;
  transition: all 0.3s ease 0s;
  font-weight: 700;
}
.error-page-area .error-page-message .home-page a:hover {
  background: #101010;
  color: #ffffff;
}
/* ------------------------------------
    19. Counter up
  ---------------------------------------*/
.counter-top-area {
  /* background: url(../images/about/counter-up.jpg) no-repeat scroll 0 0; */
  /*background-attachment: fixed;
  transition: all 0.3s ease 0s;*/
  /* background-size: cover;
  background-position: center center; */
  /*padding: 79px 0;*/
  line-height: 0;
  position: relative;
}
.counter-top-area.secondary-bg {
  background: url(../images/about/counter-up2.jpg) no-repeat scroll 0 0;
}
.counter-top-area .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(37, 37, 37, 0.8);
  width: 100%;
  height: 100%;
}

.counter-top-area h2 {
  font-size: 50px;
  font-weight: 700;
  padding: 0;
  color: #ffffff;
  margin-top: 26px !important;
  margin-bottom: 7px !important;
}
.counter-top-area h2.percent {
  position: relative;
  margin-right: 30px;
}
.counter-top-area h2.percent:after {
  position: absolute;
  top: 0;
  /*left: 78px;*/
  content: "+";
}
/* .counter-top-area h3 {
  color: #cacaca;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 18px;
} */
.counter-top-area .rs-count {
  padding: 0 0 25px 0;
}
.counter-top-area .rs-counter-list .glyph-icon {
  color: #7cdeff;
  display: inline-block;
}
.counter-top-area .rs-counter-list .glyph-icon:after,
.counter-top-area .rs-counter-list .glyph-icon:before {
  font-size: 60px;
}
.counter-top-area .rs-counter-list .glyph-icon:hover {
  color: #7cdeff;
}
/* ------------------------------------
    20. Breadcrumbs
  ---------------------------------------*/
.rs-breadcrumbs {
  position: relative;
  overflow: hidden;
}
.rs-breadcrumbs:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(37, 37, 37, 0.7);
}
.rs-breadcrumbs img {
  width: 100%;
}
.rs-breadcrumbs .breadcrumbs-inner {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 11;
  top: 65%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  max-width: 100%;
}
.rs-breadcrumbs .page-title {
  font-size: 36px;
  margin-bottom: 0;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.rs-breadcrumbs ul {
  display: inline-block;
  padding: 4px 20px;
}
.rs-breadcrumbs ul li {
  color: #7cdeff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}
.rs-breadcrumbs ul li a {
  position: relative;
  padding-right: 30px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  color: #ffffff;
}
.rs-breadcrumbs ul li a:before,
.rs-breadcrumbs ul li a:after {
  background-color: #cccccc;
  content: "";
  height: 15px;
  width: 2px;
  position: absolute;
  right: 7px;
  top: 2px;
  transform: rotate(33deg);
}
.rs-breadcrumbs ul li a:before {
  right: 15px;
}
.rs-breadcrumbs ul li a:hover {
  color: #7cdeff;
}
.collto-action,
.footer-collto-action {
  padding: 40px 0;
}
.collto-action h2,
.footer-collto-action h2 {
  font-size: 25px;
  font-weight: 700;
  color: #101010;
  text-transform: uppercase;
  margin-bottom: 0px;
  line-height: 40px;
}
.collto-action .get-quite,
.footer-collto-action .get-quite {
  margin-top: 8px;
}
.collto-action .get-quite a,
.footer-collto-action .get-quite a {
  font-size: 20px;
  text-transform: uppercase;
  background: #252525;
  color: #ffffff;
  padding: 12px 20px;
  font-weight: 700;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.collto-action .get-quite a:hover,
.footer-collto-action .get-quite a:hover {
  color: #7cdeff;
}
.footer-collto-action {
  padding: 0;
  margin-top: 45px;
}
.footer-collto-action .primary-bg {
  padding: 35px;
  position: relative;
  margin-top: -60px;
  top: -76px;
}
/* ------------------------------------
    21. Project Details
  ---------------------------------------*/
.rs-project-details .display-table {
  top: 35%;
  position: absolute;
  width: 210px !important;
}
.rs-project-details .portfolio-content:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  border: 1px solid #ccc;
  -webkit-transition: .25s opacity ease;
  transition: .25s opacity ease;
  height: 90%;
  z-index: -1;
}
.rs-project-details .sec-sub-title {
  margin: 5px 0 41px;
}
.rs-project-details .top-images .top-img {
  margin-bottom: 45px;
}
.rs-project-details .top-images .inner-top {
  background: #f0f0f0;
  padding: 15px;
}
.rs-project-details .top-images .inner-top .inner {
  border: 1px solid #7cdeff;
  margin: 0;
  border-radius: 4px;
  position: relative;
  left: -3px;
  top: -3px;
}
.rs-project-details .top-images .inner-top .inner .details {
  border: 1px solid #7cdeff;
  margin: -1px -1px -2px -1px;
  border-radius: 4px;
  position: relative;
  left: 6px;
  top: 6px;
  padding: 22px 35px 44px;
}
.rs-project-details .top-images .inner-top .inner .details h3 {
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 26px;
  text-align: center;
  color: #101010;
  position: relative;
  padding-bottom: 12px;
}
.rs-project-details .top-images .inner-top .inner .details h3:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #ccc;
}
.rs-project-details .top-images .inner-top .inner .details h3:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 75%;
  bottom: -2px;
  left: 0;
  background: #ccc;
  margin: 0 auto;
  right: 0;
}
.rs-project-details .top-images .inner-top .inner .details ul {
  padding: 0;
  margin: 0;
}
.rs-project-details .top-images .inner-top .inner .details ul li {
  list-style: none;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.rs-project-details .top-images .inner-top .inner .details ul li span {
  float: right;
  text-transform: capitalize;
  font-weight: normal;
}
.rs-project-details .inner2 {
  margin-top: -7px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}
.rs-project-details .bottom-inner h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #101010;
  margin: 0 0 20px;
}
.rs-project-details .bottom-inner ul {
  overflow: hidden;
  margin-bottom: 20px;
}
.rs-project-details .bottom-inner ul li {
  float: left;
  width: 50%;
  margin-bottom: 8px;
}
.rs-project-details .bottom-inner ul li a {
  color: #505050;
  font-size: 15px;
  padding-right: 15px;
}
.rs-project-details .bottom-inner ul li a i {
  margin-right: 3px;
}
.rs-project-details .bottom-inner ul li a:hover {
  color: #7cdeff;
}
#relatade-project {
  padding-top: 70px;
}
#relatade-project .sec-title {
  margin-bottom: 50px;
}
/* ------------------------------------
22.Blog Details 
---------------------------------------*/
.single-blog-details .single-image {
  margin-bottom: 25px;
  overflow: hidden;
}
.single-blog-details .single-image img {
  filter: grayscale(0%);
  transition: all 0.8s ease-in-out 0s;
}
.single-blog-details .single-image img:hover {
  filter: grayscale(100%);
  transform: scale(1.1);
}
.single-blog-details h3 {
  font-size: 18px;
  color: #101010;
  margin: 20px 0;
  padding: 0;
  line-height: 25px;
}
.single-blog-details blockquote {
  background: #f0f0f0;
  border: medium none;
  margin: 25px 0 25px;
  padding: 24px 25px 24px 63px;
  font-size: 18px;
  color: #101010;
  font-style: italic;
  position: relative;
  font-weight: 400;
}
.single-blog-details blockquote i {
  position: absolute;
  left: 22px;
  font-size: 25px;
  top: 21px;
}
.single-blog-details h2 {
  font-size: 20px;
  margin: 0 0 25px;
}
.single-blog-details .share-section {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  padding-bottom: 20px;
}
.single-blog-details .share-section .share-link1 {
  padding: 0;
  margin: 0;
  float: right;
}
.single-blog-details .share-section .share-link1 li {
  float: left;
  list-style: none;
}
.single-blog-details .share-section .share-link1 li:first-child a {
  margin-left: 0;
}
.single-blog-details .share-section .share-link1 li a {
  padding: 7px 8px;
  border: 1px solid #ddd;
  font-size: 12px;
  font-weight: 400;
  color: #505050;
  border-radius: 4px;
  margin-left: 14px;
}
.single-blog-details .share-section .share-link1 li a:hover {
  background: #7cdeff;
  color: #101010;
  border: 1px solid #7cdeff;
}
.single-blog-details .share-section .share-link1 li:first-child a {
  background: #7cdeff;
  color: #101010;
  border: 1px solid #7cdeff;
}
.single-blog-details .share-section .life-style span {
  font-size: 12px;
  font-weight: 400;
  color: #505050;
  margin-right: 12px;
}
.single-blog-details .share-section .life-style span:last-child {
  margin-right: 0;
}
.single-blog-details .share-section .life-style span i {
  margin-right: 4px;
}
.single-blog-details .share-section .life-style span a {
  font-size: 12px;
  font-weight: 400;
  color: #505050;
}
.single-blog-details .share-section .life-style span a i {
  font-size: 12px;
  margin-right: 4px;
}
.single-blog-details .share-section .life-style span a:hover {
  color: #7cdeff;
}
.single-blog-details .share-section .life-style span.author a {
  color: #777777;
}
.single-blog-details .share-section .life-style span.author a:hover {
  color: #7cdeff;
}
.single-blog-details .share-section2 {
  border: 1px solid #ddd;
  padding: 15px 15px 15px 15px;
}
.single-blog-details .share-section2 span {
  font-size: 15px;
  font-weight: 400;
  color: #101010;
}
.single-blog-details .share-section2 .share-link {
  float: right;
}
.single-blog-details .share-section2 .share-link li {
  float: left;
  list-style: none;
}
.single-blog-details .share-section2 .share-link li:first-child a {
  margin-left: 0;
}
.single-blog-details .share-section2 .share-link li a {
  font-size: 12px;
  font-weight: 400;
  color: #505050;
  padding: 7px 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-left: 14px;
}
.single-blog-details .share-section2 .share-link li a:hover {
  background: #7cdeff;
  color: #fff;
  border: 1px solid #7cdeff;
}
.single-blog-details .like-section .col-xs-12 h3 {
  margin: 14px 0 6px;
}
.single-blog-details .like-section .col-xs-12 h3 a {
  font-size: 15px;
  font-weight: 400;
  color: #101010;
}
.single-blog-details .like-section .col-xs-12 span {
  font-size: 12px;
  font-weight: 400;
}
.single-blog-details .like-section .col-xs-12 span i {
  font-size: 12px;
}
.single-blog-details .like-section .col-xs-12 .popular-post-img img {
  transition: all 0.3s ease 0s;
}
.single-blog-details .like-section .col-xs-12:hover a {
  color: #7cdeff;
}
.single-blog-details .like-section .col-xs-12:hover .popular-post-img img {
  opacity: .5;
}
.single-blog-details .next-pre-section {
  padding: 23px 0 15px;
  margin: 0;
  overflow: hidden;
}
.single-blog-details .next-pre-section li {
  margin: 0;
}
.single-blog-details .next-pre-section li a {
  font-size: 15px;
  color: #505050;
}
.single-blog-details .next-pre-section li a i {
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  color: #101010;
}
.single-blog-details .next-pre-section li a:hover {
  color: #7cdeff;
}
.single-blog-details .next-pre-section li a:hover i {
  color: #7cdeff;
}
.single-blog-details .next-pre-section li.left-arrow {
  float: left;
  width: 50%;
}
.single-blog-details .next-pre-section li.left-arrow a {
  font-size: 15px;
  font-weight: 500;
  color: #505050;
}
.single-blog-details .next-pre-section li.left-arrow a i {
  padding-right: 5px;
}
.single-blog-details .next-pre-section li.right-arrow {
  float: right;
  width: 50%;
  text-align: right;
}
.single-blog-details .next-pre-section li.right-arrow a {
  font-size: 15px;
  font-weight: 500;
}
.single-blog-details .next-pre-section li.right-arrow a i {
  padding-left: 5px;
}
.single-blog-details .author-comment h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 42px 0 6px;
}
.single-blog-details .author-comment span {
  font-size: 12px;
  font-weight: 500;
}
.single-blog-details .author-comment span a {
  font-size: 12px;
  font-weight: 500;
}
.single-blog-details .author-comment span i {
  font-size: 12px;
}
.single-blog-details .author-comment h4 {
  font-size: 15px;
  font-weight: 700;
}
.single-blog-details .author-comment ul {
  padding: 0;
  margin: 0;
}
.single-blog-details .author-comment ul li {
  margin: 0 0 2px;
  padding: 20px 22px;
  border-bottom: 1px solid #ddd;
}
.single-blog-details .author-comment ul li:nth-child(2) {
  margin-left: 100px;
}
.single-blog-details .author-comment ul li:nth-child(2) .col-sm-2 {
  padding: 0;
}
.single-blog-details .author-comment ul li:last-child {
  border-bottom: none;
}
.single-blog-details .author-comment ul li .image-comments {
  margin-top: 0;
}
.single-blog-details .author-comment ul li .image-comments img {
  width: 90px;
  border-radius: 100%;
}
.single-blog-details .author-comment ul li .reply {
  display: block;
  position: absolute;
  text-align: right;
  width: 95%;
}
.single-blog-details .author-comment ul li .reply a {
  color: #101010;
}
.single-blog-details .author-comment ul li .reply a:hover {
  color: #7cdeff;
}
.single-blog-details .author-comment ul li .reply i {
  color: #101010;
}
.single-blog-details .author-comment ul li .dsc-comments h4 {
  margin: 0 0 12px;
}
.single-blog-details .author-comment ul li .dsc-comments a {
  color: #7cdeff;
}
.single-blog-details .author-comment ul li .dsc-comments p {
  margin: 6px 0 0;
}
.single-blog-details .leave-comments-area {
  padding-top: 20px;
}
.single-blog-details .leave-comments-area .form-group {
  margin-bottom: 20px;
}
.single-blog-details .leave-comments-area h4 {
  font-size: 20px;
  text-transform: uppercase;
  padding-left: 15px;
  font-weight: 700;
  margin-bottom: 19px;
}
.single-blog-details .leave-comments-area label {
  color: #505050;
  font-weight: normal;
  letter-spacing: 1px;
}
.single-blog-details .leave-comments-area input,
.single-blog-details .leave-comments-area textarea {
  background: transparent;
  border: 1px solid #ddd;
  box-shadow: none;
  border-radius: 0;
  height: 45px;
  width: 100%;
}
.single-blog-details .leave-comments-area textarea {
  height: 150px;
  width: 100%;
  max-width: 100%;
}
.single-blog-details .leave-comments-area .btn-send {
  background: #7cdeff;
  font-weight: 400;
  color: #101010;
  font-size: 15px;
  line-height: 24px;
  border: none;
  border-radius: 0px;
  padding: 14px 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 14px;
  transition: all 0.3s ease 0s;
}
.single-blog-details .leave-comments-area .btn-send:hover {
  background: #101010;
  color: #ffffff;
}
/* ------------------------------------
    23. Blog Sidebar 
---------------------------------------*/
.sidebar-area .search-box {
  margin-top: -6px;
}
.sidebar-area .search-box span {
  font-size: 20px;
  color: #101010;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 25px;
}
.sidebar-area .search-box .box-search {
  position: relative;
}
.sidebar-area .search-box .box-search .form-control {
  border-radius: 0;
  box-shadow: none;
  color: #101010;
  padding: 5px 20px;
  height: 45px;
}
.sidebar-area .search-box .btn {
  position: absolute;
  right: 5px;
  background: transparent;
  border: none;
  top: 6px;
}
.sidebar-area .search-box .btn:hover i {
  color: #7cdeff;
}
.sidebar-area .cate-box {
  margin-top: 44px;
}
.sidebar-area .cate-box span.title {
  font-size: 20px;
  color: #101010;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}
.sidebar-area .cate-box ul {
  padding: 0;
  margin: 0;
}
.sidebar-area .cate-box ul li {
  list-style: none;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  cursor: pointer;
}
.sidebar-area .cate-box ul li a {
  color: #505050;
  padding: 0 0 0 5px;
}
.sidebar-area .cate-box ul li a span {
  float: right;
}
.sidebar-area .cate-box ul li:hover a {
  color: #7cdeff;
}
.sidebar-area .cate-box ul li:first-child {
  padding-top: 0;
}
.sidebar-area .recent-post-area {
  margin-top: 44px;
}
.sidebar-area .recent-post-area span.title {
  font-size: 20px;
  color: #101010;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 25px;
}
.sidebar-area .recent-post-area ul li {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #ddd;
}
.sidebar-area .recent-post-area ul li img {
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.sidebar-area .recent-post-area ul li h4 {
  margin: 0;
  line-height: 24px;
}
.sidebar-area .recent-post-area ul li a {
  font-size: 15px;
  font-weight: 400;
  color: #101010;
}
.sidebar-area .recent-post-area ul li span {
  font-size: 12px;
  margin-right: 12px;
}
.sidebar-area .recent-post-area ul li span a {
  font-size: 12px;
  font-weight: 300;
  color: #505050;
}
.sidebar-area .recent-post-area ul li span a i {
  font-size: 12px;
}
.sidebar-area .recent-post-area ul li span i {
  font-size: 12px;
  margin-right: 4px;
}
.sidebar-area .recent-post-area ul li:last-child {
  border-bottom: none;
}
.sidebar-area .recent-post-area ul li:hover a {
  color: #7cdeff;
}
.sidebar-area .recent-post-area ul li:hover img {
  opacity: .5;
}
.sidebar-area .tag-area {
  margin-top: 24px;
  overflow: hidden;
}
.sidebar-area .tag-area span.title {
  font-size: 20px;
  color: #101010;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 17px;
}
.sidebar-area .tag-area ul {
  padding: 0;
  margin: 0;
}
.sidebar-area .tag-area ul li {
  float: left;
  list-style: none;
}
.sidebar-area .tag-area ul li a {
  border: 1px solid #ddd;
  padding: 5px 10px;
  margin: 0 5px 5px 0;
  display: block;
  color: #505050;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 28px;
}
.sidebar-area .tag-area ul li a:hover {
  background: #7cdeff;
  border-color: #7cdeff;
}
.sidebar-area .newsletter-area {
  background: #f9f9f9;
  margin-top: 48px;
  text-align: center;
  padding: 30px 50px;
}
.sidebar-area .newsletter-area h3 {
  font-size: 20px;
  color: #101010;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin: 0;
}
.sidebar-area .newsletter-area p {
  font-size: 15px;
  color: #505050;
  margin: 7px 0 20px;
}
.sidebar-area .newsletter-area .box-newsletter {
  position: relative;
}
.sidebar-area .newsletter-area .box-newsletter .form-control {
  border-radius: 0;
  box-shadow: none;
  color: #101010;
  padding: 5px 20px;
  height: 50px;
}
.sidebar-area .newsletter-area .btn {
  position: absolute;
  right: 0;
  background: #7cdeff;
  border: none;
  top: 0;
  color: #101010;
  display: block;
  padding: 15px 20px;
  border-radius: 0;
}
.sidebar-area .newsletter-area .btn i {
  transition: all 0.3s ease 0s;
}
.sidebar-area .newsletter-area .btn:hover i {
  color: #101010;
}
/* ------------------------------------
    24. Blog Pagination
---------------------------------------*/
.rs-team-pages2 .default-pagination {
  padding-top: 10px;
}
.default-pagination {
  padding-top: 40px;
}
.default-pagination ul {
  text-align: center;
  overflow: hidden;
  max-width: 350px;
  margin: 0 auto;
}
.default-pagination ul li {
  float: left;
}
.default-pagination ul li.active a,
.default-pagination ul li a:hover {
  background: #7cdeff;
  color: #101010;
}
.default-pagination ul li a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: transparent;
  border: 1px solid #d7d7d7;
  color: #505050;
  font-size: 18px;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.3s ease 0s;
  text-align: center;
}
/* ------------------------------------
    25. Home Banner
---------------------------------------*/
.rs-banner-area {
  background: url("images/banner/1.jpg") no-repeat top center;
  line-height: 0;
  padding: 150px 0;
  position: relative;
  background-size: cover;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}
.rs-banner-area ul li {
  margin-right: 20px;
  float: left;
  margin-bottom: 14px;
}
.rs-banner-area .sl-subtitle {
  font-size: 45px;
}
.rs-banner-area .sl-title {
  font-size: 50px;
}
.rs-banner-area .sl-desc {
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 22px;
}
.rs-banner-area .display-table-cell {
  position: relative;
  z-index: 10;
}
.rs-banner-area .overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.cmap2#googleMap {
  height: 420px;
}
.contact-page3 .control-inner {
  margin-bottom: 40px;
}
.contact-page3 .control-inner .info-details {
  background: #ddd;
  padding: 40px 15px;
  text-align: center;
}
.contact-page3 .control-inner .info-details i {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #7cdeff;
  color: #101010;
  margin: 0 auto 15px;
  font-size: 20px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.contact-page3 .control-inner .info-details .info-text a,
.contact-page3 .control-inner .info-details .info-text {
  color: #101010;
}
.contact-page3 .control-inner .info-details .info-text a:hover {
  color: #7cdeff;
}
.contact-page3 .cmap2#googleMap {
  height: 460px;
}
/* ------------------------------------
    26. Blog Pages
---------------------------------------*/
.blog-page-area .inner {
  background: #f0f0f0;
  border-top: 5px solid #7cdeff;
  padding: 30px 15px;
  overflow: hidden;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
}
.blog-page-area .inner .blog-content ul.blog-meta {
  margin: 0 0 5px;
}
.blog-page-area .inner .blog-content ul.blog-meta li {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #505050;
  padding-right: 18px;
}
.blog-page-area .inner .blog-content ul.blog-meta li:last-child {
  padding-right: 0;
}
.blog-page-area .inner .blog-content ul.blog-meta li i {
  font-size: 12px;
}
.blog-page-area .inner .blog-content ul.blog-meta li a {
  display: block;
}
.blog-page-area .inner .blog-content h4 {
  margin: 0 0 10px;
}
.blog-page-area .inner .blog-content h4 a {
  font-size: 20px;
  font-weight: 700;
  color: #101010;
}
.blog-page-area .inner .blog-content a {
  font-weight: 400;
  color: #7cdeff;
}
.blog-page-area .inner .blog-images {
  overflow: hidden;
  position: relative;
}
.blog-page-area .inner .blog-images i {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Safari */
  transform: translate(-50%, -50%);
  z-index: 99;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #7cdeff;
  color: #7cdeff;
  opacity: 0;
}
.blog-page-area .inner .blog-images:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
}
.blog-page-area .inner .blog-images img {
  transform: scale(1);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  width: 100%;
}
.blog-page-area .inner:hover .blog-images i {
  opacity: 1;
}
.blog-page-area .inner:hover .blog-images img {
  transform: scale(1.1);
  transition: all 0.3s ease 0s;
}
.blog-page-area .inner:hover .blog-images:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  ms-transform: scale(1) !important;
}
.blog-page-area .inner:hover .blog-content h4 a {
  color: #7cdeff;
}
.blog-page-area.sidebar-blog-section .inner {
  padding: 30px;
}
.blog-page-area.sidebar-blog-section .inner .blog-content h4 {
  margin-top: 20px;
}
/* ------------------------------------
27.Preloader  
---------------------------------------*/
.preloader {
  background-color: #7cdeff;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 9999999;
}
.sk-cube-grid {
  width: 60px;
  height: 60px;
  margin: 40px auto;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -mz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #fff;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0.0s;
  animation-delay: 0.0s;
}
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}



.wrapper {
    width:100%;
    /* height: 100vh; */
    overflow: hidden;
}

.wrapper video {
    /* object-fit: contain; */
    width:100%;
    height:100%;
}


.btn-send{background: #7cdeff;
    font-weight: 700;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    border: none;
    border-radius: 0px;
    padding: 14px 23px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 14px;
    transition: all 0.3s ease 0s;}

.fancybox-video {
  display: none;
}



.testimonials {
  background-color: #f33f02;
  position: relative;
  padding-top: 80px;
}
.testimonials:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #ddd;
}

#customers-testimonials .item-details {
  background-color: #333333;
  color: #fff;
  padding: 20px 10px;
  text-align: left;
}
#customers-testimonials .item-details h5 {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  text-align: center;
}
#customers-testimonials .item-details h5 span {
  color: red;
  float: right;
  padding-right: 20px;
}
#customers-testimonials .item-details p {
  font-size: 14px;
}
#customers-testimonials .item {
  text-align: center;
  
}

.owl-carousel .owl-nav [class*='owl-'] {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.owl-carousel .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  font-size: 20px;
  color: #fff;
  border: 1px solid #000;
  text-align: center;
  background: #000;
}
.owl-carousel .owl-prev {
  left: -70px;
}

.owl-carousel .owl-next {
  right: -70px;
}

.prodtop{padding: 50px 0px;}


.NextArrow{
  position:absolute;
  top:50%;
  right:0px;
  width:45px;
  height:45px;
  background:rgba(0,0,0,.50);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:20px/45px FontAwesome;
  color:#FFF;
  z-index:5;
}

.NextArrow:before{content:'\f105';}

.PrevArrow{
  position:absolute;
  top:50%;
  left:0px;
  width:45px;
  height:45px;
  background:rgba(0,0,0,.50);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:20px/45px FontAwesome;
  color:#FFF;
  z-index:5;
}

.PrevArrow:before{content:'\f104';}


 .sbi {
    position: relative;
    display: block;
    
    background-color: #000;
    
   
    margin-bottom: 2px;
    cursor: pointer;
}

 .sbi .sbi_bg {
    position: relative;
    display: block;
    opacity: .3;
    width: 100%;
}

 .sbi .sbi_text {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

 .sbi .sbi_text a {
    width: 100%;
    display: block;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 1.8em;
    line-height: 1em;
}

 .sbi .sbi_text .sbi_icon {
    width: 30%;
    margin: 0 auto;
}

  .sbi:hover .sbi_bg {
    opacity: 1;
}

.topli li{float: left;margin-right: 15px;font-size: 20px;}
.topli{display: flex;}
.topli li i{margin-right: 5px;}

.topli li a{font-weight: 500;color: #000;}
.mainpadding{padding-right: 2px;padding-left: 2px;}

/*Modal CSS*/
.modal-header{border-bottom:0px;}
.modal-footer{border-top:0px;}
.modal{z-index:9999999;overflow-y:hidden;}
.modal-dialog{max-width:810px;width:95%;}
.modal-content{margin-top:20%;}
.stick_popup{height:auto;min-height:auto;display:inline-block;width:100%;text-align:center;padding:0;}
.pop-img{display:block;max-width:100%;margin-top:15%;}
.stick_close{cursor:pointer;position:absolute;top:0px;right:0px;float:right;font-size:17px;background-color:#222222;color:#fff;padding:16px;text-decoration:none;}
.modal-backdrop.in{filter:alpha(opacity=95);opacity:.95;}
.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999999;background-color:#000;}
.headerh3{font-size:19px;line-height:33px;font-weight:bold;color: #000;margin-bottom: 0px;}
.modal-header{background-color:#00aae8;color:#fff;}
.modal-title{text-align:center;font-size:19px;color:#fff;}
.form-horizontal .form-group{clear:both;}
.form-control1{width:99%;}
.navbar23{overflow:hidden;background-color:#333;position:fixed;bottom:0;width:100%;z-index:999999;padding:10px 0px;}
.navbar23 button{width:100%;}
.btn-danger{background-color:#00aae8!important;border-color:#00aae8!important;}
.sidebutton{left:0;position:fixed;top:250px;z-index:10000;}
.sidebutton1{right:0px;position:fixed;top:250px;z-index:10000;}
.formtop{margin-top:10px;}
.padd-0{padding:0px;}
.capside{float:left;margin-top:5px;margin-bottom:15px;}
.submitbutton{background:#00aae8;color:#FFF!important;font-size:20px;border-radius:5px;padding:6px 12px;border:1px solid #00aae8;font-weight: bold;}

/*----------------- End Modal CSS------------------------*/

/*-----------------Validation----------------------------*/
.example{margin:15px;font-size:14px;color:#656666;content:"Example";background-color:#fff;border-color:#929494;border-width:1px;border-radius:4px;padding:10px 20px 10px;border-style:solid;}
.form-control-feedback{display:none;}
.has-feedback label~.form-control-feedback{top:0!important;}
.error{text-align:left!important;display:table!important;}

/*-----------------End Validation----------------------------*/



.footer1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer1 ul li {
    line-height: 30px;
    margin-top: 5px;
}

.ftcontact li {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

.footer1 ul li i {
    margin-right: 5px;
}

.ftcontact li i {
    color: #fff;
    float: left;
    font-size: 20px;
    padding-top: 5px;
    text-align: left;
    width: 26px;
    margin-right: 0;
}

.continfo {
    color: #fff;
    float: left;
    line-height: 24px;
    width: calc(100% - 34px);
    font-size: 20px;
}


.footer1 p, .footer1 a, .footer1 i {
    color: #fff;
    font-size: 20px;
}


.rs-footer:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
}





.rs-footer{
    position: relative;
    background-attachment: fixed;
}

.about-two {
    padding-top: 120px;
    padding-bottom: 200px;
}
.about-two__home-two .about-two__img {
    padding-right: 0;
}

.about-two__img {
    padding-right: 30px;
    position: relative;
    display: inline-block;
}
.about-two__img::before {
    content: '';
    background-image: url(../images/pattern-1-1.png);
    background-position: 0 0;
    width: 125px;
    height: 125px;
    position: absolute;
    top: 28%;
    left: -1.5%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: -1;
}

[class*=about-two__img-] {
    -webkit-box-shadow: 0px 30px 50px 0px rgba(8, 13, 62, 0.15);
    box-shadow: 0px 30px 50px 0px rgba(8, 13, 62, 0.15);
}

.about-two__img-2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    -webkit-transform: translateX(-70%) translateY(50%);
    transform: translateX(-70%) translateY(50%);
}

.about-two__home-two .about-two__content {
    padding-left: 0;
    padding-right: 30px;
}

.about-two .block-title {
    margin-bottom: 0;
}

.block-title__tag-line {
    margin: 0;
    line-height: 1em;
    text-transform: uppercase;
    color: #ff5860;
    font-size: 17px;
    letter-spacing: .1em;
    font-weight: bold;
}

.block-title__title {
    margin: 0;
    color: #222222;
    font-size: 60px;
    line-height: 52px;
    font-weight: 600;
    letter-spacing: .03em;
    margin-top: 20px;
    text-transform: uppercase;
}

.block-title__bold {
    font-weight: 700;
}

.block-title__base {
    color: #00aae8;
}




p.about-two__text {
    font-size: 20px;
    margin-top: 10px;
    text-align: justify;
}
.feature-container.center {
    text-align: center;
}
.feature-bx3 {
    padding: 0 30px;
    position: relative;
}

.feature-bx3 .feature-box-xl {
    line-height: 136px;
    border: 2px dashed #000;
    width: 140px;
    height: 140px;
    position: relative;
}

.feature-box-xl.radius{border-radius: 100%;}
.feature-box-xl{display: inline-block;
    text-align: center;}

[class*="feature-box-"].bg-white a {
    color: inherit;
}

.feature-bx3 .feature-box-xl i {
    font-size: 60px;
}

.feature-box-xl i{vertical-align: middle;}
.feature-bx3 .icon-no {
    width: 40px;
    height: 40px;
    position: absolute;
    background: #00aae8;
    border-radius: 40px;
    color: #fff !important;
    display: block;
    top: 0;
    right: 0;
    z-index: 5;
    line-height: 40px;
    font-weight: 600;
}

.icon-content {
    overflow: hidden;
}

.feature-bx3 .icon-content .ttr-tilte {
    margin-bottom: 5px;
}

.feature-container .ttr-tilte {
    margin-top: 20px;
}

.bg-icon {
    color: #fff;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: -1;
    font-size: 200px;
    opacity: 0.05;
}

.feature-bx3.right-img2::after, .feature-bx3.right-img::after {
    content: "";
    background-image: url(../images/errow.png);
    width: 164px;
    height: 75px;
    position: absolute;
    right: -97px;
    top: 35px;
    opacity: 0.25;
    background-repeat: no-repeat;
    background-size: 100%;
}

.feature-bx3.right-img2::after {
    transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
}

.vertical-hr {
    height: 93%;
    position: absolute;
    right: 19px;
    width: 2px;
    border: 1px dotted #b3b3b3;
    top: 3%;
}

.kohinoorDiv {
    width: 100%;
    right: 0;
    margin: auto;
    left: 0;
    padding-left: 30px;
}

.vertical-hr::before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    top: -10px;
    left: -4px;
    border-radius: 50%;
    border: 2px solid #000;
}

.vertical-hr::after {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    bottom: -10px;
    left: -4px;
    border-radius: 50%;
    border: 2px solid #000;
}


.FormobileImg{display: none;}

.FormobileImg {
    padding: 20px;
    text-align: center;
    max-width: 300px;
    left: 0;
    right: 0;
    margin: auto;
}


.video-two__home-5 {
    background-color: #16172e;
}

.video-two {
    
    margin-bottom: 98px;
    padding-top: 78px;
}


.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}






.block-title__tag-line {
    margin: 0;
    line-height: 1em;
    text-transform: uppercase;
    color: #ff5860;
    font-size: 17px;
    
    letter-spacing: .1em;
}

.video-two__home-5 .block-title__title {
    color: #fff;
}

.block-title__title {
    margin: 0;
    color: #222222;
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    letter-spacing: .03em;
    margin-top: 20px;
}

.block-title__bold {
    font-weight: 700;
}

.video-two__home-5 .block-title__text {
    color: #fff;
    opacity: 0.7;
}

.block-title__text {
    margin: 0;
    color: #848484;
    font-size: 15px;
    line-height: 26px;
    margin-top: 25px;
}

.feature-one__single {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.video-two__home-5 .feature-one__icon i {
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.feature-one__icon i {
    width: 75px;
    height: 75px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
    font-size: 34px;
    color: #fff;
    padding: 12px;
}

.video-two__home-5 .feature-one__title {
    color: #fff;
}

.feature-one__title {
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    margin: 0;
    line-height: 1em;
    margin-bottom: 10px;
}

.feature-one__title a {
    color: inherit;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.video-two__home-5 .feature-one__text {
    color: #fff;
    opacity: 0.7;
}

.video-two .feature-one__text {
    color: #848484;
    width: 77%;
}

.feature-one__text {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 26px;
    width: 82%;
}

/*.feature-one__single+.feature-one__single {
    margin-top: 50px;
}*/

.video-two__home-4 .video-two__image {
    top: 112px;
    left: 5px;
}

.video-two__image {
    position: relative;
    z-index: 10;
    top: 95px;
}

.video-two__btn {
    
    align-items: center;
    text-align: center;
    
    
    
    width: 100px;
    height: 100px;
    
    position: absolute;
    bottom: 30%;
    left: -50px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}


.video-two__home-4-title .container::before {
    content: '';
    position: absolute;
    top: 0;
    right:108px;
    width: 10000px;
    height: 100%;
    background-color: #21bcd8;
}

.video-two__home-4-text {
    position: relative;
    z-index: 10;
    color: #fff;
    margin: 0;
    font-size: 30px;
    font-weight: 500;
}

.video-two__home-4-title .container {
    
    position: relative;
    padding-top: 40.5px;
    padding-bottom: 40.5px;
    margin-top: -100px;
}

.video-two__home-4 .video-two__image::before {
    content: '';
    background-image: url(../images/pattern-1-2.png);
    background-position: 0 0;
    width: 275px;
    height: 100%;
    position: absolute;
    top: -105px;
    left: calc(100% - 72px);
    z-index: -1;
    opacity: 0.4;
}

.fancybox-video{display: none;}


.about-two {
    background: url(../images/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    position: relative;
}

.topli{margin-right: 20px;}
@media only screen and (min-width: 1600px){
.content-details {
    max-width: 100%;
}
}

@media only screen and (min-width: 1600px){
.content-details {
    top: 50%;
    margin: 0px auto;
    left: 13%;
}
}
.content-details {
    position: absolute;
    top: 50%;
    width: 100%;
    max-width: 700px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 11;
}




@media only screen and (min-width: 1600px){
.sl-title {
    font-size: 67px;
    font-weight: 700;
    
    margin-left: -.05em;
    margin-bottom: 2.25rem;
    color: #fff;
}
}

.content-details p {
    font-size: 26px;
    line-height: 1.666666666666667;
    margin-bottom: 3.5rem;
    color: #fff;
}

.rs-video-content-wrap {
    color: #ffffff;
    width: 100%;
}

.rs-video-content-wrap::before {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 8px;
    width: 100%;
}


.sl-title {
    font-size: 67px;
    font-weight: 700;
    
    margin-left: -.05em;
    margin-bottom: 2.25rem;
    color: #fff;
    font-family: MyWebFont;
}

.pb-130 {
    padding-bottom: 130px;
}
.pt-130 {
    padding-top: 130px;
}

.about-02-img {
    margin-left: 30px;
    padding-right: 40px;
}
.pos-rel {
    position: relative;
}
.mb-30 {
    margin-bottom: 30px;
}

.about-02-img img {
    width: 100%;
}

.about-02-info {
    background-image: -moz-linear-gradient(-51deg, #3b3388 0%, #8be2ff 99%);
    background-image: -webkit-linear-gradient(-51deg, #3b3388 0%, #8be2ff 99%);
    background-image: -ms-gradient(-51deg, #3b3388 0%, #8be2ff 99%);
    position: absolute;
    right: 0;
    bottom: -30px;
    padding: 34px 40px 25px;
    border-radius: 10px;
}
.about-info-date {
    margin-right: 10px;
}
.f-left {
    float: left;
}
.about-info-date h2 {
    font-size: 60px;
    margin-bottom: 0;
    line-height: 1;
    letter-spacing: -0.3px;
    color: #ffffff;
}
.about-info-date h2 > span {
    font-size: 40px;
    color: #ffffff;
    position: relative;
    top: -30px;
    left: -5px;
    font-weight: 400;
}
.about-info-content {
    overflow: hidden;
}
.about-info-content h3 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
}

.about-02-wrapper {
    margin-left: 30px;
}
.section-title h1 {
    position: absolute;
    z-index: 1;
    font-size: 220px;
    line-height: 1;
    opacity: 0.07;
    top: -28px;
    left: 0;
    margin-bottom: 0;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
}

.section-title > span {
    color: #000;
    font-weight: 700;
    font-size: 20px;
}
.line {
    padding-left: 75px;
    position: relative;
}

.line::before {
    position: absolute;
    background: #000;
    content: "";
    height: 3px;
    width: 45px;
    left: 0;
    bottom: 11px;
}
.section-title h2 {
    font-size: 50px;
    margin-top: 22px;
    letter-spacing: -0.3px;
}
.about-info-list {
    margin-bottom: 30px;
}
.about-info-icon {
    margin-right: 30px;
    position: relative;
    top: 5px;
}

.aboutp{font-size: 20px;}


.banner_area.banner_one {
    background: url(../images/banner.jpg) no-repeat scroll center center;
    background-size: cover;
}

.about{background: url(../images/Breadcums/company-profile.jpg) no-repeat scroll center center;
    background-size: cover;
    min-height: 270px;
    position: relative;
    z-index: 2;}

.market{background: url(../images/Breadcums/Market.jpg) no-repeat scroll center center;
    background-size: cover;
    min-height: 270px;
    position: relative;
    z-index: 2;}

.video{background: url(../images/Breadcums/video.jpg) no-repeat scroll center center;
      background-size: cover;
      min-height: 270px;
      position: relative;
      z-index: 2;}


.infrastructure{
background: url(../images/Breadcums/Infrastructure.jpg) no-repeat scroll center center;
    background-size: cover;
    min-height: 270px;
    position: relative;
    z-index: 2;  
}

.investor{
 background: url(../images/Breadcums/invester-desk.jpg) no-repeat scroll center center;
    background-size: cover;
    min-height: 270px;
    position: relative;
    z-index: 2;   
}

.product-standard-pouch {  background: url(../images/Breadcums/Standard-Pouch.jpg) no-repeat scroll center center;
    background-size: cover;
    min-height: 270px;
    position: relative;
    z-index: 2;   }

.product-speciality-pouches {background: url(../images/Breadcums/Speciality-Pouch.jpg) no-repeat scroll center center;
    background-size: cover;
    min-height: 270px;
    position: relative;
    z-index: 2;    }
.other-product-film {background: url(../images/Breadcums/Others.jpg) no-repeat scroll center center;
    background-size: cover;
    min-height: 270px;
    position: relative;
    z-index: 2;  }

 .products-Multilayer-Adhesiv-Coextrusion-Lami { background: url(../images/Breadcums/Multilayer-Adhesiv-Coextrusion-Lami.jpg) no-repeat scroll center center;
    background-size: cover;
    min-height: 270px;
    position: relative;
    z-index: 2; }   

.banner_content h3 {
    padding: 100px 0;
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    text-align: center;
}

.banner_link {
    background: #FFF;
    border-bottom: 1px solid #e0e0e0;
}

.banner_link .abnner_link_inner a.active {
    color: #4a428f;
    text-decoration: none;
}

.banner_link .abnner_link_inner a {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    letter-spacing: .32px;
    margin-right: 5px;
    line-height: 50px;
    position: relative;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}


.call-to-action {
    background: url(../images/packaging-back.jpg) center left no-repeat;
    background-size: cover;
    margin-bottom: 100px;
}


.call-to-action .right-full-image {
    text-align: center;
}

.call-to-action .call-to-action-text {
    padding-top: 71px;
    border-top: 10px solid #12A0B1;
}


.call-to-action .right-full-image img {
    position: relative;
    top: 75px;
}

.call-to-action .call-to-action-text h3 {
    
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 23px;
}

.call-to-action .call-to-action-text p {
 
    font-size: 18px;
    color: #fff;
    margin-bottom: 26px;
}

/*! CSS Used from: https://www.tcl-packaging.com/new/wp-content/themes/twentysixteen-child/css/layout.min.css?ver=2.1 ; media=all */




h2{margin-top:24px;margin-bottom:12px;}
h2{font-size:34px;}



h2{margin:0 0 25px;}
h2{letter-spacing:-.01em;}
@media (max-width:568px){
h2{font-size:27px;}
}

@media (min-width:992px){
.cta{padding-bottom: 50px;}
.cta .row-flex{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
.cta a{color:inherit;}
.cta a:hover{text-decoration:none;}
.cta .cta-logo{display:inline-block;position:relative;}
.cta .cta-logo svg{vertical-align:top;}
.cta .cta-logo .dark{position:absolute;z-index:1;opacity:0;width:1600px;height:414px;left:50%;top:50%;margin-left:-800px;margin-top:-207px;}
.cta .cta-logo .light{position:relative;z-index:2;}
.cta .item{color:#fff;position:relative;margin-bottom:30px;overflow:hidden;text-align:center;min-height:200px;}
@media (min-width:992px){
.cta .item{padding-top:56.25%;}
}
.cta .item .image{position:absolute;top:0;left:0;right:0;bottom:0;-webkit-background-size:cover;background-size:cover;background-position:center;-webkit-transition:.8s cubic-bezier(.075,.82,.165,1);-o-transition:.8s cubic-bezier(.075,.82,.165,1);transition:.8s cubic-bezier(.075,.82,.165,1);}
.cta .item .content{position:absolute;z-index:10;top:0;left:0;right:0;bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 20px;}
.cta .item .inner{position:relative;width:100%;}
.cta .item h2{color:inherit;margin-top:15px;margin-bottom:0;width:100%;position:relative;z-index:5;}
.cta .item:hover .image{-webkit-transform:scale3d(1.1,1.1,1);transform:scale3d(1.1,1.1,1);}
.cta .item:hover .cta-logo .dark{-webkit-animation-name:zoom;-o-animation-name:zoom;animation-name:zoom;-webkit-animation-duration:.8s;-o-animation-duration:.8s;animation-duration:.8s;-webkit-animation-fill-mode:forwards;-o-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:cubic-bezier(.075,.82,.165,1);-o-animation-timing-function:cubic-bezier(.075,.82,.165,1);animation-timing-function:cubic-bezier(.075,.82,.165,1);}
.cta .item:hover .content:before{background:rgba(0,0,0,.35);background:rgba(68,134,63,.9);}
.cta .item:hover h2:after{-webkit-transform:none;-ms-transform:none;-o-transform:none;transform:none;opacity:1;}
.cta .row>div:nth-child(1) .content{background:rgba(103,45,136,.9);}
.cta .row>div:nth-child(2) .content{background:rgba(68,134,63,.9);}
.cta .row>div:nth-child(3) .content{background:rgba(123,200,252,.9);}
.cta .row>div:nth-child(4) .content{background:rgba(244,161,13,.9);}
}
/*! CSS Used keyframes */
@-webkit-keyframes zoom{0%{-webkit-transform:scale(.05);transform:scale(.05);opacity:.1;}100%{-webkit-transform:scale(1);transform:scale(1);opacity:.05;}}
@-o-keyframes zoom{0%{-o-transform:scale(.05);transform:scale(.05);opacity:.1;}100%{-o-transform:scale(1);transform:scale(1);opacity:.05;}}
@keyframes zoom{0%{-webkit-transform:scale(.05);-o-transform:scale(.05);transform:scale(.05);opacity:.1;}100%{-webkit-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:.05;}}



.item .image{visibility: visible;  -webkit-transform: translateY(0) scale(1); opacity: 1;transform: translateY(0) scale(1); opacity: 1;-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s; transition: transform 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s; }
.contact_us_area {
    padding: 100px 0px;
}
.sec_middle_title {
    text-align: center;
    
}

.sec_middle_title h1 {
    font-size: 35px;
    color: #242424;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: .90px;
    margin-bottom: 15px;
    padding: 0px;
}

.sec_middle_title p{font-weight: bolder;font-size: 18px;margin-bottom: 15px;}

.contact_us_details {
    padding-top: 0px;
}

.c_details_item {
    background: transparent;
    border: 1px solid #e5e5e5;
    padding: 28px 30px;
    margin-bottom: 15px;
}

.media:first-child {
    margin-top: 0;
}
.media, .media-body {
    zoom: 1;
    overflow: hidden;
}

.c_details_item .media .media-left {
    padding-right: 30px;
    vertical-align: middle;
}
.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}

.c_details_item .media .media-left i {
    height: 50px;
    width: 50px;
    border: 1px solid #7cdeff;
    background-color: #7cdeff;
    border-radius: 50%;
    color: #FFF;
    text-align: center;
    line-height: 48px;
    font-size: 22px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}
.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}

.c_details_item .media .media-body p {
    font-size: 18px;
    color: #000;
    line-height: 22px;
    margin-bottom: 0px;
}

.c_details_item .media .media-body a {
    display: inline-block;
    font-size: 17px;
    color: #555;
    letter-spacing: .34px;
    margin-top: 0px;
    vertical-align: middle;
}

.contact_us_form .form-group input {
    
    border-radius: 0px;
    
    height: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px 24px;
    outline: none;
    font-size: 17px;
    color: #797979;
    letter-spacing: .51px;
    margin-bottom: 0;
}

.contact_us_form .form-group textarea {
    
    border-radius: 0px;
    
    height: 100px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 20px 24px;
    outline: none;
    font-size: 17px;
    color: #797979;
    letter-spacing: .51px;
    resize: none;
}







i:before{margin-left:0px!important;}
.page-heading{width:100%;float:left;padding-bottom:60px;text-align:center;color:#fff;}
.page-heading h2{font-size:35px;color:#000;font-weight:600;}
.page-heading p{padding-top:10px;font-size:16px;color:#4b4b4b;}
.newsarticle-section{width:100%;float:left;padding:93px 0px;}
.newsarticle-section .page-heading{padding-bottom:25px;}
.newsarticle-section .page-heading h2{font-size:35px;font-weight:600;margin: 0px;}
.newsblog-mainpanel{width:100%;float:left;}
.newsblog-gridpanel{width:100%;float:left;}
.newsblog-group{width:100%;float:left;padding:8px;background:#fff;border:solid 1px #dcdddf;text-align:center;overflow:hidden;box-shadow:0px 1px 14px 4px rgba(0, 0, 0, 0.10980392156862745);}
.newsblog-imgpanel{width:100%;display:inline-block;position:relative;}
.newsblog-imgpanel img{width:100%;-webkit-transition:all 400ms linear 0s;-o-transition:all 400ms linear 0s;transition:all 400ms linear 0s;transform-origin:bottom;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}
.newsblog-group:hover img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);}
.newsblog-date{width:81px;height:81px;border-radius:100%;padding-top:10px;background:#2957a9;text-align:center;position:absolute;left:0;right:0;bottom:-35px;margin:auto;z-index:3;color:#fff;font-size:28px;line-height:28px;font-weight:600;}
.newsblog-date:after{content:"";width:90px;height:90px;position:absolute;left:-5px;right:0;top:0;bottom:0;z-index:-1;margin:auto;border-radius:100%;border:solid 5px #94abd48c;}
.newsblog-date small{display:block;font-size:18px;font-weight:400;}
.newsblog-conents{width:100%;float:left;background:#fff;padding:30px 20px;}
.newsblog-conents h3{margin:20px 0px;padding-bottom:15px;padding-top:7px;font-size:18px;color:#2f2f2f;font-weight:500;text-transform:uppercase;position:relative;}
.newsblog-conents h3:before{content:"";width:55px;height:3px;background:#2957a9;position:absolute;left:0px;right:0;bottom:0px;margin:auto;}
.newsblog-conents p{padding-bottom:30px;font-size:16px;color:#000;font-weight:400;line-height:24px;}
.newsblog-conents a{color:#2957a9;font-size:16px;font-weight:500;}
@media (max-width: 992px){
.newsarticle-section{padding:70px 0px;}
.newsblog-group{margin:15px 0px;}
.newsblog-gridpanel{padding:0px 30px;}
}
@media (max-width: 767px){
.page-heading{padding-bottom:40px;}
.newsarticle-section{padding:60px 0px;}
.newsarticle-section .page-heading h2{font-size:38px;}
.page-heading p{font-size:15px;}
}
@media (max-width: 480px){
.page-heading{padding-bottom:30px;}
.page-heading h2{font-size:24px;}
.page-heading h2{font-size:20px;}
.newsarticle-section{padding:50px 0px;}
.newsarticle-section .page-heading h2{font-size:35px;}
.newsblog-conents{padding:30px 15px;}
.page-heading p{font-size:14px;}
.newsblog-gridpanel{padding:0px 5px;}
.newsblog-conents p{padding-bottom:15px;font-size:15px;}
}

.infrapadding{padding: 41px 20px;}
.infratop{margin-top: 20px;}


.investori{margin-right: 5px;}
.inner-box-shadow {
    padding: 40px 25px 60px 25px;
    background-color: #fff;
    box-shadow: 1px 1px 50px rgba(0,0,0,.1);
}

.resp-tab-content p{font-size: 20px;}
.resp-tab-content h3{font-size: 20px;margin-bottom: 10px;}
.resp-tab-content h4{margin-bottom: 10px;}
.btn-primary{font-size: 18px;background: #4a428f !important;border: 1px solid #4a428f;margin-bottom: 20px;width: 100%;}
.inneri{margin-bottom: 15px;}
.inneri li {
    display: flex;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    
}
.inneri i {
    margin-right: 5px;
    margin-top: 5px;
}
.deskborder{border-bottom: 1px solid #ccc;margin-bottom: 20px;}
.thumbnail1{margin-bottom: 0px;}
.ftcontact1 li i {
    color: #000;
    
}
.continfo1{color: #000;}
.ftcontact1 li a{color: #000;}
.infraimage{width: 50px !important;height: 50px;display: inline-block;margin-top: 5px;}
.col-left{margin-left: 14.666667%;}


.about-img {
    position: relative;
}

.about-img::before {
    position: absolute;
    content: '';
    width: 90%;
    height: 90%;
    background: #4a428f;
    top: -23px;
    z-index: -1;
    left: -22px;
    -webkit-box-shadow: 0 38px 19px rgba(74, 66, 143, 0.3), 0 12px 15px rgba(74, 66, 143, 0.3);
    box-shadow: 0 38px 19px rgba(74, 66, 143, 0.3), 0 12px 15px rgba(74, 66, 143, 0.3);
}

.about-img img {
    position: relative;
    z-index: 1;
}

.about-img::after {
    position: absolute;
    content: '';
    width: 90%;
    height: 90%;
    background: #4a428f;
    bottom: -21px;
    z-index: -1;
    right: -22px;
    -webkit-box-shadow: 0 19px 38px rgba(74, 66, 143, 0.3), 0 15px 12px rgba(74, 66, 143, 0.3);
    box-shadow: 0 19px 38px rgba(74, 66, 143, 0.3), 0 15px 12px rgba(74, 66, 143, 0.3);
}

.apt p{font-size: 20px;}
.apt ul{padding-left: 15px;}
.action-wrap-layout3{background-color:#4a428f;padding:60px 0;}
.item-title{color: #fff;}
.text-textprimary{color:#ffffff;}








.news-block{position:relative;margin-bottom:50px;}
.news-block .inner-box{position:relative;}
.news-block .inner-box .image{position:relative;display:block;background:#222222;overflow:hidden;}
.news-block .inner-box .image img{position:relative;width:100%;display:block;transition:all 0.5s ease;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;}
.news-block .inner-box:hover .image img{opacity:0.7;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);}
.news-block .inner-box .lower-content{position:relative;margin-left:12px;margin-right:12px;padding:15px 0px 15px;text-align:center;margin-top:-20px;z-index:1;transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;border-bottom:3px solid #001e57;background-color:#ffffff;-webkit-box-shadow:0px 0px 30px rgba(0,0,0,0.10);-ms-box-shadow:0px 0px 30px rgba(0,0,0,0.10);box-shadow:0px 0px 30px rgba(0,0,0,0.10);}
.news-block .inner-box:hover .lower-content{border-color:#393185;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px);}
.news-block .inner-box .lower-content h3{position:relative;font-weight:700;line-height:1.5em;}
.news-block .inner-box .lower-content h3 a{position:relative;color:#222222;transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;}
.news-block .inner-box .lower-content h3 a:hover{color:#393185;}
.news-block .inner-box .lower-content .arrow{position:absolute;left:50%;bottom:0px;margin-bottom:-22px;width:44px;height:44px;color:#393185;font-size:10px;line-height:44px;text-align:center;border-radius:50%;font-weight:800;margin-left:-20px;background-color:#ffffff;transition:all 500ms ease;-moz-transition:all 500ms ease;-webkit-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;-webkit-box-shadow:0px 0px 15px rgba(0,0,0,0.05);-ms-box-shadow:0px 0px 15px rgba(0,0,0,0.05);box-shadow:0px 0px 15px rgba(0,0,0,0.05);}
.news-block .inner-box:hover .lower-content .arrow{color:#ffffff;background-color:#393185;}
@media only screen and (max-width: 1140px){
.news-block .inner-box .lower-content{padding-left:15px;padding-right:15px;}
}
@media only screen and (max-width: 767px){
.news-block .inner-box .lower-content h3{font-size:20px;}
}
img{vertical-align:middle;}



.whatsapp-btn {
  position: fixed;
  bottom: 12%;
  left: 1%;
  width: 50px;
  height: 50px;
  z-index: 9999;
}
.whatsapp-btn .icon_logo {
  position: relative;
  z-index: 9999;
  padding: 5px;
}
.whatsapp-btn .circle_waves {
  border-radius: 50%;
  background-color: #3cc04e;
  width: 50px;
  height: 50px;
  position: absolute;
  opacity: 0;
  bottom: 1px;
  left: 0;
  z-index: 99;
  animation: waves 4s infinite cubic-bezier(.36,.11,.89,.32);
}
.whatsapp-btn .icon_logo>a>img {
  width: 100%;
}
@keyframes waves{from{transform:scale(.55,.55);opacity:.6;}to{transform:scale(1.8,1.8);opacity:0;}}    
.pointer-card {
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 5px 5px 20px 0px rgb(0 0 0 / 10%);
  border-radius: 30px 0px 30px 0px;
  transition: 0.5s ease-in;
  min-height: 348px;
  text-align: center;
}






