@font-face {
  font-family: "CustomFont";
  src: url("../fonts/segoeui.ttf");
  src: url("../fonts/segoeuib.ttf") format("woff")
  }

  
body {
  font-family: 'CustomFont', CustomFont;
  color: #333;
  font-size: 18px;
  font-weight: 300;
  background: #fff;
  overflow-x: hidden;
  margin-right: 0% !important;
}
p {
  font-size: 14px;
  line-height: 26px;
}
a:hover,
a:focus {
  color: #4676fa;
}
a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn {
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 0px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
  font-family: 'Lato', sans-serif;
}
.btn:focus {
  box-shadow: none;
  outline: none;
}
.btn-common {
  border: 2px solid #4676fa;
  background-color: #4676fa;
  position: relative;
  z-index: 1;
  border-radius: 4px;
}
.btn-common:hover {
  color: #4676fa;
  background-color: transparent;
  border: 2px solid #4676fa;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.btn-border {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 4px;
}
.btn-border:hover {
  border: 2px solid #fff;
  color: #fff;
  background-color: #4676fa;
}
.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}
.btn-rm {
  padding: 7px 10px;
  text-transform: capitalize;
}
.clear {
  clear: both;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Raleway', sans-serif;
  font-size: 40px;
  font-weight: 100;
  letter-spacing: 1px;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
a:not([href]):not([tabindex]) {
  color: #fff;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #4676fa;
}

.section-header {
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
}
.section-header .section-title {
  font-size: 42px;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 100;
  color: #0d3559;
  position: relative;
}
.section-header .section-title span {
  color: #4676fa;
}
.section-header .section-subtitle {
  margin-top: 15px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}
.section-header .lines {
  margin: auto;
  width: 70px;
  position: relative;
  border-top: 2px solid #346afe;
  margin-top: 15px;
}
.section-header .lines:before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  top: -10px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #4676fa;
  left: 27px;
}
/* ==========================================================================
   Navbar Style
   ========================================================================== */
.bg-faded {
  background-color: #fff;
}
.logo-menu a {
  font-size: 20px;
  color: #fff;
}
.menu-bg {
  background-color: #fff!important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  z-index: 999;
  padding: 3px;
}
.menu-bg .menu-button {
  top: 0;
}
.menu-bg .menu-button:hover {
  cursor: pointer;
  color: #4676fa;
}
.menu-bg .logo-menu a {
  color: #4676fa;
}
.menu-button:hover {
  cursor: pointer;
  opacity: #eee;
}
.close-button {
  cursor: pointer;
}
.navbar-light .navbar-nav .ayat-nav-item {
  margin-left: 15px;
}
.navbar-light .navbar-nav .ayat-nav-link {
  color: #0d3559;
  padding: 7px 0px;
  margin-left: 5px;
  position: relative;
  font-size: 15px;
  letter-spacing: 0.3px;
}

.logo-menu{
  margin-top: 4%;
  margin-left: 7%;
}

.container > .row > .col-md-2 {
  display: contents;
}

@media (max-width: 769px) 
{
  .logo-image {
    left: 90% !important;
  }
}

.navbar-light .navbar-nav .ayat-nav-link:focus,
.navbar-light .navbar-nav .ayat-nav-link:hover,
.navbar-light .navbar-nav .ayat-nav-link:hover:before {
  color: #4676fa;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.navbar-light .navbar-nav .active > .ayat-nav-link,
.navbar-light .navbar-nav .ayat-nav-link.active,
.navbar-light .navbar-nav .ayat-nav-link.active:before,
.navbar-light .navbar-nav .ayat-nav-link.open,
.navbar-light .navbar-nav .open > .ayat-nav-link {
  color: #4676fa;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.navbar-light .navbar-toggler {
  border-color: #333;
  border-radius: 0px;
}
.navbar-light .navbar-toggler {
  float: right;
  margin: 10px;
}
.navbar-light .navbar-toggler i {
  color: #333!important;
}
/* ==========================================================================
   Hero Area Style
   ========================================================================== */
#hero-area {
  background: url(../../img/hero-area.jpg) fixed no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
}
#hero-area .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #4676fa;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#hero-area .contents {
  padding: 160px 0 80px;
}
#hero-area .contents h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 100;
  margin-bottom: 25px;
}
#hero-area .contents p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
}
#hero-area .contents .btn {
  margin: 20px 10px;
  text-transform: uppercase;
}
#hero-area .banner_bottom_btn {
  margin-top: 40px;
}
#hero-area .banner_bottom_btn i {
  color: #fff;
  font-size: 48px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#hero-area .banner_bottom_btn i:hover {
  color: #4676fa;
}

.ayat-nav-item {
  float: left;
  padding: 1%;
  padding-left: 7%;
}
/* ==========================================================================
   Slider Area
   ========================================================================== */
#slider-area {
  margin-top: -1px;
}
#slider-area h1 {
  font-weight: 100;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
}
#slider-area p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
#slider-area .sticky-navigation {
  background: transparent;
}
#slider-area .btn {
  margin-right: 15px;
}
#slider-area .large_white {
  color: #fff;
}
/* ==========================================================================
   Video Background
   ========================================================================== */
#video-area {
  overflow: hidden;
  position: relative;
}
#video-area .contents {
  padding: 160px 0 80px;
}
#video-area .contents h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 70px;
}
#video-area .contents p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
}
#video-area .contents .btn {
  margin: 20px 10px;
  text-transform: uppercase;
}
#video-area .banner_bottom_btn {
  margin-top: 40px;
}
#video-area .banner_bottom_btn i {
  color: #fff;
  font-size: 48px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#video-area .banner_bottom_btn i:hover {
  color: #4676fa;
}
.overlay-2 {
  background: rgba(0, 0, 0, 0.7) !important;
}
/* ==========================================================================
   contact Section Style
   ========================================================================== */
