@charset "UTF-8";
/*
Template Name: sofy software Landing page
Author: AHTheme
Author URI: https://themeforest.net/user/ah-theme
Version: 1.1
*/
/*
TABLE OF CONTENTS:

1.RESET CSS
2.GENERAL CLASSES and Id
  2.1 - main_header // start header
	2.2 - Hero_section // hero section
	2.3 - features_section // features section
	2.4 - description_section // video section
	2.5 - video_section // description section
	2.6 - clients_section // screen shots section
	2.7 - pricing_section // clients section
	2.8 - team_section // team section
	2.9 - counter_section // pricing tablets section
	2.10 - blogs_section // FAQ section
	2.11 - contact_section // blogs section
	2.12 - subscribe_section // contact us section
	2.13 - site_footer // subscribe section

3. General COLOR CLASSES
	3.1- background colors
		3.1.1- bg_light_purple  // background light purple
		3.1.2- bg_sec // background light gray
		3.1.3- bg_orng // background orange
		3.1.4- bg_darkpurple_opacity // background dark purple with opacity
		3.1.5- bg_image // background image
		3.1.6- bg_white // background white
		3.1.7- bg_purple-green_grad // background Gradient green and purple
		3.1.8- bg_green // background green
  3.2- text color
		3.2.1- text_orng // orange text
		3.2.2- text_purple // light purple text
		3.2.3- text_green // green text
*/
/* ====== fonts =========== */
@font-face {
  font-family: 'Conv_Quicksand-Medium';
  src: url("../fonts/font/Quicksand-Medium.eot");
  src: local("Γÿ║"), url("../fonts/font/Quicksand-Medium.woff") format("woff"), url("../fonts/font/Quicksand-Medium.ttf") format("truetype"), url("../fonts/font/Quicksand-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Conv_Quicksand-Bold';
  src: url("../fonts/font/Quicksand-Bold.eot");
  src: local("Γÿ║"), url("../fonts/font/Quicksand-Bold.woff") format("woff"), url("../fonts/font/Quicksand-Bold.ttf") format("truetype"), url("../fonts/font/Quicksand-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Conv_Quicksand-Regular';
  src: url("../fonts/font/Quicksand-Regular.eot");
  src: local("Γÿ║"), url("../fonts/font/Quicksand-Regular.woff") format("woff"), url("../fonts/font/Quicksand-Regular.ttf") format("truetype"), url("../fonts/font/Quicksand-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/* ====== Color Palette =========== */
/* ====== fonts =========== */
/* ====== Font Sizes =========== */
/* ====== Text =========== */
/* ====== padding =========== */
/* ====== margin =========== */
/* ====== border radius =========== */
/*----------- functions -----------*/
/*---------- animation ----------*/
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
/* --------------------------------
RESET CSS
-------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block; }

ul,
li {
  list-style: none; }

select {
  width: 100%; }

input:focus, button:focus, textarea:focus {
  outline: 0;
  border-color: #6153a3; }

a:hover {
  color: #333;
  text-decoration: none; }

button {
  padding: .5rem 2rem;
  border: 0px;
  cursor: pointer; }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 15px;
  font-size: 15px;
  overflow-x: hidden; }

body {
  line-height: 1.6;
  font-family: "Conv_Quicksand-Regular";
  color: #333;
  overflow-x: hidden; }

input {
  padding: .5rem 1rem;
  border-radius: 8px;
  border: 2px solid #eee;
  margin-bottom: 1rem; }

textarea {
  resize: none;
  padding: .5rem 1rem;
  border-radius: 8px;
  border: 2px solid #eee;
  margin-bottom: 1rem;
  height: 84px; }

p, h1, h2, h3, form {
  margin: 0 0 1rem 0px; }

h1 {
  font-size: 40px;
  font-size: 2.5rem; }

h2 {
  font-size: 30px;
  font-size: 2rem; }

h3 {
  font-size: 25px;
  font-size: 1.2rem; }

section {
  padding: 5rem 0; }

/*---------- General Classes -------------*/
.section_tit span {
  display: inline-block;
  position: relative;
  text-transform: uppercase; }
  .section_tit span:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 50px;
    right: 110%;
    top: 50%;
    transform-origin: right;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .section_tit span:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 50px;
    left: 110%;
    top: 50%;
    transform-origin: left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
.section_tit.orange span:after, .section_tit.orange span:before {
  background: #ff5426; }
.section_tit.green span:after, .section_tit.green span:before {
  background: #12b9a8; }
.section_tit.blue span:after, .section_tit.blue span:before {
  background: #3a64af; }

.section_tit_2 {
  margin-bottom: 2rem; }
  .section_tit_2 span {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 1rem; }
    .section_tit_2 span:after {
      content: "";
      position: absolute;
      height: 3px;
      width: 30%;
      left: 35%;
      bottom: 0;
      transform-origin: center;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .section_tit_2.green span:after, .section_tit_2.green span:before {
    background: #12b9a8; }

.sec_desc {
  max-width: 60%;
  margin: auto;
  font-size: 16px; }

.text_bold {
  font-family: "Conv_Quicksand-Bold"; }

.text_midum {
  font-family: "Conv_Quicksand-Medium"; }

.hidden {
  display: none; }

section:hover .section_tit span:before, section:hover .section_tit span:after, section:hover .section_tit_2 span:before, section:hover .section_tit_2 span:after {
  -webkit-transform: scale(1.3, 1);
  -moz-transform: scale(1.3, 1);
  -o-transform: scale(1.3, 1);
  transform: scale(1.3, 1); }

.owl-carousel .owl-dots {
  display: flex;
  margin-top: 2rem;
  justify-content: center; }
  .owl-carousel .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 2rem .5rem 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative; }
    .owl-carousel .owl-dots .owl-dot:before {
      content: "";
      position: absolute;
      top: -4px;
      left: -4px;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      opacity: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .owl-carousel .owl-dots .owl-dot.active {
      -webkit-transform: scale(1.4, 1.4);
      -moz-transform: scale(1.4, 1.4);
      -o-transform: scale(1.4, 1.4);
      transform: scale(1.4, 1.4); }
      .owl-carousel .owl-dots .owl-dot.active:before {
        opacity: 1; }
.owl-carousel.purple .owl-dot {
  background: #6153a3; }
  .owl-carousel.purple .owl-dot:before {
    background: rgba(97, 83, 163, 0.5); }
.owl-carousel.green .owl-dot {
  background: #6153a3; }
  .owl-carousel.green .owl-dot:before {
    background: rgba(97, 83, 163, 0.5); }
.owl-carousel.blue .owl-dot {
  background: #3a64af; }
  .owl-carousel.blue .owl-dot:before {
    background: rgba(58, 100, 175, 0.5); }

.font_12 {
  font-size: 12px; }

.font_30 {
  font-size: 30px; }

/*---------- border radius Classes -------------*/
.br_25 {
  border-radius: 25px; }

.br_radius {
  border-radius: 8px; }

.br_50 {
  border-radius: 50%; }

/*---------- social Classes -------------*/
.facebook {
  color: #3b5998; }

.twitter {
  color: #55acee; }

.google {
  color: #dc4e41; }

/*---------- margin and padding Classes -------------*/
.margin_top {
  margin-top: 2rem; }

.margin_bottom {
  margin-bottom: 2rem; }

.margin_left {
  margin-left: 1rem; }

.margin_right {
  margin-right: 1rem; }

.padding_top {
  padding-top: 2rem; }

.padding_bottom {
  padding-bottom: 2rem; }

.padding_right {
  padding-right: 2rem; }

.padding_left {
  padding-left: 2rem; }

.padding_left_4 {
  padding-left: 4rem; }

.padding_right_4 {
  padding-right: 4rem; }

.margin_top_4 {
  margin-top: 4rem; }

.margin_bottom_1 {
  margin-bottom: 1rem; }

.margin_top_8 {
  margin-top: 8rem; }

/*---------- text color clasess -------------*/
.text_purple {
  color: #6153a3; }

.text_orng {
  color: #ff5426; }

.disabled {
  color: #a9a9a9 !important; }

.text_green {
  color: #12b9a8; }

.text_blue {
  color: #3a64af; }

/*-----------backgrounds colors ------------*/
.bg_light_purple {
  background-color: #6153a3; }

.bg_sec {
  background: #f9f9f9;
  border-width: 2px 0;
  border-style: solid;
  border-color: #eee; }

.bg_orng {
  background-color: #ff5426; }

.bg_darkpurple_opacity {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 26, 53, 0.85);
  z-index: 0; }

.bg_image {
  background-image: url(../img/top_image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.bg_white {
  background: #fff !important; }

.bg_purple-green_grad {
  background: linear-gradient(to right bottom, #6153a3, #12b9a8); }

.bg_green {
  background: #12b9a8; }

.bg_light_blue {
  background: #f7fafc !important; }

.bg_blue {
  background: #3a64af !important; }

.bg_blue_section {
  background: #c6d8ed; }

/*----------- buttons styles ------------*/
.lightpurple_btn, .orng_btn, .green_btn, .blue_btn {
  color: #fff;
  display: inline-block;
  padding: .7rem 2rem;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Conv_Quicksand-Bold";
  z-index: 0; }
  .lightpurple_btn:before, .orng_btn:before, .green_btn:before, .blue_btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-style: solid;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    background: #fff;
    z-index: -1; }
  .lightpurple_btn.br_25:before, .orng_btn.br_25:before, .green_btn.br_25:before, .blue_btn.br_25:before {
    border-radius: 25px; }
  .lightpurple_btn.br_radius:before, .orng_btn.br_radius:before, .green_btn.br_radius:before, .blue_btn.br_radius:before {
    border-radius: 8px; }
  .lightpurple_btn:hover, .orng_btn:hover, .green_btn:hover, .blue_btn:hover {
    background: transparent; }
    .lightpurple_btn:hover:after, .lightpurple_btn:hover:before, .orng_btn:hover:after, .orng_btn:hover:before, .green_btn:hover:after, .green_btn:hover:before, .blue_btn:hover:after, .blue_btn:hover:before {
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }

.lightpurple_btn {
  background: #6153a3; }
  .lightpurple_btn:before {
    border-color: #6153a3; }
  .lightpurple_btn:hover {
    color: #6153a3; }

.orng_btn {
  background: #ff5426; }
  .orng_btn:before {
    border-color: #ff5426; }
  .orng_btn:hover {
    color: #ff5426; }

.green_btn {
  background: #12b9a8; }
  .green_btn:before {
    border-color: #12b9a8; }
  .green_btn:hover {
    color: #12b9a8; }

.blue_btn {
  background: #3a64af; }
  .blue_btn:before {
    border-color: #3a64af; }
  .blue_btn:hover {
    color: #3a64af; }

.facebook_btn {
  background: #3b5998;
  padding: .7rem 2rem;
  color: #fff; }

.google_btn {
  background: #dc4e41;
  padding: .7rem 2rem;
  color: #fff; }

/*========= start header ===================*/
.main_header .navbar {
  padding: 1rem 0rem; }
.main_header .nav-item .nav-link {
  position: relative;
  font-size: 16px;
  padding: .5rem 1rem; }
  .main_header .nav-item .nav-link:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 2px;
    left: 25%;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    bottom: 0; }
.main_header .nav-item.active a:before, .main_header .nav-item:hover a:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1); }
.main_header .nav-item.login_btn {
  padding: 0 1rem;
  font-weight: bold;
  margin-left: 1rem; }
  .main_header .nav-item.login_btn .nav-link {
    color: #fff !important; }
    .main_header .nav-item.login_btn .nav-link:before {
      display: none; }
.main_header.dark_items .nav-item .nav-link {
  color: #333; }
.main_header.light_items .nav-item .nav-link {
  color: #fff; }
.main_header.purple .nav-item.active .nav-link:before, .main_header.purple .nav-item:hover .nav-link:before {
  background: #ff5426; }
.main_header.purple .nav-item.login_btn {
  background: #6153a3; }
.main_header.lightpurple .nav-item .nav-link:before {
  background: #12b9a8; }
.main_header.lightpurple .nav-item.login_btn {
  background: #12b9a8; }
.main_header.lightblue .nav-item .nav-link:before {
  background: #3a64af; }
.main_header.lightblue .nav-item.login_btn {
  background: #3a64af; }
.main_header .navbar-brand {
  line-height: 0; }
  .main_header .navbar-brand img {
    max-height: 70px; }
    .main_header .navbar-brand img.light_logo {
      filter: brightness(100); }
.main_header.header-scroll_bg_light {
  background: #fff;
  box-shadow: 0px 1px 13px #c3c3c3;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .main_header.header-scroll_bg_light .nav-item .nav-link {
    color: #333; }
  .main_header.header-scroll_bg_light.purple {
    border-top: 5px solid #ff5426; }
  .main_header.header-scroll_bg_light.lightpurple {
    border-top: 5px solid #12b9a8; }
  .main_header.header-scroll_bg_light.lightblue {
    border-top: 5px solid #3a64af; }
  .main_header.header-scroll_bg_light .navbar-brand img {
    max-height: 50px; }
    .main_header.header-scroll_bg_light .navbar-brand img.light_logo {
      filter: none; }
.main_header .loader {
  position: fixed;
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  color: #333; }
  .main_header .loader .loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    .main_header .loader .loading .spinner {
      margin: 100px auto 0;
      width: 90px;
      text-align: center; }
      .main_header .loader .loading .spinner div {
        width: 18px;
        height: 18px;
        background-color: #fff;
        border-radius: 100%;
        display: inline-block;
        margin-right: .5rem;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
      .main_header .loader .loading .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s; }
      .main_header .loader .loading .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s; }

/*========= end header ===================*/
/*========= start hero section ===================*/
#Hero_section {
  padding: 10rem 0 5rem; }
  #Hero_section .hero_desc {
    font-size: 16px; }
  #Hero_section.style_1 {
    position: relative;
    position: relative;
    padding: 10rem 0 5rem; }
    #Hero_section.style_1 .hero_img {
      position: relative;
      width: 120%; }
      #Hero_section.style_1 .hero_img img {
        border-radius: 50% 8px 30% 50%;
        -webkit-transform: rotatex(3deg) rotatey(3deg) translate(4%, 0) scale(1, 1) skew(0, 0);
        -moz-transform: rotatex(3deg) rotatey(3deg) translate(4%, 0) scale(1, 1) skew(0, 0);
        -o-transform: rotatex(3deg) rotatey(3deg) translate(4%, 0) scale(1, 1) skew(0, 0);
        transform: rotatex(3deg) rotatey(3deg) translate(4%, 0) scale(1, 1) skew(0, 0);
        top: 0;
        left: 0;
        max-height: 100%; }
      #Hero_section.style_1 .hero_img:after {
        content: "";
        position: absolute;
        border-radius: 50% 8px 30% 50%;
        -webkit-transform: rotatex(3deg) rotatey(3deg) translate(4%, 0) scale(1, 1) skew(0, 0);
        -moz-transform: rotatex(3deg) rotatey(3deg) translate(4%, 0) scale(1, 1) skew(0, 0);
        -o-transform: rotatex(3deg) rotatey(3deg) translate(4%, 0) scale(1, 1) skew(0, 0);
        transform: rotatex(3deg) rotatey(3deg) translate(4%, 0) scale(1, 1) skew(0, 0);
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: calc(100% - 7px); }
      #Hero_section.style_1 .hero_img:before {
        content: "";
        position: absolute;
        border-radius: 50% 8px 30% 50%;
        -webkit-transform: rotatex(3deg) rotatey(3deg) translate(4%, 0) scale(1, 1) skew(0, 0);
        -moz-transform: rotatex(3deg) rotatey(3deg) translate(4%, 0) scale(1, 1) skew(0, 0);
        -o-transform: rotatex(3deg) rotatey(3deg) translate(4%, 0) scale(1, 1) skew(0, 0);
        transform: rotatex(3deg) rotatey(3deg) translate(4%, 0) scale(1, 1) skew(0, 0);
        width: 70%;
        height: 110%;
        top: -5%;
        right: 0; }
      #Hero_section.style_1 .hero_img.before_orng:before {
        background: #ff5426; }
      #Hero_section.style_1 .hero_img.before_orng:after {
        background: rgba(107, 41, 239, 0.3); }
    #Hero_section.style_1 .hero_content {
      position: relative;
      z-index: 1; }
      #Hero_section.style_1 .hero_content .hero_tit {
        font-family: "Conv_Quicksand-Medium";
        line-height: 50px; }
  #Hero_section.style_2 {
    padding: 10rem 0 5rem;
    position: relative; }
    #Hero_section.style_2:before {
      content: "";
      height: 117%;
      top: -19%;
      z-index: -1;
      -webkit-transform: rotate(-5deg);
      -moz-transform: rotate(-5deg);
      -o-transform: rotate(-5deg);
      transform: rotate(-5deg);
      border-radius: 0 0 0 25px;
      right: -10%;
      position: absolute;
      background: linear-gradient(to right bottom, #6153a3, #12b9a8);
      width: 110%; }
  #Hero_section.style_3 {
    padding: 10rem 0 5rem;
    position: relative; }
    #Hero_section.style_3 .logos {
      background: #fff;
      padding: 2rem;
      margin-top: 5rem;
      box-shadow: 0 0 10px #adadad;
      position: relative;
      z-index: 1; }
      #Hero_section.style_3 .logos img {
        max-height: 50px;
        filter: grayscale(100%) opacity(0.5);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        #Hero_section.style_3 .logos img:hover {
          filter: grayscale(0) opacity(1); }
    #Hero_section.style_3:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to right bottom, #6153a3, #12b9a8); }
    #Hero_section.style_3:after {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      width: 100%;
      border-width: 18rem 100vw 0 0;
      border-color: transparent #fff #fff transparent;
      border-style: solid; }
  #Hero_section.style_4 {
    padding: 15rem 0 10rem;
    position: relative; }
    #Hero_section.style_4 .hero_content {
      position: relative; }
  #Hero_section.style_7 .hero_img {
    position: relative; }
    #Hero_section.style_7 .hero_img img:first-child {
      position: relative;
      z-index: 1; }
  #Hero_section.style_7 .cloud {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  #Hero_section .video {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 300px; }
    #Hero_section .video:before {
      content: "";
      position: absolute;
      background: #6153a3;
      width: 100%;
      height: 300px;
      top: 0;
      left: 0;
      border-radius: 8px;
      transform: rotate(-6deg); }
    #Hero_section .video:after {
      content: "";
      position: absolute;
      background-image: url(../img/computer.jpg);
      background-size: cover;
      background-position: center;
      background-color: rgba(18, 185, 168, 0.54);
      background-blend-mode: color;
      width: 100%;
      height: 300px;
      top: 0;
      left: 0;
      border-radius: 8px; }
    #Hero_section .video.video_style {
      -webkit-transform: translate(0, 10rem);
      -moz-transform: translate(0, 10rem);
      -o-transform: translate(0, 10rem);
      transform: translate(0, 10rem);
      margin-top: -4rem; }
  #Hero_section #subscribe_form .form-input {
    color: #333; }
    #Hero_section #subscribe_form .form-input::placeholder {
      color: #333; }
  #Hero_section #subscribe_form .sub_btn {
    border-radius: 0 8px 8px 0; }

/*========= end hero section ===================*/
/* ------------ services styel --------------*/
#services {
  position: relative; }
  #services .serv_item {
    padding: 3rem 1.5rem;
    background: #f9f9f9;
    border: 2px solid #eee;
    border-radius: 8px;
    position: relative;
    overflow: hidden; }
    #services .serv_item .serv_icon {
      font-size: 50px; }
    #services .serv_item .serv_tit {
      padding-bottom: 1rem;
      position: relative; }
      #services .serv_item .serv_tit:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: calc(50% - 20px);
        width: 40px;
        height: 2px;
        background: #464646; }
    #services .serv_item .serv_icon, #services .serv_item .serv_icon_2, #services .serv_item .serv_tit, #services .serv_item .serv_desc {
      position: relative;
      z-index: 1;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    #services .serv_item .serv_hover {
      position: absolute;
      padding: 3rem 1.5rem;
      top: 0;
      left: 0;
      border-radius: 8px;
      -webkit-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
      opacity: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      transform-origin: bottom;
      width: 100%;
      height: 100%; }
    #services .serv_item:hover .serv_tit, #services .serv_item:hover .serv_icon, #services .serv_item:hover .serv_desc {
      color: #fff; }
      #services .serv_item:hover .serv_tit:after, #services .serv_item:hover .serv_icon:after, #services .serv_item:hover .serv_desc:after {
        background: #fff; }
    #services .serv_item:hover .serv_hover {
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1; }
  #services.style_2 .serv_item {
    background: #fff;
    border: 0px;
    box-shadow: 0 0 10px #ccc; }
    #services.style_2 .serv_item .serv_hover {
      top: 97%;
      opacity: 1;
      transform: scale(1);
      border-radius: 0; }
    #services.style_2 .serv_item:hover .serv_hover {
      top: 0; }
    #services.style_2 .serv_item .serv_icon_2 {
      -webkit-transform: rotate(50deg);
      -moz-transform: rotate(50deg);
      -o-transform: rotate(50deg);
      transform: rotate(50deg);
      border-radius: 25px;
      position: relative;
      display: inline-block;
      padding: 2rem .8rem; }
      #services.style_2 .serv_item .serv_icon_2 .serv_icon {
        -webkit-transform: rotate(-50deg);
        -moz-transform: rotate(-50deg);
        -o-transform: rotate(-50deg);
        transform: rotate(-50deg);
        font-size: 40px;
        color: #fff; }

/*========= start screenshot section ===================*/
#screenshot_section .owl-item {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8); }
  #screenshot_section .owl-item img {
    opacity: 1;
    filter: blur(1px);
    box-shadow: 0 0 15px #c1c1c1;
    margin-bottom: 15px; }
  #screenshot_section .owl-item.center {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    z-index: 1; }
    #screenshot_section .owl-item.center img {
      filter: blur(0); }
#screenshot_section .owl-dots {
  margin-top: 2rem; }

/*========= end screenshot section ===================*/
/*========= start video section ===================*/
#video_section {
  position: relative; }
  #video_section.video_style1 {
    position: relative; }
    #video_section.video_style1 .video_img {
      position: relative; }
      #video_section.video_style1 .video_img:before {
        content: "";
        width: 20%;
        background: linear-gradient(#fff 23%, #ccc);
        box-shadow: 0px 16px 14px #e9e9e9;
        padding-top: 20%;
        top: -15%;
        border-radius: 50%;
        right: -5%;
        position: absolute;
        z-index: 0; }
      #video_section.video_style1 .video_img:after {
        content: "";
        width: 20%;
        background: linear-gradient(#fff 23%, #ccc);
        box-shadow: 0px 7px 14px #e9e9e9;
        padding-top: 20%;
        bottom: -8%;
        border-radius: 50%;
        right: 50%;
        position: absolute;
        z-index: 0; }
      #video_section.video_style1 .video_img img {
        position: relative;
        z-index: 1; }
  #video_section .video_content {
    position: relative;
    z-index: 1; }
    #video_section .video_content p {
      font-size: 16px; }

.video_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .video_popup .video_src {
    position: relative;
    width: 700px;
    max-width: 80%; }
  .video_popup .iframe_src {
    width: 100%;
    height: 0;
    padding-top: 56.3%;
    position: relative; }
    .video_popup .iframe_src iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

#video_icon {
  width: 100%;
  display: inline-flex;
  height: 90%;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

/*========= end video section ===================*/
/*========= start clients  section ===================*/
#clients_section .client_item {
  text-align: center;
  position: relative; }
  #clients_section .client_item .client_img {
    position: relative;
    max-width: 100px;
    margin: 0 auto 1rem;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #clients_section .client_item .client_img img {
      width: auto !important;
      max-width: 100px;
      margin: 0 auto;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    #clients_section .client_item .client_img:before {
      content: "\f10d";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      width: 36px;
      height: 36px;
      padding-top: 5px;
      border-radius: 50%;
      text-align: center;
      font-size: 16px;
      color: #fff;
      position: absolute;
      top: 65px;
      left: 0; }
  #clients_section .client_item .client_opinion {
    padding: 1.5rem 1rem;
    background: #f9f9f9;
    border: 2px solid #eee;
    font-size: 14px; }
  #clients_section .client_item .client_name {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  #clients_section .client_item:hover .client_img {
    -webkit-transform: translate(0, -1rem);
    -moz-transform: translate(0, -1rem);
    -o-transform: translate(0, -1rem);
    transform: translate(0, -1rem); }
  #clients_section .client_item:hover .client_name {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
#clients_section .owl-carousel.orange .client_item .client_img:before {
  background: #ff5426; }
#clients_section .owl-carousel.green .client_item .client_img:before {
  background: #12b9a8; }
#clients_section .owl-carousel.green .client_img {
  bottom: -5px;
  top: auto;
  left: -4px; }
#clients_section .owl-carousel.blue .client_item .client_img:before {
  background: #3a64af; }

/*========= end clients section ===================*/
/*========= start pricing section ===================*/
#pricing_section .pricingTable {
  text-align: center;
  overflow: hidden; }
  #pricing_section .pricingTable .pricing-content {
    border: 2px solid #eee;
    background: #fff;
    border-radius: 0 0 8px 8px; }
    #pricing_section .pricingTable .pricing-content .price-value {
      margin-bottom: 2rem; }
    #pricing_section .pricingTable .pricing-content .amount {
      margin-bottom: 0;
      line-height: 34px; }
    #pricing_section .pricingTable .pricing-content ul li {
      margin-bottom: 1rem; }
#pricing_section.pricing_style_1 .pricingTable-header {
  padding: 2rem 1rem;
  overflow: hidden;
  position: relative;
  color: #fff;
  z-index: 1; }
  #pricing_section.pricing_style_1 .pricingTable-header h3 {
    margin-bottom: 0; }
  #pricing_section.pricing_style_1 .pricingTable-header:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    -webkit-transform: skew(0, 3deg);
    -moz-transform: skew(0, 3deg);
    -o-transform: skew(0, 3deg);
    transform: skew(0, 3deg);
    transform-origin: right bottom 0;
    z-index: -1;
    border-radius: 10px 50% 50% 10px; }
  #pricing_section.pricing_style_1 .pricingTable-header.purple:after {
    background: #6153a3; }
  #pricing_section.pricing_style_1 .pricingTable-header.orng:after {
    background: #ff5426; }
