@import 'logo';
@import 'banner';

body {
    margin: 0;
    font-family: 'Comfortaa', cursive;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    text-align: left;
    background-color: #fff;
    background-position: right 60px;
    background-size: auto auto;
    background-repeat: no-repeat;
}
a{
    color: #0058e7;
    transition: color 0.3s linear;
    cursor: pointer;
}
* {
    outline: none;
}
.text-shodow-1 {
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
.text-shodow-2 {
    text-shadow: 0 1px 2px rgba(0,0,0,0.25);
}
.text-heading-1 {
    font-size: 2rem;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
}
a:hover{
    color: #0058e7;
    text-decoration: none;
}
p {
    font-family: 'Rubik', sans-serif;
    font-size: 1rem;
    font-weight: 400;
}
.text-red {
    color: #ec2759;
}
.text-white {
    color: #ffffff;
}
.text-light-blue {
    color: #dae8ff;
}
.text-purple {
    color: #6e17f5;
}
.text-blue {
    color: #2568EF;
}
.bg-dark {
    background-color: #051b35 !important;
}
.bg-grey {
    background-color: #F4F7FC !important;
}
.text-rubik {
    font-family: 'Rubik', sans-serif;
}
.text-comfortaa {
    font-family: 'Comfortaa', cursive;
}
.text-nunito {
    font-family: 'Nunito', sans-serif;
}
img {
    max-width: 100%;
}
.w-45 {
    width: 45% !important;
}
.w-55 {
    width: 55% !important;
}
.dropdown-toggle::after {
    display: none;
}
.dropdown-item {
    padding: .5rem 1rem;
}
.dropdown-menu {
    font-size: 14px;
}
/**Header Nav**/
.navbar-brand {
    width: 9rem;
}
/** .navbar-brand {
    font-size: 2rem;
    font-weight: 700;
}
.navbar-light .navbar-brand, .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:visited {
    color: #007bff;
}
.navbar-brand img {
    width: 45px;
}
**/
header {
    width: 100%;
    transition: all .5s linear;
    background: transparent;
}
header .topbar {
    height: 40px;
    background-color: transparent;
    background-image: linear-gradient(60deg, #2979ff 0%, #ec407a 100%);
    font-weight: 700;
    font-size: 14px;
}
header .topbar a, header .topbar {
    color: #fff;
}
header .topbar p{
    margin: 0;
    line-height: 1;
}
.social-icon ul {
    list-style: none;
}
.social-icon li {
    margin-left: 1.5rem;
    font-size: 1.25rem;
}
.navbar-light .navbar-nav {
    font-weight: 700;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    position: relative;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #0058e7;
}
.navbar-light .navbar-nav .nav-link:hover:after {
    width: 100%;
}
.navbar-nav li.nav-item .nav-link:after {
    content: '';
    width: 0;
    height: 2px;
    background: #0058e7;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    transition: all ease 0.3s;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    border-radius: 0;
    box-shadow: 0 8px 20px rgba(55, 125, 255, 0.075);
    border-width: 0;
    border-top: 0.1875rem solid #ec2759;
    margin-top: -2px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #0058e7;
}
.phone-call {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    color: #ec407a;
}
.phone-call a {
    color: #ec407a;
}
/**** hero banner ****/
.hero_banner {
    position: relative;
}
.hero_banner .hero-slider-container {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.img-cover {
    object-fit: cover;
    object-position: "center";
    width: 100%;
    height: 100%;
}
/************Slider banner*****************/
.slick-list {
    width: 100%;
}
.slick-dots {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 15px;
    z-index: 1;
    padding: 5px 0;
    flex-direction: column;
    background: rgba(255,255,255,0.3);
    border-radius: 5px;
    top: calc(50% - 35px);
}
.slick-dots li {
    padding: 5px 10px;
    position: relative;
    height: 20px;
}
.slick-dots li button{
    background: #fff;
    border-width: 0;
    color: #fff;
    height: 10px;
    width: 10px;
    text-indent: -9999px;
    outline: none;
    padding: 0;
    border-radius: 100%;
}
ul.slick-dots li.slick-active button {
    background: #333;
}
.hp-slick:not(.slick-slider) > div:not(:first-child) {
    display: none !important;
}
.hp-slick-slide {
    width: 100%;
}
.hp-slick-slide-info {
    color: #fff;
}
.hp-slick-slide-info h2{
    font-size: 3.5rem;
    font-weight: 700;
}
.hp-slick-slide-info p {
    font-size: 1.25rem;
}
.hp-slick-slide-info a {
    color: #ffffff;
    background-color: #ec1b0d;
    border-color: #e01a0c;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    border: 0.2rem solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 0;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(244, 68, 56, 0.5);
    box-shadow: 0px 10px 10px 0px rgba(244, 68, 56, 0.5);
    margin-top: 20px;
    display: inline-block;
    border-radius: 5px;
    outline: none;
    text-decoration: none;
}
.hero_banner .slick-track, .hero_banner .slick-list {
    height: 100%;
}
#about-us {
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-size: 1rem;
    text-align: justify;
}
#about-us em{
    color: #dfe5ef;
    font-size: 11rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: 0.2;
}
#about-us p{
    position: relative;
    z-index: 2;
}
#contact-us:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000026;
}
#partners {
   background: #f4f7fc;
}
#solutions em{
    font-size: 40px;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    text-align: center;
    line-height: 100px;
    margin-bottom: 35px;
    transition: .3s;
    background-color: transparent;
    background-image: linear-gradient(220deg, #2979ff 0%, #ec407a 100%);
    color: #fff;
}
#solutions .solution-info:hover a {
    color: #fa1f8d;
}
#solutions h3 {
    font-size: 1.5rem;
    font-weight: 600;
}
#solutions .solution-info p {
    margin: 0;
}
#solutions .solution-info a {
    font-family: 'Roboto', sans-serif;
    margin-top: 20px;
    display: inline-block;
    border: 1px solid;
    border-radius: 30px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    text-decoration: none;
    padding: 10px 20px;
}
#solutions hr {
    border-color: rgba(255, 255, 255, 0.1);
}
footer {
    background: #051b35;
}
footer h5 {
    font-size: 1.25rem;
    color: #fff;
    font-weight: 800;
}
.contact-list {
    list-style: none;
}
.contact-list li{
    border-top: 1px dashed #EAEDF2;
    border-color: rgba(255, 255, 255, 0.1);
}
.contact-list li:first-child{
    border-width: 0;
}
.footer-bottom, .footer-bottom a{
    color: rgba(255, 255, 255, 0.5) !important;
    transition: color 1s linear;
}
.footer-bottom a:hover {
    color: rgba(255, 255, 255, 1) !important 
}
.newsletter-container, .contactus-container {
    border-color: rgba(0, 0, 0, 0);
    background-color: rgba(255, 255, 255, 0.05) !important;
    padding: 2.25rem;
    color: #fff;
}
.contactus input[type="text"], .contactus textarea {
    height: 48px;
    padding: 0.6875rem 0.75rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #555A64;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #EAEDF2;
    border-radius: 0.1875rem;
    box-shadow: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100%;
    outline: none;
    margin-bottom: 1rem;
}
.contactus textarea {
    height: 100px;
}
.contactus input[type="submit"] {
    font-weight: 700;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fa1f8d;
    border: 2px solid #fa1f8d;
    padding: 0.625rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 30px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.newsletter {
    color: #fff;
}
.newsletter-tagline {
    color: rgba(255, 255, 255, 0.5) !important;
}
footer hr {
    border-top: 1px solid #EAEDF2;
    border-color: rgba(255, 255, 255, 0.1);
}
footer a:hover {
    color: #fff !important;
}
.newsletter input[name="email"] {
    height: 48px;
    padding: 0.6875rem 0.75rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #555A64;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #EAEDF2;
    border-radius: 0.1875rem;
    box-shadow: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: calc(100% - 85px);
    outline: none;
}
.newsletter input[type="submit"] {
    float: right;
    font-weight: 700;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fa1f8d;
    border: 2px solid #fa1f8d;
    padding: 0.625rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.3125rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
footer .social-icon i {
    font-size: 1.5rem;
    color: #fff;
}
footer .social-icon li {
    margin-left: 0;
    margin-right: 1.5rem;
}
.aspect-ratio-3x4 {
    position: relative 
}
.aspect-ratio-3x4:before {
    display: block;
    content: "";
    width: 100%;
    padding-bottom: 133.33333% 
}
.aspect-ratio-1x1 {
    position: relative 
}
.aspect-ratio-1x1:before {
    display: block;
    content: "";
    width: 100%;
    padding-bottom: 100% 
}
.aspect-ratio-4x3 {
    position: relative 
}
.aspect-ratio-4x3:before {
    display: block;
    content: "";
    width: 100%;
    padding-bottom: 75% 
}
.aspect-ratio-8x9 {
    position: relative 
}
.aspect-ratio-8x9:before {
    display: block;
    content: "";
    width: 100%;
    padding-bottom: 112.5% 
}
.aspect-ratio-16x9 {
    position: relative 
}
.aspect-ratio-16x9:before {
    display: block;
    content: "";
    width: 100%;
    padding-bottom: 56.25% 
}
.aspect-ratio-21x9 {
    position: relative 
}
.aspect-ratio-21x9:before {
    display: block;
    content: "";
    width: 100%;
    padding-bottom: 42.85714% 
}
@media(min-width: 768px) {
    .aspect-ratio-sm-3x4 {
        position:relative 
   }
    .aspect-ratio-sm-3x4:before {
        display: block;
        content: "";
        width: 100%;
        padding-bottom: 133.33333% 
   }
    .aspect-ratio-sm-1x1 {
        position: relative 
   }
    .aspect-ratio-sm-1x1:before {
        display: block;
        content: "";
        width: 100%;
        padding-bottom: 100% 
   }
    .aspect-ratio-sm-4x3 {
        position: relative 
   }
    .aspect-ratio-sm-4x3:before {
        display: block;
        content: "";
        width: 100%;
        padding-bottom: 75% 
   }
    .aspect-ratio-sm-8x9 {
        position: relative 
   }
    .aspect-ratio-sm-8x9:before {
        display: block;
        content: "";
        width: 100%;
        padding-bottom: 112.5% 
   }
    .aspect-ratio-sm-16x9 {
        position: relative 
   }
    .aspect-ratio-sm-16x9:before {
        display: block;
        content: "";
        width: 100%;
        padding-bottom: 56.25% 
   }
    .aspect-ratio-sm-21x9 {
        position: relative 
   }
    .aspect-ratio-sm-21x9:before {
        display: block;
        content: "";
        width: 100%;
        padding-bottom: 42.85714% 
   }
}
@media(min-width: 1025px) {
    .aspect-ratio-md-3x4 {
        position:relative 
   }
    .aspect-ratio-md-3x4:before {
        display: block;
        content: "";
        width: 100%;
        padding-bottom: 133.33333% 
   }
    .aspect-ratio-md-1x1 {
        position: relative 
   }
    .aspect-ratio-md-1x1:before {
        display: block;
        content: "";
        width: 100%;
        padding-bottom: 100% 
   }
    .aspect-ratio-md-4x3 {
        position: relative 
   }
    .aspect-ratio-md-4x3:before {
        display: block;
        content: "";
        width: 100%;
        padding-bottom: 75% 
   }
    .aspect-ratio-md-8x9 {
        position: relative 
   }
    .aspect-ratio-md-8x9:before {
        display: block;
        content: "";
        width: 100%;
        padding-bottom: 112.5% 
   }
    .aspect-ratio-md-16x9 {
        position: relative 
   }
    .aspect-ratio-md-16x9:before {
        display: block;
        content: "";
        width: 100%;
        padding-bottom: 56.25% 
   }
    .aspect-ratio-md-21x9 {
        position: relative 
   }
    .aspect-ratio-md-21x9:before {
        display: block;
        content: "";
        width: 100%;
        padding-bottom: 42.85714% 
   }
}
.img-aspect-ratio {
    position: relative 
}
.img-aspect-ratio img {
    width: 100%;
    max-height: none;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%) 
}
.reach-us-link {
    cursor: pointer;
}
.map-location {
    height: 500px;
}
.map-location:after {
    content: '';
    position: absolute;
    background-image: linear-gradient(60deg , #2979ff 0%, #ec407a 100%);
    opacity: 0.2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.cloud-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    z-index: 1;
}
.cloud-shape-top {
    top: -1px;
}
.cloud-shape-top:not([data-negative="false"]) svg {
    z-index: -1;
}
.cloud-shape-bottom {
    bottom: -1px;
}
.cloud-shape-bottom:not([data-negative="true"]) svg {
    z-index: -1;
}
.cloud-shape[data-negative="false"].cloud-shape-bottom {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.cloud-shape[data-negative="true"].cloud-shape-top {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.cloud-shape svg {
    display: block;
    width: 103%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 80px;
}
.cloud-shape .cloud-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.diagnol-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
   /* * @TODO: The `z-index: -1` rules below are temporary fixes for Chrome 85 issue. * It will be removed in a future version of Chrome. */
}
.diagnol-shape-top {
    top: -1px;
}
.diagnol-shape-top:not([data-negative="false"]) svg {
    z-index: -1;
}
.diagnol-shape-bottom {
    bottom: -1px;
}
.diagnol-shape-bottom:not([data-negative="true"]) svg {
    z-index: -1;
}
.diagnol-shape[data-negative="false"].diagnol-shape-bottom {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.diagnol-shape[data-negative="true"].diagnol-shape-top {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.diagnol-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.diagnol-shape .diagnol-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

@media (min-width: 1000px) {
    .container {
        max-width: 1150px;
   }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1250px;
   }
}


.page-title {
    min-height: 300px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.page-title h1 {
    font-size: 4rem;
    text-align: center;
    text-shadow: 2px 2px rgb(0 0 0 / 30%);
}

.page-title p {
    text-align: center;
    padding: 2rem 0 4rem 0;
}

#wrapper p {
    line-height: 2rem;
}

#clients-feedback {
    background-image: url(../images/hero/clients.png);
    background-position: center;
    background-size: contain;
}

.clients-feedback-item {
	display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100%/2);
    position: relative;
    margin: 0 1.5rem;
}

.clients-feedback-item .layer1 {
    background: #f8f8f8;
    position: absolute;
    left: 30px;
    bottom: 15px;
    width: calc(100% - 55px);
    height: 100%;
    z-index: -1;
    box-shadow: 3px 3px 13px 0 rgba(0,0,0,.1)
}

.clients-feedback-item .layer2 {
    background: #fff;
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 3px 3px 13px 0 rgba(0,0,0,.1)
}

.clients-feedback-item .t-head {
    overflow: hidden;
    justify-content: normal
}

.clients-feedback-item .t-head img {
    margin-right: 30px;
    width: 90px;
    height: auto;
    border-radius: 50%
}

.clients-feedback-item .t-head h6 {
    font-size: 20px;
    margin-bottom: 2px
}

.clients-feedback-item .t-head span {
    color: #9f9f9f
}

.clients-feedback-item .ttext {
    margin-top: 23px
}

/*tags*/
.tags {
    zoom: 1;
  }
  
  .tags:before, .tags:after {
    content: '';
    display: table;
  }
  
  .tags:after {
    clear: both;
  }
  
  .tags li {
    position: relative;
    float: left;
    margin: 0 1rem 1.5rem 0;
    list-style: none;
    cursor: default;
  }

  .tags li:hover span {
    width: 100%;
    border-radius: 3px;
  }

  .tags li:hover .tag-item {
    color: #fff;
    text-shadow: 0 1px #333;
  }

  .tags li:hover .tag-item div {
    position: relative;
    z-index: 3;
  }

  .tags li:hover:after {
    border-radius: 3px;
    background: #fff;
    box-shadow: none !important;
  }
  
  .tags li:after {
    content: '';
    z-index: 5;
    position: absolute;
    top: 10px;
    right: 4px;
    width: 6px;
    height: 6px;
    opacity: .95;
    background: #eb6b22;
    border-radius: 3px;
    -webkit-box-shadow: inset 1px 0 #99400e;
    box-shadow: inset 1px 0 #99400e;
  }
  
  .tags .tag-item, .tags span {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .tags .tag-item {
    height: 26px;
    line-height: 26px;
    padding: 0 18px 0 8px;
    font-size: 12px;
    color: #333;
    text-decoration: none;
    text-shadow: 0 1px white;
    background: #fafafa;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #dadada #d2d2d2 #c5c5c5;
    border-radius: 3px 0 0 3px;
    background-image: -webkit-linear-gradient(top, #fcfcfc, #f0f0f0);
    background-image: -moz-linear-gradient(top, #fcfcfc, #f0f0f0);
    background-image: -o-linear-gradient(top, #fcfcfc, #f0f0f0);
    background-image: linear-gradient(to bottom, #fcfcfc, #f0f0f0);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05);
  }
  
  .tags span {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow: hidden;
    height: 26px;
    line-height: 26px;
    width: 6px;
    color: white;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
    background: #eb6b22;
    border: 1px solid;
    border-color: #d15813 #c85412 #bf5011;
    border-radius: 0 3px 3px 0;
    opacity: .95;
    background-image: -webkit-linear-gradient(top, #ed7b39, #df5e14);
    background-image: -moz-linear-gradient(top, #ed7b39, #df5e14);
    background-image: -o-linear-gradient(top, #ed7b39, #df5e14);
    background-image: linear-gradient(to bottom, #ed7b39, #df5e14);
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-transition-property: padding, width;
    -moz-transition-property: padding, width;
    -o-transition-property: padding, width;
    transition-property: padding, width;
  }
  
  .green li:after {
    background: #65bb34;
    -webkit-box-shadow: inset 1px 0 #3a6b1e;
    box-shadow: inset 1px 0 #3a6b1e;
  }
  
  .green span {
    background: #65bb34;
    border-color: #549b2b #4f9329 #4b8b27;
    background-image: -webkit-linear-gradient(top, #71ca3f, #5aa72e);
    background-image: -moz-linear-gradient(top, #71ca3f, #5aa72e);
    background-image: -o-linear-gradient(top, #71ca3f, #5aa72e);
    background-image: linear-gradient(to bottom, #71ca3f, #5aa72e);
  }
  
  .blue li:after {
    background: #56a3d5;
    -webkit-box-shadow: inset 1px 0 #276f9e;
    box-shadow: inset 1px 0 #276f9e;
  }
  
  .blue span {
    background: #56a3d5;
    border-color: #3591cd #318cc7 #2f86be;
    background-image: -webkit-linear-gradient(top, #6aaeda, #4298d0);
    background-image: -moz-linear-gradient(top, #6aaeda, #4298d0);
    background-image: -o-linear-gradient(top, #6aaeda, #4298d0);
    background-image: linear-gradient(to bottom, #6aaeda, #4298d0);
  }


@media(min-width: 768px) {
    .image-overlay-left:after {
        position:absolute;
        left: 0;
        top: 0;
        width: 80%;
        height: 100%;
        background: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.6)),color-stop(50.61%,rgba(0,0,0,.4)),color-stop(96.33%,transparent));
        background: linear-gradient(90deg,rgba(0,0,0,.6),rgba(0,0,0,.4) 50.61%,transparent 96.33%);
        content: "" 
   }
    .image-overlay-right:after {
        position: absolute;
        right: 0;
        top: 0;
        width: 80%;
        height: 100%;
        background: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.6)),color-stop(50.61%,rgba(0,0,0,.4)),color-stop(96.33%,transparent));
        background: linear-gradient(90deg,rgba(0,0,0,.6),rgba(0,0,0,.4) 50.61%,transparent 96.33%);
        -webkit-transform: matrix(-1,0,0,1,0,0);
        transform: matrix(-1,0,0,1,0,0);
        content: "" 
   }
    .image-overlay-top:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 80%;
        background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.6)),color-stop(50.61%,rgba(0,0,0,.4)),color-stop(96.33%,transparent));
        background: linear-gradient(180deg,rgba(0,0,0,.6),rgba(0,0,0,.4) 50.61%,transparent 96.33%);
        content: "" 
   }
    .image-overlay-bottom:after {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 80%;
        background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.6)),color-stop(50.61%,rgba(0,0,0,.4)),color-stop(96.33%,transparent));
        background: linear-gradient(180deg,rgba(0,0,0,.6),rgba(0,0,0,.4) 50.61%,transparent 96.33%);
        -webkit-transform: matrix(1,0,0,-1,0,0);
        transform: matrix(1,0,0,-1,0,0);
        content: "" 
   }
}
/******media properties *****/
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0;
        margin: 0 1rem;
   }
   .text-heading-1 {
        font-size: 3rem;
   }
}
@media (max-width: 480px) {
    #about-us em {
        font-size: 6rem;
   }
}
@media (max-width: 768px) {
    .hp-slick-slide-info h2 {
        font-size: 3rem;
   }
    .hp-slick-slide-info p {
        width: 100% !important;
   }
    .hp-slick-slide-info {
        text-align: left !important;
   }
    .newsletter-container {
        padding: 1rem;
   }
   .image-overlay-bottom:after,.image-overlay-left:after,.image-overlay-right:after,.image-overlay-top:after {
        position:absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 80%;
        background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.6)),color-stop(50.61%,rgba(0,0,0,.4)),color-stop(96.33%,transparent));
        background: linear-gradient(180deg,rgba(0,0,0,.6),rgba(0,0,0,.4) 50.61%,transparent 96.33%);
        content: "" 
    }
    .page-title h1 {
    font-size: 2rem;
    }
    .cloud-shape svg {
    height: 40px;
    }
    header .topbar p {
    font-size: .75rem;
    }
}