/*------------------------------------------------------------------

    Main Style Stylesheet
    Project:        BEAM. |  
    Version:        1.0
    Author:         Bakhtrai Badr
    Last change:    9/12/2018
    Primary use:    App And Software Showcase 

-------------------------------------------------------------------*/

/*=======================================================

			TABLE OF CONTENT:

   1*)Body Style
   2*)Typography
   3*)Buttons
   4*)Navbar
   5*)Banner
   6*)About
   7*)Services
   8*)Features
   9*)Prices
   10*)Testimonials
   11*)Video PopUp
   12*)App Screenshots
   13*)Team
   14*)Brands
   15*)Contact
   16*)Media Queries:

========================================================*/

@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");

/*=======================================================
			BODY:
========================================================*/

body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #686b75;
}

/*=======================================================
			COLORS(Only Visible In Scss File):
========================================================*/

/*=======================================================
			TYPOGRAPHY:
========================================================*/

h1 {
    font-size: 45px;
    /*font-weight: bold;*/
    line-height: 1.3em;
    color: #545b62;
}

h2 {
    font-size: 36px;
    /*font-weight: bold;*/
    text-transform: uppercase;
}

h3 {
    /* text-transform: uppercase; */
    color: #666;
}

h4 {
    font-size: 20px;
    font-weight: 600;
     text-transform: uppercase;
}

.section-title {
    margin: 0;
}

.section-title:after {
    position: relative;
    left: 50%;
    bottom: 0;
    width: 60px;
    height: 4px;
    display: block;
    background-color: #93a5ab;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 5px;
    margin: 30px 0;
}

.sub {
    color: #545b62;
    font-size: 18px;
    line-height: 1.7em;
    font-weight: 500;
}

/*=======================================================
			BUTTONS:
========================================================*/

.btn-primary {
    background: #2ECC71;
    padding: 15px 20px;
    font-weight: bold;
    border: none;
}

.btn-primary-2 {
    background: #49d382;
    padding: 15px 20px;
    font-weight: bold;
    border: none;
    color: #fff;
    font-weight: bold;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #2ECC71;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
    transition: all .2s ease-in-out;
}

.btn-secondary {
    background: #2ECC71;
    padding: 15px 20px;
    font-weight: bold;
    border: none;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background: #93a5ab;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
    transition: all .2s ease-in-out;
}

.btn-transparent {
    background: transparent;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid #068BEA;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
    background: #068BEA;
    color: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
    transition: all .2s ease-in-out;
}

/*=======================================================
			CUSTOM COMPONENTS
========================================================*/

.badge-primary{
    background-color: #334D5C;
}

.btn-primary {
    background-color: #334D5C;
}

.btn-primary:hover {
    background-color: #243742;
}

.btn-info-gradiant:hover{
    color: #F6C358;
    transition: 1s;
}

.solution-section-title {
    font-size: 2.4rem;
    font-weight: bold !important;
    color: #3E4555 !important;
}

.solution-section-span {
    color: #000000 !important;
}

.solution-section-icon {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #000;
    font-size: 6rem;
}

@media only screen and (max-width: 1919px) { 
    /* .agenda-row {
        position: relative; 
        top: 90px;
    } */

    .solution-section {
        position: relative; 
        top: 70px;
    }
}

@media (max-width: 600px) {

    .header-p {
        margin-top: 80px !important;
    }

    .solution-section {
        top: 0px;
    }
}

/*=======================================================
			NAVBAR
========================================================*/

.navbar {
    transition: all .2s ease-in-out;
}

.navbar .navbar-brand {
    font-weight: bold;
    letter-spacing: 0.3em;
    color: #fff;
}

.navbar .navbar-brand span {
    color: #93a5ab;
}

.navbar .navbar-collapse {
    padding: 30px 0 0 0;
}

.navbar .navbar-nav .nav-link {
    color: #000;
    padding: 0 0.8rem;
    transition: all .2s ease-in-out;
    text-transform: uppercase;
}

