@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
	margin:0 auto;
	width:100%;
	font-family: 'Nunito', sans-serif;
}
html {
  scroll-behavior: smooth;
}

p {
	font-size:18px;
}
.btn, button.slick-arrow {
	background-image: linear-gradient(to right, #20d1d2, #397bb5);
	padding: 8px 38px;
	border-radius: 200px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	border: none;
	transition:0.5s all;
}
.btn:hover {
	background-image: linear-gradient(to right, #397bb5, #20d1d2);
	transition:0.5s all;
	color:#fff;
}
img {
	max-width: 100%;
}
section {
	padding:60px 0px 70px;
}
ul, li {
	margin:0px;
	padding:0px;
	list-style:none;
	color:#363636;
}
a:hover {
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6, p, span, a {
	color:#363636;
}
.fa {
	color:#20d1d2;
}
.bottom-object img {
    width: 100%;
}
ul.top-menu-items, ul.social-media-items {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.container {
	max-width: 1280px;
}
section.main-header {
	padding: 0;
}
ul.top-menu-items li {
	margin-right: 25px;
}
.social-media-items li a {
	background: #20d1d2;
	border-radius: 4px;
	color: #fff;
	width: 28px;
	height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
}
ul.top-menu-items li .fa {
	font-size: 22px;
	padding-right: 10px;
}
ul.top-menu-items li a {
	display: flex;
	align-items: center;
	justify-content: center;
}
ul.social-media-items li a .fa {
	color: #fff;
	font-size: 18px;
}
.social-media-items.right-align {
	justify-content: flex-end;
}
.social-media-items.right-align li {
	margin-left: 10px;
	margin-right:0px;
}
.top-bar {
	padding: 8px 0;
	border-bottom: 1px solid #f2f2f2;
	transition:0.1s all;
}
.stickytop .top-bar {
    height: 0;
    padding: 0;
    overflow:hidden;
	transition:0.1s all;
	border-bottom: none;
}

.stickytop .header-nav {
    padding: 3px 0;
	transition:0.1s all;
}
/***************Menu***************/
.main-menu li a:hover {
	color:#397bb5;
}
.main-menu li a {
	font-size: 18px;
	font-weight: 600;
	padding: 16px 17px;
	position: relative;
}
.header-nav {
	padding: 14px 0;
}
section.main-header {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 999;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}
.mobile-open-div, .mob-open {
	display: none;
}
.main-menu {
	width: 100%;
}
nav.navbar {
	padding: 0;
}




/****************Close-menu********/
.main-banner {
    background: url(../images/bannner-bg.jpg)no-repeat scroll center / cover;
    width: 100%;
    position: relative;
    padding: 80px 0 0px;
    overflow: hidden;
    margin-top: 134px;
}
.main-banner .carousel-inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 60px 60px;
	overflow:inherit;
}
.main-banner .carousel-control-next, .main-banner .carousel-control-prev {
	width: 38px;
	color: #2b2b2b;
	opacity: 1;
	height: 75px;
	background: #fff;
	font-size: 40px;
	top: 35%;
	border-radius: 8px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	z-index:2;
}
.main-banner .carousel-control-next {
	right:10px;
}
.main-banner .carousel-control-prev {
	left:10px;
}
.left-content h1 {
	font-size: 42px;
	color: #fff;
	font-weight: 700;
	line-height: 54px;
}
.left-content p {
	font-size: 22px;
	color: #fff;
	line-height: 32px;
	font-weight: 300;
	margin: 18px 0 35px;
}
a.btn.white-btn {
	color: #3f3f3f;
	background: #fff;
	font-weight: 500;
}
span.object-round.left {
	height: 286px;
	width: 286px;
	border-radius: 100%;
	position: absolute;
	top: 28%;
	border: 20px solid rgba(255, 255, 255, 0.09);
	left: -13%;
	z-index: 1;
}
span.object-round.right {
	height: 323px;
	width: 323px;
	border-radius: 100%;
	position: absolute;
	top: 9%;
	border: 30px solid rgba(255, 255, 255, 0.15);
	right: -10%;
	z-index: 1;
}
span.object-round.right {
	animation: MoveUpDown 2s linear infinite;
}
span.object-round.right {
	-webkit-animation: mover2 2s infinite alternate;
	animation: mover2 2s infinite alternate;
}
span.object-round.right {
	-webkit-animation: mover2 2s infinite alternate;
	animation: mover2 2s infinite alternate;
}
span.object-round.big {
	animation: MoveUpDown 4s linear infinite;
}
span.object-round.big {
	-webkit-animation: mover3 4s infinite alternate;
	animation: mover3 2s infinite alternate;
}
span.object-round.big {
	-webkit-animation: mover3 4s infinite alternate;
	animation: mover3 4s infinite alternate;
}
span.dot-effect {
	animation: MoveUpDown 4s linear infinite;
}
span.dot-effect {
	-webkit-animation: mover4 4s infinite alternate;
	animation: mover4 4s infinite alternate;
}
span.dot-effect {
	-webkit-animation: mover4 4s infinite alternate;
	animation: mover4 4ss infinite alternate;
}
.object-round {
	animation: MoveUpDown 4s linear infinite;
}
.object-round {
	-webkit-animation: mover 4s infinite alternate;
	animation: mover 4s infinite alternate;
}
.object-round {
	-webkit-animation: mover 4s infinite alternate;
	animation: mover 4s infinite alternate;
}
 @-webkit-keyframes mover {
 0% {
transform: translateY(0);
}
 100% {
transform: translateY(-130px);
}
}
@keyframes mover {
 0% {
transform: translateY(0);
}
 100% {
transform: translateY(-130px);
}
}
 @-webkit-keyframes mover2 {
 0% {
transform: translateY(0);
}
 100% {
transform: translateY(-40px);
}
}
@keyframes mover2 {
 0% {
transform: translateY(0);
}
 100% {
transform: translateY(-40px);
}
}
 @-webkit-keyframes mover3 {
 0% {
transform: translateY(0);
}
 100% {
transform: translateY(-20px);
}
}
@keyframes mover3 {
 0% {
transform: translateY(0);
}
 100% {
transform: translateY(-20px);
}
}
 @-webkit-keyframes mover4 {
 0% {
transform: translateY(0);
}
 100% {
transform: translateY(20px);
}
}
@keyframes mover4 {
 0% {
transform: translateY(0);
}
 100% {
transform: translateY(20px);
}
}
section.about-us-sec {
	position: relative;
	overflow: hidden;
	padding: 130px 0 80px;
	margin-top: -1px;
	z-index: 2;
	background: #fff;
}
section.about-us-sec .featured-image {
	position: relative;
	z-index: 2;
}
section.about-us-sec span.dot-effect {
	position: absolute;
	right: 4px;
	top: -29px;
	z-index: -1;
}
section.about-us-sec span.object-round.left {
	height: 463px;
	width: 463px;
	border: 30px solid #1dcfcd;
	left: -16%;
	z-index: 1;
	top: 16%;
}
section.about-us-sec span.flower-pot {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0%, -50%);
}
h2.heading-title {
	font-size: 42px;
	font-weight: 700;
	padding-bottom: 30px;
	margin-bottom: 30px;
	position:relative;
	z-index: 2;
}
h2.heading-title:after {
	position: absolute;
	bottom: 4px;
	height: 4px;
	border-radius: 20px;
	width: 90px;
	background: linear-gradient(to right, #20d1d2, #397bb5);
	left: 0;
	content: "";
}
section.about-us-sec .content-area {
	padding-right: 60px;
}
span.break-word {
	display: block;
}
section.our-services-sec {
	background:url(../images/bannner-bg.jpg)no-repeat center / cover;
	padding-bottom: 40px;
	background-attachment:fixed;
}
h2.heading-title.white.center {
	text-align: center;
	color: #fff;
}
h2.heading-title.white.center:after {
	background: #fff;
	left: 50%;
	transform: translate(-50%, 0);
}
.sercvice-box {
	background: #fff;
	border-radius: 10px;
	position: relative;
	padding: 30px 30px 20px 90px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
	height: 100%;
}
.sercvice-box h4 {
	font-size: 26px;
	font-weight: 700;
	padding-bottom: 15px;
}
.sercvice-box p {
	font-size: 18px;
	color: #616161;
	font-weight: 300;
}
.sercvice-box span.serv-icon {
	position: absolute;
	left: 18px;
	top: 18px;
	border: 8px solid #fff;
	border-radius: 100%;
	z-index:5;
}
.sercvice-box:after {
	content: "";
	left: 47px;
	width: 1px;
	background: #eeeeee;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
}
.sercvice-box:before {
	content: "";
	left: 35px;
	width: 160px;
	height: 160px;
	position: absolute;
	top: -40px;
	border: 10px solid rgba(255, 255, 255, 0.2);
	z-index: 1;
	border-radius: 100%;
}
section#mission-vision {
    padding-left: 50px;
    padding-right: 50px;
}
.vision-mission-slider {
    padding: 0 80px;
}
.vision-mission-slider .slick-arrow {
    font-size: 0px;
    padding: 11px 44px 16px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    bottom: auto;
    z-index: 10;
    background: #72e89d;
}
.vision-mission-slider .slick-prev:before, .vision-mission-slider .slick-next:before {
    font-size: 33px;
    line-height: 14px;
    opacity: 1;
    color: black;
}
.vision-mission-slider .slick-arrow:hover, .vision-mission-slider .slick-arrow:focus {
    background: #72e89d;
}

section#our-clients {
    background-image: linear-gradient(to right, #397ab5 , #20d1d2);		
}

ul.partners-list li {
    position: relative;
	padding-left: 58px;
}

ul.partners-list li:before {
    content: "";
    position: absolute;
    width: 51px;
    height: 51px;
    background: url(../images/client-list-box.png)no-repeat scroll left;
    left: 14px;
}
.media-body a {
    display: inline-block;
}
.media-body p {
    font-size: 17px;
}
ul.partners-list {
    max-width: 730px;
    margin: 0 auto;
    display: block;
}

ul.partners-list li a {
    font-size: 28px;
    color: #fff;
    line-height: 58px;
}

h2.heading-title.center {
	text-align: center;
}
h2.heading-title.center:after {
	left: 50%;
	transform: translate(-50%, 0);
}
.project-accordion ul#pills-tab {
	justify-content: center;
}
.project-accordion ul li.nav-item a {
	border-radius: 200px;
	font-size: 16px;
	text-transform: uppercase;
	padding: 8px 26px;
	margin: 0 8px;
	font-weight: 600;
	border: 1px solid #eaeaea;
	color: #525252;
}
.project-accordion .nav-pills .nav-link.active, .project-accordion .nav-pills .show>.nav-link {
	color: #fff;
	background: linear-gradient(to right, #20d1d2, #397bb5);
	border-color:#20d1d2;
}
.project-box {
	text-align: left;
	margin-bottom: 30px;
	margin-top: 0px;
}
.project-box h5 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 8px;
    font-weight: 700;
    color: #387DB6;
}
.project-featured-img {
    position: relative;
	overflow: hidden;
}
.project-featured-img:hover > img {
    transform: scale(1.2);
	transition:0.3s all;
}
.project-featured-img > img {
    transform: scale(1);
	transition:0.3s all;
	width: 100%;
}
.project-featured-img .download-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    font-weight: 600;
    font-size: 13px;
    padding: 11px 29px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2;
	font-family: 'Montserrat', sans-serif;
	min-width: 150px;
}