#contact {
  position: relative;
  background: #fff;
  margin-top: 9%;
  margin-bottom: 8%;
}
.item-boxes {
  text-align: center;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 15px;
  webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.item-boxes .icon {
  width: 150px;
  height: 60px;
  text-align: center;
  border: 1px solid #4676fa;
  display: inline-block;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 15px;
  webkit-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.item-boxes .icon i {
  font-size: 30px;
  line-height: 60px;
  color: #4676fa;
}
.item-boxes h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.item-boxes:hover {
  background: #fff;
  box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.15);
}
#services {
  position: relative;
  background: #f2f2f2;
}
/* ==========================================================================
   Features Section Style
   ========================================================================== */
#features {
  background: #fff;
}
#features .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  z-index: 1;
}
#features .content-left {
  position: relative;
  top: 60px;
}
#features .content-left span {
  float: right;
  margin-left: 25px;
}
#features .content-right {
  position: relative;
  top: 60px;
}
#features .content-right span {
  float: left;
  margin-right: 25px;
}
#features .box-item {
  padding-bottom: 30px;
}
#features .box-item .icon {
  border: 1px solid #4676fa;
  text-align: center;
  margin: 12px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#features .box-item .icon i {
  color: #4676fa;
  font-size: 24px;
  line-height: 60px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#features .box-item .text h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
#features .box-item .text p {
  font-size: 14px;
  line-height: 26px;
}
#features .box-item:hover .icon {
  background: #4676fa;
}
#features .box-item:hover .icon i {
  color: #ffffff;
}
#features .show-box {
  padding: 80px 0px 0px;
}
#features .show-box img {
  width: 100%;
}
/* ==========================================================================
   Screenshots Section Start
   ========================================================================== */
