@import url('https://fonts.googleapis.com/css?family=Dosis');
@import url('https://fonts.googleapis.com/css?family=Quicksand');
*
{
	margin: 0px;
	padding: 0px;
}
body
{
	margin: 0px
	padding:0px;
	font-family: 'Quicksand', sans-serif;
}
h1, h2, h3, h4, h5, h6, .title
{
	
	margin: 0px;
	padding: 0px;
}
img
{
	width: 100%;
	height: auto;
}
ul
{
	margin: 0px;
	padding:0px;
	list-style: none;
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
}
header {
    width: 100%;
    padding: 10px 0px;
        background: #ffffffa6;
        transition: all 0.3s;
}
.pagewidth {
    width:  100%;
    max-width:  1250px;
    margin: auto;
}
.logo a img{
	width: 260px;
    height: auto;
    margin-top: 14px;
}
header .col-md-9 .ctnt-details ul li {
    display: inline-block;
    margin: 0px 8px;
}

header .col-md-9 .ctnt-details ul li:last-child {
    margin-right: 0px;
}

header .col-md-9 .ctnt-details {
    text-align: right;
}
header .col-md-9 nav.navbar.navbar-expand-md {
    padding: 0px;
        margin-top: 8px;
}
.navbar-expand-md .navbar-nav .nav-link {
    color: #000;
    margin: 0px 10px;
	font-weight: 600;
}

.navbar-expand-md .navbar-nav .nav-link:last-child {
    margin-right: 0px;
}
section.top-menu {
    background: url('images/main-banner.png');
    background-repeat:  no-repeat;
    background-size: cover;
    height: 550px;
}
.banner-content {
    width: 100%;
        text-align: center;
}

.banner-content .title {
    margin-top: 160px;
    text-align: center;
    font-size: 38px;
    color: #ed1b23;
    font-weight: 600;
}

.banner-content .title-tags {
    text-align:  center;
    margin-top: 15px;
    color: #000;
    text-transform:  capitalize;
    font-size: 19px;
}
section.features {
    padding:  80px 0px;
}


section.features .inner-features .col-sm-4 {
    width:  100%;
    background:linear-gradient(60deg, rgb(34,111,201) 0%, rgb(20,83,156) 70%);
    text-align: center;
    padding: 20px 10px;
    transition: all 0.5s;
    cursor: pointer;
}
section.features .inner-features .col-sm-4:hover
{
	background:#14539c;
}

section.features .inner-features .col-sm-4:last-child {
    margin: 0px;
}

section.features .inner-features .col-sm-4 i.fa {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 28px;
    color: #3078a7;
    background: #fff;
    border-radius: 50%;
    margin-bottom: 12px;
    transition: all 0.3s;
}

section.features .inner-features .col-sm-4 .content {
    color: #fff;
}

section.features .inner-features .col-sm-4 .content h3 {
    font-size: 21px;
}

section.features .inner-features .col-sm-4 .content p {
    font-size: 15px;
    color: #eee;
    margin-top: 16px;
}
.fixed-header
{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background-color: #fff !important;
	transition: all 0.3s;
	border-bottom: 1px solid #ddd;
	z-index: 99999;
	padding: 5px 0px;
	animation-name: jump;
    animation-duration: 0.5s;
}
@keyframes jump{
	 0%   {
	 	top: -100px;
	 }
	 100%
	 {
	 	top: 0px;
	 }
}
section.features .inner-features .col-sm-4:hover i.fa {
    background: #3078a7;
    color: #fff;
    border: 1px solid #fff;
}
section#about {
    text-align:  center;
    padding: 100px 0px;
    background:#45afdb38;
}

section#about .col-sm-12 h4 {
    font-size: 19px;
    text-transform: capitalize;
}

section#about .col-sm-12  h3 {
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 38px;
    color: #ed1b23;
    font-weight: 600;
}

section#about .col-sm-12 {
    padding: 0px 60px;
}

section#about .col-sm-12 p {
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.5px;
}
.banner-content  a {
    color:  #fff;
    background: #ed1b23;
    padding: 8px 20px;
    border-radius: 2px;
    margin-top: 25px;
    display:  inline-block;
    text-transform: capitalize;
    transition: all 0.3s;
}