#pricing_section.pricing_style_1 .pricing-content {
  margin-top: -3.5rem;
  padding: 6rem 1rem 3rem; }
#pricing_section.pricing_style_2 .lightpurple_btn:before, #pricing_section.pricing_style_2 .lightpurple_btn:after {
  border-color: #6153a3;
  border-radius: 8px; }
#pricing_section.pricing_style_2 .pricingTable-header {
  padding: 1rem;
  color: #fff; }
  #pricing_section.pricing_style_2 .pricingTable-header h2 {
    margin-bottom: 0; }
#pricing_section.pricing_style_2 .pricing-content {
  padding: 2rem 1rem; }
#pricing_section.pricing_style_3 .pricingTable {
  padding: 2rem 0 1rem; }
#pricing_section.pricing_style_3 .pricingTable-header h2 {
  margin-bottom: 0; }
#pricing_section.pricing_style_3 .pricing-content {
  border: 0px;
  padding: 2rem 0 1rem; }

/*========= end pricing section ===================*/
/*========= start team section ===================*/
#team_section .our-team .pic {
  overflow: hidden;
  position: relative;
  max-width: 180px;
  margin: 0 auto 1rem;
  border: 3px solid #ccc;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
#team_section .our-team .title {
  padding-bottom: 10px;
  margin: 15px 0 10px 0;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  #team_section .our-team .title:after {
    content: "";
    width: 30px;
    height: 2px;
    background: #222;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