#screenshots {
  background: #f2f2f2;
}
.shot-item {
  margin-right: 15px;
  padding: 8px;
  border-radius: 4px;
  background: #fff;
}
.shot-item img {
  width: 100%;
}
.shot-item .overlay {
  display: block;
  position: relative;
}
.shot-item .overlay:before,
.shot-item .overlay:after {
  position: absolute;
  content: "";
  height: 30%;
  width: 30%;
  background: #346afe;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.shot-item .overlay:before {
  top: 0;
  left: 0;
  z-index: 1;
}
.shot-item .overlay:after {
  bottom: 0;
  right: 0;
  z-index: 1;
}
.shot-item:hover .overlay:before {
  height: 50%;
  width: 100%;
  opacity: 0.8;
}
.shot-item:hover .overlay:after {
  height: 50%;
  width: 100%;
  opacity: 0.8;
}
.overlay .item-icon {
  height: 48px;
  width: 48px;
  line-height: 48px;
  color: #fff;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
  top: 50%;
  position: absolute;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.shot-item:hover .item-icon {
  visibility: visible;
  opacity: 1;
}
/* ==========================================================================
   Portfolio Section
   ========================================================================== */
#portfolios {
  background: #f2f2f2;
}
#portfolios .mix {
  padding: 10px;
}
#portfolios .portfolio-item .shot-item {
  margin: 0px;
}
#portfolio-list .mix {
  display: none;
}
.controls {
  text-align: center;
  padding: 0px 0px 20px;
}
.controls .mixitup-control-active {
  color: #4676fa !important;
  border-color: #4676fa;
  background: transparent;
}
.controls .btn {
  text-transform: uppercase;
  margin: 2px;
}
.controls:hover {
  cursor: pointer;
}
.portfolio-img {
  overflow: hidden;
  display: block;
  position: relative;
}
.portfolio-img img {
  width: 100%;
}
.portfoli-content {
  width: 100%;
  position: absolute;
  height: 100%;
  opacity: 0;
  top: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.portfoli-content:before {
  background-color: rgba(1, 3, 7, 0.8);
  top: 0px;
  left: 0px;
  bottom: 15px;
  right: 30px;
  content: '';
  position: absolute;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.sup-desc-wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.sup-desc-wrap .sup-desc-inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0 35px;
}
.sup-desc-wrap .sup-meta-wrap .sup-title {
  display: block;
  outline: none;
  margin-bottom: 10px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sup-desc-wrap .sup-meta-wrap .sup-title h4 {
  font-size: 22px;
  color: #fff;
  margin: 0 0 5px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 100;
}
.sup-desc-wrap .sup-meta-wrap .sup-description {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.portfolio-item:hover .portfoli-content,
.portfolio-item:hover .portfoli-content:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portfolio-item:hover .sup-title {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.portfolio-item:hover .sup-description {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
/* ==========================================================================
   Video promo Style
   ========================================================================== */
.video-promo {
  background: url(../../img/bg_2.jpg) fixed;
  background-position: cover;
  position: relative;
}
.video-promo .video-promo-content {
  color: #fff;
}
.video-promo .video-promo-content h2 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}
.video-promo .video-promo-content p {
  margin-bottom: 30px;
}
.video-promo .video-promo-content .video-popup {
  min-width: 120px;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 20px;
  color: #fff;
  display: inline-block;
  font-size: 38px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.video-promo .video-promo-content .video-popup:hover {
  background: #4676fa;
  border-color: #4676fa;
  color: #fff;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #4676fa;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/* ==========================================================================
    Pricing Table
    ========================================================================== */
.pricing-table {
  padding: 20px 20px 40px 20px;
  margin: 0 auto;
  margin-bottom: 30px;
  border: transparent;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
.pricing-table:hover {
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
}
.pricing-table .icon {
  font-size: 26px;
  color: #4676fa;
  border: 1px solid #4676fa;
  border-radius: 4px;
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 64px;
  margin: 30px auto;
}
.pricing-table .pricing-details h2 {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}
.pricing-table .pricing-details span {
  display: inline-block;
  font-size: 28px;
  font-weight: 400;
  color: #4676fa;
  margin-bottom: 20px;
}
.pricing-table .pricing-details ul {
  margin-bottom: 35px;
}
.pricing-table .pricing-details ul li {
  padding: 10px;
  font-size: 15px;
  border-bottom: 1px solid #eee;
}
.table-left {
  margin-top: 20px;
}
/* ==========================================================================
   Counter Section Style
   ========================================================================== */
.counters {
  background: url(../../img/bg1.jpg) fixed;
  position: relative;
}
.counters .facts-item {
  text-align: center;
  color: #fff;
}
.counters .facts-item .icon {
  margin-bottom: 20px;
}
.counters .facts-item .icon i {
  font-size: 50px;
  color: #fff;
}
.counters .facts-item .fact-count h3 {
  font-size: 35px;
  color: #fff;
  margin-bottom: 15px;
}
.counters .facts-item .fact-count h4 {
  font-size: 20px;
  color: #fff;
}
/* ==========================================================================
   Testimonial Section Style
   ========================================================================== */
#testimonial {
  background: #f2f2f2;
}
.testimonial-item {
  text-align: center;
}
.testimonial-item img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.testimonial-item .testimonial-text h3 {
  font-size: 16px;
  font-weight: 100;
  text-transform: uppercase;
}
.testimonial-item .testimonial-text span {
  font-size: 15px;
  color: #999;
}
.testimonial-item .testimonial-text p {
  font-size: 14px;
  font-weight: 400;
  padding: 20px 10px 20px 10px;
  letter-spacing: 1px;
  margin: 0;
  line-height: 1.5;
  color: #999;
}
.owl-theme .owl-controls .owl-page span {
  background: #4676fa;
}
.owl-theme .owl-controls {
  margin-top: 20px;
}
/* ==========================================================================
   Download 
   ========================================================================== */
#download {
  background-image: linear-gradient(120deg, #89f7fe 0%, #4676fa 100%);
  width: 100%;
}
#download .section-title {
  color: #fff;
}
.btn {
  margin: 10px;
}
.btn i {
  margin-right: 5px;
}
/* ==========================================================================
   Blog 
   ========================================================================== */
#blog .blog-item-wrapper {
  background: #fff;
  border-radius: 0px;
  margin-bottom: 30px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: transform 0.2s linear, -webkit-box-shadow 0.2s linear;
  -moz-transition: transform 0.2s linear, -moz-box-shadow 0.2s linear;
  transition: transform 0.2s linear, box-shadow 0.2s linear;
}
#blog .blog-item-wrapper:hover {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}
#blog .blog-item-wrapper:hover .blog-item-img:before {
  opacity: 1;
  height: 100%;
  width: 100%;
}
#blog .blog-item-img {
  position: relative;
}
#blog .blog-item-img img {
  width: 100%;
}
#blog .blog-item-img:before {
  width: 50%;
  height: 50%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(70, 118, 250, 0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#blog .blog-item-text {
  border: 1px solid #f1f1f1;
  padding: 20px;
}
#blog .blog-item-text .meta-tags {
  margin-bottom: 10px;
}
#blog .blog-item-text .meta-tags span {
  color: #999;
  margin-right: 10px;
}
#blog .blog-item-text .meta-tags span i {
  margin-right: 5px;
}
#blog .blog-item-text .meta-tags span a {
  color: #999;
}
#blog .blog-item-text .meta-tags span a:hover {
  color: #4676fa;
}
#blog .blog-item-text h3 {
  line-height: 26px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
#blog .blog-item-text h3 a {
  color: #333;
}
#blog .blog-item-text h3 a:hover {
  color: #4676fa;
}
#blog .blog-item-text p {
  line-height: 25px;
  margin-bottom: 20px;
}
/* ==========================================================================
    Contact Us
    ========================================================================== */
.form-control {
  width: 100%;
  margin-bottom: 20px;
  padding: 18px;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-family: 'Lato', sans-serif;
}
.form-control:focus {
  box-shadow: none;
  outline: none;
}
.btn.disabled,
.btn:disabled {
  opacity: 1;
}

#contact .contact-block {
  background: #fff;
  padding: 30px;
  overflow: hidden;
}
#contact #contactForm {
  margin-top: 30px;
}
.text-danger {
  font-size: 14px;
  margin-top: 10px;
}
.list-unstyled li {
  color: #d9534f;
}
/* ==========================================================================
    Subscribe Style
    ========================================================================== */
#subscribe form input {
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: none;
  color: #999999;
  height: 50px;
  padding: 0 20px;
  width: 100%;
}
#subscribe form input:focus {
  border: 1px solid #4676fa;
}
#subscribe .sub_btn {
  border: none;
  line-height: 44px;
  margin: 0;
  font-size: 15px;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  min-width: 150px;
  color: #fff;
  top: 0;
  height: 50px;
  background: #4676fa;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-family: 'Lato', sans-serif;
  cursor: pointer;
}
/* ==========================================================================
   Footer Style
   ========================================================================== */
