* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
	cursor: none;
}
body {
    background: url(http://lovepreetuiux.com/assets/images/Homepage.jpg) no-repeat;
    background-size: cover;
	user-select: none;
}
/*#preloader {
    background: #fff url('http://lovepreetuiux.com/assets/images/uiux_loader.gif') no-repeat center center;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 20001;
}*/
body, p, li, span, a, h1, h2, h3, h4, h5, h6 {
    font-family: 'Josefin Sans';
    color: #f3f3f4;
}
img{
    max-width: 100%;
}
section, footer {
    margin-left: 81px;
}
.cursor {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid gray;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
  z-index: 20000;
}
.cursor2 {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: white;
  opacity: .3;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width .3s, height .3s, opacity .3s;
  z-index: 20000;
}
.hover {
  background: linear-gradient(45deg, #79efdb, #89a8e4) !important;
  opacity: 0.8;
  width: 40px;
  height: 40px;
}
.cursorinnerhover {
  width: 50px;
  height: 50px;
  opacity: .5;
}
.anchorclick {
  background: linear-gradient(133.28deg, #78F9DA 0.59%, #89A8E4 86.21%) !important;
  opacity: 1 !important;
  width: 175px;
  height: 175px;
  border:none;
  z-index:0;
}
.anchorclick1 {
	opacity:0;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background:transparent;
  opacity:0;
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, #79efdb, #89a8e4); 
  border-radius: 0px;
}

/*header css starts*/
.uiux_header {
    height: 100vh;
    border-right: 1px solid rgb(196 196 196 / 20%);
    width: 81px;
    z-index: 9999;
}
.uiux_toggle .uiux_header {
	background-color: #050918;
}
.uiux_header:before {
    content: "Available for Quality Work";
    color: white;
    position: absolute;
    width: 257px;
    transform: rotate(90deg);
    left: -90px;
    top: 50%;
    margin-bottom: -122px;
    animation: colorChange 10s infinite;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    text-align: center;
}
@keyframes colorChange {
  0%   {color:gray;}
  25%  {color:white;}
  50%  {color:gray;}
  75%  {color:white;}
  100% {color:gray;}
}
.uiux_header .row {
    height: 100vh;
}
.uiux_header p {
    transform: rotate(90deg);
    color:white;
}
.uiux_toggle button {
    border: navajowhite;
    background: transparent;
}
div#offcanvasMenu {
    background: black;
    height: 100vh;
}
div.uiux_header:before {
    content: "Menu" !important;
}
.uiux_cross button {
    padding: 0;
    width: 100%;
}
.uiux_cross img {
    width: 25px;
}
.uiux_logo img {
    width: 62px;
}
.uiux_menu_banner {
    background: url(../assets/images/faded_brain.png) no-repeat;
    background-position: center;
    padding: 62px 0;
    height: 100%;
    background-color: #050918;
}
.uiux_menu_banner 
 .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.uiux_offMenu, .uiux_socialMedia {
    list-style: none;
    text-align: left;
}
.uiux_offMenu a {
    text-decoration: none;
    display: block;
    margin: 80px 0;
    font-weight: 700;
    font-size: 70px;
    line-height: 70px;
    transition: .5s all ease;
    position: relative;
    left: 0;
    width: fit-content;
}
.uiux_offMenu a:hover {
    color: #f3f3f4;
    transition: .5s all ease;
    left: 20px;
	background: linear-gradient(133.28deg, #78F9DA 0.59%, #89A8E4 86.21%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.uiux_offMenu a.active {
    color: #f3f3f4;
}
.uiux_tab_main .nav {
    padding: 83px 0 0 63px !important;
    height: 100vh;
    overflow-y: scroll;
    flex-wrap: nowrap;
}
.uiux_tab_main .nav::-webkit-scrollbar {
    display: none;
}
.uiux_PortfolioLogo {
    position: relative;
}
.uiux_PortfolioLogo:before {
    content: "";
    background: url(../assets/images/shadow.png) no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
}
.uiux_tab_main .nav-link {
    padding: 30px 0 15px;
    border-bottom: 1px solid transparent;
    border-radius: 0px;
}
.uiux_tab_main .nav-link:hover {
    padding: 30px 0 15px;
    border-bottom: 1px solid #373a46;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link, .nav-pills .nav-link {
    background: transparent;
    text-align: left;
}
.uiux_tab_main h3 {
    text-align: left;
    margin-bottom: 45px;
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
}
.uiux_tab_main h2 {
    color: #373a46;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
}
.uiux_tab_main .nav-link.active h2, .uiux_tab_main .nav-link:hover h2, .uiux_tab_main .nav-link:hover p, .uiux_tab_main .nav-link.active p {
    color: #f3f3f4;
}
.uiux_socialMedia a {
    color: #82848c;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    margin: 33px 0;
    transition: .5s all ease;
    position: relative;
    left: 0;
}
.uiux_socialMedia a:hover {
    transition: .5s all ease;
    left: 10px;
}
.uiux_socialMedia i {
    font-size: 25px;
    position: relative;
    top: 2px;
    margin-right: 10px;
    width: 28px;
}
.uiux_socialMedia li {
    margin: 45px 0;
}
.offContact_details li {
    display: inline-block;
    margin: 0 45px;
}
.offContact_details ul {
    list-style: none;
}
.offContact_details li a i {
    margin-right: 8px;
    font-size: 20px;
    position: relative;
    top: 0px;
}
.offContact_details li a {
    text-decoration: none;
    color: #82848c;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
}
.uiux_menu_banner .row {
    height: auto;
}
.uiux_socialMedia a:hover, .offContact_details li a:hover {
    color: #f3f3f4;
}
button:focus, a:focus, button:focus:not(:focus-visible), .btn-close:hover {
    outline:none;
    box-shadow: none;
    opacity: 1;
}
.uiux_toggle button {
    padding: 0px;
}
.uiux_toggle button img {
    width: 28px;
}

/*header css ends*/

/*home css starts*/
.uiux_toggle_portfolio {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 9999;
}
.uiux_toggle_portfolio .offcanvas {
    background: black;
    width: 100vw;
    max-height: 100%;
    top: 0;
}
button.btn-close {
    opacity: 1;
}
.uiux_tab_main img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
	transition: .8s all ease;
}
.uiux_tab_main img:hover {
    transform: scale(1.1);
	transition: .8s all ease;
}
.uiux_tab_main {
    margin-top: -28px;
}
.offcanvas-logo {
    z-index: 1;
}
.uiux_Portfoliocross button img {
    width: 60px;
    opacity: 1;
    position: fixed;
    top: 40px;
    right: 80px;
}
.uiux_PortfolioLogo img {
    width: 70px;
    position: fixed;
    left: 30px;
    top: 30px;
}
.uiux_toggle_portfolio button {
    background: transparent;
    border: none;
}
.uiux_banner h5 img {
    width: 34px;
    position: relative;
    top: -5px;
    z-index: -1;
	animation: hello 1s infinite;
}
@keyframes hello {
  0%   {transform: rotate(10deg);}
  50%  {transform: rotate(0deg);}
  100% {transform: rotate(10deg);}
}
.uiux_banner h5 {
    margin-bottom: 25px;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
}
.uiux_banner h1 {
    font-weight: 700;
    font-size: 64px;
    line-height: 90px;
}
.uiux_banner a:not(.socialIcons a, .not-bordered a), .all_projects a, .subType {
    border: 1px solid white;
    text-transform: uppercase;
    padding: 18px 20px 14px 24px;
    border-left: 0px;
    text-align: center;
    position: relative;
    margin-top: 60px;
    display: block;
    max-width: 180px;
    margin-left: 15px;
    color: white !important;
    text-decoration: none;
    transition: .8s all ease;
    background: transparent !important;
    font-weight: 600;
    font-size: 17px;
	text-decoration:none;
    line-height: 20px;
}
.uiux_banner a:not(.socialIcons a, .not-bordered a):hover, .all_projects a:hover, .subType:hover {
    background: linear-gradient(45deg, #79efdb, #89a8e4) !important;
    color: black !important;
    transition: 0.8s all ease;
}
.uiux_banner a img:not(.socialIcons img), .all_projects a img {
    width: 33px !important;
    position: absolute;
    top: 8px;
    left: -15px;
}
.uiux_banner a img:not(.socialIcons img){
 animation: see 2s infinite;
}
@keyframes see {
   0%   {left: -15px;}
  50%  {left: -7px;}
  100% {left: -15px;}
}
.all_projects a img {
 animation: seeAll 2s infinite;
}
@keyframes seeAll {
   0%   {left: -25px;}
  50%  {left: -15px;}
  100% {left: -25px;}
}
.uiux_brain_outer {
    border: 2px dashed #26313a;
    border-radius: 50%;
    width: 679px;
    height: 679px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: 40px;
}
.uiux_banner {
    padding: 55px 0;
    height: 88vh;
    display: flex;
    align-items: center;
}
.uiux_brain_inner, .uiux_brain_outer {
    position: relative;
    text-align: center;
}
.passionate, .remarkable, .dedicated, .amazing {
    border: 2px solid #26313a;
    background: #242B3C;
    text-align: center;
    padding: 14px 40px;
    position: absolute;
    opacity: 0.1;
    transition: .5s all ease;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
}
.passionate:hover, .remarkable:hover, .dedicated:hover, .amazing:hover {
    opacity: 1;
    transition: .5s all ease;
}
.amazing {
    transform: rotate(-25deg);
    top: -70px;
    left: -80px;
}
.dedicated {
    transform: rotate(10deg);
    top: -100px;
    right: -55px;
}
.remarkable {
    transform: rotate(-13deg);
    bottom: -58px;
    left: -45px;
}
.passionate {
    transform: rotate(-5deg);
    bottom: -60px;
    right: -30px;
}
img.down-Arrow {
    max-width: 89px;
}
.socialIcons li:hover {
    color: white;
    transition: .5s all ease;
}
.socialIcons li {
    display: inline-block;
    margin-right: 65px;
    font-size: 20px;
    color: #5c636d;
    transition: .5s all ease;
}
.socialIcons li a {
    color: #5c636d;
    font-size: 30px;
    transition: .5s all ease;
    position: relative;
    bottom: 0;
}
.socialIcons li a:hover {
    color: #fff;
    transition: .5s all ease;
    bottom: 10px;
}
.socialIcons ul {
    list-style: none;
    padding: 0;
}
.iCan_main {
    text-align: center;
    padding: 152px 0 107px;
    background: url(../assets/images/498px-Slack_Technologies_Logo%201.png) no-repeat;
    background-position: center;
}
.uiux_platform {
    margin: 0 auto;
    max-width: 993px;
    position: relative;
}
.iCan_main h2 {
    margin-bottom: 33px;
    font-weight: 600;
    font-size: 46px;
    line-height: 52px;
}
.iCan_main p {
    color: #777b84;
    font-weight: 500;
    font-size: 22px;
    line-height: 41px;
    margin-bottom: 51px;
}
.uiux_marked p {
    color: #f3f3f4;
    margin: 0 !important;
}
.uiux_marked {
    background: #18232f;
    max-width: 1229px;
    margin: 0 auto;
    padding: 34px 34px;
    position: relative;
}
.uiux_marked:before, .uiux_marked:after {
    content: "";
    position: absolute;
    top: 50%;
    background-size: contain !important;
    width: 58px;
    height: 57px;
    margin-top: -28px;
}
.uiux_marked:before {
    left: -20px;
    background: url(../assets/images/ai.png) no-repeat;
}
.uiux_marked:after {
    right: -20px;
    background: url(../assets/images/xd.png) no-repeat;
}
.uiux_platform:before, .uiux_platform:after {
    content: "";
    position: absolute;
    top: 0px;
    background-size: contain !important;
}
.uiux_platform:before {
    left: -95px;
    width: 35px;
    height: 60px;
    background: url(../assets/images/400px-Figma-logo%201.png) no-repeat;
	animation: rotate 5s infinite;
}
@keyframes rotate {
  0%   {transform: rotate(15deg);}
  50%  {transform: rotate(0deg);}
  100% {transform: rotate(15deg);}
}
.uiux_platform:after {
    right: -120px;
    width: 50px;
    height: 70px;
    background: url(../assets/images/394px-Sketch_Logo%201.png) no-repeat;
	animation: rotateRight 5s infinite;
}
@keyframes rotateRight {
  0%   {transform: rotate(-15deg);}
  50%  {transform: rotate(0deg);}
  100% {transform: rotate(-15deg);}
}
.uiux_works {
    padding: 40px 0 110px;
}
.works_main p {
    color: #777b84;
    max-width: 993px;
    margin: auto;
    font-weight: 500;
    font-size: 22px;
    line-height: 41px;
}
.works_main h2 {
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 46px;
    line-height: 52px;
}
.project_main {
    margin-top: 50px;
    margin-bottom: 40px;
}
.project_image {
    overflow: hidden;
}
.project_image img {
    transition: .8s all ease;	
}
.project_image img:hover {
    transform: scale(1.1);
    transition: .8s all ease;	
}
.project_data {
    display: flex;
    gap: 15px;
    align-items: center;
}
.data_left {
    padding-top: 27px;
}
.data_left h4 {
    font-weight: 600;
    font-size: 22.8454px;
    line-height: 23px;
    margin-bottom: 11px;
}
.uiux_marked p b {
    text-decoration: none;
    background: linear-gradient(133.28deg, #78F9DA 0.59%, #89A8E4 86.21%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.data_right a, .data_right span {
    text-transform: uppercase;
    width: 180px;
    text-align: right;
    text-decoration: none;
    font-weight: 700;
    font-size: 14.538px;
    line-height: 15px;
    background: linear-gradient(133.28deg, #78F9DA 0.59%, #89A8E4 86.21%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.data_right span {
    transition: .5s all ease;
}
.data_right span:hover {
    transition: .5s all ease;
	transform: rotate(45deg);
}
.data_left p {
    color: #82848c;
    margin: 0;
    font-weight: 500;
    font-size: 18.6917px;
    line-height: 27px;
}
.data_right {
    display: flex;
}
.grid_row {
    display: grid;
    grid-template-columns: 47.5% 47.5%;
    grid-column-gap: 5%;
}
.all_projects a {
    max-width: 205px;
    margin-left: auto;
    margin-right: auto;
}
.tab-content>.active {
    overflow: hidden;
}
.homes div#testimonialFade {
    margin-top: 0px;
}
.homes {
    padding: 65px 0px 125px !important;
}
/*home css ends*/

/*portfolio css starts*/
.portfolio_banner {
    height: auto;
    display: block;
    padding-bottom: 0;
    padding-top: 65px;
}
.portfolio_banner h5 {
    margin-bottom: 25px;
}
.single_portfolio a {
    max-width: 150px;
}
.single_portfolio {
    margin-bottom: 110px;
}
.hire_me {
    float: right;
}
.hire_me a {
    min-width: 177px;
    height: 177px;
    border: 1px solid white !important;
    border-radius: 50%;
    padding: 20px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: .5s all ease;
    margin: 0px 0 40px !important;
    font-weight: 600;
    font-size: 26.7457px !important;
    line-height: 0;
}
.portfolio_works .project_data {
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}
.portfolio_works .grid_row {
    grid-template-columns: 33.66% 33.66% 33.66%;
    grid-column-gap: 0;
}
.portfolio_works .data_right {
    padding-top: 25px;
}
.portfolio_works .project_data {
    padding-top: 30px;
}
.portfolio_works .project_main {
    margin-top: 30px;
    margin-bottom: 30px;
}
.lb-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999999999999999999 !important;
}
.lightbox {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: fit-content !important;
    margin: auto !important;
}
.portfolio_works .project_main a {
    text-decoration: none;
}
a.load-more-button {
    max-width: fit-content !important;
    margin-top: 20px;
	cursor: pointer;
}
.single_portfolio .hire-btn {
    margin-top: 20px;
}
#lightbox .lb-container {
    padding: 0px;
}
#lightbox .lb-container img {
    width: 100%;
	border-radius: 0px;
}
/*portfolio css ends*/

/*contact css ends*/
input.invalid {
  background-color: #ffdddd;
}
.tab {
  display: none;
}
button {
  background-color: #04AA6D;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
}
button:hover {
  opacity: 0.8;
}
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}
.step.active {
  opacity: 1;
}
.step.finish {
  background-color: #04AA6D;
}
.contact_banner ul li a {
    border: none;
    width: 100%;
    max-width: 100%;
    text-transform: inherit;
    background: none !important;
    text-decoration: none;
    color: #82848c;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
}
.contact_banner ul li a:hover {
    border: none;
    width: 100%;
    max-width: 100%;
    text-transform: inherit;
    background: none !important;
    color: #fff;
}
.contact_banner ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
}
.contact_banner {
    height: 100vh;
    align-items: start;
	padding-top:65px;
}
#regForm {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    height: 100%;
}
.form_outer {
    display: flex;
    width: 300%;
}
.tabList {
    width: 33.33%;
    padding: 20px;
    position: relative;
	transition: margin-left 0.3s ease-in-out;
}
.nameType > label {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    width: 100%;
    margin-bottom: 20px;
}
input:focus, textarea:focus {
    outline: none;
	background: transparent;
}
.nameType input:not([type="submit"]) {
    font-weight: 700;
    font-size: 34px;
    line-height: 34px;
    border: none;
    border-bottom: 1px solid #2e3440;
    background: transparent;
    margin-bottom: 40px;
    color: white;
    padding: 15px 0;
    width: 100%;
}
textarea#brief {
    font-weight: 700;
    font-size: 34px;
    line-height: 34px;
    border: none;
    border-bottom: 1px solid #2e3440;
    background: transparent;
    margin-bottom: 40px;
    color: white;
    margin-top: 8px;
    padding: 15px 0;
    width: 100%;
}
.contact_banner h5 {
    margin-bottom: 25px;
}
.contact_banner .container {
    height: 100%;
}
.subType_main {
	position:relative;
}
.subType_main img {
    content: "";
    background: url(http://lovepreetuiux.com/assets/images/see.png) no-repeat;
    position: absolute;
    top: 11px;
    background-size: contain;
    width: 30px;
    height: 31px;
    animation: see 2s infinite;
    z-index: 1;
}
.subType {
    position: relative;
    margin: 0px;
    padding: 18px 35px 14px 40px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #050918 inset !important;
  -webkit-text-fill-color: white !important;
}
.successMessage {
    background: linear-gradient(45deg, #79efdb, #89a8e4);
    text-align: center;
    padding: 10px;
    color: black;
}
/*contact css ends*/

/*about css starts*/
.about_banner p {
    color: #777b84;
    font-weight: 500;
    font-size: 22px;
    line-height: 41px;
}
.about_banner .uiux_brain_outer {
    border: none;
    padding: 0px;
    width: auto;
    height: auto;
}
.about_banner .uiux_brain_inner {
    margin-left: auto;
}
.about_banner .uiux_brain_inner img {
    width: auto;
    height: 100vh;
}
.about_social .socialIcons ul {
    padding-bottom: 12px;
}
.about_banner {
    height: 100vh;
}
/*about css ends*/

/*footer css starts*/
.scroll_up a, .scroll_up span {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
}
.scroll_up {
    position: absolute;
    right: 0;
    transform: rotate(90deg);
    bottom: 190px;
	animation: upWards 2s infinite;
}
@keyframes upWards {
   0%   {bottom: 190px;}
  50%  {bottom: 180px;}
  100% {bottom: 190px;}
}
.copyright p {
    text-align: center;
    margin: 0;
    padding: 25px;
    color: #878990;
    border-top: 1px solid #87899040;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
}
.uiux_footer {
    position: relative;
    padding: 172px 0 0;
    background: rgb(23 27 41 / 50%);
}
.uiux_footer h4 {
    text-align: center;
    margin-bottom: 100px;
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
}
.uiux_talk a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 116px;
    line-height: 116px;
}
.copyright {
    margin-top: 37px;
}
.uiux_talk {
    text-align: center;
    margin-bottom: 137px;
    position: relative;
}
.uiux_footer a {
    color: #f3f3f4 !important;
}
.uiux_location a, .uiux_mail a, .uiux_callus a {
    font-weight: 400;
    font-size: 20px;
    line-height: 41px;
}
a.anchor {
    z-index: 9;
    position: relative;
    text-decoration: none;
}
.whatsapp-icon {
	position: fixed;
	bottom: 20px;
	right: 20px; 
	width: 50px;
	height: 50px;
	cursor: pointer;
	animation: zoom 5s infinite; 
}
.whatsapp-icon:hover {
	background-color: #128c7e; 
}
@keyframes zoom {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}
/*footer css ends*/

/*case studies css starts*/
.project_banner h1 {
    max-width: 710px;
}
.project_banner ul li {
    font-weight: 400;
    font-size: 22px;
    line-height: 34px;
    color: #CFD1D3;
}
.project_banner ul {
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: auto auto auto;
    margin-top: 83px;
}
.project_banner ul li span {
    opacity: 0.5;
	color:#fff;
}
.project_banner {
    height: 100vh;
}
.overview_points {
    margin-top: 110px;
}
.uiux_overview {
    padding-top: 143px;
    background: rgb(255 255 255 / 2%);
	padding-bottom: 256px;
}
.uiux_overview h3, .uiux_stuff h3, .uiux_testimonials h3 {
    font-weight: 700;
    font-size: 52px;
    line-height: 52px;
    color: #F3F3F4;
}
.uiux_overview p, .uiux_stuff p, .uiux_testimonials p {
    font-weight: 400;
    font-size: 24px;
    line-height: 41px;
    color: rgb(255 255 255 / 50%);
}
.uiux_testimonials {
    background: rgb(255 255 255 / 2%);
}
.overview_points {
    margin-top: 110px;
    background: rgb(255 255 255 / 10%);
    padding: 50px 37px;
}
.over_view {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    column-gap: 2%;
}
.overview_points img {
    margin-bottom: 47.76px;
}
.overview_points h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    text-transform: capitalize;
    color: #F3F3F4;
	margin-bottom: 20px;
}
.overview_points p {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: rgb(255 255 255 / 50%);
}
.uiux_screen {
    margin-top: -143px;
}
.uiux_stuff, .uiux_testimonials {
    padding-top: 143px;
    padding-bottom: 143px;
}
.uiux_step {
    margin-top: 66px;
    display: grid;
    grid-template-columns: 23% 23% 23% 23%;
    gap: 2%;
}
.overview_steps {
    background: rgb(255 255 255 / 10%);
    padding: 13.68px;
}
.overview_steps img {
    width: 100%;
}
.overview_steps h3 {
    font-weight: 700;
    font-size: 23.4575px;
    line-height: 23px;
    text-transform: capitalize;
    color: white;
    padding-top: 43px;
	padding-bottom: 22.87px;
}
.overview_steps p {
    font-weight: 400;
    font-size: 19.5479px;
    line-height: 29px;
    color: rgb(255 255 255 / 50%);
}
.relative {
    position: relative;
}
.overview_steps h6 {
    font-weight: 600;
    font-size: 52.33px;
    line-height: 52px;
    text-transform: capitalize;
    color: #FFFFFF;
    opacity: 0.05;
    position: absolute;
    top: 18px;
}
.wireframe, .ui-frame {
    padding-top: 110px;
    padding-bottom: 59px;
}
.wire_shots img {
    mix-blend-mode: luminosity;
}
div#testimonialFade {
    margin-top: 108px;
}
.saying {
    max-width: 1440px;
    margin: auto;
    text-align: center;
    background: rgb(255 255 255 / 5%);
    padding: 75px 150px;
}
.saying p {
    font-weight: 400;
    font-size: 24px;
    line-height: 41px;
    color: rgb(255 255 255 / 70%);
    position: relative;
    margin-bottom: 34px;
}
button.carousel-control-next, button.carousel-control-prev {
    display: none;
}
.saying h6 {
    background: linear-gradient(133.28deg, #78F9DA 0.59%, #89A8E4 86.21%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    opacity: 0.8;
    font-weight: 700;
    font-size: 24px;
    line-height: 41px;
}
.start {
    position: relative;
    top: -16px;
    left: -10px;
}
.end {
    position: relative;
    bottom: -10px;
    right: -10px;
}
.carousel-indicators {
    bottom: -70px;
	align-items:center;
}
.carousel-indicators [data-bs-target] {
    width: 20px;
    height: 0px;
    border-radius: 0%;
    margin: 0 5px;
    background: #D9D9D9;
    opacity: 0.05;
}
.carousel-indicators .active {
    background: linear-gradient(133.28deg, #78F9DA 0.59%, #89A8E4 86.21%);
    width: 22px;
    height: 2px;
	opacity:1;
}
/*case studies css ends*/

/*responsive css starts*/
@media(max-width:1024px){
.cursor, .cursor2 {
    display: none;
}
.about_banner .uiux_brain_inner img {
    height: 100%;
}
}

@media(max-width:767px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .wrapper {
    max-width: 100%;
	padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}
a.uiux_logo {
    margin-left: 15px;
}
section, footer {
	margin-left: 0px;
}
.uiux_header:before, .uiux_header:before {
	content: "";
}
.uiux_header .row {
    height: auto;
    position: relative;
    flex-direction: row !important;
    align-items: center;
    padding: 15px 0 !important;
}
.uiux_socialMedia li {
    margin: 5px 5px 5px 0px;
}
.uiux_header {
	height: auto;
	border-bottom: 1px solid rgb(196 196 196 / 20%);
	width: 100%;
	border-right: 0px;
	position: relative !important;
}
.uiux_socialMedia a {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    margin: 10px 0;
}
.uiux_socialMedia i {
    font-size: 12px;
    top: 0px;
    margin-right: 1px;
    width: auto;
}
.uiux_header .row > * {
width: auto;
}
.uiux_banner {
    height: auto;
    display: flex;
    align-items: center;
    padding: 20px 0 40px;
}
.uiux_banner h5 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}
.uiux_banner h1 {
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    max-width: 400px;
    margin: auto;
}
.uiux_banner a:not(.socialIcons a, .not-bordered a), .all_projects a, .subType {
    padding: 10px 10px 10px 20px;
    margin-top: 18px;
    max-width: 120px;
    margin-left: 8px;
    font-size: 10px;
    line-height: 15px;
}
.uiux_banner a:not(.socialIcons a, .not-bordered a) {
    margin: 10px auto 0;
}
.socialIcons ul {
    text-align: center;
}
.uiux_banner h5 img {
    width: 22px;
    top: -3px;
}
.uiux_banner a img:not(.socialIcons img), .all_projects a img {
    width: 18px !important;
}
.uiux_brain_outer {
    width: 290px;
    height: 290px;
    padding: 35px;
    margin-right: auto !important;
    margin-top: 45px;
}
.passionate, .remarkable, .dedicated, .amazing {
    padding: 4px 14px;
    font-size: 15px;
    line-height: 20px;
}
.amazing {
    top: -50px;
    left: -35px;
}
.dedicated {
    top: -60px;
    right: -25px;
}
.remarkable {
    bottom: -58px;
    left: -30px;
}
.passionate {
    right: -25px;
}
.socialIcons li {
    margin-right: 10px;
    margin-left: 10px;
}
.socialIcons li a img {
    height: 20px;
    text-align: center;
}
.py-5.socialIcons {
    padding-bottom: 0px !important;
}
.socialIcons li a {
    font-size: 20px;
}
img.down-Arrow {
    display: none;
}
.iCan_main {
    padding: 40px 12px;
}
.iCan_main h2, .works_main h2 {
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 28px;
}
.iCan_main p, .works_main p, .data_left p, .saying p, .saying h6 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom:30px;
}
.uiux_marked {
    margin: 0 20px;
    padding: 25px 14px;
}
.uiux_marked:before, .uiux_marked:after {
    display:none;
}
.uiux_works {
    padding: 40px 12px 60px;
}
.grid_row {
    grid-template-columns: 100%;
    grid-column-gap: 0%;
}
.data_left h4 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
}
.data_right a, .data_right span {
    width: 130px;
    font-size: 10px;
    line-height: 15px;
}
.project_main {
    margin-top: 20px;
    margin-bottom: 20px;
}
.project_data, .data_right {
    display: block;
}
.uiux_toggle button img {
    width: 20px;
}
.uiux_platform:after, .uiux_platform:before, div.uiux_header:before {
	display:none;
}
.uiux_toggle_portfolio {
    top: 70px;
    right: -15px;
}
.uiux_toggle_portfolio button img {
    width: 38px;
    right: 12px;
    top: 18px;
    z-index: 1;
}
.uiux_PortfolioLogo:before {
    width: 130px;
    height: 130px;
    background-size: cover;
}
.data_left p {
    margin-bottom: 5px;
}
@keyframes seeAll {
   0%   {left: -10px;}
  50%  {left: -0px;}
  100% {left: -10px;}
}@keyframes see {
   0%   {left: -10px;}
  50%  {left: -0px;}
  100% {left: -10px;}
}
.uiux_footer {
    padding: 50px 0 0;
}
.uiux_footer h4 {
    margin-bottom: 40px;
    font-size: 20px;
}
.uiux_talk a {
    font-size: 50px;
    line-height: 50px;
}
.uiux_talk {
    margin-bottom: 70px;
}
.scroll_up a, .scroll_up span {
    font-size: 10px;
}
.copyright p {
    font-size: 12px;
    line-height: 14px;
}
.uiux_location a, .uiux_mail a, .uiux_callus a {
    font-size: 14px;
    line-height: 30px;
}
.uiux_menu_banner .row {
    justify-content: space-between;
}
.uiux_offMenu a {
    margin: 0 0;
    font-size: 22px;
    line-height: 50px;
}
.uiux_tab_main img {
    height: 100%;
}
.offContact_details ul {
    padding: 25px 0;
}
.offContact_details li a {
    font-size: 14px;
    line-height: 20px;
}
.offContact_details li a i {
    margin-right: 2px;
    font-size: 15px;
    top: 0px;
}
.uiux_menu_banner 
 .container {
    justify-content: start;
    height: 100vh;
}
.uiux_toggle .offcanvas-body {
    height: 100vh;
    overflow: hidden;
}
.offContact_details li {
    display: block;
    margin: 10px 0;
}
.uiux_PortfolioLogo img {
    width: 30px;
    left: 20px;
    top: 20px;
}
.uiux_tab_main .row {
    display: block;
}
.uiux_tab_main .nav {
    padding: 40px 15px  !important;
    height: auto;
    flex-wrap: wrap;
}
.uiux_tab_main h3 {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
}
.uiux_tab_main h2 {
    font-size: 18px;
    line-height: 24px;
	margin-bottom:0px;
}
.uiux_tab_main .nav-link, .uiux_tab_main .nav-link:hover {
    padding: 12px 0 8px;
    border-bottom: 1px solid #373a46;
}
.uiux_PortfolioLogo:before {
    width: 130px;
    height: 130px;
}
.uiux_tab_main .tab-pane {
    position: fixed;
    z-index: 0;
    max-height: 241px;
}
.uiux_tab_main .nav {
    padding-top: 270px !important;
}
.all_projects a {
    margin: auto;
}
.uiux_offMenu a:hover {
    left: 10px;
}
.about_banner p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 11px;
    text-align: center;
    max-width: 400px;
    margin: 15px auto;
}
.about_banner .uiux_brain_inner img {
    width: auto;
    height: 100%;
}
.about_banner .uiux_brain_inner {
    margin: 0 auto 30px;
}
.hireMe {
    display: none;
}
.portfolio_works .grid_row {
    grid-template-columns: 100%;
}
.portfolio_works .project_main {
    margin-top: 0;
    margin-bottom: 40px;
}
.portfolio_works .project_data {
    padding-top: 20px;
}
.portfolio_works .project_data h4 {
    font-size: 18px !important;
}
.single_portfolio {
    margin-bottom: 65px;
}
.nameType {
    margin-top: 25px;
    margin-bottom: 40px;
}
.nameType > label {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0;
}
.nameType input:not([type="submit"]) {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 30px;
    padding: 10px 0;
}
textarea#brief {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 8px;
    padding: 10px 0;
}
.subType_main {
    max-width: 70px;
    margin: auto;
}
.subType_main img {
    top: 9px;
    width: 18px;
    height: 18px;
}
.subType {
    margin: auto;
    max-width: 400px;
    padding-right: 20px;
    padding-left: 25px;
}
.contact_banner ul {
    display: block;
    text-align: center;
}
.contact_banner ul li {
    margin: 5px 0;
}
.contact_banner ul li a {
    font-size: 14px;
    line-height: 20px;
}