#team_section .our-team .post {
  font-size: 16px;
  font-style: italic;
  color: #777; }
#team_section .our-team .icon {
  margin-top: 1rem; }
  #team_section .our-team .icon li {
    display: inline-block; }
    #team_section .our-team .icon li a {
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      background: #e0e0e0;
      font-size: 20px;
      color: #999;
      margin-right: 5px;
      transition: all 0.3s ease-out 0s; }
      #team_section .our-team .icon li a:hover {
        background: #6153a3;
        color: #fff; }
#team_section .our-team:hover .pic {
  -webkit-transform: translate(0, -1rem);
  -moz-transform: translate(0, -1rem);
  -o-transform: translate(0, -1rem);
  transform: translate(0, -1rem); }
#team_section .our-team:hover .title {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }
#team_section .blue .icon li a:hover {
  background: #3a64af; }
#team_section .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 2rem; }

/*========= end team section ===================*/
/*========= start counter section ===================*/
#counter_section {
  position: relative; }
  #counter_section .counter_data .counter-value {
    margin-bottom: 0; }
  #counter_section .counter_data .counter_name {
    margin-bottom: 0; }
  #counter_section .counter_icon {
    font-size: 50px;
    margin-bottom: 1rem; }

/*========= end counter section ===================*/
/*========= start blogs section ===================*/
#blogs_section .keep_reading {
  margin-bottom: 0; }