.banner-content a:hover {
    background: #57aee6;
}
section#services {
    padding-top: 100px;
}
section#services .row {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}
section#solutions h4{
	color: #fff;
	font-weight: 500;
}
section#services .title h4 {
    font-size: 19px;
    text-transform: capitalize;
}

section#services .title h3 {
    margin-top: 10px;
    margin-bottom: 35px;
    font-size: 38px;
    color: #ed1b23;
    font-weight: bold;
}

section#services .title {
    text-align: center;
}
section#services .col-sm-4 {
    text-align: center;
    padding: 50px 10px;
    transition: all 0.3s;
}

section#services .col-sm-4 .item {
    text-align: center;
}

section#services .col-sm-4 .item i.fa {
    margin-bottom: 20px;
    height:  80px;
    width:  80px;
    background: linear-gradient(60deg, rgb(34,111,201) 0%, rgb(20,83,156) 70%);
    line-height: 80px;
    color: #fff;
    border-radius: 50%;
    font-size: 28px;
    transition: all 0.3s;
}

section#services .col-sm-4 h5 {
    font-size: 20px;
    margin: 10px 0px;
    color: #333;
    text-transform: capitalize;
    transition: all 0.3s;
    font-weight: 600;
}

section#services .col-sm-4 p {
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.5px;
    transition: all 0.3s;
    color: #555;
}
section#services .col-sm-4:hover {
    background: linear-gradient(60deg, rgb(34,111,201) 0%, rgb(20,83,156) 70%);
    cursor: pointer;
}

section#services .col-sm-4:hover h5 {
    color: #fff;
}

section#services .col-sm-4:hover p {
    color: #eee;
}

section#services .col-sm-4:hover i.fa {
    box-shadow: 0px 0px 10px #fff;
}
section#services .col-sm-4:hover .post-link a
{
	color: #fff;
	border: 1px solid #eee;

} 
section#services .col-sm-4 .post-link a {
    color: #555;
    margin-top: 20px;
    display:  inline-block;
    text-transform:  capitalize;
    border: 1px solid #ddd;
    padding: 5px 14px;
    border-radius: 5px;
    transition: all 0.3s;
}
section#solutions {
    padding: 100px 0px;
    background:linear-gradient(60deg, rgb(34,111,201) 0%, rgb(20,83,156) 70%);
}
section#solutions .title h4 {
    font-size: 19px;
    text-transform: capitalize;
    color: #ceedff;
}

section#solutions .title {
    text-align: center;
}

section#solutions .title h3 {
    margin-top: 10px;
    margin-bottom: 45px;
    font-size: 38px;
    color: #fff;
    font-weight: bold;
}
section#solutions .blog-item a {
    color: #fff;
    margin-bottom: 17px;
    display: inline-block;
}

section#solutions .blog-item p {
    color:  #ceedff;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.5px;
    transition: all 0.3s;
}

section#solutions .blog-item .post-link a {
    margin-top: 20px;
    display: inline-block;
    text-transform: capitalize;
    border: 1px solid #fff;
    padding: 5px 14px;
    border-radius: 5px;
    transition: all 0.3s;
}

section#solutions .blog-item .post-link a:hover i.fa {
    margin-left: 5px;
}

section#solutions .blog-item .post-link a i.fa.fa-angle-double-right {
    transition: all 0.3s;
}
section#solutions .col-sm-4 {
    margin-bottom: 30px;
}
section#technology {
    padding: 100px 0px;
}

section#technology .title {
    text-align: center;
}

section#technology .title h4 {
    font-size: 19px;
    text-transform: capitalize;
}

section#technology .title h3 {
    margin-top: 10px;
    margin-bottom: 45px;
    font-size: 38px;
    color: #ed1b23;
    font-weight: bold;
}
section#technology  .item {
    border: 1px solid #ddd;
    padding: 20px 10px;
    text-align: center;
        position: relative;
        cursor: pointer;
}
section#technology .col-sm-4 {
    margin-bottom: 48px;
}
section#technology .item i.fa {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 28px;
    transition: all 0.3s;
}

section#technology .item h5 {
        font-size: 20px;
    color: #333;
    margin-bottom: 15px;
    text-transform: capitalize;
    transition: all 0.3s;
    font-weight: 600;
}

section#technology .item p {
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.5px;
    transition: all 0.3s;
    color: #555;
}