footer {
  /* background: #333; */
  padding: 60px 0px 30px;
  text-align: center;
}
.site-info p {
  line-height: 34px;
  color: #fff;
}
.site-info p a {
  color: #fff;
}
.site-info p a:hover {
  color: #4676fa;
}
.social-icons {
  margin-bottom: 20px;
}
.social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-icons ul li {
  display: inline;
}
.social-icons ul li a {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 15px;
  border-radius: 4px;
  border: 1px solid rgba(255, 254, 254, 0.07);
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 16px;
}
.social-icons ul li a:hover {
  color: #ffffff;
}
.facebook a {
  color: #ffffff;
}
.facebook a:hover {
  background: #96509A;
}
.twitter a {
  color: #1da1f2;
}
.twitter a:hover {
  background: #1da1f2;
}
.google-plus a {
  color: #dd4d42;
}
.google-plus a:hover {
  background: #dd4d42;
}
.youtube a {
  color: #df2926;
}
.youtube a:hover {
  background: #df2926;
}
.linkedin a {
  color: #ffffff;
}
.linkedin a:hover {
  background: #96509A;
}
.pinterest a {
  color: #bd081c;
}
.pinterest a:hover {
  background: #bd081c;
}
.dribbble a {
  color: #ea4c89;
}
.dribbble a:hover {
  background: #ea4c89;
}
.behance a {
  color: #0b7cff;
}
.behance a:hover {
  background: #0b7cff;
}
.subscribe-box {
  margin-top: 18px;
}
.subscribe-box input[type="text"] {
  color: #444;
  font-size: 12px;
  padding: 6px 12px;
  border: none;
  background: #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  outline: none;
}
.subscribe-box input[type="submit"] {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  background: #4676fa;
  text-transform: uppercase;
  border: none;
  padding: 7px 16px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-family: 'Lato', sans-serif;
  cursor: pointer;
}
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
}
.back-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  background-color: #4676fa;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  z-index: 9999999999;
}
.spinner {
  width: 40px;
  height: 40px;
  top: 45%;
  position: relative;
  margin: 0px auto;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #4676fa;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.hide-text{
  color: transparent !important;
}


.border-top{
  border-bottom: solid;
  border-color: #96509A;
  padding-bottom: 22px;
  border-width: 6px;
}

.ayat-nav-text{
  color: #707070;
}
.ayat-nav-link:hover .ayat-nav-text{
  border-bottom: solid;
  border-color: #96509A;
  padding-bottom: 22px;
  border-width: 6px;
}

.fixed-top{
  background-color: #fff;
  box-shadow: -1px -13px 20px 0px black;
}

.logo-image{
  position: absolute;
    top: 2px;
    width: 30px;
}


/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

#map{
  padding: 29%;
}




  .gm-style .gm-style-iw-c{
    max-width : none !important;
    max-height:none !important;
    width: 2.7%;
    padding: 0.2%;
    padding-left: 0.6%;
    padding-bottom: 1.4% !important;
  }

  .gm-style .gm-style-iw-d{
    overflow: unset !important;
    max-height: unset !important;
  }


  .gm-ui-hover-effect{
    display: none !important;
  }
 
  /* div >.gm-style-iw .gm-style-iw-c{
    height: 50%;
  } */

  .section-title{
    font-size:27;
    color:#96509A;
    font-weight: bold;

  }

  .gm-style > div > div:last-child > div {
    height : 100% !important;
  }

  .gm-style > div > div:last-child > div > div:last-child {
    height : 100% !important;
    top: 7% !important;
  }

  .gm-style > div > div:last-child > div > div:last-child > div{
    height : 100% !important;
  }

  .gm-style-iw-a{
    height: 40% !important;
  }

  .gm-style-iw-t{
    height : 100% !important;
  }

  .gm-style-iw-c{
    height : 100% !important;
    font-weight: bold !important;
    left: 1% !important;
  }
  .info-window > div{
    padding-bottom: 2% !important;
  
  }
  .info-window > div >div{
    align-self: center !important;
  }
  .contact-button{
    background-color: #96509A;
    width: 75%;
    height: 100%;
    margin-left: 12%;
  }

.contact-input{
  padding-left: 7%;
  box-shadow: 0px 0px 20px 2px #d6d6d6;
  border: none;
  color: #707070 !important;
}

.contact-input:focus{
  box-shadow: 0px 0px 20px 2px #d6d6d6;
  border: none !important;
}

.contact-input::placeholder { 
  color: #d6d6d6;
  opacity: 16; 
}

#contact > .container > .row {
  margin-bottom: 2%;
}

textarea.contact-input {
  padding-top: 7%;
  outline-color:white !important;
  resize: none;
}


#about{

  background-color: #f5f5f5;
}

.about-item-col{
  background-image: url(../../img/ic_logo.png) !important;
  z-index: 0;
  background-size: 21%;
  background-position-x: right;
  background-repeat: no-repeat;
  background-position-y: center;
  /* padding-top: 7%; */
  color: #fff;
  /* padding-right: 7%; */
  /* position: inherit; */
  background-color: #96509A;
}

@media (max-width: 1100px) {
  .about-item-col{
    background-size: 27%;
  }
}
@media (max-width: 900px) {
  .about-item-col{
    background-size: 37%;
  }
}

@media (max-width: 768px) {
  .about-item-img{
    background-size: 37%;
  }
}

@media(max-width : 540px)
{
  .about-item-img{
    width: 100%;
    z-index: 1;
    margin-left: 25%;
    height: 140% !important;
    margin-top: 12%;
    position: inherit;
    top: 100%;
    object-fit: cover;
    left: -113%;
  }
}

@media(max-width : 718px)
{
  .about-item-img{
  width: 100%;
  z-index: 1;
  margin-left: 25%;
  height: 122% !important;
  margin-top: 12%;
  position: inherit;
  object-fit: cover;
  top: 96% !important;
  left: -115% !important;
  }
}