.blog {
  position: relative;
  border-radius: 8px;
  overflow: hidden; }
  .blog .blog_img {
    line-height: 0; }
  .blog .blog_content {
    text-align: left;
    padding: 3rem 2rem 2rem;
    background: #fff;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-overflow: ellipsis;
    white-space: normal;
    background: #f9f9f9; }
    .blog .blog_content .post-date {
      min-width: 28px;
      min-height: 28px;
      line-height: 28px;
      text-align: center;
      position: absolute;
      top: -28px;
      left: 30px; }
    .blog .blog_content .month {
      display: block;
      font-size: 14px;
      font-weight: bold;
      padding: 0 17px;
      text-transform: uppercase; }
    .blog .blog_content p {
      margin-bottom: 0;
      font-size: 14px; }
    .blog .blog_content a {
      color: #333; }
    .blog .blog_content .blog_title {
      font-size: 20px; }
  .blog .blog-bar {
    padding: 1rem;
    list-style: none;
    text-align: center; }
    .blog .blog-bar li {
      display: inline-block;
      margin-right: 5px;
      text-transform: capitalize;
      color: #fff; }
      .blog .blog-bar li a {
        color: #fff; }

/*========= end blogs section ===================*/
/*========= start contact section ===================*/
#contact_section {
  position: relative; }
  #contact_section .contact-us {
    margin: 4rem auto 0; }
  #contact_section #contact_form {
    margin-bottom: 0;
    position: relative;
    z-index: 1; }
    #contact_section #contact_form #msgSubmit {
      margin-top: 2rem; }
  #contact_section .contact_info {
    padding: 4rem 2rem 3rem; }

/*========= end contact section ===================*/
/*========= start subscribe section ===================*/
#subscribe_section .section_tit {
  margin-bottom: 2rem; }

#subscribe_form {
  margin-bottom: 0; }
  #subscribe_form .form-input {
    margin-bottom: 0;
    min-width: 55%;
    border: 0px;
    color: #fff;
    padding: 1rem 2rem; }
    #subscribe_form .form-input::placeholder {
      color: #fff; }
  #subscribe_form .sub_btn {
    margin-left: -3rem;
    font-size: 30px;
    padding: 0 2rem; }
    #subscribe_form .sub_btn.green_btn:after, #subscribe_form .sub_btn.green_btn:before {
      display: none; }
    #subscribe_form .sub_btn.green_btn:hover {
      background: #12b9a8;
      color: #fff; }
  #subscribe_form .subscription_success, #subscribe_form .subscription_error {
    margin-top: 2rem;
    color: #333;
    display: none; }