.project_banner ul {
    grid-template-columns: auto;
    text-align: center;
    margin-top: 25px;
}
.project_banner ul li {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 25px;
}
.uiux_overview {
    padding-top: 60px;
    padding-bottom: 210px;
}
.uiux_overview h3, .uiux_stuff h3, .uiux_testimonials h3 {
    font-size: 26px;
    line-height: 30px;
}
.uiux_overview p, .uiux_stuff p, .uiux_testimonials p {
    font-size: 18px;
    line-height: 30px;
}
.overview_points {
    margin-top: 20px;
    padding: 25px 20px;
}
.over_view {
    display: block;
    padding: 0 15px;
}
.overview_points img {
    margin-bottom: 30px;
    width: 48px;
}
.overview_points h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
}
.overview_points p {
    font-size: 18px;
    line-height: 30px;
}
.uiux_screen .text-center {
    max-width: 140px;
    margin-top: 45px;
}
.uiux_stuff, .uiux_testimonials {
    padding-top: 50px;
    padding-bottom: 50px;
}
.uiux_step {
    margin-top: 20px;
    display: block;
    padding: 0 15px;
}
.overview_steps {
    margin-bottom: 20px;
}
.overview_steps h6 {
    font-size: 35px;
    line-height: 35px;
}
.overview_steps h3 {
    font-size: 18px;
    line-height: 22px;
    padding-top: 43px;
    padding-bottom: 0px;
}
.overview_steps p {
    font-size: 16px;
    line-height: 22px;
}
.wireframe, .ui-frame {
    padding-top: 40px;
    padding-bottom: 35px;
}
.wire_shots img, .ui_shots img {
    margin-bottom: 30px;
}
div#testimonialFade {
    margin-top: 20px;
}
.saying {
    padding: 50px 20px 20px;
}
.homes {
    padding: 65px 0px 65px !important;
}
.saying p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 18px;
}
.saying h6 {
    font-size: 15px;
    line-height: 20px;
}
.carousel-indicators {
    display: none;
}
}