section#technology .item .post-link a {
    margin-top: 20px;
    display: inline-block;
    text-transform: capitalize;
    border: 1px solid #ddd;
    padding: 5px 14px;
    border-radius: 5px;
    transition: all 0.3s;
    margin-bottom: 30px;
    color: #555;
}
section#technology .item .layer-bg {
    position:  absolute;
    background: #ddd0;
    width: 100%;
    top: 0;
    right:  0;
    left: 0;
    bottom: 0;
    z-index: -9;
    height: 5px;
    margin: auto;
    transition: all 0.3s;
}
section#technology .item:hover .layer-bg
{
	height: 100%;
	background: linear-gradient(60deg, rgb(34,111,201) 0%, rgb(20,83,156) 70%);
}
section#technology .item:hover .post-link a
{
	background:  #43a3cf;
    border: 1px solid #43a3cf;
    box-shadow:0px 0px 10px #0000002b;
    color: #fff;
}
section#technology .item:hover p
{
	color: #ceedff;
}
section#technology .item:hover h5
{
	color: #fff;
}
section#technology .item:hover i.fa
{
	background:#fff;
	color: #43a3cf;
}
section#technology .item .post-link a:hover {
    background-color: #3e84b3;
    border: 1px solid #3e84b3;
}
section#methodology {
    width:  100%;
    padding: 100px 0px;
    background: linear-gradient(60deg, rgb(34,111,201) 0%, rgb(20,83,156) 70%);
}
section#methodology .title {
    text-align: center;
}

section#methodology .title h4 {
    font-size: 19px;
    text-transform: capitalize;
    color: #ceedff;
}
section#methodology h4{
	color: #fff;
} 

section#methodology .title h3 {
    margin-top: 10px;
    margin-bottom: 50px;
    font-size: 38px;
    color: #fff;
    font-weight: bold;
}
section#methodology .blog-item a {
    color: #fff;
    margin-bottom: 17px;
    display: inline-block;
}

section#methodology .blog-item p {
    color: #ceedff;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.5px;
    transition: all 0.3s;
}

section#methodology .blog-item .post-link a {
    margin-top: 20px;
    display: inline-block;
    text-transform: capitalize;
    border: 1px solid #fff;
    padding: 5px 14px;
    border-radius: 5px;
    transition: all 0.3s;
}
section#methodology .blog-item .post-link a i.fa
{
    transition: all 0.3s;
}
section#methodology .blog-item .post-link a:hover i.fa {
    margin-left: 5px;
}
section#methodology .col-sm-6.blog-box {
    margin-bottom: 35px;
}

section#methodology .col-sm-6 .blog-item {
    position: relative;
}

section#methodology .col-sm-6 .blog-item:after {
    position:  absolute;
    content:  "";
    width: 1px;
    height: 100px;
    background: #ffffff94;
    top: 0;
    left: -18px;
    margin: auto;
}


/* fix blank or flashing items on carousel */

.carousel-wrap {

  padding: 0 5%;
  width: 100%;
  position: relative;
}
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-width: 78%;
    margin: auto;
}

.owl-nav i {
  font-size: 52px;
  color: #3e84b3;
}

.owl-nav .owl-prev {
  left: -40px;
}

.owl-nav .owl-next {
  right: -40px;
}
section#Our-clients {
    padding: 100px 0px;
    display: none;
}

section#Our-clients .title {
    text-align: center;
}

section#Our-clients .title h4 {
    font-size: 19px;
    text-transform: capitalize;
}

section#Our-clients .title h3 {
    margin-top: 10px;
    margin-bottom: 45px;
    font-size: 38px;
    color: #ed1b23;
    font-weight: bold;
}



.top-footer {
       border-top: 1px solid #ddd;
    padding: 70px 100px;
    text-align: left;
}

.footer-links ul li {
    display: block;
}

.footer-links ul {
    padding: 0;
    margin: 0px;
}

.footer-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
    color: #333;
}

.top-footer .col-sm-5 {
    border-right: 1px solid #ddd;
}

.footer-link-side {
    display: inline-block;
    vertical-align: top;
}

.footer-links ul li a {
    color: #615e5e;
    font-size: 15px;
    padding: 5px 0px;
    display: block;
    text-decoration: none;
    transition: all .3s;
}