/*========= end subscribe section ===================*/
/*========= start go to top button ===================*/
.goto_top {
  width: 40px;
  height: 40px;
  font-size: 25px;
  text-align: center;
  padding-top: 5.5px;
  position: fixed;
  bottom: 3rem;
  right: 2rem;
  display: none;
  z-index: 1; }

/*========= end go to top button ===================*/
/*========= start footer section ===================*/
.site_footer {
  padding: 2rem 0 1rem; }
  .site_footer p {
    margin-bottom: 0;
    padding: 1rem 0; }
  .site_footer .navbar-nav {
    display: inline-block; }
  .site_footer .social_media .nav-item {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .site_footer .social_media .nav-item:hover {
      -webkit-transform: scale(1.3, 1.3);
      -moz-transform: scale(1.3, 1.3);
      -o-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

/*========= end footer section ===================*/
/*========= start blogs pages ===================*/
.articles {
  padding-top: 10rem; }

.articles_section {
  padding-top: 10rem; }

.pagination .page-item a {
  border: 0px;
  color: #333;
  width: 35px;
  text-align: center;
  height: 36px;
  line-height: 22px; }
.pagination .page-item.active a {
  border-radius: 50%;
  background: #6153a3;
  color: #fff; }

.articles_section .blogs {
  margin-top: 6rem; }
.articles_section .aside-sec .blog {
  padding-bottom: 0;
  border-radius: 0; }
  .articles_section .aside-sec .blog .blog_img {
    max-width: 25%;
    margin-right: 1rem;
    border-radius: 8px;
    overflow: hidden; }
  .articles_section .aside-sec .blog .blog_title {
    font-size: 15px; }
  .articles_section .aside-sec .blog .blog_content {
    position: relative;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 0 1rem 0 0;
    background: transparent; }
    .articles_section .aside-sec .blog .blog_content .blog_title {
      margin-bottom: 0; }
.articles_section .aside-sec .categories {
  padding: 2rem;
  box-shadow: 0 0 10px #eee;
  border-radius: 8px; }
  .articles_section .aside-sec .categories .cat_item {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee; }
    .articles_section .aside-sec .categories .cat_item:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0px; }
    .articles_section .aside-sec .categories .cat_item a {
      color: #333; }
.articles_section .aside-sec .latest-news {
  padding: 2rem;
  box-shadow: 0 0 10px #eee;
  border-radius: 8px; }
.articles_section .aside-sec .tags {
  padding: 2rem;
  box-shadow: 0 0 10px #eee;
  border-radius: 8px; }
  .articles_section .aside-sec .tags span {
    padding: .3rem 1rem;
    margin-right: .5rem;
    background: #6153a3;
    border-radius: 8px;
    margin-bottom: .5rem; }
    .articles_section .aside-sec .tags span a {
      color: #fff; }

.article .article_img {
  max-height: 500px;
  overflow: hidden; }
.article .article_info .art_date {
  display: inline-block;
  position: relative; }
  .article .article_info .art_date:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 50px;
    right: 110%;
    top: 50%;
    background: #ff5426;
    transform-origin: right;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .article .article_info .art_date:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 50px;
    left: 110%;
    top: 50%;
    background: #ff5426;
    transform-origin: left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .article .article_info .art_date .art-icon {
    font-size: 20px;
    margin-right: 1rem; }
.article .social span {
  font-size: 18px;
  margin-right: 1rem; }
.article .social a {
  font-size: 40px; }

.comments {
  margin-top: 5rem; }
  .comments .comment_img {
    max-width: 100px;
    border-radius: 50%;
    margin-right: 1rem; }
    .comments .comment_img img {
      border-radius: 50%; }
  .comments .comment-desc {
    text-align: justify; }
  .comments ._name {
    margin-bottom: 0; }
  .comments .comment_replay {
    padding-left: 5rem; }
  .comments .replay_btn {
    padding: .4rem 1.5rem;
    float: right;
    font-size: 13px; }

/*========= end blogs pages ===================*/
/*========= start login and register pages ===================*/
.login_Section {
  min-height: 100vh;
  padding: 10rem 0 5rem; }
  .login_Section .col-sm-6, .login_Section .row {
    margin: 0; }
  .login_Section .login_sec {
    max-width: 1000px;
    background: #eee;
    box-shadow: 0 0 13px #ccc;
    margin: 0 auto;
    position: relative;
    overflow: hidden; }
    .login_Section .login_sec hr {
      border-top: 2px solid #fff;
      max-width: 70%;
      margin: 1rem auto; }
    .login_Section .login_sec button {
      margin-bottom: 1rem; }
    .login_Section .login_sec .login_form, .login_Section .login_sec .register_form {
      padding: 2rem 2rem 0; }
    .login_Section .login_sec .login_form, .login_Section .login_sec .register_form, .login_Section .login_sec .login_social, .login_Section .login_sec .login-tit, .login_Section .login_sec hr {
      position: relative; }

@media (max-width: 991px) {
  .main_header .navbar-toggler {
    position: relative;
    z-index: 2; }
    .main_header .navbar-toggler svg {
      font-size: 30px; }
  .main_header #main-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    text-align: center;
    font-size: 20px;
    padding-top: 8rem;
    background: #fff;
    z-index: 1;
    overflow-y: scroll;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .main_header #main-menu.show {
      right: 0; }
    .main_header #main-menu .nav-item .nav-link {
      color: #333;
      padding: 1rem 0; }
    .main_header #main-menu .nav-item.login_btn {
      margin: 1rem; }

  #Hero_section {
    text-align: center;
    margin-bottom: 0; }
    #Hero_section .hero_img {
      display: none; }
    #Hero_section .row.margin_top_4 {
      margin-top: 0; }

  #description_section .desc_img {
    margin-bottom: 3rem; }
  #description_section .row_invers {
    flex-direction: column-reverse; }
  #description_section .padding_left_4 {
    padding: 0px; }

  #video_section {
    text-align: center; }
    #video_section .video_content {
      margin-bottom: 5rem; }
    #video_section.video_style2 {
      background: #fff; }
      #video_section.video_style2 .video_img {
        display: none; }
      #video_section.video_style2 .video_content #video_icon {
        display: block; }

  .left-side {
    margin-bottom: 3rem; }

  .sec_desc {
    max-width: 90%; } }
@media (max-width: 767px) {
  #Hero_section {
    padding-top: 9rem; }
    #Hero_section .video {
      margin-top: 3rem; }

  #contact_section .contact_info {
    margin-top: 2rem; }
  #contact_section .contact-us.w-75 {
    width: 100% !important; }

  #features_section .padding_left_4 {
    padding-left: 15px;
    margin-top: 2rem; }

  #subscribe_section .form-input {
    min-width: 80%; }

  .site_footer .navbar {
    padding: 0; }
    .site_footer .navbar .footer_menu:first-child a, .site_footer .navbar .social_media:first-child a {
      padding: .5rem 1rem .5rem 0; } }
