body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
	color:#3a3a3a;
	margin: 0px;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
img{max-width: 100%;}
body.modal-open {
    padding-right: 0px !important;
}
dl, ol, ul {
    margin: 0;
    padding: 0;
}
button:focus {
    outline: none;
}

/*======= Start Page css =======*/
.white_bg {
    padding: 60px 0;
    background-color: #ffffff;
}
.gray_bg {
    padding: 60px 0;
    background-color: #f7f7f7;
}
.blk_light_bg {
    padding: 60px 0;
    background-color: #1b1b1b;
}
.heading_commons {
    font-size: 40px;
    font-weight: 800;
    font-family: Montserrat;
	padding-top:15px;
    color: #000000;
    position: relative;
	margin-bottom: 10px;
    text-transform: uppercase;
}
.heading_commons:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 7px;
    top: 0px;
    left: 0;
    background: #00b2ff;
}
.banner_blk {
    position: relative;
}
.banner_contant {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0px, -50%);
}

.banner_contant p {
    font-size: 22px;
    font-weight: 800;
    font-family: Montserrat;
    color: #ffffff;
    margin-bottom: 0px;
    line-height: 30px;
    text-transform: uppercase;
}
.overview_contant p {
    text-align: justify;
    font-size: 15px;
}
.banner_blk .banner_contant .heading_commons {
    color: #ffffff;
}
.ads_overview_contant p {
    line-height: 34px;
}

.gray_bg.ayahd_Blk p {
  font-size: 15px;
}

/*======= Start Product XZOOM  ========*/
.xzoom-source img, .xzoom-preview img, .xzoom-lens img {
  display: block;
  max-width: none;
  max-height: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.xzoom-container {
    width: 100%;
    display: inline-flex;
    align-items: center;
    flex-direction: row-reverse;
}
.xzoom_blog {
    float: right;
    width: 76%;
}
.xzoom-thumbs {
	text-align: center;
    float: left;
    width: 20%;
	margin-right: auto;
}
.xzoom-thumbs a {
    display: block;
}
.xzoom-thumbs a img {
    width: 110px;
    margin: 6px auto;
}
.xzoom { 
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

/* Thumbs */
.xzoom-gallery, .xzoom-gallery2, .xzoom-gallery3, .xzoom-gallery4, .xzoom-gallery5 {
  border: 1px solid #cecece;
  margin-left: 5px;
  margin-bottom: 10px;
}

.xzoom-source, .xzoom-hidden {
  display: block;
  position: static;
  float: none;
  clear: both;
}

/* Everything out of border is hidden */
.xzoom-hidden {
  overflow: hidden;
}

/* Preview */
.xzoom-preview {
  border: 1px solid #888;
  background: #ffffff;
  box-shadow: -0px -0px 10px rgba(0,0,0,0.50);
}

/* Lens */
.xzoom-lens {
  border: 1px solid #555;
  box-shadow: -0px -0px 10px rgba(0,0,0,0.50);
  cursor: crosshair;
}

/* Loading */
.xzoom-loading {
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  opacity: .7;
  background: url(../images/xloading.gif);
  width: 48px;
  height: 48px;
  position:absolute;
  top:50%;
  transform: translate(-50%, -50%);
  left:50%;
}

/* Additional class that applied to thumb when it is active */
.xactive {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(74,169,210,1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(74,169,210,1);
  box-shadow: 0px 0px 3px 0px rgba(74,169,210,1); 
  border: 1px solid #4aaad2;
}

/* Caption */
.xzoom-caption {
  position: absolute;
  bottom: -43px;
  left: 0;
  background: #000;
  width: 50%;
  text-align: left;
}

.xzoom-caption span {
  color: #fff;
  font-family: Arial, sans-serif;
  display: block;
  font-size: 0.75em;
  font-weight: bold;
  padding: 10px;
}
.text_center {
    justify-content: right;
    text-align: center;
}
/*======= End Product XZOOM  ========*/
/*================ Start Android Development Services Page ==============*/
.first_banner_bg img {
    margin: 0 auto;
    display: block;
	width: 100%;
}
.ads_overview_contant p {
    line-height: 34px;
}
.architecture_img {
    padding-left: 190px;
}
.architecture_img p {
    text-transform: uppercase;
    font-weight: 600;
    font-family: Montserrat;
    text-align: center;
    margin: 20px 0 0;
}
.ads_areas_axp_box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin-top: 40px;
}
.areas_axp_Text {
    border: 2px solid #00b2ff;
    padding: 24px 20px;
}
.areas_axp_Text h4 {
    font-size: 21px;
    font-weight: 700;
    font-family: Montserrat;
    color: #ffffff;
    margin-bottom: 15px;
}
.areas_axp_Text ul li {
    font-size: 17px;
    color: #ffffff;
    padding-left: 15px;
    line-height: 26px;
    list-style: none;
    position: relative;
    font-family: Montserrat;
    font-weight: 500;
    margin-top: 10px;
}
.areas_axp_Text ul li:after {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background: #594c4c;
    border-radius: 20px;
    border: 2px solid #d5cbcb;
    top: 8px;
    left: 0;
}
section.gray_bg.areas_axp_Blk {
    background-color: #111111;
}
.aav_ndustries_box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    gap: 40px 40px;
    margin-top: 40px;
}
.aavi_Text {
    cursor: default;
}
.aavi_Text .aavi_Img {
    position: relative;
    overflow: hidden;
}
.aavi_Text .aavi_Img img {
    transition: all .5s ease;
    transition-duration: 2s;
    width: 100%;
}
.aavi_Text:hover .aavi_Img img {
    transform: translateY(0%) scale(1.1);
}
.aavi_Text h5 {
    color: #3a3a3a;
    font-size: 22px;
    font-weight: 700;
    font-family: Montserrat;
    margin: 25px 0 10px;
}
.aavi_Text ul li {
    list-style: none;
    padding-left: 20px;
    font-size: 16px;
    position: relative;
    color: #000000;
    font-family: Montserrat;
}
.aavi_Text ul li:before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background: #4b4b4b;
    border-radius: 20px;
    border: 2px solid #b9b9b9;
    top: 6px;
    left: 0;
}
.ayahd_Blk {
    background-image: url(../images/accelerate_android_bgimg.jpg);
    padding: 90px 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ayahd_Blk .heading_commons {
    color: #ffffff;
    text-transform: capitalize;
	padding-top:0;
}
.ayahd_Blk .heading_commons::after {
	display:none;
}
.ayahd_Blk p {
    color: #ffffff;
    font-family: Montserrat;
}
.ayahd_Blk p strong {
    color: #00b2ff;
}
.android_head_bg img {
    float: right;
    width: 75%;
    margin-right: -90px;
}
/*================ End Android Development Services Page =================*/


/*======= Start form css =======*/
section#bu_offeings_div {
    background-image: url(../images/virtual-form-bg.jpg);
}
.offerings_blk {
    position: relative;
    background-size: cover;
    background-position: top center;
}
.offerings_blk img.offering_img {
    min-height: 130px;
}