.project-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    transform: translate(-50%,-50%);
    background: rgba(0, 0, 0, 0);
    border-radius: 5px;
    width: 100%;
    height: 100%;
	opacity: 0;
	visibility: hidden;
	transition:0.3s all;
}

.project-overlay .top-tick {
    position: absolute;
    left: 55px;
    top: 55px;
	transition:0.3s all;
}
.project-overlay .bottom-tick {
    position: absolute;
    right: 55px;
    bottom: 55px;
	transition:0.3s all;
}

.project-featured-img .download-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50px;
    padding: 2.2px;
    background: linear-gradient(94.67deg, #21CBD0 9.1%, #387DB6 91.68%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    content: "";
}


.project-featured-img:hover .bottom-tick {
    right: 5px;
    bottom: 5px;
	transition:0.3s all;
}
.project-featured-img:hover .top-tick {
    left: 5px;
    top: 5px;
	transition:0.3s all;
}

.project-featured-img:hover .project-overlay {
    background: rgba(0, 0, 0, 0.6);
	transition:0.3s all;
	opacity: 1;
	visibility: visible;
}

.project-featured-img:hover .download-btn {
    transform: translate(-50%,-50%) scale(1);
	transition:0.3s all;
}


.project-box p {
    color: #525252;
    font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}
