/*==============================================================================================*/
/*=================[                                                           ]=================*/
/*=================[     !!!!!!!! CSS ADDED BY CODELINE INFOTECH  !!!!!!!!     ]=================*/
/*=================[                                                           ]=================*/
/*===============================================================================================*/
/* =========================== */
/* !! USE TO WEB SITE COLOR !! -
01.  #000000                 -
02.  #0f0e0e                 -
03.  #ffffff                 -
04.  #334046                 -
05.  #0094da                 -
06.  #f6fbff                 -
*/
/* =========================== */
/* =========================== */
/* !! THEME COLOR            !! -
01. #008fa8                 -
02. #062245                 -
03. #5E5E5E                 -
04. #333333                 -
05. #222222                 -
*/
/* =========================== */
/* =========================== */
/* !! SITE PAGE USE !!         -
01. HOME                       -
02. ABOUT US                   -
03. SERVICES                   -
04. PORTFOLIO                  -
05. CAREER                     -
07. BLOG                       -
06. CONTACT                    -
*/
/* =========================== */
/*==============================================*/
/*          !!! GOOGLE FONT IMPORT !!!          */
/*==============================================*/
@import url('https://fonts.googleapis.com/css?family=Lobster+Two:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700|Montserrat:300,400,500,600,700,800,900&display=swap');

/* -----------------------------
!!  SITE  ( "font-family: 'Montserrat',sans-serif; " ) FONT-WEIGHT !!
!!  SITE  ( " font-family: 'Josefin Sans', sans-serif; " ) FONT-WEIGHT !! 
+--------------+--------------+
| FONT-WEIGHT  | Value        |
+--------------+--------------+
| thin         | 100          |
| ex-light     | 200          |
| light        | 300          |
| regular      | 400          |
| medium       | 500          |
| semi-bold    | 600          |
| bold         | 700          |
| ex-bold      | 800          |
| black        | 900          |
+--------------+--------------+
--------------------------- */
/* ============================================== */
/*              !! GENERATED FONT !!              */
/* ============================================== */
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Flaticon.woff2") format("woff2"),
    url("../fonts/Flaticon.woff") format("woff"),
    url("../fonts/Flaticon.ttf") format("truetype"),
    url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "courgette-regular";
  src: url("../fonts/Courgette-Regular.ttf") format("truetype");
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
}

.flaticon-computer:before {
  content: "\f100";
}

.flaticon-data:before {
  content: "\f101";
}

.flaticon-malware:before {
  content: "\f102";
}

.flaticon-pen:before {
  content: "\f103";
}

.flaticon-level:before {
  content: "\f104";
}

.flaticon-online-course:before {
  content: "\f105";
}

.flaticon-computer-1:before {
  content: "\f106";
}

.flaticon-development:before {
  content: "\f107";
}

.flaticon-mobile:before {
  content: "\f108";
}

.flaticon-left-chevron:before {
  content: "\f109";
}

.flaticon-right-chevron:before {
  content: "\f10a";
}

.flaticon-next:before {
  content: "\f10b";
}

.fa-chevron-right.line::before {
  content: "\f054";
}

.flaticon-back:before {
  content: "\f10c";
}

.flaticon-play-button:before {
  content: "\f10d";
}

.flaticon-music-player:before {
  content: "\f10e";
}

.flaticon-phone:before {
  content: "\f10f";
}

.flaticon-call:before {
  content: "\f110";
}

.flaticon-mail:before {
  content: "\f111";
}

.flaticon-maps-and-flags:before {
  content: "\f112";
}

.flaticon-up-arrow:before {
  content: "\f113";
}

.flaticon-lamp:before {
  content: "\f114";
}

.flaticon-rocket:before {
  content: "\f115";
}

.flaticon-global:before {
  content: "\f116";
}

.flaticon-backend:before {
  content: "\f117";
}

.flaticon-web-development:before {
  content: "\f118";
}

.flaticon-web-development-1:before {
  content: "\f119";
}

.flaticon-keyword:before {
  content: "\f11a";
}

.flaticon-search:before {
  content: "\f11b";
}

.flaticon-security:before {
  content: "\f11c";
}

/* ============================================= */
/* !!!!        SITE GLOBAL STYLE CSS        !!!! */
/* ============================================= */
* {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, .05);
  -webkit-text-size-adjust: 100%;
}

html,
body {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-style: normal;
  background: #ffffff;
  color: #334046;
}

body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

.main_wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

img {
  max-width: 100%;
}

.btn,
a,
button {
  cursor: pointer
}

.active,
:active,
:focus {
  outline: 0 none
}

.btn,
.btn.active.focus,
.btn.active:focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.btn:hover,
a,
a:active,
a:focus,
a:hover,
button,
button:focus,
button:hover,
input,
input:focus,
input:hover,
select,
select:focus,
select:hover,
textarea,
textarea:focus,
textarea:hover {
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none
}

.form-control:focus,
[type=button]:focus,
[type=checkbox]:focus,
[type=date]:focus,
[type=email]:focus,
[type=file]:focus,
[type=number]:focus,
[type=password]:focus,
[type=radio]:focus,
[type=reset]:focus,
[type=search]:focus,
[type=submit]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
select:focus,
textarea:focus {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border: none;
  padding: 0
}

/* ============================================= */
/* !!!!         SITE TYPOGRAPHY CSS         !!!! */
/* ============================================= */
p,
li {
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  line-height: 27px;
  margin-bottom: 0px;
  color: #5f5f5f;
  letter-spacing: 0.5px;
  font-size: 15px;
}

ul,
ol {
  font-weight: 500;
  font-style: normal;
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-style: normal
}

h1 {
  font-size: 52px
}

h2 {
  font-size: 32px;
  line-height: 42px
}

h3 {
  font-size: 32px;
  line-height: 44px
}

h4 {
  font-size: 26px;
  line-height: 38px
}

h5 {
  font-size: 22px;
  line-height: 32px
}

h6 {
  font-size: 18px;
  line-height: 24px
}

/* ============================================= */
/* !!!!       All MINIFY CSS                !!!! */
/* ============================================= */
a:hover,
a:focus {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* ============================================= */
/* !!!!       FORM INPUT PLACEHOLDER        !!!! */
/* ============================================= */
.form-control::-webkit-input-placeholder {
  color: #a7a7a7;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.form-control::-moz-placeholder {
  color: #a7a7a7;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.form-control:-ms-input-placeholder {
  color: #a7a7a7;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.form-control::-ms-input-placeholder {
  color: #a7a7a7;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.form-control:-moz-placeholder {
  color: #a7a7a7;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.form-control:focus::-webkit-input-placeholder {
  color: transparent
}

.form-control:focus::-moz-placeholder {
  color: transparent
}

.form-control:focus:-ms-input-placeholder {
  color: transparent
}

.form-control:focus::-ms-input-placeholder {
  color: transparent
}

.form-control:focus:-moz-placeholder {
  color: transparent
}

/* ============================================= */
/* !!!!     CUSTOMIZE THE NAVBAR            !!!! */
/* ============================================= */
.codeline_navbar__wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 0;
  padding: 10px;
}

.navbar {
  background: transparent;
  padding: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  position: relative;
  z-index: 6;
}

.navbar .navbar-brand {
  margin: 0;
  padding: 10px 0;
}

.navbar-nav {
  padding: 0;
}

.navbar .navbar-nav .nav-item {
  margin: 0 0 0 20px;
  padding: 45px 0;
  position: relative;
}

.navbar .navbar-nav .nav-item>a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0 0 22px;
  margin: 0;
  display: inline-block;
  font-size: 14px;
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 500;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
}

.contact_phone a {
  display: -ms-flexbox;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.contact_phone a p {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact_phone a:hover p {
  color: #008fa8;
}

.contact_phone a i {
  margin-right: 5px;
  color: #008fa8;
  line-height: normal;
}

.codeline_navbar__wrapper .navbar .navbar-nav .nav-item>a {
  padding: 0;
}

.codeline_navbar__wrapper .navbar .navbar-nav .nav-item a:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  font-weight: 900;
  content: '';
  line-height: 10px;
  color: #008fa8;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #008fa8;
}

.navbar-nav .nav-link::after {
  position: absolute;
  bottom: 5%;
  left: 50%;
  color: transparent;
  content: '.';
  text-shadow: 0 0 transparent;
  font-size: 2em;
  -webkit-transition: text-shadow 0.3s, color 0.3s;
  -moz-transition: text-shadow 0.3s, color 0.3s;
  transition: text-shadow 0.3s, color 0.3s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
  animation: opacitychange 1s ease-in-out infinite;
  line-height: 0;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-item.current-menu-item .nav-link::after,
.navbar-nav .nav-link:focus::after {

  color: #008fa8;
  text-shadow: 10px 0 #fff, -10px 0 #fff
}

.codeline_navbar__wrapper .navbar .navbar-nav .nav-item a.active:before {
  opacity: 1;
}

.codeline_navbar__wrapper .navbar .navbar-nav .nav-item:last-child a:hover:before {
  opacity: 0;
}

.codeline_navbar__wrapper .navbar .navbar-nav .nav-item:first-of-type {
  margin-left: 0;
}

.codeline_navbar__wrapper .navbar .navbar-nav .nav-item:last-child a {
  padding-right: 0;
  padding-left: 0;
  margin: 0;
}

/* !! :hover & :focus & active !! */
.navbar .navbar-nav .nav-item>a.active,
.navbar .navbar-nav .nav-item>a:hover,
.navbar .navbar-nav .nav-item>a:focus,
.navbar .navbar-nav .current-menu-item.nav-item a {
  color: #ffffff;
}

li.current-menu-item a {}

.dropdown-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 24px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-align: left;
  text-transform: capitalize;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border-left: 3px solid transparent;
  letter-spacing: 1px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #53c5f8;
  text-decoration: none;
  background-color: #ffffff;
}

.dropdown-item:hover {
  color: #000000 !important;
}

.codeline_navbar__wrapper.sticky {
  position: fixed;
  width: 100%;
  padding: 10px;
  /* z-index: 9999999; */
  -webkit-box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);
  background-color: #fff !important;
  -webkit-animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
  animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: .5s;
  transition: .5s;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.codeline_navbar__wrapper.sticky .navbar {
  background: #ffffff;
}

.codeline_navbar__wrapper.sticky .navbar .navbar-nav .nav-item>a {
  color: #008fa8;
}

.codeline_navbar__wrapper.sticky .navbar-nav .nav-link:hover::after,
.codeline_navbar__wrapper.sticky .navbar-nav .nav-item.current-menu-item .nav-link::after,
.codeline_navbar__wrapper.sticky .navbar-nav .nav-link:focus::after {
  color: #2575fc;
  text-shadow: 10px 0 #02589d, -10px 0 #02589d;
}

.codeline_navbar__wrapper.sticky .navbar-brand {
  display: none;
  /* padding: 0px 0; */
}

.codeline_navbar__wrapper.sticky .navbar-brand-scroll {
  display: block;
}

.codeline_navbar__wrapper.sticky .navbar-nav .nav-item {
  padding: 20px 0;
}

.codeline_navbar__wrapper.sticky .contact_phone a p {
  color: #008fa8;
}

.codeline_navbar__wrapper.sticky .hireme-btn:after {
  height: 9px;
  bottom: -9px;
}

.codeline_navbar__wrapper.sticky .hireme-btn {
  background: #ffffff;
}

.codeline_navbar__wrapper.sticky .hireme-btn:before {
  border: 6px solid #ffffff;
}

.navbar-brand-scroll {
  display: none;
}

.hireme-btn {
  color: #00569b;
  border: 2px solid #00569b;
  border-radius: 30px;
  padding: 0px 23px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 140px;
  margin-left: 25px;
  text-align: center;
  padding: 5px 0;
  background: #f2f2f2;
}

.hireme-btn:before {
  content: "";
  position: absolute;
  width: 30px;
  border: 6px solid #f2f2f2;
  bottom: -2px;
  left: 30px;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.5s ease;
}

.hireme-btn:after {
  content: "";
  position: absolute;
  border: 2px solid #00569b;
  border-radius: 0 50px 0 0;
  width: 20px;
  height: 16px;
  bottom: -16px;
  left: 30px;
  border-bottom: none;
  border-left: none;
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.5s ease;
}

.hireme-btn:hover:before {
  border: 6px solid #ffffff !important;
}

.hireme-btn:hover {
  background: #ffffff;
  color: #53c5f8;
  border-color: #53c5f8;
}

.hireme-btn:hover:after {
  border-color: #53c5f8;
}

.get_quote_popup {
  height: 630px;
  width: 54%;
  position: fixed;
  right: 0;
  top: 0;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  z-index: 9999;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
  opacity: 0;
}

.sidenav_open {
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

.pop_up_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 33px 20px 40px 80px;
  max-width: 600px;
  margin-left: auto;
}

.pop_up_head h5 {
  font-size: 28px;
  line-height: 32px;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 500;
  margin: 0;
}

#close {
  cursor: pointer;
  border: none;
  outline: none;
  opacity: 1;
  text-shadow: none;
  position: absolute;
  top: 8%;
  right: 8.5%;
  z-index: 99999;
}