@media (max-width: 575px) {
  html {
    font-size: 12px; }

  h1 {
    font-size: 1.9rem; }

  h2 {
    font-size: 1.7rem; }

  h3 {
    font-size: 1.3rem; }

  .sec_desc {
    font-size: 14px; }

  .blog .blog_content .blog_title {
    font-size: 16px; }

  .main_header .navbar-brand img {
    max-width: 60px;
    max-height: 45px; }
  .main_header .navbar-toggler svg {
    font-size: 17px; }

  .section_tit span:before {
    width: 25px;
    right: 106%; }
  .section_tit span:after {
    width: 25px;
    left: 106%; }

  #Hero_section .hero_tit {
    font-size: 25px; }
  #Hero_section .hero_desc {
    font-size: 14px; }
  #Hero_section.style_1 {
    padding: 8rem 0 3rem; }
  #Hero_section.style_3 .logos {
    padding: 2rem 2rem 1rem; }
    #Hero_section.style_3 .logos img {
      max-height: 25px;
      max-width: 25%;
      margin-bottom: 1rem; }
  #Hero_section.style_4 {
    padding: 8rem 0 5rem; }
    #Hero_section.style_4 .container:before {
      width: 90px;
      height: 11rem; }
  #Hero_section .video {
    width: 80% !important;
    height: 200px; }
    #Hero_section .video:before, #Hero_section .video:after {
      height: 200px; }

  #features_section .feature_item {
    text-align: center !important; }

  #counter_section .col-xs-6 {
    width: 33%; }
  #counter_section .counter-value {
    font-size: 20px; }
  #counter_section .counter_icon {
    font-size: 30px; }
  #counter_section.counter_style_1:after {
    top: -12%;
    width: 45%;
    height: 113%; }

  #contact_section #contact_form .col {
    flex-basis: 100%; }
  #contact_section:after {
    bottom: -6%; }

  #clients_section .client_item .client_opinion {
    font-size: 12px; }

  #subscribe_section .sub_btn {
    margin-left: -3.3rem; }

  .login_Section {
    padding: 9rem 1rem 5rem; }
    .login_Section .login_sec:before {
      display: none; }
    .login_Section .login_social {
      margin-bottom: 3rem; } }

/*# sourceMappingURL=style.css.map */
/* =============
   GRADIENT BORDER BUTTON 1
   ============= */

   .gradient-button-1 {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 10px 30px;
    font-size: 1rem;
    box-sizing: border-box;
    background-color: #e7eef1;
    border: transparent;
   background-image: linear-gradient( to top right, #2f94a6, white );
    color: Black;
    font-weight: bold;
    
  }
   .gradient-button-1:hover {
   
     background-image: 
     linear-gradient( to top right, Grey, white );
    color: black;
    font-weight: bold;
  } 
  
  
/* style.css | file:///C:/xampp/htdocs/Archive/css/style.css */

#contact_section .contact_info {
  /* padding: 4rem 2rem 3rem; */
  padding: 2rem;
}

/* plugins.css | file:///C:/xampp/htdocs/Archive/css/inc/plugins.css */

.text-left {
  /* text-align: left !important; */
  text-align: center !important;
}

/* Element | file:///C:/xampp/htdocs/Archive/index.html#contact_section */

div.col-md-4:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) {
  font-size: 17px;
  Text-transform: uppercase;
  font-weight: bold;
}
.line-border {
border: solid 
    border-width: medium;
	width: 80px;
    height: 4px;
    background-color: white;
	
	
  maRGIN-BOTTOM: 41PX;
}

/* Element | file:///C:/xampp/htdocs/Archive/index.html#contact_section */

div.col-sm-12:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
}

/* style.css | file:///C:/xampp/htdocs/Archive/css/style.css */

#contact_section .contact_info {
  /* padding: 2rem; */
  padding: 1rem;
}

/* Element | file:///C:/xampp/htdocs/Archive/index.html#contact_section */

section.text-center:nth-child(9) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) {
  Font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
}

/* Element | file:///C:/xampp/htdocs/Archive/index.html#contact_section */

section.text-center:nth-child(9) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4) {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
}

/* Element | file:///C:/xampp/htdocs/Archive/index.html#contact_section */

section.text-center:nth-child(9) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > strong:nth-child(1) {
  font-weight: bold;
  font-size: 22px;
}

/* Element | file:///C:/xampp/htdocs/Archive/index.html#contact_section */

div.d-flex:nth-child(1) > p:nth-child(1) > strong:nth-child(1) {
  font-size: 17px;
  font-weight: bold;
}

/* Element | file:///C:/xampp/htdocs/Archive/index.html#contact_section */

#description_section > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(5) {
  text-align:  !important;
}

/* Element | file:///C:/xampp/htdocs/Archive/index.html#contact_section */

#description_section > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) {
  align-items: left;
}

/* style.css | file:///C:/xampp/htdocs/Archive/css/style.css */

.text-left {
  /* text-align: center !important; */
  text-align: left !important;
}

/* Element | file:///C:/xampp/htdocs/Archive/index.html#contact_section */

.col-md-20 > p:nth-child(1) > a:nth-child(3) {
  COLOR: WHITE;
}

/* Element | file:///C:/xampp/htdocs/Archive/index.html#contact_section */

#description_section > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > img:nth-child(1) {
  border-radius: 25px 25px 25px 25px;
}

/* Element | file:///C:/xampp/htdocs/Archive/index.html#contact_section */

#description_section > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > img:nth-child(1) {
  border-radius: 25px 25px 25px 25px;
}

/* Element | file:///C:/xampp/htdocs/Archive/index.html#contact_section */

div.row:nth-child(5) > div:nth-child(1) > div:nth-child(1) > img:nth-child(1) {
  border-radius: 25px 25px 25px 25px;
}

/* plugins.css | file:///C:/xampp/htdocs/Archive/css/inc/plugins.css */

.mw-100 {
  /* max-width: 100% !important; */
  max-width: 90% !important;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  background: #fafbff;
  padding: 30px;
}
.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #4154f1;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .php-email-form {
  background: #fafbff;
  padding: 30px;
  height: 100%;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #4154f1;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #4154f1;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #5969f3;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* plugins.css | file:///C:/xampp/htdocs/Archive/css/inc/plugins.css */

[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
  background: cornflowerblue;
}

/* Element | file:///C:/xampp/htdocs/Archive/index.html#services */

div.col-md-12:nth-child(6) > button:nth-child(1) {
  background: #3986a6;
  color: white;
}

/* style.css | file:///C:/xampp/htdocs/Archive/css/style.css */

[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
  /* background: cornflowerblue; */
  background: #15bfb1;
}

div.col-md-12:nth-child(6) > button:nth-child(1) {
  /* background: #3986a6; */
  background: #15bfb1;
  font-weight: bold;
  font-size: 19px;
  border-radius: 25px;
}
      /* style.css | file:///C:/xampp/htdocs/Archive/css/style.css */
      
      #Hero_section.style_3::after {
        /* border-width: 18rem 100vw 0 0; */
        border-width: 8rem 98vw 0 0;
      }

/* style.css | file:///C:/xampp/htdocs/Archive/css/style.css */

#feat{
  /* padding: 3rem 1.5rem; */
  padding: 4rem 1.5rem;
  min-height: 10px;
  height: 334px;
}


/* Inline #4 | file:///C:/xampp/htdocs/Archive/index.html#services */

#feat1 {  height: 400px;
}

.common_button > a {
    color: #fff;
    font-weight: 500;
    display: inline-block;
    border: 2px solid #ffffff;
    height: 45px;
    min-width: 140px;
    line-height: 43px;
    text-align: center;
    border-radius: 24px 0px 24px 0px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
a, a:hover, a:focus, a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
a {
    font-family: 'Cabin', sans-serif;
}
[role="button"], a, area, button, input:not([type="range"]), label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

/* font-awesome.min.css | https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css */

.fa-phone::before {
  padding-left: ;
}

/* Element | file:///C:/xampp/htdocs/Archive/index.html#services */

.fa-phone {
  margin-left: 45px;
}

/* Element | file:///C:/xampp/htdocs/Archive/index.html#services */

p.text-uppercase:nth-child(1) > a:nth-child(2) {
  margin-left: 12px;
}

/* Element | file:///C:/xampp/htdocs/Archive/index.html#services */

div.d-flex:nth-child(2) {
  margin-left: 58px;
}

/* Element | file:///C:/xampp/htdocs/Archive/index.html#services */

div.d-flex:nth-child(1) {
  margin-left: 10px;
}

/* Element | file:///C:/xampp/htdocs/Archive/index.html#services */

div.col-md-4:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) {
  margin-top: 13px;
  margin-bottom: 13px;
}

/* Element | file:///C:/xampp/htdocs/Archive/index.html#services */

.text-lowercase {
  margin-bottom: 17px;
}

/* Element | file:///C:/xampp/htdocs/Archive/index.html#services */

div.d-flex:nth-child(1) > p:nth-child(1) {
  margin-top: 16px;
}

/* Element | file:///C:/xampp/htdocs/Archive/index.html#services */