.our-team-nav-tabs > .nav-tabs > .nav-item > .nav-link{
  inline-size: max-content;
}

@media(max-width : 1242px)
{
  .section-title{
    font-size: 30px !important;
  }
  .our-team-nav-tabs > .nav-tabs > .nav-item > .nav-link{
    inline-size: max-content;
  }
}

@media(max-width : 425px)
{
  .section{
    /* position: absolute; */
    right: -30%;
  }
}

@media(max-width : 983px)
{
  .section-title{
    font-size: 25px !important;
  }

  .our-team-nav-tabs > .nav-tabs > .nav-item > .nav-link{
    inline-size: max-content;
  }
}

@media(max-width : 854px)
{
  .section-title{
    font-size: 20px !important
  }

  .our-team-nav-tabs > .nav-tabs > .nav-item > .nav-link{
    inline-size: max-content;
  }
}

@media(max-width : 768px)
{
  .about-item-img{
    width: 100%;
    z-index: 1;
    margin-left: 25%;
    height: 115% !important;
    margin-top: 12%;
    position: inherit;
    object-fit: cover;
    top: 95% !important;
    left: -117% !important;
  }

  .about-item-row {
    margin-top: -118% !important;
  }
}

.about-item-row{
  width: 100% !important;
  /* margin-left: 5% !important;
    margin-right: 5% !important; */
    margin-top: 5%;
    position: inherit;
}

.rec-arrow{
  display: none;
}

.about-item-img{
  width: 100%;
  z-index: 1;
  margin-left: 25%;
  height: 85%;
  margin-top: 12%;
  position: inherit;
  object-fit: cover;
}

.rec-pagination{
  z-index: 1;
  top: 50%;
  position: absolute;
  right: 1%;
  transform: rotate(90deg);
}

.rec-dot_active{
  transition: all 250ms ease !important;
    margin: 5px !important;
    background-color: #ffffff !important;
    font-size: 1.3em !important;
    content: "" !important;
    height: 20px !important;
    width: 10px !important;
    box-shadow: 0 0 0px 2px #fff !important;
    border-radius: 50% !important;
    outline: none !important;
   
    border: #96509A !important;
    border-style: solid !important;
    border-width: thick !important;
}

.about-item-row > .about-item-col > .rec-carousel-wrapper  > .rec-pagination > .rec-dot:not(.rec-dot_active) {
  transition: all 250ms ease !important;
  margin: 5px !important;
  background-color: #ffffff5c !important;
  font-size: 1.3em !important;
  content: "" !important;
  height: 20px !important;
  width: 10px !important;
  box-shadow: 0 0 0px 2px #fff !important;
  border-radius: 50% !important;
  outline: none !important;

  border: #96509A !important;
  border-style: solid !important;
  border-width: thick !important;
}

.our-team-nav-tabs > .tab-content > div > .rec-carousel-wrapper > .rec-pagination > .rec-dot:not(.rec-dot_active) {
  transition: all 250ms ease !important;
  margin: 5px !important;
  background-color: #ffffff5c !important;
  font-size: 1.3em !important;
  content: "" !important;
  height: 20px !important;
  width: 10px !important;
  box-shadow: 0 0 0px 2px #fff !important;
  border-radius: 50% !important;
  outline: none !important;

  border: #96509A !important;
  border-style: solid !important;
  border-width: thick !important;
}


.about-section-row{
  width: 100%;
  padding-top: 7%;
  padding-left: 12%;
  padding-right: 7%;
  text-align: -webkit-auto;
}

.about-section-title{
  margin-bottom: 7%;
}

.service-item-image{
  width: 21%;
    margin-left: 30%;
}

.about-section-content{
  margin-left: 5%;
}

.service-item-content{
  text-align: center;
  padding-right: 20%;
  font-size: 18px !important;
}

.section-technical-title{
  text-align: center;
  font-size: 40px !important;
  color:#96509A !important ;
  font-weight: bold;
}

.technical-item-image{
  border-style: solid;
  border-radius: 14rem;
  width: 100%;
  border-color: white;
  z-index: 2;
}


.technical-item-title{
  position: absolute;
    /* top: 50%;
    left: 30%; */
    color: white;
    font-size: 20px;
    z-index: 1;
    display: none;
    background-color: #96509ab5;
    width: 90%;
    height: 100%;
    top: 0%;
    border-radius: 14rem;
    text-align: center;
    text-align: center;
    padding-top: 40%;
}


.technical-item-image-col:hover .technical-item-image {
  -webkit-filter: blur(8px);
}

.technical-item-image-col:hover .technical-item-title{
  display: block;
}

.technical-item-title:hover + .technical-item-image{
  -webkit-filter: blur(8px);
}

.technical-section-icon-row{
  margin-top: 2%
}



.technical-item-image-div{
  display: none;
  background-color:  #96509A;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



#technical{
  background-image: url(../../img/bg_Technical.png);
  margin-top: 10%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 5%;
}

/* Modar Style MAin Slider*/
.carousel_Caption {
  position: 'relative';
  left: 'auto';
  right: 'auto';
}
.carousel-indicators {
  position: absolute;
  right: 0;
  top: 33%;
  left: 0;
  z-index: 15;
  display: flow-root;
  justify-content: space-around;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 3%;
  list-style: hiragana;
}
.carousel-indicators li {
  display: block;
  width: 3px;
  height: 50px;
  margin: 1%;
  text-indent: 0;
  cursor: pointer;
  border: none;
}
.carousel-indicators .active {
  width: 3px;
  height: 50px;
  background-color: #ffffff;
}

 @media (max-width:992px){
  .carousel-indicators{
    top: 44% !important;
  }

}
@media (max-width:768px){
  .carousel-indicators{
    top: 32% !important;
  }
} 
@media (max-width:576px){
  .carousel-indicators{
    top: 32% !important;
  }
  .carousel-indicators li {

    height: 20%;

  }
  .carousel-indicators .active {

    height:20%;

  }
} 
/* Modar Style storyBord*/
#StoryBoard-title{
  color:#96509A;
  font-weight:bold;
  padding-top: 10%;
  margin-bottom:5%;
  padding-top:10%;
}