#close img {
  width: 19px;
  height: 19px;
  text-align: center;
}

/* ============================================= */
/* !!!!        COMMON BUTTON STYLE          !!!! */
/* ============================================= */
.btn_primary {
  margin-top: 5px;
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  font-family: 'Josefin Sans', sans-serif;
  color: #ffffff !important;
  text-align: center;
  cursor: pointer;
  background-size: 200% auto;
  z-index: 1;
  transition: all 500ms ease;
  padding: 8px 14px;
  border-radius: 10px;
  background-image: linear-gradient(to right, #008fa8 0%, #232c42 50%, #008fa8 100%);
  border: 0;
}

.btn_primary i {
  font-weight: 600;
  margin-right: 8px;
  font-size: 14px;
}

.btn_primary:hover {
  background-position: right center;
  color: #ffffff;
}

/**********  BTN_SECONDARY  **********/
.btn_secondary {
  position: relative;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  padding: 0;
  margin: 20px 0 0;
  margin-right: 0;
  overflow: visible;
  text-decoration: none;
  background: 0 0;
  cursor: pointer
}

.btn_secondary .btn-text {
  display: inline-block;
  white-space: nowrap;
  margin-right: 8px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .5px
}

.btn_secondary .btn-circle {
  height: 38px;
  width: 38px;
  position: relative;
  overflow: hidden
}

.btn_secondary .btn-circle:after,
.btn_secondary .btn-circle:before {
  content: "";
  height: 38px;
  width: 38px;
  border-radius: 100%;
  transition: all .5s cubic-bezier(.8, 0, 0, 1);
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: inset -2px 0 0 0 #041340;
  transition-delay: .1s
}

.btn_secondary .btn-icon {
  display: block;
  width: 76px;
  right: 0;
  transition: all .5s cubic-bezier(.8, 0, 0, 1)
}

.btn_secondary .btn-icon,
.btn_secondary .btn-icon:after,
.btn_secondary .btn-icon:before {
  position: absolute;
  height: 38px;
  top: 0;
  border-radius: 100%
}

.btn_secondary .btn-icon:after,
.btn_secondary .btn-icon:before {
  content: "\f30b";
  width: 38px;
  display: inline-block;
  text-align: center;
  line-height: 38px;
  font-size: 18px;
  color: #041340;
  left: 0;
  font-weight: 900;
  font-family: "Font Awesome 5 Free"
}

.btn_secondary .btn-icon:after {
  left: 38px
}

.btn_secondary:hover .btn-text {
  color: #53c5f8
}

.btn_secondary:hover .btn-circle:after,
.btn_secondary:hover .btn-circle:before {
  transform: rotate(1turn);
  box-shadow: inset -2px 0 0 0 #008fa8;
  color: #53c5f8
}

.btn_secondary:hover .btn-icon:after {
  color: #53c5f8
}

.btn_secondary:hover .btn-icon {
  transform: translateX(50%);
  color: #53c5f8
}

/* ============================================ */
/* !!!!         COMMON STYLE CSS           !!!! */
/* ============================================ */
/*----------   Back To Top Button  ----------*/
.enquiry_btn {
  position: fixed;
  z-index: 100;
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
}

#back-top .top-btn {
  position: fixed;
  z-index: 100;
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  visibility: hidden;
  width: 50px;
  height: 50px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  text-align: center;
  opacity: 0;
  background: #042578;
  padding: 12px;
  border-radius: 100%;
  box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.25);
  color: #ffffff;
}

#back-top .top-btn img {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

#back-top .show-btn {
  visibility: visible;
  opacity: 1;
}

.top-btn:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-6px);
  }
}

/***************** CODELINE HERO SECTION CSS ****************/
.mainslider {
  z-index: 1;
}

.mainslider .carousel-item {
  height: 760px;
}

.banner_description {
  margin: 15px 0 30px 0;
  font-weight: 600;
  font-size: 16px;
}

.hero-animation-img,
.hero-content-left {
  position: relative;
  z-index: 2;
}

.hiro_banner_content {
  display: flex;
  height: 100%;
  align-items: center;
}

.hiro_title {
  font-weight: 700;
  line-height: 54px;
  color: #232c42;
  text-transform: capitalize;
  font-size: 42px;
  font-family: 'Josefin Sans', sans-serif;
}

.hiro_title .hiro_subtitle {
  color: #008fa8;
}

#particles-js {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.3;
}

.hero-content-left,
.sign-up-form-wrap {
  z-index: 2;
}

.bottom-img {
  position: relative;
  bottom: -10px;
  width: 100%;
}

.bottom-img img,
.bottom-img-absolute img {
  width: 100%;
}

.bottom-img-absolute {
  bottom: -40px;
  width: 100%;
  position: absolute;
}

.shape-bg {
  bottom: -8px;
}

.shape-image {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 76px;
  z-index: 0;
  left: 261px;
  overflow: hidden;
  background-size: cover;
  right: 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  .shape-image {
    display: none;
  }
}

.mainslider .carousel-indicators {
  bottom: auto;
  right: auto;
  margin: 0;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.mainslider .carousel-indicators li {
  text-indent: 0;
  background-color: transparent;
  color: #ffffff;
  font-size: 13px;
  opacity: 1;
  font-family: 'Josefin Sans', sans-serif;
  height: 45px;
  width: 45px;
  margin: 0 0 18px;
  position: relative;
  line-height: 45px;
}

.mainslider .carousel-indicators li::before {
  position: absolute;
  top: 0;
  left: -22px;
  display: inline-block;
  width: 100%;
  height: 100%;
  content: "";
  background: #232c42;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 4px solid #008fa8;
  box-shadow: 1px -3px 5px 0px rgba(35, 44, 66, 0.55);
}

.mainslider .carousel-indicators li.active::before {
  background: #008fa8;
  border: 4px solid #232c42;
  color: #ffffff;
}

.mainslider .carousel-indicators li.active {
  color: #ffffff;
  background: transparent;
}

.area-bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.hero-section {
  position: relative;
}

.area-bg {
  background: rgba(0, 0, 0, 0) url("../images/about_bg_layers_3.png") no-repeat scroll left top/auto 100%;
  background-position: 0 0;
  background-repeat: repeat-x;
  -webkit-animation: animatedBackground 10s linear infinite alternate;
  animation: animatedBackground 10s linear infinite alternate;
  opacity: .3
}

.area-bg::after,
.area-bg::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.app_img {
  position: relative;
  display: inline-block;
  z-index: 0;
}

.app_img .app_screen {
  position: absolute;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-name: animateUpDown;
  animation-name: animateUpDown;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.app_img .app_screen.one {
  top: 206px;
  left: 173px;
  -webkit-animation-duration: 1.9s;
  animation-duration: 1.9s;
}

.app_img .app_screen.two {
  top: 72px;
  left: 290px;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
}

.app_img .app_screen.three {
  top: 99px;
  left: 455px;
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
}

.parallax-scene-1 .image-two {
  -webkit-animation: zoom-fade 15s infinite linear;
  animation: zoom-fade 15s infinite line;
  position: absolute;
  right: 25px;
  top: -65px !important;
  z-index: 10;
  left: auto !important;
}

.parallax-scene-1 .image-three {
  -webkit-animation: zoom-fade 15s infinite linear;
  animation: zoom-fade 15s infinite line;
  position: absolute !important;
  left: 55px;
  bottom: -145px !important;
  z-index: 10;
  top: auto !important;
  max-width: 154px;
}

.parallax-scene-1 .image-four {
  -webkit-animation: zoom-fade 15s infinite linear;
  animation: zoom-fade 15s infinite line;
  position: absolute !important;
  left: 110px !important;
  top: -35px !important;
  z-index: 10;
  max-width: 100px;
}

.parallax-scene-1 .image-five {
  -webkit-animation: zoom-fade 15s infinite linear;
  animation: zoom-fade 15s infinite line;
  position: absolute !important;
  left: 350px !important;
  top: -110px !important;
  z-index: 10;
  max-width: 100px;
}

.parallax-scene-1 .image-six {
  -webkit-animation: zoom-fade 15s infinite linear;
  animation: zoom-fade 15s infinite line;
  position: absolute !important;
  right: 0px !important;
  top: -140px !important;
  z-index: 10;
  left: auto !important;
  max-width: 100px;
}

.inner-column {
  position: relative;
  min-height: 245px;
}

.parallax-scene-1 .image-one {
  -webkit-animation: zoom-fade 15s infinite linear;
  animation: zoom-fade 15s infinite line;
  position: absolute !important;
  right: 65px;
  top: 0px;
  z-index: 20;
  left: auto !important;
}

.parallax-scene-1 img {
  width: auto;
}

/*============== Codeline Section_title css ==============*/
.section-padding {
  position: relative;
  padding: 80px 0;
  z-index: 1;
}

.section_title {
  margin-top: 25px;
  margin-bottom: 40px;
  position: relative;
}

.section_title h2 {
  position: relative;
  font-weight: 600;
  color: #000000;
  text-transform: capitalize;
  font-size: 29px;
  line-height: 42px;
}

.section_title.text-center {
  margin-bottom: 80px;
}

.title-bdr {
  position: relative;
  width: 150px;
  margin-bottom: 40px;
}

.section_title.text-center .title-bdr {
  margin: 0 auto;
}

.section_title.text-right .title-effect {
  left: auto;
  right: 0;
}

.left-bdr,
.right-bdr {
  height: 6px;
  width: 60px;
  background-color: #062446;
  border-radius: 10px;
  position: absolute;
}

.right-bdr {
  right: 0px;
  animation: right 2s infinite;
}

.left-bdr {
  left: 0px;
  animation: left 2s infinite;
  background-color: #008fa8;
}

.section_title.text-right .title-bdr {
  margin-left: auto;
}

h4 {
  font-size: 24px;
  font-style: normal;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 30px;
  color: #1c1d3e;
}

.title-effect {
  width: 50px;
  height: 50px;
  top: 0;
  position: absolute;
  left: 0;
  opacity: 0.2;
  animation: rotation 12.8s steps(1) 0s infinite;
}

.text-center .title-effect {
  left: 50%;
  margin-left: -25px;
}

.text-center .section_title h6 {
  padding: 15px 0;
  margin-bottom: 0;
}

.section_title h6 {
  padding: 15px 0 15px 15px;
  position: relative;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  color: #008fa8;
  margin-bottom: 0;
}

.title-effect .bar {
  background: #01569b;
}

.title-effect .bar-top {
  width: 100%;
  height: 7px;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left top;
  transform: scale(0, 1);
  animation: bar-top 3.2s linear 0s infinite;
}

.title-effect .bar-right {
  width: 7px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: left top;
  transform: scale(1, 0);
  animation: bar-right 3.2s linear 0s infinite;
}

.title-effect .bar-bottom {
  width: 100%;
  height: 7px;
  position: absolute;
  right: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  animation: bar-bottom 3.2s linear 0s infinite;
}

.title-effect .bar-left {
  width: 7px;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: left bottom;
  transform: scale(1, 0);
  animation: bar-left 3.2s linear 0s infinite;
}

.theme_combi_color {
  color: #008fa8;
}

/****************** codeline_features_area section css *****************/
.codeline_features_area {
  overflow: hidden;
}

.codeline_features_area .feature_info .feature_img img {
  max-width: 100%;
}

.codeline_features_area .feature_info .feature_img.f_img_one {
  margin-left: 0;
  overflow: hidden;
  max-width: 500px;
}

.codeline_features_area .feature_info .feature_img.f_img_one .one {
  bottom: -65px;
  left: 50px;
}

.codeline_features_area .feature_info .feature_img.f_img_one .three {
  bottom: -24px;
  left: 100px;
  max-width: 300px;
}

.codeline_features_area .feature_info .feature_img.f_img_two .one {
  right: 120px;
  bottom: 10px;
}

.codeline_features_area .feature_info .feature_img.f_img_two .three {
  right: 70px;
  bottom: 30px;
}

.codeline_features_area .feature_info .feature_img.f_img_two .four {
  top: 80px;
  left: 100px;
}

.codeline_features_area .f_content {
  background: #ffffff;
  overflow: hidden;
}

.codeline_features_area .feature_info .f_content p {
  line-height: 27px;
  margin-bottom: 0px;
  color: #5f5f5f;
  letter-spacing: 0.5px;
  font-size: 16px;
}

.codeline_features_area .leaf {
  position: absolute;
}

/**************  codeline_call_us_tagline section css **************/
.codeline_call_us_tagline .call_us_inner {
  background: #f6f6f7;
}

.codeline_call_us_tagline .bottom_left_img {
  position: absolute;
  bottom: -9px;
  left: -86px;
}

.codeline_call_us_tagline .bottom_right_img {
  position: absolute;
  top: -36px;
  right: 30px;
}

.codeline_call_us_tagline .call_us_inner .section_title h2 {
  font-weight: 700;
  font-size: 46px;
  line-height: 61px;
  font-family: 'Lobster Two';
}

/*************** codeline_our_process SECTION CSS   ******************/
.codeline_our_process {
  z-index: 1;
}

.codeline_our_process .container {
  position: relative;
}

.codeline_our_process .area-bg {
  z-index: -1;
}

.codeline_our_process .step-desc h4 {
  margin: 30px 0 20px;
  font-weight: 600;
  font-family: 'Josefin Sans', sans-serif;
}

.codeline_our_process .step-desc p {
  color: #5f5f5f;
  letter-spacing: 1px;
  font-size: 15px;
}

.codeline_our_process .work-process {
  position: relative;
}

.work-process {
  margin-bottom: 20px;
}

.codeline_our_process .step-num {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 12px 20px 0 rgba(117, 178, 240, 0.4);
  color: #01569b;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  height: 50px;
  right: 0;
  line-height: 55px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
}

.codeline_our_process .theme-bg .work-process h4,
.theme-bg .work-process p {
  color: #ffffff;
}

.codeline_our_process .step-icon {
  background: #ffffff;
  width: 140px;
  height: 140px;
  position: relative;
  border: 3px solid #01569b;
  border-radius: 50%;
  line-height: 140px;
  font-size: 45px;
  text-align: center;
  font-weight: 600;
  color: #01569b;
}

.codeline_our_process .step-icon span {
  position: relative;
}

.codeline_our_process .step-icon span::after,
.step-icon span::before {
  border-radius: 50%;
  content: "";
  height: 40px;
  position: absolute;
  width: 40px;
  z-index: -1;
}

.codeline_our_process .step-icon span::after {
  background: #cdf3f6;
  height: 25px;
  left: -10px;
  top: 5px;
  width: 25px;
}

.codeline_our_process .step-icon span::before {
  background: #d4f8e6;
  bottom: 0;
  right: -10px;
}

.codeline_our_process .dark-bg .step-icon {
  color: rgba(255, 255, 255, 0.9);
  background: none;
}

.codeline_our_process .dark-bg .step-desc h4 {
  color: #2575fc;
}

.codeline_our_process .dark-bg .step-icon {
  border-color: rgba(255, 255, 255, 0.1);
}

.codeline_our_process .dark-bg .step-desc p {
  color: rgba(255, 255, 255, 0.7);
}

.codeline_our_process .step-num-box {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.codeline_our_process .work-process .box-loader {
  position: absolute;
  top: 30%;
  right: -15%;
  left: inherit;
}

.codeline_our_process #svg-container {
  position: absolute;
  width: 100%;
  left: 52%;
  z-index: -1;
  transform: translateX(-50%);
  width: 90%;
}

.codeline_our_process #svgC {
  margin: 0 auto;
  width: 100%;
}

.codeline_our_process .box-loader {
  border-radius: 100%;
  margin: 0 auto;
  position: absolute;
  top: 15px;
  left: 15px;
}

.codeline_our_process .box-loader span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #2575fc;
  margin: 0 5px;
  opacity: 0;
}