.footer-link-side:nth-child(1) {
    margin-right: 50px;
}

.footer-links ul li a:hover {
    letter-spacing: 1px;
    color: #e14a32;
}



.top-footer .col-sm-4 {
    padding-left: 120px;
    border-right: 1px solid #ddd;
}

.top-footer  .col-md-3 {border-right: 1px solid #ddd;padding-left: 60px;}

.footer-links ul li a i {
    font-size: 20px;
    vertical-align: middle;
    width: 30px;
    color: #3e84b3;
}

.top-footer .col-md-3:last-child {
    border: 0px;
}
.footer-links.reach-us-txt ul li i {
    width: 18px;
    display: inline-block;
    color: #3e84b3;
    font-size: 15px;
}

.footer-links.reach-us-txt ul li span {
    width: calc(100% - 24px);
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 24px;
    color: #615e5e;
}

.top-footer .col-md-3:nth-child(3) {
    padding-left: 30px;
}

.footer-links.reach-us-txt ul li {
    margin-bottom: 5px;
}
.bottom-footer {
    background: #3e84b3;
    padding: 10px 0px;
}

.copyright {
    color: #f1f1f1;
    font-size: 14px;
    padding-top: 10px;
    text-align: center;
}



/* pop styels */
.contact-pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top , #000000,  rgba(0, 0, 0, 0.19));
    z-index: 99999999;
      -webkit-animation: pressed .7s ease-in-out;
          animation: pressed .7s ease-in-out;
          display: none;
}
header .col-md-9 .ctnt-details ul li a {
    color: #000;
}
.getmote-content {
    max-width: 550px;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 370px;
    box-shadow: 0px 0px 10px #000;
    border-radius: 6px;
  
}
.get-close {
    position: absolute;
    right: -12px;
    top: -12px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: linear-gradient(60deg, rgb(34,111,201) 0%, rgb(20,83,156) 70%);
    color: #ffff;
    border-radius: 50px;
    line-height: 30px;
    cursor: pointer;
    font-size: 16px;
}

.get-title {
    text-align: center;
    background: linear-gradient(60deg, rgb(34,111,201) 0%, rgb(20,83,156) 70%);
    color: #fff;
    padding: 5px;
    font-size: 20px;
        text-transform: capitalize;
}
.get-close:hover {
        background: #d8edf7;
    color: #5a5a5a;
}
.get-field-contnet {
    background: #45acd936;
    padding: 20px;
}

.get-left {
    float: left;
    width: 48%;
}

.get-right {
    float: right;
    width: 48%;
}

.get-field:after {
    content: "";
    display: table;
    clear: both;
}

.get-left label {
    display: block;
    font-size: 15px;
    color: #757575;
    margin-bottom: 5px;
}

.get-right label {
    display: block;
    font-size: 15px;
    color: #757575;
    margin-bottom: 5px;
}

.get-field {
    margin-bottom: 10px;
}

.get-left input {
    width: 100%;
    height: 35px;
    padding: 5px;
    border: 1px solid #ddd;
    color: #757575;
}

.get-right input {
    width: 100%;
    height: 35px;
    padding: 5px;
    border: 1px solid #ddd;
    color: #757575;
}

.get-textarea label {
    display: block;
    font-size: 15px;
    color: #757575;
    margin-bottom: 5px;
}

.get-textarea textarea {
    width: 100%;
    height: 70px;
    padding: 5px;
    border: 1px solid #ddd;
}
.get-left input:focus, .get-textarea textarea:focus {
    outline: 0;
    border: 1px solid #418ebf;
}
.get-right input:focus {
    outline: 0;
    border: 1px solid #38ba9a;
}
.get-btn button {
    background: #e04a33;
    color: #fff;
    border: 0px;
    padding: 5px 10px;
    border-radius: 2px;
    transition: all .3s;
    cursor: pointer;
    background: linear-gradient(60deg, rgb(34,111,201) 0%, rgb(20,83,156) 70%);
        text-transform: capitalize;
}

.get-btn button:hover {
    background: #414141;
}
@-webkit-keyframes pressed {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.05);
            transform: scale(0.05);
  }
   60% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
 
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pressed {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.05);
            transform: scale(0.05);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}