div.col-sm-12:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) {
  margin-top: 15px;
  margin-bottom: 11px;
}

/* Element | file:///C:/xampp/htdocs/Archive/index.html#services */

div.col-md-4:nth-child(2) > div:nth-child(1) {
  /* margin-top: 13px; */
}


/* Element | file:///C:/xampp/htdocs/Archive/index.html#services */

.btn {
  background: #15bfb1;
  color: white;
  font-weight: bold;
  margin-left: 5px;
}

/* Element | file:///C:/xampp/htdocs/Archive/index.html#services */

.hero_tit {
  font-weight: bold;
}


/* Element | file:///C:/xampp/htdocs/Archive/index.html#services */

div.container:nth-child(3) > div:nth-child(1) > div:nth-child(1) {
  text-align: left;
}

/* Element | file:///C:/xampp/htdocs/Archive/index.html#services */

.section-heading > h2:nth-child(1) {
  font-weight: bold;
}

/* style.css | file:///C:/xampp/htdocs/Archive/css/style.css */

h3 {
  /* font-size: 1.2rem; */
  font-size: 1.5rem;
}

/* Element | file:///C:/xampp/htdocs/Archive/index.html#services */

.section-heading > h3:nth-child(3) {
  font-size: 1.5rem;
  font-weight: bold;
}

/* Element | file:///C:/xampp/htdocs/Archive/index.html#services */

.section-heading > h1:nth-child(1) > span:nth-child(1) {
  margin-left: 23px;
}

/* Element | file:///C:/xampp/htdocs/Archive/index.html#services */

.section-heading > h3:nth-child(3) {
  margin-left: 23px;
}

/* Element | file:///C:/xampp/htdocs/Archive/index.html#services */

/* Element | file:///C:/xampp/htdocs/Archive/index.html#services */

/* #clients_slider > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(2) { */
#darcy {
  font-size: 16px !important;
}


/* style.css | file:///C:/xampp/htdocs/Archive/css/style.css */

.btn {
  /* color: white; */
  /* font-weight: bold; */
  color: White;
  font-weight: bolder;
}



/* Element | file:///C:/xampp/htdocs/Archive/index.html#services */

#gbs {
  filter: brightness(100);
  height: 10%;
  width: 30%;
}

/* style.css | file:///C:/xampp/htdocs/Archive/css/style.css */

.section-heading > h3:nth-child(3) {
  /* margin-left: 23px; */
  margin-left: 0px;
}

/* Element | file:///C:/xampp/htdocs/Archive/index.html#services */

.section-heading > h1:nth-child(1) {
  font-weight: Bold;
}

/* Element | file:///C:/xampp/htdocs/Archive/index.html#services */

.address-text {
  text-transform: none;
}

/* Element | file:///C:/xampp/htdocs/Archive/index.html#contact_section */

div.row:nth-child(7) > div:nth-child(1) > div:nth-child(1) > img:nth-child(1) {
  border-radius: 25px;
}
@media screen and (min-width: 600px) {
  #mob{
      display: none;
  }

/* Element | file:///C:/xampp/htdocs/Archive/index.html */

div.d-flex:nth-child(2) > p:nth-child(1) {
  margin-left: 0px;
  padding-left: 0px;
}

/* style.css | file:///C:/xampp/htdocs/Archive/css/style.css */

div.d-flex:nth-child(2) {
  /* margin-left: 58px; */
  margin-left: 23px;
  text-align: center !important;
}

/* Element | file:///C:/xampp/htdocs/Archive/index.html */

div.d-flex:nth-child(3) {
  text-align: center !important;
  margin-left: 3%;
}

}

@media screen and (max-width: 600px) {
  #desk{
      display: none;
  }
  

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html#contact_section */

div.row:nth-child(2) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(2) {
  /* font-size: 20px; */
  /* font-size: 14px !important; */
}

/* style.css | file:///C:/xampp/htdocs/GBS-Render%20Website/css/style.css */

ul, li {
  /* font-size: 21px !important; */
  font-size: 18px ;
}


/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html#contact_section */

.section-heading > h1:nth-child(1) {
  margin-top: 19% !important;
  text-align: center;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html#contact_section */

.section-heading > h3:nth-child(3) {
  text-align: center;
}

/* style.css | file:///C:/xampp/htdocs/Archive/css/style.css */

#contact_section .contact_info {
  /* padding: 1rem; */
  padding: 4px;
}

/* Element | file:///C:/xampp/htdocs/Archive/index.html */




}

/* Element | file:///C:/xampp/htdocs/Archive/index.html#contact_section */

div.d-flex:nth-child(1) > p:nth-child(1) {
  margin-left: 32%;
}

/* Element | file:///C:/xampp/htdocs/Archive/index.html#contact_section */
/* 
div.d-flex:nth-child(2) > p:nth-child(1) {
  margin-left: -15%;
} */

/* Element | file:///C:/xampp/htdocs/Archive/index.html#contact_section */

/* div.d-flex:nth-child(3) {
  margin-left: 5%;
} */

/* Element | file:///C:/xampp/htdocs/Archive/index.html#contact_section */

div.d-flex:nth-child(1) > p:nth-child(1) > u:nth-child(1) {
  font-weight: bold;
}

/* style.css | file:///C:/xampp/htdocs/Archive/css/style.css */

ul, li {
  font-size: 16px;
}

h1 {
  /* font-size: 2.5rem; */
  font-size: 2rem;
}

/* style.css | file:///C:/xampp/htdocs/Archive/css/style.css */

.fa-phone {
  /* margin-left: 45px; */
  margin-left: 0px;
}

@media screen and (min-width: 600px) {
  div.d-flex:nth-child(2) {
    /* margin-left: 23px; */
    margin-left: 0px;
  }
}

/* Element | file:///C:/xampp/htdocs/Archive/index.html */

div.d-flex:nth-child(2) > p:nth-child(1) > a:nth-child(2) {
  align-items: center;
}

/* Element | file:///C:/xampp/htdocs/Archive/index.html */

div.d-flex:nth-child(2) > p:nth-child(1) {
  Display: flex;
  Justify-content: center;
  Align-items: center;
}

/* Element | file:///C:/xampp/htdocs/Archive/index.html */

div.d-flex:nth-child(2) {
  Display: flex;
  Justify-content: center;
  Align-items: center;
}

/* Element | file:///C:/xampp/htdocs/Archive/index.html */

div.col-md-4:nth-child(2) > div:nth-child(1) > div:nth-child(1) > center:nth-child(2) > div:nth-child(1) {
  MARGIN-BOTTOM: 13PX;
}

/* Element | file:///C:/xampp/htdocs/Archive/index.html */

div.col-md-4:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) {
  FONT-SIZE: 17PX;
  FONT-WEIGHT: BOLD;
}


/* style.css | file:///C:/xampp/htdocs/Archive/css/style.css */

@media screen and (max-width: 600px) {
div.d-flex:nth-child(2) {
  /* margin-left: 58px; */
  margin-left: 0PX;
}

/* plugins.css | file:///C:/xampp/htdocs/Archive/css/inc/plugins.css */

/* Element | file:///C:/xampp/htdocs/Archive/index.html */

#ic {
  justify-content: center;
}

/* Element | file:///C:/xampp/htdocs/Archive/index.html */

.address-text {
  text-align: center;
  display: table-cell;
}

}


/* Element | file:///C:/xampp/htdocs/Archive/index.html */

#high1{
  height: 20%;
}
#high2{
  height: 20%;
}

#high3{
  height: 20%;
}
#high4{
  height: 20%;
}
#high5{
  height: 20%;
}
#high6{
  height: 20%;
}


/* style.css | file:///C:/xampp/htdocs/GBS-Render%20Website/css/style.css */

#Hero_section .hero_desc {
  /* font-size: 16px; */
  font-size: 18px;
}

#high3 {
  /* height: 20%; */
  height: 19%;
}