.codeline_our_process .box-loader span:nth-child(1) {
  animation: opacitychange 1s ease-in-out infinite;
}

.codeline_our_process .box-loader span:nth-child(2) {
  animation: opacitychange 1s ease-in-out 0.33s infinite;
}

.codeline_our_process .box-loader span:nth-child(3) {
  animation: opacitychange 1s ease-in-out 0.66s infinite;
}

#canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}

/*********************  FOOTER CSS STARTS HERE   ********************/
.codeline_footer_area .wavy {
  width: 100%;
  position: absolute;
  max-width: none;
  height: auto;
  top: -2px;
}

.line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, .1);
  overflow: hidden;
}

.line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #fff), to(#fff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 75%, #fff 100%);
  -webkit-animation: run 2s 0s infinite;
  animation: run 2s 0s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(.4, .26, 0, .97);
  animation-timing-function: cubic-bezier(.4, .26, 0, .97);
}

.line::before {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #fff), to(#fff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 75%, #fff 100%);
  -webkit-animation: run 4s 0s infinite;
  animation: run 4s 0s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(.4, .26, 0, .97);
  animation-timing-function: cubic-bezier(.4, .26, 0, .97);
}

.codeline_footer_area {
  position: relative;
  z-index: 1;
  background-color: #041340;
}