@media (max-width:1350px){
  #StoryBoard-title{
     padding-top: 13%;
  }
}
@media (max-width:1050px){
  #StoryBoard-title{
     padding-top: 20%;
  }
}
@media (max-width:700px){
  #StoryBoard-title{
     padding-top: 30%;
  }
}

.portfolio-box{
  cursor: pointer;
}
.outer-img{
  height:382px;
  object-fit: cover;
  width: 100%;
}
#portfolio .container-fluid, #portfolio .container-sm, #portfolio .container-md, #portfolio .container-lg, #portfolio .container-xl {
  max-width: 100%;
  margin-top: 3rem;
}
#portfolio .container-fluid .portfolio-box, #portfolio .container-sm .portfolio-box, #portfolio .container-md .portfolio-box, #portfolio .container-lg .portfolio-box, #portfolio .container-xl .portfolio-box {
  position: initial;
  display: block;
}
#portfolio .container-fluid .portfolio-box .portfolio-box-caption, #portfolio .container-sm .portfolio-box .portfolio-box-caption, #portfolio .container-md .portfolio-box .portfolio-box-caption, #portfolio .container-lg .portfolio-box .portfolio-box-caption, #portfolio .container-xl .portfolio-box .portfolio-box-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  opacity: 1;
  color: #fff;
  transition: opacity 0.25s ease;
  text-align: center;
}


#portfolio .container-fluid .portfolio-box .portfolio-box-caption .project-category, #portfolio .container-sm .portfolio-box .portfolio-box-caption .project-category, #portfolio .container-md .portfolio-box .portfolio-box-caption .project-category, #portfolio .container-lg .portfolio-box .portfolio-box-caption .project-category, #portfolio .container-xl .portfolio-box .portfolio-box-caption .project-category {
  font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
}
#portfolio .container-fluid .portfolio-box .portfolio-box-caption .project-name, #portfolio .container-sm .portfolio-box .portfolio-box-caption .project-name, #portfolio .container-md .portfolio-box .portfolio-box-caption .project-name, #portfolio .container-lg .portfolio-box .portfolio-box-caption .project-name, #portfolio .container-xl .portfolio-box .portfolio-box-caption .project-name {
  font-size: 1.2rem;
}
#portfolio .container-fluid .portfolio-box:hover .portfolio-box-caption, #portfolio .container-sm .portfolio-box:hover .portfolio-box-caption, #portfolio .container-md .portfolio-box:hover .portfolio-box-caption, #portfolio .container-lg .portfolio-box:hover .portfolio-box-caption, #portfolio .container-xl .portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.text-white-75 {
  color: rgba(255, 255, 255, 0.75);
}
.bachdround-image{
  height: 300px;
}
#portfolio2{
  background-color: #8fd19e;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 300px;
}
#portfolio2 .container-fluid, #portfolio2 .container-sm, #portfolio2 .container-md, #portfolio2 .container-lg, #portfolio2 .container-xl {
  max-width: 100%;
  
}
#portfolio2 .container-fluid .portfolio2-box, #portfolio2 .container-sm .portfolio2-box, #portfolio2 .container-md .portfolio2-box, #portfolio2 .container-lg .portfolio2-box, #portfolio2 .container-xl .portfolio2-box {
  position: relative;
  display: block;
}
#portfolio2 .container-fluid .portfolio2-box .portfolio2-box-caption, #portfolio2 .container-sm .portfolio2-box .portfolio2-box-caption, #portfolio2 .container-md .portfolio2-box .portfolio2-box-caption, #portfolio2 .container-lg .portfolio2-box .portfolio2-box-caption, #portfolio2 .container-xl .portfolio2-box .portfolio2-box-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  opacity: 1;
  color: #fff;
  transition: opacity 0.25s ease;
  text-align: center;
}
#portfolio2 .container-fluid .portfolio2-box .portfolio2-box-caption .project-category, #portfolio2 .container-sm .portfolio2-box .portfolio2-box-caption .project-category, #portfolio .container-md .portfolio-box .portfolio-box-caption .project-category, #portfolio .container-lg .portfolio-box .portfolio-box-caption .project-category, #portfolio .container-xl .portfolio-box .portfolio-box-caption .project-category {
  font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
}
#portfolio2 .container-fluid .portfolio2-box .portfolio2-box-caption .project-name, #portfolio2 .container-sm .portfolio2-box .portfolio2-box-caption .project-name, #portfolio2 .container-md .portfolio2-box .portfolio2-box-caption .project-name, #portfolio2 .container-lg .portfolio2-box .portfolio2-box-caption .project-name, #portfolio2 .container-xl .portfolio2-box .portfolio2-box-caption .project-name {
  font-size: 1.2rem;
}
#portfolio2 .container-fluid .portfolio2-box:hover .portfolio2-box-caption, #portfolio2 .container-sm .portfolio2-box:hover .portfolio2-box-caption, #portfolio2 .container-md .portfolio2-box:hover .portfolio2-box-caption, #portfolio2 .container-lg .portfolio2-box:hover .portfolio2-box-caption, #portfolio2 .container-xl .portfolio2-box:hover .portfolio2-box-caption {
  opacity: 1;
}