.virtualtour_section span {
    display: block;
    font-weight: 500;
    font-size: 21px;
    color: #292929;
}
section.virtualtour_section {
    background-image: url(../images/virtual-form-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
    background-position: right center;
}
.virtualtour_form input, .virtualtour_form select {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #292929;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
}
.virtualtour_form input:focus::placeholder {
    color: #b7b7b7;
}
.virtualtour_form input::placeholder {
    color: #292929;
}
.virtualtour_form button {
    background-color: #015fea;
    background-image: linear-gradient(90deg, #015fea, #00bff9);
    padding: 10px 25px;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: rgb(30,87,153);
    background: -moz-linear-gradient(left, rgba(30,87,153,1) 0%, rgba(22,98,228,1) 0%, rgba(4,165,251,1) 100%);
    background: -webkit-linear-gradient(left, rgba(30,87,153,1) 0%,rgba(22,98,228,1) 0%,rgba(4,165,251,1) 100%);
    background: linear-gradient(to right, rgba(30,87,153,1) 0%,rgba(22,98,228,1) 0%,rgba(4,165,251,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#04a5fb',GradientType=1 );
    overflow: hidden;
    position: relative;
}
.virtualtour_form button:hover {
    color: #ffffff;
}
.virtualtour_form button:after {
    background: #ffffff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.4;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 1;
}
.virtualtour_form button:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.virtualtour_section h2.heading_commons {
    padding-left: 25px;
    padding-top: 0;
    margin-bottom: 30px;
}
.virtualtour_section h2.heading_commons:after {
    height: 110px;
    width: 10px;
}
/*======= End form css =======*/

@media (min-width: 1600px){
	.custom_container, .container {
		max-width: 1500px;
		margin: 0 auto;
	}
	.architecture_Hover_Img_Blog .xzoom_blog {
        width: 70%;
    }
	.overview_contant p {
        font-size: 20px;
        margin-top: 20px;
    }
}

@media(max-width: 1599px){
	.heading_commons {
		font-size: 30px;
	}
	.banner_contant p {
		font-size: 18px;
		line-height: 24px;
	}
	.ads_overview_contant p {
		font-size: 16px;
		line-height: 30px;
		padding-right: 60px;
	}
	.aav_ndustries_box {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
	.areas_axp_Text {
        min-height: 280px;
    }
	.areas_axp_Text h4 {
        font-size: 18px;
    }
	.areas_axp_Text ul li {
        font-size: 15px;
        line-height: 22px;
    }
	.aavi_Text h5 {
        font-size: 18px;
    }
	.ayahd_Blk p {
        font-size: 15px;
    }
	.android_head_bg img {
        width: 70%;
        margin-right: 0px;
    }
}

@media (max-width:1199px) {
	.heading_commons {
		font-size: 30px;
	}
	.architecture_Hover_Img_Blog .xzoom_blog {
        width: 94%;
        margin: 0px auto 0;
    }
	.ads_overview_contant p {
        font-size: 15px;
        line-height: 28px;
        padding-right: 0px;
    }
	.areas_axp_Text {
        padding: 20px 15px;
    }
	.areas_axp_Text ul li {
        font-size: 14px;
        line-height: 20px;
    }
	.aav_ndustries_box {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}

@media (min-width:992px){
    
}
@media (min-width:992px) and (max-width:1199) {
	
}

@media (max-width:991px) {
	.heading_commons {
		font-size: 24px;
	}
	.architecture_Hover_Img_Blog .xzoom_blog {
        width: 100%;
    }
	.android_head_bg img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .android_head_bg {
        text-align: center;
    }
	.android_head_bg img {
        width: 70%;
        float: inherit;
    }
}

@media (max-width:575px) {
	.banner_contant {
		top: 25%;
	}
	.banner_contant p {
		font-size: 16px;
	}
	
}