.project-box button.btn.download-btn {
	background: #fff;
	border: 1px solid #eaeaea;
	color: #8a8a8a;
	padding: 4px 24px;
	font-weight: 300;
	transition:0.3s all;
}
.project-box button.btn.download-btn:hover {
	background: linear-gradient(to right, #20d1d2, #397bb5);
	color: #fff;
	transition: 0.3s all;
	border: 1px solid #fff;
	background-position: 129px 40px;
}
section.projects-sec {
	padding-bottom: 25px;
}
section.how-we-work-sec {
	background:#fafafa;
}
section.how-we-work-sec .steps-box h4 {
	font-weight: 700;
	font-size: 22px;
}
section.how-we-work-sec .steps-box {
	padding-top: 50px;
}
.steps-row .col-sm-12 {
	margin-top: 30px;
	border-top: 1px solid #ededed;
}
.steps-row .col-sm-12:last-child {
	margin-top: 30px;
	border: none;
}
.steps-row {
	counter-reset: css-counter 0;
	padding: 0 20px;
}
.steps-row .col-sm-12 {
	counter-increment: css-counter 1;
}
.steps-row .col-sm-12:before {
	content: counter(css-counter) "";
	position: absolute;
	width: 51px;
	height: 51px;
	background: #fff;
	border-radius: 100%;
	border: 2px solid #ededed;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	font-weight: 700;
	top: -27px;
	left: 0;
	 animation: pulse 0.5s infinite;
}
/************* Pulse Animation start **************/
.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(32,209,210, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(32,209,210, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(32,209,210, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(32,209,210, 0.4);
    box-shadow: 0 0 0 0 rgba(32,209,210, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(32,209,210, 0);
      box-shadow: 0 0 0 10px rgba(32,209,210, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(32,209,210, 0);
      border: 0 0 0 0 rgba(32,209,210, 0);
  }
}

/*************Pulse Anmitaion End *****************/
section.how-we-work-sec .steps-box p {
	font-weight: 400;
	margin-top: 24px;
	margin-bottom: 24px;
}
section.how-we-work-sec .steps-box a.lookmore-btn {
	font-size: 18px;
	font-weight: 700;
	color: #397bb5;
}
section.how-we-work-sec .steps-box a.lookmore-btn img {
	margin-left:10px;
}
.double-cots {
	text-align: center;
}
 

.slick-initialized .slick-slide {
	outline: none;
}

section.maps-with-contact-sec {
	padding-top: 0;
	position: relative;
	border-bottom: 1px dashed #dedede;
	padding-bottom: 20px;
}
section.maps-with-contact-sec .form-control {
	height: 54px;
	border-radius: 200px;
	background: #fbfbfb;
	border-color: #dedede;
}
section.maps-with-contact-sec .form-control:focus {
	outline:none;
	box-shadow:none;
}
section.maps-with-contact-sec textarea#textarea {
	height: 130px;
	border-radius: 20px;
}
.contact-form {
	position: absolute;
	top: 60px;
	background: #fff;
	max-width: 510px;
	width: 100%;
	right: 60px;
	padding: 30px 40px;
	border-radius: 20px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.contact-form button {
	margin: 0 auto;
	display: block;
	margin-top: 30px;
	padding: 10px 54px;
	font-size: 20px;
	font-weight: 300;
}
.contact-boxes {
	margin-top: 110px;
}
span.icon-div i.fa {
	font-size: 30px;
	color: #20d1d2;
}
.contact-boxes span.icon-div {
	height: 70px;
	min-width: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f4f4f4;
	margin-right: 10px;
	border-radius: 100%;
}
.contact-boxes .media-body h5 {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 2px;
}
.contact-boxes .media-body a {
	font-size: 18px;
	word-break: break-word;
}
.contact-boxes .media {
	margin-top: 30px;
}
.contact-boxes .social-media-items {
	margin-top: 70px;
}
.contact-boxes .social-media-items li a {
    width: 30px;
    height: 30px;
    border-radius: 7px;
    transition: 0.4s all;
}
.social-media-items li a:hover {
	background: #397cb5;
	transition:0.4s all;
}
.contact-boxes ul.social-media-items li a .fa {
    font-size: 20px;
}
footer p.copyright-text {
    text-align: left;
    margin: 0;
    padding: 16px;
}
footer p.copyright-text a {
	color:#397bb5;
}
p.website-text.right {
    margin: 0;
    text-align: right;
    font-size: 20px;
}
button.navbar-toggler {
    margin-left: auto;
    height: 40px;
    width: 50px;
    position: relative;
    border: none;
}
button.navbar-toggler:hover,  button.navbar-toggler:focus {
  outline:none;
}

.header-nav .navbar-toggler span.line {
    position: absolute;
    height: 3px;
    left: 21px;
    background: #20d1d2;
    right: 0;
    border-radius: 250px;
	transform: rotate(0deg); 
	transition:0.1s all;
}
.header-nav .navbar-toggler span.line.top {
    top: 5px;
}
.header-nav .navbar-toggler span.line.bottom {
    bottom: 5px;
    left: 10px;
}
.header-nav .navbar-toggler span.line.middle {
    top: 45%;
    right: 0;
    left: 0;
    width: auto;
}



.navbar-toggler {
	 position: relative;
	 right: 0px;
    top: 0px;
}

.menu-open .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
    position: fixed;
    z-index: 999;
    right: 24px;
    top: 16px;
}

.menu-open .navbar-toggler span.line.top {
    transform: rotate(45deg);
    transition: 0.1s all;
    top: 18px;
    left: 0;
}

.menu-open .navbar-toggler span.line.middle {
    transform: rotate(-45deg);
	transition: 0.1s all;
}

.menu-open .navbar-toggler span.line.bottom {
	 height:0px;
	 transition: 0.1s all;
}
.menu-open button.navbar-toggler {
    height: 40px;
    width: 40px;
}

.menu-open {
  overflow:hidden;	
}

ul.left-points {
    padding-left: 50px;
}
ul.left-points li {
    position:relative;
}

ul.left-points li:before {
    position: absolute;
    content: "";
    left: -33px;
    top: 6px;
    width: 25px;
    height: 16px;
    background: url(../images/check-points.svg)no-repeat scroll center / contain;
}

section#core-values {
    background: #6acdf3;
    text-align: center;
}

section#core-values .container, .mission-vision-sec .container {
    max-width: 1050px;
}

.mission-vision-sec h3 {
    font-size: 32px;
    font-weight: 300;
}

.core-val-box {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.10);
    border-radius: 0px 30px;
    padding-left: 5px;
    padding-right: 5px;
	height: 100%;
}
.core-val-box h6 {
    font-size: 20px;
    margin-top: 15px;
    font-weight: 600;
    margin-bottom: 0;
}
.software-dvlop-box {
    text-align: center;
}
.icon-with-nmber {
    display: inline-block;
    position: relative;
}
.software-dvlop-box {
    text-align: center;
 height: 100%;
    width: 100%;
    padding: 30px 20px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.08);
}
.icon-with-nmber span {
    position: absolute;
    top: 14%;
    font-size: 20px;
    background: white;
    padding: 1px 10px;
    border-radius: 100%;
    border: 1px solid #dbf3fd;
    left: -12px;
    font-weight: 600;
    color: #21ced1;
}