.page-top{
     margin-top: 1%;
}


.parent {
  position: relative;
  background:hsla(114%, 15%, 75%, 1);
  width: 100%;
  height: 200px;
  border: 5px dotted hsla(327%, 19%, 45%, 1);
  margin-top: 3rem !important;
}
@media (max-width: 1200px) {
  .parent {
    margin-bottom: 20rem ;
  }
}
@media (max-width: 992px) {
  .parent {
    margin-bottom: 63rem;
  }
}
@media (max-width: 768px) {
  .parent {
    margin-bottom: 77rem;
  }
}
#outerBord{
  text-align:-webkit-center;
}
.child {
  height: 100%;
  height:100%;
  background: hsla(305%, 12%, 61%, 1);
  border: 3px dotted  hsla(327%, 19%, 45%, 1);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 992px) {
  .child {
    height: 300%;
  }
}
@media (max-width: 768px) {
  .child {
    height: 350%;
  }
}
.img-child{
  top: 25%;
  left:1%;
}
@media (max-width: 992px) {
  .img-child {
    top: 2%;
    left: 7%;
}
}
@media (max-width: 768px) {
  .img-child {
    top: 3%;
    left: 26%;
  }
}
@media (max-width: 576px) {
  .img-child {
    top: 3%;
    left: 16%;
}
}
/* @media (max-width: 1200px) {
  .img-child {
    top: 35%;
    left:17%;
  }
}
/* @media (max-width: 1200px) {
  .img-child {
    top: 35%;
    left:17%;
  }
}
@media (max-width: 992px) {
  .img-child {
    top: 16%;
    left:1%;
  }
}
@media (max-width: 570px) {
  .img-child {
    top: 11%;
    left:1%;
  }
}
@media (max-width: 360px) {
  .img-child {
    top: 7%;
    left: 4%;
  }
} */
/* 
@media (max-width: 992px) {
  .img-child {
    top: 33%;
    left:17%;
  }
} */

.child-container{
  width: 0px;
  opacity: 1;
  height: 200%;
  top: 0%;
}

/* @media (max-width: 1200px) {
  .child-container {
   
    height: 191%;
  }
}

@media (max-width: 992px) {
  .child-container {
    top: 235%;
    height: 179%;
  }
}
@media (max-width: 770px) {
  .child-container {
    top: 310%;
    height: 172%;
  }
}

@media (max-width: 660px) {
  .child-container {
    top: 292%;
    height: 229%;
  }
}

@media (max-width: 590px) {
  .child-container {
    top: 275%;
    height: 171%;
  }
}


@media (max-width: 510px) {
  .child-container {
    top: 255%;
    height: 177%;
  }
}
@media (max-width: 450px) {
  .child-container {
    top: 255%;
    height: 165%;
  }
}
@media (max-width: 400px) {
  .child-container {
    top: 255%;
    height: 157%;
  }
}
@media (max-width: 360px) {
  .child-container {
    top: 226%;
    height: 145%;
  }
} */






/* @media (max-width: 992px) {
  .child-container {
    top: 200%;
    height: 50%;
  }
} */
.child-content{
  opacity: 1;
}
.Arrow-btn{
  display: none;
  cursor: pointer;
}
/* #img-0-child{
    top: 25%;
    left: 4%;
}
#img-1-child{
    top: 25%;
    left: 2%;
}
#img-2-child{
    top: 25%;
    left: 0%;
}
#img-3-child{
  top: 25%;
  left: -2%;
}     */
/* Modar Style Team*/



section .section-title {
  text-align: center;
  color: #007b5e;
  margin-bottom: 50px;
  text-transform: uppercase;
}
#tabs{
  color:   #96509A;
}
#tabs h6.section-title{
  color:  #96509A;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color:  #96509A;
  background-color: transparent;
  border-color: transparent transparent  #96509A;
  border-bottom: 4px solid !important;
  font-size: 20px;
  font-weight: bold;
}
#tabs .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  color: #bd06dd;
  font-size: 20px;
}
#row-nav{
  display: inline-block;
  width: 100%;
  height: 100%;
}

.green{
  background-color:#6fb936;
}
.thumb{
        margin-bottom: 1rem;
}
        
.page-top{
        margin-top:85px;
}

   
img.zoom {
    width: 100%;
    height: 200px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
        
 
.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.modal-header {
   
     border-bottom: none;
}
.modal-title {
        color:#000;
    }
.modal-footer{
      display:none;  
}


#work{
  margin-bottom: -5%;
}

#footer{
  background-image: url(../../img/footer.png);
}

.our-works-row{
    margin-top: 3%;
    margin-bottom: 2%;
    margin-left: -5%;
}

.story-board-tab-col{
    margin-left: -11%;
    padding-top: 0.5%;
}
@media (max-width : 1350px){
  .story-board-tab-col{
    display:contents;
}


}
.story-board-tab-img:hover{
  cursor:pointer;
}
.about-title-col{
  margin-bottom: -4%;
  margin-top: 1%;
  margin-left: 4%;
}

.our-team-nav-tabs > ul{
  margin-left: 40%;
  margin-right: 40%;
 border-bottom : unset;

}
.our-team-nav-tabs > ul > li{
  margin-left: 10%;
}
.our-team-nav-tabs > ul >li > a{
  color: #96509A !important;
}

.team-comp-image{
  margin-bottom: 7%;
  border: groove;
}

.our-team-nav-tabs > .tab-content{
  padding-left: 8%;
  padding-right: 8%;
  margin-top: 2%;
}