@media(max-width:991px) and (min-width:768px){
.uiux_banner h5 {
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 30px;
}	
.saying {
    padding: 75px 50px 35px;
}
.uiux_header:before {
    font-size: 14px;
}
.uiux_banner {
    height: auto;
}
.uiux_banner h1 {
    font-size: 38px;
    line-height: 55px;
}
.uiux_banner a:not(.socialIcons a, .not-bordered a), .all_projects a, .subType {
    padding: 18px 10px 14px 24px;
    margin-top: 15px;
    max-width: 150px;
    margin-left: 15px;
    font-size: 14px;
    line-height: 20px;
}
.socialIcons li a {
    font-size: 22px;
}
.socialIcons li {
    margin-right: 40px;
}
.uiux_brain_outer {
    width: 500px;
    height: 500px;
    padding: 50px;
    margin: 50px auto 0;
}
.passionate, .remarkable, .dedicated, .amazing {
    padding: 8px 22px;
    font-size: 24px;
    line-height: 30px;
}
.uiux_platform {
    max-width: 550px;
}
.uiux_platform:before {
    left: -30px;
}
.uiux_platform:after {
    right: -45px;
}
.uiux_marked {
    max-width: 550px;
}
.works_main h2 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 45px;
}
.works_main p {
    max-width: 440px;
    font-size: 22px;
    line-height: 41px;
}
.iCan_main h2 {
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 40px;
}
.uiux_platform:before {
    left: -30px;
    width: 20px;
}
.uiux_platform:after {
    right: -45px;
    width: 30px;
}
.iCan_main p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}
.uiux_marked:before, .uiux_marked:after {
    width: 36px;
    height: 36px;
    margin-top: -18px;
}
.iCan_main {
    padding: 50px 0;
}
img.down-Arrow {
    max-width: 60px;
}
.uiux_works {
    padding: 20px 0 70px;
}
.works_main h2 {
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 40px;
}
.works_main p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}
.project_main {
    margin-top: 5px;
}
.project_data {
    display: block;
}
.data_left h4 {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 10px;
}
.data_left p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.data_right a, .data_right span {
    font-size: 12px;
    line-height: 15px;
    text-align: left;
}
.project_image img {
    height: 242px;
}
.all_projects a {
    margin: auto;
    max-width: 155px;
}
.uiux_footer {
    padding: 80px 0 0;
}
.uiux_footer h4 {
    margin-bottom: 70px;
    font-size: 26px;
    line-height: 30px;
}
.uiux_talk a {
    font-size: 80px;
    line-height: 80px;
}
.scroll_up a, .scroll_up span {
    font-size: 14px;
    line-height: 20px;
}
.uiux_location a, .uiux_mail a, .uiux_callus a {
    font-size: 14px;
    line-height: 20px;
}
.uiux_offMenu a {
    margin: 15px 0;
    font-size: 35px;
    line-height: 40px;
}
.uiux_socialMedia li {
    margin: 10px 0;
}
.uiux_socialMedia a {
    font-size: 16px;
    line-height: 20px;
}
.uiux_socialMedia i {
    font-size: 17px;
    top: 0px;
    margin-right: 10px;
    width: auto;
}
.offContact_details li {
    margin: 0 15px;
}
.offContact_details li a {
    font-size: 12px;
}
.offContact_details li a i {
    font-size: 14px;
	margin-right: 0px;
}
.uiux_menu_banner {
    padding: 30px 0;
}
.uiux_Portfoliocross button img {
    top: 40px;
    right: 50px;
}
.about_banner p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}
.socialIcons img {
    height: 25px;
}
.about_banner .uiux_brain_outer {
    margin: 0;
}
.about_banner .uiux_brain_inner {
    margin-left: auto;
    margin: auto;
}
.hire_me a {
	padding: 18px 10px 14px 10px !important;
    margin-top: 15px;
    height: 100px;
    min-width: 100px;
    margin-left: 15px;
    font-size: 14px !important;
    line-height: 20px;
}
.portfolio_works .grid_row {
    grid-template-columns: 49% 49%;
}
.portfolio_works .project_data {
    padding-top: 18px;
}
.subType_main {
    margin-bottom: 50px;
	margin-left: 15px;
}
.uiux_banner h1 {
    margin-bottom: 50px;
}
.project_banner h1 {
    margin-bottom: 0 !important;
}
.project_banner ul li {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}
.uiux_overview {
    padding-top: 65px;
    padding-bottom: 200px;
}
.uiux_overview h3, .uiux_stuff h3, .uiux_testimonials h3 {
    font-size: 25px;
    line-height: 30px;
}
.uiux_overview p, .uiux_stuff p, .uiux_testimonials p {
    font-size: 18px;
    line-height: 28px;
}
}