.navbar .navbar-nav .nav-link:hover {
    color: #93a5ab;
}

.navbar .navbar-nav .nav-link.active {
    color: #93a5ab;
    font-weight: 500;
}

.navbar .navbar-nav .active > .nav-link {
    color: #93a5ab;
}

.navbar .navbar-nav .btn {
    position: relative;
    top: -15px;
    margin-left: 15px;
}

.navbar .navbar-toggler {
    border: none;
}

.navbar .navbar-toggler i {
    font-size: 2.5rem;
    color: #567681;
}

.navbar .navbar-toggler:focus,
.navbar .navbar-toggler:hover {
    border: none;
    outline: 0;
}

.navbar-light {
    background: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transition: all .2s ease-in-out;
}

.navbar-light .navbar-brand {
    color: #567681;
    transition: all .2s ease-in-out;
}

.navbar-light .navbar-collapse {
    padding: 25px 0 0 0;
}

.navbar-light .navbar-brand:hover {
    color: #93a5ab;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #93a5ab;
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-light .navbar-toggler i {
    font-size: 2.5rem;
    color: #567681;
}

.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
    border: none;
    outline: 0;
}

/*=======================================================
			BANNER:
========================================================*/

.banner {
    background: url(../imgs/background.jpg);
    background-size: cover;
    background-position: top center;
    text-align: center;
    height: 100vh;
    background-attachment: fixed;
}

.banner .container .caption {
    padding-top: 150px;
}

.banner .container .caption h1 {
    margin-bottom: 20px;
}

.banner .container .caption p {
    margin-bottom: 20px;
}

.banner .container .caption .btn {
    margin-bottom: 40px;
}

.banner .container .caption img {
    width: 800px;
}

/*=======================================================
			ABOUT:
========================================================*/

#about {
    padding: 120px 0;
    /* text-align: center; */
}

/*=======================================================
			SERVICES:
========================================================*/

#services {
    padding: 120px 0;
}

#services p {
    margin: 25px 0;
}

#services ul li span {
    position: relative;
    bottom: 15px;
}

#services .img-table {
    position: relative;
    top: 30px;
}

#services .caption {
    position: relative;
    top: 30px;
}

#services .seconde {
    padding: 80px 0;
}

/*=======================================================
			FEATURES:
========================================================*/

#features {
    padding: 120px 0;
    text-align: center;
}

#features .feature {
    margin: 30px 0;
    padding: 0 20px;
    transition: all .2s ease-in-out;
}

#features .feature .feature-icon {
    background: url(../imgs/icons-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 125px;
    height: 125px;
}

#features .feature .feature-icon svg {
    position: relative;
    top: 40px;
}

#features .feature h4 {
    margin: 25px 0;
}

#features .feature:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

/*=======================================================
			PRICES:
========================================================*/

#prices {
    padding: 70px 0;
    background: url(../imgs/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    text-align: center;
}

#prices .price-table {
    background: #fff;
    color: #686b75;
    transition: all .2s ease-in-out;
    padding: 60px 30px;
    border-radius: 5px;
    margin: 30px 0;
}

#prices .price-table .header {
    margin-bottom: 30px;
}

#prices .price-table .header .title {
    color: #068BEA;
    font-weight: 500;
}

#prices .price-table .header .price {
    font-size: 60px;
    color: #000;
    font-weight: 700;
}

#prices .price-table .header h4 {
    font-weight: 700;
}

#prices .price-table ul {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

#prices .price-table .btn {
    margin-top: 30px;
}

#prices .price-table:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

/*=======================================================
			TESTIMONIALS:
========================================================*/

#testimonials {
    padding: 0 0 120px 0;
    text-align: center;
}

#testimonials .carousel-container {
    margin: 0 auto;
}

#testimonials .carousel-container .testi-icon {
    background: url(../imgs/icons-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 90px;
    height: 90px;
}

