@charset "UTF-8";
/*
    Template Name: Ayash Web Technology - Technology IT Solutions & Web Services
    Description: Technology IT Solutions & Web Services
    Author: TK Hussain
    Version: 1.0
*/
@-webkit-keyframes shapeimg {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes shapeimg {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* fonts family css */
@font-face {
  font-family: "gilroyextrabold";
  src: url("../fonts/gilroy-extrabold-webfont.woff2") format("woff2"), url("../fonts/gilroy-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gilroylight";
  src: url("../fonts/gilroy-light-webfont.woff2") format("woff2"), url("../fonts/gilroy-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ayashwebtech";
  src: url("../fonts/ayashwebtech.ttf?fge2mo") format("truetype"), url("../fonts/ayashwebtech.woff?fge2mo") format("woff"), url("../fonts/ayashwebtech.svg?fge2mo#ayashwebtech") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icn-"]:before,
[class*=" icn-"]:before {
  font-family: "ayashwebtech";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #696969;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.2px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.img,
img {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

a,
.button {
  -webkit-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.pos-rel {
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #233d63;
  font-style: normal;
  line-height: 1;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
  font-weight: 500;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 15px;
  font-weight: normal;
  line-height: 28px;
  color: #696969;
}

p:last-child {
  margin-bottom: 0px;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #333333;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #333333;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #333333;
  color: #ffffff;
  text-shadow: none;
}

::-webkit-scrollbar-track {
  background-color: #e9edf0;
  border-left: 1px solid #ededed;
}

::-webkit-scrollbar {
  width: 7px;
  background-color: #0055ff;
}

::-webkit-scrollbar-thumb {
  background: #0055ff;
}

/*--
    - Input Placeholder
-----------------------------------------*/

*::-webkit-input-placeholder {
  color: #333333;
  font-size: 14px;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #333333;
  font-size: 14px;
  opacity: 1;
}

*::-ms-input-placeholder {
  color: #333333;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #333333;
  font-size: 14px;
  opacity: 1;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: #f0f8ff;
}

.grey-bg-2 {
  background: #f4f9fc;
}

.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #333333;
}

.theme-bg {
  background: #0055ff;
}

.theme-bg {
  background: #0055ff;
}

.footer-bg {
  background: #091b29 !important;
}

/*--
    - color
-----------------------------------------*/
.white-color {
  color: #ffffff;
}

.black-color {
  color: #333333;
}

.theme-color {
  color: #0055ff;
}

/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-205 {
  margin-bottom: 205px;
}

.mb-210 {
  margin-bottom: 210px;
}

.mb-215 {
  margin-bottom: 215px;
}

.mb-220 {
  margin-bottom: 220px;
}

.mb-225 {
  margin-bottom: 225px;
}

.mb-230 {
  margin-bottom: 230px;
}

.mb-235 {
  margin-bottom: 235px;
}

.mb-240 {
  margin-bottom: 240px;
}

.mb-245 {
  margin-bottom: 245px;
}

.mb-250 {
  margin-bottom: 250px;
}

.mb-255 {
  margin-bottom: 255px;
}

.mb-260 {
  margin-bottom: 260px;
}

.mb-265 {
  margin-bottom: 265px;
}

.mb-270 {
  margin-bottom: 270px;
}

.mb-275 {
  margin-bottom: 275px;
}

.mb-280 {
  margin-bottom: 280px;
}

.mb-285 {
  margin-bottom: 285px;
}

.mb-290 {
  margin-bottom: 290px;
}

.mb-295 {
  margin-bottom: 295px;
}

.mb-300 {
  margin-bottom: 300px;
}

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-205 {
  padding-top: 205px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-215 {
  padding-top: 215px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-225 {
  padding-top: 225px;
}

.pt-230 {
  padding-top: 230px;
}

.pt-235 {
  padding-top: 235px;
}

.pt-240 {
  padding-top: 240px;
}

.pt-245 {
  padding-top: 245px;
}

.pt-250 {
  padding-top: 250px;
}

.pt-255 {
  padding-top: 255px;
}

.pt-260 {
  padding-top: 260px;
}

.pt-265 {
  padding-top: 265px;
}

.pt-270 {
  padding-top: 270px;
}

.pt-275 {
  padding-top: 275px;
}

.pt-280 {
  padding-top: 280px;
}

.pt-285 {
  padding-top: 285px;
}

.pt-290 {
  padding-top: 290px;
}

.pt-295 {
  padding-top: 295px;
}

.pt-300 {
  padding-top: 300px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

.pb-230 {
  padding-bottom: 230px;
}

.pb-235 {
  padding-bottom: 235px;
}

.pb-240 {
  padding-bottom: 240px;
}

.pb-245 {
  padding-bottom: 245px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pb-255 {
  padding-bottom: 255px;
}

.pb-260 {
  padding-bottom: 260px;
}

.pb-265 {
  padding-bottom: 265px;
}

.pb-270 {
  padding-bottom: 270px;
}

.pb-275 {
  padding-bottom: 275px;
}

.pb-280 {
  padding-bottom: 280px;
}

.pb-285 {
  padding-bottom: 285px;
}

.pb-290 {
  padding-bottom: 290px;
}

.pb-295 {
  padding-bottom: 295px;
}

.pb-300 {
  padding-bottom: 300px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

.section-area {
  background-size: cover;
  background-position: center center;
}

.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title p {
  width: calc(100% / 1.5 - 30px / 1.5);
  margin: auto;
}

.section-title {
  font-family: "gilroyextrabold";
}

.section-title > span {
  color: #0055ff;
  font-size: 14px;
  text-transform: uppercase;
}

.section-title h2 {
  font-size: 48px;
  margin-top: 1rem;
}

.section-title h2 > span {
  background: #0055ff;
  background: -webkit-gradient(linear, left top, right top, color-stop(2%, #0055ff), color-stop(82%, #8600dd));
  background: linear-gradient(to right, #0055ff 2%, #8600dd 82%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$theme-color', endColorstr='$purple-color',GradientType=1 );
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-title p {
  font-size: 20px;
  margin-top: 1rem;
  margin-bottom: 0px;
  line-height: 33px;
  font-family: "gilroylight";
}

.section-title-left {
  font-family: "gilroyextrabold";
}

.section-title-left > span {
  color: #0055ff;
  font-size: 14px;
  text-transform: uppercase;
}

.section-title-left h2 {
  font-size: 48px;
  margin-top: 1rem;
}

.section-title-left h2 > span {
  background: #0055ff;
  background: -webkit-gradient(linear, left top, right top, color-stop(2%, #0055ff), color-stop(82%, #8600dd));
  background: linear-gradient(to right, #0055ff 2%, #8600dd 82%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$theme-color', endColorstr='$purple-color',GradientType=1 );
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-title-left p {
  font-size: 20px;
  margin-top: 1rem;
  margin-bottom: 0px;
  line-height: 36px;
  font-family: "gilroylight";
}

.border-left-1 {
  height: 3px;
  width: 36px;
  background: #0055ff;
  left: -5px;
  display: inline-block;
  position: relative;
  top: -3px;
}

.border-right-1 {
  height: 3px;
  width: 36px;
  background: #0055ff;
  right: -5px;
  display: inline-block;
  top: -3px;
  position: relative;
}

.sub-t-left {
  padding-left: 10px;
}

.b-sm-left-1 {
  height: 3px;
  width: 15px;
  background: #0055ff;
  left: 0;
  display: inline-block;
  position: relative;
  top: -3px;
}

.b-sm-left-2 {
  height: 3px;
  width: 40px;
  background: #0055ff;
  display: inline-block;
  top: -3px;
  position: relative;
  left: 5px;
}

.section-title-white > span {
  color: #ffffff;
}

.section-title-white h2 {
  color: #ffffff;
}

.section-title-white p {
  color: #bbbbbb;
}

.section-title-white .b-sm-left-1 {
  background: #ffffff;
}

.section-title-white .b-sm-left-2 {
  background: #ffffff;
}

.section-title-white .border-left-1 {
  background: #ffffff;
}

.section-title-white .border-right-1 {
  background: #ffffff;
}

.awt-heading {
  position: relative;
  z-index: 1;
}

.awt-heading .awt-text-outline {
  -webkit-text-stroke-color: #d6f1ff;
  -ms-text-stroke-color: #d6f1ff;
  -o-text-stroke-color: #d6f1ff;
  font-size: 150px;
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: all 0.3s linear 0ms;
  transition: all 0.3s linear 0ms;
}

.awt-heading .awt-text-outline.left-side {
  top: 38%;
}

.awt-heading .awt-text-outline.white-text {
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
  -ms-text-stroke-color: rgba(255, 255, 255, 0.2);
  -o-text-stroke-color: rgba(255, 255, 255, 0.2);
}

.awt-text-outline {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
  -ms-text-stroke-color: rgba(255, 255, 255, 0.2);
  -o-text-stroke-color: rgba(255, 255, 255, 0.2);
  color: transparent;
  font-size: 600px;
  line-height: 70px;
  letter-spacing: -0.05em;
  text-transform: capitalize;
}

.awt-letter {
  position: absolute;
  right: 0px;
  bottom: -2rem;
  left: 0px;
  font-size: 150px;
  font-weight: 700;
  color: rgba(69, 100, 225, 0.05);
  text-align: center;
  text-shadow: 2px 3px rgba(255, 255, 255, 0.05);
}

.awt-tech-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.awt-tech-icons img {
  width: 48px !important;
  margin: auto;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: all-scroll;
}

.awt-tech-icons img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.curv-img svg {
  fill: #091b29;
}

.list-unstyled {
  padding-left: 0.1rem;
  list-style-type: none;
}

.list-unstyled li {
  margin-bottom: 0.7rem;
  text-align: justify;
  position: relative;
}

.list-unstyled li strong {
  font-weight: 600;
  color: #333333;
  font-family: "gilroylight";
}

.list-unstyled li p {
  margin-bottom: 0px;
}

.list-unstyled li strong {
  color: #0055ff;
  font-family: "gilroyextrabold";
}

.list-unstyled li:last-child {
  margin-bottom: 0px;
}

.default-list {
  font-size: 15px;
  font-weight: normal;
}

.default-list li {
  width: 100%;
  position: relative;
  padding: 0rem 0rem 0.8rem 1.5rem;
}

.default-list li:before {
  content: "\f058";
  color: #0055ff;
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 12px;
  font-weight: 600;
  font-family: "Font Awesome 5 Pro";
}

.default-list li:nth-child(3n) {
  padding-right: 0rem;
}

.default-list li strong {
  color: #0055ff;
  font-family: "gilroyextrabold";
}

.list-feature {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  font-size: 15px;
  font-weight: 600;
  font-family: "gilroylight";
}

.list-feature > li {
  position: relative;
  margin-bottom: 0.7rem;
}

.list-feature > li:before {
  content: "\f111";
  position: absolute;
  left: -18px;
  top: 5px;
  font-size: 8px;
  font-weight: 600;
  font-family: "Font Awesome 5 Pro";
}

.list-feature > li:last-child {
  margin-bottom: 0px;
}

.primary-list {
  font-size: 15px;
  font-weight: 600;
  font-family: "gilroylight";
}

.primary-list li {
  width: 33.3333%;
  float: left;
  position: relative;
  padding: 0rem 2rem 1.5rem 1.5rem;
  min-height: 70px;
}

.primary-list li:before {
  content: "\f058";
  color: #0055ff;
  position: absolute;
  left: 0;
  top: 0px;
  font-weight: 600;
  font-family: "Font Awesome 5 Pro";
}

.primary-list li strong {
  color: #0055ff;
  font-family: "gilroyextrabold";
}

.primary-list li:nth-child(3n) {
  padding-right: 0rem;
}

.awt-rotate-imgleft {
  position: relative;
}

.awt-rotate-imgleft img {
  position: absolute;
}

.awt-rotate-imgleft img:nth-child(1) {
  left: 15%;
  top: 135px;
}

.awt-rotate-imgleft img:nth-child(2) {
  left: 0;
  top: 40px;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

.awt-rotate-imgleft img:nth-child(3) {
  left: 36%;
  z-index: 12;
  top: 180px;
}

.awt-rotate-imgleft img:nth-child(4) {
  left: 30px;
  top: 190px;
  z-index: 1;
}

.awt-rotate-imgleft img:nth-child(5) {
  z-index: 3;
  right: 26%;
  top: 165px;
}

.awt-rotate-imgleft img:nth-child(6) {
  right: 18%;
  top: 188px;
  z-index: 2;
}

.awt-rotate-imgleft img:nth-child(7) {
  right: 100px;
  top: 270px;
  z-index: 1;
}

.awt-rotate-imgleft img:nth-child(8) {
  right: 23%;
  top: 70px;
  z-index: 2;
}

.awt-rotate-imgleft img.bg-image {
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.awt-rotate-imgleft img:last-child {
  display: none;
}

.awt-inner-imgs {
  position: relative;
  top: 2rem;
}

.awt-inner-imgs img {
  width: 100%;
}

.awt-rotate-imgRight {
  position: relative;
}

.awt-rotate-imgRight img {
  position: absolute;
}

.awt-rotate-imgRight img:nth-child(1) {
  z-index: 3;
  top: 172px;
  left: -45px;
}

.awt-rotate-imgRight img:nth-child(2) {
  right: 120px;
  top: 30px;
}

.awt-rotate-imgRight img:nth-child(3) {
  left: 15px;
  top: 260px;
}

.awt-rotate-imgRight img:nth-child(4) {
  right: 12%;
  top: 400px;
  z-index: 1;
}

.awt-rotate-imgRight img:nth-child(5) {
  left: 25%;
  top: 190px;
  z-index: 2;
}

.awt-rotate-imgRight img:nth-child(6) {
  right: 35%;
  z-index: 1;
  top: 150px;
}

.awt-rotate-imgRight img:nth-child(7) {
  right: 90px;
  top: 200px;
}

.awt-rotate-imgRight img:nth-child(8) {
  right: 15px;
  top: 140px;
}

.awt-rotate-imgRight img:nth-child(9) {
  right: 29%;
  z-index: 1;
  top: 275px;
}

.awt-rotate-imgRight img:nth-child(10) {
  left: 36%;
  top: 280px;
  z-index: 1;
}

.awt-rotate-imgRight img:nth-child(11) {
  left: 35%;
  top: 150px;
  z-index: 1;
}

.awt-rotate-imgRight img:nth-child(12) {
  left: 90px;
  top: 180px;
}

.awt-rotate-imgRight img:nth-child(13) {
  left: 55%;
  top: 275px;
  z-index: 2;
}

.awt-rotate-imgRight img:nth-child(14) {
  right: 105px;
  top: 262px;
}

.awt-rotate-imgRight img:last-child {
  display: none;
}

.ayashwebtech-moduleImgs {
  position: relative;
  line-height: 0;
  max-width: 100%;
}

.ayashwebtech-moduleImgs .imgsLayer-wrapper {
  position: relative;
  line-height: 0;
  display: block;
  width: inherit;
  max-width: 100%;
  height: inherit;
  max-height: 100%;
}

.ayashwebtech-moduleImgs .imgsLayer-wrapper:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
}

.ayashwebtech-moduleImgs .imgsLayer-wrapper .imgslayer-item {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ayashwebtech-moduleImgs .imgsLayer-wrapper.slide_up .imgslayer-item,
.ayashwebtech-moduleImgs .imgsLayer-wrapper.slide_down .imgslayer-item,
.ayashwebtech-moduleImgs .imgsLayer-wrapper.slide_left .imgslayer-item,
.ayashwebtech-moduleImgs .imgsLayer-wrapper.slide_right .imgslayer-item {
  opacity: 1;
  visibility: visible;
}

.ayashwebtech-moduleImgs.imgsLayer-wrapper.slide_up .imgslayer-item,
.ayashwebtech-moduleImgs.imgsLayer-wrapper.slide_down .imgslayer-item,
.ayashwebtech-moduleImgs.imgsLayer-wrapper.slide_left .imgslayer-item,
.ayashwebtech-moduleImgs.imgsLayer-wrapper.slide_right .imgslayer-item {
  opacity: 0;
  visibility: hidden;
}

.ayashwebtech-moduleImgs .imgsLayer-wrapper.slide_up .imgslayer-item,
.ayashwebtech-moduleImgs .imgsLayer-wrapper.slide_left .imgslayer-item {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.ayashwebtech-moduleImgs .imgsLayer-wrapper.slide_down .imgslayer-item,
.ayashwebtech-moduleImgs .imgsLayer-wrapper.slide_right .imgslayer-item {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ayashwebtech-moduleImgs.imgsLayer-wrapper.slide_up .imgslayer-item,
.ayashwebtech-moduleImgs.imgsLayer-wrapper.slide_down .imgslayer-item,
.ayashwebtech-moduleImgs.imgsLayer-wrapper.slide_left .imgslayer-item,
.ayashwebtech-moduleImgs.imgsLayer-wrapper.slide_right .imgslayer-item {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.ayashwebtech-moduleImgs.imgsLayer-wrapper.slide_down .imgslayer-item,
.ayashwebtech-moduleImgs.imgsLayer-wrapper.slide_left .imgslayer-item,
.ayashwebtech-moduleImgs.imgsLayer-wrapper.slide_right .imgslayer-item {
  opacity: 1;
  visibility: visible;
}

#ayashwebtech-imgLayer .imgsLayer-wrapper:nth-child(1) .imgslayer-item {
  -webkit-transition: all 800ms;
  transition: all 800ms;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}

#ayashwebtech-imgLayer .imgsLayer-wrapper:nth-child(2) .imgslayer-item {
  -webkit-transition: all 800ms;
  transition: all 800ms;
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

#ayashwebtech-imgLayer .imgsLayer-wrapper:nth-child(3) .imgslayer-item {
  -webkit-transition: all 800ms;
  transition: all 800ms;
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

#ayashwebtech-imgLayer .imgsLayer-wrapper:nth-child(4) .imgslayer-item {
  -webkit-transition: all 800ms;
  transition: all 800ms;
  -webkit-transition-delay: 1800ms;
  transition-delay: 1800ms;
}

#ayashwebtech-imgLayer .imgsLayer-wrapper:last-child {
  display: none;
}

#ayashwebtech-imgLayer .imgsLayer-wrapper img {
  max-width: 100%;
}

.awt-getquote-website-extended {
  position: absolute;
  width: 100%;
}

.awt-getquote-website-extended img {
  max-width: 100%;
  top: 1%;
  left: 1%;
  -webkit-transform: translateX(-88px);
          transform: translateX(-88px);
  -webkit-transition: -webkit-transform 0s linear 0s;
  transition: -webkit-transform 0s linear 0s;
  transition: transform 0s linear 0s;
  transition: transform 0s linear 0s, -webkit-transform 0s linear 0s;
  will-change: transform;
  -webkit-transform: translate(-5%, 22%);
          transform: translate(-5%, 22%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.awt-conatct-extended {
  position: absolute;
  width: 100%;
}

.awt-conatct-extended img {
  top: 1%;
  left: 1%;
  -webkit-transform: translateX(-88px);
          transform: translateX(-88px);
  -webkit-transition: -webkit-transform 0s linear 0s;
  transition: -webkit-transform 0s linear 0s;
  transition: transform 0s linear 0s;
  transition: transform 0s linear 0s, -webkit-transform 0s linear 0s;
  will-change: transform;
  -webkit-transform: translate(-18%, 2%);
          transform: translate(-18%, 2%);
  -webkit-transition: all 800ms;
  transition: all 800ms;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}

.awt-quote-extended {
  position: absolute;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 800ms;
  transition: all 800ms;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}

.awt-quote-extended img {
  top: 1%;
  left: 1%;
  -webkit-transform: translateX(-88px);
          transform: translateX(-88px);
  -webkit-transition: -webkit-transform 0s linear 0s;
  transition: -webkit-transform 0s linear 0s;
  transition: transform 0s linear 0s;
  transition: transform 0s linear 0s, -webkit-transform 0s linear 0s;
  will-change: transform;
  -webkit-transform: translate(-12%, 2%);
          transform: translate(-12%, 2%);
}

.saas-image {
  position: relative;
  z-index: 1;
}

.saas-image img {
  position: absolute;
}

.saas-image img:nth-child(1) {
  top: -200px;
  left: 0;
}

.saas-image img:nth-child(2) {
  left: 55px;
  top: -100px;
}

.saas-image img:nth-child(3) {
  left: 36%;
  z-index: 1;
  top: -170px;
}

.saas-image img:nth-child(4) {
  right: 27%;
  top: 110px;
  z-index: 2;
}

.saas-image img:nth-child(5) {
  right: 15%;
  top: 80px;
  z-index: 2;
}

.saas-image img:nth-child(6) {
  right: 25%;
  top: -170px;
}

.saas-image img:nth-child(7) {
  right: 47%;
  top: 96px;
  z-index: 2;
}

.saas-image img:nth-child(8) {
  right: 22%;
  top: 45px;
  z-index: 1;
}

.saas-image img:nth-child(9) {
  right: 75px;
  top: 20px;
}

.saas-image img:nth-child(10) {
  left: 32%;
  top: -76px;
  z-index: 1;
}

.saas-image img:nth-child(11) {
  right: 40%;
  top: -20px;
}

.saas-image img:nth-child(12) {
  top: -292px;
  left: 45px;
}

.saas-image img:nth-child(13) {
  left: 0px;
  top: -282px;
  opacity: 0.5;
  z-index: -1;
}

.saas-image img:last-child {
  display: none;
}

.paymant-processing-image {
  position: relative;
}

.paymant-processing-image img {
  position: absolute;
}

.paymant-processing-image img:nth-child(1) {
  top: 135px;
  right: 0;
  left: 30px;
  margin: 0 auto;
  width: 100%;
}

.paymant-processing-image img:nth-child(2) {
  right: 0;
  top: 25px;
  z-index: 1;
}

.paymant-processing-image img:nth-child(3) {
  right: 0;
  top: 275px;
  left: 65%;
  margin: 0 auto;
  z-index: 1;
}

.paymant-processing-image img:nth-child(4) {
  top: 170px;
  z-index: 1;
  left: 20px;
}

.paymant-processing-image img:nth-child(5) {
  left: 115px;
  top: 240px;
  z-index: 1;
}

.paymant-processing-image img:nth-child(6) {
  right: 0;
  top: -75px;
  left: 9px;
  margin: 0 auto;
}

.paymant-processing-image img:nth-child(7) {
  right: 0;
  top: 23px;
  width: 100%;
}

.paymant-processing-image img:nth-child(8) {
  left: 0;
  top: -45px;
  z-index: -1;
}

.paymant-processing-image img:nth-child(9) {
  right: 21%;
  top: 16px;
}

.paymant-processing-image img:last-child {
  display: none;
}

.marketing-image {
  position: relative;
  height: 100%;
  width: 100%;
}

.marketing-image img {
  position: absolute;
}

.marketing-image img:nth-child(1) {
  right: 15px;
  top: -40px;
}

.marketing-image img:nth-child(2) {
  left: 80px;
  top: -30px;
}

.marketing-image img:nth-child(3) {
  left: 30px;
  top: 160px;
}

.marketing-image img:nth-child(4) {
  left: 0;
  right: 30px;
  text-align: center;
  margin: 0 auto;
  top: 185px;
}

.marketing-image img:nth-child(5) {
  bottom: 0px;
  right: 15px;
}

.marketing-image img:nth-child(6) {
  bottom: -10px;
  right: 150px;
}

.marketing-image img:nth-child(7) {
  left: 170px;
  bottom: -20px;
}

.marketing-image img:nth-child(8) {
  left: 70px;
  bottom: 10px;
}

.marketing-image img:nth-child(9) {
  right: 80px;
  bottom: 50px;
  -webkit-animation: rotate3d 4s linear infinite;
  animation: rotate3d 4s linear infinite;
}

.marketing-image img:nth-child(10) {
  left: 50px;
  top: 85px;
}

.marketing-image img:nth-child(11) {
  right: 210px;
  bottom: -20px;
}

.marketing-image img:nth-child(12) {
  top: 100px;
  right: 0px;
  left: 0;
  text-align: center;
  margin: 0 auto;
}

.marketing-image img:nth-child(13) {
  left: 60px;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 20px;
  -webkit-animation: rotate3d 6s linear infinite;
  animation: rotate3d 6s linear infinite;
}

.marketing-image img:last-child {
  display: none;
}

.awt-shapecircle {
  left: -70px;
  top: 70px;
  position: absolute;
}

.awt-shapecircle .shapecircle {
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: shapeimg;
  animation-name: shapeimg;
  -webkit-animation-direction: none;
  animation-direction: none;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.text-link {
  color: #ffffff;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  margin-left: 48px;
}

.text-link::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #c3c3c3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.text-link::before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 100%;
  background: #0055ff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}

.text-link:hover {
  color: #0055ff;
}

.text-link:hover::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.awtServices-list {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.awtServices-list li {
  text-align: center;
  width: 132px;
  height: 145px;
  padding: 105px 10px 10px;
  position: relative;
  font-size: 0.85rem;
  border: 1px solid rgba(41, 98, 255, 0.2);
  background-color: rgba(41, 98, 255, 0.05);
  border-radius: 50%;
  display: block;
  margin: 0 auto 5px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.awtServices-list li::before {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  width: 110px;
  height: 110px;
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  background-image: url("../img/icons/ux-icons.svg");
}

.awtServices-list li:hover::before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/*--
    - Overlay
------------------------------------------*/
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/*-- Overlay Color --*/
[data-overlay="light"]::before {
  background-color: #ffffff;
}

[data-overlay="dark"]::before {
  background-color: #333333;
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

.icn-adobeillustrator:before {
  content: "\e904";
}

.icn-adobephotoshop:before {
  content: "\e905";
}

.icn-android:before {
  content: "\e906";
}

.icn-angular:before {
  content: "\e907";
}

.icn-apple:before {
  content: "\e908";
}

.icn-bootstrap:before {
  content: "\e909";
}

.icn-css3:before {
  content: "\e90b";
}

.icn-devto:before {
  content: "\e91f";
}

.icn-facebook:before {
  content: "\e90d";
}

.icn-github:before {
  content: "\e90e";
}

.icn-google:before {
  content: "\e90f";
}

.icn-googleanalytics:before {
  content: "\e927";
}

.icn-googlechrome:before {
  content: "\e910";
}

.icn-googlehangouts:before {
  content: "\e928";
}

.icn-googleplus:before {
  content: "\e911";
}

.icn-html5:before {
  content: "\e912";
}

.icn-instagram:before {
  content: "\e913";
}

.icn-javascript:before {
  content: "\e929";
}

.icn-jquery:before {
  content: "\e92a";
}

.icn-jsfiddle:before {
  content: "\e92b";
}

.icn-linkedin:before {
  content: "\e915";
}

.icn-mailchimp:before {
  content: "\e92c";
}

.icn-messenger:before {
  content: "\e917";
}

.icn-mozillafirefox:before {
  content: "\e918";
}

.icn-mysql:before {
  content: "\e919";
}

.icn-npm:before {
  content: "\e92d";
}

.icn-php:before {
  content: "\e91a";
}

.icn-pinterest:before {
  content: "\e91b";
}

.icn-react:before {
  content: "\e92e";
}

.icn-sass:before {
  content: "\e92f";
}

.icn-skype:before {
  content: "\e91c";
}

.icn-sublimetext:before {
  content: "\e91d";
}

.icn-ted:before {
  content: "\e933";
}

.icn-twitter:before {
  content: "\e91e";
}

.icn-visa:before {
  content: "\e920";
}

.icn-whatsapp:before {
  content: "\e921";
}

.icn-windows:before {
  content: "\e922";
}

.icn-wordpress:before {
  content: "\e923";
}

.icn-youtube:before {
  content: "\e924";
}

.icn-award:before {
  content: "\e90a";
}

.icn-battery-charging:before {
  content: "\e90c";
}

.icn-bell:before {
  content: "\e925";
}

.icn-briefcase:before {
  content: "\e931";
}

.icn-calendar:before {
  content: "\e932";
}

.icn-check-circle:before {
  content: "\e934";
}

.icn-code:before {
  content: "\e935";
}

.icn-compass:before {
  content: "\e936";
}

.icn-copy:before {
  content: "\e937";
}

.icn-dollar-sign:before {
  content: "\e938";
}

.icn-download-cloud:before {
  content: "\e939";
}

.icn-external-link:before {
  content: "\e93a";
}

.icn-feather:before {
  content: "\e93b";
}

.icn-film:before {
  content: "\e93c";
}

.icn-gift:before {
  content: "\e93d";
}

.icn-grid:before {
  content: "\e93e";
}

.icn-heart:before {
  content: "\e901";
}

.icn-home:before {
  content: "\e93f";
}

.icn-image:before {
  content: "\e940";
}

.icn-layers:before {
  content: "\e941";
}

.icn-layout:before {
  content: "\e942";
}

.icn-link:before {
  content: "\e943";
}

.icn-list:before {
  content: "\e944";
}

.icn-loader:before {
  content: "\e945";
}

.icn-mail:before {
  content: "\e900";
}

.icn-map-pin:before {
  content: "\e946";
}

.icn-menu:before {
  content: "\e947";
}

.icn-minimize:before {
  content: "\e948";
}

.icn-monitor:before {
  content: "\e949";
}

.icn-phone:before {
  content: "\e902";
}

.icn-printer:before {
  content: "\e94a";
}

.icn-settings:before {
  content: "\e94b";
}

.icn-share-2:before {
  content: "\e94c";
}

.icn-sliders:before {
  content: "\e94d";
}

.icn-target:before {
  content: "\e94e";
}

.icn-thumbs-up:before {
  content: "\e94f";
}

.icn-type:before {
  content: "\e950";
}

.icn-zap:before {
  content: "\e951";
}

.icn-zoom-in:before {
  content: "\e903";
}

.ic-photoshop::before {
  background-position: 0 0;
}

.ic-illustrator::before {
  background-position: -140px 0;
}

.ic-xd::before {
  background-position: -280px 0;
}

.ic-capture::before {
  background-position: -420px 0;
}

.ic-comp::before {
  background-position: -560px 0;
}

.ic-figma::before {
  background-position: 0 -150px;
}

.ic-sketch::before {
  background-position: -140px -150px;
}

.ic-zeplin::before {
  background-position: -280px -150px;
}

.ic-wordpress::before {
  background-position: -420px -150px;
}

.ic-ux::before {
  background-position: -560px -150px;
}

.awt-design::before {
  background-position: -1px -2px;
}

.awt-developmenet::before {
  background-position: -72px -2px;
}

.awt-mobileApp::before {
  background-position: -142px -2px;
}

.awt-ecommerce::before {
  background-position: -214px -2px;
}

.awt-server::before {
  background-position: -284px -1px;
}

.awt-browser::before {
  background-position: -352px -1px;
}

.awt-fastLoading::before {
  background-position: -422px -2px;
}

.awt-simpleDesign::before {
  background-position: -494px -1px;
}

.awt-foodRestaurant::before {
  background-position: -562px -2px;
}

.awt-financeBanking::before {
  background-position: -632px -3px;
}

.awt-healthcare::before {
  background-position: -702px -1px;
}

.awt-itTelecom::before {
  background-position: -2px -72px;
}

.awt-mCommerce::before {
  background-position: -70px -75px;
}

.awt-education::before {
  background-position: -142px -77px;
}

.awt-insurance::before {
  background-position: -210px -76px;
}

.awt-travel::before {
  background-position: -284px -78px;
}

.awt-realEstate::before {
  background-position: -353px -77px;
}

.awt-sports::before {
  background-position: -422px -80px;
}

.awt-manufacturing::before {
  background-position: -492px -76px;
}

.awt-software::before {
  background-position: -562px -75px;
}

.awt-opensource::before {
  background-position: -632px -76px;
}

.awt-responsive::before {
  background-position: -704px -77px;
}

.awt-seoMarketing::before {
  background-position: -2px -147px;
}

.awt-pwa::before {
  background-position: -75px -146px;
}

.awt-designSprint::before {
  background-position: -142px -146px;
}

.awt-productDesign::before {
  background-position: -214px -146px;
}

.awt-staticDynamic::before {
  background-position: -350px -146px;
}

.awt-customWebsite::before {
  background-position: -422px -144px;
}

.awt-photoshop::before {
  background-position: -492px -145px;
}

.awt-illustrator::before {
  background-position: -563px -146px;
}

.awt-xd::before {
  background-position: -633px -146px;
}

.awt-ui-uxdesign::before {
  background-position: -702px -146px;
}

.awt-zeplin::before {
  background-position: -4px -218px;
}

.awt-sketch::before {
  background-position: -72px -217px;
}

.awt-wordPress::before {
  background-position: -142px -217px;
}

.awt-entertainment::before {
  background-position: -213px -215px;
}

.awt-beautySaloon::before {
  background-position: -281px -217px;
}

.awt-onDemand::before {
  background-position: -353px -218px;
}

.awt-newsletter::before {
  background-position: -422px -219px;
}

.awt-angularJS::before {
  background-position: -2px -288px;
}

.awt-logo::before {
  background-position: -70px -289px;
}

.awt-flyers::before {
  background-position: -142px -289px;
}

.awt-letterheads::before {
  background-position: -213px -292px;
}

.awt-automation::before {
  background-position: -422px -290px;
}

.awt-brochure::before {
  background-position: -492px -289px;
}

.awt-reactjs::before {
  background-position: -562px -289px;
}

.awt-python::before {
  background-position: -632px -289px;
}

.awt-nodejs::before {
  background-position: -701px -289px;
}

.awt-mailer::before {
  background-position: -492px -216px;
}

.awt-businessCard::before {
  background-position: -562px -218px;
}

.awt-posters::before {
  background-position: -633px -216px;
}

.awt-productCatalog::before {
  background-position: -702px -216px;
}

.awt-banner::before {
  background-position: -142px -366px;
}

.awt-realEstateApp::before {
  background-position: -212px -366px;
}

.awt-customDevelopmenet::before {
  background-position: -492px -365px;
}

.awt-openCart::before {
  background-position: -704px -365px;
}

.awt-website::before {
  background-position: -281px -363px;
}

.awt-wooCommerce::before {
  background-position: -73px -440px;
}

.awt-zenCart::before {
  background-position: -142px -437px;
}

.awt-drupal::before {
  background-position: -281px -438px;
}

.awt-joomla::before {
  background-position: -353px -437px;
}

.awt-magento::before {
  background-position: -422px -364px;
}

.awt-ai::before {
  background-position: -492px -440px;
}

.awt-sass::before {
  background-position: 1px -366px;
}

.awt-vueJS::before {
  background-position: -71px -362px;
}

/* awt shapes css start here */
.awt-shapes {
  position: relative;
}

.awt-shapes .shape1 {
  position: absolute;
  height: 100%;
  width: 35%;
  -webkit-transform: translateX(-50%) translateY(0%);
          transform: translateX(-50%) translateY(0%);
  top: 0;
  left: 0;
}

.awt-shapes .shape2 {
  position: absolute;
  height: 100%;
  width: 25%;
  -webkit-transform: translateX(-110%) translateY(-45%) rotate(134deg);
          transform: translateX(-110%) translateY(-45%) rotate(134deg);
  top: 0;
  left: 0;
}

.awt-shapes .shape3 {
  position: absolute;
  height: 100%;
  width: 10%;
  -webkit-transform: translateX(0%) translateY(70%);
          transform: translateX(0%) translateY(70%);
  bottom: 0;
  right: 0;
}

.awt-shapes .shape4 {
  position: absolute;
  height: 100%;
  width: 15%;
  -webkit-transform: translateX(0%) translateY(-10%);
          transform: translateX(0%) translateY(-10%);
  top: 0;
  right: 0;
}

.awt-shapes img {
  max-width: 100%;
  height: auto;
}

.awt-shapes svg {
  fill: #091b29;
}

.shape-item {
  position: absolute;
}

.awt-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}

.illustration {
  position: absolute;
  right: 8%;
  top: 10%;
}

.illustration .shape-one {
  position: absolute;
  top: -28px;
  right: -63px;
}

.illustration .shape-two {
  position: absolute;
  bottom: 0;
  right: -25px;
}

/* header */
.header .awtnav-listItem-extraSpace {
  margin-left: 150px;
}

.header .navbar-expand-lg .navbar-nav .nav-item {
  margin-left: 5px;
}

ṅ
.header .navbar-expand-lg .navbar-nav .nav-item:first-child {
  margin-left: 0;
}

.header .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: transparent;
  line-height: 1;
  position: relative;
  text-transform: capitalize;
}

.header .navbar-expand-lg .navbar-nav .nav-link::before {
  background: #0055ff;
  content: "";
  height: 3px;
  position: absolute;
  bottom: -14px;
  left: 0px;
  width: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header .navbar-expand-lg .navbar-nav .nav-link:hover, .header .navbar-expand-lg .navbar-nav .nav-link.active {
  color: #0055ff;
}

.header .navbar-expand-lg .navbar-nav .nav-link:hover::before, .header .navbar-expand-lg .navbar-nav .nav-link.active::before {
  width: 100%;
}

.header .header-button {
  margin-left: 30px;
  float: right;
}

.header .header-button a.btn {
  padding: 0.6rem 0.9rem;
  -webkit-box-shadow: 0 10px 7px -7px rgba(30, 101, 246, 0.55);
          box-shadow: 0 10px 7px -7px rgba(30, 101, 246, 0.55);
}

.header .navbar-brand {
  padding: 0px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.header .logo img {
  width: 180px;
}

.header .dropdown-menu {
  margin-top: 0rem;
}

.header .nav-dropdown-link .dropdown-menu {
  margin-top: 0.9rem;
  padding: 0rem;
  overflow: hidden;
}

.header .nav-dropdown-link .dropdown-menu .dropdown-item {
  padding: 0.25rem 1rem;
  position: relative;
  -webkit-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  color: rgba(0, 0, 0, 0.5);
}

.header .nav-dropdown-link .dropdown-menu .dropdown-item:before {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 1px;
  -webkit-transform: translate(0, -46%);
          transform: translate(0, -46%);
  -webkit-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  opacity: 0;
}

.header .nav-dropdown-link .dropdown-menu .dropdown-item:hover {
  color: #0055ff;
  padding-left: 20px;
}

.header .nav-dropdown-link .dropdown-menu .dropdown-item:hover:before {
  left: 5px;
  opacity: 1;
}

.header .megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 15px;
}

.header .megamenu .mega-menu-title {
  font-weight: 600;
  color: #333333;
  margin-bottom: 0.7rem;
  font-family: "gilroylight";
}

.header .megamenu .list-unstyled li {
  margin-bottom: 0;
}

.header .megamenu .list-unstyled li:last-child {
  margin-bottom: 0px;
}

.header .megamenu-li {
  position: static;
}

.header .mega-dropdown-list {
  font-weight: 400;
}

.header .mega-dropdown-list li {
  padding-bottom: 0.5rem;
}

.header .mega-dropdown-list li a {
  position: relative;
  -webkit-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  color: rgba(0, 0, 0, 0.5);
}

.header .mega-dropdown-list li a:before {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 1px;
  -webkit-transform: translate(0, -46%);
          transform: translate(0, -46%);
  -webkit-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  opacity: 0;
}

.header .mega-dropdown-list li a:hover {
  color: #0055ff;
  padding-left: 20px;
}

.header .mega-dropdown-list li a:hover:before {
  left: 5px;
  opacity: 1;
}

.sticky {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  -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);
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background: #fff;
}

/* button style */
.btn {
  -moz-user-select: none;
  border: medium none;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
  padding: 18px 30px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-align: center;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 5px;
  position: relative;
  background: #0055ff;
}

.btn-text {
  color: #ffffff;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn:hover .btn-text {
  color: #ffffff;
}

.btn-text i {
  padding-left: 5px;
}

.btn::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  background: #0055ff;
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 5px;
}

.btn:hover::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  background: #1876df;
}

.btn-white {
  background: #ffffff;
}

.btn-white .btn-text {
  color: #333333;
}

.btn:hover .btn-text {
  color: #ffffff;
}

.breadcrumb > .active {
  color: #888;
}

.pink-btn {
  background: #d10459;
}

.pink-btn .btn-text {
  color: #fff;
}

.pink-btn .btn-border {
  background: #fff;
}

.btn-white:hover::before {
  background: #fff;
}

.btn-white .btn-text:hover {
  color: #333333;
}

.btn-none::before {
  display: none;
}

.border-btn {
  -moz-user-select: none;
  border: 2px solid #ffffff;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
  padding: 20px 40px;
  text-align: center;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 5px;
  position: relative;
}

.btn-text {
  color: #ffffff;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.border-btn:hover {
  border-color: #0055ff;
}

.btn-text i {
  padding-left: 5px;
}

.border-btn::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  background: #0055ff;
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 5px;
}

.border-btn:hover::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  background: #1876df;
}

.about-area {
  background-size: cover;
  background-position: center center;
}

.about-text {
  margin-top: 32px;
}

.about-text > span {
  position: relative;
  color: #0055ff;
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 86px;
}

.about-text > span::after {
  background: #0055ff;
  height: 3px;
  width: 40px;
  content: "";
  position: absolute;
  left: 26px;
  top: 10px;
}

.about-text > span::before {
  background: #0055ff;
  height: 3px;
  width: 15px;
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
}

.about-text h1 {
  font-size: 45px;
  line-height: 1.2;
  margin-top: 17px;
  margin-bottom: 22px;
}

.about-text h1 > span {
  color: #0055ff;
}

.about-text p {
  margin-bottom: 0;
}

.about-text a {
  color: #696969;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  margin-top: 26px;
  display: inline-block;
}

.about-text a:hover {
  color: #0055ff;
}

.about-text a::before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 100%;
  background: #0055ff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}

.about-text a:hover:before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.about-text a::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #696969;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.about-us-img {
  position: relative;
  padding-right: 90px;
}

.about-us-img img {
  width: 100%;
}

.about-us-2-img {
  position: absolute;
  right: 15px;
  top: 272px;
}

.about-inner-img {
  position: relative;
}

.about-inner-img.awt-imgbg {
  background-color: rgba(127, 170, 255, 0.5);
  border-radius: 10px;
  padding: 1rem;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.about-2-inner img {
  -webkit-box-shadow: 0px 10px 32px 0px rgba(176, 176, 176, 0.69);
          box-shadow: 0px 10px 32px 0px rgba(176, 176, 176, 0.69);
}

.about-video {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about-video a {
  height: 60px;
  width: 60px;
  background: #ffffff;
  display: inline-block;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  font-size: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #0055ff;
  position: relative;
}

@-webkit-keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }
  100% {
    opacity: 0;
  }
}

.about-video a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #fff;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

.about-us-wrapper {
  margin-left: 50px;
}

.about-us-text li {
  margin-bottom: 29px;
}

.about-us-text li:last-child {
  margin-bottom: 0;
}

.about-us-icon {
  float: left;
  margin-right: 20px;
}

.about-us-icon i {
  font-size: 24px;
  color: #096bd8;
  position: relative;
  top: 4px;
}

.about-us-content {
  overflow: hidden;
}

.about-us-content h4 {
  font-size: 22px;
  margin-bottom: 9px;
}

.about-us-content p {
  margin-bottom: 0;
}

.about-1-wrapper {
  padding-left: 25px;
  padding-right: 25px;
}

.about-1-wrapper .about-text {
  margin-top: 0;
}

.about-1-wrapper .about-text p {
  line-height: 32px;
}

.about-button {
  margin-top: 32px;
}

.awt-media-area .case-studies-img {
  position: relative;
}

.awt-media-area .case-studies-img::before {
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 85, 255, 0.2)), to(rgba(0, 85, 255, 0.5)));
  background-image: linear-gradient(to bottom, rgba(0, 85, 255, 0.2) 0%, rgba(0, 85, 255, 0.5) 100%);
  content: "";
  height: 100%;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.awt-media-area .case-studies-img img {
  width: 100%;
}

.awt-media-area .case-studies-img .case-studies-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 1.5rem 1rem;
  font-family: "gilroylight";
}

.awt-media-area .case-studies-img .case-studies-text span {
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
}

.awt-media-area .case-studies-img .case-studies-text h3 {
  font-size: 24px;
  margin-top: 5px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 0;
  min-height: 52px;
}

.awt-media-area .case-studies-content {
  margin-top: 1.5em;
  padding: 0 1rem;
}

.awt-media-area .case-studies-content p {
  margin-bottom: 0;
}

.about-img {
  margin-left: 25px;
}

.about-img img {
  width: 100%;
}

.about-content {
  margin-left: 51px;
  margin-top: 30px;
}

.about-content p {
  margin-bottom: 0;
}

.about-1-img {
  margin-top: 34px;
}

.slider-area {
  position: relative;
}

.slider-overlay {
  position: relative;
}

.slider-overlay:before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  left: 0;
  top: 0;
  background: #333333;
  opacity: 0.6;
}

.slider-height {
  height: calc(100vh - 62px);
}

.single-slider {
  background-size: cover;
  background-position: center center;
  position: relative;
}

.single-slider:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0px;
  left: 0;
  opacity: 0.8;
  background: #0084ff;
  background: -webkit-gradient(linear, left top, right top, from(#0000d5), to(#0084ff));
  background: linear-gradient(90deg, #0000d5 0%, #0084ff 100%);
}

.slider-content h1 {
  font-size: 88px;
  color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  letter-spacing: -3px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "gilroyextrabold";
}

.slider-content p {
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 0;
  letter-spacing: 1px;
}

.slider-content span {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
}

.agency {
  letter-spacing: 2px;
  background: #096bd8;
  padding: 5px 10px;
  border-radius: 5px;
  margin-left: 5px;
}

.slider-button {
  margin-top: 3rem;
}

.slider-btn {
  -moz-user-select: none;
  background: #ffffff;
  border: medium none;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
  padding: 18px 30px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-align: center;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 5px;
  position: relative;
  color: #333333;
  margin-left: 10px;
}

.slider-btn i {
  padding-left: 5px;
}

.slider-btn:hover {
  background: #0055ff;
  color: #ffffff;
}

.slider-active button.slick-arrow {
  position: absolute;
  top: 50%;
  left: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0;
  font-size: 15px;
  padding: 0;
  color: #222;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #ffffff;
}

.slider-active button.slick-next {
  left: auto;
  right: 60px;
}

.slider-active button:hover {
  background-color: #0055ff;
  color: #ffffff;
}

.slider-active:hover button {
  opacity: 1;
  visibility: visible;
}

footer {
  background-color: #091b29;
  position: relative;
  z-index: 1;
}

.footer-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.footer-area .awt-text-outline {
  -webkit-text-stroke-color: rgba(40, 58, 72, 0.5);
  -ms-text-stroke-color: rgba(40, 58, 72, 0.5);
  -o-text-stroke-color: rgba(40, 58, 72, 0.5);
  position: absolute;
  width: 100%;
  top: 38%;
  bottom: auto;
  z-index: -1;
  line-height: 1;
  text-align: center;
  font-size: 180px;
}

.footer-logo {
  margin-bottom: 29px;
}

.footer-text p {
  margin-bottom: 0;
  line-height: 30px;
}

.footer-icon {
  margin-top: 22px;
}

.footer-icon a {
  color: #cbcbcb;
  font-size: 14px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #cbcbcb;
}

.footer-icon a:hover {
  background: #0055ff;
  color: #ffffff;
  border-color: #0055ff;
}

.footer-title {
  font-size: 18px;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  min-height: 60px;
  line-height: 24px;
  font-family: "gilroylight";
}

.footer-title::before {
  position: absolute;
  height: 3px;
  width: 15px;
  background: #0055ff;
  left: 0;
  content: "";
  bottom: 0;
}

.footer-title::after {
  position: absolute;
  height: 3px;
  width: 40px;
  background: #0055ff;
  left: 25px;
  content: "";
  bottom: 0;
}

.fotter-menu {
  color: #696969;
  font-size: 15px;
}

.fotter-menu li {
  padding-bottom: 10px;
}

.fotter-menu li:last-child {
  padding-bottom: 0;
}

.fotter-menu a {
  color: #696969;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fotter-menu a:hover {
  color: #0055ff;
}

.footer-news {
  background: #fff;
  padding: 20px;
}

.footer-news ul li {
  overflow: hidden;
  padding-bottom: 15px;
}

.footer-news ul li:last-child {
  padding-bottom: 0;
}

.footer-news-img {
  float: left;
  margin-right: 15px;
}

.footer-news-text h5 {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 0;
}

.footer-news-text h5 a {
  color: #a2a2a2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-news-text h5 a:hover {
  color: #333333;
}

.footer-info p {
  margin-bottom: 19px;
}

.contact-link li {
  margin-bottom: 18px;
}

.contact-link li :last-child {
  margin-bottom: 0;
}

.contact-address-icon {
  float: left;
  margin-right: 10px;
  top: 4px;
  position: relative;
}

.contact-address-icon i {
  font-size: 15px;
  color: #096bd8;
  position: relative;
  top: -4px;
}

.contact-address-text {
  overflow: hidden;
  color: #b8b8b8;
}

.contact-address-text span {
  font-size: 15px;
  color: #b8b8b8;
  margin-bottom: 0;
}

.contact-address-text p {
  margin-bottom: 20px;
}

.footer-bg-bottom {
  background: #ffffff;
  padding: 25px 40px;
}

.copyright p {
  margin-bottom: 0;
}

.footer-bottem-text p {
  margin-bottom: 0;
}

.footer-bottem-text a {
  color: #0055ff;
}

.footer-news-text {
  overflow: hidden;
}

.footer-2-wrapper .footer-text p {
  color: #b8b8b8;
  padding-right: 68px;
  margin-bottom: 30px;
}

.footer-2-wrapper .footer-title {
  color: #ffffff;
}

.footer-2-wrapper .fotter-menu a {
  color: #b8b8b8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-2-wrapper .fotter-menu a:hover {
  color: #0055ff;
}

.footer-2-wrapper .footer-info p {
  color: #b8b8b8;
}

.footer-2-bottom {
  border-top: 1px solid #1b2f3e;
}

.footer-2-bottom .copyright p {
  color: #b8b8b8;
}

.footer-2-bottom .copyright p a {
  color: #0055ff;
}

.footer-2-bottom .footer-bottem-text p {
  color: #b8b8b8;
}

.footer-2-icon a {
  height: 52px;
  width: 52px;
  line-height: 52px;
  background: #1b2f3e;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  color: #cbcbcb;
  font-size: 30px;
}

.footer-2-icon a:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.footer-2-icon a:hover {
  background: #0055ff;
  color: #ffffff;
}

.footer-2-menu li {
  float: left;
  width: 50%;
}

.footer-2-news {
  background: 0;
  padding: 0;
}

.footer-2-news .footer-news-text h5 a {
  color: #696969;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-2-news .footer-news-text h5 a:hover {
  color: #333333;
}

.footer-3-icon a {
  background: #ffffff;
  color: #5aa7fd;
}

.footer-3-bottom {
  border-top: 2px solid #ecf1f4;
}

.footer-3-bottom .copyright p a {
  color: #0055ff;
}

.footer-4-icon {
  margin-top: 36px;
}

.footer-4-icon a {
  height: 45px;
  width: 45px;
  background: #1b2f3e;
  line-height: 45px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 5px;
  color: #cbcbcb;
  font-size: 14px;
}

.subscribes-form form input {
  border: 0;
  border-radius: 5px;
  height: 60px;
  padding: 0 25px;
  width: 100%;
  background: #ffffff;
  color: #bababa;
  font-size: 15px;
}

.subscribes-form form input::-webkit-input-placeholder {
  color: #bababa;
  font-size: 15px;
}

.subscribes-form form input:-ms-input-placeholder {
  color: #bababa;
  font-size: 15px;
}

.subscribes-form form input::-ms-input-placeholder {
  color: #bababa;
  font-size: 15px;
}

.subscribes-form form input::placeholder {
  color: #bababa;
  font-size: 15px;
}

.subscribes-form form input::-moz-placeholder {
  color: #bababa;
  font-size: 15px;
}

.subscribes-form form button.btn {
  margin-top: 10px;
  padding: 20px 26px;
}

.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 90vw;
  z-index: -1;
}

.lines .line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 49%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.lines .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%, #ffffff), to(#ffffff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  -webkit-animation: run 7s 0s infinite;
  animation: run 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.lines .line:nth-child(1) {
  margin-left: -16.5%;
}

.lines .line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.lines .line:nth-child(3) {
  margin-left: 16.8%;
}

.lines .line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

@-webkit-keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

@keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

.services-area {
  background-size: cover;
  background-position: center center;
}

.services-wrapper {
  background: #ffffff;
  padding: 1rem;
  border-radius: 10px;
}

.services-text h3 {
  font-size: 24px;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
  line-height: 30px;
  font-family: "gilroylight";
}

.services-text p {
  margin-bottom: 0;
  text-align: center;
}

.services-text a {
  position: relative;
  display: inline-block;
  margin-top: 24px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 12px 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  vertical-align: middle;
  border: 2px solid #ececec;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.services-text a::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  background: #0055ff;
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.services-text a:hover {
  border-color: #1065c4;
}

.services-text a:hover::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.services-text a:hover .services-button {
  color: #ffffff;
}

.services-button {
  color: #0055ff;
  z-index: 999;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.services-button i {
  margin-left: 5px;
}

.our-services-wrapper {
  background: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(231, 231, 231, 0.65);
          box-shadow: 0px 10px 60px 0px rgba(231, 231, 231, 0.65);
}

.our-services-img img {
  width: 100%;
}

.our-services-icon {
  float: left;
  margin-right: 0.7rem;
  position: relative;
  top: -0.03rem;
  font-size: 0;
  height: 36px;
  width: 36px;
  z-index: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.our-services-icon:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  border-radius: 50%;
  background-color: #efefef;
}

.our-services-icon i {
  font-size: 30px;
  color: #0055ff;
}

.our-services-icon img {
  max-width: 100%;
}

.our-services-content {
  padding: 1.5rem 1.4rem 2rem 1rem;
}

.our-services-text {
  overflow: hidden;
  text-align: center;
}

.our-services-text h3 {
  font-size: 24px;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  font-family: "gilroylight";
}

.our-services-text p {
  margin-bottom: 0;
  text-align: justify;
  min-height: 90px;
}

.our-services-text a {
  position: relative;
  display: inline-block;
  margin-top: 24px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 13px 29px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  vertical-align: middle;
  border: 2px solid #ececec;
}

.our-services-text a i {
  padding-left: 5px;
}

.our-services-text a::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  background: #0055ff;
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.our-services-text a:hover {
  border-color: #0055ff;
}

.our-services-text a:hover::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.our-services-text a:hover .services-button {
  color: #ffffff;
}

.our-services-text:hover h3 {
  color: #0055ff;
}

.our-services-text:hover .services-button {
  color: #0055ff;
}

.single-services {
  position: relative;
  padding: 70px 38px 60px;
}

.single-services::before {
  background-image: url("../img/service/01.jpg");
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  background-size: cover;
}

.single-services:hover::before {
  opacity: 1;
}

.single-services.active::before {
  opacity: 1;
}

.services-icon {
  position: relative;
  margin-bottom: 35px;
}

.services-icon.icon-height-home {
  min-height: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.services-icon::before {
  position: absolute;
  content: "";
  height: 60px;
  width: 60px;
  background: #efefef;
  border-radius: 50%;
  z-index: 1;
  right: 110px;
  top: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.services-icon::after {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  background: #efefef;
  border-radius: 50%;
  z-index: 1;
  left: 111px;
  top: -8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.services-icon i {
  font-size: 60px;
  color: #0055ff;
  position: relative;
  z-index: 9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.single-services:hover .services-icon i {
  color: #ffffff;
}

.single-services:hover .services-icon::before {
  display: none;
}

.single-services:hover .services-icon::after {
  display: none;
}

.single-services.active .services-icon i {
  color: #ffffff;
}

.single-services.active .services-icon::before {
  display: none;
}

.single-services.active .services-icon::after {
  display: none;
}

.single-services .services-text {
  z-index: 999;
  position: relative;
}

.single-services .services-text h3 {
  margin-bottom: 11px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.single-services:hover .services-text h3 {
  color: #fff;
}

.single-services:hover .services-text p {
  color: #fff;
}

.single-services.active .services-text h3 {
  color: #fff;
}

.single-services.active .services-text p {
  color: #fff;
}

.services-button i {
  margin-left: 5px;
}

.single-services:hover .services-button {
  color: #ffffff;
}

.single-services:hover .services-text a {
  border-color: #1065c4;
}

.single-services.active .services-button {
  color: #ffffff;
}

.single-services.active .services-text a {
  border-color: #1065c4;
}

.single-services:hover .services-text a::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.single-services.active .services-text a::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.servicesAWS-active .owl-nav div {
  background: #f6f2ed;
  font-size: 18px;
  left: -35px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  color: #9f9f9f;
  font-weight: 400;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.servicesAWS-active .owl-nav div.owl-next {
  left: auto;
  right: -35px;
}

.servicesAWS-active:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.servicesAWS-active .owl-nav div:hover {
  background: #0055ff;
  color: #fff;
  -webkit-box-shadow: 0px 10px 32px 0px rgba(9, 107, 216, 0.61);
          box-shadow: 0px 10px 32px 0px rgba(9, 107, 216, 0.61);
}

.case-img > a img {
  width: 100%;
}

.case-text {
  padding: 30px 30px 40px 40px;
  background: #0055ff;
}

.case-text span {
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.case-text h3 {
  font-size: 26px;
  margin-bottom: 0;
  margin-top: 3px;
}

.case-text h3 > a {
  color: #ffffff;
}

.case-studies-img {
  position: relative;
}

.case-studies-img::before {
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  content: "";
  height: 100%;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.case-studies-img img {
  width: 100%;
}

.case-studies-img .case-studies-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 15px 15px 40px 15px;
}

.case-studies-img .case-studies-text span {
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
}

.case-studies-img .case-studies-text h3 {
  margin-bottom: 0;
  font-size: 24px;
  margin-top: 4px;
}

.case-studies-img .case-studies-text h3 a {
  color: #ffffff;
}

.case-studies-content {
  margin-top: 27px;
  padding: 0 20px;
}

.case-studies-content p {
  margin-bottom: 0;
  line-height: 30px;
}

.our-case-area {
  background-size: cover;
  background-position: center center;
}

.our-case-img {
  border-radius: 10px 10px 0 0;
}

.our-case-img img {
  width: 100%;
}

.our-case-text {
  background: #ffffff;
  padding: 30px 32px 40px 30px;
  border-radius: 0 0 10px 10px;
}

.our-case-text h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.our-case-text h3 > a {
  color: #333333;
}

.our-case-text h3 > a span {
  font-size: 15px;
  color: #0055ff;
}

.our-case-text p {
  margin-bottom: 0;
  line-height: 30px;
}

.our-case-text > a {
  position: relative;
  display: inline-block;
  margin-top: 26px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 13px 29px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  vertical-align: middle;
  border: 2px solid #0055ff;
}

.cases-button {
  color: #0055ff;
  z-index: 999;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cases-button i {
  margin-left: 5px;
}

.our-case-text > a:hover .cases-button {
  color: #ffffff;
}

.our-case-text > a:hover {
  border-color: #1065c4;
}

.our-case-text > a::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  background: #0055ff;
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.our-case-text > a:hover::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.case-active .owl-dots {
  bottom: -96px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 99;
}

.case-active .owl-dot {
  display: inline-block;
  height: 12px;
  margin: 0 5px;
  width: 12px;
  background: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  border: 2px solid #ffffff;
}

.case-active .owl-dot.active {
  position: relative;
  background: #ffffff;
}

.case-details-img {
  margin-bottom: 50px;
}

.case-details-img img {
  width: 100%;
}

.case-details-text h1 {
  font-size: 45px;
  margin-bottom: 18px;
}

.case-details-text span {
  font-size: 24px;
  line-height: 40px;
  color: #333333;
}

.case-post-tag {
  margin-top: 96px;
}

.case-post-tag span {
  font-size: 15px;
  color: #333333;
}

.case-post-tag > a {
  color: #696969;
  display: inline-block;
  font-size: 15px;
}

.case-post-tag > a:hover {
  color: #0055ff;
}

.case-details-content {
  margin-left: 70px;
  margin-top: 54px;
}

.case-details-content p {
  line-height: 32px;
  margin-bottom: 42px;
}

.case-share-icon > span {
  font-size: 15px;
  color: #333333;
}

.case-share-icon > a {
  color: #9b9b9b;
  font-size: 14px;
  margin: 0 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 40px;
  width: 40px;
  background: #e7e7e7;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
}

.case-share-icon > a:hover {
  color: #fff;
  background: #0055ff;
}

.gallery-layout-bg {
  padding: 75px 84px 84px 85px;
  overflow: hidden;
  z-index: 9;
  position: relative;
  border: 10px solid #1478e8;
}

.gallery-layout-info {
  float: left;
  margin-right: 68px;
}

.gallery-layout-info:last-child {
  margin-right: 0;
}

.gallery-layout-info span {
  font-size: 20px;
  color: #696969;
}

.gallery-layout-info h5 {
  font-size: 30px;
  margin-top: 6px;
  margin-bottom: 0;
}

.case-studies-info p {
  margin-bottom: 0;
  line-height: 30px;
  margin-right: 28px;
}

.management-wrapper {
  margin-top: 36px;
}

.management-text h1 {
  font-size: 45px;
  margin-bottom: 36px;
}

.management-text p {
  margin-bottom: 22px;
  padding-right: 5px;
}

.management-text p:last-child {
  margin-bottom: 0;
}

.it-management-area {
  background-size: cover;
  background-position: center center;
}

.it-management-img img {
  width: 100%;
}

.it-management-wrapper {
  margin-left: 20px;
}

.it-management-wrapper .it-management-text h1 {
  color: #ffffff;
  margin-bottom: 32px;
  font-size: 45px;
}

.it-management-wrapper .it-management-text span {
  color: #ffffff;
  line-height: 30px;
  font-size: 18px;
}

.it-management-wrapper .it-management-text p {
  margin-bottom: 0;
  color: #ffffff;
  margin-top: 21px;
}

.our-goals-img img {
  width: 100%;
}

.our-golas-text {
  margin-top: 1.5rem;
}

.our-golas-text h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1rem;
  font-family: "gilroylight";
}

.our-golas-text p {
  line-height: 30px;
  margin-bottom: 0;
  margin-right: 13px;
}

.goals-area {
  background: #091b29;
}

.goals-img {
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
  background-position: center center;
}

.golas-wrapper {
  padding: 120px 67px 130px 55px;
}

.golas-text p {
  color: #bbbbbb;
  line-height: 30px;
  margin-bottom: 0;
}

.goals-list {
  margin-top: 24px;
  margin-bottom: 37px;
}

.goals-list li {
  padding-bottom: 12px;
}

.goals-list li:last-child {
  padding-bottom: 0;
}

.goals-list li i {
  color: #0055ff;
  font-size: 15px;
  margin-right: 6px;
}

.goals-list li span {
  color: #bbbbbb;
  font-size: 15px;
}

.goals-list li span {
  color: #bbbbbb;
  font-size: 15px;
}

/* awt team member css start here */
.team-02 {
  top: 13%;
  right: 11%;
}

.our-team {
  text-align: center;
  position: relative;
}

.our-team .pic {
  overflow: hidden;
  position: relative;
}

.our-team .pic::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(53, 53, 53, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.our-team img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.our-team:hover img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.our-team:hover .pic::before {
  opacity: 1;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  visibility: visible;
}

.our-team .social {
  width: 100%;
  position: absolute;
  top: 45%;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: 2;
  list-style-type: none;
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.our-team .social li {
  display: inline-block;
}

.our-team .social li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 36px;
  border-radius: 50%;
  background-color: #ffffff;
}

.our-team .social li a:hover {
  background-color: #0084ff;
  color: #ffffff;
}

.our-team:hover .social {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.our-team .content {
  padding: 25px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.our-team .content h3 {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 23px;
  font-weight: 700;
}

.our-team .content span {
  display: block;
  margin-top: 8px;
  color: #aeabba;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
  font-weight: 500;
}

.single-team-box {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
}

.single-team-box .image {
  position: relative;
  overflow: hidden;
}

.single-team-box .image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team-box .image .social {
  min-width: 160px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  text-decoration: none;
  opacity: 0;
  margin-top: -100px;
  padding: 8px 15px;
  background: #ffffff;
  border-radius: 35px;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team-box .image .social a {
  display: inline-block;
  color: #aeabba;
  font-size: 17px;
  margin: 0 7px;
}

.single-team-box .image .social a:hover {
  color: #0084ff;
}

.single-team-box .content {
  padding: 25px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team-box .content h3 {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 23px;
  font-weight: 700;
}

.single-team-box .content span {
  display: block;
  margin-top: 8px;
  color: #aeabba;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
  font-weight: 500;
}

.single-team-box:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-team-box:hover .image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.single-team-box:hover .image .social {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}

.single-team-box:hover .content {
  background-color: #0055ff;
}

.single-team-box:hover .content h3 {
  color: #ffffff;
}

.single-team-box:hover .content span {
  color: #ffffff;
}

.cta-area {
  background-size: cover;
  background-position: center center;
  position: relative;
}

.cta-text span {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "gilroylight";
}

.cta-text h2 {
  font-size: 48px;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 0.5rem;
  letter-spacing: 0.2px;
  line-height: 40px;
  font-family: "gilroyextrabold";
}

.cta-button {
  margin-top: 42px;
}

.cta-link {
  font-size: 15px;
  color: #fff;
  margin-left: 1rem;
  font-weight: 400;
}

.cta-link i {
  margin-right: 5px;
}

.cta-link:hover {
  color: #ffffff;
}

.cta-button .btn.btn-white:hover::before {
  background: #fff;
}

.cta-button .btn:hover .btn-text {
  color: #333333;
}

.cta-content {
  margin-right: 34%;
}

.cta-content h1 {
  font-size: 45px;
  color: #fff;
  margin-bottom: 23px;
}

.cta-content p {
  color: #ffffff;
  margin-bottom: 32px;
}

.cta-2-button a.border-btn {
  margin-left: 17px;
  padding: 19px 40px;
}

.ctas-info {
  background: #ffffff;
  background: #ffffff;
  margin-left: 30px;
  padding: 52px 68px 56px 68px;
  margin-top: 72px;
}

.ctas-info h3 {
  color: #0055ff;
  font-size: 26px;
  position: relative;
}

.ctas-info h3::before {
  color: #096bd8;
  content: "\f095";
  font-family: "Font Awesome 5 Pro";
  font-size: 85px;
  position: absolute;
  line-height: 1;
  top: -26px;
  z-index: 9999;
  opacity: 0.1;
  left: 52px;
}

.btn-margin {
  margin-left: 5px;
}

.provideServices-area {
  background-size: cover;
  background-position: center center;
}

.awt-symbol-icons {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  cursor: pointer;
  padding: 1.5rem 1rem 1rem;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.awt-symbol-icons h3,
.awt-symbol-icons h4 {
  font-size: 18px;
  margin: 0;
  min-height: 60px;
  font-weight: 600;
  line-height: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-inline-grid;
  display: inline-grid;
  letter-spacing: 0.2px;
  font-family: "gilroylight";
}

.awt-symbol-icons img {
  width: 90px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}

.awt-symbol-icons:hover {
  border-color: transparent;
  -webkit-box-shadow: 0 10px 15px -5px rgba(9, 30, 66, 0.3);
  box-shadow: 0 10px 15px -5px rgba(9, 30, 66, 0.3);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.awt-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.awt-list span {
  width: 78px;
  height: 78px;
  border: 1px solid rgba(41, 98, 255, 0.2);
  background-color: rgba(41, 98, 255, 0.05);
  border-radius: 50%;
  display: block;
  position: relative;
  z-index: 5;
  margin: auto;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.awt-list span::before {
  line-height: 75px;
  font-size: 48px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  width: 70px;
  height: 70px;
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  background-image: url("../img/icons/awt-icons.svg");
}

.awt-list span:hover span {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.awt-list::before {
  position: absolute;
  content: "";
  height: 60px;
  width: 60px;
  background: #efefef;
  border-radius: 50%;
  z-index: 1;
  left: 25%;
  top: 60%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-10%, -50%);
  transform: translate(-10%, -50%);
}

.awt-list::after {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  background: #efefef;
  border-radius: 50%;
  z-index: 1;
  right: 30%;
  top: 5%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-10%, -50%);
  transform: translate(-10%, -50%);
}

.awtProvide-carousel.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

.awtProvide-carousel .owl-dots {
  bottom: -3rem !important;
  display: none;
}

.awtProvide-carousel .owl-dots::after {
  content: "";
  width: 148px;
  height: 24px;
  margin: auto;
  border-radius: 30px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  z-index: -1;
  background: rgba(0, 85, 255, 0.5);
}

.provideServices-active .owl-dots {
  bottom: -96px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 99;
}

.provideServices-active .owl-dot {
  display: inline-block;
  height: 12px;
  margin: 0 5px;
  width: 12px;
  background: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  border: 2px solid #ffffff;
}

.provideServices-active .owl-dot.active {
  position: relative;
  background: #ffffff;
}

.project-img {
  position: relative;
}

.project-img::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #091b29;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.project-img img {
  width: 100%;
}

.owl-item.center .project-img::before {
  opacity: 0.3;
}

.project-text {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: white;
  padding: 1rem;
  transition: 0.3s;
  text-align: center;
  opacity: 0;
  border-radius: 2px;
  -webkit-box-shadow: 0 10px 15px -5px rgba(9, 30, 66, 0.3);
          box-shadow: 0 10px 15px -5px rgba(9, 30, 66, 0.3);
}

.project-text span {
  color: #0055ff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
}

.project-text h4 {
  font-size: 18px;
  margin-bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 0.3rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  font-family: "gilroylight";
}

.project-text h4 a:hover {
  color: #0055ff;
}

.owl-item.center .project-text {
  opacity: 1;
}

.project-active:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.project-active .owl-nav div {
  background: #f6f2ed;
  font-size: 18px;
  left: -35px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  color: #0055ff;
  font-weight: 400;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.project-active .owl-nav div.owl-next {
  left: auto;
  right: -35px;
}

.project-active .owl-nav div:hover {
  background: #0055ff;
  color: #fff;
  -webkit-box-shadow: 0px 10px 32px 0px rgba(9, 107, 216, 0.61);
          box-shadow: 0px 10px 32px 0px rgba(9, 107, 216, 0.61);
}

.project-active .owl-dots {
  bottom: -69px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 99;
}

.project-active .owl-dot {
  display: inline-block;
  height: 6px;
  margin: 0 5px;
  width: 20px;
  background: #d5e0ff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px;
}

.project-active .owl-dot.active {
  position: relative;
  background: #0055ff;
  width: 40px;
}

.portfolio-menu button {
  border: medium none;
  color: #696969;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  text-transform: uppercase;
  padding: 0 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
  background: none;
  margin-right: 15px;
  -webkit-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  font-family: "gilroylight";
}

.portfolio-menu button .number-filter {
  position: absolute;
  z-index: 1;
  width: 26px;
  height: 16px;
  right: -5px;
  line-height: 16px;
  font-size: 11px;
  top: -15px;
  font-weight: 800;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

.portfolio-menu button:hover, .portfolio-menu button.active {
  color: #0055ff;
}

.portfolio-menu button:hover:before, .portfolio-menu button.active:before {
  left: 0;
  opacity: 1;
}

.portfolio-menu button:hover .number-filter, .portfolio-menu button.active .number-filter {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.portfolio-menu button:before {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  opacity: 0;
}

.portfolio-menu button:last-child {
  margin-right: 0;
}

.portfolio-menu button:focus {
  outline: 0 none;
}

.custom {
  margin: 0 -15px;
}

.portfolio-img {
  position: relative;
}

.portfolio-img > a {
  position: relative;
  display: inline-block;
}

.portfolio-img > a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #091b29;
  opacity: 0;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.portfolio-wrapper:hover .portfolio-img > a::before {
  opacity: 0.5;
}

.portfolio-img > a img {
  width: 100%;
}

.portfolio-text {
  position: absolute;
  left: 1rem;
  right: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  background: #ffffff;
  bottom: 1rem;
  padding: 1rem;
  border-radius: 6px;
  -webkit-box-shadow: 0 10px 15px -5px rgba(9, 30, 66, 0.3);
          box-shadow: 0 10px 15px -5px rgba(9, 30, 66, 0.3);
}

.portfolio-text h3 {
  font-size: 18px;
  margin-bottom: 1rem;
  margin-top: 10px;
  font-weight: 600;
  line-height: 24px;
  font-family: "gilroylight";
}

.portfolio-text h3 > a {
  color: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.portfolio-text > span {
  font-size: 13px;
  text-transform: uppercase;
  color: #0055ff;
  letter-spacing: 2px;
}

.portfolio-text > a {
  padding: 13px 26px;
}

.portfolio-wrapper:hover .portfolio-text {
  opacity: 1;
}

.portfolio-wrapper .image-container {
  overflow: hidden;
  width: 96%;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 4px grey;
          box-shadow: 0 0 4px grey;
  border: 10px solid #e1e1e1;
  padding: 0;
  margin: 0 2% 10px;
}

.portfolio-wrapper .image-container img {
  max-width: 100%;
  position: static;
  -webkit-transition: top 15s ease-out 0s;
  transition: top 15s ease-out 0s;
}

.uiKitDesign-wrapper {
  position: relative;
  background-size: cover;
  background-position: center center;
}

.uiKitDesign-wrapper::before {
  color: #333333;
  content: "\f10e";
  font-family: "Font Awesome 5 Pro";
  font-size: 240px;
  position: absolute;
  line-height: 1;
  top: 51px;
  right: 163px;
  z-index: -1;
  opacity: 0.07;
}

.awt-text-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.uiKitDesign-text h4 {
  font-size: 36px;
  line-height: 40px;
  font-family: "gilroyextrabold";
}

.uiKitDesign-text p {
  font-size: 18px;
  line-height: 30px;
  margin-top: 1rem;
}

.uiKitDesign-text .brand-toolkit {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  max-width: 100%;
}

.uiKitDesign-text .brand-toolkit img {
  margin-left: 1rem;
  margin-top: 2rem;
}

.uikitDesign-active:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.uikitDesign-active .owl-nav div {
  background: none;
  font-size: 18px;
  left: -90px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  color: #0055ff;
  font-weight: 400;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 2px solid #e2e2e2;
}

.uikitDesign-active .owl-nav div.owl-next {
  left: auto;
  right: -90px;
}

.uikitDesign-active .owl-nav div:hover {
  background: #0055ff;
  color: #fff;
  border-color: #0055ff;
  -webkit-box-shadow: 0px 10px 32px 0px rgba(9, 107, 216, 0.61);
          box-shadow: 0px 10px 32px 0px rgba(9, 107, 216, 0.61);
}

.uikitDesign-active .owl-dots {
  bottom: -57px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 99;
}

.uikitDesign-active .owl-dot {
  display: inline-block;
  height: 5px;
  margin: 0 4px;
  width: 10px;
  background: #0055ff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px;
}

.uikitDesign-active .owl-dot.active {
  position: relative;
  width: 30px;
}

.testimonial-wrapper {
  position: relative;
}

.testimonial-wrapper::before {
  color: #333333;
  content: "\f10e";
  font-family: "Font Awesome 5 Pro";
  font-size: 240px;
  position: absolute;
  line-height: 1;
  top: 51px;
  right: 163px;
  z-index: -1;
  opacity: 0.07;
}

.testimonial-text p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
  margin-right: 124px;
  font-family: "gilroylight";
}

.testimonial-text h5 {
  font-size: 24px;
  margin-bottom: 1px;
  margin-top: 32px;
  font-weight: 600;
  letter-spacing: 0.2px;
  font-family: "gilroylight";
}

.testimonial-text span {
  font-size: 13px;
  color: #0055ff;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.testimonial-img {
  margin-left: -28px;
  margin-top: 4px;
}

.client-say-text {
  padding: 36px 39px 50px 35px;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 10px 32px 0px rgba(225, 225, 225, 0.19);
          box-shadow: 0px 10px 32px 0px rgba(225, 225, 225, 0.19);
}

.client-say-text::after {
  position: absolute;
  content: "\f10e";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  display: inline-block;
  color: #696969;
  font-size: 139px;
  text-align: center;
  right: 50px;
  bottom: 35px;
  line-height: 1;
  z-index: -1;
  opacity: 0.1;
}

.client-say-text p {
  line-height: 34px;
  margin-bottom: 26px;
  font-size: 18px;
}

.client-rating {
  margin-bottom: 35px;
}

.client-rating i {
  color: #ff9900;
  font-size: 14px;
  margin-right: 1px;
}

.client-say-content {
  padding-top: 9px;
  overflow: hidden;
}

.client-say-content h4 {
  font-size: 20px;
  margin-bottom: 0;
  color: #333333;
}

.client-say-content span {
  font-size: 14px;
  color: #ff9900;
  text-transform: uppercase;
}

.client-say-img {
  float: left;
  margin-right: 15px;
}

.client-say-img img {
  border-radius: 50%;
}

.client-active .owl-nav div {
  background: #ffffff;
  height: 50px;
  width: 50px;
  right: 15px;
  font-size: 16px;
  content: "";
  z-index: -1;
  top: -130px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  color: #0055ff;
}

.client-active .owl-nav div.owl-prev {
  right: 75px;
}

.client-active .owl-nav div:hover {
  background: #0055ff;
  color: #ffffff;
  -webkit-box-shadow: 0px 10px 32px 0px rgba(203, 203, 203, 0.51);
          box-shadow: 0px 10px 32px 0px rgba(203, 203, 203, 0.51);
}

.single-testimonial {
  margin-left: 34px;
  margin-right: 34px;
  padding: 0 3rem 3rem 3rem;
  position: relative;
  background: #fff;
  margin-top: 32px;
  margin-bottom: 39px;
  -webkit-box-shadow: 0 16px 25px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 16px 25px 0 rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}

.single-testimonial:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 48px;
  right: 48px;
  height: 115px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 14px 21px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 14px 21px 0 rgba(0, 0, 0, 0.07);
  z-index: -3;
}

.single-testimonial::before {
  color: #096bd8;
  content: "\f10e";
  font-family: "Font Awesome 5 Pro";
  font-size: 30px;
  position: absolute;
  right: 90px;
  font-weight: 700;
  bottom: -40px;
  border: 1px solid #e7e7e7;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  background: #fff;
}

.single-testimonial .clientsay-name {
  margin-top: -32px;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}

.testimonial-2-text {
  padding-top: 35px;
}

.testimonial-2-text p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 2rem;
  letter-spacing: 0.2px;
  text-align: justify;
  font-family: "gilroylight";
}

.testimonial-skill span {
  color: #696969;
  font-size: 18px;
  margin-right: 11px;
}

.testimonial-skill span:last-child {
  margin-right: 0;
}

.testimonial-skill span i {
  font-size: 14px;
  color: #ff9900;
}

.testimonial-active:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.testimonial-active .owl-nav div {
  background: none;
  font-size: 18px;
  left: -90px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  color: #0055ff;
  font-weight: 400;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 2px solid #e2e2e2;
}

.testimonial-active .owl-nav div.owl-next {
  left: auto;
  right: -90px;
}

.testimonial-active .owl-nav div:hover {
  background: #0055ff;
  color: #fff;
  border-color: #0055ff;
  -webkit-box-shadow: 0px 10px 32px 0px rgba(9, 107, 216, 0.61);
          box-shadow: 0px 10px 32px 0px rgba(9, 107, 216, 0.61);
}

.testimonial-active .owl-dots {
  bottom: -57px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 99;
}

.testimonial-active .owl-dot {
  display: inline-block;
  height: 5px;
  margin: 0 4px;
  width: 10px;
  background: #0055ff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px;
}

.testimonial-active .owl-dot.active {
  position: relative;
  width: 30px;
}

.test-01 {
  top: -128px;
  right: 0;
}

.test-02 {
  top: 26%;
  left: 6%;
}

.counter-area {
  background-size: cover;
  background-position: center center;
}

.single-counter {
  text-align: center;
}

.single-counter .awt-counter-meta {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
}

.single-counter .awt-counter-meta .awt-counter-icon {
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.single-counter .awt-counter-meta .awt-counter-icon i {
  font-size: 72px;
  color: #e1e9f5;
}

.single-counter .awt-counter-meta .awt-counter-digit {
  font-size: 68px;
  line-height: 1;
  color: #233d63;
  position: relative;
  z-index: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-counter .awt-counter-meta .awt-counter-digit .counter {
  font-weight: 700;
}

.single-counter .awt-counter-meta .awt-counter-digit .plus-icon {
  font-size: 40px;
  color: #0055ff;
  font-weight: 700;
}

.single-counter .awt-counter-meta p {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
  color: #758ca0;
}

/* form css start here */
.form-wrapper {
  margin-left: 3rem;
}

.form-area-bg-primary-awt {
  position: relative;
}

.form-area-bg-primary-awt input:focus ~ .floating-label,
.form-area-bg-primary-awt input:not(:focus):valid ~ .floating-label,
.form-area-bg-primary-awt textarea:focus ~ .floating-label,
.form-area-bg-primary-awt textarea:not(:focus):valid ~ .floating-label {
  left: 0px;
  color: white;
  border: 0px;
  padding: 0 8px;
  outline: none;
  border-radius: 0.25rem;
  background-color: #0084ff;
  -webkit-transform: scale(0.75) translateY(-29px);
          transform: scale(0.75) translateY(-29px);
}

.form-area-bg-primary-awt .floating-label {
  position: absolute;
  pointer-events: none;
  left: 0.7rem;
  top: 0.7rem;
  font-size: 14px;
  color: white;
  outline: none;
  margin: 0px;
  z-index: 1;
}

.form-area-bg-primary-awt .input-area::after,
.form-area-bg-primary-awt .select-area::after,
.form-area-bg-primary-awt .text-area::after {
  color: white;
}

.form-area-bg-primary-awt .select-area option {
  color: white;
}

.form-area-bg-primary-awt .input-area input,
.form-area-bg-primary-awt .select-area select,
.form-area-bg-primary-awt .text-area textarea {
  position: relative;
  width: 100%;
  display: block;
  font-size: 14px;
  color: white;
  padding: 0.75rem 2.3rem 0.75rem 0.75rem;
  margin-bottom: 1.5rem;
  border: 1px solid #0084ff;
  background-color: transparent;
  outline: none;
  border-radius: 0.25rem;
}

.form-area-bg-primary-awt .input-area input:focus,
.form-area-bg-primary-awt .select-area select:focus,
.form-area-bg-primary-awt .text-area textarea:focus {
  border-color: #2b55ef;
  font-weight: 400;
  background-color: #1572ea;
  font-family: "gilroylight";
}

.form-area-bg-primary-awt .input-area input.error,
.form-area-bg-primary-awt .select-area select.error,
.form-area-bg-primary-awt .text-area textarea.error {
  border-color: #e65858;
}

.form-area-bg-primary-awt .btn {
  margin-top: 1rem;
}

.form-area-bg-primary-awt .btn .btn-texts {
  color: white;
}

.form-area-awt {
  position: relative;
}

.form-area-awt input:focus ~ .floating-label,
.form-area-awt input:not(:focus):valid ~ .floating-label,
.form-area-awt textarea:focus ~ .floating-label,
.form-area-awt textarea:not(:focus):valid ~ .floating-label {
  top: -10px;
  left: 5px;
  opacity: 1;
  font-size: 12px;
  color: #6c7278;
  padding: 0 5px;
  font-weight: 500;
  background-color: white;
  -webkit-transform: scale(0.96) translateY(-1px);
  transform: scale(0.96) translateY(-1px);
}

.form-area-awt .floating-label {
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 10px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  font-size: 14px;
}

.form-area-awt .input-area input,
.form-area-awt .select-area select,
.form-area-awt .text-area textarea {
  width: 100%;
  display: block;
  font-size: 14px;
  margin-bottom: 1.5rem;
  border: 1px solid #dadada;
  padding: 0.75rem 2.3rem 0.55rem 0.75rem;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none;
  -webkit-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.form-area-awt .input-area input:focus,
.form-area-awt .select-area select:focus,
.form-area-awt .text-area textarea:focus {
  border-color: #217af1;
}

.form-area-awt .input-area input.error,
.form-area-awt .select-area select.error,
.form-area-awt .text-area textarea.error {
  border-color: #e65858;
}

.get-started-form-awt .input-area::after,
.get-started-form-awt .select-area::after,
.get-started-form-awt .text-area::after {
  color: white;
}

.get-started-form-awt .input-area input,
.get-started-form-awt .input-area select,
.get-started-form-awt .input-area textarea,
.get-started-form-awt .select-area input,
.get-started-form-awt .select-area select,
.get-started-form-awt .select-area textarea,
.get-started-form-awt .text-area input,
.get-started-form-awt .text-area select,
.get-started-form-awt .text-area textarea {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #84beff;
  -o-border-image: none;
     border-image: none;
  border-style: solid;
  border-width: 1px;
  color: white;
  font-size: 14px;
  width: 100%;
  background: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
  padding: 0.75rem 2.3rem 0.75rem 0.75rem;
  margin-bottom: 1.5rem;
}

.get-started-form-awt .input-area input::-moz-placeholder, .get-started-form-awt .input-area input::placeholder,
.get-started-form-awt .input-area select::-moz-placeholder,
.get-started-form-awt .input-area select::placeholder,
.get-started-form-awt .input-area textarea::-moz-placeholder,
.get-started-form-awt .input-area textarea::placeholder,
.get-started-form-awt .select-area input::-moz-placeholder,
.get-started-form-awt .select-area input::placeholder,
.get-started-form-awt .select-area select::-moz-placeholder,
.get-started-form-awt .select-area select::placeholder,
.get-started-form-awt .select-area textarea::-moz-placeholder,
.get-started-form-awt .select-area textarea::placeholder,
.get-started-form-awt .text-area input::-moz-placeholder,
.get-started-form-awt .text-area input::placeholder,
.get-started-form-awt .text-area select::-moz-placeholder,
.get-started-form-awt .text-area select::placeholder,
.get-started-form-awt .text-area textarea::-moz-placeholder,
.get-started-form-awt .text-area textarea::placeholder {
  color: #ffffff;
  font-size: 15px;
}

.get-started-form-awt .input-area input:focus,
.get-started-form-awt .input-area select:focus,
.get-started-form-awt .input-area textarea:focus,
.get-started-form-awt .select-area input:focus,
.get-started-form-awt .select-area select:focus,
.get-started-form-awt .select-area textarea:focus,
.get-started-form-awt .text-area input:focus,
.get-started-form-awt .text-area select:focus,
.get-started-form-awt .text-area textarea:focus {
  border-color: #ffffff;
  border-bottom: 1px solid white;
}

.get-started-form-awt .select-area option {
  color: white;
}

.input-area,
.select-area,
.text-area {
  position: relative;
}

.input-area::after,
.select-area::after,
.text-area::after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-size: 16px;
  text-align: center;
  right: 0.7rem;
  top: 10px;
}

.select-area select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-area option {
  height: calc(1.5em + 0.5rem + 2px);
}

.user-icon:after {
  content: "\f007";
}

.email-icon:after {
  content: "\f1fa";
}

.phone-icon:after {
  content: "\f095";
}

.company-icon:after {
  content: "\f1ad";
}

.select-icon:after {
  content: "\f107";
  top: 0.7rem;
  right: 0.7rem;
}

.message-icon::after {
  content: "\f0e0";
  top: 0.7rem;
}

span.error {
  font-size: 10px;
  color: #e65858;
  position: absolute;
  bottom: -25px;
  right: 0;
}

.search-showHide {
  float: right;
  position: relative;
}

.search-showHide .search-input-icon {
  padding: 4px 6px 6px 15px;
  height: 32px;
  display: inline-block;
  margin-left: 20px;
  border-left: 1px solid #3c3c3c;
}

.search-showHide .search-input-icon:before {
  content: "\f1fa";
  font-size: 25px;
  color: #fff;
  cursor: pointer;
  font-family: "Font Awesome 5 Pro";
}

.search-showHide .search-input-icon::before {
  color: #3c3c3c;
}

.search-showHide .search-input {
  position: absolute;
  right: 0;
  top: 37px;
  margin-top: 15px;
  height: 50px;
  width: 360px;
  float: left;
  display: none;
  padding: 0 20px 0 20px;
  border: 1px solid #fb992f;
  background: #fff;
  color: #aeaeae;
  font-size: 15px;
  border-radius: 5px;
  -webkite-border-radius: 5px;
}

.contact-area {
  margin-top: -538px;
  background-position: center center;
  background-repeat: no-repeat;
}

.contact-bg {
  -webkit-box-shadow: 0px 16px 32px 0px rgba(228, 228, 228, 0.56);
          box-shadow: 0px 16px 32px 0px rgba(228, 228, 228, 0.56);
  background: #ffffff;
  padding: 60px 60px 30px 60px;
}

.awt-contact-cel {
  padding: 30px 30px 60px;
  border: 1px solid #e6e6e6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
  min-height: 255px;
  background: #fff;
  border-radius: 6px;
}

.awt-contact-cel:hover:not(.add_shadow) {
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.awt-contact-cel:hover {
  border-color: transparent;
}

.awt-contact-cel:hover .awt-contact-wrapper {
  -webkit-transform: translateY(-48%);
  transform: translateY(-48%);
}

.awt-contact-cel:hover.awt-icon-wrap {
  opacity: 0;
}

.awt-contact-cel:hover .awt-contact-content-wrap .awt-link {
  color: #0055ff;
}

.awt-contact-cel .awt-contact-wrapper {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.awt-contact-cel .awt-contact-wrapper .awt-icon-wrap {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.awt-contact-cel .awt-contact-wrapper .awt-icon-wrap i {
  background: #0055ff;
  font-size: 24px;
  height: 70px;
  width: 70px;
  color: #ffffff;
  border-radius: 50%;
  line-height: 71px;
  margin-bottom: 2rem;
}

.awt-contact-cel .awt-contact-wrapper h3 {
  font-size: 24px;
  margin-bottom: 1rem;
  font-weight: 600;
  font-family: "gilroylight";
}

.awt-contact-cel .awt-contact-wrapper h4 {
  font-size: 18px;
  margin-bottom: 2rem;
}

.awt-contact-cel .awt-contact-wrapper p {
  margin: 0;
  padding: 0;
  color: #a4b2bf;
}

.awt-contact-cel .awt-contact-content-wrap {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: -30%;
}

.awt-contact-cel .awt-contact-content-wrap .awt-link-wrapper {
  margin-top: 1rem;
}

.awt-contact-cel .awt-contact-content-wrap .awt-link {
  position: relative;
  z-index: 1;
  font-size: 13px;
  font-weight: 700;
  line-height: 33px;
  text-transform: uppercase;
  padding-left: 18px;
}

.awt-contact-cel .awt-contact-content-wrap .awt-link:hover:before {
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.awt-contact-cel .awt-contact-content-wrap .awt-link:before {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  z-index: 1;
  left: 0;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}

/* carrer  */
.job-list {
  background: #fff;
  padding: 2rem;
  padding-top: 35px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  position: relative;
}

.job-list::before, .job-list::after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #0055ff;
}

.job-list::before {
  left: 0;
}

.job-list::after {
  right: 0;
}

.job-list:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
          box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.job-list:hover::after, .job-list:hover::before {
  opacity: 1;
  visibility: visible;
  width: 50%;
}

.job-list h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  display: inline-block;
  font-family: "gilroylight";
}

.carrer-cat {
  background: #f76840;
  padding: 40px 15px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.carrer-cat:hover {
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
          box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.carrer-cat h3 {
  color: #fff;
  font-size: 24px;
  margin: 0;
}

.carrer-cat img {
  margin-bottom: 20px;
}

.career-awt .icon-md {
  width: 72px;
  margin: auto;
  text-align: center;
  vertical-align: middle;
}

.career-awt .icon-md img {
  max-width: 100%;
  height: auto;
}

.brand-active.owl-carousel .owl-item img {
  display: inline-block;
  width: 60%;
  margin: auto;
}

.brand-img.text-center {
  text-align: left;
}

.brand-active.owl-carousel .owl-item img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: auto;
  min-width: auto;
  background: #ffffff;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: all-scroll;
}

.brand-active.owl-carousel .owl-item img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.faq-box .btn-link {
  color: #696969;
  display: block;
  font-size: 18px;
  border: 0;
  text-decoration: none;
  padding-left: 0.5rem;
  color: #0055ff;
}

.faq-box .btn-link::before {
  content: "\f105";
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 8px;
  top: 18px;
  -webkit-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  font-size: 15px;
  font-family: "Font Awesome 5 Pro";
}

.faq-box .btn-link:hover {
  color: #0055ff;
}

.faq-box .btn-link.collapsed {
  color: #696969;
}

.faq-box .btn-link.collapsed::before {
  content: "\f178";
  left: 4px;
  color: #696969;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.faq-box .btn-link.collapsed:hover {
  color: #0055ff;
}

.faq-box .btn-link.collapsed:hover::before {
  color: #0055ff;
}

.faq-box .card-header {
  border-bottom: 1px solid #dddddd;
  background: none;
  border-radius: 0;
  padding: 1rem 1.25rem;
  position: relative;
}

.faq-box .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0;
  border-radius: 0;
  background: none;
}

.faq-box .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: 0rem !important;
  padding-bottom: 1rem;
  border-top: none;
  border-bottom: 1px solid #dddddd;
  padding-top: 15px;
  margin-top: 12px;
}

.faq-box .card-body p {
  margin: 0;
  text-align: justify;
}

.faq-wrapper .section-title p {
  margin-top: 21px;
}

.frequently-area {
  background-size: cover;
  background-position: center center;
}

.frequently-text li {
  background: #fff;
  padding: 33px 51px 34px 50px;
  margin-right: 70px;
  margin-bottom: 20px;
}

.frequently-text li:last-child {
  margin-bottom: 0;
}

.frequently-content h4 {
  font-size: 20px;
  margin-bottom: 15px;
}

.frequently-content p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 30px;
}

.frequently-video {
  margin-top: 115px;
}

.frequently-video a {
  height: 80px;
  width: 80px;
  background: #ffffff;
  display: inline-block;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #0055ff;
  position: relative;
}

.choose-area {
  background-size: cover;
  background-position: center center;
}

.choose-bg {
  background: #ffffff;
  margin-left: 286px;
  margin-right: 286px;
  padding-top: 86px;
  padding-bottom: 58px;
}

.faq-2-box .btn-link::before {
  content: "\f068";
}

.faq-2-box .btn-link.collapsed::before {
  content: "\f067";
}

.choose-img {
  position: relative;
}

.choose-img img {
  width: 100%;
}

.choose-video {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.choose-video a {
  height: 65px;
  width: 65px;
  background: #ffffff;
  display: inline-block;
  border-radius: 50%;
  line-height: 65px;
  text-align: center;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #0055ff;
  position: relative;
}

.choose-text p {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 51px;
}

@-webkit-keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }
  100% {
    opacity: 0;
  }
}

.choose-video a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #fff;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

.working-process-area {
  background-size: cover;
  background-position: center center;
}

.working-process-icon {
  margin-bottom: 30px;
  position: relative;
}

.working-process-icon i {
  color: #ffffff;
  font-size: 60px;
  height: 140px;
  width: 140px;
  line-height: 140px;
  background: #318bf0;
  border-radius: 50%;
  -webkit-box-shadow: 0px 10px 32px 0px rgba(0, 61, 130, 0.6);
          box-shadow: 0px 10px 32px 0px rgba(0, 61, 130, 0.6);
}

.angle-icon {
  position: absolute;
  top: 40%;
  right: -88px;
}

.angle-icon img {
  width: 60%;
}

.working-process-text h5 {
  font-size: 24px;
  color: #ffffff;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
  line-height: 30px;
  min-height: 62px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-inline-grid;
  display: inline-grid;
  font-family: "gilroylight";
}

.working-process-text p {
  color: #ffffff;
  text-align: center;
}

.wor-01 {
  bottom: 6%;
  right: 4%;
}

.wor-02 {
  bottom: 15%;
  left: 6%;
}

.progress-wrapper {
  text-align: left;
}

.progress-bar-text {
  background: #091b29;
  padding: 5rem;
  margin-left: -155px;
}

.progress-bar-text .single-skill:nth-child(1) .progress-bar {
  background: #0055ff;
}

.progress-bar-text .single-skill:nth-child(2) .progress-bar {
  background: #ff7800;
}

.progress-bar-text .single-skill:nth-child(3) .progress-bar {
  background: #1fbf22;
}

.progress-bar-text .single-skill:nth-child(4) .progress-bar {
  background: #f42d41;
}

.progress-bar-text .single-skill:nth-child(5) .progress-bar {
  background: #08e595;
}

.progress-bar-text .single-skill:nth-child(6) .progress-bar {
  background: #b526ff;
}

.progress-skill {
  overflow: hidden;
}

.our-skills-img {
  margin-right: 1.5rem;
  -webkit-box-shadow: 10px 10px 0 4px #1cb5a5;
          box-shadow: 10px 10px 0 4px #1cb5a5;
}

.our-skills-img img {
  width: 100%;
}

.bar-title h4 {
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 0.7rem;
  font-family: "gilroylight";
}

.progress-bar {
  background-color: #0055ff;
  text-align: right;
}

.progress-bar span {
  color: #ffffff;
  font-size: 16px;
  margin-top: -50px;
}

.progress {
  border-radius: 0;
  height: 5px;
  overflow: visible;
  background: #173044;
}

.fact-are-area {
  background-size: cover;
  background-position: center center;
}

.circular-progress {
  position: relative;
  display: inline-block;
  text-align: center;
  background: #227adc;
  border-radius: 50%;
}

.circular-progress canvas {
  height: 150px;
  width: 150px;
}

.circular-progress span {
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 55px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
}

.progress-content {
  margin-top: 18px;
  text-align: center;
}

.progress-content h1 {
  color: #fff;
  font-size: 45px;
  margin-bottom: 4px;
}

.progress-content span {
  color: #fff;
  font-size: 18px;
}

.fact-text span {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
}

.fact-text h1 {
  color: #ffffff;
  font-size: 45px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.fact-text a {
  color: #333333;
  -moz-user-select: none;
  background: #ffffff;
  border: medium none;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
  padding: 20px 40px;
  text-align: center;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 5px;
}

.fact-text a i {
  margin-left: 5px;
}

.skill-bg {
  background: #091b29;
  padding: 73px 100px 50px 100px;
}

.skill-bg .progress-bar-text {
  background: none;
  padding: 0;
  margin-left: 0;
}

.progress-bar-2-text .single-skill:nth-child(1) .progress-bar {
  background: #1cb5a3;
}

.progress-bar-2-text .single-skill:nth-child(2) .progress-bar {
  background: #ff266f;
}

.progress-bar-2-text .single-skill:nth-child(3) .progress-bar {
  background: #e124e3;
}

.experience-text h1 {
  font-size: 45px;
  margin-bottom: 21px;
}

.experience-text p {
  margin-right: 91px;
}

.experience-text:last-child {
  margin-bottom: 0;
}

.experience-img {
  position: relative;
}

.experience-img img {
  width: 100%;
}

.experience-video {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.experience-video a {
  height: 60px;
  width: 60px;
  background: #ffffff;
  display: inline-block;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
  color: #0055ff;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.experience-video a:hover {
  background: #0055ff;
  color: #ffffff;
}

.breadcrumb-area {
  background-position: center center;
  background-size: cover;
  position: relative;
}

.breadcrumb-area::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 85, 255, 0.7);
}

.breadcrumb-text {
  position: relative;
  z-index: 1;
}

.breadcrumb-text > h1 {
  font-size: 60px;
  margin-bottom: 1rem;
  text-transform: capitalize;
  color: #ffffff;
  font-family: "gilroyextrabold";
}

.breadcrumb-menu li {
  display: inline-block;
  position: relative;
  padding: 0;
}

.breadcrumb-menu li a {
  color: #0055ff;
  font-size: 20px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.breadcrumb-menu li::before {
  content: "||";
  display: inline-block;
  padding-bottom: 0;
  position: absolute;
  top: 4px;
  color: #ffffff;
  left: -7px;
}

.breadcrumb-menu li:first-child::before {
  display: none;
}

.breadcrumb-menu span {
  font-size: 24px;
  color: #ffffff;
  text-transform: capitalize;
  line-height: 36px;
  font-family: "gilroylight";
}

.gradient {
  background: #0084ff;
  background: -webkit-gradient(linear, left top, right top, from(#0000d5), to(#0084ff));
  background: linear-gradient(90deg, #0000d5 0%, #0084ff 100%);
}

.gradient1 {
  background: #0000d5;
  background: -webkit-gradient(linear, left top, right top, color-stop(2%, #4802bb), color-stop(82%, #0084ff));
  background: linear-gradient(to right, #4802bb 2%, #0084ff 82%);
}

.gradient-text {
  background: #0084ff;
  background: -webkit-gradient(linear, left top, right top, color-stop(2%, #0084ff), color-stop(82%, #0000d5));
  background: linear-gradient(to right, #0084ff 2%, #0000d5 82%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-text1 {
  background: #0055ff;
  background: -webkit-gradient(linear, left top, right top, color-stop(2%, #0055ff), color-stop(82%, #8600dd));
  background: linear-gradient(to right, #0055ff 2%, #8600dd 82%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$theme-color', endColorstr='$purple-color',GradientType=1 );
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradientColor-icon {
  background: #0055ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#0055ff), to(#4598ff));
  background: linear-gradient(180deg, #0055ff, #4598ff);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$theme-color', endColorstr='$purple-color',GradientType=1 );
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.vertical-text {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  text-orientation: sideways;
  text-align: center;
  text-orientation: sideways;
  margin: 0rem;
  position: absolute;
  top: 0;
  right: -20px;
  height: 100%;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 4px;
  font-size: 16px;
  z-index: 1;
}

.servicesAWS-active.owl-carousel .owl-stage-outer .owl-item {
  opacity: 0.2;
}

.servicesAWS-active.owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
}

.our-services-wrapper {
  -webkit-box-shadow: 6px 6px 35px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 6px 6px 35px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
}

.our-services-wrapper:after {
  content: "";
  height: 4px;
  width: 0;
  background-color: #0055ff;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  -o-transform-origin: left;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
}

.our-services-wrapper:hover {
  transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
}

.our-services-wrapper:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -webkit-transform-origin: right;
  -o-transform-origin: right;
}

.awtIcon-active .owl-dots {
  bottom: -96px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 99;
}

.awtIcon-active .owl-dot {
  display: inline-block;
  height: 12px;
  margin: 0 5px;
  width: 12px;
  background: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  border: 2px solid #ffffff;
}

.awtIcon-active .owl-dot.active {
  position: relative;
  background: #ffffff;
}

@media only screen and (max-width: 767px) {
  .awt {
    clear: both;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .awt {
    clear: both;
  }
}

/* Responsive Utility classes */
.awt-letter {
  font-size: 72px;
  bottom: 1rem;
}

@media only screen and (min-width: 1360px) and (max-width: 1366px) {
  .awt-letter {
    font-size: 72px;
    bottom: 1rem;
  }
}

/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {
  .map-img img {
    width: 100%;
  }
  .management-area {
    padding-bottom: 95px;
  }
  .management-img img {
    width: 100%;
  }
  .awt-letter {
    font-size: 72px;
    bottom: 1rem;
  }
}

@media only screen and (max-width: 1280px) {
  .awt-letter {
    font-size: 72px;
    bottom: 1rem;
  }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
  .main-menu nav > ul > li {
    margin-left: 17px;
  }
  .slider-content p {
    margin-right: 0;
  }
  .about-content {
    margin-left: 0;
    margin-top: 0;
  }
  .about-img {
    margin-left: 0;
  }
  .about-text {
    margin-top: 0;
  }
  .video-wrapper {
    margin-left: 0;
    margin-top: 0;
  }
  .single-newsletters {
    padding: 15px;
  }
  .newsletter-form form input {
    width: 327px;
  }
  .newsletter-form button.btn {
    padding: 20px 28px;
  }
  .footer-news-img {
    margin-right: 10px;
  }
  .testimonial-text p {
    margin-right: 0;
  }
  .footer-news {
    padding: 10px;
  }
  .cta-link {
    margin-left: 15px;
  }
  .testimonial-img {
    margin-left: 0;
  }
  .testimonial-img img {
    width: 100%;
  }
  .testimonial-active .owl-nav div {
    bottom: -78px;
  }
  .testimonial {
    padding-bottom: 177px;
  }
  .single-blog .blog-text p {
    display: none;
  }
  .blog-meta {
    padding: 13px 10px 13px;
    margin-left: 10px;
    margin-right: 15px;
  }
  .blog-meta span {
    margin-right: 9px;
  }
  .single-blog {
    padding: 32px 14px 14px 0;
  }
  .header-2-button {
    margin-right: 0;
  }
  .about-2-img img {
    width: 100%;
  }
  .our-services-area {
    padding-left: 0;
    padding-right: 0;
  }
  .our-services-wrapper {
    text-align: center;
  }
  .client-say-text {
    padding: 36px 20px 50px 20px;
  }
  .client-say-content h4 {
    font-size: 18px;
  }
  .progress-bar-text {
    padding: 60px 80px 60px 70px;
  }
  .map-img img {
    width: 100%;
  }
  .footer-wrapper.footer-2-wrapper {
    padding-left: 0;
  }
  .angle-icon {
    display: none;
  }
  .contact-wrapper {
    margin-right: 0;
  }
  .footer-2-wrapper .footer-text p {
    padding-right: 0;
  }
  .section-title {
    padding-left: 0;
    padding-right: 0;
  }
  .about-us-wrapper {
    margin-left: 0;
  }
  .case-text {
    padding: 30px 20px 40px 20px;
  }
  .case-text h3 {
    font-size: 22px;
  }
  .contact-us-info {
    padding: 37px 50px 37px 40px;
  }
  .newsletter-2-bg {
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer-3-icon a {
    margin-bottom: 8px;
  }
  .services-shape-left {
    bottom: 56px;
  }
  .services-shape-right {
    bottom: 56px;
  }
  .cta-content {
    margin-right: 0;
  }
  .ctas-info {
    margin-left: 0;
    padding: 52px 20px 56px 20px;
  }
  .testimonial-2-active .owl-nav div {
    left: -80px;
  }
  .testimonial-2-active .owl-nav div.owl-next {
    left: auto;
    right: -80px;
  }
  .single-testimonial {
    margin-left: 34px;
    margin-right: 34px;
  }
  .frequently-text li {
    padding: 33px 30px 34px 30px;
    margin-right: 0;
  }
  .choose-bg {
    margin-left: 15px;
    margin-right: 15px;
  }
  .about-1-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .it-management-wrapper {
    margin-left: 0;
  }
  .management-area {
    padding-bottom: 95px;
  }
  .management-img img {
    width: 100%;
  }
  .our-case-area {
    padding-right: 0;
    padding-left: 0;
  }
  .gallery-layout-bg {
    padding: 75px 30px 84px 30px;
  }
  .gallery-layout-info {
    margin-right: 30px;
  }
  .experience-text p {
    margin-right: 0;
  }
  .single-img img {
    width: 100%;
  }
  .golas-wrapper {
    padding: 120px 0 130px 20px;
  }
  .services-2-wrapper {
    padding-right: 0;
  }
  .our-golas-text p {
    margin-right: 0;
  }
  .slider-active button.slick-arrow {
    left: 20px;
  }
  .slider-active button.slick-next {
    left: auto;
    right: 20px;
  }
  .awt-letter {
    font-size: 72px;
    bottom: 1rem;
  }
}

@media only screen and (max-width: 1112px) {
  .awt-letter {
    font-size: 72px;
    bottom: 1rem;
  }
}

@media only screen and (max-width: 1024px) {
  .awt-letter {
    font-size: 72px;
    bottom: 1rem;
  }
  .footer-area .awt-text-outline {
    font-size: 130px;
  }
}

@media only screen and (min-width: 960px) and (max-width: 991px) {
  .awt-letter {
    font-size: 72px;
    bottom: 1rem;
  }
  .footer-area .awt-text-outline {
    font-size: 115px;
  }
}

@media only screen and (min-width: 897px) and (max-width: 959px) {
  .awt-letter {
    font-size: 72px;
    bottom: 1rem;
  }
  .footer-area .awt-text-outline {
    font-size: 115px;
  }
}

@media only screen and (min-width: 823px) and (max-width: 896px) {
  .awt-letter {
    font-size: 72px;
    bottom: 1rem;
  }
  .footer-area .awt-text-outline {
    font-size: 115px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 822px) {
  .awt-letter {
    font-size: 72px;
    bottom: 1rem;
  }
  .footer-area .awt-text-outline {
    font-size: 115px;
  }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .about-img {
    margin-left: 0;
  }
  .slider-active button.slick-arrow {
    left: 10px;
  }
  .slider-active button.slick-next {
    left: auto;
    right: 10px;
  }
  .slider-height {
    min-height: 600px;
  }
  .about-content {
    margin-left: 0;
    margin-top: 0;
  }
  .cta-button {
    margin-top: 0;
  }
  .project-area {
    padding-left: 40px;
    padding-right: 40px;
  }
  .testimonial-wrapper::before {
    top: 11px;
    font-size: 191px;
  }
  .testimonial-text p {
    margin-right: 0;
  }
  .video-wrapper {
    margin-left: 0;
    margin-top: 0;
  }
  .newsletter-form form input {
    width: 430px;
  }
  .single-newsletters {
    background: #fff;
    padding: 20px 30px;
  }
  .about-text {
    margin-top: 0;
  }
  .header-ph {
    display: none;
  }
  .header-en {
    display: none;
  }
  .main-menu-area {
    padding: 28px 0 14px 0;
  }
  .slider-content h1 {
    font-size: 70px;
  }
  .slider-content p {
    margin-right: 20px;
  }
  .single-blog {
    padding: 32px 26px 20px 26px;
  }
  .footer-wrapper.footer-2-wrapper {
    padding-left: 0;
  }
  .angle-icon {
    display: none;
  }
  .progress-bar-text {
    margin-left: 0;
  }
  .single-newsletter .newsletter-form form input {
    width: 470px;
  }
  .portfolio-menu {
    margin-top: 0;
  }
  .contact-wrapper {
    margin-right: 0;
  }
  .footer-2-wrapper .footer-text p {
    padding-right: 0;
  }
  .about-us-wrapper {
    margin-left: 0;
  }
  .services-3-wrapper {
    margin-top: 0;
  }
  .service-padding {
    padding-right: 15px !important;
  }
  .service-1-padding {
    padding-left: 15px !important;
  }
  .cta-content {
    margin-right: 0;
  }
  .ctas-info {
    margin-left: 0;
    padding: 52px 20px 56px 20px;
  }
  .single-testimonial {
    margin-left: 0;
    margin-right: 0;
    padding: 0 15px 55px 15px;
  }
  .frequently-text li {
    padding: 33px 30px 34px 30px;
    margin-right: 0;
  }
  .frequently-video {
    margin-top: 0;
  }
  .case-studies-content {
    padding: 0;
  }
  .footer-wrapper {
    padding-left: 0;
  }
  .choose-bg {
    margin-left: 15px;
    margin-right: 15px;
  }
  .about-1-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .about-us-2-img {
    position: static;
    margin-top: 30px;
  }
  .about-us-2-img img {
    width: 100%;
  }
  .it-management-wrapper {
    margin-left: 0;
  }
  .our-case-area {
    padding-left: 0;
    padding-right: 0;
  }
  .case-text {
    padding: 30px 20px 40px 20px;
  }
  .gallery-layout-bg {
    padding: 75px 30px 84px 30px;
  }
  .gallery-layout-info {
    margin-right: 20px;
  }
  .case-details-content {
    margin-left: 0;
    margin-top: 0;
  }
  .gallery-layout-info h5 {
    font-size: 21px;
  }
  .case-studies-info p {
    margin-right: 0;
  }
  .experience-text p {
    margin-right: 0;
  }
  .single-img img {
    width: 100%;
  }
  .progress-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .skill-bg {
    padding: 73px 40px 50px 40px;
  }
  .golas-wrapper {
    padding: 120px 0 130px 20px;
  }
  .services-2-wrapper {
    padding-right: 0;
  }
  .our-golas-text p {
    margin-right: 0;
  }
  .product__img a img {
    width: 100%;
  }
  .breadcrumb-area {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .awt-letter {
    font-size: 60px;
    bottom: 1rem;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

/* small mobile :320px. */
@media (max-width: 767px) {
  .header-button {
    margin-left: 22px;
    float: none;
  }
  .about-img {
    margin-left: 0;
  }
  .about-content {
    margin-left: 0;
    margin-top: 0;
  }
  .cta-button {
    margin-top: 0;
  }
  .project-area {
    padding-left: 40px;
    padding-right: 40px;
  }
  .testimonial-wrapper::before {
    top: 11px;
    font-size: 191px;
  }
  .testimonial-text p {
    margin-right: 0;
  }
  .video-wrapper {
    margin-left: 0;
    margin-top: 0;
  }
  .about-text {
    margin-top: 0;
  }
  .main-menu-area {
    padding: 28px 0 14px 0;
  }
  .slider-content h1 {
    font-size: 40px;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  .slider-button {
    margin-top: 30px;
  }
  .slider-content p {
    margin-right: 0;
  }
  .slider-height {
    min-height: 600px;
  }
  .slider-btn {
    margin-left: 0;
  }
  .slider-content-3 {
    padding-top: 40px;
  }
  .about-text h1 {
    font-size: 32px;
  }
  .section-title {
    margin-left: 0;
    margin-right: 0;
  }
  .section-title h1 {
    font-size: 32px;
  }
  .services-wrapper {
    padding: 60px 20px 60px 20px;
  }
  .cta-text h1 {
    font-size: 30px;
  }
  .cta-link,
  .awt-shapecircle,
  .testimonial-wrapper::before,
  .angle-icon,
  .counter-section {
    display: none;
  }
  .project-area {
    padding-left: 0;
    padding-right: 0;
  }
  .project-text h3 {
    font-size: 22px;
  }
  .testimonial-img {
    margin-left: 0;
    margin-top: 0;
  }
  .testimonial-img img {
    width: 100%;
  }
  .contact-bg {
    padding: 30px 30px 30px 30px;
  }
  .newsletter-form form input {
    width: 250px;
  }
  .newsletter-form button.btn {
    margin-left: 0;
    margin-top: 15px;
  }
  .newsletter-text h1 {
    font-size: 30px;
  }
  .footer-bg-bottom {
    padding: 25px 15px;
  }
  .counter-wrapper,
  .copyright,
  .footer-bottem-text,
  .our-services-wrapper {
    text-align: center;
  }
  .footer-area .awt-text-outline {
    font-size: 48px;
  }
  .single-blog {
    padding: 32px 15px 20px 15px;
  }
  .bolg-top-button {
    margin-top: 0;
  }
  .footer-wrapper.footer-2-wrapper {
    padding-left: 0;
  }
  .about-2-img img {
    width: 100%;
  }
  .our-services-area {
    padding-left: 0;
    padding-right: 0;
  }
  .portfolio-menu {
    margin-top: 0;
  }
  .portfolio-menu button {
    margin-right: 12px;
  }
  .portfolio-text {
    left: 20px;
    right: 20px;
    padding: 19px 25px 25px 25px;
  }
  .progress-bar-text {
    padding: 60px 20px 60px 20px;
    margin-left: 0;
  }
  .map-img img {
    width: 100%;
  }
  .single-newsletter .newsletter-form form input {
    width: 280px;
  }
  .contact-wrapper {
    margin-right: 0;
  }
  .footer-2-wrapper .footer-text p {
    padding-right: 0;
  }
  .blog-meta {
    padding: 13px 9px 13px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .newsletter-2-bg {
    padding-left: 15px;
    padding-right: 15px;
  }
  .newsletter-2-bg .newsletter-form form input {
    width: 251px;
  }
  .about-us-wrapper {
    margin-left: 0;
  }
  .fact-text h1 {
    font-size: 32px;
  }
  .services-3-wrapper {
    margin-top: 0;
  }
  .service-padding {
    padding-right: 15px !important;
  }
  .service-1-padding {
    padding-left: 15px !important;
  }
  .cta-content {
    margin-right: 0;
  }
  .ctas-info {
    margin-left: 0;
    padding: 52px 20px 56px 20px;
  }
  .cta-content h1 {
    font-size: 32px;
  }
  .cta-2-button a.border-btn {
    margin-left: 0;
    margin-top: 15px;
  }
  .single-testimonial {
    margin-left: 0;
    margin-right: 0;
    padding: 0 15px 55px 0;
  }
  .frequently-text li {
    padding: 33px 30px 34px 30px;
    margin-right: 0;
  }
  .frequently-video {
    margin-top: 0;
  }
  .contact-2-btn .btn {
    padding: 21px 36px;
  }
  .footer-wrapper {
    padding-left: 0;
  }
  .about-1-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .choose-bg {
    margin-left: 15px;
    margin-right: 15px;
  }
  .btn-margin {
    margin-left: 0;
    margin-top: 15px;
  }
  .breadcrumb-text > h1 {
    font-size: 40px;
    margin-bottom: 11px;
  }
  .breadcrumb-area {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .services-icon::before {
    right: 66px;
    top: 10px;
  }
  .services-icon::after {
    left: 63px;
  }
  .about-us-2-img {
    position: static;
    margin-top: 30px;
  }
  .about-us-2-img img {
    width: 100%;
  }
  .about-us-img {
    padding-right: 0;
  }
  .breadcrumb-menu span {
    font-size: 20px;
  }
  .management-text h1 {
    font-size: 32px;
  }
  .management-img img {
    width: 100%;
  }
  .it-management-wrapper .it-management-text h1 {
    font-size: 32px;
  }
  .it-management-wrapper {
    margin-left: 0;
  }
  .our-case-area {
    padding-left: 0;
    padding-right: 0;
  }
  .case-text {
    padding: 30px 20px 40px 20px;
  }
  .case-text h3 {
    font-size: 22px;
  }
  .case-text {
    padding: 30px 20px 40px 20px;
  }
  .gallery-layout-bg {
    padding: 75px 30px 70px 30px;
  }
  .gallery-layout-info {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .case-details-content {
    margin-left: 0;
    margin-top: 0;
  }
  .gallery-layout-info h5 {
    font-size: 21px;
  }
  .case-studies-info p {
    margin-right: 0;
  }
  .case-details-text h1 {
    font-size: 35px;
  }
  .experience-text p {
    margin-right: 0;
  }
  .single-img img {
    width: 100%;
  }
  .progress-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .skill-bg {
    padding: 73px 40px 50px 40px;
  }
  .golas-wrapper {
    padding: 120px 0 130px 20px;
  }
  .services-2-wrapper {
    padding-right: 0;
  }
  .our-golas-text p {
    margin-right: 0;
  }
  .slider-content-4 .border-btn {
    margin-left: 0;
    margin-top: 15px;
  }
  .contact-us-content h1 {
    font-size: 32px;
  }
  .contact-us-wrapper {
    padding: 55px 14px 70px 10px;
  }
  .product-action-list a.btn {
    padding: 21px 30px;
  }
  .blog-inner-img img {
    width: 100%;
  }
  .awt-letter {
    font-size: 28px;
    bottom: 1rem;
  }
  .header .awtnav-listItem-extraSpace {
    margin-left: 0px;
  }
  .awt-rotate-imgleft {
    text-align: center;
    margin-bottom: 3rem;
    max-width: 100%;
  }
  .awt-rotate-imgleft img.bg-image {
    display: block;
    position: absolute;
    width: 80%;
  }
  .awt-text-outline .awt-text-outline,
  .awt-heading .awt-text-outline {
    font-size: 46px;
  }
  .awt-quote-extended img,
  .awt-getquote-website-extended img,
  .ayashwebtech-moduleImgs img {
    -webkit-transform: translate(0%, 22%);
            transform: translate(0%, 22%);
    display: none;
  }
  #ayashwebtech-imgLayer .imgsLayer-wrapper:nth-child(1) .imgslayer-item,
  #ayashwebtech-imgLayer .imgsLayer-wrapper:nth-child(2) .imgslayer-item,
  #ayashwebtech-imgLayer .imgsLayer-wrapper:nth-child(3) .imgslayer-item,
  #ayashwebtech-imgLayer .imgsLayer-wrapper:nth-child(4) .imgslayer-item,
  #ayashwebtech-imgLayer .imgsLayer-wrapper:nth-child(5) .imgslayer-item {
    display: none;
  }
  .awt-rotate-imgRight img,
  .awt-rotate-imgleft img,
  .saas-image img,
  .marketing-image img,
  .paymant-processing-image img {
    position: relative;
    display: none;
  }
  .awt-rotate-imgRight img:last-child,
  .awt-rotate-imgleft img:last-child,
  .saas-image img:last-child,
  .marketing-image img:last-child,
  .paymant-processing-image img:last-child {
    display: block;
    width: 100%;
  }
  .form-wrapper {
    margin-left: 0rem;
  }
  .section-title h2,
  .section-title h3,
  .section-title h4,
  .section-title h5,
  .section-title p {
    width: calc(100% / 1);
  }
  .section-title h2,
  .section-title-left h2,
  .cta-text h2 {
    font-size: 36px;
  }
  .uiKitDesign-text h4 {
    font-size: 30px;
  }
  .primary-list li {
    width: 100%;
    float: none;
    padding: 0rem 0rem 1rem 1.5rem;
    min-height: auto;
  }
  .awt-inner-imgs {
    top: 1rem;
    padding-bottom: 1rem;
  }
  .notfound .notfound-404 h3 {
    font-size: 190px;
  }
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .cta-2-button a.border-btn {
    margin-left: 17px;
    margin-top: 0;
  }
  .btn-margin {
    margin-left: 17px;
    margin-top: 0;
  }
  .services-icon::before {
    right: 171px;
    top: 10px;
  }
  .services-icon::after {
    left: 167px;
  }
  .slider-btn {
    margin-left: 9px;
    margin-top: 0;
  }
  .slider-content-4 .border-btn {
    margin-left: 5px;
    margin-top: 0;
  }
  .header .awtnav-listItem-extraSpace {
    margin-left: 0px;
  }
  .footer-area .awt-text-outline {
    font-size: 36px;
  }
}

/* site map css start here */
.sitemap-listing {
  clear: both;
  padding-left: 1rem;
}

.sitemap-listing div.tree-home {
  padding-left: 3px;
}

.sitemap-listing div.tree-home a {
  color: #7e7e7e;
  font-weight: 400;
}

.sitemap-listing div.tree-home a:hover {
  color: #0055ff;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  padding-left: 5px;
}

.category-tree ul {
  margin: 0px;
  padding: 5px 0;
  list-style-type: none;
}

.category-tree ul.tree-listing {
  padding-left: 11px;
}

.category-tree ul.tree-listing li {
  margin-left: 24px;
  padding: 7px 0 7px 24px;
  border-left: 1px solid #eeeeee;
  background: url(../img/sitemap/sitemap-horizontalline.png) left 11px no-repeat;
}

.category-tree ul.tree-listing li strong {
  font-weight: 400;
}

.category-tree ul.tree-listing li a {
  font-size: 14px;
  color: #7e7e7e;
}

.category-tree ul.tree-listing li a:hover {
  color: #0055ff;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  padding-left: 5px;
}

.category-tree ul.tree-listing li.last {
  border: none;
  background: url(../img/sitemap/sitemap-lastline.png) 0 -2px no-repeat;
}

.category-tree ul.tree-listing > li {
  margin: 0 0 0 11px;
}

.category-tree ul.tree-listing > li.last {
  border: none;
  background: url(../img/sitemap/sitemap-lastline.png) 0 -2px no-repeat;
}

.brand-asset-wrap-box {
  width: 100%;
  height: 100%;
  padding: 5rem 1.25rem 1.25rem;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.15);
}

.brand-asset-wrap-box .brand-asset-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}

.brand-asset-wrap-box .brand-asset-icon span.asset-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 7.5rem;
  width: 7.5rem;
  border-radius: 50%;
  background-color: #0055ff;
  padding: 0.9375rem;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15), 0 0 0 0 rgba(255, 255, 255, 0.15) inset;
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15), 0 0 0 0 rgba(255, 255, 255, 0.15) inset;
  border: 8px solid rgba(255, 255, 255, 0.25);
  position: absolute;
  top: -60px;
}

.brand-asset-wrap-box .brand-asset-icon span.asset-icon.primary-logo {
  background-color: #ffffff !important;
}

.brand-asset-wrap-box .brand-asset-icon span.asset-icon.light-logo {
  background-color: #e5f0ff !important;
}

.brand-asset-wrap-box .brand-asset-icon span.asset-icon.all-logo {
  background-color: #0055ff !important;
}

/* scrollUp */
#scrollUp {
  background: #0055ff;
  height: 40px;
  width: 40px;
  right: 0px;
  bottom: 55px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px 0 0 5px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

#scrollUp:hover {
  opacity: 0.7;
}

/* bounce-animate */
.bounce-animate {
  -webkit-animation-name: float-bob;
          animation-name: float-bob;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 10s;
  animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

/* notfound css start here */
.notfound {
  position: relative;
  text-align: center;
  padding: 3rem 0;
}

.notfound .notfound-404 {
  position: relative;
  height: 240px;
}

.notfound .notfound-404 h3 {
  font-size: 252px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -30px;
  -webkit-transform: translate(-5%, 0%);
  transform: translate(-5%, 0%);
}

.notfound .notfound-404 h3 > span {
  text-shadow: -8px 0 0 #fff;
}

.notfound h2 {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-left: 6px;
}

.notfound p {
  font-size: 18px;
  text-align: center;
  padding-top: 1rem;
}
/*# sourceMappingURL=main.css.map */