@media(max-width:1199px) and (min-width:992px){ 
.uiux_banner h1 {
    font-size: 40px;
    line-height: 50px;
}
.saying {
    padding: 75px 50px 35px;
}
.about_banner .uiux_brain_inner img {
    height: auto;
}
.uiux_brain_outer {
    width: 420px;
    height: 420px;
}
.passionate, .remarkable, .dedicated, .amazing {
    font-size: 20px;
    padding: 8px 15px;
}
.socialIcons li {
    margin-right: 40px;
}
.offContact_details ul {
    padding: 0;
}
.offContact_details li {
    margin: 0 15px;
}
.uiux_offMenu a {
    margin: 60px 0;
    font-size: 60px;
    line-height: 60px;
}
.uiux_header:before {
    font-size: 14px;
    line-height: 18px;
}
.uiux_banner a:not(.socialIcons a, .not-bordered a), .all_projects a, .subType {
    padding: 13px 5px 8px 5px;
    margin-top: 14px;
    max-width: 130px;
    font-size: 14px;
    line-height: 20px;
}
.socialIcons li a {
    font-size: 18px;
}
.uiux_banner a img:not(.socialIcons img), .all_projects a img {
    width: 28px !important;
    top: 5px;
    left: -15px;
}
.iCan_main {
    padding: 60px 0;
}
.uiux_platform {
    max-width: 780px;
}
.iCan_main h2, .works_main h2 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 35px;
}
.iCan_main p, .works_main p, .saying p, .saying h6 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
}
.uiux_platform:before {
    left: 0;
    width: 20px;
    height: 50px;
}
.uiux_platform:after {
    right: 0;
    width: 35px;
    height: 50px;
}
.uiux_marked {
    max-width: 840px;
	padding: 22px 30px;
}
.uiux_marked:before, .uiux_marked:after {
    width: 36px;
    height: 36px;
    margin-top: -18px;
}
.uiux_works {
    padding: 0px 0 60px;
}
.grid_row {
    grid-template-columns: 49% 49%;
    grid-column-gap: 2%;
}
.project_data {
    display: block;
}
.data_left h4 {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 10px;
}
.data_left p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.data_right a, .data_right span {
    text-align: left;
    font-size: 12px;
    line-height: 15px;
}
.project_main {
    margin-top: 25px;
    margin-bottom: 25px;
}
.all_projects a {
    max-width: 160px;
}
.uiux_footer {
    padding: 60px 0 0;
}
.uiux_footer h4 {
    margin-bottom: 50px;
    font-size: 22px;
    line-height: 28px;
}
.uiux_talk a {
    font-size: 70px;
    line-height: 75px;
}
.uiux_talk {
    margin-bottom: 70px;
}
.uiux_location a, .uiux_mail a, .uiux_callus a {
    font-size: 17px;
    line-height: 28px;
}
.scroll_up a, .scroll_up span {
    font-size: 12px;
    line-height: 20px;
}
.uiux_Portfoliocross button img {
    top: 40px;
    width: 40px;
    right: 40px;
}
.uiux_tab_main .nav {
    padding: 50px 0 0 25px !important;
}
.uiux_tab_main h2 {
    font-size: 20px;
    line-height: 25px;
}
.uiux_tab_main .nav-link, .uiux_tab_main .nav-link:hover {
    padding: 15px 0 5px;
}
.uiux_toggle_portfolio button img {
    width: 40px;
}
.about_banner p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}
.socialIcons img {
    height: 25px;
}
.about_banner h1 {
    font-size: 34px;
    line-height: 50px;
}
.socialIcons li {
    margin-right: 25px;
}
.hire_me a {
	padding: 18px 10px 14px 10px;
    margin-top: 15px;
    height: 100px;
    min-width: 100px;
    margin-left: 15px;
    font-size: 14px !important;
    line-height: 20px;
}
.portfolio_works .grid_row {
    grid-template-columns: 49% 49%;
}
.portfolio_works .project_data {
    padding-top: 18px;
}
.contact_banner {
    height: auto;
}
.subType_main {
    margin-bottom: 50px;
}
.subType {
    padding: 16px 20px 12px 25px;
    margin-top: 14px;
    max-width: 130px;
    font-size: 14px;
    line-height: 20px;
}
}