#testimonials .carousel-container .testi-icon svg {
    position: relative;
    top: 20px;
}

#testimonials .carousel-container .quote {
    font-size: 18px;
    font-weight: bold;
    margin: 40px 0;
}

#testimonials .carousel-container img {
    width: 60px;
}

#testimonials .carousel-container .item {
    padding: 0 10px;
}

#testimonials .carousel-container .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #068BEA;
    background: transparent;
}

#testimonials .carousel-container .owl-theme .owl-controls .owl-page.active span,
#testimonials .carousel-container .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #068BEA;
}

/*=======================================================
			VIDEO POP UP:
========================================================*/

#video-popup {
    padding: 100px 0;
}

#video-popup .video-box {
    margin: 0 auto;
    text-align: center;
}

#video-popup .video-box .play-button a {
    background: #fff;
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    width: 80px;
    height: 80px;
    line-height: 6.8;
    border-radius: 100%;
    transition: all .2s ease-in-out;
    z-index: 2;
}

#video-popup .video-box .play-button a i {
    color: #93a5ab;
    font-size: 40px;
}

#video-popup .video-box .play-button a:hover {
    background: #93a5ab;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

#video-popup .video-box .play-button a:hover i {
    color: #fff;
}

#video-popup .video-box .waves-block {
    position: absolute;
    width: 384px;
    width: 24rem;
    height: 384px;
    height: 24rem;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

#video-popup .video-box .waves-block .waves {
    position: absolute;
    width: 384px;
    width: 24rem;
    height: 384px;
    height: 24rem;
    background: rgba(255, 255, 255, 0.4);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 320px;
    background-clip: padding-box;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

#video-popup .video-box .waves-block .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

#video-popup .video-box .waves-block .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

#video-popup .video-box .waves-block .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

/*=======================================================
			APP SCREENSHOTS:
========================================================*/

#screenshots {
    padding: 100px 0;
    text-align: center;
}

#screenshots .title-container {
    margin: 0 auto;
}

#screenshots .item {
    margin: 40px 20px;
}

#screenshots .item img {
    box-shadow: 0 3px 15px rgba(76, 76, 77, 0.15);
}

#screenshots .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #068BEA;
    background: transparent;
}

#screenshots .owl-theme .owl-controls .owl-page.active span,
#screenshots .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #068BEA;
}

/*=======================================================
			TEAM:
========================================================*/

#team {
    padding: 120px 0;
    text-align: center;
}

#team .title-container {
    margin: 40px auto;
}

#team .member img {
    width: 250px;
    margin: 0 auto;
}

#team .member h4 {
    margin-top: 15px;
}

#team .member h4:after {
    content: "";
    position: relative;
    left: 50%;
    bottom: 0;
    width: 60px;
    height: 2px;
    display: block;
    background-color: #068BEA;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 5px;
    margin: 15px 0;
}

#team .member .social-media {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

#team .member .social-media li {
    display: inline-block;
    background: #068BEA;
    transition: all .2s ease-in-out;
    border-radius: 100%;
    line-height: 2.5;
    margin: 0 8px 8px 0;
    width: 40px;
    height: 40px;
}

#team .member .social-media li a {
    color: #fff;
}

#team .member .social-media li:hover {
    cursor: pointer;
    background: #93a5ab;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

/*=======================================================
			BRANDS:
========================================================*/

#brands {
    padding: 120px 0;
    text-align: center;
}

#brands .title-container {
    margin: 0 auto;
}

#brands .item {
    margin: 25px 0;
}

#brands .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #068BEA;
    background: transparent;
}

#brands .owl-theme .owl-controls .owl-page.active span,
#brands .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #068BEA;
}

/*=======================================================
			CONTACT:
========================================================*/

#contact {
    background: url(../imgs/footer-dentista.png);
    background-size: cover;
    background-position: top center;
    padding: 120px 0 40px 0;
    color: #fff;
}