.software-dvlop-box h4 {
    font-size: 26px;
    font-weight: 600;
    margin-top: 15px;
	margin-bottom:0px;
}

section#technologies {
   background-image: linear-gradient(to right, #397ab5 , #20d1d2);
}

.technologies-box {
    padding: 20px;
    background: #dbf3fd;
    margin-top: 15px;
    margin-bottom: 15px;
}

ul.technology-logos {
    display: flex;
    flex-wrap: wrap;
}

ul.technology-logos li a {
    padding: 10px;
    background: #fff;
    display: inline-block;
    width: 100%;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}

ul.technology-logos li {
    padding: 10px 10px;
    flex-grow: 2;
    text-align: center;
}

.technologies-box h3.small-heading {
    font-size: 28px;
    font-weight: 700;
    color: #397bb5;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #20d1d2;
}


@media only screen and (max-width:1140px){
	.social-media-items.right-align li {
		margin-left: 4px;
	}
	.contact-boxes .media-body a {
		font-size: 17px;
	}
	.contact-boxes .media-body h5 {
		font-size: 23px;
	}
	.contact-boxes span.icon-div {
		height: 60px;
		min-width: 60px;
	}
	span.icon-div i.fa {
		font-size: 25px;
	}
}



@media only screen and (max-width:991px){

	.mobile-open-div {
		display: flex;
		align-items: center;
		margin-top: -50px;
		font-size: 170px;
		position: fixed;
		background: #3e4858;
		right: 14px;
		border-radius: 5px;
		z-index: 999;
	}

div#navbarNavDropdown {
   transition:0.1s all;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    max-width: 480px;
    background: #161E2C;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    z-index: 998;
    overflow-y: auto;
    padding: 60px 0 50px;
}
div#navbarNavDropdown.collapse.show {
	  display: inline-block;
	  right: 0;
	 transition:0.04s all;
}