@media(max-width:1399px) and (min-width:1200px){ 
.uiux_banner h1 {
    font-size: 40px;
    line-height: 50px;
}
.saying {
    padding-bottom: 35px;
}
.about_banner .uiux_brain_inner img {
    height: auto;
}
.uiux_brain_outer {
    width: 420px;
    height: 420px;
}
.passionate, .remarkable, .dedicated, .amazing {
    font-size: 20px;
    padding: 8px 15px;
}
.socialIcons li {
    margin-right: 40px;
}
.offContact_details ul {
    padding: 0;
}
.offContact_details li {
    margin: 0 15px;
}
.uiux_offMenu a {
    margin: 45px 0;
    font-size: 60px;
    line-height: 60px;
}
.uiux_header:before {
    font-size: 14px;
    line-height: 18px;
}
.uiux_banner a:not(.socialIcons a, .not-bordered a), .all_projects a, .subType {
    padding: 13px 5px 8px 5px;
    margin-top: 14px;
    max-width: 130px;
    font-size: 14px;
    line-height: 20px;
}
.socialIcons li a {
    font-size: 18px;
}
.uiux_banner a img:not(.socialIcons img), .all_projects a img {
    width: 28px !important;
    top: 5px;
    left: -15px;
}
.iCan_main {
    padding: 60px 0;
}
.uiux_platform {
    max-width: 780px;
}
.iCan_main h2, .works_main h2 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 35px;
}
.iCan_main p, .works_main p, .saying p, .saying h6 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
}
.uiux_platform:before {
    left: 0;
    width: 20px;
    height: 50px;
}
.uiux_platform:after {
    right: 0;
    width: 35px;
    height: 50px;
}
.uiux_marked {
    max-width: 840px;
	padding: 22px 30px;
}
.uiux_marked:before, .uiux_marked:after {
    width: 36px;
    height: 36px;
    margin-top: -18px;
}
.uiux_works {
    padding: 0px 0 60px;
}
.grid_row {
    grid-template-columns: 49% 49%;
    grid-column-gap: 2%;
}
.project_data {
    display: block;
}
.data_left h4 {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 10px;
}
.data_left p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.data_right a, .data_right span {
    text-align: left;
    font-size: 12px;
    line-height: 15px;
}
.project_main {
    margin-top: 25px;
    margin-bottom: 25px;
}
.all_projects a {
    max-width: 160px;
}
.uiux_footer {
    padding: 60px 0 0;
}
.uiux_footer h4 {
    margin-bottom: 50px;
    font-size: 22px;
    line-height: 28px;
}
.uiux_talk a {
    font-size: 70px;
    line-height: 75px;
}
.uiux_talk {
    margin-bottom: 70px;
}
.uiux_location a, .uiux_mail a, .uiux_callus a {
    font-size: 17px;
    line-height: 28px;
}
.scroll_up a, .scroll_up span {
    font-size: 12px;
    line-height: 20px;
}
.uiux_Portfoliocross button img {
    top: 40px;
    width: 40px;
    right: 40px;
}
.uiux_tab_main .nav {
    padding: 50px 0 0 25px !important;
}
.uiux_tab_main h2 {
    font-size: 20px;
    line-height: 25px;
}
.uiux_tab_main .nav-link, .uiux_tab_main .nav-link:hover {
    padding: 15px 0 5px;
}
.uiux_toggle_portfolio button img {
    width: 40px;
}
.about_banner p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}
.socialIcons img {
    height: 25px;
}
.about_banner h1 {
    font-size: 34px;
    line-height: 50px;
}
.socialIcons li {
    margin-right: 25px;
}
.hire_me a {
	padding: 18px 10px 14px 10px;
    margin-top: 15px;
    height: 100px;
    min-width: 100px;
    margin-left: 15px;
    font-size: 14px !important;
    line-height: 20px;
}