/******* web development ***/
section.about-page {
    background: linear-gradient(60deg, rgb(34,111,201) 0%, rgb(20,83,156) 70%);
    padding: 80px 0px;
}
section.about-page .about-con h3 {
    color: #fff;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: 38px;
    font-weight: 600;
}

section.about-page .about-con p {
    font-size: 20px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 300;
}

section.about-page .about-con ul li {
    color: #ceedff;
    line-height: 32px;
    font-size: 16px;
    letter-spacing: 1px;
}
section.about-page .about-con .col-md-6 img {
    margin-top: 10px;
}
section.web-devep-ctnt {
    width:  100%;
    padding: 30px 0px;
        background: #47c1ea08;
}
section.web-devep-ctnt .intro {
    padding: 36px;
    box-shadow: 0px 0px 10px #ddd;
    text-transform:  capitalize;
    font-size: 17px;
    border-radius: 5px;
    background: #fff;
}
section.web-devep-ctnt h4 {
    color: #2e719f;
    font-size: 20px;
    font-weight: 600;
}

section.web-devep-ctnt ul {
    margin-top:  15px;
    line-height: 28px;
}
section.web-devep-ctnt ul li {
    font-size: 17px;
    text-transform: capitalize;
}
section.web-devep-ctnt .sections {
    margin: 40px 0px;
}
section.web-devep-ctnt .sections-side {
    display:  inline-block;
    vertical-align: top;
    width:  45%;
    border:  1px solid #eee;
    margin: 0px 29.35px;
}

section.web-devep-ctnt .sections-side h4 {
    padding: 10px 10px;
    background: #eee;
        text-transform: capitalize;
}

section.web-devep-ctnt .sections-side ul {
    margin:  0px;
    padding: 8px 20px;
}
section.web-devep-ctnt .sections span {
    font-size: 17px;
    margin-top:  10px;
    display:  inline-block;
}
section.web-devep-ctnt .sections p {
    margin: 10px 0px;
    font-size: 18px;
}
a#scroll {
    width:  50px;
    height:  50px;
    position:  fixed;
    right:  10px;
    bottom: 20px;
    background: #3e84b3;
    text-align:  center;
    line-height: 50px;
    transition: all 0.5s;
}

a#scroll i.fa.fa-caret-up {
    color: #fff;
    font-size: 30px;
}

a#scroll:hover {
    background: #212529;
}
section.ctnt-us {
    padding: 50px 0px;
    background: #eee;
}

section.ctnt-us .cont-left_content {
    float: left;
    width: 60%;
}

section.ctnt-us .cont-right_content {
    float:  right;
    width: 40%;
    text-align: left;
}

section.ctnt-us .cont-left_content h3 {
    font-size: 25px;
    color: #3078a7;
    font-weight: 600;
    margin-bottom: 20px;
}

section.ctnt-us .cont-right_content h3 {
    font-size: 25px;
    color: #3078a7;
    font-weight: 600;
    margin-bottom: 20px;
}

section.ctnt-us .cont-left_content .contact_info {
    width: 100%;
}

section.ctnt-us .cont-left_content .contact_info ul li label {
    font-size: 16px;
    margin-bottom: 4px;
    margin-top: 12px;
}

section.ctnt-us .cont-left_content .contact_info ul li  div {
    width: 100%;
}

section.ctnt-us .cont-left_content .contact_info ul li {
    display:  inline-block;
    width: 48%;
    margin-bottom: 15px;
}

section.ctnt-us .cont-left_content .contact_info ul li div input {
    width: 80%;
    height: 40px;
    padding-left: 6px;
    border: 1px solid #ddd;
    display:  inline-block;
    vertical-align: top;
}

section.ctnt-us .cont-left_content .contact_info ul li div input:focus {
    border: 1px solid #3075a3;
    outline: 0;
}

section.ctnt-us .cont-left_content .contact_info ul li div i.fa {
    width: 45px;
    height:  40px;
    background: #2f729e;
    display:  inline-block;
    vertical-align: top;
    line-height:  40px;
    text-align: center;
    margin-left: -5px;
    color: #fff;
}
section.ctnt-us .cont-left_content .contact_info ul li.full {
    width: 93%;
}

section.ctnt-us .cont-left_content .contact_info ul li.full label {
    display:  block;
}