#contact-2 {
    background: #334D5C;
    background-size: cover;
    background-position: top center;
   /*  padding: 120px 0 40px 0; */
    color: #fff;
}

#contact .title-container {
    margin: 0 auto;
}

#contact form {
    margin: 40px 0;
}

#contact form .form-group label {
    font-size: 14px;
    font-weight: 700;
}

#contact form .form-group .form-control {
    padding: 13px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    border: 1px solid #DDE4F4;
    outline: none;
}

#contact form .btn {
    margin: 1rem 0;
}

#contact p {
    text-align: center;
}

#contact-3 {
    background: url(../img/imgs/footer-mental.png);
    background-size: cover;
    background-position: top center;
    color: #fff;
}

#contact-3 .title-container {
    margin: 0 auto;
}

#contact-3 form {
    margin: 40px 0;
}

#contact-3 form .form-group label {
    font-size: 15px;
    font-weight: 500;
}

#contact-3 form .form-group .form-control {
    padding: 13px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    border: 1px solid #DDE4F4;
    outline: none;
}

#contact-3 form .btn {
    margin: 1rem 0;
}

/*=======================================================
			MEDIA QUERIES:
========================================================*/

@media (max-width: 992px) {
    .banner .container .row .caption h1 {
        font-size: 48px;
    }

    section .container .row h2 {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    #home .navbar {
        background: #fff;
    }
    #home .navbar .navbar-collapse .navbar-nav .btn {
        position: static;
        margin: 10px 0 0 0;
    }
}

@media (max-width: 767px) {
    #home .banner .caption h1 {
        font-size: 34px;
    }
}

@media (max-width: 400px) {
    #video-popup .video-box .waves-block {
        display: none;
    }
}


/*////////////// NEW ADDS ///////////////*/
.footer {
    background: transparent !important;
    padding-top: 130px;
}
.footer h5{
	padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
.footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.footer ul.social li{
	padding: 3px 0;
}
.footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
.footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
.footer ul.social li a,
.footer ul.quick-links li a{
	color:#ffffff;
}
.footer ul.social li a:hover{
	color:#eeeeee;
}
.footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
.footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
.footer ul.quick-links li a i{
	margin-right: 5px;
}
.footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px){
	.footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}

@media (max-width: 767px) {
    .menu-sm {
        display: none;
    }

    .footer {
        padding-top: 50px;
    }
}

/* LOGIN */
.content {
    padding: 7rem 0; 
}
  
  .content a {
    color: #888;
    text-decoration: underline; }
  
  .content .btn {
    height: 54px;
    padding-left: 30px;
    padding-right: 30px; }
  
  .content .forgot-pass {
    position: relative;
    top: 2px;
}
  