.contact_banner {
    height: auto;
}
.subType_main {
    margin-bottom: 50px;
}
.subType {
    padding: 16px 20px 12px 25px;
    margin-top: 14px;
    max-width: 130px;
    font-size: 14px;
    line-height: 20px;
}
}

@media(max-width:1599px) and (min-width:1400px){ 
.uiux_banner h1 {
    font-size: 40px;
    line-height: 50px;
}
.saying {
    padding-bottom: 35px;
}
.about_banner .uiux_brain_inner img {
    height: 100%;
}
.uiux_brain_outer {
    width: 420px;
    height: 420px;
}
.passionate, .remarkable, .dedicated, .amazing {
    font-size: 20px;
    padding: 8px 15px;
}
.socialIcons li {
    margin-right: 40px;
}
.offContact_details ul {
    padding: 0;
}
.offContact_details li {
    margin: 0 15px;
}
.uiux_offMenu a {
    margin: 60px 0;
    font-size: 60px;
    line-height: 60px;
}
.uiux_header:before {
    font-size: 14px;
    line-height: 18px;
}
.uiux_banner a:not(.socialIcons a, .not-bordered a), .all_projects a, .subType {
    padding: 13px 5px 8px 5px;
    margin-top: 14px;
    max-width: 130px;
    font-size: 14px;
    line-height: 20px;
}
.socialIcons li a {
    font-size: 18px;
}
.uiux_banner a img:not(.socialIcons img), .all_projects a img {
    width: 28px !important;
    top: 5px;
    left: -15px;
}
.iCan_main {
    padding: 60px 0;
}
.uiux_platform {
    max-width: 780px;
}
.iCan_main h2, .works_main h2 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 35px;
}
.iCan_main p, .works_main p, .saying p, .saying h6 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
}
.uiux_platform:before {
    left: 0;
    width: 20px;
    height: 50px;
}
.uiux_platform:after {
    right: 0;
    width: 35px;
    height: 50px;
}
.uiux_marked {
    max-width: 840px;
	padding: 22px 30px;
}
.uiux_marked:before, .uiux_marked:after {
    width: 36px;
    height: 36px;
    margin-top: -18px;
}
.uiux_works {
    padding: 0px 0 60px;
}
.grid_row {
    grid-template-columns: 49% 49%;
    grid-column-gap: 2%;
}
.project_data {
    display: block;
}
.data_left h4 {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 10px;
}
.data_left p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.data_right a, .data_right span {
    text-align: left;
    font-size: 12px;
    line-height: 15px;
}
.project_main {
    margin-top: 25px;
    margin-bottom: 25px;
}
.all_projects a {
    max-width: 160px;
}
.uiux_footer {
    padding: 60px 0 0;
}
.uiux_footer h4 {
    margin-bottom: 50px;
    font-size: 22px;
    line-height: 28px;
}
.uiux_talk a {
    font-size: 70px;
    line-height: 75px;
}
.uiux_talk {
    margin-bottom: 70px;
}
.uiux_location a, .uiux_mail a, .uiux_callus a {
    font-size: 17px;
    line-height: 28px;
}
.scroll_up a, .scroll_up span {
    font-size: 12px;
    line-height: 20px;
}
.uiux_Portfoliocross button img {
    top: 40px;
    width: 40px;
    right: 40px;
}
.uiux_tab_main .nav {
    padding: 50px 0 0 25px !important;
}
.uiux_tab_main h2 {
    font-size: 20px;
    line-height: 25px;
}
.uiux_tab_main .nav-link, .uiux_tab_main .nav-link:hover {
    padding: 15px 0 5px;
}
.uiux_toggle_portfolio button img {
    width: 40px;
}
.about_banner p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}
.socialIcons img {
    height: 25px;
}
.about_banner h1 {
    font-size: 34px;
    line-height: 50px;
}
.socialIcons li {
    margin-right: 25px;
}
.about_banner .uiux_brain_inner img {
    height: 100%;
}
.hire_me a {
	padding: 18px 10px 14px 10px;
    margin-top: 15px;
    height: 100px;
    min-width: 100px;
    margin-left: 15px;
    font-size: 14px !important;
    line-height: 20px;
}
.subType_main {
    margin-bottom: 50px;
}
.subType {
    padding: 16px 20px 12px 25px;
    margin-top: 14px;
    max-width: 130px;
    font-size: 14px;
    line-height: 20px;
}
}

@media(max-width:1800px) and (min-width:1600px){ 
.socialIcons li {
    margin-right: 50px;
}
}

@media(min-width:1600px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: calc(100% - 160px);
}	
.saying {
    margin-top: 35px;
}
.homes {
    padding: 120px 0px 180px !important;
}
}

@media(max-width:1400px){
.about_banner {
    height: 100% !important;
}
}
/*responsive css ends*/