section.ctnt-us .cont-left_content .contact_info ul li.full textarea {
    width: 100%;
    height: 100px;
}
section.ctnt-us .cont-left_content .contact_info ul li.full textarea:focus
{
    border: 1px solid #3075a3;
    outline: 0;
    padding: 5px;
}
.form_btn button {
    width: 100px;
    background: #3076a4;
    border: 0px;
    color: #fff;
    padding: 5px 10px;
    text-transform: capitalize;
    margin-right: 10px;
    cursor: pointer;
}
section.ctnt-us .cont-right_content ul.address li {
    line-height: 30px;
}
.form_btn {
    display: inline-block;
}
section.gg-map iframe {
    width: 100%;
    height: 350px;
}

section.gg-map {
    padding: 40px 0px;
}







/*************** Responsive styles ************/
@media (max-width: 768px)
{
   header .col-md-3.col-xs-12 .logo a img {
    width: 50%;
    }
    header .col-md-3.col-xs-12 {
    text-align: center;
    padding: 10px 0px;
    }
    header .col-md-9 .ctnt-details {
    text-align: center;
}
header .col-md-9 nav.navbar.navbar-expand-md {
    text-align: right !important;
    display:  inline-block;
        width: 100%;
}

header .col-md-9 nav.navbar.navbar-expand-md button.navbar-toggler {
    text-transform:  capitalize;
    border: 1px solid #ddd;
    margin: 15px 0px;
}

header .col-md-9 nav.navbar.navbar-expand-md button.navbar-toggler:focus {
    outline: 0;
}
header .col-md-9 nav.navbar.navbar-expand-md div#collapsibleNavbar ul {
    text-align: center;
    border-top: 1px solid #ddd;
}
.top-footer .col-md-3:nth-child(3)
   {
    padding-left: 0px;
   }
   .top-footer .col-md-3
   {
    padding-left: 0px;
    border: none;
   }
   .top-footer {
    border-top: 1px solid #ddd;
    padding:20px 30px;
    text-align: left;
    }
    .banner-content .title {
    margin-top: 90px;
  }
  section.web-devep-ctnt .sections-side {
     width: 100%;
     margin: 10px 0px;
   }
}
@media (max-width: 575px)
{
    .banner-content .title {
    margin-top: 40px;
    }
    section#technology .item {
      margin: 5px 0px;
    }
    section#technology .col-sm-4 {
     margin-bottom: 0px; 
   }
   .top-footer .col-md-3:nth-child(3)
   {
    padding-left: 0px;
   }
   .top-footer .col-md-3
   {
    padding-left: 0px;
    border: none;
   }
   .top-footer {
    border-top: 1px solid #ddd;
    padding:20px 30px;
    text-align: left;
    }
    header .col-md-3.col-xs-12 .logo a img {
    width: 70%;
    }
    header .col-md-3.col-xs-12 {
    text-align: center;
    padding: 10px 0px;
    }
    header .col-md-9 .ctnt-details {
    text-align: center;
}
header .col-md-9 nav.navbar.navbar-expand-md {
    text-align: right !important;
    display:  inline-block;
        width: 100%;
}

header .col-md-9 nav.navbar.navbar-expand-md button.navbar-toggler {
    text-transform:  capitalize;
    border: 1px solid #ddd;
    margin: 15px 0px;
}

header .col-md-9 nav.navbar.navbar-expand-md button.navbar-toggler:focus {
    outline: 0;
}
header .col-md-9 nav.navbar.navbar-expand-md div#collapsibleNavbar ul {
    text-align: center;
    border-top: 1px solid #ddd;
}
.fixed-header {
    position: static;
}
section.web-devep-ctnt .sections-side {
     width: 100%;
     margin: 10px 0px;
   }

   .get-left {
    float: none;
    width: 100%;
    margin-bottom: 5px;
}

.get-right {
    float:  none;
    width: 100%;
    margin-bottom: 5px;
}

.getmote-content {
    max-width:  350px;
    height: 514px;
}
section.ctnt-us .cont-left_content .contact_info ul li {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
}
@media (max-width: 860px)
{
    section.ctnt-us .cont-right_content {
    float: none;
    width: 100%;
    text-align: left;
    margin-top: 30px;
 }
 section.ctnt-us .cont-left_content {
    float: none;
    width: 100%;
}
}