.codeline_footer_area::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-animation: imageChange 1s linear 1s infinite;
  animation: imageChange 1s linear 1s infinite;
  background-image: url(../images/footer-shape1.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@keyframes imageChange {
  0% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes imageChangeTwo {
  0% {
    opacity: 1;
  }

  75% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.codeline_footer_area:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-animation: imageChangeTwo 1s linear 1s infinite;
  animation: imageChangeTwo 1s linear 1s infinite;
  background-image: url(../images/footer-shape2.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.codeline_footer_area .single-footer-widget {
  padding: 100px 10px 40px 10px;
}

/* .codeline_footer_area .logo img {
    max-width: 90px; 
} */
.codeline_footer_area .single-footer-widget .logo p {
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 25px;
  line-height: 26px;
}

.codeline_footer_area .single-footer-widget p {
  color: #ffffff;
  font-size: 14px;
}

.codeline_footer_area .single-footer-widget .social {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.codeline_footer_area .single-footer-widget .social li {
  display: inline-block;
  -webkit-transition: .5s;
  transition: .5s;
  margin-left: 1px;
  margin-right: 1px;
}

.codeline_footer_area .footer-services-list li>a,
.codeline_footer_area .quick-links-list li>a {
  position: relative;
}

.codeline_footer_area .footer-services-list li>a:before,
.codeline_footer_area .quick-links-list li>a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #008fa8;
  content: '';
  transform: scaleX(0) translateZ(0);
  transform-origin: 100% 100%;
  -webkit-transition: transform .5s cubic-bezier(.19, 1, .22, 1);
  transition: transform .5s cubic-bezier(.19, 1, .22, 1);
  -moz-transition: transform .5s cubic-bezier(.19, 1, .22, 1);
  -ms-transition: transform .5s cubic-bezier(.19, 1, .22, 1);
  -o-transition: transform .5s cubic-bezier(.19, 1, .22, 1);
  -webkit-transform: scaleX(0) translateZ(0);
  -moz-transform: scaleX(0) translateZ(0);
  -ms-transform: scaleX(0) translateZ(0);
  -o-transform: scaleX(0) translateZ(0);
}

.codeline_footer_area .footer-services-list li>a:hover:before,
.codeline_footer_area .quick-links-list li>a:hover:before {
  transform: scaleX(1) translateZ(0);
  transform-origin: 0 0;
  -webkit-transform: scaleX(1) translateZ(0);
  -moz-transform: scaleX(1) translateZ(0);
  -ms-transform: scaleX(1) translateZ(0);
  -o-transform: scaleX(1) translateZ(0);
}

.codeline_footer_area .single-footer-widget .social li a {
  width: 35px;
  height: 35px;
  background-color: #333;
  line-height: 36px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
}

.codeline_footer_area .single-footer-widget .social li a i::before {
  font-size: 13px;
}

.codeline_footer_area .single-footer-widget .social li a:hover {
  background-color: #008fa8;
  color: #ffffff;
}

.codeline_footer_area .single-footer-widget h3 {
  margin-bottom: 23px;
  color: #ffffff;
  position: relative;
  padding-bottom: 6px;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 1px;
}

.codeline_footer_area .single-footer-widget h3::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #008fa8;
}

.codeline_footer_area .single-footer-widget .footer-services-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.codeline_footer_area .single-footer-widget .footer-services-list li {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 14px;
}

.codeline_footer_area .single-footer-widget .footer-services-list li a {
  display: inline-block;
  color: #ffffff;
}

.codeline_footer_area .single-footer-widget .footer-services-list li a:hover {
  color: #008fa8;
}

.codeline_footer_area .single-footer-widget .footer-services-list li:last-child {
  margin-bottom: 0;
}

.codeline_footer_area .single-footer-widget .quick-links-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.codeline_footer_area .single-footer-widget .quick-links-list li {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 14px;
}

.codeline_footer_area .single-footer-widget .quick-links-list li a {
  display: inline-block;
  color: #ffffff;
}

.codeline_footer_area .single-footer-widget .quick-links-list li a:hover {
  color: #008fa8;
}

.codeline_footer_area .single-footer-widget .quick-links-list li:last-child {
  margin-bottom: 0;
}

.codeline_footer_area .single-footer-widget .footer-contact-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.codeline_footer_area .single-footer-widget .footer-contact-list li {
  margin-bottom: 16px;
  color: #ffffff;
  line-height: normal;
  font-size: 15px;
}

.codeline_footer_area .single-footer-widget .footer-contact-list li a {
  display: inline-block;
  color: #ffffff;
  font-weight: 400;
  word-break: break-all;
}

.codeline_footer_area .single-footer-widget .footer-contact-list li a:hover {
  color: #008fa8;
}

.codeline_footer_area .single-footer-widget .footer-contact-list li span {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.codeline_footer_area .single-footer-widget .footer-contact-list li:last-child {
  margin-bottom: 0;
}

.codeline_footer_area .copyright-area {
  background-color: #042578;
  padding: 10px 0;
}

.codeline_footer_area .copyright-area p {
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 1px;
}

.codeline_footer_area .socials li {
  list-style: none;
  padding: 0 6px 0 0;
}

.codeline_footer_area .socials li:last-of-type {
  padding: 0;
}

.codeline_footer_area .socials li a {
  color: #ffffff;
}

.codeline_footer_area .socials li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 31px;
  background-color: #4e6e8a;
  text-align: center;
  font-size: 15px;
  border-radius: 2px;
  transition: all ease-in-out 0.3s;
}

.codeline_footer_area .socials li a:hover {
  color: #080a3c;
  background-color: #ffffff;
}

/*****************  codeline_discover_portfolios section css  *****************/
.codeline_discover_portfolios {
  position: relative;
  display: block;
  padding: 368px 0px 200px 0px;
}

.codeline_discover_portfolios .content-box {
  position: relative;
  display: block;
  margin-top: 107px;
}

.codeline_discover_portfolios .content-box .top-text {
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 38px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  margin-bottom: 17px;
  color: transparent;
  background: -webkit-linear-gradient(0deg, #01569b, #008fa8 25%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.codeline_discover_portfolios .content-box .top-text span {
  font-family: 'Lobster Two';
  font-weight: 400;
}

.codeline_discover_portfolios .content-box .text {
  position: relative;
  display: block;
  padding: 15px 0 25px 0;
}

.codeline_discover_portfolios .content-box .sec-title h2 {
  margin-bottom: 29px;
}

.codeline_discover_portfolios .style-image {
  position: absolute;
  left: 180px;
  top: 112px;
}

.codeline_discover_portfolios .style-image .image img {
  position: relative;
  display: inline-block;
  -webkit-animation: zoom-fade 15s infinite linear;
  animation: zoom-fade 15s infinite linear;
}

.codeline_discover_portfolios .user-image {
  position: absolute;
  top: 50px;
  right: 120px;
}

.codeline_discover_portfolios .image-box {
  position: relative;
  display: block;
  margin-left: 100px;
  margin-right: -242px;
  margin-top: 50px;
}

.codeline_discover_portfolios .image-box .image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #000;
  -webkit-box-shadow: 2px 10px 50px rgba(0, 0, 0, 0.20);
  box-shadow: 2px 10px 50px rgba(0, 0, 0, 0.20);
}

.codeline_discover_portfolios .image-box .image img {
  width: 100%;
  border-radius: 10px;
  transition: all 1500ms ease;
}

.codeline_discover_portfolios .image-box .image:hover img {
  opacity: 0.5;
  transform: scale(1.3) rotate(3deg);
}

.codeline_discover_portfolios .image-box .image-1 {
  position: relative;
  float: left;
  z-index: 1;
}

.codeline_discover_portfolios .image-box .image-2 {
  position: relative;
  float: right;
  z-index: 1;
}

.codeline_discover_portfolios .image-box .image-3 {
  position: absolute;
  left: 100px;
  bottom: -342px;
  z-index: 1;
}

.codeline_discover_portfolios .image-box .image-4 {
  position: absolute;
  left: 170px;
  top: -55px;
  box-shadow: none;
}

.codeline_discover_portfolios .image-column {
  position: relative;
}

.codeline_discover_portfolios .image-column .bubbles-1 {
  position: absolute;
  height: 26px;
  width: 27px;
  left: 200px;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(90deg, #d5bafb 0%, #c6cefc 100%);
  box-shadow: 2px 10px 30px rgba(0, 0, 0, 0.20);
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.codeline_discover_portfolios .image-column .bubbles-2 {
  position: absolute;
  height: 26px;
  width: 27px;
  right: -300px;
  bottom: 160px;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(90deg, #ceb3fa 0%, #fecbea 100%);
  box-shadow: 2px 10px 30px rgba(0, 0, 0, 0.20);
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.codeline_discover_portfolios .image-column .bubbles-3 {
  position: absolute;
  height: 26px;
  width: 27px;
  right: -100px;
  bottom: -50px;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(90deg, #ceb3fa 0%, #fecbea 100%);
  box-shadow: 2px 10px 30px rgba(0, 0, 0, 0.20);
  -webkit-animation: zoom-fade-two 5s infinite linear;
  animation: zoom-fade-two 5s infinite linear;
}

.codeline_discover_portfolios .content-box .name {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 20px;
  display: block;
  margin-bottom: 30px;
  padding: 0 0 0 10px;
  border-left: 3px solid #01569b;
  background: -webkit-linear-gradient(0deg, #01569b, #008fa8 25%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.codeline_discover_portfolios .image-column .bubbles-4 {
  position: absolute;
  height: 26px;
  width: 27px;
  left: 150px;
  bottom: 0px;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(90deg, #ae33f9 0%, #ee9cff 100%);
  box-shadow: 2px 10px 30px rgba(0, 0, 0, 0.20);
  -webkit-animation: zoom-fade-two 5s infinite linear;
  animation: zoom-fade-two 5s infinite linear;
}

.flot-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

/***************** codeline_what_we_do Section css  *******************/
.codeline_what_we_do {
  z-index: 1;
}

.codeline_what_we_do:after {
  content: '';
  position: absolute;
  right: -63px;
  top: 200px;
  width: 199px;
  height: 337px;
  background-repeat: no-repeat;
  z-index: -1;
  background-image: url(../images/icon-12.png);
}

.codeline_what_we_do .section_title {
  margin-bottom: 80px;
}

.codeline_what_we_do .service-block {
  position: relative;
  margin-bottom: 30px;
  padding-top: 60px;
}

.codeline_what_we_do .service-block .inner-box {
  position: relative;
}

.codeline_what_we_do .service-block .inner-box .icon-box {
  position: relative;
  color: #3d415b;
  line-height: 76px;
  font-size: 57px;
  margin-bottom: 40px;
  padding-left: 20px;
}

.codeline_what_we_do .service-block .inner-box .icon-box .icon {
  position: relative;
}

.codeline_what_we_do .service-block .inner-box .icon-box:before {
  position: absolute;
  content: '';
  left: -7px;
  top: -23px;
  border: 2px solid #042578;
  background: rgba(83, 197, 248, 0.07);
  text-align: center;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  animation: one-animated 10s infinite;
  margin: 0 auto;
}

.codeline_what_we_do .service-block .inner-box h3 {
  position: relative;
  color: #3d415b;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 700;
  margin-bottom: 25px;
}

.codeline_what_we_do .service-block .inner-box h3 a {
  position: relative;
  color: #042578;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.codeline_what_we_do .service-block .inner-box h3 a:hover {
  color: #008fa8;
}

.codeline_what_we_do .service-block .inner-box .text {
  position: relative;
  color: #777777;
  font-size: 16px;
  line-height: 1.7em;
}

.codeline_what_we_do .service-block .inner-box .read-more {
  margin-top: 20px;
}

/********************   codeline_technology_wrap section css  ********************/
.codeline_technology_wrap .owl-carousel .owl-item img {
  display: block;
  width: auto;
}

.codeline_technology_wrap .icon_head {
  min-height: 100px;
  margin: 20px 10px;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.codeline_technology_wrap .icon_head img {
  filter: grayscale(100%);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 80px;
}

.codeline_technology_wrap .icon_head:hover img {
  filter: grayscale(0);
}

/*********************  codeline-ourclients Section css  *******************/
.codeline_ourclients {
  background: url("../images/map-11.png") no-repeat center bottom;
  background-size: 90% 76%;
  position: relative;
}

.codeline_ourclients .service-one {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.codeline_ourclients .owl-carousel .owl-nav {
  width: 160px;
  left: 0;
  right: 0;
  margin: 15px auto 0;
  -webkit-transition: all .5s ease-out 0s;
  -moz-transition: all .5s ease-out 0s;
  -ms-transition: all .5s ease-out 0s;
  -o-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
  display: block;
  position: relative;
  text-indent: inherit;
  top: 85%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  left: 0;
  cursor: pointer;
  z-index: 999;
}

.codeline_ourclients .owl-carousel .owl-nav .owl-prev {
  display: block;
  position: absolute;
  text-align: center;
  text-indent: inherit;
  left: 0;
  width: auto;
  cursor: pointer;
  -webkit-transition: opacity .3s ease 0s, left .3s ease 0s;
  -moz-transition: opacity .3s ease 0s, left .3s ease 0s;
  -ms-transition: opacity .3s ease 0s, left .3s ease 0s;
  -o-transition: opacity .3s ease 0s, left .3s ease 0s;
  transition: opacity .3s ease 0s, left .3s ease 0s;
}

.codeline_ourclients .owl-carousel .owl-nav .owl-next {
  display: block;
  position: absolute;
  text-align: center;
  text-indent: inherit;
  right: 0;
  width: auto;
  cursor: pointer;
  -webkit-transition: opacity .3s ease 0s, right .3s ease 0s;
  -moz-transition: opacity .3s ease 0s, right .3s ease 0s;
  -ms-transition: opacity .3s ease 0s, right .3s ease 0s;
  -o-transition: opacity .3s ease 0s, right .3s ease 0s;
  transition: opacity .3s ease 0s, right .3s ease 0s;
}

.codeline_ourclients .owl-carousel .owl-nav i {
  box-shadow: 0 8px 14.4px 1.6px rgba(0, 0, 0, .15);
  -webkit-box-shadow: 0 8px 14.4px 1.6px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 8px 14.4px 1.6px rgba(0, 0, 0, .15);
  box-shadow: 0 8px 14.4px 1.6px rgba(0, 0, 0, .15);
  font-size: 24px;
  border-radius: 25px;
  width: 74px;
  height: 38px;
  line-height: 38px;
  padding-left: 0;
  display: inline-block;
  background: #fff;
  font-weight: 400;
  text-align: center;
  -webkit-transition: all .5s ease-out 0s;
  -moz-transition: all .5s ease-out 0s;
  -ms-transition: all .5s ease-out 0s;
  -o-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.codeline_ourclients .owl-carousel .owl-nav i:hover {
  background: #042578;
  color: #fff;
}

.codeline_ourclients .owl-carousel button.owl-dot {
  outline: none !important;
}

.codeline_ourclients .owl-carousel.owl-theme .owl-dots {
  margin-top: 20px;
}

.codeline_ourclients .owl-carousel.owl-theme .owl-dots .owl-dot span {
  border: none;
}

.codeline_ourclients .owl-carousel .owl-dots {
  text-align: left;
}

.codeline_ourclients .owl-carousel .owl-item {
  color: #212529;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.codeline_ourclients .owl-carousel .owl-item img.img-shap {
  border-radius: 100%;
  height: 120px;
  width: 120px;
  margin: 0 auto;
}

.codeline_ourclients .owl-carousel.owl-theme .owl-dots .owl-dot span {
  -webkit-box-shadow: 0 14px 65px 0 rgba(124, 96, 213, .3);
  -moz-box-shadow: 0 14px 65px 0 rgba(124, 96, 213, .3);
  box-shadow: 0 14px 65px 0 rgba(124, 96, 213, .3);
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  background: url(../images/c1.jpg) no-repeat 0 0 !important;
  background-size: cover !important;
  transition: all .3s ease-in-out 0s;
}

.codeline_ourclients .owl-carousel.owl-theme .owl-dots .owl-dot span:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transition: scale(1.1);
  -ms-transform: scale(1.1);
}

.codeline_ourclients .owl-carousel.owl-theme .owl-dots .owl-dot:nth-child(1) span {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #efecec;
  border-radius: 25% 75% 40% 60%/25% 30% 70% 75%;
}

.codeline_ourclients .owl-carousel.owl-theme .owl-dots .owl-dot:nth-child(2) span {
  background: url(../images/c2.jpg) no-repeat 0 0 !important;
  background-size: cover !important;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 25%;
  left: 13%;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
}

.codeline_ourclients .owl-carousel.owl-theme .owl-dots .owl-dot:nth-child(3) span {
  background: url(../images/c3.jpg) no-repeat 0 0 !important;
  background-size: cover !important;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 80px;
  top: 65%;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
}

.codeline_ourclients .owl-carousel.owl-theme .owl-dots .owl-dot:nth-child(4) span {
  background: url(../images/c4.jpg) no-repeat 0 0 !important;
  background-size: cover !important;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 15%;
  right: 20%;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
}

.codeline_ourclients .owl-carousel.owl-theme .owl-dots .owl-dot:nth-child(5) span {
  background: url(../images/c5.jpg) no-repeat 0 0 !important;
  background-size: cover !important;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 15%;
  top: 35%;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
}

.codeline_ourclients .owl-carousel.owl-theme .owl-dots .owl-dot:nth-child(6) span {
  background: url(../images/c6.jpg) no-repeat 0 0 !important;
  background-size: cover !important;
  width: 70px;
  height: 70px;
  position: absolute;
  right: 0;
  bottom: 20%;
  border-radius: 20% 80% 30% 60%/25% 30% 70% 75%;
}

.codeline_ourclients .owl-carousel.owl-theme .owl-dots .owl-dot:nth-child(7) span {
  background: url(../images/c7.jpg) no-repeat 0 0 !important;
  background-size: cover !important;
  width: 100px;
  height: 100px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
}

.codeline_ourclients .owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.codeline_ourclients .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  border: none;
  background: 0 0;
}

.codeline_ourclients .owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  border: 2px solid #042578;
}

.codeline_ourclients .testimonial-block {
  padding: 0 0 0 45px;
}

.codeline_ourclients .testimonial-block .owl-carousel .owl-nav {
  left: -172%;
  top: 80%;
}

.codeline_ourclients .testimonial-block .owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.codeline_ourclients .testimonial-block .owl-carousel .owl-nav .owl-next {
  left: 85px;
  right: auto;
}

.codeline_ourclients .testimonial-box {
  text-align: center;
  padding: 0 20%;
  position: relative;
}

.codeline_ourclients .testimonial-box::before {
  background: url("../images/quote.png") no-repeat 0 0;
  content: "";
  position: absolute;
  left: 43%;
  right: 43%;
  text-align: center;
  top: 58%;
  height: 156px;
  width: 170px;
  z-index: -1;
}

.codeline_ourclients .testimonial-box .description {
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 31px;
  color: #212121;
}

.codeline_ourclients .testimonial-box .testimonial-info {
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 30px;
  color: #212121;
}

.codeline_ourclients .testimonial-box h6 {
  font-size: 21px;
  color: #042578;
  font-weight: 700;
  margin: 20px 0;
}

.codeline_ourclients .testimonial-box h6 span {
  font-size: 16px;
  margin-left: 15px;
  color: #868894;
  font-weight: 500;
}

.codeline_ourclients .testimonial-box img {
  transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
}

.codeline_ourclients .testimonial-box img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transition: scale(1.1);
  -ms-transform: scale(1.1);
  transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
}

/********************  codeline_what_We_serve section css ****************/
.codeline_what_We_serve {
  padding: 180px 0 70px;
  z-index: 1;
  background: #f2f7fb url(../images/b_bg_02.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.codeline_what_We_serve .display-on-hover-box-cotent-items {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0 30px;
}

.codeline_what_We_serve .tab-content-hover {
  display: none;
}

.codeline_what_We_serve .display-on-hover-box-cotent-items .tab-content-hover:first-child {
  display: block;
}

.codeline_what_We_serve .display-on-hover-box-container .display-on-hover-box-items.itsnot {
  opacity: 0.2
}

.codeline_what_We_serve .display-on-hover-box-container .display-on-hover-box-items.itsnot.active {
  opacity: 1
}

.codeline_what_We_serve .display-on-hover-box-content {
  width: 266px;
  height: 248px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.codeline_what_We_serve .display-on-hover-box-content .not-hover-icon {
  color: #fff;
  line-height: 230px;
  display: block;
}

.codeline_what_We_serve .display-on-hover-box-content .not-hover-icon:before {
  font-size: 80px;
}

.codeline_what_We_serve .display-on-hover-box-cotent-items h5 {
  font-weight: bold;
  font-size: 16px;
  color: #008fa8;
  font-family: 'Josefin Sans', sans-serif;
}

.codeline_what_We_serve .display-on-hover-box-cotent-items p {
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
}

.codeline_what_We_serve .side-text-right-container p a {
  color: #01569b;
}

.codeline_what_We_serve .side-text-right-container .btn_primary {
  margin: 40px 0 0;
}

/********************  codeline_services_wrapper section css ****************/
.codeline_services_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.codeline_services_wrapper .carousel-item {
  height: 1000px;
}

.codeline_services_wrapper:before {
  content: '';
  background-color: #fff;
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 100px;
  z-index: -1;
}

.codeline_services_wrapper:after {
  content: '';
  position: absolute;
  background: #fff;
  height: 100px;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

.codeline_services_wrapper .bullet-design {
  margin-bottom: 20px
}

.codeline_services_wrapper .section-slider#services-slider:before {
  content: '';
  background-color: #fff;
  width: 50%;
  height: calc(100% - 150px);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0
}

.codeline_services_wrapper .section-slider#services-slider .carousel-indicators {
  margin: 0;
  padding: 0;
  left: auto;
  bottom: auto;
  right: 0;
  top: 255px
}

.codeline_services_wrapper .section-slider#services-slider .carousel-indicators li {
  background-color: transparent;
  width: 12px;
  height: 12px;
  border-radius: 0;
  margin: 0 5px;
}

.codeline_services_wrapper .section-slider#services-slider .carousel-indicators li:before {
  position: absolute;
  top: 0;
  left: 0px;
  display: inline-block;
  width: 100%;
  height: 100%;
  content: "";
  background: #232c42;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 4px solid #008fa8;
  box-shadow: 1px -3px 5px 0px rgba(35, 44, 66, 0.55);
}

.codeline_services_wrapper .section-slider#services-slider .carousel-indicators li.active::before {
  background: #008fa8;
  border: 4px solid #232c42;
}

.codeline_services_wrapper .icon-mi {
  width: 70px;
  height: 70px;
  display: block;
  position: relative;
  margin-right: 20px;
  text-align: center;
  line-height: 70px;
}

.codeline_services_wrapper .icon-mi.whitebg .bg {
  background-color: #fff;
}

.codeline_services_wrapper .icon-mi .bg {
  border-radius: 100%;
  z-index: 0;
}

.codeline_services_wrapper .icon-mi .bg,
.codeline_services_wrapper .icon-mi .dots {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.codeline_services_wrapper .icon-mi .dots {
  z-index: 0;
  animation: dots 6s infinite linear;
}

.codeline_services_wrapper .icon-mi .dots .dot {
  width: 5px;
  height: 5px;
  border-radius: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -3px;
  margin-top: -3px
}

.codeline_services_wrapper .icon-mi .dots .dot1 {
  background-color: #008fa8;
  transform: translate(15px, 5px);
  animation: dot1 1.5s infinite alternate;
}

.codeline_services_wrapper .icon-mi .dots .dot2 {
  background-color: #232c42;
  transform: translate(-8px, 8px);
  animation: dot2 1.5s infinite alternate;
  animation-delay: .5s;
}

.codeline_services_wrapper .icon-mi .dots .dot3 {
  background-color: #03A9F4;
  transform: translate(-5px, -12px);
  animation: dot3 1.5s infinite alternate;
  animation-delay: 1s;
}

@keyframes dots {
  from {
    transform: rotate(-360deg)
  }

  to {
    transform: rotate(0)
  }
}

@keyframes dot1 {
  from {
    transform: translate(15px, 5px);
    opacity: 1
  }

  to {
    transform: translate(25px, 5px);
    opacity: 1
  }
}

@keyframes dot2 {
  from {
    transform: translate(-8px, 8px);
    opacity: 1
  }

  to {
    transform: translate(-19px, 19px);
    opacity: 1
  }
}

@keyframes dot3 {
  from {
    transform: translate(-5px, -12px);
    opacity: 1
  }

  to {
    transform: translate(-10px, -24px);
    opacity: 1
  }
}

.codeline_services_wrapper .section-slider .carousel-inner .carousel-item .section-wrapper .section-content,
.codeline_services_wrapper .section-slider .carousel-inner .carousel-item .section-wrapper .section-content-vrtcl {
  transition: all .6s;
}

.codeline_services_wrapper .section-slider .carousel-inner {
  overflow: visible
}

.codeline_services_wrapper .section-slider img.device {
  transition: all .6s;
  opacity: 1;
  height: 600px !important;
  max-width: initial;
}

.codeline_services_wrapper .section-slider .carousel-item-next.carousel-item-left,
.codeline_services_wrapper .section-slider .carousel-item-prev.carousel-item-right {
  transform: translateX(0)
}

@supports (transform-style:preserve-3d) {

  .codeline_services_wrapper .section-slider .carousel-item-next.carousel-item-left,
  .codeline_services_wrapper .section-slider .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0)
  }
}

.codeline_services_wrapper .section-slider .carousel-item-next.carousel-item-left img.device,
.codeline_services_wrapper .section-slider .carousel-item-prev.carousel-item-right img.device {
  opacity: 1
}

.codeline_services_wrapper .section-slider .active.carousel-item-left img.device,
.codeline_services_wrapper .section-slider .active.carousel-item-right img.device,
.codeline_services_wrapper .section-slider .carousel-item-next img.device,
.codeline_services_wrapper .section-slider .carousel-item-prev img.device {
  opacity: 0
}

.codeline_services_wrapper .section-slider .active.carousel-item-right,
.codeline_services_wrapper .section-slider .carousel-item-next {
  transform: translateX(0)
}

@supports (transform-style:preserve-3d) {

  .codeline_services_wrapper .section-slider .active.carousel-item-right,
  .codeline_services_wrapper .section-slider .carousel-item-next {
    transform: translate3d(0, 0, 0)
  }
}

.codeline_services_wrapper .section-slider .active.carousel-item-left,
.codeline_services_wrapper .section-slider .carousel-item-prev {
  transform: translateX(0)
}

@supports (transform-style:preserve-3d) {

  .codeline_services_wrapper .section-slider .active.carousel-item-left,
  .codeline_services_wrapper .section-slider .carousel-item-prev {
    transform: translate3d(0, 0, 0)
  }
}

.codeline_services_wrapper .section-slider .carousel-item-next.carousel-item-left .section-content,
.codeline_services_wrapper .section-slider .carousel-item-prev.carousel-item-right .section-content {
  transform: translateX(0);
  opacity: 1
}

@supports (transform-style:preserve-3d) {

  .codeline_services_wrapper .section-slider .carousel-item-next.carousel-item-left .section-content,
  .codeline_services_wrapper .section-slider .carousel-item-prev.carousel-item-right .section-content {
    transform: translate3d(0, 0, 0)
  }
}

.codeline_services_wrapper .section-slider .active.carousel-item-right .section-content,
.codeline_services_wrapper .section-slider .carousel-item-next .section-content {
  transform: translateX(100%);
  opacity: 0
}

@supports (transform-style:preserve-3d) {

  .codeline_services_wrapper .section-slider .active.carousel-item-right .section-content,
  .codeline_services_wrapper .section-slider .carousel-item-next .section-content {
    transform: translate3d(100%, 0, 0)
  }
}

.codeline_services_wrapper .section-slider .active.carousel-item-left .section-content,
.codeline_services_wrapper .section-slider .carousel-item-prev .section-content {
  transform: translateX(-100%);
  opacity: 0
}

@supports (transform-style:preserve-3d) {

  .codeline_services_wrapper .section-slider .active.carousel-item-left .section-content,
  .codeline_services_wrapper .section-slider .carousel-item-prev .section-content {
    transform: translate3d(-100%, 0, 0)
  }
}

.codeline_services_wrapper .section-slider .carousel-item-next.carousel-item-left .section-content-vrtcl,
.codeline_services_wrapper .section-slider .carousel-item-prev.carousel-item-right .section-content-vrtcl {
  transform: translateX(0)
}

@supports (transform-style:preserve-3d) {

  .codeline_services_wrapper .section-slider .carousel-item-next.carousel-item-left .section-content-vrtcl,
  .codeline_services_wrapper .section-slider .carousel-item-prev.carousel-item-right .section-content-vrtcl {
    transform: translate3d(0, 0, 0)
  }
}

.codeline_services_wrapper .section-slider .active.carousel-item-right .section-content-vrtcl,
.codeline_services_wrapper .section-slider .carousel-item-next .section-content-vrtcl {
  transform: translateX(-20%)
}

@supports (transform-style:preserve-3d) {

  .codeline_services_wrapper .section-slider .active.carousel-item-right .section-content-vrtcl,
  .codeline_services_wrapper .section-slider .carousel-item-next .section-content-vrtcl {
    transform: translate3d(-20%, 0, 0)
  }
}

.codeline_services_wrapper .section-slider .active.carousel-item-left .section-content-vrtcl,
.codeline_services_wrapper .section-slider .carousel-item-prev .section-content-vrtcl {
  transform: translateX(20%)
}

@supports (transform-style:preserve-3d) {

  .codeline_services_wrapper .section-slider .active.carousel-item-left .section-content-vrtcl,
  .codeline_services_wrapper .section-slider .carousel-item-prev .section-content-vrtcl {
    transform: translate3d(20%, 0, 0)
  }
}

.codeline_services_wrapper .section-slider .carousel-inner .carousel-item .section-wrapper {
  overflow: hidden
}

.codeline_services_wrapper .icon-box {
  z-index: 1;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.codeline_services_wrapper .section-content-p-b-15 {
  padding-bottom: 15px
}

.codeline_services_wrapper .icon-mi img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.codeline_services_wrapper .section-content {
  padding: 90px 0;
}

.codeline_services_wrapper .section-content-right h4 a {
  color: #000000;
  font-weight: 600;
}

.codeline_services_wrapper .section-content-right p {
  margin: 20px 0 40px;
}

.codeline_services_wrapper .section-content-right {
  padding: 0 0 0 40px;
}

.codeline_services_wrapper .bullet-design h3,
.codeline_services_wrapper .bullet-design h3 a {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}

.codeline_services_wrapper .bullet-design h3 a:hover {
  color: #008fa8;
}

/************************************* HOME PORTFOLIO SECTION  *******************************/
.codeline_portfolio {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.codeline_portfolio .home-portfolio {
  position: relative;
  padding: 50% 0 25%;
}

.codeline_portfolio .mobile-portfolio-wraper {
  display: none;
}

.codeline_portfolio .container {
  height: 100%;
  width: 50%;
  background: #fff;
}

.codeline_portfolio .right-portfolio-wraper {
  width: 50%;
  height: 100%;
  position: relative;
}

.codeline_portfolio .right-portfolio-wrap1 {
  background-color: #008fa8;
}

.codeline_portfolio .right-portfolio-wrap2 {
  background-color: #232c42;
}

.codeline_portfolio .right-portfolio-wrap3 {
  background-color: #24425f;
}

.codeline_portfolio .right-portfolio-wrap4 {
  background-color: lightblue;
}

.codeline_portfolio .portfolio-left {
  width: 450px;
  position: absolute;
  top: 250px;
  left: 0;
  color: #fff;
}

.codeline_portfolio .portfolio-left>p {
  margin-top: 50px;
  line-height: 26px;
}

.codeline_portfolio .portfolio-left ul {
  margin: 20px 0 0;
  padding: 0;
}

.codeline_portfolio .portfolio-left ul li {
  list-style-type: square;
  margin-left: 15px;
  margin-bottom: 8px;
}

.codeline_portfolio .portfolio-right {
  width: 370px;
  position: absolute;
  bottom: 570px;
  right: 0;
  color: #fff;
  text-align: center;
}

.codeline_portfolio .portfolio-left .top-row {
  position: relative;
  padding-left: 99px;
  margin-bottom: 0;
}

.codeline_portfolio .portfolio-left .top-row span {
  position: absolute;
  left: 0;
  top: 0;
}

.codeline_portfolio .portfolio-left .top-row h2 {
  color: #fff;
  position: relative;
  text-transform: none;
  padding-bottom: 10px;
}

.codeline_portfolio .portfolio-left .top-row h2:before {
  content: "";
  width: 180px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  height: 1px;
}

.codeline_portfolio .portfolio-left .top-row p {
  font-size: 16px;
  font-weight: 300;
}

.codeline_portfolio .portfolio-right>p {
  font-size: 15px;
  line-height: 27px;
  font-weight: 200;
}

.codeline_portfolio .mobile_wrapper {
  width: 266px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99999;
  top: 50%;
  margin: auto;
  transform: translate(0%, -50%);
}

.codeline_portfolio .mobile-video {
  position: absolute;
  width: 225px;
  height: 399px;
  top: 70px;
  left: 20px;
}

.codeline_portfolio .mobile-video video {
  width: 100%;
}

.codeline_portfolio .project-clip {
  clip: rect(auto, auto, auto, auto);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
}

.codeline_portfolio .mobile-frame {
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.codeline_portfolio .mobile-frame img {
  width: 100%;
  height: 100%;
}

.codeline_portfolio .mobile-video img {
  width: 100%;
  height: 100%;
}

.codeline_portfolio .company-portfolio-left-info-box {
  width: 100%;
  float: left;
  padding: 0px 0 0 105px;
}

.codeline_portfolio .portfolio-info-head {
  width: 100%;
  float: left;
}

.codeline_portfolio .portfolio-logo,
.codeline_portfolio .portfolio-logo1,
.codeline_portfolio .portfolio-logo2 {
  width: 30%;
  float: left;
  margin: 0 0 25px 0;
}

.codeline_portfolio .portfolio-content-wraper {
  width: 70%;
  float: left;
}

.codeline_portfolio .portfolio-content-wraper h2 {
  color: #000;
  font-size: 22px;
  margin: 0;
}

.codeline_portfolio .portfolio-content-wraper p {
  color: #008fa8;
  font-size: 20px;
  font-family: 'Lobster Two';
}

.codeline_portfolio .portfolio-content-wraper h2:before {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #008fa8;
  display: block;
  margin-bottom: 4px;
  position: relative;
}

.codeline_portfolio .portfolio-info {
  width: 100%;
  float: left;
}

.codeline_portfolio .portfolio-info p {
  color: #000;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 70px;
}

.codeline_portfolio .portfolio-info>p>span {
  font-size: 20px;
  font-family: "Conv_orkney.medium";
}

.codeline_portfolio .btn.portfolio-btn {
  padding: 12px 35px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
}

.codeline_portfolio .right-poin-text-wraper {
  width: 100%;
  float: left;
  position: absolute;
  top: 195px;
  left: 219px;
}

.codeline_portfolio .point-text-wraper {
  width: 100%;
  float: left;
  background-image: url(../images/check.png);
  background-repeat: no-repeat;
  padding: 0 0 0 40px;
  margin: 45px 0;
  position: relative;
}

.codeline_portfolio .point-text-wraper:after {
  content: "";
  width: 85px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0;
  margin: 40px 0 0 0;
}

.codeline_portfolio .point-text-wraper:nth-child(3):after {
  content: "" !important;
  height: 0;
}

.codeline_portfolio .point-text-wraper p {
  font-size: 22px;
  color: #fff;
}

.codeline_portfolio .app-download-link-wraper {
  width: 100%;
  float: left;
  margin: 0;
}

.codeline_portfolio .app-download-link-wraper>li {
  list-style: none;
  float: left;
  width: 60px;
  height: 60px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  margin: 12px;
  display: table;
  cursor: pointer;
}

.codeline_portfolio .app-download-link-wraper>li>a {
  display: table-cell !important;
  vertical-align: middle;
  text-align: center;
  color: #041340;
  font-size: 35px;
}

.codeline_portfolio .app-download-link2 {
  color: #008fa8 !important;
}

.codeline_portfolio .app-download-link3 {
  color: #00163f !important;
}

/****************** HOME FAQ SECTION CSS  ****************/
.codeline_faq_area {
  background: #fff;
}

/*
.codeline_faq_area.bg-1 .codeline_faq_area-img{
    position: absolute;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 25% 95%;
    left: -330px;
    -webkit-animation: ani-rotate 50s linear infinite;
    animation: ani-rotate 50s linear infinite;
}
*/
.codeline_faq_area.bg {
  background: #040940;
}

.codeline_faq_area .section-heading p {
  padding: 0 20px;
}

.codeline_faq_area .card {
  margin-bottom: 20px;
  border-radius: 10px;
  border: 0
}

.codeline_faq_area .card-header,
.codeline_faq_area .card-header:first-child {
  border-radius: 0;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: 0;
}

.codeline_faq_area .card .card-header a {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(52, 69, 199, 0.4);
  box-shadow: 0px 0px 15px 0px rgba(52, 69, 199, 0.4);
  border: 0;
  color: #000000;
  border-radius: 10px;
  padding: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  display: block;
  padding: 20px 30px;
  position: relative;
}

.codeline_faq_area .card .card-header a[aria-expanded="false"]:after {
  content: "\f078";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 30px;
}

.codeline_faq_area .card .card-header a[aria-expanded="true"]:after {
  content: '\f077';
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 30px
}

.codeline_faq_area .card .card-header a[aria-expanded="true"] {
  border-radius: 10px 10px 0 0;
  color: #ffffff;
}

.codeline_faq_area .card .card-header a[aria-expanded="true"],
.card .card-header a:hover {
  color: #008fa8 !important;
}

.codeline_faq_area .card .card-header.active a,
.codeline_faq_area .card .card-header:hover a,
.codeline_faq_area .card-body p,
.codeline_faq_area .card.v-dark .card-header a {
  color: #fff;
}

.codeline_faq_area .card-body {
  background-position: right center;
  background-image: linear-gradient(90deg, rgb(35, 44, 66) 0%, rgb(0, 143, 168) 100%);
  border-radius: 0 0 10px 10px;
  padding: 15px 30px;
}

.codeline_faq_area .card.two .card-body {
  background-image: linear-gradient(90deg, rgb(35, 44, 66) 0%, rgb(0, 143, 168) 100%);
}

.codeline_faq_area .faq-img .img-icon {
  position: absolute;
  right: 10%;
  top: 0%;
  width: 15%;
  -webkit-animation: upndown 7s linear 0s infinite;
  animation: upndown 7s linear 0s infinite;
}

@keyframes ani-rotate {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes upndown {
  0% {
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

/*******************  CONTACT SECTION CSS STARTS HERE  *****************/
.enquiry-box {
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  color: #5252d4;
  padding: 1em;
  z-index: 9999;
  background-image: none;
  background-color: #fff;
  background-position: 115% 115%;
  background-repeat: no-repeat;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-property: transform, background-position;
  transition-property: transform, background-position;
  -webkit-transition-duration: .4s, 1s;
  transition-duration: .4s, 1s;
  -webkit-transition-timing-function: ease, ease;
  transition-timing-function: ease, ease;
  -webkit-transition-delay: 0s, .3s;
  transition-delay: 0s, .3s;
  padding-top: 40px;
  padding-bottom: 40px;
}

.enquiry-box.open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  background-position: 100% 100%;
}

.form-opener {
  position: fixed;
  right: -69px;
  top: 50%;
  background-color: #0091ac;
  height: 5rem;
  border-radius: 1em;
  width: 5rem;
  -webkit-transform: translateX(-30%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-30%) translateY(-50%) rotate(-45deg);
  transform: translateX(-30%) translateY(-50%) rotate(-43deg);
  display: block;
  cursor: pointer;
  z-index: 999999;
  border: 2px solid #ffff;
}

.ico-opener {
  width: 59%;
  height: 51%;
  top: 0px;
  left: 11px;
  display: block;
  text-align: right;
  position: relative;
  background-image: url(../images/chat2.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 40px auto;
  cursor: pointer;
  transform-style: preserve-3d;
  -webkit-transition: transform .4s ease;
  transition: transform .4s ease;
  -webkit-transform: rotate(45deg) translateX(-15px);
  -ms-transform: rotate(45deg) translateX(-15px);
  transform: rotate(-45deg) translateX(-15px);
}

.enquiry-box.open .form-opener .ico-opener {
  -webkit-transform: rotate(45deg) translateX(-15px) rotateY(180deg);
  -ms-transform: rotate(45deg) translateX(-15px) rotateY(180deg);
  transform: rotate(45deg) translateX(-15px) rotateY(180deg);
}

.left-bg {
  background: url(../images/shape-222.png) no-repeat left center;
  background-size: 42% 100%;
}

.right-bg {
  background: url(../images/shape-right.png) no-repeat right center;
  background-size: 42% 100%;
  position: relative;
}

.codeline_contact_area #contact-form .form-group {
  position: relative;
  margin-bottom: 26px;
}

.codeline_contact_area #contact-form .form-group:last-child {
  margin-bottom: 0px;
}

.codeline_contact_area #contact-form .form-group label {
  position: relative;
  display: block;
  font-size: 16px;
  font-family: 'Josefin Sans', sans-serif;
  color: #232c42;
  font-weight: 600;
  margin: 0;
}

.codeline_contact_area #contact-form .form-group label i {
  font-size: 14px;
  color: #008fa8;
  margin-right: 10px;
}

.codeline_contact_area #contact-form .form-group input[type='text'],
.codeline_contact_area #contact-form .form-group input[type='email'],
.codeline_contact_area #contact-form .form-group textarea {
  position: relative;
  width: 100%;
  height: 42px;
  border: 0;
  border-radius: 6px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 600;
  transition: all 500ms ease;
  letter-spacing: 1px;
  border: 1px solid #CED4DA;
}

.codeline_contact_area #contact-form .form-group textarea {
  display: block;
  height: 120px;
  resize: none;
  margin-bottom: 4px;
}

.codeline_contact_area #contact-form .form-group button {
  margin: 0 auto;
  display: block;
}

/*******************  CONTACT PAGE CSS STARTS HERE  *****************/
.inner_banner_wrapper {
  position: relative;
  padding: 150px 0 100px 0;
  background-size: 100% 100%;
  background-position: top right;
  z-index: 1;
}

.inner_banner_title {
  position: relative;
  z-index: 1;
}

.inner-anim-img {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
  -webkit-animation: animatedBackground 10s linear infinite alternate;
  animation: animatedBackground 10s linear infinite alternate;
  transform: translate(0%, -50%);
}

.inner_desc {
  font-size: 20px;
  font-weight: 600;
  color: #008fa8;
  letter-spacing: 1px;
}

.info-box {
  position: relative;
  margin-bottom: 24px;
  box-shadow: 0px 0px 15px rgba(4, 37, 120, 0.21);
  padding: 30px;
  max-width: 400px;
  overflow: hidden;
  background-color: white;
}

.info-box .box {
  position: relative;
  padding-left: 65px;
  margin-bottom: 12px;
}

.info-icon-box {
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 40px;
  line-height: 40px;
  color: transparent !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background: -webkit-linear-gradient(-45deg, #0190a9, #232c42 100%);
}

.info-box .box h4 {
  color: #1d165c;
  font-weight: 500;
  font-family: 'Josefin Sans', sans-serif;
  margin: 0;
}

.info-box .box h4 span {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #1d165c;
  text-transform: uppercase;
  display: block;
}

.info-box .text p,
.info-box .text a {
  color: #1d165c;
  font-size: 15px;
  line-height: 26px;
  display: block;
  font-weight: 500;
  letter-spacing: 1px;
}

.info-box .text a:hover {
  color: #008fa8;
}

.hidden-icon {
  position: absolute;
  right: -10px;
  bottom: -10px;
  font-size: 94px;
  line-height: 94px;
  transform: rotate(-45deg);
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  color: #f3f3f3;
}

/***********************************  ABOUT PAGE CSS   ************************************/

.codeline_about_mission .about_image_block .image-box {
  position: relative;
  display: block;
  min-height: 480px;
  margin-top: 6px;
  z-index: 1;
}

.codeline_about_mission .about_image_block .image-box .image {
  position: absolute;
  border-radius: 5px;
}

.codeline_about_mission .about_image_block .image-box .image img {
  width: 100%;
  border-radius: 5px;
}

.codeline_about_mission .about_image_block .image-box .image-1 {
  left: 0px;
  bottom: 0px;
}

.codeline_about_mission .about_image_block .image-box .image-2 {
  top: 40px;
  right: 0px;
}

.codeline_about_mission .about_image_block .image-box .image-3 {
  left: 129px;
  top: -15px;
}

.codeline_about_mission .about_image_block .image-box .pattern-layer {
  position: absolute;
  right: 30px;
  bottom: 7px;
  width: 201px;
  height: 121px;
  background-repeat: no-repeat;
  z-index: -2;
}

.codeline_about_mission .about_image_block .image-box .elipse {
  position: absolute;
  right: 222px;
  bottom: 82px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
  background: #042578;
}

.codeline_about_mission .about_image_block .image-box .text {
  position: absolute;
  display: inline-block;
  right: 0px;
  bottom: 35px;
  padding-left: 92px;
}

.codeline_about_mission .about_image_block .image-box .text span {
  position: absolute;
  left: 0px;
  top: -6px;
  font-size: 72px;
  line-height: 75px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
}

.codeline_about_mission .about_image_block .image-box .text h5 {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  margin: 0px;
  font-weight: 500;
}

/* .codeline_about_mission .about_content_block .content-box{
	margin-left: 100px;
} */
/** history-section **/
.history-section {
  position: relative;
  padding: 200px 0px 120px 0px;
  background-image: url(assets/images/shape-47.png);
}

.history-section .inner-box .single-item {
  position: relative;
  float: left;
  width: 20%;
}

.history-section .inner-box .single-item .inner {
  position: relative;
  text-align: center;
  padding: 0px 0px;
}

.history-section .inner-box .single-item .inner .content-box {
  position: relative;
  margin-bottom: 86px;
}

.history-section .inner-box .single-item:nth-child(2) .inner .content-box,
.history-section .inner-box .single-item:last-child .inner .content-box {
  margin-bottom: 0px;
}

.history-section .inner-box .single-item .inner .content-box h4 a {
  margin-bottom: 2px;
  font-family: 'Josefin Sans', sans-serif;
  color: #1d165c;
}

.history-section .inner-box .single-item .inner .year span {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background: #fff;
  border: 2px solid #fff;
  font-size: 18px;
  font-weight: 700;
  color: #1d165c;
  border-radius: 50%;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
}

.history-section .inner-box .single-item .inner:hover .year span {}

.history-section .inner-box .single-item .inner .year span:before {
  position: absolute;
  content: '';
  background: #cfcfcf;
  width: 1px;
  top: 100px;
  height: 40px;
  left: 50px;
}

.history-section .inner-box .single-item:first-child .inner .year span:before,
.history-section .inner-box .single-item:nth-child(3) .inner .year span:before {
  top: -42px;
}

.history-section .inner-box .single-item:last-child .inner .year span:before,
.history-section .inner-box .single-item:nth-child(2) .inner .year span:before {
  bottom: -52px;
}

.history-section .inner-box .single-item:last-child .inner .year,
.history-section .inner-box .single-item:nth-child(2) .inner .year {
  margin-bottom: 89px;
}

.history-section .inner-box .single-item .inner .year span:after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  top: 130px;
  border-radius: 50%;
  left: 46px;
  background: #fb5155;
}

.history-section .inner-box .single-item:first-child .inner .year span:after,
.history-section .inner-box .single-item:nth-child(3) .inner .year span:after {
  top: -46px;
}

.history-section .inner-box .single-item:last-child .inner .year span:after,
.history-section .inner-box .single-item:nth-child(2) .inner .year span:after {
  bottom: -65px;
}

.history-section .inner-box .single-item:first-child {
  padding-top: 45px;
}

.history-section .inner-box .single-item:nth-child(3) {
  margin-top: -266px;
}

.history-section .inner-box .single-item:last-child {
  margin-top: -285px;
}

.history-section .sec-title {
  max-width: 450px;
  width: 100%;
  margin-bottom: 110px;
}

.history-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: -435px;
  right: 0px;
  width: 100%;
  height: 1430px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.history-section .image-layer {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.history-section .inner-box {
  position: relative;
}

.history-section .arrow-box {
  position: absolute;
  left: 40px;
  bottom: 60px;
  right: 0px;
  width: 100%;
  height: 849px;
  background-repeat: no-repeat;
  background-position: center;
}

.history-section .inner-box .single-item .inner .content-box p {
  font-family: 'Josefin Sans', sans-serif;
  color: #000000;
  font-size: 17px;
}

#confetti {
  width: 100%;
  height: 1160px;
  position: absolute;
  top: 0;
  left: 0;
}

#canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}

/***********************************  TEAM CSS   ************************************/
.codeline_team_area {
  background: #ffffff;
}

.codeline_team_area .single-team-box {
  margin-bottom: 30px;
  text-align: center;
}

.codeline_team_area .single-team-box .image {
  border: 4px solid #bce9e5;
  padding: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.codeline_team_area .single-team-box .image img {
  border-radius: 10px;
}

.codeline_team_area .single-team-box .image .social {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.codeline_team_area .single-team-box .image .social li {
  display: inline-block;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  margin-left: 4px;
  margin-right: 4px;
}

.codeline_team_area .single-team-box .image .social li a {
  display: block;
  width: 33px;
  height: 33px;
  background-color: #f4f5fe;
  text-align: center;
  position: relative;
  font-size: 20px;
  color: #080a3c;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.codeline_team_area .single-team-box .image .social li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.codeline_team_area .single-team-box .image .social li a:hover {
  color: #ffffff;
  background-color: #13c4a1;
}

.codeline_team_area .single-team-box .image .social li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.codeline_team_area .single-team-box .image .social li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.codeline_team_area .single-team-box .image .social li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.codeline_team_area .single-team-box .image .social li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.codeline_team_area .single-team-box .content {
  margin-top: 20px;
}

.codeline_team_area .single-team-box .content h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.codeline_team_area .single-team-box .content span {
  display: block;
  color: #13c4a1;
  font-size: 14px;
  margin-top: 6px;
}

.codeline_team_area .single-team-box:hover .image {
  border-color: #13c4a1;
  background-color: #f4f5fe;
}

.codeline_team_area .single-team-box:hover .image .social li {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.codeline_team_area .col-lg-3:nth-child(1) .single-team-box .image,
.codeline_team_area .col-lg-3:nth-child(7) .single-team-box .image {
  border-color: #ffdacf;
}

.codeline_team_area .col-lg-3:nth-child(1) .single-team-box .image .social li a:hover,
.codeline_team_area .col-lg-3:nth-child(7) .single-team-box .image .social li a:hover {
  color: #ffffff;
  background-color: #ff612f;
}

.codeline_team_area .col-lg-3:nth-child(1) .single-team-box .content span,
.codeline_team_area .col-lg-3:nth-child(7) .single-team-box .content span {
  color: #ff612f;
}

.codeline_team_area .col-lg-3:nth-child(1) .single-team-box:hover .image,
.codeline_team_area .col-lg-3:nth-child(7) .single-team-box:hover .image {
  border-color: #ff612f;
}

.codeline_team_area .col-lg-3:nth-child(3) .single-team-box .image,
.codeline_team_area .col-lg-3:nth-child(5) .single-team-box .image {
  border-color: #b2b3c3;
}

.codeline_team_area .col-lg-3:nth-child(3) .single-team-box .image .social li a:hover,
.codeline_team_area .col-lg-3:nth-child(5) .single-team-box .image .social li a:hover {
  color: #ffffff;
  background-color: #080a3c;
}

.codeline_team_area .col-lg-3:nth-child(3) .single-team-box .content span,
.codeline_team_area .col-lg-3:nth-child(5) .single-team-box .content span {
  color: #080a3c;
}

.codeline_team_area .col-lg-3:nth-child(3) .single-team-box:hover .image,
.codeline_team_area .col-lg-3:nth-child(5) .single-team-box:hover .image {
  border-color: #080a3c;
}

.codeline_team_area .col-lg-3:nth-child(4) .single-team-box .image,
.codeline_team_area .col-lg-3:nth-child(6) .single-team-box .image {
  border-color: #fed2e1;
}

.codeline_team_area .col-lg-3:nth-child(4) .single-team-box .image .social li a:hover,
.codeline_team_area .col-lg-3:nth-child(6) .single-team-box .image .social li a:hover {
  color: #ffffff;
  background-color: #fc4c86;
}

.codeline_team_area .col-lg-3:nth-child(4) .single-team-box .content span,
.codeline_team_area .col-lg-3:nth-child(6) .single-team-box .content span {
  color: #fc4c86;
}

.codeline_team_area .col-lg-3:nth-child(4) .single-team-box:hover .image,
.codeline_team_area .col-lg-3:nth-child(6) .single-team-box:hover .image {
  border-color: #fc4c86;
}

/***********************  SERVICES PAGE CSS STARTS HERER  *******************/

.services_page .inner_banner_img {
  position: relative;
  height: 385px;
}

.services_page .f_img_one,
.f_img_two,
.f_img_three,
.f_img_four,
.f_img_five,
.f_img_six,
.f_img_seven,
.f_img_eight,
.f_img_nine {
  position: absolute;
  z-index: -1;
}

.services_page .f_img_one {
  top: 220px;
  left: 100px;
  z-index: 1;
}

.services_page .f_img_two {
  top: 135px;
  left: 115px;
}

.services_page .f_img_three {
  top: 272px;
  right: 94px;
}

.services_page .f_img_four {
  top: -17px;
  right: -35px;
  z-index: 0;
}

.services_page .f_img_five {
  top: 37px;
  left: 198px;
  z-index: -1;
}

.services_page .f_img_five {
  -webkit-animation: move-one 3s ease-in-out infinite;
  animation: move-one 3s ease-in-out infinite;
}

.services_page .f_img_six img {
  -webkit-animation: move-one 4s ease-in-out infinite;
  animation: move-one 4s ease-in-out infinite;
}

.services_page .f_img_seven img {
  -webkit-animation: move-one 4s ease-in-out infinite;
  animation: move-one 4s ease-in-out infinite;
}

.services_page .f_img_eight img {
  -webkit-animation: move-one 6s ease-in-out infinite;
  animation: move-one 6s ease-in-out infinite;
}

.services_page .f_img_six {
  top: 0;
  left: 292px;
  z-index: 1;
}

.services_page .f_img_seven {
  top: 90px;
  right: 108px;
  z-index: 0;
}

.services_page .f_img_eight {
  right: 20px;
  top: 180px;
}

.services_page .f_img_nine {
  right: -5px;
  top: 64px;
}

/**************  BLOG PAGE  *************/
.blog-page-inner.blog_area.section-padding {
  padding: 0px 0 75px;
  background-image: url(../images/palygon_shape.png), url(../images/palygon_shape01.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 40% 50%, 40% 60%;
}

.blog_area .blog_post .post_content {
  margin-left: 25px;
  margin-right: 25px;
  margin-top: -40px;
  position: relative;
  border: 0px;
  padding: 30px 40px;
  transition: all 0.2s linear;
  background: #fff;
}

.blog_area .blog_post:hover {
  box-shadow: none;
}

.blog_area .section_title_two {
  margin-bottom: 70px;
}

.blog_area .blog_post:hover .post_content {
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
}

.blog_post {
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 40px;
}

.blog_post .blog_img {
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}

.blog_post .blog_img img {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  display: block;
}

.blog_post .blog_img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.blog_post .blog_img .post_date {
  position: absolute;
  width: 55px;
  height: 60px;
  font: 700 18px "Montserrat", sans-serif;
  color: #494949;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  top: 20px;
  right: 20px;
  padding-top: 8px;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.blog_post .post_content {
  padding: 25px;
  background: #fff;
  border: 1px solid #ebebeb;
  border-top: 0px;
}

.blog_post .post_content .blog-meta span {
  font: 500 15px/15px "Montserrat", sans-serif;
  color: #494949;
  display: inline-block;
  padding-right: 5px;
}

.blog_post .post_content .blog-meta span i {
  padding-right: 5px;
}

.blog_post .post_content .blog-meta span a {
  color: #494949;
}

.blog_post .post_content .blog-meta span+span {
  border-left: 1px solid #494949;
  padding-left: 12px;
}

.blog_post .post_content h2 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  color: #494949;
  padding: 20px 0px 8px;
  transition: all 0.2s linear;
}

.post_content p {
  margin-bottom: 1rem;
}

.blog_post .post_content h2:hover {
  color: #040c2c;
}

.blog_post .post_content .read_btn {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #797979;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.blog_post .post_content .read_btn i {
  vertical-align: middle;
  padding-left: 3px;
  transition: all 0.2s linear;
  display: inline-block;
}

.blog_post .post_content .read_btn:hover {
  color: #040c2c;
}

.blog_post .post_content .read_btn:hover i {
  transform: translateX(5px);
}

.blog_post:hover {
  -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
}

.blog_post:hover .post_date {
  background: #040c2c;
  color: #fff;
}

.blog_area .blog_post .post_content h2:hover,
.blog_area .blog_post .post_content .read_btn:hover {
  color: #008fa8;
}

/****************   Blog Single page CSS  ***************/

.blog_page_section .blog-item {
  margin-bottom: 30px;
}

.standard-post {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 3px solid #f7f7f7;
}

.standard-post .down-content {
  position: relative;
  margin: -7px 0px 0px;
  background-color: #ffffff;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.1);
  padding: 45px 20px 20px;
}

@media (min-width: 992px) {
  .standard-post .down-content {
    margin: -37px 30px 0px 30px;
    padding: 57px 30px 30px 30px;
  }
}

.standard-post .down-content .meta-category span {
  position: absolute;
  top: -27px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Cormorant", Arial, Helvetica, serif;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  background-color: #0091ac;
  padding: 12px 25px;
  display: inline-block;
}

.standard-post .down-content a {
  color: #1e1e1e;
}

.standard-post .down-content h4 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 30px;
  text-transform: capitalize;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.standard-post .down-content h4 em {
  font-weight: 300;
}

.standard-post .down-content h4:hover {
  color: #0091ac;
}

.standard-post .down-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.standard-post .down-content ul.post-info {
  text-align: center;
}

.standard-post .down-content ul.post-info li {
  display: inline-block;
  margin-right: 5px;
}

.standard-post .down-content ul.post-info li:after {
  content: '|';
  margin-left: 10px;
}

.standard-post .down-content ul.post-info li:last-child::after {
  display: none;
}

.standard-post .down-content ul.post-info li a {
  text-transform: uppercase;
  font-size: 13px;
  color: #8b8b8b;
  font-weight: 400;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.standard-post .down-content ul.post-info li a:hover {
  color: #0091ac;
}

.standard-post .down-content p {
  margin-top: 15px;
  text-align: center;
  border-bottom: 1px dashed #eee;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.standard-post .center-blog p {
  text-align: left;
}

.standard-post .down-content .comments-info {
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .standard-post .down-content .comments-info {
    text-align: left;
    margin-bottom: 0px;
  }
}

.standard-post .down-content .comments-info i {
  width: 34px;
  height: 34px;
  display: inline-block;
  text-align: center;
  line-height: 34px;
  color: #ffffff;
  background-color: #0091ac;
  border-radius: 50%;
  margin-right: 10px;
}

.standard-post .down-content .comments-info span {
  text-transform: uppercase;
  font-size: 13px;
  color: #8b8b8b;
  font-weight: 600;
}

.standard-post .down-content ul.share-post {
  text-align: center;
  padding-bottom: 10px;
}

@media (min-width: 992px) {
  .standard-post .down-content ul.share-post {
    padding-bottom: 0px;
    text-align: right;
  }
}

.standard-post .down-content ul.share-post li {
  display: inline-block;
}

.standard-post .down-content ul.share-post li:first-child i {
  width: 34px;
  height: 34px;
  display: inline-block;
  text-align: center;
  line-height: 34px;
  color: #ffffff;
  background-color: #0091ac;
  border-radius: 50%;
  margin-right: 10px;
}

.standard-post .down-content ul.share-post li a {
  text-transform: uppercase;
  font-size: 13px;
  color: #8b8b8b;
  font-weight: 600;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.standard-post .down-content ul.share-post li a:hover {
  color: #0091ac;
}

.recent-home .standard-post {
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.recent-home .recent-post {
  margin-bottom: 30px;
  padding-bottom: 0px;
  border-bottom: none;
}

.recent-home .recent-post .down-content {
  margin: -7px 0px 0px;
  background-color: #fafafa;
  box-shadow: none;
  padding: 20px 30px;
}

.recent-home .recent-post .down-content h4 {
  font-size: 24px;
  line-height: 32px;
  padding: 0px;
  margin-bottom: 8px;
  text-align: left;
}

.recent-home .recent-post .down-content h4 em {
  font-weight: 400;
}

.recent-home .recent-post .down-content ul.post-info {
  text-align: left;
}

.recent-home .recent-post .down-content p {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}

.recent-home ul.pagination {
  border-top: 3px solid #f7f7f7;
  padding-top: 40px;
}

.main-sidebar .widget-sidebar .widget-header {
  position: absolute;
  top: -26px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.main-sidebar .widget-sidebar .widget-header h4 {
  margin-top: 0px;
  background-color: #1e1e1e;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  display: inline-block;
  padding: 16px 24px;
  text-align: center;
  min-width: 140px;
  line-height: normal;
}

.main-sidebar .about-me {
  text-align: center;
}

.main-sidebar .about-me img {
  margin-bottom: 20px;
}

.main-sidebar .about-me p {
  margin-bottom: 15px;
}

.main-sidebar .about-me h6 {
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 20px;
}

.main-sidebar .about-me ul.social-icons {
  border-top: 1px dashed #eee;
  padding: 20px 0px 0px 0px;
  margin: 0;
  list-style: none;
}

.main-sidebar .about-me ul.social-icons li {
  display: inline-block;
  margin: 0px 5px;
}

.main-sidebar .about-me ul.social-icons li a {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  background-color: #1e1e1e;
  color: #ffffff;
  border-radius: 50%;
  font-size: 14px;
}

.main-sidebar .about-me ul.social-icons li a:hover {
  background-color: #0091ac;
}

.main-sidebar .instagram-posts .instagram-item {
  display: inline-block;
  width: 45%;
}

.main-sidebar .instagram-posts .instagram-item img {
  width: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}

.main-sidebar .instagram-posts .instagram-item img:hover {
  opacity: .75;
}

.main-sidebar .instagram-posts .left-item {
  margin-right: 8%;
}

.main-sidebar .instagram-posts .first-row {
  margin-bottom: 7%;
}

.main-sidebar .categories ul.categories {
  padding: 0;
  margin: 0;
  list-style: none;
}

.main-sidebar .categories ul.categories li {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #eee;
}

.main-sidebar .categories ul.categories li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.main-sidebar .categories ul.categories li a {
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #464444;
}

.main-sidebar .categories ul.categories li a:hover {
  color: #0091ac;
}

.main-sidebar .categories ul.categories li span {
  float: right;
}

.main-sidebar .tags-cloud {
  margin-bottom: 0px;
  padding-bottom: 20px;
}

.main-sidebar .tags-cloud ul.tags {
  padding: 0;
  margin: 0;
  list-style: none;
}

.main-sidebar .tags-cloud ul.tags li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}

.main-sidebar .tags-cloud ul.tags li a {
  font-size: 15px;
  font-weight: 500;
  padding: 10px 12px;
  display: inline-block;
  background-color: #eee;
  -webkit-transition: all .3s;
  transition: all .3s;
  line-height: normal;
  color: #000000;
}

.main-sidebar .tags-cloud ul.tags li a:hover {
  background-color: #0091ac;
  color: #ffffff;
}

.main-sidebar .widget-sidebar {
  margin-top: 26px;
  margin-bottom: 30px;
  border: 1px solid #eee;
  padding: 54px 30px 30px 30px;
  position: relative;
}

ul.pagination {
  text-align: center;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display: block;
}

ul.pagination li {
  display: inline-block;
  margin: 0px 3px;
}

ul.pagination li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 38px;
  border: 1px solid #eee;
  font-size: 13px;
  font-weight: 600;
  color: #1e1e1e;
  -webkit-transition: all .3s;
  transition: all .3s;
}

ul.pagination li a:hover {
  background-color: #0091ac;
  border-color: #0091ac;
  color: #ffffff;
}

ul.pagination li.active a {
  background-color: #0091ac;
  border-color: #0091ac;
  color: #ffffff;
}

.blog-post-comments .comment-list {
  display: none;
}

.blog-post-comments .comment-sec .button a {
  color: #000;
}

.blog-post-comments .comment-sec p {
  margin-bottom: 0.5rem;
}

.blog-post-comments .comment-sec {
  background: #f1f4f9;
  padding: 25px;
  border: 2px solid #eeeeee;
}

.blog-post-comments .comment-sec .comment-reply {
  background: #fff;
  padding: calc(25px - 5px);
  border: 2px solid #eeeeee;
}

.fbt-comment-button {
  position: relative;
  cursor: pointer;
  z-index: 1;
  display: inline-block;
}

.fbt-comment-button:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  width: calc(150px - 90px);
  height: calc(150px - 90px);
  border-radius: 2000px;
  background: #0091ac;
  left: -50px;
  top: -30px;
}

.blog-post-comments .comment_toogle_button {
  font-size: 30px;
}

.fbt-comment-button:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  width: 150px;
  height: 150px;
  border-radius: 2000px;
  background: linear-gradient(45deg, rgba(0, 201, 255, 0) 45%, rgb(0, 145, 172) 100%);
  left: 50%;
  top: -60px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.blog-post-comments .comment_toogle_button:before {
  content: "\f107";
}

.blog-post-comments .fbt-close-icon:before {
  content: '\f106';
}

.post_form_wrapper {
  margin: 50px 0;
  padding: 25px 15px;
  box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.51);
  border-radius: 10px;
}

.title-heading-left {
  position: relative;
  border-bottom: 1px solid #dddddd;
}

.title-heading-left:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 200px;
  max-width: 200px;
  background: #0091ac;
  bottom: -1px;
}

.flex-wrap-wrap {
  flex-wrap: wrap;
}

.socials li {
  margin-bottom: 10px;
}
.applyto-career {
  margin: -75px 0 30px 0;
  font-weight: 600;
  font-size: 16px;
}

/*18-04-2023*/
/*blog-single*/
.cont-wrap-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header-full {
  width: 100%;
  padding: 10px 0;
}
.image-left{
  flex: 0 0 50%;
}
.content-right{
  flex: 0 0 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 20px;
  align-content: flex-start;
}
.cont-wrap-flex .content-right div {
  flex: 0 0 100%;
}
.widget-content .content-right .post_date{
  padding: 15px 0;
}
.content-right div{
  font-weight: normal;
  font-size: 16px;
}
.blog_single_content .main-sidebar .instagram-posts .instagram-item{
  width: 100%;
}
.service-flex {
  display: flex;
  margin: -15px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.service-flex .single-service{
  flex: 0 0 33.33%;
  padding: 15px;
  margin-bottom: 0;
}
.new-desktop .desk-img{
  flex: 0 0 100%;
  margin: 0;
}
.new-desktop .back-2-dasktop {
  height: 549px;
  width: 626px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/Web-image/back-desktop_1.svg);
}
.new-desktop .desktop-port {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
a.dasktop-image {
  height: 214px;
  width: 342px;
  object-fit: contain;
  position: absolute;
  top: 160px;
  left: 105px;
}
.desktop-set{
  align-items: center;
}
.desktop-align{
  justify-content: flex-start;
}
.btn-full {
  flex: 0 0 100%;
}
.mng-block .career-inner-block{
  justify-content: flex-start;
  width: 100%;
}
.mng-space{
  padding: 12px;
}
.btn-mng{
  align-items: center;
}

.career-list ul{
  padding: 17px;
}
.career-list {
  overflow-Y: auto;
}
.career-list{
  scrollbar-width: auto;
  scrollbar-color: #008fa8 #d0c8c8;
}
.career-list::-webkit-scrollbar {
  width: 6px;
}
.career-list::-webkit-scrollbar-track {
  background: #d0c8c8;
}
.career-list::-webkit-scrollbar-thumb {
  background-color: #008fa8;
  border-radius: 4px;
  border: 2px solid #008fa8;
}
.career-list p{
  Padding: 0 15px;
}

/* 
.new-desktop a {
  width: 100%;
  height: 100%;
  position: relative;
  border: 20px solid #000;
  border-radius: 20px;
}
.new-desktop a.lightbox-image:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: -40px;
  bottom: 0px;
  width: 100%;
  border-bottom: 10px solid #000;
}
.desktop-img {
  align-items: center;
} */
/* .new-desktop a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  border: transparent solid 20px;
  border-left: #000 solid 20px;
  border-bottom-left-radius: 100%;
}
.new-desktop a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right:20px;
  border: transparent solid 20px;
  border-right: #000 solid 20px;
  border-bottom-right-radius: 0.5px;
} */
li.nav-item.button-link a {
  background-color: #17a2b8;
  border-radius: 13px;
  padding: 22px;
  height: 38px;
  width: 134px;
  padding: 56px;
  text-align: center;
  display: flex!important;
  justify-content: center;
  align-items: center;
  color: #fff!important;
}