.work-shop-tab-slider{
  width: 5%;
  background-color: #CAA7CC;
  height: 38px;
  border-radius: 41rem;
  float: left;
  margin-left: 7%;
}

.work-shop-tab-slider:hover{
  background-color: #96509A;
}

.work-shop-tab-slider-active{
  background-color: #96509A;
  width: 5%;
  height: 38px;
  border-radius: 41rem;
  float: left;
  margin-left: 7%;
}

.work-shop-tab{
  display: none;
}

.our-team-nav-tabs > .tab-content > div > .rec-carousel-wrapper > .rec-pagination{
  position: inherit;
  transform: inherit;
}

.our-team-nav-tabs > .tab-content > div > .rec-carousel-wrapper > .rec-pagination > .rec-dot:not(.rec-dot_active) {
  background-color: #caa7cc !important;
  height: 25px !important;
    width: 25px !important;
    background-color: #caa7cc !important;
    border: #7070702b !important;
    border-style: solid !important;
    border-width: thin !important;
}
.our-team-nav-tabs > .tab-content > div > .rec-carousel-wrapper > .rec-pagination > .rec-dot_active {
  background-color: #caa7cc !important;
  height: 25px !important;
    width: 25px !important;
    background-color: #96509a!important;
    border: #7070702b !important;
    border-style: solid !important;
    border-width: thin !important;
}

.our-team-nav-tabs > .nav-tabs > .nav-item > .nav-link.active{
  font-size: 18px !important;
  border-bottom: solid !important;
  border-bottom-color: #96509a !important;
  border-bottom-width: thick !important;
}
/* .our-team-nav-tabs > .nav-tabs > .nav-item{
border-bottom: solid !important;
border-bottom-color: #CAA7CC !important;
} */

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
  border :none;
  cursor: pointer;
}

.ayat-button:focus{
  background-color: #96509A !important;
  border: none !important;
  color: #fff;
}

@media(max-width : 766px)
{

  .gm-style .gm-style-iw-c{
    text-align: left;
  }

  .info-window > .row > .col-md-3 > img{
    margin-left: 17% !important;
  }

  #map{
    padding-bottom: 177%;
  }

  #home{
    margin-top: 45%;
    width: 105.3%;
  }

  #about{
    margin-left: 12%;
  }
  .about-item-row{
    margin-top: 7% !important;
  }
  .about-item-img{
    display: none !important;
  }

  #root{
    width: 95% !important;
  }

  #work{
    width: 77% !important;
  }

  .our-works-row{
    margin-left: 15% !important;
  }
  .player{
    width: 127% !important;
    margin-left: 7% !important;
    margin-bottom: 21% !important;
  }

  .img-fluid{
    max-width: none !important;
    width: 136% !important;
  }
  @media (max-width: 360px) 
{
  #innerImg11{
  
    width: 100% !important;
  }
}

  #footer{
    width: 105.3% !important;
  }

  .our-team-nav-tabs > ul{
    margin-left: 7% !important;
  }

  .our-works-row{
    margin-left: 0% !important;
  }

  #contact{
    position: inherit !important;
  }

  .border-top{
    padding-bottom: 7px !important;
  }
  .section-title{
    margin-left: -30% !important;
  }
  .story-board-tab-col{
    margin-left: 23% !important;
    display: block !important;
  }

  .section-title{
    margin-left : 0% !important;
  }


  .logo-image{
    top: 20%;
    left: 89% !important;
  }
}

@media (max-width: 768px) {
  #home{
    margin-top: 24%;
    width: 105.3%;
  }

  #about{
    margin-left: 12%;
  }


  .about-item-row{
    margin-top: 7% !important;
  }
  .about-item-img{
    display: none !important;
  }

  #root{
    width: 95% !important;
  }

  #work{
    width: 77% !important;
  }

  .our-works-row{
    margin-left: 15% !important;
  }
  .player{
    width: 127% !important;
    margin-left: 7% !important;
    margin-bottom: 21% !important;
  }

  .img-fluid{
    max-width: none !important;
    width: 136% !important;
  }
  
@media (max-width: 768px) {
  #innerImg11{
    max-width: none !important;
    width: 91% !important;
  }

  .technical-section-icon-row{
    width: 60%;
    margin-left: 17%;
  }
  
  #technical{
    background-size: cover;
  }
}


  #footer{
    width: 105.3% !important;
  }

  .our-team-nav-tabs > ul{
    margin-left: 7% !important;
  }

  .our-works-row{
    margin-left: 0% !important;
  }

  #contact{
    position: inherit !important;
  }

  .border-top{
    padding-bottom: 7px !important;
  }
  .section-title{
    margin-left: -30% !important;
  }
  .story-board-tab-col{
    margin-left: 23% !important;
    display: block !important;
  }

  .section-title{
    margin-left : 0% !important;
  }


  .logo-image{
    top: 20%;
    left: 89% !important;
  }
}

@media (max-width: 637px) {
  #home{
    margin-top: 29%;
  }
}

@media (max-width: 500px) {
  #home{
    margin-top: 36%;
  }
}


@media(max-width : 430px)
{
  #home{
    margin-top: 41%;
  }
}

@media (max-width: 370px) {
  #home{
    margin-top: 46%;
  }
}


@media (max-width: 343px) {
  #home{
    margin-top: 65%;
  }
}

.hidden-image{
  height: 57%;
}
#innerImg11{
  object-fit: cover;
}
@media (max-width: 768px) {
  .hidden-image{
    height: 105%;
  }

  .our-team-nav-tabs > .nav-tabs {
    margin-left: 25% !important;
  }
}

@media (max-width: 440px) {
  .our-team-nav-tabs > .nav-tabs {
    margin-left: 7% !important;
  }
}