h2 {
  /* font-size: 30px; */
  font-size: 33px;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

section.blue:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3) {
  font-size: 18px;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

section.blue:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > p:nth-child(3) {
  font-size: 18px;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

section.blue:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > p:nth-child(3) {
  font-size: 16px;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

section.blue:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > h2:nth-child(2) {
  font-size: 29px;
}

/* style.css | file:///C:/xampp/htdocs/GBS-Render%20Website/css/style.css */

#high1 {
  /* height: 20%; */
  height: 17%;
}

#high2 {
  /* height: 20%; */
  height: 17%;
  margin-top: -6%;
}

#high3 {
  /* height: 19%; */
  height: 17%;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

#high1 {
  /* margin-top: -6%; */
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

section.blue:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(2) {
  font-size: x-large;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

#high3 {
  /* margin-top: -6%; */
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

section.blue:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > p:nth-child(3) {
  font-size: 17px;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

#high4 {
  /* margin-top: -6%; */
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

#high5 {
  /* margin-top: -6%; */
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

#high6 {
  /* margin-top: -6%; */
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

section.blue:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(2) {
  font-weight: bold;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

section.blue:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > h2:nth-child(2) {
  font-weight: bold;
  font-size: x-large;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

section.blue:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > h2:nth-child(2) {
  font-size: x-large;
  font-weight: bold;
  /* margin-bottom: 22%; */
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

section.blue:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(2) {
  font-size: xx-large;
  font-weight: Bold;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

#high1 {
  margin-bottom: -6%;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

section.blue:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > h2:nth-child(2) {
  /* margin-top: 3%; */
  font-size: 27px;
}

/* style.css | file:///C:/xampp/htdocs/GBS-Render%20Website/css/style.css */

section.blue:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > h2:nth-child(2) {
  /* margin-bottom: 22%; */
  margin-bottom: 4%;
}

#services .serv_item .serv_icon, #services .serv_item .serv_icon_2, #services .serv_item .serv_tit, #services .serv_item .serv_desc {
  z-index: ;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

section.blue:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > h2:nth-child(2) {
  /* margin-top: 3%; */
  font-size: 27px;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

section.blue:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > p:nth-child(3) {
  /* margin-top: 10%; */
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

section.blue:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(2) {
  font-size: 28px;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

section.blue:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(2) {
  font-size: 28px;
  font-weight: Bolder;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

#high1 {
  margin-bottom: -6%;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

section.blue:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > h2:nth-child(2) {
  /* margin-top: 3%; */
  font-size: 27px;
}

/* style.css | file:///C:/xampp/htdocs/GBS-Render%20Website/css/style.css */

section.blue:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > h2:nth-child(2) {
  /* margin-bottom: 22%; */
  margin-bottom: 4%;
}

#services .serv_item .serv_icon, #services .serv_item .serv_icon_2, #services .serv_item .serv_tit, #services .serv_item .serv_desc {
  z-index: ;
}

#high4 {
  /* height: 20%; */
  height: 22%;
}

#high5 {
  /* height: 20%; */
  height: 22%;
}

#high6 {
  /* height: 20%; */
  height: 22%;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

section.blue:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > h2:nth-child(2) {
  /* margin-top: 3%; */
  font-size: 27px;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

/* section.blue:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > p:nth-child(3) {
  margin-top: 10%;
} */

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

section.blue:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(2) {
  font-size: 28px;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

section.blue:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > p:nth-child(3) {
  font-size: 17px;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

section.blue:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > p:nth-child(3) {
  font-size: 17px;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

section.blue:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div:nth-child(3) > div:nth-child(1) > p:nth-child(3) {
  font-size: 17px;
  margin-top: 23%;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

section.blue:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > h2:nth-child(2) {
  font-size: 28px;
  font-weight: bold;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

section.blue:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div:nth-child(3) > div:nth-child(1) > h2:nth-child(2) {
  font-size: 28px;
  font-weight: bold;
}

/* style.css | file:///C:/xampp/htdocs/GBS-Render%20Website/css/style.css */

ul, li {
  /* font-size: 16px; */
  font-size: 17px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  /* font: inherit; */
  font: 17px;
}

#clients_section .client_item .client_opinion {
  /* font-size: 14px; */
  font-size: 15px;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

div.row:nth-child(7) > div:nth-child(2) {
  font-size: 17px;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

#desk > div:nth-child(1) {
  font-size: 17px;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

div.cloned:nth-child(6) > div:nth-child(1) > p:nth-child(2) {
  font-size: 14px;
}

/* style.css | file:///C:/xampp/htdocs/GBS-Render%20Website/css/style.css */

.sec_desc {
  /* font-size: 16px; */
  margin: ;
  font-size: 20px;
}

.margin_bottom {
  /* margin-bottom: 2rem; */
  margin-bottom: -1rem;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

#team_section > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1) {
  font-weight: bold;
}

/* style.css | file:///C:/xampp/htdocs/GBS-Render%20Website/css/style.css */

.sec_desc {
  /* font-size: 16px; */
  margin: ;
  font-size: 20px;
}

.margin_bottom {
  /* margin-bottom: 2rem; */
  margin-bottom: -1rem;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

#team_section > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1) {
  font-weight: bold;
}

/* style.css | file:///C:/xampp/htdocs/GBS-Render%20Website/css/style.css */

#high1 {
  /* margin-bottom: -6%; */
  margin-bottom: -11%;
}

#high2 {
  /* margin-top: -6%; */
  margin-top: -2%;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

section.blue:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3) {
  margin-top: 13%;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

section.blue:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > h2:nth-child(2) {
  margin-top: 0%;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

section.blue:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > h2:nth-child(2) {
  margin-top: 0px;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

section.blue:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > p:nth-child(3) {
  margin-top: 15%;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

section.blue:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > p:nth-child(3) {
  margin-top: 8%;
}


/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

#high4 {
  margin-top: -6%;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

#high5 {
  margin-top: -6%;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

#high6 {
  margin-top: -6%;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

#high4 {
  margin-top: -6%;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

#high5 {
  margin-top: -6%;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

#high6 {
  margin-top: -6%;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

section.blue:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > p:nth-child(3) {
  margin-top: 11%;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

section.blue:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > p:nth-child(3) {
  margin-top: 11%;
}

/* style.css | file:///C:/xampp/htdocs/GBS-Render%20Website/css/style.css */

ul, li {
  /* font-size: 16px; */
  font-size: 21px;
}

/* style.css | file:///C:/xampp/htdocs/GBS-Render%20Website/css/style.css */

section {
  /* padding: 5rem 0; */
  padding: 2rem 0;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

div.row:nth-child(2) > div:nth-child(1) > div:nth-child(1) > img:nth-child(1) {
  border-radius: 25px;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

#desk > div:nth-child(2) > div:nth-child(1) > img:nth-child(1) {
  border-radius: 25px;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

div.row:nth-child(8) > div:nth-child(1) > div:nth-child(1) > img:nth-child(1) {
  border-radius: 25px;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html#Screen */

.php-email-form > div:nth-child(1) {
  margin-top: 7%;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html#Screen */

.section-heading > h1:nth-child(1) {
  margin-top: 5%;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

.btn-get-started {
  margin-top: 11%;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

.hero_desc {
  margin-top: 5%;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html#contact_section */

.contact__us > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1) {
  margin-top: 85px;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html#contact_section */

.white > span:nth-child(1) {
  margin-top: 95px;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html#contact_section */

h1.text-center > span:nth-child(1) {
  margin-top: 25px;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html#contact_section */

section.blue:nth-child(1) > div:nth-child(1) > h1:nth-child(1) {
  margin-top: 95px;
}

/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html#contact_section */

#screenshot_section > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1) {
  margin-top: 70px;
}

/* style.css | file:///C:/xampp/htdocs/GBS-Render%20Website/css/style.css */

section.blue:nth-child(1) > div:nth-child(1) > h1:nth-child(1) {
  /* margin-top: 95px; */
  margin-top: 75px;
}


@media screen and (max-width:500px) {

  .desc_content{

    font-size: 16px;
  }
}


/* Element | file:///C:/xampp/htdocs/GBS-Render%20Website/index.html */

#clients_section > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1) {
  margin-top: 70px;
}