.main-menu ul.nav li a {
    color: #bec0c2;
    border-bottom: 1px solid #262c38;
    font-weight: 400;
}
.main-menu ul.nav {
    flex-direction: column;
}
.main-menu ul.nav li {
    width: 100%;
    text-align: center;
}
.main-menu ul.nav li:last-child {
   margin-top:30px;
}
section.about-us-sec span.object-round.left {
    height: 380px;
    width: 380px;
	top: 6%;
}
h2.heading-title {
    font-size: 34px;
}
section.about-us-sec {
    padding: 40px 0 80px;
}
.software-dvlop-box h4 {
    font-size: 20px;
} 
.left-content h1 {
    font-size: 36px;
}
.mission-vision-sec h3 {
    font-size: 26px;
}
}


@media only screen and (max-width:767px){
.vision-mission-slider {
    padding: 0 0px;
}
section#mission-vision {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 50px;
}
.vision-mission-slider .slick-prev {
    left: 50%;
    margin-left: -100px;
	bottom: -80px;
    top: auto;
}
.vision-mission-slider .slick-next {
    right: 50%;
    margin-right: -100px;
    bottom: -80px;
    top: auto;
}
.mission-vision-sec h3 {
    font-size: 24px;
}
ul.partners-list li a {
    font-size: 24px;
    line-height: 35px;
}
ul.partners-list li {
    margin-bottom: 20px;
}
.banner-image-area {
    margin-top: 40px;
}

}

@media only screen and (max-width:600px){
	section.about-us-sec span.object-round.left {
		height: 280px;
		width: 280px;
	}
}


@media only screen and (max-width:575px){
ul.top-menu-items, ul.social-media-items {
    justify-content: center;
}
.social-media-items.right-align {
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 4px;
}
ul.top-menu-items li {
    margin-right: 10px;
    margin-left: 10px;
}
.top-bar {
    display: none;
}
.main-banner {
    margin-top: 84px;
}
body footer p.copyright-text {
    text-align: center;
}
body footer .website-text.right {
    text-align: center;
    margin-bottom: 22px;
}

}

@media only screen and (max-width:480px){
	section.about-us-sec span.object-round.left {
		height: 220px;
		width: 220px;
	}
	.bottom-object img {
		opacity: 0.1;
	}
	section.about-us-sec .content-area {
		padding-right: 0;
	}
}

@media only screen and (max-width:390px){
	section.about-us-sec span.object-round.left {
		height: 180px;
		width: 180px;
	}
}