.circle-icon {
    background: #eef4fd;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    }

    .service-37 {
        font-family: "Montserrat", sans-serif;
        color: #8d97ad;
        /* font-weight: 300; */
      }
      
      .service-37 h1,
      .service-37 h2,
      .service-37 h3,
      .service-37 h4,
      .service-37 h5,
      .service-37 h6 {
        color: #3e4555;
      }
      
      .service-37 h5 {
          font-size: 18px;
      }
      
      .service-37 .subtitle {
        color: #8d97ad;
        line-height: 24px;
      }
      
      .service-37 .card.card-shadow {
        -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
        box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
      }
      
      .service-37 .max-600 {
          max-width: 600px;
      }
      
      .service-37 .btn-info-gradiant {
          background: #188ef4;
          background: -webkit-linear-gradient(legacy-direction(to right), #334D5C 0%, #243742 100%);
          background: -webkit-gradient(linear, left top, right top, from(#334D5C), to(#243742));
          background: -webkit-linear-gradient(left, #334D5C 0%, #243742 100%);
          background: -o-linear-gradient(left, #334D5C 0%, #243742 100%);
          background: linear-gradient(to right, #334D5C 0%, #243742 100%);
          border: 0px;
          color: #ffffff;
      }

      .btn-info-gradiant {
        background: #334D5C;
        background: -webkit-linear-gradient(legacy-direction(to right), #334D5C 0%, #243742 100%);
        background: -webkit-gradient(linear, left top, right top, from(#334D5C), to(#243742));
        background: -webkit-linear-gradient(left, #334D5C 0%, #243742 100%);
        background: -o-linear-gradient(left, #334D5C 0%, #243742 100%);
        background: linear-gradient(to right, #334D5C 0%, #243742 100%);
        border: 0px;
        color: #ffffff;
    }

      .service-37 .btn-md {
          padding: 15px 35px;
          font-size: 16px;
      }
      
      .service-37 .text-success-gradiant {
          background: #2cdd9b;
          background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%);
          background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cc));
          background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
          background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
          background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%);
          -webkit-background-clip: text;
          background-clip: text;
          -webkit-text-fill-color: transparent;
          text-fill-color: transparent;
      }
      
      .service-37 .display-5 {
          font-size: 2.5rem;
      }

      .service-19 {
        font-family: "Montserrat", sans-serif;
        color: #8d97ad;
        font-weight: 300;
      }
      
      .service-19 h1,
      .service-19 h2,
      .service-19 h3,
      .service-19 h4,
      .service-19 h5,
      .service-19 h6 {
        color: #3e4555;
      }
      
      .service-19 .font-weight-medium {
        font-weight: 500;
      }
      
      .service-19 .subtitle {
        /* color: #8d97ad; */
        line-height: 24px;
      }
      
      .service-19 .badge {
        line-height: 14px;
      }
      
      .service-19 .badge-primary {
        background: #334D5C;
      }
      
      .service-19 .list-style-none {
        list-style: none;
      }
      
      .service-19 .text-inverse {
        color: #3e4555 !important;
      }
      
      .service-19 .btn-info-gradiant {
        background: #188ef4;
        background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%);
        background: -webkit-gradient(linear, left top, right top, from(#188ef4), to(#316ce8));
        background: -webkit-linear-gradient(left, #188ef4 0%, #316ce8 100%);
        background: -o-linear-gradient(left, #188ef4 0%, #316ce8 100%);
        background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
      }
      
      .service-19 .btn-info-gradiant:hover {
        background: #316ce8;
        background: -webkit-linear-gradient(legacy-direction(to right), #316ce8 0%, #188ef4 100%);
        background: -webkit-gradient(linear, left top, right top, from(#316ce8), to(#188ef4));
        background: -webkit-linear-gradient(left, #316ce8 0%, #188ef4 100%);
        background: -o-linear-gradient(left, #316ce8 0%, #188ef4 100%);
        background: linear-gradient(to right, #316ce8 0%, #188ef4 100%);
      }
      
      .service-19 .btn-md {
        padding: 15px 45px;
        font-size: 16px;
      }

      .static-slider4 {
        font-family: "Montserrat", sans-serif;
        color: #8d97ad;
        font-weight: 300;
      }
      
      .static-slider4 h1,
      .static-slider4 h2,
      .static-slider4 h3,
      .static-slider4 h4,
      .static-slider4 h5,
      .static-slider4 h6 {
        color: #3e4555;
      }
      
      .static-slider4 h4 {
          font-size: 21px;
      }
      
      .static-slider4 a {
          text-decoration: none;
      }
      
      .static-slider4 .font-weight-medium {
        font-weight: 500;
      }
      
      .static-slider4 .subtitle {
        color: #8d97ad;
        line-height: 24px;
      }
      
      .static-slider4 h1 {
        font-weight: 100;
        line-height: 50px;
          font-size: 33px;
      }
      
      .static-slider4 h1 span {
        border-bottom: 3px solid #F6C358;
      }
      
      .static-slider4 .info-box {
        padding: 25px 15px;
      }
      
      .static-slider4 .img-anim {
        position: relative;
        top: 75px;
      }
      
      @media (max-width: 767px) {
        .static-slider4 h1 {
          line-height: 36px;
          font-size: 24px;
        }
        .static-slider4 .img-anim {
          position: relative;
          top: 0px;
        }
        .static-slider4 .bg-info-gradiant {
          margin-top: 40px;
        }
      }
      
      .static-slider4 .btn-md {
          padding: 15px 45px;
          font-size: 16px;
      }
      
      .static-slider4 .bg-info-gradiant {
          background: #243742;
          background: -webkit-linear-gradient(legacy-direction(to right), #243742 0%, #1e2c35 100%);
          background: -webkit-gradient(linear, left top, right top, from(#243742), to(#1e2c35));
          background: -webkit-linear-gradient(left, #243742 0%, #1e2c35 100%);
          background: -o-linear-gradient(left, #243742 0%, #1e2c35 100%);
          background: linear-gradient(to right, #243742 0%, #1e2c35 100%);
      }
      
      .static-slider4 .display-5 {
          font-size: 2.5rem;
      }

      .social a {
        padding-right:10px;
        padding-left: 10px;
      }

      .row-height {
        min-height: 100vh !important;
        height: 100vh;
      }
      @media (max-width: 991px) {
        .row-height {
          height: auto;
        }
      }
      
      .content-left-bg-color {
        background-color: #434bdf;
      }
      
      .content-left-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        min-height: 100%;
        padding: 0 90px;
        color: #fff;
        position: relative;
      }
      .content-left-wrapper.with_gradient {
        background: transparent;
        background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5));
        background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
      }
      @media (max-width: 991px) {
        .content-left-wrapper {
          height: auto;
          padding: 95px 30px 60px 30px;
        }
      }
      @media (max-width: 767px) {
        .content-left-wrapper {
          padding: 95px 15px 60px 15px;
        }
      }
      .content-left-wrapper small {
        text-transform: uppercase;
        margin-bottom: 8px;
        display: inline-block;
        font-size: 14px;
        font-size: 0.875rem;
        opacity: 0.8;
        font-weight: 500;
      }
      .content-left-wrapper h1 {
        color: #fff;
        margin-top: 0;
        font-size: 36px;
        font-size: 2.25rem;
      }
      @media (max-width: 767px) {
        .content-left-wrapper h1 {
          font-size: 26px;
          font-size: 1.625rem;
        }
      }
      .content-left-wrapper p {
        font-size: 16px;
        font-size: 1rem;
        opacity: 0.8;
      }
      @media (max-width: 767px) {
        .content-left-wrapper p {
          font-size: 14px;
          font-size: 0.875rem;
        }
      }
      
      .content-right {
        overflow-y: auto;
      }
      
      .copy {
        text-align: center;
      }
      .copy.white {
        color: #fff;
      }
      .copy.white a.animated_link {
        color: #fff;
      }
      .copy.white a.animated_link:before {
        background-color: #fff;
      }
      .copy.white a.animated_link.active {
        color: #fff;
      }
      .copy.white a.animated_link.active:before {
        background-color: #fff;
      }
      
      a#logo {
        position: absolute;
        left: 20px;
        top: 15px;
        display: block;
        height: 35px;
      }
      @media (max-width: 991px) {
        a#logo {
          left: 15px;
          top: 10px;
        }
      }
      
      #social {
        position: absolute;
        top: 20px;
        right: 30px;
        z-index: 999;
      }
      #social ul {
        margin: 0;
        padding: 0;
        text-align: center;
      }
      #social ul li {
        float: left;
        margin: 0 0 0 20px;
        list-style: none;
      }
      #social ul li a {
        color: #fff;
        text-align: center;
        line-height: 35px;
        display: block;
        font-size: 16px;
        font-size: 1rem;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        text-decoration: none;
      }
      #social ul li a:hover {
        transform: translateY(-4px);
      }